/*Topbar HTML*/
.topbar-header {
    border-bottom: 1px solid #e3e3e3;
}

.entry-topbar {
    display: flex;
    justify-content: space-between;
}

.entry-topbar .left-topbar {
    display: flex;
}

.entry-topbar .dropdown-topbar {
    display: flex;
}

.align-row-center > .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*Topbar HTML END*/
/*search*/
.entire-action-header .btn-action-header {
    color: #222;
}

.entire-action-header .btn-action-header:hover {
    color: #bbbbbb;
}

.btn-action-header {
    display: inline-block;
    padding: 14px;
}

.btn-action-header i {
    text-align: center;
    font-size: 20px;
}

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

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -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;
}

.search-section .btn-submit {
    padding: 0 0.75rem !important;
    font-size: 13px;
}

.slick-height-equa .swiper-button-next > i,
.slick-height-equa .swiper-button-prev > i {
    transform: translateY(-50%);
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-height-equa .swiper-button-prev.swiper-button-disabled, 
.slick-height-equa .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

/*search END*/
.slick-height-equa .slick-track {
    display: flex !important;
}

.slick-height-equa .slick-slide {
    height: inherit !important;
}

/*Box Title*/
.box-head {
    margin-bottom: 30px;
    text-align: center;
}

.box-head__title {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.box-head__title span {
    display: inline-block;
    border-radius: 20px;
    background: #252159;
    padding: 10.5px 20px;
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
}

.box-head__title:before, .box-head__title:after {
    content: "";
    height: 2px;
    width: 50%;
    background: var(--color-highlight);
    top: 50%;
    z-index: -1;
    position: absolute;
}

.box-head__title:before {
    left: 0;
}

.box-head__title:after {
    right: 0;
}

.box-head__desc {
    margin: 15px auto 0;
    font-style: italic;
    max-width: 440px;
}

/*End Box Title*/
/*Header*/
.header-topbar {
    background: #252159;
    padding-top: 6px;
    padding-bottom: 6px;
    color: var(--white);
}

.header-topbar a {
    color: var(--white);
}

.logo-section img {
    max-height: 11.5rem;
}

.header-menu {
    background: var(--color-main);
}

/*End Header*/
/*Box Policy*/
.align-row-center > .container > .row > div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.box-policy__box {
    display: flex;
}

.box-policy__box-icon {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.box-policy__box-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-policy__box-content {
    flex: 1;
}

.box-policy__box-content h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--black);
}

.box-policy__box-content p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--color-main);
}

/*End Box Policy*/
/*Menu Vertical*/
@media (min-width: 1001px) {
    .menu-section .entry-menu.dropdown ul {
        left: calc(100% + 0px);
    }

    .menu-vertical .menu-section ul.entry-menu {
        opacity: 1;
        filter: opacity(1);
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        z-index: 1;
    }

    .menu-vertical ul li {
        width: 100%;
    }

    .menu-vertical .menu-section > ul > li:hover {
        background: none;
    }

    .menu-vertical .menu-section > ul > li.has-child > a {
        width: 100%;
        color: var(--white);
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--color-main);
        border-radius: 45px;
        line-height: 40px;
        height: 40px;
        z-index: 2;
        position: relative;
    }

    .menu-vertical .menu-section ul.entry-menu {
        width: 100%;
        background: var(--white);
        padding: 0;
        border: 1px solid #ebebeb;
        border-radius: 15px;
        padding-top: 30px;
        margin-top: -30px;
    }

    .menu-section .entry-menu.dropdown li:hover > ul {
        border: 0;
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    }

    .menu-vertical .menu-section .menu-link {
        padding: 10px 35px 10px 10px;
        border-top: 1px solid #ececec;
    }

    .menu-vertical .menu-section .dropdown li:first-child .menu-link {
        border-top: 0;
    }

    .menu-vertical .menu-section .child-indicator {
        right: 10px;
    }
}

/*End Menu Vertical*/
/*Box Banner*/
.box-banner__item {
    border-radius: 6px;
    overflow: hidden;
}


/*End Box Banner*/
/*Tabs Product*/
.product-item {
    border: 1px solid #ebebeb;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 10px;
}

.head-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.head-tabs__title {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #252159;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    padding: 6px 30px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.head-tabs__list.product-tab.nav .nav-item {
    padding: 0;
    margin-right: 30px;
}

.head-tabs__list.product-tab.nav .nav-item:last-child {
    margin-right: 0;
}

.head-tabs__list.effect-nav li a::after {
    height: 2px;
}

.product-tab.nav {
    position: relative;
}

.product-tab.nav::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--color-text);
    opacity: .2;
}

