.mb-60, .my-60 {
    margin-bottom: 6rem;
}

.mt-60, .my-60 {
    margin-top: 6rem;
}

.pb-60, .py-60 {
    padding-bottom: 6rem;
}

.pt-60, .py-60 {
    padding-top: 6rem;
}


.mx-custome {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.px-custome {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

/*Header*/
.setting-menu > .container > .row {
    position: relative;
}

.setting-menu {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.home .setting-menu {
    position: fixed;
    top: 3rem;
}

.is-mobile.home .setting-menu {
    position: fixed;
    top: 0;
}

.setting-menu > .container > .row {
    background: var(--white);
    padding: 10px 15px;
    border-radius: 5px;
}

.setting-menu.hide {
    position: relative;
    top: 0;
}

.setting-menu.scroll {
    position: fixed;
    top: 1rem;
}

.is-mobile .setting-menu {
    background: var(--white);
}

.is-mobile .setting-menu.scroll {
    position: fixed;
    top: 0;
}

body:not(.is-mobile) .setting-menu.scroll > .container > .row {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
}

.img-social {
    max-width: 2.4rem;
    max-height: 2.4rem;
    width: 100%;
    height: 100%;
    
}

#Zalo .img-social  {
    filter: brightness(1) brightness(0);
}

.list-socials {
    display: flex;
    align-items: center;
    float: right;
    padding-right: 4vw;
}

.item-social {
    margin-left: 1.5rem;
}

.hotline_header {
    float: left;
    color: var(--color-highlight);
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.language-switch .language-active img, .language-switch img {
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.language-switch .language-active img {
    border-radius: 5px;
}

.language-active {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
    font-size: 1.8rem;
    color: var(--color-main);
}

.language-switch ul.topbar-dropdown {
    min-width: 15rem;
    left: auto;
    padding: 1rem;
    top: calc(100% + 0.5rem);
}

.header-top {
    padding: calc((40px - 27px) / 2) 0;
    background: #E4E4E4;
}

.logo-section img {
    max-height: 6rem;
    height: 100%;
}

.header-main .menu-section > ul > li a:hover {
    color: var(--color-highlight);
    cursor: pointer;
}

.header-main .menu-section .active {
    color: var(--color-highlight) !important;
}

@media (min-width: 1000px) {
    .header-main .menu-section > ul > li > a:before {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        bottom: 0px;
        left: 0px;
        z-index: 10;
        transition: 0.3s;
        background-color: var(--color-highlight);
    }
    
    .header-main .menu-section > ul > li > a {
        font-size: 2rem;
        font-weight: 700;
        color: var(--color-main);
        height: 5rem;
        line-height: 5rem;
        position: relative;
        display: inline-block;
    }
    
    .header-main .menu-section > ul > li:hover > a:before {
        opacity: 1;
        visibility: visible;
    }
    
    .header-main .menu-section > ul > li > .entry-menu {
        box-shadow: none;
        border-top: none;
        border-radius: 0px 0px 12px 12px;
        transform: scale(0);
        width: 0;
        overflow: visible;
        transition: 0.35s;
        top: calc(100%);
        transform-origin: 30% 0%;
        left: 0;
    }
    
    .header-main .menu-section .entry-menu.dropdown {
        top: calc(100% + 1rem);
    }
    
    .header-main .menu-section .entry-menu {
        background-color: var(--color-highlight);
    }
    
    .header-main .menu-section .entry-menu li a:hover:after {
        left: 0.5rem;
    }
    
    .header-main .menu-section .entry-menu .menu-title {
        font-weight: bold;
        text-transform: capitalize;
    }
    
    .header-main .menu-section .menu-link, 
    .header-main .menu-section .menu-title,
    .header-main .menu-section .entry-menu li a:hover {
        color: var(--white);
    }
    
    .header-main .menu-section .menu-link {
        padding-left: 2rem;
        position: relative;
        font-weight: 500;
    }
    
    .header-main .menu-section .menu-link:after {
        content: "\f054";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-family: 'Font Awesome 6 Pro';
        font-weight: 600;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        font-size: 1.4rem;
        transition: all .3s ease;
    }
    
    .header-main .menu-section > ul > li > .entry-menu.full-width {
        transform-origin: 100% 0%;
    }
    
    .header-main .menu-section > ul > li:hover > .entry-menu {
        transform: scale(1);
        width: 100%;
    }
    
    .header-main .menu-section > ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .header-main .menu-section .entry-menu .active {
        color: var(--white) !important;
        text-decoration: underline;
    }
}

.search-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.search-backdrop .backdrop-content {
    max-width: 500px;
    width: 100%;
    position: relative;
    background: var(--white);
    padding: 3rem 4rem 4rem;
    border-radius: 10px;
}

.search-backdrop .close-backdrop {
    position: absolute;
    top: 5px;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    right: 5px;
    background: transparent;
    border: none;
    color: var(--color-main);
    padding: 0;
    cursor: pointer;
}

/* Form trong backdrop */
.search-backdrop .input-group {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
}

.search-backdrop input {
    border: none;
    border-bottom: 1px solid #c7c7c7;
    color: var(--color-main);
}

.search-backdrop #btn_search_header {
    
}

.search-backdrop input::placeholder {
    color: #6e6e6e;
}

.title_search {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--color-main);
}

.wrap-suggestion > div {
    color: var(--color-highlight);
} 

.search_language .btn-action-header, .btn_serch_mb {
    background: var(--color-highlight);
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-highlight);
    border-radius: 5px;
    padding: 0;
    color: white;
}

.search_language .entire-action-header {
    padding: 0;
}

.search-backdrop .wrap-suggestion ul li a > .col-1,
.search-section .wrap-suggestion ul li a > .col-1 {
    flex: 0 0 35%;
    max-width: 35%;
}
.search-backdrop .wrap-suggestion ul li a > .col-11,
.search-section .wrap-suggestion ul li a > .col-11 {
    flex: 0 0 65%;
    max-width: 65%;
}

.search-backdrop .wrap-suggestion ul li a > .col-11 > div
.search-section .wrap-suggestion ul li a > .col-11 > div {
    font-size: 1.4rem;
}

.search-backdrop .wrap-suggestion, .search-section .wrap-suggestion {
    border-radius: 8px;
    z-index: 3;
    top: 100%;
    left: 0;
    overflow-y: auto;
    max-height: 350px;
}

.box-suggest .form-control {
    border-color: #878787;
}
/*End header*/

/*Footer*/
footer {
    background: #f5f5f5;
}

.widget-title, .title-footer, .name-consultant {
    font-weight: 700;
    font-size: 1.6rem;
}

.info_website {
    color: var(--color-main);
    max-width: 45rem;
}

.info_website p span {
    text-decoration: underline;
}

.info_website p a, .footer-menu-section ul li a {
    color: var(--color-main);
    text-decoration: none;
}

.footer-menu-section ul li a {
    font-size: 1.5rem;
    font-weight: 400;
}

.info_website p a:hover, .footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}

