.container-fluid > .row.no-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.bg-home {
    background: #3e3e3f;
}

.container-fluid .no-gutters>.col, .container-fluid .no-gutters>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.content-category {
    color: white;
}

.content-category a {
    color: white;
}

.content-category a:hover {
    color: var(--color-highlight);
}
/*Header*/
.header-main {
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home .header-main {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.home header {
    margin-bottom: 0;
}

.fix-header header {
    margin-bottom: 0;
}

header.stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

input.number-input {
    color: white;
}

header.stick .header-main.fixed {
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.stick {
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}

.logo-section {
    margin-right: 15px;
}

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

.is-mobile.fix-header .logo-section img {
    filter: none;
}

.fix-header .menu-section>ul>li>a {
    color: var(--white);
}

.header-main > .row {
    align-items: center;
}

.header-main > .row > .col-md-8 {
    display: flex;
    align-items: center;
}

.header-main.fixed .logo-section img {
    filter: none;
}

.header-main.fixed .menu-section>ul>li>a {
    color: var(--color-main);
    font-size: 18px;
}

.header-main.fixed .menu-section>ul>li>a.active {
    color: var(--color-highlight);
}

.header-main.fixed .menu-section>ul>li:hover>a:after {
    background: var(--color-text);
}

.header-main.fixed .btn-action-header {
    color: var(--color-text);
}

.search-section .btn-submit {
    height: 40px;
    line-height: 25px!important;
}

.menu-section>ul>li.menu-item__mobile {
    display: none;
}
/*End Header*/

/*Slider*/
.slider-section .slider-section__content {
    max-width: 44%;
}

.slider-home .slick-dots {
    bottom: 20px;
    text-align: left;
    padding-left: 20px;
}

.slider-home .slick-dots li button:before {
    background-color: var(--white);
    opacity: 1;
}

.slider-home .slick-dots li.slick-active button:before,
.slider-home .slick-dots li button:focus:before,
.slider-home .slick-dots li button:hover:before {
    background-color: var(--color-highlight);
}

.slider-section.slider-home .slick-next,
.slider-section.slider-home .slick-prev {
    background-color: transparent;
}

.slider-home .slick-next:before,
.slider-home .slick-prev:before {
    font-size: 40px;
    color: var(--white);
}
/*End Slider*/

/*Banner Item*/
.banner-item {
    position: relative;
    margin-bottom: 45px;
}

.banner-item__image {
    position: relative;
    padding-top: 100%;
}

.banner-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-item__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

.banner-item__content > a {
    justify-content: center;
    padding: 24px;
    color: var(--white);
}

.banner-item__heading {
    display: block;
    font-size: 32px;
    text-decoration: underline;
    margin-bottom: 30px;
}

.banner-item__text {
    display: block;
    font-size: 12px;
    max-width: 400px;
    margin-bottom: 30px;
}

.banner-item__cta {
    background: var(--white);
    color: var(--color-text) !important;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0px;
    padding: 0 30px!important;
    height: 32px;
    line-height: 32px !important;
    transition: all .7s ease-in-out;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}

.banner-item__cta:hover {
    background-color: #fd8103;
    color: var(--color-text) !important;
}


.content-center .banner-item .banner-item__content > a {
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 900px) {
    .banner-item__content > a {
        padding: 90px;
    }
}
/*End Banner Item*/

/*Foundation Pant*/
.foundation-pant {
    background: #f2f2f2;
}

.foundation-pant__tech {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding-top: 95%;
}

.foundation-pant__tech-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    transform: translate(-50%,-50%);
    width: 32.4444444444%;
}

.foundation-pant__tech-content {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    height: 90%;
}

.foundation-pant__tech-list {
    display: grid;
    grid-gap: 18px;
    grid-template-columns: repeat(12,1fr);
    max-width: 1350px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    align-items: end;
    width: 100%;
    height: 85%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
    list-style: none;
}

.foundation-pant__tech-list li {
    grid-column: 1/span 4;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #c2c2c2;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    max-width: 170px;
    font-size: 9px;
    line-height: 1.3333333333;
    font-weight: 600;
}

.foundation-pant__tech-list li:nth-of-type(1) {
    align-self: start;
    grid-row: 2/3;
    margin-right: 8.4444444444%;
}

.foundation-pant__tech-list li:nth-of-type(2) {
    align-self: center;
    grid-row: 4/5;
    margin-right: 8.4444444444%;
}

.foundation-pant__tech-list li:nth-of-type(3) {
    grid-row: 7/8;
    margin-right: 8.4444444444%;
}

.foundation-pant__tech-list li:nth-of-type(n+4) {
    grid-column-start: 9;
    text-align: left;
}

.foundation-pant__tech-list li:nth-of-type(4) {
    grid-row: 1/2;
    margin-left: 8.4444444444%;
}

.foundation-pant__tech-list li:nth-of-type(5) {
    align-self: center;
    grid-row: 4/5;
    margin-left: 8.4444444444%;
}

.foundation-pant__tech-list li:nth-of-type(6) {
    grid-row: 6/7;
    margin-left: 0;
}

.foundation-pant__tech-list li:nth-of-type(-n+3)::after, .foundation-pant__tech-list li:nth-of-type(n+4)::before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    left: 100%;
    bottom: -1px;
}

.foundation-pant__tech-list li:nth-of-type(1)::after, .foundation-pant__tech-list li:nth-of-type(3)::after {
    transform: rotate(-30deg);
    left: calc(100% - 7px);
    bottom: 24px;
}

.foundation-pant__tech-list li:nth-of-type(n+4)::before {
    left: auto;
    right: 100%;
}

.foundation-pant__tech-list li:nth-of-type(4)::before {
    transform: rotate(-30deg);
    bottom: -26px;
    right: calc(100% - 7px);
}

@media (min-width: 900px) {
    .foundation-pant__cta {
        display: none;
    }
}
/*End Foundation Pant*/

/*Banner Flex*/
.banner-flex > .row > .col-md-12 {
    display: flex;
}

.banner-flex__left {
    width: 40.8888888889%;
    margin-right: 30px;
}

.banner-flex__left .banner-item__image {
    padding-top: 150%;
    height: 100%;
}

.banner-flex__left .banner-item {
    margin-bottom: 0;
    height: 100%;
}

.banner-flex__right {
    flex: 1;
}
/*End Banner Flex*/

/*Banner Intro*/
.banner-intro .banner-item__image {
    padding-top: 43%;
}
/*End Banner Intro*/

/*Category Grid*/
.menu-grid__item {
    background-color: #f2f2f2;
    padding: 30px;
    margin-bottom: 30px;
}

.menu-grid__item-title {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0;
    line-height: 1.4;
    color: var(--color-main);
    display: inline-block;
    text-decoration: underline;
}

.menu-grid__item-image {
    position: relative;
    padding-top: 100%;
}

.menu-grid__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
    mix-blend-mode: multiply;
}

