/* @font-face {
    font-family: "Poltawski Nowy";
    src: url("../fonts/Poltawski_Nowy/PoltawskiNowy-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poltawski Nowy";
    src: url("../fonts/Poltawski_Nowy/PoltawskiNowy-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Poltawski Nowy";
    src: url("../fonts/Poltawski_Nowy/PoltawskiNowy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Poltawski Nowy";
    src: url("../fonts/Poltawski_Nowy/PoltawskiNowy-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Poltawski Nowy";
    src: url("../fonts/Poltawski_Nowy/PoltawskiNowy-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poltawski Nowy";
    src: url("../fonts/Poltawski_Nowy/PoltawskiNowy-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Poltawski Nowy";
    src: url("../fonts/Poltawski_Nowy/PoltawskiNowy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Poltawski Nowy";
    src: url("../fonts/Poltawski_Nowy/PoltawskiNowy-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Poltawski Nowy Variable";
    src: url("../fonts/Poltawski_Nowy/PoltawskiNowy-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: "Poltawski Nowy Variable";
    src: url("../fonts/Poltawski_Nowy/PoltawskiNowy-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica_Neue/HelveticaNeue-Light.otf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica_Neue/HelveticaNeueItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica_Neue/HelveticaNeue-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica_Neue/HelveticaNeueBold.ttf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica_Neue/HelveticaNeueBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
} */


body {
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: normal;
    overflow-x: hidden;
}

.font-HelveticaNeueSemi {
    font-family: 'HelveticaNeueSemi';
}

.content-content ul,
.content-content ol {
    list-style: inherit;
    padding-left: 20px;
}

.hc-offcanvas-nav a.nav-next {
    border-left-color: #fff;
    border-bottom-color: #ddd;
}

.hc-offcanvas-nav .nav-next span::before {
    border-color: #fff;
}

/* .font-Polta {
    font-family: 'Poltawski Nowy';
} */

.title-line {
    position: relative;
}

.zoom-image {
    overflow: hidden;
}

.zoom-image:hover img {
    transform: scale(1.02);
    transition: all 0.4s;
}

.zoom-image img {
    transition: all 0.4s;
}

.title-line:after {
    position: absolute;
    content: '';
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/bf.png) no-repeat;
    width: 100px;
    height: 10px;
}

.swiper-nav:after {
    color: #fff;
    font-size: 16px;
}


.simply-scroll .simply-scroll-list li {
    /* height: auto !important;
    width: 100%;
    margin-bottom: 20px; */
    height: auto;
    /* margin-right: 90px; */
    /* width: calc(100% / 6); */
}

.title-line:before {
    content: "";
    position: absolute;
    content: '';
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/af.png) no-repeat;
    width: 100px;
    height: 10px;
}

/*  */

.section-home .swiper-pagination {
    display: flex;
    flex-flow: column;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.section-home .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin-block: 10px;
    display: inline-block;
    position: relative;
    background: #c38e2b;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:after,
span.swiper-pagination-bullet:hover:after {
    opacity: 1 !important;
    transition: 0.4s;
    transform: translate(-50%, -50%) scale(1) !important;
}

.section-home .swiper-pagination span:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #c38e2b;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    opacity: 0;
    transition: 0.4s;
}

.section-home {
    position: relative;
}

.scroll-bds::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scroll-bds::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #000;
}

.scroll-bds::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.hover-img:hover img {
    transform: scale(1.1);
    transition: 0.4s;
}

.hover-img img {
    transition: 0.4s;
}

.hover-img {
    overflow: hidden;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .md-hidden-5>*:nth-child(5) {
        display: none;
    }

    .simply-scroll .simply-scroll-list li {
        width: 185px!important;
    }

    .simply-scroll.simply-scroll-container,
    .simply-scroll-clip {
        height: 355px !important;
    }
    .listCounter > div:nth-child(2):after {
        /* display: none; */
    }

}


