/*new css*/
.setting-menu.fixed .menu-section > ul > li > a {
    height: 8rem;
    line-height: 8rem;
    
}

.setting-menu.fixed .search-section {
    height: 8rem;
}

.btn-close-search {
    font-size: 40px;
    color: white;
    margin-bottom: 1rem;
}

/*//Fixed menu//*/
.setting-menu{
	background: var(--white);
}

body:not(.is-mobile).scolling {
    padding-top: 140px;
}

body.is-mobile.scolling {
    padding-top: 80px;
}

.setting-menu.fixed {
    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)
    }
}

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

.fc-menu{
    display: flex;
    align-items: center;
}

.header-main > .container > .row > div ,
.main-header-mobile > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-section .input-group .form-control {
    background: #f6f6f6;
    border-radius: 20px !important;
}

.search-section .input-group .btn-submit {
    position: absolute;
    background: none;
    border: 0;
    right: 0;
    z-index: 4;
    color: #000;
    font-size: 18px;
    padding: 5px 15px;
}



.search-section .btn-action-header {
    background: none;
    border: none;
}

.header-search .form-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    /* right: 15px; */
    z-index: 1034;
    /*min-width: 280px;*/
    width: 100%;
    border-radius: 3px;
    color: #677279;
    background: var(--color-highlight);
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    padding: 5rem 0 15rem;
}

.header-search .dropdown-form-inner {
    width: 100%;
    height: 100%;
    max-height: 100%;
    /* overflow: hidden; */
    padding: 10px 20px;
}

.search-section .box-arrow {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    position: absolute;
    bottom: calc(100% - 0px);
    margin: 0 auto;
    width: 22px;
    height: 15px;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out;
    z-index: 2001;
}

.search-section .btn-action-header.active .box-arrow svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    visibility: visible;
}

.header-search .input-group {
    border-bottom: 1px solid white;
}

.header-search .input-group input::placeholder {
    color: white;
}

.header-search .input-group input {
    font-size: 40px;
    color: white;
}

.header-search .form-dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.header-main > .container > .row > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-search .input-group-append i {
    font-size: 25px;
    color: white;
    font-weight: bold;
}

.tai-khoan-header i {
    font-size: 18px;
    color: var(--color-highlight);
}

.tai-khoan-header {
    padding: 0 0px 0 20px;
}

.content-banner-main1 {
    position: absolute;
    top: 55%;
    left: 10%;
}

.tieu-de-banner-main {
    font-size: 32px;
    color: white;
}

.cus-banner-main1 img {
    height: 45vw;
    object-fit: cover;
}

.cus-banner-main1 {
    border-right: 5px solid white;
}

.cus-banner-main2 img {
    height: 45vw;
    object-fit: cover;
}

.cus-link-banner-main1 {
    display: block;
    color: var(--white);
    background: var(--color-highlight);
    font-weight: 500;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    max-width: 150px;
    padding: 15px 0;
    margin-top: 25px;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}

.highlight__box img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
}

.swiper-slide--tile-highlight {
    font-size: 16px;
    color: var(--color-highlight);
}

.bg-color-highlight-content {
    background-color: #f3f1e4;
    padding: 30px 0;
}

.title-cate-home {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(#fff0, #000000ad);
    font-size: 20px;
    padding: 10px;
    border-radius: 0 0 8px 8px;
}

.rounded-8 {
    border-radius: 8px !important;
}

.collection-box {
    background: var(--color-highlight);
    padding: 60px 0;
}

.collection__text-1 {
    font-weight: 400;
    font-size: 28px;
    color: var(--white);
    line-height: 1.3;
    margin-bottom: 30px;
}

.collection__text-2 {
    font-size: 24px;
    color: var(--white);
    position: relative;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 35px;
}

.collection__text-2:after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 50%;
    border: 1px solid var(--white);
}

.collection__description {
    font-weight: 300;
    color: var(--white);
    font-size: 16px;
    line-height: 1.3;
}

.collection__button a {
    display: inline-block;
    margin-top: 30px;
    background: var(--white);
    font-size: 16px;
    line-height: 1.3;
    color: var(--color-main);
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 5px;
}

.collection__button a:hover {
    background: var(--light);
}

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

.collection__img img {
    width: 100%;
    height: auto;
}

.row-align-center-gioithieu > .row > div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.product-item:hover .product-action {
    opacity: 1;
}

.product-item .product-rating-price .wrp-rating-price {
    height: 44px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}