.menu-grid__item-button {
    font-size: 12px;
    display: inline-block;
    color: var(--color-main);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
}

.menu-grid__item-button:after {
    transition: all 0.3s ease-in-out;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    display: block;
    background: transparent;
}

.menu-grid__item-button:hover:after {
    width: 100%;
    background: var(--color-main);
}
/*End Category Grid*/

/*Form Newsletter*/
.form-newsletter form {
    display: flex;
}

.form-newsletter input {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #363636;
    font-family: 'Montserrat', sans-serif;
}

.form-newsletter .btn-submit {
    width: 35px;
    padding: 0!important;
    font-size: 16px;
}
/*End Form Newsletter*/

/*Popup Home*/
.popup-home__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--color-main)!important;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 1;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 5;
}

.popup-home__close:hover {
    opacity: 1!important;
    color: var(--white);
    background: var(--color-highlight)!important;
}

.popup-home .modal-content {
    background: transparent;
    text-align: center;
}

.popup-home__content {
    margin-bottom: 50px;
    font-size: 46px;
    line-height: 1.4;
    color: var(--white);
}

.popup-home__sub-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 50px;
}

.popup-home__input {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.popup-home__button {
    display: block;
    height: 40px;
    background: #B4A98E;
    margin-top: 10px;
    line-height: 40px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.btn-facebook {
    display: block;
    height: 40px;
    background: var(--color-highlight);
    margin-top: 10px;
    line-height: 40px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: var(--white);
}

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

.popup-home__text-cancel {
    font-size: 12px;
    margin-top: 30px;
    color: var(--white);
    text-decoration: underline;
    cursor: pointer;
}
/*End Popup Home*/

/*Footer*/
.entire-info-website .logo-section img {
    filter: none;
    max-height: 40px;
}

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

.copyright {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #efefef;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #90949c;
}
/*End Footer*/

/*Breadcrumb Image*/
.breadcrumb-image {
    position: relative;
}

.breadcrumb-image_bg img {
    width: 100%;
    height: 24vw;
    object-fit: cover;
}

.breadcrumb-image_content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 1;
}


.breadcrumb-image__title {
    font-family: 'Playfair Display', serif;
    margin-bottom: 0;
    color: var(--white);
    font-size: 30px;
}
/*End Breadcrumb Image*/

/*Thumb product*/
.icon_video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    color: #fff;
    font-size: 2rem;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-head .inner-video video {
    object-fit: contain;
}

/*End thumb product*/

/*Page*/
.product-item__attributes {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    color: var(--black);
}

.product-item__attributes-item {
    margin-right: 8px;
}

.product-content-detail {
    margin: 0 auto;
}

.product-content-detail .product-category a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
}