@media (max-width: 1024px) and (min-width: 992px) {
    .item a {
        gap: 12px;
        /* font-size: 23px !important; */
    }
    .free_work.list-check li:before {
        top: 1px!important;
    }
    .swiper-slide.side {
        height: 270px!important;
    }
    .miceSlide2 .swiper-slide.outside {
        height: 245px!important;
    }
}

@media (max-width: 1439px) and (min-width: 1280px) {
    .miceSlide2 .swiper-slide.side {
        z-index: 40 !important;
        height: 315px!important;
    }
    .service.list-check li {
        margin-bottom: 14px!important;
    }
    .miceSlide2 .swiper-slide.center {
        z-index: 50 !important;
        height: 100%!important;
        /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
    }
    .miceSlide2 .swiper-slide.outside{
        height: 290px!important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .item a {
        gap: 12px;
        font-size: 16px !important;
    }
    .page-link {
        font-size: 12px!important;
        width: 33px!important;
        height: 33px!important;
        line-height: 33px!important;
    }
    .free_work.list-check li:before {
        top: 2px!important;
    }
    .mice-list.list-check ul {
        display: inline-block;
    }

    .mice-list.list-check {
        text-align: left;
        font-weight: inherit;
        color: #000;
    }

    .mice-list.list-check li:before {
        top: 2px!important;
    }

    .miceSlide2 .swiper-slide.outside {
        height: 180px!important;
    }

    .miceSlide2 .swiper-slide.side {
        height: 200px!important;
    }
    
    /*  */
}

@media (max-width: 768px) {
    .main-header {
        background: unset !important;
    }
    footer .tx-socials-box {
        display: grid;
        grid-template-columns: repeat(2, 25px);
        row-gap: 20px;
        column-gap: 25px;
    }
    .mice-thongso-noibat > div:last-child > div:last-child:after {
        opacity: 0;
    }
}

@media (max-width: 767px) {

    .simply-scroll.simply-scroll-container,
    .simply-scroll-clip {
        height: 420px !important;
    }

    .listTrach {
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
        gap: 20px;
    }

    .listCounter>div::after {
        display: none;
    }

    .mice-list.list-check li{
        text-align: left;
    }

    .listCounter>div:not(:last-child)::before {
        content: '';
        position: absolute;
        width: 75%;
        height: 1px;
        background: #243068;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .listCounter>div:not(:last-child) {
        padding-bottom: 15px;

    }

    #search .btn {
        margin-top: 25px !important;
    }

    .home-slide .swiper-nav {
        display: none;
    }

    .content-content {
        font-size: 15px;
    }

    .item a {
        gap: 12px;
        font-size: 15px !important;
    }

    .row {
        gap: 0 !important;
    }

    .list-check li:before {
        position: relative;
        top: 2px !important;
    }

    .list-check ul {
        display: inline-block;
    }

    .slideService .list-check ul {
        display: block;
    }

    .list-check {
        text-align: center;
    }

    .mobile-none-br br {
        display: none;
    }

    .miceSlide2 .swiper-slide.side {
        z-index: 40 !important;
        height: 265px !important;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .home-videos iframe {
        height: 260px;
    }
    .mice-list.list-check li:before {
        top: 1px!important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .home-videos iframe {
        height: 400px;
    }
    .swiper-slide.side {
        height: 255px!important;
    }

    .simply-scroll.simply-scroll-container,
    .simply-scroll-clip {
        height: 420px !important;
    }
}

.simply-scroll.simply-scroll-container,
.simply-scroll-clip {
    width: 100% !important;
    height: auto !important;
}

@media (min-width: 1440px) {

    .simply-scroll.simply-scroll-container,
    .simply-scroll-clip {
        /* height: 420px !important; */
    }
}

@media (max-width: 1024px) {
    .page-hero-title .breadcrumb {
        /* padding: 5px 20px !important; */
    }

    .swiper-slide.center {
        height: 100%!important;
    }

    .page-hero-title {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        font-size: 15px;
    }

    .container-box {
        /* padding-inline: 15px; */
    }
}

@media (max-width: 991px) {
    .comment-home {
        width: 95%;
        overflow: hidden;
        margin-left: 5%;
    }

    .comment-home h4 {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {

    .md-hidden-5>*:nth-child(5),
    .md-hidden-5>*:nth-child(4) {
        display: none;
    }
}

@media (max-width: 849px) and (min-width: 640px) {
    .tabBlock-content .grid>div:nth-child(3) {
        display: none;
    }
}

.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
    /* margin: 30px 0; */
    gap: 6px;
}

.page-item {
    display: inline-block;
}

.page-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.page-link:hover {
    background-color: #f5f5f5;
    color: #000;
}

.page-item.active .page-link {
    background-color: #243068;
    border-color: #243068;
    color: #fff;
    font-weight: 600;
    pointer-events: none;
}

.page-item.disabled .page-link {
    color: #aaa;
    background-color: #f9f9f9;
    border-color: #ddd;
    cursor: not-allowed;
}

.content-content p,
.content-content li {
    margin-bottom: 10px;
    line-height: 26px;
}

.content-content {
    /* color: #222222; */
}

@media (max-width: 767px) {
    .content-content img {
        max-width: 100%;
        height: auto !important;
    }

    .content-content h2 {
        font-size: 17px !important;
        line-height: 35px;
    }
}

.content-content blockquote::before {
    content: url("data:image/svg+xml;utf8,<svg width='50' height='43' viewBox='0 0 50 43' fill='none' xmlns='http://www.w3.org/2000/svg'><g opacity='0.15' clip-path='url(%23clip0_581_1530)'><path d='M21.7715 18.6362V37.2695H0.333984V18.37C0.333984 5.59286 14.1152 3.99572 14.1152 3.99572L15.9527 7.72239C15.9527 7.72239 9.82773 8.52096 8.60273 12.78C7.37773 15.9743 9.82774 18.6362 9.82774 18.6362H21.7715Z' fill='%23C38E2B'/><path d='M49.334 18.6364V37.2698H27.8965V18.3703C27.8965 5.59311 41.6777 3.99597 41.6777 3.99597L43.5152 7.72263C43.5152 7.72263 37.3902 8.52121 36.1652 12.7803C34.9402 15.9745 37.3902 18.6364 37.3902 18.6364H49.334Z' fill='%23C38E2B'/></g><defs><clipPath id='clip0_581_1530'><rect width='49' height='42.5905' fill='white' transform='matrix(-1 0 0 -1 49.334 42.5935)'/></clipPath></defs></svg>");
    display: inline-block;
    width: 50px;
    /* tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ng ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ng kÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ch thÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºc SVG */
    height: 43px;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    top: -15px;
    left: -70px;
}

.content-content blockquote::after {
    content: url("data:image/svg+xml;utf8,<svg width='50' height='44' viewBox='0 0 50 44' fill='none' xmlns='http://www.w3.org/2000/svg'><g opacity='0.15' clip-path='url(%23clip0_581_1533)'><path d='M28.0625 24.5061V5.8728H49.5V24.7723C49.5 37.5495 35.7188 39.1466 35.7188 39.1466L33.8812 35.4199C33.8812 35.4199 40.0063 34.6214 41.2313 30.3623C42.4563 27.168 40.0062 24.5061 40.0062 24.5061H28.0625Z' fill='%23C38E2B'/><path d='M0.5 24.5061V5.8728H21.9375V24.7723C21.9375 37.5495 8.15625 39.1466 8.15625 39.1466L6.31875 35.4199C6.31875 35.4199 12.4438 34.6214 13.6688 30.3623C14.8938 27.168 12.4438 24.5061 12.4438 24.5061H0.5Z' fill='%23C38E2B'/></g><defs><clipPath id='clip0_581_1533'><rect width='49' height='42.5905' fill='white' transform='translate(0.5 0.549316)'/></clipPath></defs></svg>");
    display: inline-block;
    width: 50px;
    /* chiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âu rÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ng SVG */
    height: 44px;
    /* chiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âu cao SVG */
    margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    right: 85px;
    bottom: 0px;
}

.content-content blockquote {
    position: relative;
    /* padding-inline: 65px; */
    margin-top: 25px;
    margin-bottom: 20px;
    text-indent: 85px;
}

.content-content h2 {
    font-size: 25px;
    line-height: 36px;
}

@media (min-width: 1366px) and (max-width: 1560px) {
    .th360-comment>div>div {
        -webkit-line-clamp: 2 !important;
    }
}

.toggle-nav {
    position: unset;
    width: auto;
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    background: #fff;
    border-top: unset;
    border-bottom: unset;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #413f3fc9;
    color: #fff;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    padding: 14px 17px;
    font-size: 14px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ddd;
    transition: background .1s ease;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    background: #413f3fc9;
    border-top: unset;
    border-bottom: unset;
}

.hc-offcanvas-nav .nav-content>.nav-close a {
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    text-decoration: none;
    box-sizing: border-box;
}

.hc-offcanvas-nav .nav-close-button span::before,
.hc-offcanvas-nav .nav-close-button span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid #ddd;
}

.hover-tamnhin .hover {
    transform: translateY(0);
    transition: 0.4s;
    width: 100%;
}

.hover-tamnhin>div {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.hover-tamnhin:hover>div:first-child {
    transform: translateY(-100%);
    transition: 0.4s;
}

.hover-tamnhin:hover>.hover {
    transform: translateY(-100%);
}

@media (max-width: 1920px) and (min-width: 1500px) {
    #header-top {
        max-width: 1400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    #header-top {
        padding-inline: 15px;
    }

    #listMenuBar>li:first-child {
        display: none;
    }

    #listMenuBar>li:not(:last-child) {
        border-bottom: 1px solid #ddd;
        padding-bottom: 13px;
        margin-bottom: 13px;
    }

    #listMenuBar {
        padding-bottom: 15px;
        margin-top: 4px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #header-top {
        padding-inline: 20px;
    }
}