.title-footer {
    color: var(--color-highlight);
}

.footer-menu-section {
    margin-bottom: 3rem;
}

.footer-main .list-socials {
    float: unset;
    padding: 0;
}

.footer-main .item-social {
    margin-right: 1.5rem;
    margin-left: 0;
}

.consultant {
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.name-consultant {
    color: var(--color-highlight);
}

.phone-consultant {
    color: var(--color-main);
}

.consultant-box {
    border-width: 1px 0;
    border-style: solid;
    border-color: #878787;
}

.col-consultant {
    border-right: 1px solid #878787;
}

.col-bct {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-footer {
    padding: calc((40px - 24px) / 2) 0;
}

.copyright-footer > .container > .row > div, .menu-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.copyright {
    color: #fff;
    font-size: 1.4rem;
}

.menu-bottom ul {
    justify-content: unset;
}

.menu-bottom .item-bottom {
    padding: 0 1.5rem;
    color: #fff;
    border-right: 1px solid;
    font-size: 1.4rem;
}

.menu-bottom ul li:last-child .item-bottom {
    padding-right: 0;
    border: none;
}
/*End Footer*/

/*Body*/
.main_video_or_image img,
.main_video_or_image video,
.main_video_or_image iframe {
    width: 100%;
    aspect-ratio: 2.476;
    object-fit: cover;
}

.slider-plus .swiper-slider-main .swiper-slide img {
    width: 100%;
    object-fit: cover;
    max-height: 36vw;
}

.item-about {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.number-about {
    color: var(--color-highlight);
    font-size: 2.4rem;
    font-weight: 700;
}

.img-about {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    overflow: hidden;
}

.box-img {
    width: 7rem;
    height: 7rem;
    background: var(--color-highlight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-about .box-img {
    flex: 0 0 7rem;
    max-width: 7rem;
}

.item-about .content-about {
    flex: 0 0 calc(100% - 8rem);
    max-width: calc(100% - 8rem);
}

.title-section, .home .title_small {
    font-size: 3.2rem;
    color: var(--color-highlight);
    font-weight: 700;
    position: relative;
    line-height: 4.4rem;
    text-transform: uppercase;
}

.description-title {
    color: #777777;
    font-size: 1.8rem;
    margin-bottom: 3rem;
}

.title-section .description-title {
    font-size: 1.8rem;
    text-transform: none;
}

.under-title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 8rem;
    height: 4px;
    border-radius: 4px;
    background: var(--color-main);
}

.hoachat .under-title:before {
    background: #fff;
}

.item-hoachat {
    background: #fff;
    padding: 1rem 1.5rem;
    height: 100%;
    border-radius: 12px;
}

.stt-hoachat {
    font-size: 8rem;
    line-height: 10rem;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--color-highlight);
    font-weight: 900;
    font-family: sans-serif;
}

.title-hoachat {
    font-size: 2.4rem;
    font-weight: 700;
}

.category-home {
    /* box-shadow: rgb(149 154 163 / 15%) 0px -5px 5px -3px; */
    padding: 3rem 0;
}

.navi-custome .swiper-button-prev.btn_custome,
.navi-custome .swiper-button-next.btn_custome {
    width: 3.5rem;
    height: 3.5rem;
    background: var(--color-highlight);
    color: var(--white);
    border-radius: 50%;
    font-size: 2.4rem;
    top: 46%;
    transition: all .4s ease;
}

body:not(.is-mobile) .navi-custome .swiper-button-prev,
body:not(.is-mobile) .navi-custome .swiper-button-next {
    transform: translate(-50px, -50%);
    opacity: 0;
    visibility: hidden;
}

body:not(.is-mobile) .navi-custome .swiper-button-next {
    transform: translate(50px, -50%);
}

.navi-custome:hover .swiper-button-prev:not(.swiper-button-disabled),
.navi-custome:hover .swiper-button-next:not(.swiper-button-disabled) {
    opacity: 0.8;
    visibility: visible;
    transform: translate3d(0 , -50% , 0);
}

.navi-custome .swiper-button-prev:hover,
.navi-custome .swiper-button-next:hover {
    opacity: 1;
}

.icon-top i {
    font-size: 2.6rem;
}

.name-category {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1rem 0;
    display: inline-block;
    width: 100%;
    color: var(--color-main);
}

.effect-scale img {
    transform: scale(1);
    transition: all .4s ease;
    overflow: hidden;
    border-radius: 8px;
}

.effect-scale:hover img {
    transform: scale(1.1);
}

.image-category {
    border-radius: 8px;
    overflow: hidden;
}

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

.categories .under-title:before {
    left: 0;
    transform: none;
}

.btn-lien-he {
    display: inline-block;
    background: #161829;
    color: #fff;
    padding: 0.5rem 1rem;
}

.btn-lien-he:hover {
    background: var(--color-main);
    color: #fff;
}

.library-home .over-image, .library .over-image {
    position: relative;
}

.library-home .over-image:before, .library .over-image:before {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid var(--color-highlight);
    transition: all .4s ease;
}

.library-home .over-image:after, .library .over-image:after {
    content: "\e09f";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: #fff;
    font-size: 3rem;
    width: 4.2rem;
    height: 4.2rem;
    opacity: 0;
    visibility: hidden;
    background: var(--color-highlight);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.library-home .over-image:hover:before, .library-home .over-image:hover:after,
.library .over-image:hover:before, .library .over-image:hover:after {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.article_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 3px solid #d8d8d8;
    flex-wrap: wrap;
    gap: 1rem;
}

.article_title .xem-them {
    color: var(--color-main);
    display: flex;
    align-items: center;
}

.article_title .xem-them i {
    font-size: 1.4rem;
    background: #161829;
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.25s ease;
}

.article_title .xem-them:hover {
    color: var(--color-highlight);
}

.article_title .xem-them:hover i {
    background: var(--color-highlight);
}

.article-first .inner-image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(22 24 41 / 77%);
    z-index: 2;
}

.article-first .inner-content {
    position: absolute;
    top: 25%;
    left: 5%;
    right: 5%;
    color: #fff;
    z-index: 3;
}

.article-first .inner-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.article-first .article-category a {
    color: #fff;
    font-weight: 300;
}

.article-first .title-article {
    font-size: 3.6rem;
    line-height: 4.5rem;
}

.article-first .xem-them {
    color: #fff;
    font-weight: 300;
    padding: 0;
}

.article-first .article-category a:hover, .article-first .xem-them:hover {
    color: var(--color-highlight);
}

.post-date {
    color: var(--color-highlight);
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.ratio-custome {
    padding-top: 132%;
}

.article-list {
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.article-list:hover {
    overflow-y: auto;
}

.is-mobile .article-list {
    overflow: unset;
}

.article-list .article-item {
    border-bottom: 1px solid #e8e8e8;
}

.article-list .ratio-4-3 {
    padding-top: 70%;
}

.bg-brand {
    background: #eeeeee;
}

.bg-light-gray, .main_video_or_image {
    background: #fafafa;
}

.box-shadow-top {
    box-shadow: rgb(149 154 163 / 15%) 0px -5px 5px -3px;
}
/* 
.img-brand img {
     background: #eeeeee; 
     object-fit: contain; 
     filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg); 
     transition-duration: 1s; 
}
*/
.article-item .article-description, .article-item .article-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(3*1.3em);
    color: #000;
    text-align: justify;
    line-height: 1.3em;
}

.article-item .article-title a {
    -webkit-line-clamp: 2;
    max-height: calc(2*1.3em);
    text-align: left;
}

.post-date i {
    color: #000;
}

.bg-ketnoi {
    background: #f8f8f8;
}

.ketnoi-maps {
    position: relative;
    width: 100%;
    height: 450px;
}

.ketnoi-maps iframe {
    width: 100%;
    height: 100%;
}

.ketnoi-block .block-tab.nav .nav-item .nav-link {
    color: #000;
    font-weight: 400;
}

.ketnoi-block .ketnoi-tab.block-tab .item-tab .nav-link.active {
    background: var(--color-highlight);
    color: #fff;
}

.ketnoi-block .tab-content {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 4px;
    background: #fff;
    padding: 2.5rem;
}

.item-highlight {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.img-highlight {
    width: 3.2rem;
    height: 3.2rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex: none;
}

.img-highlight img {
    width: 2rem;
}

.home-2 .article_title, .products_categories .article_title {
    border-bottom: 0;
    position: relative;
}

.home-2 .article_title:before, .products_categories .article_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    z-index: 1;
    background: var(--color-highlight);
    transition: all .4s ease;
}

.home-2 .article_title .title-section, .products_categories .article_title .title-section {
    font-size: 3.2rem;
    line-height: 3.6rem;
    text-transform: none;
    color: #000000;
}

.article-item .article-title a {
    height: calc(2*2.4rem);
}

.view-small .article-item .article-title a {
    height: auto;
    margin-bottom: 1rem;
}

.home-2 .article-item .article-title a {
    color: var(--color-main2);
    font-size: 2rem;
    font-weight: 700;
}

.home-2 .post-date {
    color: var(--color-main2);
}

.home-2 .rectangle-img {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.home-2 .square-img {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.home-2 .rectangle-img .image-library img {
    aspect-ratio: 0.68;
    width: 100%;
    height: 100%;
    max-height: 387px;
    object-fit: cover;
}

.home-2 .square-img .image-library img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    max-height: 387px;
    object-fit: cover;
}

.home-2 .library > div:nth-child(3) {
    order: 4;
}

.back-to-top {
    position: fixed;
    bottom: 5rem;
    right: 0;
    width: 4.8rem;
    height: 4.8rem;
    background-color: var(--color-main2);
    color: white;
    font-size: 3rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: var(--color-main);
}

.info-address.info_website {
    max-width: 100%;
}

.info-address p {
    font-size: 1.4rem;
}

.info-address p span {
    font-weight: 600;
    text-decoration: unset;
}

.info-address p .under_a {
    color: #007bff;
    text-decoration: underline;
}

.contact_title {
    font-size: 1.6rem;
}

.contact-map iframe {
    height: 250px;
    overflow: overlay;
    width: 100%;
}

body.is-mobile {
    margin: 0;
}

.image_category img {
    max-height: 100px;
    width: 150px;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 16px;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}

.fadeInUp {
    animation: fadeInUp 1.25s ease forwards;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
        visibility: visible;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}

/* MÃ¡Â»â€”i item cÃƒÂ³ Ã„â€˜Ã¡Â»â„¢ trÃ¡Â»â€¦ khÃƒÂ¡c nhau */
.delay-100 { animation: fadeUp 1s ease-out 0.1s forwards; }
.delay-200 { animation: fadeUp 1s ease-out 0.2s forwards; }
.delay-300 { animation: fadeUp 1s ease-out 0.3s forwards; }
.delay-400 { animation: fadeUp 1s ease-out 0.4s forwards; }
.delay-500 { animation: fadeUp 1s ease-out 0.5s forwards; }
.delay-600 { animation: fadeUp 1s ease-out 0.6s forwards; }
.delay-700 { animation: fadeUp 1s ease-out 0.7s forwards; }
.delay-800 { animation: fadeUp 1s ease-out 0.8s forwards; }
.delay-900 { animation: fadeUp 1s ease-out 0.9s forwards; }
.delay-1000 { animation: fadeUp 1s ease-out 1s forwards; }


.search-suggestions,
.search-suggestions-2 {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 2;
    max-height: 250px;
    overflow-y: auto;
    left: 0;
    top: 100%;
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover {
    background: #f5f5f5;
}

.btn-call {
    display: flex;
    background: var(--color-highlight);
    color: var(--white);
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid var(--color-highlight);
    text-align: center;
    justify-content: center;
    line-height: 1.5;
    align-items: center;
    height: 4rem;
    padding: 0 2rem;
}

.btn-call:hover {
    background-color: var(--white);
}

/*End body*/

.zoomWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.zoomContainer+ .zoomContainer {
    display: none;
}
.zoomWindow {
    width: 100% !important;
    height: 100% !important;
    cursor: url(https://cdn4226.cdn4s7.io.vn/media/icon/cursor-pdp-fullscreen-zoom.svg) 24 24, zoom-in !important;
}

.back-drop {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        z-index: 1020;
        opacity: 0;
        filter: opacity(0);
        visibility: hidden;
    }

.back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.btn-filter-mobile{
    border: 1px solid;
    padding: .5rem 2rem;
    display: inline-block
}

.content-filter-head {
    display: block;
}

.content-filter-product {
    position: fixed;
    width: 40rem;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(40rem, 0, 0);
    -moz-transform: translate3d(40rem, 0, 0);
    -ms-transform: translate3d(40rem, 0, 0);
    -o-transform: translate3d(40rem, 0, 0);
    transform: translate3d(40rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
}

.content-filter-product.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/**/

.Attribute-accordion button {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e1e1e1;
    font-size: 1.75rem;
    color: black !important;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important;
}

.search_language {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.search_language .btn-action-header:hover {
    background: var(--white);
    color: var(--color-highlight);
}

.search_language .btn-mini-wishlist {
    background: var(--white);
    color: var(--color-highlight);
}

.search_language .btn-mini-wishlist:hover {
    color: var(--white);
    background: var(--color-highlight);
}

.product-item .product-title {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 1rem;
    text-transform: capitalize;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(2 * 1.3em);
}

.view-small .product-item .product-title {
    padding: 0;
    height: auto;
}

.view-small .product-item {
    box-shadow: none;
}

.thongSo {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.thongSo table {
    width: 100% !important;
}

.img-brand {
    padding: 1rem 1.5rem;
}

@media (min-width: 768px) { 
    .detail_product > .container > .row > div:last-child,
    .detail_article > .container > .row > div:last-child {
        position: relative;
    }
    
    .detail_product > .container > .row > div:last-child > div:first-child,
    .detail_article > .container > .row > div:last-child > div:first-child {
        position: sticky;
        top: 15px;
    }
}

.img-bct {
    max-height: 5rem;
}

@keyframes rotate-wiggle {
  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(-20deg); }
  40%  { transform: rotate(20deg); }
  60%  { transform: rotate(-15deg); }
  80%  { transform: rotate(15deg); }
  100% { transform: rotate(0deg); }
}

.share-button .share-button-primary i,
.share-button .share-button-primary img {
  animation: rotate-wiggle 0.8s ease-in-out infinite;
  display: inline-block;
}

.item-category img {
    width: 100%;
}

.filter-url {
    float: right;
}

.product-detail-footer .tab-content {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.header-main .menu-section .menu-link {
    padding-right: 2rem;
}

.is-mobile.home .view-small .article-item {
    background: var(--light);
    padding: 1rem;
}

.is-mobile.home .view-small .article-item .inner-image a {
    padding-top: 75%;
}

.is-mobile .main_video_or_image img,
.is-mobile .main_video_or_image video,
.is-mobile .main_video_or_image iframe {
    aspect-ratio: 1.476;
}

.article-content * {
    font-family: "Sarabun", sans-serif !important;
}
.article-content h1,.article-content h1 * {
    font-size: 2.2rem !important;
}

.article-content h2,.article-content h2 * {
    font-size: 2rem !important;
}

.article-content h3,.article-content h3 *,
.article-content h4,.article-content h4 * {
    font-size: 1.8rem !important;
}

.article-content p,.article-content p * {
    font-size: 1.8rem !important;
}

/*reponsive*/

@media (min-width: 992px) {
    .header-main > .container > .row > div:first-child,
    .header-main > .container > .row > div:last-child {
        flex: 0 0 21%;
        max-width: 21%;
    }.header-main > .container > .row > div:nth-child(2) {
        flex: 0 0 58%;
        max-width: 58%;
    }
}

@media (min-width: 768px) {
    .header-main > .container > .row > div:first-child,
    .header-main > .container > .row > div:last-child {
        flex: 0 0 18%;
        max-width: 18%;
    }.header-main > .container > .row > div:nth-child(2) {
        flex: 0 0 64%;
        max-width: 64%;
    }

    .footer-main > .container > .row > div:first-child {
        flex: 0 0 34%;
        max-width: 34%;
    }
        
    .footer-main > .container > .row > div:nth-child(n + 2):nth-child(-n + 4) {
        flex: 0 0 22%;
        max-width: 22%;
    }
}

@media (max-width: 1440px) and (min-width: 1000px) {
    .header-main .menu-section .menu-link {
        font-size: 1.4rem;
    }
    
    .menu-section .entry-menu.full-width {
        padding: 1rem 2rem;
    }
}
    
@media (max-width: 1200px) {
    .rectangle-img .inner-image img {
        aspect-ratio: 0.4;
    }
    
    .article-list {
        max-height: 400px;
    }
}

@media (max-width: 1200px) {
    .rectangle-img .inner-image img {
        aspect-ratio: 0.4;
    }
    
    .article-list {
        max-height: 400px;
    }
}

@media (max-width: 1000px) {
    .header-main > .container > .row > div:first-child {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }.header-main > .container > .row > div:nth-child(2) {
        flex: 0 0 25%;
        max-width: 25%;
        order: -1;
    }.header-main > .container > .row > div:last-child {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .article-list {
        max-height: 350px;
    }
    
    .menu-bottom ul li:first-child .item-bottom {
        padding-left: 0;
    }
    
    .list-socials {
        float: left;
    }
}

@media (max-width: 767px) {
    
    /*Article text-styling*/
    h2, .h2{
        font-size: 1.9rem;
    }
    
    h3, .h3, p {
        font-size: 1.8rem;
    }
    
    .search-header {
        display: none;
    }
    
    .search-section {
        display: block;
        width: max-content;
        float: right;
    }
    
    .title-section, .categories .title-section, .home .title_small {
        font-size: 2.4rem;
    }
    
    .view-small .inner-image {
        width: 14rem;
    }
    
    .view-small .inner-content {
        width: calc(100% - 16rem);
        margin-left: 16rem;
    }
    
    .img-about {
        width: 3rem;
        height: 3rem;
    }
    
    .box-img {
        width: 5rem;
        height: 5rem;
    }
    
    .item-about .box-img {
        flex: 0 0 5rem;
        max-width: 5rem;
    }
    
    .item-about .content-about {
        flex: 0 0 calc(100% - 5rem);
        max-width: calc(100% - 5rem);
    }
    
    .item-about {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .menu-bottom {
        display: none;
    }
    
    .share-button-secondary {
        display: none;
    }
    
    .description-title {
        font-size: 1.6rem;
    }
    
    .home-2 .rectangle-img .image-library img,
    .home-2 .square-img .image-library img {
        max-height: 175px;
        aspect-ratio: 0.58;
    }
    
    .home-2 .article-item .article-title a {
        font-size: 1.6rem;
    }
    
    .product-detail-footer img {
        height: auto !important;
    }
}

.is-mobile .header-main > .container > .row > div {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_menu img {
    max-height: 4rem;
}

.logo_menu {
    width: 100%;
    display: block;
    text-align: left;
}

.is-mobile .menu-section .menu-top .close-sidebar {
    position: unset;
}

.is-mobile .menu-top {
    display: flex;
    align-items: center;
}

.is-mobile .setting-menu .menu-section {
    border-radius: 8px;
    top: 10%;
    width: 90%;
    left: 5%;
    height: max-content;
    -webkit-transform: translate3d(-110%, 0, 0);
    -moz-transform: translate3d(-110%, 0, 0);
    -ms-transform: translate3d(-110%, 0, 0);
    -o-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
}

.is-mobile .setting-menu .menu-section.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.is-mobile .setting-menu .menu-section > ul li {
    border-bottom: none;
    border-top: 1px solid #e3e3e3;
}

.is-mobile .setting-menu .menu-section > ul,
.is-mobile .setting-menu .menu-section .grower,
.is-mobile .setting-menu .menu-section > ul li:first-child {
    border: none;
}

.is-mobile .menu-section .search_language {
    justify-content: start;
    padding: 1.5rem 0 2rem 1.5rem;
}

.is-mobile .setting-menu .menu-section .has-child > .entry-menu {
    overflow-y: auto;
    max-height: 300px;
}

.item_mb {
    padding: 1rem;
    background: var(--light);
}

.is-mobile .setting-menu > .container > .row {
    padding: 0;
}
.product-image-detail .swiper-button-prev {
    left: -2rem;
}

.product-image-detail .swiper-button-next {
    right: -2rem;
}

.article-list > div:last-child article {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border: none;
}

@media (max-width:500px) {
    .product-image-detail .swiper-button-prev {
        left: -1.5rem;
    }
    
    .product-image-detail .swiper-button-next {
        right: -1.5rem;
    }
}