.menu_top .menu-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
}

.menu_top .menu-content .active {
    color: white !important;
} 

.menu_top .menu-content a {
    text-transform: none;
    font-weight: 400;
    margin: 0 1.6rem;
    line-height: 4rem;
}

.menu_top .menu-content li:last-child a {
    background-color: var(--color-main);
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 0;
    overflow: hidden;
}

.menu_top .menu-content li:last-child a::before {
    content: "\f0a9";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 1.4rem;
    padding-right: 5px;
}

.menu_top a {
    font-size: 16px;
    letter-spacing: 0.2px;
}
.setting-menu.fixed{
    background-color: white;
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

    100% {
        transform: translateY(0)
    }
}


.lg_dark {
    display: block;
}

.lg_white {
    display: none;
}

.home .lg_dark {
    display: none;
}

.home .setting-menu.fixed .lg_dark {
    display: block;
}

.home .lg_white {
    display: block;
}

.setting-menu.fixed .lg_white {
    display: none;
}
.setting-menu .menu-section > ul > li > a {
    color: var(--color-main);
}

.setting-menu > .container > .row > div:last-child {
    display: flex;
    justify-content: end;
}

.header-form_search {
    display: none;
    position: absolute;
    top: 50px;
    width: max-content;
    z-index: 99999;
}

.header-form_search form {
    border-radius: 4px;
    padding: 6px;
    margin-top: 1rem;
}

.header-form_search input {
    background-color: transparent;
    border: none;
    color: white;
}

.header-form_search .bd_dashed {
    border: 1px dashed var(--gray-bold);
    border-radius: 4px;
}

.btn-action-header:hover .header-form_search {
    display: block;
}

.home .btn-action-header {
    border: 1px solid var(--color-main);
    color: var(--color-main);
}

.btn-menu-mobile i {
    color: var(--color-highlight);
    vertical-align: middle;
}

.btn-action-header i {
    font-weight: 500;
}

.slider_setting .swiper-wrapper > div:nth-child(3n) .swiper-slide--wrap {
    margin: 0 auto;
    text-align: center;
}

.slider_setting .swiper-wrapper > div:nth-child(3n-1) .swiper-slide--wrap {
    margin: 0 auto 0 0;
    text-align: left;
}

.slider_setting .swiper-wrapper > div:nth-child(3n-2)  .swiper-slide--wrap {
    margin: 0 0 0 auto;
    text-align: right;
}

.slider_setting .swiper {
    padding-bottom: 0 !important;
}

.slider_setting .swiper-pagination-bullet {
    background-color: white;
}

.title_content {
    padding: 5rem 0;
}

.sub-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: var(--gray-bold);
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.right_description {
    position: relative;
    padding-top: 37px;
    padding-bottom: 20px;
}

.right_description::before {
    position: absolute;
    width: 70px;
    height: 3px;
    background: var(--color-highlight);
    top: 8px;
    left: 0;
    content: '';
}

.right_description p {
    font-size: 18px;
    color: #aaaaaa;
    line-height: 26px;
}

.bd_radius {
    overflow: hidden;
    border-radius: 50%;
}

.inner-content {
}

.read_more_ct {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: block;
    color: var(--color-black);
}

.item_nimation-y {
    transition: all .4s linear;
    padding: 2rem;
}

.item_nimation-y:hover {
    transform: translateY(-15px);
}

.item_nimation-y:hover .inner-image img {
    opacity: 0.6;
}

.swiper_trademark .swiper-slide img {
    min-height: 8rem !important;
    object-fit: contain;
}

.bv_title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-highlight);
    line-height: 42px;
    margin-bottom: 8px;
}

.bv_description {
    color: #BDB5B5;
    font-size: 16px;
}

.bv_content > div {
    margin: 0;
    padding: 0;
    display: flex;
}

.bv_content span {
    background-color: var(--color-highlight);
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: block;
    width: 5rem;
    height: 5rem;
}

.bv_content i {
    font-size: 2.5rem;
    line-height: 5rem;
    color: white;
    font-family: 'Font Awesome 6 Pro';
}

.swiper_trademark .swiper-slide {
    cursor: pointer;
}

.swiper_trademark {
    padding-bottom: 0 !important;
}

.feature-item {
    position: relative;
    border-radius: 10px;
    border: 2px solid #f4faf4;
    padding: 40px 25px;
    overflow: hidden;
}

.feature-item .article-description {
    letter-spacing: 0;
    font-weight: 400;
}

.feature-item .overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--color-highlight);
    top: -100%;
    opacity: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: -10;
}

.feature-item:hover .overlay {
    opacity: 1;
    top: 0;
}

.sllide-title {
    font-size: 24px;
    font-weight: 600;
}