@media (max-width: 1366px) and (min-width: 1200px) {
    #header-top {
        max-width: 1170px;
        margin: 0 auto;
    }
}

@media (max-width: 2880px) and (min-width: 2000px) {
    .page-responsibility>div {
        max-width: 1920px;
        margin: 0 auto;
    }
}

.content-content h1,
.content-content h2,
.content-content h3,
.content-content h4,
.content-content h5,
.content-content h6 {
    font-weight: 600;
    line-height: 1.3;
    margin: 1em 0 0.5em;
}


/* Responsive table: thÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªm scroll ngang */

.content-content table {
    display: block;
    /* overflow-x: auto; */
    /* white-space: nowrap; */
}


/* Responsive video iframe */

.content-content iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    display: inline-block;
}



.content-content p[style*="text-align:left"] img {
    display: inline-block;
    margin: 0 auto 1em 0;
}

.content-content img {
    display: inline-block;
}



.content-content p[style*="text-align:center"] img {
    display: inline-block;
    margin: 0 auto 1em auto;
}



.content-content p[style*="text-align:right"] img {
    display: inline-block;
    margin: 0 0 1em auto;
}

@media (max-width: 768px) {
    .content-content img {
        max-width: 100%;
        height: auto;
    }
}

.content-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
    /* font-size: 15px; */
}