.product-content-detail .product-category a:last-child {
    display: inline-block;
}

.product-rating .review-link {
    font-size: 12px;
}

/*.product-detail-head > .row {*/
/*    align-items: center;*/
/*}*/

.product-detail-item {
    margin-bottom: 45px;
}

.product-detail-item__title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-detail-item__content {
    font-size: 12px;
    line-height: 1.5;
}

.product-detail-item__content p {
    margin-bottom: 0;
}

.product-detail-item__content ul {
    padding-left: 15px;
}

.quickview-info.product-content-detail {
    max-width: 100%;
    text-align: left;
    margin: 0;
}

.product-content-detail div[nh-attribute="content1"],
.product-content-detail div[nh-attribute="content2"] {
    display: none!important;
}

.product-image-detail .slick-dots {
    bottom: 18px;
}

.product-image-detail .slick-dots li button:before {
    background-color: #fff;
}

.form-contact-btn {
    height: 40px!important;
    line-height: 40px!important;
}

.detail-list-image img {
    width: 100%!important;
    height: auto!important;
}
/*End Page*/

/*Menu Products Related*/
.cp-related {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    padding-top: 24px;
    z-index: -1;
    background: var(--white);
    height: 26vw;
    box-shadow: 2px 2px 1px rgb(0 0 0 / 8%);
}

.cp-related.show {
    display: block;
    z-index: 1;
}

.cp-related__wrap {
    position: relative;
    padding: 30px;
}

.cp-related__item {
    width: 100%;
}

.cp-related__title {
    width: 15%;
    display: block;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600;
}

.cp-related__title:hover {
    color: #b5aa8f;
}

.cp-related__products {
    display: none;
}

.cp-related__item.show .cp-related__products {
    display: block;
    position: absolute;
    top: 0;
    left: 15%;
    width: 82.5%;
}

.header-custom {
    background: var(--white);
}

.header-custom .logo-section img {
    filter: none;
}

.header-custom .menu-section>ul>li>a {
    color: var(--color-text);
}

.header-custom .entire-action-header .btn-action-header {
    color: var(--color-text);
}

.fix-header .header-custom .menu-section .active {
    color: var(--color-text);
}

