/* Text limit */
.limit-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.limit-text-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

#carouselHomeIndicators {
    width: 600px;
}

.slick-slide {
    margin: 0 15px;
}


.filtering .slick-list {
    margin: 0 -15px;
}

/* Header */
.btn-main {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff !important;
}

.color-main {
    color: var(--primary) !important;
}

.btn-main:hover {
    color: var(--third) !important;
    border-color: var(--third);
}

.btn-main-2 {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.btn-main-2:hover {
    color: #337ab7 !important;
    border-color: #337ab7;
}

.header--logo {
    justify-content: space-between;
}

.slick-prev,
.slick-next {
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 4px 14px 1px rgba(0, 0, 0, .06);
    height: 42px;
    width: 42px;
}

/* Home */
.banner-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.section-faq .accordion .accordion-item {
    margin-bottom: 20px;
    border-radius: unset;
    border: 1px solid #dee2e6;
}

.section-faq .accordion-item:first-of-type .accordion-button {
    border-radius: unset;

}

.section-faq .accordion .accordion-item .accordion-button {
    color: var(--primary);
    font-size: clamp(14px, 4vw, 16px) !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0 !important;
    box-shadow: none;
}

.section-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.section-faq .accordion-button:not(.collapsed) {
    background-color: #2C456E;
    color: #fff !important;
}

.border--text__box .border--text__box__desc {
    max-height: 220px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* position: relative; */
}

.div--card--box a span {
    height: 40px;
    line-height: 1.6;
    display: block;
    padding: 0 25px;
}

/* common helper utilites */
.c-scrollbar::-webkit-scrollbar {
    width: 6px;
    /* background: #1e1e2d; */
    background-color: transparent;
    border-radius: 3px;
}

.c-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 3px;
}

.c-scrollbar {
    scrollbar-color: rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
}


/* Menu Mobile */
.nav__mobile ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

/* Home slider */
.filtering4 img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}

/*  Blogs */
/* .filtering .slick-dots{
    margin-top: 30px
} */

.filtering.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.filtering ul.slick-dots {
    bottom: -25px;
}

.post-popular-sm {
    margin-bottom: 20px;
}