.content-content th,
.content-content td {
    border: 1px solid #808080;
    /* giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ng border="1" */
    padding: 8px;
    /* thay cho cellpadding */
    text-align: left;
    vertical-align: middle;
}

.content-content th {
    background: #f5f5f5;
    font-weight: 600;
}



.content-content table.separate {
    border-collapse: separate;
    border-spacing: 5px;
}


/* Responsive: cho phÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©p scroll ngang trÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªn mÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â n hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬nh nhÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

.content-content table {
    display: block;
    /* overflow-x: auto; */
    /* white-space: nowrap; */
}

textarea#postArea {
    height: 80px;
    padding-top: 25px;
}

.hover-menu:hover>.submenu {
    transform: rotateX(0deg);
    transition: 0.4s;
    transform-origin: top center;
}

.hover-menu>.submenu li:hover {
    /* color: yellow; */
    transition: all 0.4s;
}

.hover-menu .submenu {
    z-index: 999;
    position: absolute;
    background: #fff;
    top: calc(100% + 5px);
    min-width: 280px;
    left: 0;
    padding: 15px 15px;
    transform: rotateX(90deg);
    transition: 0.4s;
    transform-origin: top center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.hover-menu .submenu.has-mega {
    /* top: 105px; */
    /* width: 65%; */
    /* position: fixed; */
    /* width: 65%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.hover-menu .submenu.has-mega:hover {
    /* transform: translateX(-50%); */
}

.hover-menu .submenu>li>a,
.hover-menu .submenu>ul>li>a {
    /* padding-bottom: 10px; */
    display: block;
    /* border-bottom: 1px solid; */
    margin-bottom: 10px;
    border-color: #fff;
    transition: all 0.4s;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
    padding-inline: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding-block: 10px;
    border-radius: 5px;
}

.hover-menu .submenu>li:last-child>a {
    margin-bottom: 0;
    border: unset;
    padding-bottom: 0;
}


/* Shine */
.shine-overlay {
    position: relative;
    overflow: hidden;
}

.shine-overlay:hover .shine {
    display: block;
}

.shine {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(255, 255, 255, 0)),
            color-stop(50%, rgba(255, 255, 255, 0.8)),
            to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transform: skew(30deg);
    animation: shine 0.75s linear 1;
}