.feature-item:hover .sllide-title,
.feature-item:hover .article-description {
    color: white;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.feature-item:hover .icon-contract {
    color: white;
    background: rgba(255, 255, 255, .1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.icon-contract {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 35px;
    text-align: center;
    margin: 0px auto 20px;
    background: #f4faf4;
    border-radius: 50px;
    color: var(--color-highlight);
    font-weight: 500;
    display: inline-block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.bg_thongke  {
    background-image: url(https://cdn6513.cdn4s4.io.vn/media/background/hm-2-counter-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.py-custom {
    padding: 8rem 0;
}

.item_tk {
    margin: auto;
    width: max-content;
}

.icon_tk {
    font-size: 60px;
    line-height: 60px;
    color: var(--color-highlight);
}

.title_tk {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin-left: 15px;
    padding-top: 7px;
}

.description_tk {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.bg_thongke .swiper {
    padding: 0 !important;
}

.gallery_item {
    position: relative;
}

.gallery_item .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 2rem;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    background-color: var(--color-highlight);
}

.gallery_item .inner-content .article-title a {
    color: white !important;
}

.w-custom {
    min-height: auto !important;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.ct_icon2 {
    z-index: 1;
    top: 12%;
    right: 6%;
}

.ct_icon2 i {
    font-size: 60px;
}

.rate_custom {
    position: relative;
    margin-bottom: 10px;
}

.rate_custom ul li {
    color: #fd5e16;
}

.readmore a {
    font-size: 18px;
    font-weight: 600;
}

.join_title {
    color: #fff;
    margin: 0 auto;
    font-weight: 600;
    padding-bottom: 40px;
    font-size: 52px;
    max-width: 42%;
}

.join_link {
    font-size: 16px;
    font-weight: 600;
    border: 2px solid white;
    padding: 14px 6rem;
    border-radius: 57px;
    text-align: center;
    background-color: transparent;
}

.py_custom {
    padding: 10rem 0;
}

.pt_custom {
    padding-top: 10rem;
}

.pb_custom {
    padding-bottom: 10rem;
}

.pb_5r {
    padding-bottom: 5rem;
}

.box_shadow {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}

.our_blog .inner-content {
    position: relative;
    padding: 20px 30px 30px;
}

.tag_and_date {
    position: absolute;
    top: -24px;
    left: 30px;
}

.tag_and_date a {
    color: var(--color-highlight);
    font-size: 14px;
    line-height: 30px;
    border-radius: 30px;
    background: #f4faf4;
    padding: 8px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.fs-400 {
    font-weight: 400 !important;
}

.our_blog .article-title.sllide-title {
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.radius-5 {
    overflow: hidden;
    border-radius: 5px;
}

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

.category_custom:hover {
    color: white;
    background-color: var(--color-highlight);
    transition: all .1s linear;
}

.footer_social .social_item {
    width: 4.2rem;
    height: 4.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_social .social_item:hover {
    background-color: var(--color-highlight);
    border: 1px solid var(--color-highlight) !important;
    transition: all .3s linear;
}

.footer_social .social_item i {
    color: white;
    font-size: 16px;
}

.footer_title {
    color: white;
    font-size: 26px;
}

.social_title {
    color: white;
    font-size: 20px;
}

.website_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: white;
    letter-spacing: 0.4px;
}

.website_description span {
    color: var(--color-highlight);
}

.border-top_cs {
    border-top: 1px solid var(--color-text);
}

.footer-menu-section ul {
    list-style-type: circle;
}

.footer-menu-section li  {
    color: white;
}

.footer-menu-section li::marker {
    font-size: 2rem;
}

.footer-menu-section li:hover::marker  {
    color: var(--color-highlight);
}

.ft_menu_item {
    font-size: 16px;
    font-weight: 400;
    vertical-align: baseline;
}

.tnp-email,
.tnp-submit {
    height: 5rem;
    width: 100%;
    line-height: 5rem;
}

.tnp-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.fw-500 {
    font-weight: 500 !important;
}

.fs-22 {
    font-size: 22px !important;
}

.business_hours .ft_menu_item {
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}

.business_hours .service24h {
    display: flex;
    flex-wrap: wrap;
}

.img-wh_custom {
    width: 50px;
    height: 50px;
}

.copyright {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 4.4rem;
}

.footer-last .active {
    color: white !important;
}

.footer-last ul {
    text-align: right;
    margin: 0;
}

.footer-last li {
    border-right: 1px solid var(--color-text);
    margin: 0 !important;
    padding: 0 1rem;
    display: inline-block;
}

.footer-last li::marker {
    content: none;
}

.footer-last li:last-child {
    border: none;
    padding-right: 0;
}

.footer-last li > a {
    font-weight: 500;
    font-size: 14px;
    color: white;
}

.sc_top {
    position: absolute;
    top: -10px;
    right: -9px;
    font-size: 18px;
    color: var(--color-highlight);
}

.slide-product .swiper {
    padding-bottom: 5rem;
}

.breadcrum {
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 4rem 0;
}

.breadcrum h1 {
    color: white;
    margin: 0;
    font-size: 5rem;
}

@media (max-width: 850px) {
    .breadcrum {
        height: 150px;
    }
    
    .swiper-slide--tile {
        font-weight: 800;
        font-size: 3rem;
        margin-bottom: 2.5rem;
    }
    
    .swiper-slide--description {
        font-size: 1.6rem;
    }
    
    .swiper-slide--link {
        padding: 1rem 4.5rem;
        font-size: 1.3rem;
    }
    
    .swiper-slide--wrap {
        max-width: 100%;
        /* top: 62%; */
    }
    
    .slider_setting .swiper-button-next,
    .slider_setting .swiper-button-prev,
    .slider_setting .swiper-pagination {
        display: none;
    }
    
    .sub-title {
        font-size: 17px;
    }
    
    .title-section {
        font-size: 28px;
        line-height: 36px;
    }
    
    .mobie_bv .bd_radius {
        border-radius: 10px;
    }
    
    .article-title {
        font-size: 24px;
    }
    
    .bv_main {
        padding: 3rem 2rem 0;
    }
    
    .bv_title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .bv_main .article-title,
    .mobie_article-title {
        font-size: 22px;
    }
    
    .item_tk {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 7rem;
    }
    
    .title_tk {
        margin-left: 0;
        padding-top: 0;
        margin-bottom: 1rem;
    }
    
    .join_title {
        padding-bottom: 25px;
        font-size: 40px;
        max-width: 100%;
        line-height: 52px;
    }
    
    .footer_social > div {
        justify-content: start !important;
    }
    
    .copyright {
        text-align: center;
        font-size: 14px;
    }
    
    .footer-last ul {
        text-align: center;
        padding: 0;
    }
    
    .footer-last li > a {
        font-weight: 400;
    }
}

@media (max-width: 1200px) {
    .menu_top {
        display: none;
    }
}

@media (max-width: 992px) {
    .contact_form > .row > div:last-child {
        padding: 0;
        margin-top: 2rem;
    }
    #nh-admin-bar {
        display: none;
    }
}

@media (max-width: 768px) {
    .admin-minimize .setting-menu > .container > .row > div {
        max-width: 50%;
    }
    
    .language_block {
        display: none
    }
    
    .menu-section .menu-link {
        color: var(--color-main);
    }
    
}

.bg_image {
    background-image: url(https://cdn6513.cdn4s4.io.vn/media/background/page-header-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.search_blog {
    border: 1px solid var(--light);
    border-radius: 30px;
    overflow: hidden;
}

.search_blog input {
    border: none;
    outline: none;
    padding-left: 2rem;
    height: 50px;
}

.search_blog button {
    padding: 0 3rem;
    margin: 0.4rem;
    border-radius: 25px !important;
    overflow: hidden;
    line-height: 0;
}

.lb-content {
    padding: 2rem;
}

.article-category a {
    color: var(--gray-bold);
}

.product-item.shadow {
    margin-bottom: 0rem !important;
    overflow: hidden;
}

.product-item.shadow:hover .inner-content {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.product-item.shadow:hover .hover-content {
    opacity: 1;
    transform: translateY(0);
}

.hover-content {
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 100%;
    background-color: white;
    transform: translateY(250px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 0.5s ease-in-out;
}

.hover-content .product_description {
    padding: 1rem 0;
}

.div_content-48 > div {
    width: 48%;
}

.mb_8 {
    margin-bottom: 8rem;
}

.contact_icon {
    cursor: pointer;
    font-size: 6rem;
    color: var(--gray-bold);
}

.contact_icon:hover,
.contact_title:hover {
    color: var(--color-highlight);
}

.contact_title {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 17px;
    cursor: pointer;
}

.contact_description {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-bold);
}

.contact_description a {
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-bold);
    word-wrap: break-word;
}

.bd_top {
    border-top: 1px solid #e3e3e3;
}

.mh-52 {
    min-height: 52px;
}

.h12r {
    height: 12rem !important;
}

.img_custom {
    height: 25px;
    object-fit: contain;
}

.cs-poiter {
    cursor: pointer;
}

.btn-quantity i {
    font-size: 11px;
    font-weight: 600;
}

.home_bv .title_content,
.mobie_bv .title_content .right_description {
    padding-bottom: 0;
}

.home_bv .article-item {
    margin-bottom: 0;
}
.rounded-10 {
    border-radius: 1rem !important;
}
.bv_content .article-title {
    font-size: 2rem;
}
.slide-product .swiper-wrapper {
    justify-content: center;
}

.slide-product .swiper-wrapper .swiper-slide {
    height: auto;
}
.setting-menu-mb > .container > .row > div {
    justify-content: space-between !important;
    align-items: center;
}