.product-item:hover .product-action {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    bottom: 30px;
}

.product-item:hover .product-rating-price .wrp-rating-price {
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    -o-transform: translateY(-22px);
    transform: translateY(-22px);
}

.product-item:hover .price {
    opacity: 0;
}

.product-item .star-rating {
    opacity: 0;
}

.product-item:hover .star-rating {
    opacity: 1;
}

.card {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-bottom: 1.5rem
}

.card-header h5 button {
    border-radius: 10px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-highlight)
}

.bg-color-highlight-faq {
    background-color: #f3f1e4;
    padding: 60px 0;
}

.gallery-home {
    background-color: #e9eff1;
    padding-top: 60px;
    padding-bottom: 60px;
}

.w-75 {
    width: 75% !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

footer {
    background-color: #f3f1e4;
    padding-top: 30px;
}

/*zoom-anh*/
.zoom-anh-rieng {
    overflow: hidden;
}

.zoom-anh-rieng img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
    border-radius: 8px;
}

.zoom-anh-rieng:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 8px;
}
/*zoom-anh*/

@media (max-width: 768px) {
    .is-mobile .main-header-mobile .logo-section {
        text-align: right;
    }

    .cus-banner-main1 img {
        width: 100%;
    }

    .cus-banner-main2 img {
        width: 100%;
    }

    .cus-banner-main1 {
        border-right: 0px solid white;
    }

    .tieu-de-banner-main {
        font-size: 20px;
    }

    .content-banner-main1 {
        position: absolute;
        top: 30%;
        left: 8%;
    }

    .cus-link-banner-main1 {
        font-size: 13px;
        line-height: 10px;
        max-width: 100px;
        padding: 10px 0;
        margin-top: 10px;
    }

    .collection__content {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
     .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1000px) {
    .menu-section .active {
        border-bottom: 5px solid var(--color-highlight);
    }
    
    .menu-section > ul > li:hover > a {
        border-bottom: 5px solid var(--color-highlight);
    }
}




.cus-icon-menu img {
    width: 100%;
    height: 100%;
}

.cus-icon-menu {
    height: 52px;
    width: 52px;
    border: 3px solid white;
    border-radius: 50%;
    padding: 0.9rem;
    margin-right: 1.5rem;
}

.cus-child-menu-2col .child-item {
    border-bottom: 1px solid white;
    padding: 10px;
    padding-left: 0;
}

.cus-child-menu-2col .child-item a{
    font-size: 13px;
    color: white;
    text-transform: uppercase;
}



.content-field {
    padding-top: 20px;
}

.name-cate {
    border-bottom: 1px solid white;
    padding-bottom: 1.5rem;
}




.js-marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 0.7rem 0;
}

.js-marquee-inner {
    display: inline-flex;
    /* gap: 40px; */
    animation: marqueeMove 30s linear infinite;
}

.js-marquee span {
    display: inline-block;
}

.js-marquee a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 18px;
    font-family: 'UTM Avo normal';
}

@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.js-marquee:hover .js-marquee-inner {
    animation-play-state: paused;
}

.js-marquee-inner span {
    display: inline-flex;
    align-items: center;
}

.js-marquee-inner span:hover a {
   border-bottom: 1px solid white;
}

.js-marquee-inner span:not(:last-child)::after {
    content: "•";
    margin: 0 30px;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.cus-dsbv-marquee {
    background: var(--color-highlight);
    position: relative;
}

.cus-dsbv-marquee .title-fixed {
    background-color: #fdb813;
    width: 100px;
    font-size: 15px;
    text-align: center;
    float: left;
    height: 100%;
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-family: 'UTM Avo normal';
}


#btn-back-top {
    display: inline-block;
    background-color: var(--color-highlight);
    /* border: 1px solid var(--black); */
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 6px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#btn-back-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
}

#btn-back-top:hover {
    cursor: pointer;
    background-color: #333;
}
#btn-back-top:active {
    background-color: #555; 
}
#btn-back-top.show {
    opacity: 1;
    visibility: visible;
}

.submenunew {
    /*background-color: #f3f3f3;*/
    /*padding: 5px 0;*/
}

.submenunew ul {
    list-style: none;
    margin-bottom: 0;
    text-align-last: center;
    padding: unset;
}

.submenunew ul li {
    padding: 10px;
    display: inline-block;
    font-size: 11px;
    /*font-family: 'UTMAvoBold';*/
    border-right: solid 2px #0075BF;
}