@keyframes shine {
    0% {
        left: -50%;
        opacity: 0;
    }

    50% {
        left: 25%;
        opacity: 0.5;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

nav#hc-nav-1 svg path {
    fill: #fff;
}

.hc-offcanvas-nav .nav-content>h2,
.hc-offcanvas-nav .nav-content>h3,
.hc-offcanvas-nav .nav-content>h4,
.hc-offcanvas-nav .nav-content>h5,
.hc-offcanvas-nav .nav-content>h6 {
    color: #fff;
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover {
    background: #413f3f;
}


.list-check li {
    /* background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 -1.90735e-06 12 0ZM10.2857 16.7914L6 12.5057L7.36285 11.1429L10.2857 14.0657L16.6371 7.71429L18.0051 9.07371L10.2857 16.7914Z" fill="%23E47B26"/></svg>'); */
    /* background-repeat: no-repeat; */
    /* background-size: 20px; */
    /* padding-left: 30px; */
    margin-bottom: 20px;
    /* background-position: left center; */
    list-style: none;
    display: flex;
}

.list-check li:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 -1.90735e-06 12 0ZM10.2857 16.7914L6 12.5057L7.36285 11.1429L10.2857 14.0657L16.6371 7.71429L18.0051 9.07371L10.2857 16.7914Z" fill="%23E47B26"/></svg>');
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    width: 20px;
    background-size: contain;
    margin-right: 10px;
    transition: all 0.3s ease-out;
}

.list-check li {
    position: relative;
}

.slideService .group:hover .list-check li:before {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-out;
}

/* .slideQuyTrinh .swiper-slide > div {
    transform: scale(.8);
    transition: transform .4s ease;
}

.slideQuyTrinh .swiper-slide-active > div {
    transform: scale(1);
} */

@media (min-width: 1920px) and (max-width: 2440px) {
    .container-auto {
        width: 100%;
        max-width: 100% !important;
    }
}

@media (min-width: 1920px) {
    .service.list-check li:before {
        top: 4px!important;
        position: relative;
    }
    .miceSlide2.is-dragging .swiper-slide {
        height: 500px;
    }
    .mice-list li:before,
    .free_work li:before {
        width: 30px;
        height: 30px;
        top: 3px;
    }

    .video-trends img#renderImageYoutube {
        height: 700px;
        border-radius: 20px;
    }

    .video-trends ul {
        height: 700px;
        overflow-y: scroll;
    }

    .mice-list li,
    .free_work li {
        margin-bottom: 30px;
    }
    .gallery-scroll img {
        max-width: 50%;
        height: 60px;
        object-fit: contain;
    }
}


