b, strong {
    font-weight: 600;
}

.list-style {
    list-style: none;
}

.title-section {
    color: var(--black);
    border-top: 2px solid var(--color-main);
}

.color-black {
    color: var(--black)!important;
}

.bg-hover {
    background: var(--color-hightlight)!important;
}

.icon-search-section {
    text-align: center;
}

.icon-search-section .btn-action-header {
    font-size: 25px;
    padding: 0;
}

.search-section__categories {
    width: 100px;
    border: 1px solid #dee2e6;
    height: 40px;
    padding: 0 10px;
    color: var(--gray);
}

.wrap-suggestion {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    top: 40px;
}

.menu-vertical {
    background: var(--color-hightlight);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}

.menu-vertical > .menu-container {
    display: flex;
}

.menu-vertical > .menu-container .btn-menu-mobiles {
    display: block;
    color: var(--white);
    margin: 0 10px;
    line-height: 43px;
}

.menu-vertical > .menu-container .menu-section {
    width: 100%;
}

.menu-vertical > .menu-container .menu-section ul li.has-child {
    width: 100%;
}

.menu-vertical .menu-section > ul > li > a {
    height: auto;
    color: #fff!important;
    font-size: 15px;
    width: 100%;
    display: block;
    text-align: left;
    line-height: 43px;
}

.menu-vertical .menu-section > ul > li > .entry-menu {
    width: calc(100% - 15px);
    left: 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    padding: 0;
    /* text-transform: uppercase; */
    min-width: auto;
}

.menu-vertical .menu-section > ul > li > .entry-menu li {
    border-bottom: 1px dashed #e3e3e3;
}

.menu-vertical .menu-section > ul > li > .entry-menu li:last-child {
    border: 0;
}

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

.language-section::before, .currency-section::before, .currency-section::after {
    display: none;
}

a.language-picker, a.currency-picker {
    font-weight: 500;
}

a.language-picker:hover, a.currency-picker:hover {
    color: var(--color-hightlight);
}

.entire-action-header .btn-action-header:hover, .entire-action-header .btn-action-header:hover {
    color: var(--color-hightlight);
}

.entire-action-header .btn-action-header {
    padding: 0 12px;
    line-height: 43px;
    background: none;
    border-radius: 0;
}

.btn-mini-cart .cart-items-number {
    background-color: var(--color-text);
}

/*Header*/
.nh-store-notice {
    position: relative;
    text-align: center;
    overflow: hidden;
    background: #f6f9fc;
}

.nh-store-notice .content {
    display: block;
    vertical-align: middle;
    padding: 15px 10px;
}

.nh-store-notice .content * {
    position: relative;
    z-index: 1;
}

.nh-store-notice .content>p {
    margin-bottom: 0;
}

.nh-store-notice img {
    display: inline;
}

.nh-store-notice .content .img-bg {
    position: absolute;
    left: 50%;
    top: -20px;
    width: calc(100% + 24px);
    max-width: none;
    min-width: 600px;
    transform: translate(-50%,0);
    z-index: 0;
}

.nh-store-notice h5 {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .nh-store-notice h5 {
        font-size: 18px;
        line-height: 26px;
    }
}

/* .header-top {
    background: var(--color-main);
} */
.header-top>.container>.row {
    align-items: center;
}

.header-highlight {
    display: flex;
    align-items: center;
}

.header-highlight__item {
    margin-left: 10px;
}

.header-highlight__item a {
    display: flex;
    align-items: center;
}