.product-tab.nav .nav-item {
    padding: 0 40px;
}

.product-tab.nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 8px;
}

.cus-khung-hover .product-action {
    opacity: 0;
}

.product-item:hover .cus-khung-hover .product-action {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

/*End Tabs Product*/
/*Partner*/
.partner-home__images .slick-list {
    margin: 0 0;
}

.partner-home__images .slick-slide {
    margin: 0 0;
}

.partner-home__images .slick-slide .item {
    display: block!important;
}

.partner-home__images-item {
    border: 1px solid #dedede;
    padding: 10px;
    height: 100px;
    background: var(--white);
    text-align: center;
    margin-bottom: 30px;
}

.partner-home__images-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partner-home__images-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/*End Partner*/
/*Quick Contact*/
.quick-contact-nav {
    position: fixed;
    right: 15px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 50px;
    top: auto !important;
    border: 1px solid #f2f2f2;
    padding: 10px 0;
}

.quick-contact-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-contact-nav ul li {
    list-style: none!important;
}

.quick-contact-nav ul>li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}

.quick-contact-nav ul>li a img {
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
    margin: auto;
}

/*End Quick Contact*/
/*Footer*/
footer {
    background-color: var(--color-main);
}

.entire-info-website .logo-section {
    margin-bottom: 54px;
}

.entire-info-website .descript-website-section {
    margin-bottom: 20px;
    color: var(--white);
    font-size: 14px;
}

.entire-info-website address p {
    margin-bottom: 16px;
    color: var(--white);
    font-size: 14px;
}

.entire-info-website address p i {
    font-size: 20px;
    width: 30px;
    color: var(--color-highlight);
}

.entire-info-website .title-social-footer {
    color: var(--color-main);
    margin-bottom: 30px;
}

.social-footer-section {
    margin-bottom: 30px;
}

.social-footer-section ul {
    margin: 0;
}

.social-footer-section ul li {
    margin-right: 7px;
    display: inline-block;
}

.social-footer-section ul li a {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 1;
}

.social-footer-section ul li a:hover {
    color: var(--color-main);
}

.title-footer {
    color: var(--white);
    /*text-transform: uppercase;*/
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.footer-copyright {
    background: rgba(0,0,0,0.2);
}

/*End Footer*/
/*client support*/
.text-secondary {
    color: var(--white);
    font-size: 15px;
    text-transform: uppercase;
}

/*client support END*/
/*Page*/
.menu-right .categories-section {
    border: 1px #ebebeb solid;
    border-radius: 15px;
    padding-top: 38px;
    margin-top: -50px;
}

.menu-right .categories-section li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}

.menu-right .categories-section li:last-child {
    border-bottom: 0;
}

.menu-right .categories-section a {
    padding: 8px 16px;
}

.page-contact .title-footer {
    color: var(--color-main);
}

.page-contact .entire-info-website address p {
    color: var(--color-text);
}

/*End Page*/
/*Coppyright HTML*/
.coppyright-payment .coppyright {
    margin-bottom: 0;
    color: #e9ecef;
    font-size: 14px;
}

/*Responsive*/
.is-mobile .slider-section, .is-mobile .slider-section .item img {
    height: 50vw;
}

.is-mobile .box-banner__item {
    margin-bottom: 10px;
}

.is-mobile .header-topbar .left-topbar {
    display: none;
}

.is-mobile .slick-list {
    margin: 0 -5px;
}

.is-mobile .slick-slide {
    margin: 0 5px;
}

.is-mobile .orderby-section .orderby-title {
    min-width: 100px;
}

.is-mobile .logo-section img {
    max-height: 80px;
}

@media (max-width: 767px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }

    .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 1024px) {
    .menu-section>ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
}

/*End Responsive*/
/*newss*/
.read-more {
    font-weight: 500;
    text-transform: unset;
    font-size: 14px;
    background: var(--color-main);
    color: var(--white);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 45px;
}

.article-item .article-title a {
    color: var(--black);
}