@media (min-width: 1366px) and (max-width: 1439px) {
    .container-auto {
        width: 100%;
        max-width: 100% !important;
    }
    .list-check li {
        margin-bottom: 12px !important;
    }

    .video-trends img#renderImageYoutube {
        height: 500px;
        border-radius: 20px;
    }

    .video-trends ul {
        height: 500px;
        overflow-y: scroll;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .container-auto {
        width: 100%;
        max-width: 100% !important;
    }

    .gallery-scroll img {
        max-width: 50%;
        height: 60px;
        object-fit: contain;
    }

    .serviceHome .list-check li:before {
        height: 18px;
        width: 18px;
    }

    .serviceHome .list-check li {
        margin-bottom: 18px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .list-check li {
        margin-bottom: 8px !important;
    }

    .mice-list li {
        margin-bottom: 20px !important;
    }

    .mice-list li:before {
        top: 0 !important;
    }

    .free_work.list-check li {
        margin-bottom: 20px !important;
    }

    .free_work.list-check li:before {
        top: 0;
    }
}

@media (max-width: 768px) {
    .list-check li {
        margin-bottom: 15px !important;
    }
}


@media (max-width: 1500px) {
    .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
    }
}

.gallery-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    user-select: none;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gallery-scroll::-webkit-scrollbar {
    display: none;
}

.gallery-scroll.active {
    cursor: grabbing;
}

.gallery-scroll img {
    pointer-events: none;
    -webkit-user-drag: none;
}

.swiper-pagination {
    position: unset;
    display: block;
}

.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}

.swiper-pagination-bullet-active {
    background: #243068;
}

.slideQuyTrinh .swiper-slide-active>.slide-item>div:first-child {
    /* padding-top: 50px; */
    /* padding-bottom: 45px; */
    /* height: 300px!important; */
}

.slideQuyTrinh .swiper-slide-active>.slide-item .link {
    margin-top: 20px;
    transition: all 0.4s;
}

.slideQuyTrinh .swiper-slide .slide-item .link {
    transition: all 0.4s;
}

.slideQuyTrinh .swiper-slide-active .icon-number {
    /* width: 90px; */
    /* height: 90px; */
    transition: all 0.4s;
    /* font-size: 38px; */
}

.slideQuyTrinh .swiper-slide-active .title {
    /* font-size: 23px; */
    /* margin-bottom: 12px; */
    /* margin-top: 18px; */
}

.slideQuyTrinh .swiper-slide .title {
    transition: all 0.4s;
}


/* .glow-box::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: inherit;

    background:
        radial-gradient(circle at left center,
            rgba(72,140,255,.95),
            transparent 60%),
        radial-gradient(circle at right center,
            rgba(72,140,255,.95),
            transparent 60%),
        rgba(72,140,255,.35);

    filter: blur(18px);
    z-index: -1;
} */


