.fix {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 300 !important;
    -webkit-transition: position 0.8s;
    -o-transition: position 0.8s;
    transition: position 0.8s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
    /*background: var(--color-bg) !important;*/
    background: var(--light) !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    padding: 6px 20px 6px 29px !important;
}

#return-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 2vw;
    right: 1.3rem;
    background: var(--light);
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    color: var(--color-highlight);
    border-radius: 50%;
    border: 1px solid var(--color-highlight);
}

#return-to-top i {
    position: relative;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 4.5rem;
}

#return-to-top:hover {
    background: var(--color-highlight);
    color: white;
    border: 1px solid white;
}

.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.setting-menu-header1 .no-gutters > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .logo-section img {
    /* filter: brightness(0) invert(1); */
}

header .fix .logo-section img {
    filter: brightness(1) invert(0);
}

.setting-menu-header1 {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* width: 100%; */
    /* z-index: 9; */
    /* background-color: #0b193b; */
    /* padding: 0.5rem 2rem 0 2.9rem; */
}

.home .setting-menu-header1 {
    /* background-color: transparent; */
}

.cus-swiper-slide-main {
    position: relative;
}

.cus-swiper-slide-main:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: #06a68f5c;
    z-index: 2;
    background: linear-gradient(357deg, var(--gray-bold) 0%, #423c3c36 100%);
}

.swiper-slider-main .swiper-button-prev, .swiper-slider-main .swiper-button-next {
    color: white !important;
}

.swiper-slider-main .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
}