.fix-header .header-custom .menu-section>ul>li>a {
    color: var(--color-text);
}

.header-menu-fix.fix {
    position: fixed;
    left: 0;
    top: 42px;
    width: 100%;
    padding-top: 24px;
    z-index: 1;
    background: var(--white);
    height: 26vw;
}
/*End Menu Products Related*/

/*List Suite*/
.list-suite {
    display: flex;
    flex-wrap: wrap;
}

.list-suite__item {
    width: 50%;
    padding: 10px;
}

.list-suite__item a {
    display: flex;
}

.list-suite__item a:hover {
    color: var(--color-highlight);
}

.list-suite__item i {
    width: 30px;
    font-size: 25px;
    color: var(--white);
    margin-right: 10px;
}

.list-suite__item span {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
}

/*logo footer*/
.logo-section-big img {
    max-height: 9rem;
}
/*End List Suite*/

/*Responsive*/
.is-mobile .menu-section>ul>li>a {
    /* color: var(--color-text); */
    font-size: 14px;
}

.is-mobile header.stick {
    background: var(--white);
}

.is-mobile .banner-flex__left {
    width: 100%;
    margin-right: 0;
}

.is-mobile .banner-item {
    margin-bottom: 25px;
}

.is-mobile .banner-flex__left .banner-item {
    margin-bottom: 25px;
}

.is-mobile .header-main.fixed .btn-menu-mobile {
    color: var(--color-text);
}

.is-mobile .menu-section>ul>li.menu-item__mobile {
    display: block;
}

.is-mobile .menu-section>ul>li.menu-item__custom {
    display: none;
}