.glow-box {
    position: relative;
    overflow: hidden;

    border-radius: 20px;
    background: linear-gradient(180deg, #11198f, #050b39);
}

.glow-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(180deg,
            #4b8dff,
            #1f5cff,
            #3c82ff);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    box-shadow:
        0 0 10px #2d74ff,
        0 0 25px rgba(45, 116, 255, .8);
    background: transparent linear-gradient(180deg, #01092E 0%, #011187 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #103283;
}

.glow-box::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 16px;

    background: linear-gradient(180deg,
            rgba(33, 63, 255, .25),
            rgba(5, 8, 50, .1));

    pointer-events: none;
}

.listCounter>*:last-child::after {
    display: none !important;
}

.xuhuong .tx-desc {
    line-height: 23px;
}

.hover-bg:hover {
    background: linear-gradient(181deg,
            #E47B26 0%,
            #CB5F08 100%);
    transition: all 0.4s;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #000000 inset;
    -webkit-text-fill-color: #fff;
}

.tx-desc-23 p {
    line-height: 23px;
}

@keyframes floatBox {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.float-box {
    animation: floatBox 3s ease-in-out infinite;
}

/* @keyframes pulseGlow{
    0%,100%{
        box-shadow:0 0 10px rgba(255,255,255,.15);
    }
    50%{
        box-shadow:0 0 30px rgba(255,255,255,.6);
    }
} */

@keyframes pulseGlow {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(255, 255, 255, .14);
    }

    50% {
        box-shadow: 0 0 40px rgb(160, 160, 160);
    }
}

.glow-box {
    /* animation:pulseGlow 2.5s infinite; */
}

.float-box.glow-box {
    animation:
        floatBox 3s ease-in-out infinite,
        pulseGlow 2.5s ease-in-out infinite;
}

/* ===========================
   FLOAT Y
=========================== */

@keyframes floatY10 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatY15 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* ===========================
   FLOAT X
=========================== */

/* Sang phÃ¡ÂºÂ£i nhÃ¡ÂºÂ¹ */
@keyframes floatX {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(8px);
    }
}

/* Sang phÃ¡ÂºÂ£i nhiÃ¡Â»Âu */
@keyframes floatXForward {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }
}

/* Sang trÃƒÂ¡i */
@keyframes floatXBackward {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }
}

/* ===========================
   FLOAT XY
=========================== */

/* Sang phÃ¡ÂºÂ£i + lÃƒÂªn */
@keyframes floatXYForward {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, -10px);
    }
}

/* Sang trÃƒÂ¡i + lÃƒÂªn */
@keyframes floatXYBackward {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-10px, -10px);
    }
}

/* Sang phÃ¡ÂºÂ£i + xuÃ¡Â»â€˜ng */
@keyframes floatXYForwardDown {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 10px);
    }
}

/* Sang trÃƒÂ¡i + xuÃ¡Â»â€˜ng */
@keyframes floatXYBackwardDown {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-10px, 10px);
    }
}

/* ===========================
   FLOAT Y
=========================== */