.tile--mision-vision {
    color: var(--color-highlight);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.slide-wrap-mision-vision:hover {
    background-color: var(--color-highlight2) !important;
}

.slide-wrap-mision-vision:hover > div {
    color: white !important;
}

.border-radius-10 {
    border-radius: 10px;
}

.bg-impact-areas {
    background-color: var(--color-highlight) !important;
    padding: 60px 0;
}

.img-impact-page img {
    width: 160px;
    height: 160px;
}

.img-impact-page {
    margin-bottom: 20px;
}

.slide--wrap-impact {
    text-align: center;
    position: relative;
    color: var(--color-bg);
    padding: 1.5rem;
    transition: background .4s, border .4s, border-radius .4s, box-shadow .4s, transform var(--e-transform-transition-duration, .5s);
    /* border: 1px solid var(--color-highlight); */
    background: var(--light);
}

.slide--wrap-impact .img-impact-page img {
    filter: brightness(0);
    transition: all .25s ease;
}

.slide--wrap-impact .slide--tile-impact {
    color: var(--black);
    transition: all .25s ease;
}

.slide--wrap-impact:hover {
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.slide--wrap-impact:hover .slide--tile-impact {
    color: var(--black);
}

.slide--wrap-impact:hover .img-impact-page img {
    filter: unset;
}

.slide--tile-class-item {
    font-size: 50px;
    margin-bottom: 15px;
}

.link-read-more-impact {
    margin-top: 15px;
}

.link-read-more-impact a {
    opacity: 1;
    color: var(--color-bg);
    font-weight: bold;
}

.slide--wrap-impact:hover .link-read-more-impact a {
    opacity: 1;
}

.slide--wrap-impact:hover .slide--tile-class-item {
    position: relative;
    margin-top: -15px;
    transition: box-shadow .5s ease, background .5s ease;
}

.nav {
    gap: 1.5rem;
}

.bg-video-html {
    background-position: top center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    background-attachment: fixed;
}

.bg-video-html:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #00222C6E;
    width: 100%;
    height: 100%;
}

.watch-video {
    font-size: 80px;
    color: white;
    text-align: center;
}

.watch-video a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.watch-video span {
    font-size: 26px;
    margin-left: 15px;
}

.title-video-html {
    font-size: 33px;
    font-weight: bold;
}

.button-link-video1 a {
    background-color: var(--color-highlight);
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: bold;
}

.button-link-video1 a:hover {
    background-color: var(--color-highlight2);
}

.button-link-video1 {
    margin-top: 40px;
}

.title-tab2-program {
    color: var(--color-highlight);
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.title-tab2-program:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    width: 15px;
    height: 2px;
    background-color: var(--color-highlight);
}

.title-tab3-program {
    font-size: 38px;
    font-weight: bold;
    color: var(--color-highlight);
    margin-bottom: 30px;
}

.cus-inner-content-tab {
    /* position: absolute; */
    /* top: 5px; */
    /* left: 10px; */
}

.cus-inner-content-tab .article-title a {
    /* color: white; */
    font-size: 18px;
}

.tab-swiper .swiper-button-next {
    /* bottom: 5px !important; */
    /* top: auto; */
    /* right: auto; */
    /* left: 70px; */
    /* color: black; */
    /* background-color: #f3f3f378; */
    /* padding: 4px 10px; */
}

.tab-swiper .swiper-button-prev {
    /* bottom: 5px !important; */
    /* top: auto; */
    /* color: black; */
    /* background-color: #f3f3f378; */
    /* padding: 4px 10px; */
}

.slide-wrap-results {
    text-align: center;
}

.class-item-results {
    font-size: 60px;
    color: var(--color-highlight);
}

.slide-tile-results {
    font-size: 45px;
    font-weight: 700;
    color: var(--color-bg);
    margin-bottom: 10px;
}

.bg-video-html2 {
    background-position: top center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.desc-video-html2 {
    font-size: 26px;
    font-style: italic;
}

footer {
    background-color: var(--light);
    padding: 60px 0 45px 0;
    font-size: 15px;
    border-top: 1px solid var(--color-highlight);
}

footer .logo-section img {
    height: 11rem;
}

.footer-menu-section > ul {
    display: flex;
    align-items: center;
}

.footer-menu-section i {
    color: black;
    font-size: 26px;
}

.footer-menu-section {
    margin: 30px 0 0 0;
}

.entire-info-website i {
    color: var(--color-highlight2);
    margin-right: 15px;
    font-size: 20px;
}

.fs-14 {
    font-size: 14px;
}

.bg-breadcrum-page {
    background-position: center;
    background-size: cover;
    padding: 180px 0 120px 0;
    position: relative;
}

.slide--wrap-impact-page {
    padding: 25px 20px;
    background-color: var(--white);
    border-radius: 5px;
    text-align: center;
    margin-bottom: 45px;
    position: relative;
    border: 1px solid var(--color-highlight);
    transition: all .25s ease;
}

.slide--wrap-impact-page:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slide--wrap-impact-page:hover a {
    color: var(--color-highlight);
}

.slide-class-item-page {
    font-size: 140px;
}

.read-more-impact-page {
    background-color: var(--color-highlight);
    padding: 10px 24px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid var(--color-highlight);
    transition: all .25s ease;
}

.read-more-impact-page:hover {
    background-color: var(--white);
    color: var(--color-highlight);
}

.read-more-impact-page {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
}

.slide--wrap-impact-page:hover {
    background-color: var(--color-highlight2) !important;
    color: white;
}

.slide--wrap-impact-page:hover .slide-class-item-page {
    position: relative;
    margin-top: -15px;
    transition: box-shadow .5s ease, background .5s ease;
}

.btn.btn-tai-file {
    background-color: #69727d;
    color: white;
    border-radius: 5px;
    font-weight: bold;
}

.btn.btn-tai-file:hover {
    background-color: var(--color-highlight2);
}

.article-item-tab-file .article-title {
    text-align: left;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.tab-pdf-nav {
    margin-bottom: 30px;
}

.tab-pdf-nav li {
    margin: 0 20px;
}

.tab-pdf-nav .nav-item .nav-link {
    color: white !important;
    font-weight: bold !important;
    width: 100%;
    text-align: center;
    background-color: var(--color-highlight);
    padding: 6px 8px 6px 8px !important;
    border-radius: 15px;
}

.tab-pdf-nav .nav-item .nav-link.active, .tab-pdf-nav .nav-item .nav-link:hover {
    background-color: var(--color-text);
}

.card .card-header .collapsed i:before {
    content: "\2b";
}

.box-collapse-tamnhin .card-header > .collapsed {
    background-color: #06a68f8a;
    color: white;
    padding: 10px 15px;
}

.box-collapse-tamnhin .card-header > div {
    font-size: 1.8rem;
    font-weight: bold;
}

.cus-xemthem-collapse a {
    background-color: var(--color-highlight);
    color: white;
    padding: 6px 10px;
}

.cus-xemthem-collapse a:hover {
    background-color: var(--color-highlight2);
}

.bg-content {
    padding: 0 10px 15px 10px;
    height: 100%;
    =: 1px solid; border-radius: 0 0 1rem 1rem;
    background: var(--color-highlight);
}

.bg-content * {
    color: white !important;
}

.tile-item-about-us {
    font-size: 50px;
    color: var(--color-highlight);
}

.slide-tile-about-us {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

.slide-wrap-about-us {
    padding: 30px 20px;
    border-radius: 20px;
}

.slide-wrap-about-us:hover {
    background-color: var(--color-highlight2) !important;
    color: white;
}

.slide-wrap-about-us:hover .tile-item-about-us {
    color: white;
}

.content-our-teamr {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: white;
    z-index: 10;
    opacity: 0;
}

.ten-nhan-su {
    font-size: 20px;
    font-weight: 600;
}

.chuc-danh {
    padding: 10px 0 15px 0;
}

.content-our-teamr i {
    font-size: 22px;
    color: var(--color-highlight);
}

.img-nhan-su {
    position: relative;
}

.img-nhan-su:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000003d;
    z-index: 9;
    opacity: 0;
}

.social-icons {
    gap: 20px;
}

/* Base icon styling */
.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #7AC943;
    /* green icon color */
    text-decoration: none;
    position: relative;
    transition: color 0.3s, transform 0.3s;
}

.social-icon i {
    font-size: 17px;
    text-align: center;
    padding: 10px;
}

.social-icon i:hover {
    color: #a5d058;
    /* lighter green on hover */
}

.social-icon:hover {
    background-color: #5fa731;
    /* darker green on hover */
    color: #fff;
}

.cus-swiper-nhan-su:hover .content-our-teamr, .cus-swiper-nhan-su:hover .img-nhan-su:before {
    opacity: 1;
}

.form-page-lien-he textarea.form-control {
    height: 90px;
}

.hover-page-lien-he:hover {
    background-color: var(--color-highlight) !important;
}

.box-banner-top-tour img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.title-seo-css-banner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    color: white;
    font-size: 40px;
}

.button-tim-hieu-them-home a {
    background-color: var(--color-text);
    border: 1px solid var(--color-text);
    padding: 1rem 1.5rem;
    border-radius: 15px;
    color: var(--white);
}

.button-tim-hieu-them-home a:hover {
    background-color: transparent;
    color: var(--color-highlight);
    border-color: var(--color-highlight);
}

@media (min-width: 768px) and (max-width: 1024px) {
    .swiper-slider-main .swiper-slide img {
        height: 40vh;
    }

    .read-more-impact-page a {
        padding: 10px 10px;
        font-size: 13px;
    }

    .slide--wrap-impact-page {
        padding: 15px 10px;
    }
}

@media (max-width: 768px) {
    .setting-header-mobile > .container > .row > div {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .search-section.entire-action-header i {
        color: white;
    }

    .title-section {
        font-size: 2.8rem;
    }

    .bg-impact-areas {
        padding: 30px 0;
    }

    .box-arow-left, .box-arow-right {
        display: none;
    }

    .title-video-html {
        font-size: 24px;
    }

    .watch-video {
        font-size: 55px;
        margin-top: 50px;
    }

    .slide-tile-results {
        font-size: 28px;
    }

    .class-item-results {
        font-size: 45px;
    }

    .desc-video-html2 {
        font-size: 18px;
    }

    .slide--wrap-impact {
        padding: 20px 15px 0px 15px;
    }

    .slide-class-item-page {
        font-size: 90px;
    }

    .bg-breadcrum-page {
        padding: 80px 0 80px 0;
    }

    .breadcrumbs-section span {
        font-size: 28px;
    }

    .slide-wrap-about-us {
        text-align: center;
        padding: 10px 20px;
    }

    .content-our-teamr {
        opacity: 1;
    }

    .img-nhan-su:before {
        opacity: 1;
    }

    .title-tab3-program {
        font-size: 24px;
    }

    .cus-swiper-slide-main:before {
        height: 60%;
    }

    .box-banner-top-tour img {
        height: 180px;
    }

    .title-seo-css-banner {
        top: 35%;
        font-size: 25px;
    }

    .cus-xemthem-collapse {
        margin-bottom: 30px;
    }
}

.cursor {
    position: fixed;
    background-color: var(--black);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%) scale(1);
}

.cursor.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.cursor-follower {
    position: fixed;
    border: 0.5px solid var(--black);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
}

.cursor-follower.active {
    opacity: 1;
    transform: translate(-50%, -50%) ;
}

/*.cus-news-home .article-item > div {*/
/*    border-radius: 10px !important;*/
/*}*/
.article-service {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.article-service .inner-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgb(253 253 253 / 0%) 0%, rgb(253 253 253 / 30%) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    pointer-events: none;
    z-index: 4;
}

.article-service .inner-content {
    z-index: 5;
    width: 100%;
    text-align: center;
}

.article-service:hover .inner-image:before {
    -webkit-animation: shine .95s;
    animation: shine .95s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.hover-zoom-img {
    overflow: hidden;
}

.hover-zoom-img img {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.hover-zoom-img:hover img {
    -webkit-transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
    transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
    -o-transition: transform 2s, filter 1.5s ease-in-out;
    transition: transform 2s, filter 1.5s ease-in-out;
    transition: transform 2s, filter 1.5s ease-in-out, -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.hover-image-item .inner-content {
    position: absolute;
    bottom: 0;
    padding: 0 40px 40px;
}

.hover-image-item .ratio-custome:after {
    content: '';
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: none;
}

.hover-image-item .read-more {
    color: white;
    border: 1px solid white;
    padding: 8px 30px;
    display: inline-block;
    font-size: 15px;
}

.hover-image-item .read-more:hover {
    border-color: var(--color-hightlight);
    background: var(--color-hightlight);
}

.hover-image-item .hover-image-description {
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
}

.hover-image-item:hover .hover-image-description {
    max-height: 200px;
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

.line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.line span {
    background: var(--color-highlight);
    height: 70px;
    width: 1px;
}

.ratio-philosophy {
    padding-top: 130%;
}

.swiper-philosophy--description {
    position: relative;
    margin-left: 40px;
    border-left: 1px solid var(--color-highlight);
    padding-left: 35px;
    padding-top: 60px;
}

.ratio-philosophy:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.666599) 37.5%, rgba(255, 255, 255, 0.840413) 64.06%, #FFFFFF 100%);
    width: 100%;
    content: '';
    position: absolute;
    height: 120px;
    bottom: 0;
    z-index: 1;
}

.number-philosophy {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    color: var(--color-highlight);
    font-size: 40px;
    z-index: 2;
    font-weight: bold;
}

.count-value {
    position: relative;
    color: var(--color-highlight);
}

.count-value .sub-numb {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-shadow: 1px 0 0 #999999, -1px 0 0 #999999, 0 1px 0 #999999, 0 -2px 0 #999999, 1px 1px #999999, -1px -1px 0 #999999, 1px -1px 0 #999999, -1px 1px 0 #999999;
    color: white;
    font-size: 8rem;
    z-index: auto;
    opacity: .2;
}

.count-value .number {
    position: relative;
    z-index: 2;
}

.section-box-slider {
    margin-top: 12rem;
}

.cus-ds-nvien .box-name {
    width: fit-content;
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 0;
    background-color: rgba(216, 29, 39, .62);
    padding: .5rem 1rem;
    color: white;
}

.cus-ds-nvien .item {
    position: relative;
}

.cus-ds-nvien .title {
    color: var(--white);
    font-weight: 600;
    font-style: italic;
    line-height: 2;
    margin-bottom: 2rem;
    text-align: justify;
}

.our-winning .item .name {
    padding: 1.5rem 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.our-winning .item .desc {
    padding: 1.5rem 0;
    font-size: 15px;
}

.our-winning > .row > div:nth-child(1) .item {
    background: #ff9090;
}

.our-winning > .row > div:nth-child(2) .item {
    background: #ffc490;
}

.our-winning > .row > div:nth-child(3) .item {
    background: #ffe990;
}

.our-winning > .row > div:nth-child(4) .item {
    background: #90c4ff;
}

@media (min-width: 1200px) {
    .menu-section .entry-menu.dropdown li:hover > ul {
        max-height: 900px;
        overflow-y: scroll;
    }

    .menu-section .entry-menu.dropdown li:hover > ul::-webkit-scrollbar {
        width: 8px;
    }

    .menu-section .entry-menu.dropdown li:hover > ul::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .menu-section .entry-menu.dropdown li:hover > ul::-webkit-scrollbar-thumb {
        background: var(--color-main);
        border-radius: 10px;
    }

    .menu-section .entry-menu.dropdown li:hover > ul::-webkit-scrollbar-thumb:hover {
        background: var(--color-main);
    }
}

@media (min-width: 968px) and (max-width: 1300px) {
    .menu-section > ul > li {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 992px) {
    #modal-advise .modal-dialog {
        max-width: 800px;
        width: 100%;
    }
}

/*CSS quyettq*/
.custome.swiper-button-prev {
    left: 0;
}

.custome.swiper-button-next {
    right: 0;
}

.toCall {
    bottom: 100px;
    position: fixed;
    right: 15px;
    z-index: 99;
}

.toCall a {
    display: block;
    padding-bottom: 10px;
}

.toCall a img {
    width: 42px;
    height: 42px;
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

#modal-advise .right-popup-content h3 {
    line-height: 1.3;
}

.product-image-detail .inner-image {
    padding-top: 100%;
}

.product-image-detail .inner-image img {
    object-fit: scale-down;
}

.description-product-detail-custom {
    display: table;
    width: 100%;
    margin-bottom: 1.5rem;
    border: 1px dashed var(--color-main-1);
    border-radius: 0.3rem;
    background: #fffefa;
    padding: 1rem;
    font-size: 1.4rem;
}

.button-social-product ul li {
    width: 50%;
    float: left;
}

.modal button.close {
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 10;
    text-shadow: unset;
}

.policy-item img {
    width: 40px;
    object-fit: scale-down;
}

.modal .modal-dialog {
    margin-top: 3rem;
}

.invalid-feedback {
    color: #dc3545 !important;
}

.slide--wrap-impact-page:hover {
    background-color: var(--white) !important;
    border: 1px solid var(--color-highlight);
}

.slide--wrap-impact-page a:hover {
    color: var(--black) !important;
}

/*CSS by quyettq*/
.box-banner-top-tour::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb( 0 0 0 / 0.45);
    z-index: 1;
}

.box-banner-top-tour .container {
    position: relative;
    z-index: 2;
}

.content-custome {
    background: var(--gray);
}

.article-item .content-custome .article-title a, .article-item .content-custome .post-date, .article-item .content-custome .btn-xem-them {
    color: var(--black);
}

.article-item .content-custome .article-title a:hover, .article-item .content-custome .btn-xem-them:hover {
    color: var(--color-highlight);
}

.cus-news-home .article-item {
    transition: all .3s ease;
}

.cus-news-home .article-item:hover {
    box-shadow: rgb(94 94 94 / 20%) 0px 3px 14px 0px;
}

.back-banner {
    height: 100%;
    max-height: 35rem;
    overflow: hidden;
    /* margin-top: 6rem; */
    background-size: cover;
    position: relative;
}

.title-breadcrums {
    color: var(--white);
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    line-height: 1.5;
}

.article-service .inner-image, .article-service .inner-content {
    position: relative;
    z-index: 3;
}

.article-service .article-title a {
    color: var(--black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.6rem;
}

.article-service .article-title a:hover {
    color: var(--color-highlight);
}

.article-service .article-description {
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.box-title-service {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.block-line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.is-mobile .title-breadcrums {
    font-size: 3rem;
}