.submenunew ul li a {
    color: #0075BF;
    text-transform: uppercase;
    font-weight: 700;
}

.hm_group_title {
    /*text-transform: uppercase;*/
    /*font-family: "UTMAvo";*/
    /*font-weight: bold;*/
    /*font-size: 36px;*/
    /*line-height: 36px;*/
    margin: 25px 0;
    text-align: center;
    overflow: hidden;
}

.hm_group_title label {
    position: relative;
}

.hm_group_title div {
    padding: 0 36px;
    position: relative;
    /*font-family: 'UTMAvoBold';*/
    color: #020202;
    /*line-height: 36px;*/
    /*font-size: 32px;*/
}
.hm_group_title label::before {
    left: 100%;
}

.hm_group_title label:before, .hm_group_title label:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #999;
    width: 1000px;
}

.hm_group_title div:before, .hm_group_title div:after {
    content: "";
    top: 33%;
    position: absolute;
    border-left: 1px solid #999;
    height: 40%;
}

.hm_group_title div::before {
    left: 0;
}

.hm_group_title div::after {
    right: 0;
}

.hm_group_title label::after {
    right: 100%;
}

.item-absolute .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0072bcb8;
    text-align: center;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-absolute .inner-content a {
    font-family: 'UTM Avo normal';
    font-weight: 600;
    font-size: 16px;
    color: white;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-section .swiper-pagination {
    position: relative !important;
    bottom: 0;
    margin-top: 1rem;
}

.brand-section .item {
    background: white;
    /*border-radius: 10px;*/
	/*border: 1px solid var(--gray);*/
}

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


.sec-home-news .swiper {
    background: var(--color-highlight);
    padding: 1rem;
}

.swiper .article-item.swiper-slide {
    padding: 1rem;
    background: white;
}

.sec-home-news .swiper {
    display: flex;
}


.sec-home-news .swiper .swiper-wrapper {
    height: auto;
}

.on-title {
    border-bottom: solid 1px #222222;
    /* margin: 15px 20px 0 20px; */
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
    font-weight: bold;
}

.other-news .on-item {
    border-bottom: solid 1px #222222;
    padding: 10px 0;
    /* margin: 0 20px; */
}

.other_news_title {
    margin-left: 10px;
}

.other_news_title i {
    font-size: 10px;
    margin-right: 15px;
}

.other_news_title a {
    color: #231F20;
}

.spbanner {
    width: 100%;
}

.spbanner img {
    width: 100%;
    height: auto;
    position: relative;
}

.spbanner .wrapper {
    position: relative;
}

.hd_group_title {
    bottom: 8%;
    position: absolute;
    font-size: 48px;
    color: #fff;
}

.hd_group_title h2 {
    font-family: 'UTM Avo normal';
    font-size: 48px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 0;
    margin-top: 0;
    margin-bottom: 18px;
    text-transform: none;
}

.item-small.article-item .article-title {
    font-family: unset;
}

.box-img-gcn-footer {
    display: flex;
    gap: 1rem;
}

.img-gcn-footer img{
    height: 87px;
}


@media (min-width: 768px) {
    .search-section {
        height: 14rem;
        display: flex;
        align-items: center;
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
    
    .row-menu-2col > .content-field:nth-child(1) {
        padding-right: 75px;
    }
    
    .row-menu-2col > .content-field:nth-child(2) {
        padding-left: 75px;
    }
    
    .name-cate .menu-title {
        font-size: 25px !important; 
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    .cus-icon-menu {
        display: none;
    }
    
    .cus-child-menu-2col .child-item a {
        font-size: 13px;
        color: var(--color-text);
        text-transform: uppercase;
    }
    
    .menu-section .entry-menu.full-width .menu-title {
        font-weight: bold;   
    }
    
    .submenunew ul li {
        width: 100%;
        padding: 10px;
        border-right: none;
        background-color: #f3f3f3;
        border-bottom: solid 1px #ffffff;
        text-align: center;
    }
    
    .js-marquee a {
        font-size: 14px;
    }
    
    .cus-dsbv-marquee .title-fixed {
        width: 70px;
        font-size: 14px;
    }
    
    .js-marquee {
        padding: 0.2rem 0;
    }
    
    .hd_group_title h2 {
        font-size: 22px !important;
        line-height: 1.5 !important;
        margin-bottom: 0;
    }
}

.is-mobile .fc-menu {
    flex-direction: row-reverse;
}