.floatY .itemY,
.floatY .itemY15 {
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.floatY .itemY {
    animation-name: floatY10;
}

.floatY .itemY15 {
    animation-name: floatY15;
}

/* Delay */
.floatY .delay1 {
    animation-delay: .3s;
}

.floatY .delay2 {
    animation-delay: .6s;
}

.floatY .delay3 {
    animation-delay: .9s;
}

/* ===========================
   FLOAT X
=========================== */

.floatX .itemX,
.floatX .itemXFor,
.floatX .itemXBack {
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.floatX .itemX {
    animation-name: floatX;
}

.floatX .itemXFor {
    animation-name: floatXForward;
}

.floatX .itemXBack {
    animation-name: floatXBackward;
}

/* Delay */
.floatX .delay1 {
    animation-delay: .3s;
}

.floatX .delay2 {
    animation-delay: .6s;
}

.floatX .delay3 {
    animation-delay: .9s;
}

/* ===========================
   FLOAT XY
=========================== */

.floatXY .itemXYFor,
.floatXY .itemXYBack,
.floatXY .itemXYForDown,
.floatXY .itemXYBackDown {
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.floatXY .itemXYFor {
    animation-name: floatXYForward;
}

.floatXY .itemXYBack {
    animation-name: floatXYBackward;
}

.floatXY .itemXYForDown {
    animation-name: floatXYForwardDown;
}

.floatXY .itemXYBackDown {
    animation-name: floatXYBackwardDown;
}

/* Delay */
.floatXY .delay1 {
    animation-delay: .3s;
}

.floatXY .delay2 {
    animation-delay: .6s;
}

.floatXY .delay3 {
    animation-delay: .9s;
}

/* ===========================
   SCALE
=========================== */

/* Scale nhÃ¡ÂºÂ¹ */
@keyframes floatScale {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Scale lÃ¡Â»â€ºn hÃ†Â¡n */
@keyframes floatScaleBig {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Thu nhÃ¡Â»Â */
@keyframes floatScaleSmall {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }
}

/* ===========================
   SCALE
=========================== */

.floatScale .itemScale,
.floatScale .itemScaleBig,
.floatScale .itemScaleSmall {
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform-box: fill-box;
    transform-origin: center center;
    animation: floatScaleBig 3s ease-in-out infinite;
}

.floatScale .itemScale {
    animation-name: floatScale;
}

.floatScale .itemScaleBig {
    animation-name: floatScaleBig;
}

.floatScale .itemScaleSmall {
    animation-name: floatScaleSmall;
}

/* Delay */
.floatScale .delay1 {
    animation-delay: .3s;
}

.floatScale .delay2 {
    animation-delay: .6s;
}

.floatScale .delay3 {
    animation-delay: .9s;
}

.slideQuyTrinh .swiper-slide {
    /* width: 487px; */
    transition: all 0.4s;
}

.slideQuyTrinh .swiper-slide-active {
    /* width: 545px; */
}

/* .slideQuyTrinh .swiper-slide .item {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.slideQuyTrinh .swiper-slide-active .item {
  transform: scale(1);
} */

.slideQuyTrinh .swiper-slide * {
    transition: all 0.4s;
}

.slideQuyTrinh .swiper-slide-active {
    /* transform: scale(1.05); */
}

.miceSlide2 .swiper-slide.center {
    z-index: 50 !important;
}

.miceSlide2 .swiper-slide.side {
    z-index: 40 !important;
}
.miceSlide2 .swiper-button-prev:after,.miceSlide2  .swiper-button-next:after {
    display: none;
}

.miceSlide2 .swiper-button-prev,.miceSlide2  .swiper-button-next {
    width: 55px;
    height: 55px;
}

.mice-nav-prev:after, .mice-nav-next:after {
    display: none;
}
.tx-category-Ebook {
    background: #d96a0f;
}

header.ani-stick {
    background: #fff;
    transition: all 0.4s;
    /* border-bottom: 1px solid #ddd; */
    position: fixed!important;
    top: 0!important;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
}
@-webkit-keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes stuckMoveUp {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes stuckMoveUp {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes stuckFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes stuckFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

header.ani-stick ul li a {
    color: #131f57!important;
}

#tab-bg {
    position: absolute;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    /* hoáº·c mÆ°á»£t hÆ¡n ná»¯a: transition: transform 0.3s ease, width 0.3s ease; */
}

.tab-content {
    transition: opacity 0.7s ease;
}

.zoom-wrapper {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.zoom-wrapper:hover {
    transform: scale(1.3);
    cursor: grab;
}

.content-tab {
    display: grid;       /* .content-tab lÃ  wrapper duy nháº¥t bá»c cÃ¡c .tab-content */
}

.content-tab .tab-content {
    grid-area: 1 / 1;    /* táº¥t cáº£ cÃ¡c tab xáº¿p chá»“ng vÃ o cÃ¹ng 1 Ã´ -> khÃ´ng Ä‘áº©y nhau */
    pointer-events: none;
}

.content-tab .tab-content.active {
    pointer-events: auto;
}

@media (max-width: 370px){
    .mobile-menu-content{
        width: 85%!important;
        padding-inline: 25px!important;
    }
}

/* .swiper-free-mode > .swiper-wrapper {
  transition-timing-function : linear;
} */