@media (max-width: 991px) {
    
    .fix-header .menu-section > ul > li > a {
        color: var(--color-main);
    }
    
    .menu-section > ul > li:hover > a {
        color: var(--black);
    }
    
    .foundation-pant__tech-content {
        /* display: none; */
    }
    
    .foundation-pant__tech {
        padding-top: 100%;
    }
    
    .foundation-pant__cta {
        text-align: center;
        padding-bottom: 30px;
    }
    
    .foundation-pant__cta-title {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
    }
    
    .foundation-pant__cta-desc {
        font-size: 10px;
    }
    
    .foundation-pant__cta-link {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 2px solid var(--color-main);
    }
    
    .breadcrumb-image__bg {
        padding-top: 50%;
    }
    
    .breadcrumb-image__title {
        font-size: 16px;
    }
    .price-amount {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .slider-img {
        height: 91.7vw !important;
    }
    .slider-img img {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .slider-section .slider-section__content {
        max-width: 90%;
    }
    
    .slider-section .content-right .slider-section__content {
        left: 0;
    }
    .slider-section-mobile img{
        height: 51vw !important;
        background-position: left !important;
    }
    .slider-home, .slider-home .item, .slider-home .container, .slider-home .container .row, .slider-section, .slider-section .item img {
        height: 160vw;
        background-position: left;
    }
    .slider-img {
         height: 100vw !important;
    }
    
    .product-content-detail .product-title-detail {
        margin-bottom: 10px;
        font-size: 20px;
        margin-top: 30px;
    }
    
    .product-content-detail .price .price-amount {
        font-size: 24px;
    }
    
    .product-content-detail .price .price-amount.old-price {
        font-size: 18px;
    }
    
    .article-title-detail {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .banner-item__heading {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .banner-item__text {
        margin-bottom: 10px;
    }
    
    .banner-item__image {
        padding-top: 90%;
    }
    .price-amount {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .product-content-detail {
        max-width: 300px;
    }
    .price-amount {
        font-size: 10px;
    }
}
/*End Responsive*/

.slider-home, .slider-home .item, .slider-home .container, .slider-home .container .row, .slider-section, .slider-section .item img {
    height: 50vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-img{
    height: 51.7vw;
}
.swiper-slide--tile {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: var(--white);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.swiper-slide--description {
    font-size: 40px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 50px;
    color: var(--white);
}
.read-more{
        font-weight: 700;
    color: var(--color-main);
    text-transform: uppercase;
    font-size: 12px;
}

@media (min-width: 900px) {
    .container-fluid {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1350px;
    }
}

@media (max-width: 550px) {
    .content-right >.swiper-slide--wrap {
        left: 10%;
    } 
    .header-main > .container > .row > div:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .logo-section {
        margin-right: 0px;
    }
    .foundation-pant__tech-list li:nth-of-type(2) {
        margin-right: 19.444444%;
        text-align: center;
        margin-left: 5%;
    }
    .foundation-pant__tech-list li:nth-of-type(3) {
        margin-right: 5%;
    }
    .foundation-pant__tech-list li:nth-of-type(5) {
        margin-left: auto;
        margin-right: 5%;
    }
    .home .header-main {
        position: relative;
        /* background-color: rgb(15 33 48 / 50%); */
    }
}

.text-white-login{
    color: var(--white);
}
.header-main.fixed  .text-white-login {
    color: var(--color-text);
}
.header-main>.row>div:first-child {
    display: flex;
    align-items: center;
}

.img-logo {
    height: 3.5rem;
}
.is-mobile .img-logo {
    height: 2.5rem;
}

.btn-action-header {
    color: var(--white);
}
.is-mobile .btn-action-header {
    color: var(--color-black);
}

.slider-img .swiper-slide--wrap {
    top: 75%;
    left: 5%;
}
.is-mobile .slider-img .swiper-slide--wrap {
    top: 70%;
    left: 5%;
}

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

.btn-social i {
    color: white;
}

/*CSS by quyettq*/
/*pop-up*/
.menu-section > ul > li:hover > a {
    color: var(--color-text) !important;
}
.header-main.fixed .btn-action-header:hover {
    color: var(--black);
}

.modal-dialog {
    position: relative;
}

.popup-home__close {
    top: 0px;
    right: 0px;
}

.modal-overlay {
    position: absolute;
    top: -5%;
    left: -5%;
    right: -5%;
    bottom: -5%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.is-mobile .modal-overlay {
    top: 0%;
    left: -4%;
    height: 60rem;
    width: 60rem;
}
.is-mobile .popup-home__close {
    top: 10px;
    right: 10px;
}

.modal-content .modal-body,
.modal-content .popup-home__sub-title,
.modal-content .popup-home__content,
.modal-content .popup-home__form,
.modal-content .btn-facebook,
.modal-content .popup-home__text-cancel {
    position: relative;
    z-index: 3;
}

.popup-home__close {
    background: #fff !important;
    color: var(--color-main);
}
/*end pop-up*/

/*header*/
.home .header-main {
    position: inherit;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.fix-header .logo-section img{
    filter: none;
}

.fix-header .menu-section>ul>li>a {
    color: var(--color-main);
}

.btn-action-header {
    color: var(--color-text);
}

header {
    background-color: white;
}

.header-main .menu-section > ul > li > a.active {
    color: var(--color-text);
}
/*end header*/

.items-number { 
    background-color: #fa8006;
}

.header-main .btn-action-header {
        justify-content: flex-end;
    }
    
@media screen and (max-width: 1100px) {
    .header-main > .row.no-gutters > div:first-child {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .header-main > .row.no-gutters > div:last-child {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media screen and (max-width: 599px) {
    .header-main > .row.no-gutters > div:first-child {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .header-main > .row.no-gutters > div:last-child {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.product_detail .btn-submit, .article_detail .btn-submit, .bg-home .btn-submit {
    border: 1px solid var(--color-highlight);
    background-color: var(--color-highlight);
    color: var(--white);
}

.is-mobile .header-main.sticky-top > .container > .row > div:last-child {
    padding-right: 0;
}

.is-mobile .header-main.fixed .btn-menu-mobile, .is-mobile .header-main.fixed .btn-action-header {
    color: var(--color-main);
}
/*end CSS by quyettq*/