.header-highlight__image {
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.header-highlight__image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.header-highlight__title {
    font-size: 13px;
    display: inline-block;
    flex: 1;
    margin-left: 6px;
}

/*End Header*/
.slider-home .slider-section .slick-list .slick-slide {
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-section .inner-title {
    font-size: 20px;
    margin-bottom: 22px;
}

.slider-section .inner-description {
    font-size: 50px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.slider-section .inner-content {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
}

.slider-section .text-white .inner-content {
    color: var(--white);
}

.slider-home .slider-section .slick-slider .row,.slider-home .slider-section .slick-slider .container, .slider-home .slider-section .slick-slider .slick-track, .slider-home .slider-section .slick-slider , .slider-home .slider-section .slick-slider .slick-list {
    height: 100%;
}

.text-white .btn-submit {
    background: var(--white);
    color: var(--color-main);
    font-weight: 600;
    font-size: 13px;
}

.text-white .btn-submit:hover {
    background: none;
    color: var(--white);
    border: 1px solid var(--white);
}

.text-black .btn-submit {
    background: var(--black);
    color: var(--white);
    font-weight: 600;
    font-size: 13px;
}

.text-black .btn-submit:hover {
    color: var(--black);
    background: none;
    border: 1px solid var(--black);
}

.slider-section .inner-title::after {
    background-color: var(--white);
}

/*end highlight*/
/*Products Slider Small*/
.products-slider-small .product-item .inner-content .product-title {
    line-height: 1.3;
}

.products-slider-small .product-item .inner-content .product-title a:hover {
    color: var(--color-main);
}

/*End Products Slider Small*/
/*Products Tabs Slider*/
.products-tabs-slider .title-section {
    margin-bottom: 20px;
}

.products-tabs-slider .product-tab.nav .nav-item .nav-link {
    font-weight: 500;
    padding-bottom: 6px;
}

.products-tabs-slider .product-tab.nav::after {
    display: none;
}

.products-tabs-slider .ratio-custome {
    padding-top: 100%;
}

.products-tabs-slider .product-item {
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 15px;
}

/*End Products Tabs Slider*/
.product-detail-head .product-image-detail .inner-image {
    padding-top: 63.405%;
}

/*Product Highlight*/
.bg-product-highlight {
    background-image: url(../../assets/media/background/bg-feature-product.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.product-highlight .product-detail-head .product-image-detail .inner-image {
    padding-top: 90%;
}

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

.product-highlight .product-image-detail>.row {
    align-items: center;
}

.product-highlight .product-content-detail .product-title-detail {
    font-size: 40px;
    color: var(--black);
}

.product-highlight .product-content-detail .product-description {
    font-size: 13px;
    color: var(--gray);
}

.product-highlight .product-content-detail .price .price-amount {
    font-size: 34px;
    color: var(--color-main);
}

.product-highlight .product-content-detail .price .price-amount.old-price {
    color: var(--gray);
    font-size: 20px;
}

.product-highlight .product-content-detail .add-to-cart {
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    width: 170px;
    background: none;
    border: 1px solid var(--black);
    color: var(--black);
}

.product-highlight .product-content-detail .add-to-cart:hover {
    color: var(--white);
    background: var(--black);
}

/*End Product Highlight*/
/*Category*/
.menu-grid {
    display: flex;
    flex-wrap: wrap;
}

.menu-grid__item {
    width: 25%;
}

.menu-grid__item>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    padding: 25px;
}

.menu-grid__item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.menu-grid__item-content {
    flex: 1;
}

.menu-grid__item-title {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-grid__item-count {
    font-size: 13px;
    color: var(--gray);
}

/*End Category*/
/*Brands*/
.brand-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.brand-section .brand-item {
    width: calc(100%/6);
    text-align: center;
    margin: 10px 0;
}

/*End Brands*/
/*Footer*/
footer {
    font-size: 15px;
}

/*End Footer*/
/*Page*/
.title-section-1 {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.page-products>.row .col-lg-3 {
    /* border: 1px solid var(--light); */
}

/*.products-related .product-item {*/
/*    border: 1px solid var(--light);*/
/*    margin: 0;*/
/*    padding: 10px;*/
/*}*/
.products-related .product-item .inner-image {
    padding-top: 100%;
}

.product-content-detail .product-title-detail {
    color: var(--black);
}

/*Responsive*/
.is-mobile .title-section {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.is-mobile .product-item .inner-content .product-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.is-mobile :not(.slick-vertical).slider-thumbs.slick-slider img {
    height: 66px;
}

@media (max-width: 767px) {
    .menu-grid__item {
        width: 50%;
    }

    .brand-section .brand-item {
        width: calc(100%/4);
    }
}

@media (max-width: 425px) {
    .menu-grid__item {
        width: 100%;
    }
}

/*hieutx*/
.logo-section img {
    max-height: 70px;
    height: 64px;
    width: 270px;
}

/*time*/
span#time_sale_right p:last-child:before {
    display: none;
}

span#time_sale_right p.hour {
    background: var(--white);
    color: var(--black);
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    padding: 0 !important;
    line-height: 30px;
    font-size: 20px;
    position: relative;
    min-width: auto;
    margin: 0 10px;
    text-align: center;
}

span#time_sale_right p.hour:before {
    content: ":";
    position: absolute;
    color: var(--white);
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
}

#time_sale_right {
    margin: 0 -15px;
    display: block;
    position: relative;
}

/*and time*/
/* product time */
.products-slider-small .small-left {
    flex: 0 0 30%;
    max-width: 30%;
}

.products-slider-small .inner-content {
    flex: 0 0 70%;
    max-width: 70%;
}

.product-time>.container>.row {
    margin: 0;
    border: 1px solid #ddd;
    margin-top: 35px;
    border-radius: 8px;
}

.header-main>.container>.row>div:nth-child(1) {
    padding-right: 0;
}

.top_header_text {
    margin-top: -25px;
}

.product-home .inner-content .product-title {
    height: 56px;
}

.form-contact-bottom .form-group input {
    height: 35px;
}

.form-contact-bottom .form-group span.bg-main {
    width: 45px;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: var(--color-hightlight) !important;
}

.fanpage-icon>ul>li>a {
    height: 35px;
    width: 35px;
    background: #545454;
    line-height: 37px;
}

.slide-main>.container>.row>div:nth-child(2) {
    /* padding-left: 0; */
    padding-right: 0;
}

.menu-vertical .menu-section > ul > li > .entry-menu {
    overflow: visible;
    box-shadow: 3px 0px 10px 2px rgb(0 0 0 / 20%);
}

.hotline-icon.rounded-circle, .entire-action-header .btn-mini-cart.btn-action-header {
    background-color: var(--color-main) !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

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

.hotline-icon.rounded-circle {
    line-height: 39px;
}

.is-mobile .title-section:before {
    bottom: -4px;
}

.menu-vertical .menu-section > ul > li > .entry-menu li>a {
    font-size: 13px;
    padding: 9.2px 10px 9.2px;
}

.menu-vertical .menu-section .entry-menu.dropdown ul {
    min-width: 100%;
    left: 100%;
    display: none;
}

.menu-vertical .menu-section .entry-menu.dropdown li:hover > ul {
    display: block !important;
}

@media (max-width: 1200px) {
    .hotline-icon.rounded-circle, .entire-action-header .btn-mini-cart.btn-action-header {
        background-color: var(--white);
    }
}

@media (max-width: 576px) {
    .products-slider-small .small-left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .products-slider-small .inner-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-home .inner-content .product-title {
        height: auto;
    }

    .footer-bottom-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .dowload-app {
        float: left !important;
    }
}

/*CSS BY HIEUTX*/
.section-menu-top .menu-section > ul > li > a {
    font-weight: 400;
    line-height: 30px;
    height: 43px;
    font-size: 12px;
    color: var(--black);
}

.section-menu-top .menu-section > ul > li {
    margin: 0;
    padding: 0 12px;
    position: relative;
}

.section-menu-top .menu-section > ul > li:before {
    position: absolute;
    content: '';
    height: 12px;
    background: #ddd;
    width: 2px;
    right: -1px;
    top: 8px;
}

.section-menu-top .menu-section > ul {
    margin: 0 -12px;
}

.tab-product .nav-tab-product>li.nav-item>a {
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 0;
    padding: 0;
}

.tab-product .nav-tab-product>li.nav-item>a.active {
    background-color: #f0f8ff00;
    color: var(--color-main);
    font-weight: 700;
}

.tab-product .title-tab {
    line-height: 40px;
    background: var(--color-main);
    font-size: 18px;
}

.tab-product {
    border-top: 2px solid var(--color-main);
}

.rti-entry {
    padding-top: 39%;
}

.banner-light .entry-content {
    overflow: hidden;
}

.banner-light-02 .entry-content {
    padding-top: 40%;
    overflow: hidden;
    border-radius: 15px;
}

.news-home article.article-item .inner-image {
    padding-top: 58%;
}

.testimonials-content .inner-content .img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
}

.testimonials-content .inner-content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-contact-home {
    background: #dbdbdb;
}

.fanpage-icon ul>li:nth-child(1) a {
    background: #3b5998;
}

.fanpage-icon ul>li:nth-child(2) a {
    background: #1da1f2;
}

.fanpage-icon ul>li:nth-child(3) a {
    background: #db4437;
}

.fanpage-icon ul>li:nth-child(4) a {
    background: #d50c22;
}

.section-map .content-map iframe {
    width: 100%;
    height: 138px;
}

.tab-product .nav-tab-product>li.nav-item {
    padding: 10px 15px;
}

.tab-product .nav-tab-product {
    margin: 0 -15px;
}

.list-tag>a {
    border-right: 1px solid;
    margin-right: 5px;
    padding-right: 5px;
}

.list-tag>a:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.commit-section>p:last-child {
    margin: 0;
}

.hight-light {
    border-top: 1px solid var(--color-main);
    padding-top: 30px;
}

.bct img {
    height: 55px;
    margin-top: 15px;
}

.list-payment>li, .list-shipper>li {
    display: inline-block;
    margin-right: 5px;
}

.list-payment>li img, .list-shipper>li img {
    height: 35px;
}

.category-description img {
    max-width: 100%;
    height: auto;
}

.menu-vertical .menu-section > ul > li > .entry-menu li>a>img {
    width: 15px;
    height: 15px;
    position: relative;
    top: -2px;
}

/**/
.menu-vertical .menu-section > ul > li > .entry-menu>li {
    position: initial;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>a {
    position: relative;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul {
    height: 100%;
    width: calc(100% * 2);
    margin-top: 0px;
    display: none !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul>li {
    float: left;
    width: 50% !important;
    border: 0 !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul>li>ul {
    position: relative !important;
    left: 0 !important;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    border-top: 1px dashed #e3e3e3;
    display: block !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul>li>a {
    font-weight: bold;
    color: var(--color-main);
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul>li>ul>li>a.menu-link {
    text-transform: capitalize;
    padding: 6px 10px;
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul>li>a .child-indicator {
    display: none;
}

/**/
.product-item:hover {
    border: 1px solid var(--color-main) !important;
}

.top-btn {
    cursor: pointer;
}

.tool-map a {
    font-size: 16px;
    padding: 10px;
    color: #aaa;
}

.tool-map a:hover {
    color: var(--color-hightlight);
}

.top-btn img {
    width: 23px;
    filter: grayscale(1);
}

.load-more, .load-more-config {
    text-align: center;
    cursor: pointer;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.load-more .btn-view-all, .load-more-config .btn-view-all-config {
    display: inline-block;
    font-size: 14px;
    color: var(--white);
    margin: 10px auto;
    cursor: pointer;
    border: 1px solid var(--red);
    text-align: center;
    position: relative;
    padding: 3px 10px!important;
    background-color: var(--red);
}

.transform-active {
    display: block !important;
    max-height: 100% !important;
    height: 100% !important;
}

.transform-active ~ .load-more .btn-show, .btn-hide, .transform-active ~ .load-more-config .btn-show, .btn-hide {
    display: none !important;
}

.load-more.active .btn-hide, .transform-active ~ .load-more .btn-hide, .load-more-config.active .btn-hide, .transform-active ~ .load-more-config .btn-hide {
    display: inline-block !important;
}

.view-small .product-item {
    border: 0 !important;
}

.phone-prd i {
    color: #2185c2;
}

/* */
.menu-vertical .menu-section > ul > li > .entry-menu>li>ul {
    max-width: 885px;
    left: 100%;
    width: calc(300% + 50px);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%);
}

.menu-vertical .menu-section > ul > li > .entry-menu>li>ul>li {
    width: 25% !important;
}

.news-product .slick-track {
    float: left;
}

.rti-custom {
    position: relative;
    padding-top: 63.4%;
}

.price-bottome .old-price {
    display: none;
}

.add-to-cart-by span {
    line-height: 26px;
}

/* */
body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.product-content, .category-content {
    max-height: 390px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.contact-right {
    position: fixed;
    right: 5px;
    bottom: 90px;
}

.contact-right li.entry-content {
    list-style: none;
    margin-top: 10px;
    cursor: pointer;
}

.contact-right li.entry-content img {
    width: 47px;
    height: 47px;
}

li.entry-content.back-to-top {
    height: 47px;
}

.is-mobile .menu-section > ul > li > a {
    color: var(--black);
}

.toolbar-section .toolbar-item a .title-cart {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.toolbar-section .toolbar-item .btn-mini-cart {
    background: none;
    color: #000 !important;
}

.toolbar-section .toolbar-item .btn-mini-cart .cart-items-number {
    left: inherit;
}

.item-brand {
    padding-top: 60%;
}

/*CSS BY HIEUTX*/
.attr-btn-x {
    margin: 0;
    border: 1px solid;
    padding: 10px;
}

.attr-btn-x:before {
    display: none;
}

.product-attribute-switch.image-switch .inner-product-attribute {
    background-image: none !important;
}

.product-attribute-switch.image-switch .inner-product-attribute {
    width: auto;
    line-height: 40px;
    border-radius: 5px;
}

.product-attribute-switch.image-switch .inner-product-attribute .tooltip-top {
    color: black;
    padding: 12px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product-attribute-switch.d-flex.justify-content-start.text-switch .tooltip-top {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: transparent;
}

.is-mobile .attr-dungtich .inner-product-attribute.active .tooltip-top {
    color: black;
    background: white;
    border-radius: 100%;
    line-height: 30px;
    padding: 5px;
    text-align: center;
}

.entire-quickview .product-content-detail .add-to-cart {
    width: calc(100% - 310px);
}

.product-attribute-switch.image-switch .inner-product-attribute.active {
    background: red !important;
}

.product-attribute-switch.image-switch .inner-product-attribute.active .tooltip-top {
    color: white;
}

.prd-check .slick-track {
    margin: 0;
}
.item-gift {
    color: red;
    font-style: italic;
}


@media (min-width: 1200px) {
    #tooltip {
        position: absolute;
        z-index: 9999;
        background: #fff;
        border: 1px solid #243a76;
        width: 310px;
        box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
        display: none !IMPORTANT;
    }
    
    .hover_content_pro {
        position: absolute;
        z-index: 999;
        background: #fff;
        border: 1px solid #243a76;
        width: 377px;
        box-shadow: 0 3px 7px 0 rgb(0 0 0 / 25%);
        display: none;
        padding-bottom: 10px;
    }

    .product-detail-footer .product-content, .product-detail-footer .category-content {
        max-height: initial;
    }
    
    .entry-order-review th {
        width: 50px;
    }
}

@media (max-width: 1000px) {
    .menu-vertical {
        display: none;
    }  
}
    
@media (max-width: 576px) {
    .tab-product .nav-tab-product>li.nav-item>a {
        font-size: 12px;
    }

    .banner-light .entry-content {
        padding-top: 40% !important;
    }

    .w-mb-100>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-menu-section ul.list-unstyled {
        margin-bottom: 15px;
    }

    .tab-product .nav-tab-product {
        /* justify-content: flex-end; */
    }

    /* .is-mobile .contact-right {
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }
    .is-mobile .contact-right>li {
        width: 33.3333%;
        display: inline-block;
        text-align: center;
    }
    
    .is-mobile .contact-right>li:nth-child(1) {
        background: #006df0;
    }
    
    .is-mobile .contact-right>li:nth-child(2) {
        background: #0c93e5;
    }
    
    .is-mobile .contact-right>li:nth-child(3) {
        background: #25cc62;
    } */
    .category-content img {
        height: auto !important;
        width: 100% !important;
    }
    
    .is-mobile .menu-section .has-child > .entry-menu {
        display: block !important;
    }
}
ul.list-payment-order li.nav-item .active {
    border-color: var(--color-main) !important;
    background: #ececec;
}


/*css them ipad tablet*/
.header-top > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-section.entire-action-header {
    max-width: 460px;
}

@media (min-width: 968px) and (max-width: 1480px) {
    .menu-section > ul > li {
        margin-right: 15px;
    }
    
    .hover_content_pro {
        display: none;
    }
    
    .search-section.entire-action-header {
        max-width: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .hover_content_pro {
        display: none;
    }
    
    .menu-vertical > .menu-container .menu-section {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 1480px) {
    .header-pc-02 > .container > .row > div:nth-child(1) {
        /* flex: 0 0 0%; */
        /* max-width: 0%; */
    }
    
    .header-pc-02 > .container > .row > div:nth-child(2) {
        /* flex: 0 0 100%; */
        /* max-width: 100%; */
    }
    
    .slide-main > .container > .row > div:nth-child(1) {
        flex: 0 0 0%;
        max-width: 0%;
        padding: 0;
    }
    
    .slide-main > .container > .row > div:nth-child(2) {
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .slider-home .slider-section .slick-list .slick-slide {
        max-height: 330px;
    }
    
    .slider-section {
        height: 326px;
    }
    
    .menu-section>ul>li>a.active {
        color: var(--color-hightlight) !important;
    }
    
    
    .cus-page-article > .container > .row > div:nth-child(1) {
        flex: 0 0 33%;
        max-width: 33%;
    }
    
    .cus-page-article > .container > .row > div:nth-child(2) {
        flex: 0 0 67%;
        max-width: 67%;
    }
    
    .logo-section img {
        max-height: 70px;
        height: 60px;
        width: 200px;
        object-fit: contain;
    }
    
    .btn-menu-mobile {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 35px;
        display: inline-block;
    }
}

@media (min-width: 968px){
    .btn-menu-mobile {
        display: none;
    }
}

/*css them ipad tablet*/
/*CSS by quyettq*/
.box-dkkd p {
    margin-bottom: 0;
    color: var(--white);
}
.box-dkkd {
    border-top: 1px solid rgba(102, 102, 102, 0.2);
}
/*End quyettq*/

.menu-vertical .menu-section >ul>li>ul>li>a {
    font-size: 16px !important;
    padding: 13.1px 10px 13.1px !important;
}