/*newss END*/
/*trang con*/
/*danh sach san pham*/
.title-section-1 {
    border-radius: 15px;
    background: var(--color-main);
    padding: 6px 20px;
    margin: 0;
    color: var(--white);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

/*danh sach san pham END*/
/*lien he*/
.entire-map {
    position: relative;
    padding-top: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid var(--color-main);
}

textarea {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    border-radius: 0px;
    height: 80px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

/*lien he END*/

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.box-banner__item .img {
    padding-top: 41.25%;
}
marquee.slogan-text {
    font-size: 25px;
    color: var(--color-main);
}
.item-img-brand  .img-brand {
    border: 1px solid #ddd;
    padding-top: 65%;
}

.item-img-brand .img-brand img {
    object-fit: contain;
    padding: 10px;
}

.item-img-brand {
    padding-bottom: 50px;
}

.section-brand .swiper-wrapper{
  -webkit-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}

@media (max-width:767px){
    .product-tab.nav .nav-item .nav-link {
        font-size: 13px;
    }
    
    .head-tabs__list.product-tab.nav .nav-item {
        margin-right: 20px;
    }
    
    .head-tabs__title {
        margin-bottom: 20px;
    }
}

 @media (min-width: 768px) {
    .header-main .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 12.66667%;
    }
 }
 
 @media (max-width: 550px) {
     marquee.slogan-text {
        font-size: 18px;
    }
    .entire-map {
        padding-top: 50%;
    }
 }
 
 
 
 

 @media (min-width: 1500px) {

    .headet-width > .row > div{
        display: flex;
        align-items: center;
        padding: 0 25px;
    }
    .headet-width-1{
        width: 40%;

    }
    .headet-width-2{
        width: 70%;
    }
}

@media (min-width: 1200px) and (max-width: 1490px) {
    .headet-width > .row > div{
        display: flex;
        align-items: center;
        padding: 0 10px;
    }
    .headet-width-1{
        width: 60%;
        padding: 0 15px;
    }
    .headet-width-2{
        width: 120%;
    }
}

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



@media (min-width:1200px){
    .home .container, .home .container-sm, .home .container-md, .home .container-lg, .home .container-xl {
        max-width: 100%;
    }
    .reduce_width .container,
    .reduce_width .container-sm,
    .reduce_width .container-md,
    .reduce_width .container-lg,
    .reduce_width .container-xl {
        max-width: 1200px;
    
    }
    
    footer .container {
        max-width: 1200px;
    }
        
    .box-footer-top>.container>.row>div:nth-child(n+2) {
        flex: 0 0 22.22222%;
        max-width: 22.22222%;
    }
    .entire-info-website {
        max-width: 300px;
    }
}

/*CSS by quyettq*/
.back-customer {
    position: relative;
    background-size: cover;
    padding: 110px 0px 380px 0px;
}

.back-customer::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    background: rgb(0 0 0 / 50%);
}

.back-customer > .container {
    z-index: 2;
    position: relative;
}

.section-customer {
    max-width: 80%;
    margin-left: auto;
    margin-top: -270px;
}

.title-customer {
    font-size: 5.2rem;
    line-height: 1.2em;
    max-width: 70%;
}

.section-customer .item-customer {
    display: flex;
}

.section-customer .item-customer .image-customer {
    flex: 0 0 34%;
    max-width: 34%;
}

.section-customer .item-customer .image-customer img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-customer .item-customer .content-customer {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    display: flex;
    padding: 9.6rem;
    background: #052A50;
}

.content-customer .elementor-star-rating i {
    cursor: default;
    display: inline-block;
    font-style: normal;
    position: relative;
    margin-inline-end: 6px;
    font-size: 1.6rem;
}

.content-customer .elementor-star-rating i::before {
    content: "★";
    color: #E6B673;
    display: block;
    font-family: inherit;
    font-size: inherit;
    inset-block-start: 0;
    inset-inline-start: 0;
    overflow: hidden;
    position: absolute;
}

.content-customer .desc-cus {
    font-size: 2rem;
}

.content-customer .title-cus {
    font-size: 1.6rem;
}

.section-customer .swiper-pagination {
    bottom: 10rem;
    left: calc(34% + 9.5rem);
    text-align: left;
}

.section-customer .swiper-pagination .swiper-pagination-bullet {
    background: var(--white);
}

@media (max-width: 1480px) {
    .section-customer .swiper-pagination {
        bottom: 7rem;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .section-customer {
        max-width: 86.5%;
    }

    .section-customer .item-customer .image-customer {
        flex: 0 0 35%;
        max-width: 35%
    }
}

@media(max-width: 768px) {
    .section-customer, .title-customer {
        max-width: 100%;
    }

    .section-customer .item-customer .image-customer {
        padding-top: 120%;
        max-width: 100%;
        flex: auto;
    }

    .section-customer .item-customer .content-customer {
        padding: 4rem;
    }
    
    .section-customer .item-customer {
        flex-direction: column;
    }

    .section-customer .swiper-pagination {
        left: 3.6rem;
        bottom: 1rem
    }
    
    .title-customer {
        font-size: 3.2rem;
        text-align: center;
    }
}

@media(max-width: 576px) {
    .back-customer {
        padding: 60px 0px 310px 0px;
    }
}