.post-popular-sm .text-sm {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

/* Blog Single */
.nav--content--single img {
    display: inline;
    max-width: 100% !important;
}

.tinchuyenmuc .tinchuyenmuc__text {
    color: var(--Text, #3C3C3C);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 24px;
}

.tinchuyenmuc .blog-same-item {
    margin-top: 24px;
}

.tinchuyenmuc .blog-same-item img {
    aspect-ratio: 16/9;
}

.nav--content--single {
    line-height: 1.8;
}

/* Contact */
.form-contact .contact-title {
    color: var(--Primary, #337AB7);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.map---right iframe {
    width: 100%;
    height: 600px;
}

.fs16 {
    font-size: 16px;
}

/* Service Detail */
.service-content {
    font-size: 16px;
}

.service-content h4 {
    font-weight: 600;
}

.service-content h5 {
    font-weight: 600;
}

.service-content ul li {
    margin-bottom: 10px;
}

/* PAKN */
.question_ic {
    width: 72px;
    margin-right: 10px;
}

.comment-rep {
    color: #1B9898;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.divider-gray {
    margin: 20px 0px;
    height: 1px;
    background: #E9F0F8;
}

.main-title-sub {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
}

.comments .item {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 30px;
}

.comments .item .name {
    font-size: 18px;
    font-weight: 500;
}

.comments .item .avatar {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 5px;
    left: 0px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.post-info {
    font-size: 14px;
    color: #666;
    margin-bottom: 7px;
}

.post-shortdesc {
    text-align: justify;
    margin-bottom: 5px;
    font-size: 16px;
}

.post-title {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 18px;
}

.post-title>a {
    text-align: left;
    display: block;
    font-weight: 500;
    line-height: 26px;
    color: #333333;
}

.main-title {
    font-size: 28px;
    display: block;
    margin-bottom: 20px;
    color: #333333;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    text-align: justify;
}

.main-title-sub {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
}

.list-document {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.list-document a {
    display: block;
    padding: 7px 0px;
    padding-left: 40px;
    position: relative;
    text-align: justify;
    font-size: 16px;
    color: #3c3c3c;
}

.list-document.-img a .icon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 0px;
}

.list-pakn .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    padding-left: 140px;
    /* position: relative; */
    min-height: 100px;
    border-bottom: 1px solid #E9F0F8;
}

.list-pakn .item .icon {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0px;
    top: 0px;
    /* background: rgba(234, 160, 49, 0.1); */
    background: #F5F0E8;
    border-radius: 50%;
    /* padding: 20px 15px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-pakn .item .icon img {
    height: 60px;
    width: 60px;
    display: inline-block;
}

/* Modal Report */
#reportProblem .modal-content {
    background-color: #f5f5f5;
}

/* Thu hồi cảnh báo */
.callout {
    background-clip: content-box;
    background-color: inherit;
    border-left: 4px solid #000;
    margin-bottom: 23px;
    margin-left: 10px;
    padding: 0 0 0 15px;
}

.callout {
    padding: 0 0 20px 25px;
    min-height: 3.5em;
    font-size: 16px;
}

.callout-info {
    border-color: #269abc;
    -o-border-image: linear-gradient(to bottom, #269abc 16px, #269abc 16px, transparent 16px, transparent 48px, #269abc 48px, #269abc 48px) 1 100%;
    border-image: linear-gradient(to bottom, #269abc 16px, #269abc 16px, transparent 16px, transparent 48px, #269abc 48px, #269abc 48px) 1 100%;
}

.callout::before {
    margin-left: -1.57em;
}

.callout::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Font Awesome 5 Pro";
    font-size: 26px;
    line-height: 2.3em;
    margin-left: -1.27em;
    padding: 2px;
    position: absolute;
}

.callout-info::before {
    color: rgb(38, 154, 188);
    content: '\f06a';
}

.callout::before {
    margin-left: -1.6em;
}

.thcb-icon img {
    width: 40px;
    height: auto;
    max-width: unset;
}

@media (max-width: 991.98px) {
    .header--logo a img {
        width: 80px;
    }
}

@media (max-width: 767.98px) {
    .banner-slider {
        display: none;
    }

    .header--logo a img {
        width: 70px;
    }

    .nav--content--slider {
        min-height: unset;
        padding: 40px 0px;
    }

    .div--card--box h5 {
        height: 49px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .div--card--box a span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

/* Menu Mobile */
.mm-menu {
    font-size: 15px
}

.mm-navbar {
    --mm-color-background: var(--primary);
    --mm-color-text-dimmed: #fff;
    --mm-color-button: #fff;
    /* border-bottom: 0 */
}

.mm-panel {
    --mm-color-background: #fff
}

.mm-listitem:after {
    border-bottom-width: 0.5px
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 0.5px
}

.mm-btn_close:before,
.mm-btn_close:after {
    height: 8px;
    width: 8px
}

.mm-btn_close:before {
    right: 13px;
}


.mm-navbars_top {
    position: absolute;
    right: 0;
    z-index: 11
}

.mobile_menu_icon {
    display: none;
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .mobile_menu_icon {
        display: block;
    }

    .header--logo {
        width: 100%;
    }

    .search-box_input {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .header--logo a img {
        width: 60px;
        margin-right: 10px;
    }

    .header--logo__text.text-1 {
        font-size: 12px;
    }

    .header--logo__text.text-2 {
        font-size: 14px;
    }

    .div--card--box {
        padding: 10px;
    }

    .div--card--box h5 {
        font-size: 14px;
        height: 40px;
    }

    .nav--content--slider {
        padding: 30px 0px;
    }
}

/* Trang thành phần */
.list-partners {
    margin-top: 20px;
    margin-bottom: 30px;
}

.list-partners .item a {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #DFE3E8;
    column-gap: 10px;
    height: 100%;
    padding: 5px 5px;
    font-weight: 500;
    color: var(--primary);
}

.list-partners img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.page-partners {
    min-height: calc(100vh - 362px);
}

/* Trang bộ máy */
.card-organize .card-header,
.card-organize .card-footer {
    background-color: var(--primary);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
}

.card-organize img {
    aspect-ratio: 100/100;
    object-fit: cover;
    max-width: 120px;
    border-radius: 50%;
    object-position: top;
}

.card-organize .info {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

.card-organize .info i {
    margin-right: 5px;
}

.card-organize .info.detail {
    position: absolute;
    bottom: 0;
}

.card-organize .phone {
    border-bottom: 1px dashed #BBBBBB;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.card-organize .heading-room {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-organize a {
    color: var(--primary);
}

/* Tin ảnh */
.image-detail .carousel {
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
    color: #170724;
    margin-bottom: 8px !important;
}

.image-detail #mainCarousel .carousel__slide {
    padding: 0;
    width: 100%;
}

.image-detail #mainCarousel .carousel__slide .panzoom__content {
    aspect-ratio: 721/480;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-detail #thumbCarousel .carousel__track {
    margin: 0 -8px;
}

.image-detail #thumbCarousel .carousel__slide {
    box-sizing: content-box;
    padding: 8px;
    width: 90px;
}

.image-detail #thumbCarousel .carousel__slide.is-nav-selected img {
    box-shadow: 0 0 0 1px #2e368f;
}

.image-detail #thumbCarousel .carousel__slide .panzoom__content {
    aspect-ratio: 110/75;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-detail #thumbCarousel .carousel__slide img {
    border-radius: 0;
}

.caption-slider {
    padding: 30px;
}

.caption-slider .control-list-item {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #333;
}

.caption-slider .control-list-item a {
    color: var(--primary);
    font-size: 24px;
    line-height: normal;
    min-height: auto;
    margin-bottom: 10px;
    display: block;
}

.panel-rows>span {
    margin-right: 5px;
    color: #999;
    font-size: 13px;
}

.control-list-item {
    padding: 15px;
}

.sample-grl {
    height: 200px;
    padding-right: 20px;
    font-size: 14px;
    color: #000000;
    overflow-y: auto;
    overflow-x: hidden;
}

.title-thematic a {
    font-size: 14px !important;
    color: var(--primary);
    display: inline-block;
    text-transform: uppercase;
}

.block-image .control-list-item>a {
    height: 64px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
    min-height: 68px;
}

.block-image .thumb-list-item.thumb-img img {
    aspect-ratio: 277/180;
}

.block-image {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: white;
}

/* Đồ họa */

.page-graphic .block-image .thumb-list-item.thumb-img img {
    object-fit: contain;
}

.bg-blue-light {
    background-color: #f7f8fd;
}

.top-info-box {
    margin-bottom: 20px;
}

.top-info-box h1 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: 600;
}

.top-info-box .top-info-content {
    font-size: 14px;
}

/* Video */
.page-video .my-video-dimensions {
    width: 750px;
    height: 438px;
}

/* Search */
.aside-title,
.category-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.post-entry-2 {
    margin-bottom: 30px;
}

.post-entry-2.small-img .thumbnail {
    flex: 0 0 30%;
}

.post-entry-2 .post-meta {
    font-size: 12px;
    /* letter-spacing: 0.07rem; */
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}

.post-entry-2 .post-meta .date {
    color: var(--third);
}

.post-search-title a {
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
}

.post-entry-2 .author {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.author .name h3 {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.aside-block {
    margin-bottom: 30px;
}

.aside-title {
    border-bottom: 2px solid var(--color-black);
}

.aside-links li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aside-links li a {
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

/* Canbo */
.canbo .card-img-top {
    aspect-ratio: 3/4;
}

.canbo .position {
    color: black;
    font-size: 16px;
}

.canbo .name {
    color: rgb(0, 107, 184);
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    height: 45px;
    line-height: 1.4;
    margin-bottom: 0;
}

.g-6,
.gy-6 {
    --bs-gutter-y: 5rem;
}

.g-6,
.gx-6 {
    --bs-gutter-x: 5rem;
}

/* Home Update */
.home-news {
    background-color: var(--bg-default);
}

.home-news .home-news-content {
    position: relative;
}

section .section-title {
    font-weight: 100;
    text-align: center;
    padding: 45px 0;
    color: #00428b;
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}

.home-news .new-item {
    margin-bottom: 25px;
}

.home-news .new-item .title {
    padding: 1.5em;
    font-weight: 500;
    line-height: 1.6;
    font-size: 16px;
    width: 100%;
    background-color: white;
    display: block;
}

.home-news .new-item .title a {
    color: #00428b;
    height: 76px;
}

.home-news .new-item:hover .title {
    background-color: #0063af;
    color: white;
}

.home-news .new-item:hover .title a {
    color: white;
}

.home-news .new-item .image-box img {
    aspect-ratio: 16/9;
    object-position: top;
}

.home-news .more {
    display: block;
    text-align: center;
    padding: 15px 15px 45px 15px;
    /* background-color: rgba(71,40,40,0.15); */
    width: 300px;
    margin: 0 auto;
    background-color: #e6f1f9;
    z-index: 1;
    position: relative;
}

.home-news .more>a {
    border: 1px solid #00428b;
    color: #00669f;
    padding: 5px 35px;
    border-radius: 8px;
    display: inline-block;
    position: relative;
}

.home-news .home-news-content:after {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    height: 2px;
    background: #b4d3e5;
    content: " ";
    z-index: 0;
}

.home-find .home-find-title {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 2rem;
    text-transform: none;
    margin-bottom: 4rem;
}

.home-find .home-find-block {
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.home-find-block-content .description {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
}

.btn-main-light {
    background: #009BE2;
    /* padding: 12px 28px; */
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
    display: inline-block;
    max-width: unset;
    margin: auto 0 0;
    align-self: flex-start;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    transition: background-color 0.15s ease-in-out 0s, transform 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}

.btn-main-light:hover {
    background-color: #1abeff;
    color: #fff;
}

.home-find-block-content .right-block {
    background-color: #00357F;
    padding: 40px 30px;
}

.home-map iframe {
    width: 100%;
    /* height: 60px; */
}

.home-map .map-iframe {
    margin-bottom: 35px;
}

.home-quicklink {
    background: #0068a3;
}

.home-quicklink .section-title {
    font-weight: 100;
    line-height: 65px;
    color: white;
    padding: 25px 10px 25px 0px;
    text-align: left;
}

.home-quicklink .list-link-block {
    padding-bottom: 35px;
}

.home-quicklink .list-link-block .link-item {
    border-left: 3px solid #ff7c4e;
    padding: 5px 15px;
}

.home-quicklink .list-link-block .link-item a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    color: white;
}

.home-newsletter {
    background: #003F8F;
    color: #FFFFFF;
}

.home-newsletter .newsletter-block-content {
    padding: 35px 0;
}

.newsletter-block-content .title {
    font-size: 20px;
    text-transform: initial;
    font-weight: bold;
    margin: 0;
}

.home-social {
    background-color: var(--bg-default);
}

.home-social .home-social-content {
    padding: 15px 0;
}

.home-social-content .social-networks .title {
    font-size: 24px;
    text-transform: initial;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 50px;
    color: #324d92;
    max-width: 1300px;
    margin: 0;
    text-align: left;
}

.home-social-content .social-networks .socials-links .socials-link {
    font-size: 40px;
    margin-right: 50px;
}

.home-social-content .social-networks .socials-links .socials-link a {
    color: #009BE2;
}

.home-social-content .ytb-block {
    padding: 25px;
    background-color: #324d92;
}

.home-social-content .ytb-block iframe {
    width: 100%;
    height: auto;
}

/* footer{
    border-top: 2px solid rgb(0 73 132);
} */

.footer-logo-block {
    padding: 35px 0 25px;
    background: white;
    /* text-align: center; */
    /* border-top: 2px solid rgb(0 73 132); */
}

.footer-logo-block img {
    width: 80px;
}

.footer-logo-block .footer-logo-text {
    color: #324d92;
    font-weight: 700;
    line-height: normal;
}

.footer-logo-block .footer-logo-text.text-1 {
    margin: 6px 0;
    font-size: 16px;
}

.footer-logo-block .footer-logo-text.text-2 {
    margin: 6px 0;
    font-size: 18px;
}

.footer-logo-image {
    display: flex;
    justify-content: end;
    align-items: center;
}

.footer-logo-image img {
    margin-right: 20px;
}

.footer-menu {
    padding: 14px 0;
    color: rgba(0, 73, 132, 0.6);
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    border-top: 2px solid rgba(0, 73, 132, 0.6);
    /* max-width: 70%; */
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-copyright {
    font-size: 14px;
    font-weight: 500;
}

.footer-copyright a {
    font-weight: 600;
    color: rgba(0, 73, 132, 0.6);
}

.footer-copyright a:hover {
    /* color: #b5e61d; */
    color: var(--primary);
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    font-size: 14px;
    display: inline;
}

.footer-menu ul li a {
    color: rgba(0, 73, 132, 0.6);
}

.footer-menu ul li:before {
    content: ' | ';
    font-size: 1.2em;
    margin: 0 10px;
}

.footer-menu ul li:first-child:before {
    content: none;
}

.blog-sidebar {
    float: right;
    /* will-change: min-height; */
    height: 100%;
}

.blog-sidebar.fixed {
    position: sticky;
    top: 0;
}

.blog-sidebar .blog-sidebar__inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.header--menu ul li a:hover {
    color: var(--third);
}

.banner-home {
    min-height: 100px;
}

.file-content .file-title {
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
}

.file-content iframe {
    max-width: 100%;
}

/* Phong kham */
/* featured-tabs (thắng fixed) */
.featured-tabs li {
    list-style-type: none;
    padding: 5px 4%;
    border-radius: 20px;
}

.featured-tabs li:hover {
    background-color: rgb(247, 247, 247);
}

.featured-tabs li span {
    font-size: 18px;
    cursor: pointer;
}

.featured-tabs li a {
    text-decoration: none;
    color: var(--text);
    font-size: 18px;
}

.featured-tabs .contact-health span {
    font-size: 18px;
    cursor: pointer;
    padding: 5px 4%;
    border-radius: 20px;
}

.featured-tabs .contact-health span:hover {
    background-color: rgb(247, 247, 247);
}

.featured-tabs .contact-health span a {
    text-decoration: none;
    color: var(--text);
    font-size: 18px;
}

.btn-filter {
    display: flex;
    align-items: center;
    border: 1px solid #DDDDDD;
}

.medical-item-img:hover .slick-prev,
.medical-item-img:hover .slick-next {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s, visibility 0.5s;
}

.medical-slider .slick-prev,
.medical-slider .slick-next {
    height: 30px;
    width: 30px;
    /* z-index: 1; */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

@media (max-width: 767.98px) {

    .medical-slider .slick-prev,
    .medical-slider .slick-next {
        visibility: visible;
        opacity: 1;
    }

    .footer-menu {
        flex-direction: column-reverse;
    }

    .footer-copyright {
        margin-top: 10px;
    }
}

.medical-slider .slick-slide {
    margin: 0;
}

/* .medical-slider .slick-next {
    right: 25px;
} */

.medical-slider .slick-next:before,
.medical-slider .slick-prev:before {
    font-size: 12px;
}

.medical-slider .slick-dots {
    bottom: 10px;
}

.medical-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0;
}


.medical-slider .slick-dots li button:before {
    color: white !important;
    font-size: 6px;
    opacity: .75;
}

.medical-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}

.medical-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* tabs-list-mobile-device (thắng fixed) */
.btn-medical {
    width: 48px;
    height: 48px;
    background-color: var(--primary);
    justify-content: center;
    color: white;
    border: unset;
}

.medical-form-search {
    border: 1px solid #dddddd;
    align-items: center;
    margin-top: 40px;
    border-radius: 50rem;
}

.medical-form-search .form-control:focus,
.medical-form-search .form-select:focus {
    box-shadow: none;
}

.medical-form-search .form-control:hover,
.medical-form-search .form-select:hover {
    background-color: rgb(235, 235, 235);
}

.medical-form-search .nav-item {
    padding: 8px 10px;
}

.medical-form-item {
    padding-left: 20px;
    padding-right: 10px;
}

.medical-form-item .form-label {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .tabs-list .location img {
        width: 100px;
        height: 100px;
    }

    .tabs-list>div {
        cursor: pointer;
    }

    .medical-form-search {
        border-radius: unset;
        padding: 5px !important;
    }

    .medical-form-item {
        padding-left: 10px;
    }
}

/* tabs-list (thắng fixed)*/
.tabs-list ul {
    background-color: var(--second);
}

.tabs-list ul li:hover {
    background-color: rgb(235, 235, 235);
    cursor: pointer;
}

.tabs-list ul li:hover .form-select {
    background-color: rgb(235, 235, 235);
}

.tabs-list ul li:hover input {
    background-color: rgb(235, 235, 235);
}

.tabs-list ul li .search-location img:hover {
    border: 1px #000 solid;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    .tabs-list ul li .search-location img {
        width: 100px;
        height: 100px;
        border-radius: 5px;
        /* margin: 0 auto; */
        margin-left: 15px;
    }
}

@media screen and (min-width: 980px) {
    .tabs-list ul li .search-location img {
        width: 120px;
        height: 120px;
        border-radius: 5px;
        /* margin: 0 auto; */
        margin-left: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .tabs-list ul li .search-location img {
        width: 150px;
        height: 150px;
        border-radius: 5px;
        /* margin: 0 auto; */
        margin-left: 15px;
    }
}

.medical-item-img .is_good_text {
    background-color: white;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
    border-radius: 50rem;
    font-weight: 600;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 5px 10px;
    /* height: 44px;
    width: 44px; */
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #231557 0%,
            #44107a 29%,
            #ff1361 67%,
            #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    /* font-size: 190px; */
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/* Menu */
.header--menu--menu {
    padding-left: 0;
}

ul.header--menu--menu>li:first-child {
    padding-left: 0;
}

.header--menu ul li a {
    text-transform: uppercase;
}

.bg--slider--banner .font--no {
    min-width: 600px;
}

.pagination .page-item .page-link {
    box-shadow: unset;
}

.blog-submenu .nav {
    /* background: #f5f5f5; */
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

.tab--page8--page9 ul a {
    line-height: 48px;
}

.icon--item--box a {
    color: #3c3c3c;
}

.icon--item--box:hover a {
    color: var(--primary);
}

#header {
    position: sticky;
    top: -130px;
    z-index: 99;
}

@media screen and (max-width: 991.89px) {
    #header {
        top: -173px;
    }
}

@media screen and (max-width: 768px) {
    #header {
        position: static;
    }
}

.c-scrollbar::-webkit-scrollbar {
    width: 4px;
    background: #1e1e2d;
    border-radius: 3px;
}

.c-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.c-scrollbar {
    scrollbar-color: rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
}

.c-scrollbar-light::-webkit-scrollbar,
.uppy-Dashboard-files::-webkit-scrollbar,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: rgba(1, 59, 247, 0.08);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar-track,
.uppy-Dashboard-files::-webkit-scrollbar-track,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar-light::-webkit-scrollbar-thumb,
.uppy-Dashboard-files::-webkit-scrollbar-thumb,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 41, 0.1);
    border-radius: 3px;
}

.c-scrollbar-light,
.uppy-Dashboard-files,
.bootstrap-select .dropdown-menu .inner {
    scrollbar-color: rgba(24, 28, 41, 0.08);
    /* scrollbar-width: thin; */
}

.c-scrollbar-light::-webkit-scrollbar-thumb:horizontal{
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

.icon--item--ul button[aria-expanded="false"]::before{
    content: "Xem thêm";
}

.icon--item--ul button[aria-expanded="true"]::before{
    content: "Rút gọn";
}

.nav--content-right__box img{
    max-width: 100%;
    width: 100%;
    height: auto;
}

ul.header--menu--menu>li {
    position: relative;
}

.sub-menu{
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    min-width: 300px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

nav ul li:hover .sub-menu {
    /* animation: downOut 300ms ease-in-out; */
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.sub-menu li{
    position: relative !important;
    padding: 10px 14px;
}

.sub-menu li a{
    color: var(--primary) !important;
    font-size: 15px !important;
}

/* .sub-menu li:hover{
    border-left: 1px solid var(--third);
    border-right: 1px solid var(--third);
} */

.sub-menu li:hover a{
    color: var(--third) !important;
}

.sub-menu>li.menu-item:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 70, 139, 0.1);
}
