@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900&display=swap');
body {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}
.container {
    max-width: 1280px;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.slider-home .owl-prev {
    left: 20px;
}

.slider-home .owl-next {
    right: 20px;
}

.owl-nav>div {
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #1e3d37;
    padding: 0;
}
.nav-item-sidebar .select2.select2-container.select2-container--default {
    width: 100%!important;
}
img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.support-online {
    position: fixed;
    z-index: 999;
    left: 15px;
    bottom: 30px;
    top: auto !important
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999
}

.support-online a {
    display: block
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #fb2644;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1
}

.support-online a:hover span {
    display: block
}

.support-online a span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fb2644 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5
}

.support-online .btn-support {
    cursor: pointer;
    margin-bottom: 40px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

#scrollUp {
    background: #c15c1b;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 62px;
    right: 20px;
    cursor: pointer;
    z-index: 99999;
    color: #fff;
}

#scrollUp:hover {
    background-color: #333;
    color: #fff;
}

.btn-active-view {
    padding: 7px 20px;
    border-radius: 20px;
}

.hover-zoom:hover img {
    transform: scale(1.05);
}

.hover-zoom {
    overflow: hidden;
}

.item-product .img img {
    height: 235px;
    object-fit: cover;
}


/* css review */

.add-review textarea {
    width: 100%;
    height: 150px;
    font-size: 15px;
    margin-top: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.add-review input[type=text] {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.add-review .write-review__button {
    padding: 0;
    padding: 0 36px;
}

.aside-category ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #8d3e20;
}

aside .section-title {
    padding: 10px 4px;
    background-size: 60% 100%;
}

.map iframe {
    width: 100%;
    height: 500px;
}

.section-title {
    background-size: 35% 54%;
}

header .nav-item form input[type=text] {
    border: 1px solid #249045;
}

header .nav-item form input[type=text]::-webkit-input-placeholder {
    /* Edge */
    color: #249045;
}

header .nav-item form input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #249045;
}

header .nav-item form input[type=text]::placeholder {
    color: #249045;
}

.why-section .item .img img {
    border-radius: 50%;
}

.oder-home select {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.oder-home p {
    width: 100%;
}

.sort-1 {
    float: right;
}

.sort-1 select {
    width: 250px;
    height: 40px;
    font-size: 15px;
    border: 1px solid #249045;
    background: none;
    margin-left: 10px;
    appearance: auto !important;
}

.category-home .text span {
    background: #f1ec3c;
    border: 1px solid #249045;
    color: #249045;
    font-weight: bold;
}

.item-product .box-pro-buy {
    z-index: 9;
    position: relative;
    width: 80%;
    margin: 10px auto 0;
}

.item-product .box-pro-buy .btn {
    text-transform: none;
    font-size: 14px;
    background: #1E3D37;
    border-color: #1E3D37;
    border-radius: 40px;
    padding: 7px 10px;
    cursor: pointer;
    border-width: 1px;
    font-weight: 500;
    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.item-product .box-pro-buy .btn span {
    margin-left: -20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item-product .box-pro-buy .btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    color: #1E3D37;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 38px;
}

.item-product .box-pro-buy .btn:hover {
    background: #2f5f56;
    border-color: #2f5f56;
}

.item-product .box-pro-buy .btn:hover .icon {
    background: #2f5f56;
    color: #fff;
}

.item-product .box-pro-buy .btn:hover span {
    margin-left: -10px;
}

.btn {
    border-radius: 0px;
    text-transform: uppercase;
    background: #1E3D37;
    border-color: #1E3D37;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.btn:hover {
    color: #fff;
    background: #0d1b18;
    border-color: #0d1b18;
}

.btn:hover:after {
    -webkit-animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}

.btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25), transparent);
}

.tab-detail button.active {
    background-color: #1e3d37;
    color: #fff;
}

.main-new .content-new .item .img img {
    height: 200px;
    object-fit: cover;
}

.service-internet .slider-internet .owl-prev {
    left: -52px;
}

.service-internet .slider-internet .owl-next {
    right: -52px;
}

.service-internet .slider-internet .owl-nav>div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.content-data-package p {
    margin-bottom: 10px;
}

.main-data-detail .slider-services .owl-prev {
    left: 0px;
}

.main-data-detail .slider-services .owl-next {
    right: 0px;
}

.main-data-detail .slider-services .owl-nav>div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.high-package .slider-high-package .owl-prev {
    left: -52px;
}

.high-package .slider-high-package .owl-next {
    right: -52px;
}

.high-package .slider-high-package .owl-nav>div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.list-internet {
    position: relative;
}

.list-internet::before {
    background: url('../img/bg-combo-it-1.png') 0 0 no-repeat;
    background-size: cover;
    content: "";
    height: 535px;
    left: 0;
    position: absolute;
    top: 0;
    width: 412px;
}

.list-internet:after {
    background: url('../img/bg-combo-it-2.png') 0 0 no-repeat;
    background-size: cover;
    content: "";
    height: 535px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 338px;
}

.list-internet .slider-high-package .owl-prev {
    left: -52px;
}

.list-internet .slider-high-package .owl-next {
    right: -52px;
}

.list-internet .slider-high-package .owl-nav>div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.main-internet-detail .slider-services .owl-prev {
    left: 0;
}

.main-internet-detail .slider-services .owl-next {
    right: 0;
}

.main-internet-detail .slider-services .owl-nav>div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.slider-high-package-2 .owl-prev {
    left: -52px;
}

.slider-high-package-2 .owl-next {
    right: -52px;
}

.slider-high-package-2 .owl-nav>div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.content-question ul.tabs li {
    padding: 10px 20px;
}


/* Accordion
================================================== */

.acc p {
    margin-bottom: 10px;
}

.content-product .readmore:hover {
    color: #000;
}

.acc__title {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #f2ecec;
    text-align: left;
}

.sidebar .acc__card:last-child .acc__title {
    border-bottom: 0;
}

.sidebar {
    border-radius: 10px;
}

.content-content p {
    margin-bottom: 10px;
}

#primary-nav.mobile li a {
    padding: 10px !important;
}

.main-category .slider-new .owl-stage-outer {
    padding: 5px
}

.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #ddd;
    margin: 3px;
    display: inline-block;
    float: left;
    border-radius: 50%;
}

.owl-dots .owl-dot.active {
    background: #cd6420;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #000;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}

ul.tabs li.current {
    border-bottom: 1px solid #1ead09;
}

.tab-content {
    display: none;
    padding: 15px;
    border: 1px solid #eee;
}

.tab-content.current {
    display: inherit;
}

.ads-right-1 img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 10px;
}

.content-product .nav-img .add-cart svg {
    width: 20px;
    display: inline-block;
    fill: #BF0F1E;
}

.content-product .item .nav-img .add-cart:hover svg {
    fill: #fff;
}



.partner-section .item img {
    height: 110px;
    object-fit: contain;
}

.slider-partner-2 {
    padding-bottom: 20px;
}



.category-product-home .item .img img {
    height: 200px;
    width: 200px;
    display: inline-block;
    border-radius: 50%;
    object-fit: cover;
}
.category-product-home .item {
    text-align: center;
}
.category-product-home .item .nav-img{
    padding-top: 20px;
}
.category-product-home .item:hover .img img {
    transform: scale(1.05);
}

.category-product-home .item {
    overflow: hidden;
}
.category-product-home .item .nav-img h3{
    font-size: 18px;
}
.category-product-home .item .nav-img  p{
    color: #888;
    margin-top: 3px;
}

footer {
    background: #333;
}

.new-home .item .img img {
    height: 260px;
}

@media only screen and (max-width: 1199px) {
    .footer-bottom {
        padding: 45px 0 0 0;
    }
}

.footer-bottom .copyright-area {
    position: relative;
}

.footer-bottom .copyright-area:before {
    content: "";
    height: 1px;
    width: 347px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 11px;
    left: 0;
}

.map-f iframe {
    width: 100%;
    height: 175px;
}

@media only screen and (max-width: 1199px) {
    .footer-bottom .copyright-area:before {
        width: 247px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-bottom .copyright-area:before {
        width: 120px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .content-product .item .img img {
        height: 140px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom .copyright-area:before {
        width: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-bottom .copyright-area:before {
        display: none;
    }
}

.footer-bottom .copyright-area:after {
    content: "";
    height: 1px;
    width: 347px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 11px;
    right: 0;
}

@media only screen and (max-width: 1199px) {
    .footer-bottom .copyright-area:after {
        width: 247px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-bottom .copyright-area:after {
        width: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom .copyright-area:after {
        width: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-bottom .copyright-area:after {
        display: none;
    }
}

.footer-bottom .copyright-area p {
    text-align: center;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .footer-bottom .copyright-area p {
        text-align: left;
    }
}

.footer-bottom .copyright-area .copyright-img1 {
    position: absolute;
    bottom: 1px;
    left: 340px;
}

@media only screen and (max-width: 1199px) {
    .footer-bottom .copyright-area .copyright-img1 {
        left: 240px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-bottom .copyright-area .copyright-img1 {
        left: 115px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom .copyright-area .copyright-img1 {
        left: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-bottom .copyright-area .copyright-img1 {
        display: none;
    }
}

.footer-bottom .copyright-area .copyright-img2 {
    position: absolute;
    bottom: 1px;
    right: 340px;
}

@media only screen and (max-width: 1199px) {
    .footer-bottom .copyright-area .copyright-img2 {
        right: 240px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-bottom .copyright-area .copyright-img2 {
        right: 115px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom .copyright-area .copyright-img2 {
        right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-bottom .copyright-area .copyright-img2 {
        display: none;
    }
}

.footer-area2 {
    position: relative;
}

@media only screen and (max-width: 1439px) {
    .footer-area2 {
        padding: 40px 0 44px 0;
    }
}

.background-shape68 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 35%;
    z-index: -10;
}

@media only screen and (max-width: 1199px) {
    .background-shape68 {
        display: none;
    }
}

.background-footer {
    background-color: #fff;
    padding: 60px 0 55px;
    box-shadow: 0 25px 27px 0 rgba(154, 154, 154, 0.34);
    margin-top: -185px;
    margin-left: calc((100% - 1140px) / 2 - 85px);
    margin-right: calc((100% - 1140px) / 2 - 85px);
}

.read-more-content {
    display: none;
    padding-top: 22px;
}

.read-more {
    display: inline-block;
    margin-top: 8px;
}

.box-content ul {
    list-style: inherit;
    padding-left: 20px;
}

.content-content ul, .content-content ol {
    list-style: inherit;
    padding-left: 20px;
    margin-bottom: 20px;
}


/* .main-menu ul li a{
  font-family: 'Lexend', sans-serif;
  text-transform: capitalize;
 } */

.main-logo {
    padding: 7px 0
}

.main-search {
    margin-top: 7px;
}

.footer form button {
    display: none;
}

.new-home .readmore:hover {
    color: #333;
}

.top-header {
    z-index: 11 !important;
}

.main-search .nav-click-search {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    right: 0;
    transition: all 0.7s ease;
}

.main-search .nav-click-search.active {
    visibility: visible;
    opacity: 1;
    top: 44px
}


/**
 * Modals ($modals)
 */


/* 1. Ensure this sits above everything when visible */

.modal {
    position: absolute;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 680px;
    margin-left: -16em;
    background-color: #fff;
    text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
    border-radius: 10px;
    overflow: hidden;
}

.cart-header .cart svg {
    fill: #000;
    width: 28px;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
}

.modal-close:hover {
    color: #777;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}

.main-logo img {
    width: 150px;
    height: 80px;
    width: auto;
}

.sidebar .submenu-category {
    position: absolute;
    left: 294px;
    width: 892px;
    z-index: 2;
    background: #fff;
    height: 100%;
    top: 0;
    padding: 20px;
    border: 1px solid #eee;
    display: none;
    height: auto;
}

.sidebar .acc__card:hover .submenu-category {
    display: block;
}

.sidebar .submenu-category .img img {
    height: 300px;
    object-fit: cover;
}

.connect-info svg {
    display: inline-block;
}

.mobile-menu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    border-radius: 10px 10px 0px 0px;
    -webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
    z-index: 99;
    background: #fff;
}

.mobile-menu a,
.mobile-menu button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80px;
    padding: 8px 0px;
    border-radius: 8px;
    position: relative
}

.mobile-menu a i,
.mobile-menu button i {
    font-size: 15px;
    margin-bottom: 5px;
    color: #333;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

.mobile-menu a span,
.mobile-menu button span {
    font-size: 10px;
    line-height: 12px;
    color: #333;
    text-transform: uppercase
}

.mobile-menu a sup,
.mobile-menu button sup {
    position: absolute;
    top: -5px;
    left: 75%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mobile-menu a .fas fa-shopping-basket,
.mobile-menu button .fas fa-shopping-basket {
    font-size: 18px
}

header .cart-header .nav-cart-sum {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
    position: absolute;
    width: 320px;
    right: 0;
    top: 46px;
    background: #fff;
    display: none;
}

.slider-home .item img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.header-pc {
    z-index: 11 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.is-sticky .main-logo img {
    width: 125px;
}

.main-header-pc .sticky-wrapper {
    height: auto !important;
}


/* cache */

.button-clear-cache {
    position: fixed;
    z-index: 99999;
    top: 140px;
    left: 0;
    background: #fff;
    font-size: 16px;
    padding: 8px 24px;
    border-right: 7px solid #bf0f1e;
    display: inline-block;
    width: auto;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.button-clear-cache a {
    padding: 0;
    color: #000;
}

.button-clear-cache {
    transform: translateX(-95%);
    transition: 0.4s;
}

.button-clear-cache.active {
    transform: translateX(0);
    transition: 0.4s;
}

.content-content table td,
.content-content table th {
    border: 1px solid #b7b7b7;
    padding: 5px 10px;
}

.content-content.table,
.content-content.table table {
    width: 100%;
    display: block!important;
}

.content-content.table tbody {
    width: 100%;
    display: block;
}

.box-variable-color .js_item_variable {
    padding: 1px;
}

.js_item_variable.checked {
    border-color: red;
}

.box-variable-size .js_item_variable {
    display: block;
    width: 100%;
    border: unset;
    border-bottom: 1px solid #ccc;
    padding: 0px 0 10px 0;
    margin: 0 0 10px 0;
}

.box-variable-size .js_item_variable.checked {
    border-color: red;
}

.box-variable-size .js_item_variable>span {
    display: inline-block;
    width: 33.33%;
}

.box-variable-size .js_item_variable {
    display: flex;
}

.js_item_variable.checked:after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(https://phuonghoang.tamphat.edu.vn/templates/frontend/resources/images/ic_checked.png);
    position: absolute;
    bottom: 0;
    right: 0;
}

.js_item_variable {
    position: relative;
}

.soluong-sp>input {
    margin: 0px;
    display: block;
    float: left;
    height: 35px;
    border: solid 1px #ebebeb;
    border-right: none;
    border-left: none;
    width: 60px;
    text-align: center;
    box-shadow: none;
    border-radius: 0px;
    font-size: 15px;
    outline: none;
    padding: 0;
}

.soluong-sp>button {
    font-size: 16px;
    line-height: 0px;
    border: solid 1px #ebebeb;
    display: inline-block;
    width: 25px;
    height: 35px;
    background: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
}

.size-attribute .js_item_variable {
    border: unset;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.size-attribute .js_item_variable.disabled {
    cursor: no-drop;
    /*opacity: .6;*/
}

.size-attribute .js_item_variable.checked:before {
    background: red;
    color: #fff;
}

.size-attribute .js_item_variable:after {
    opacity: 0;
}

.size-attribute .js_item_variable .title {
    padding-left: 30px;
}

.size-attribute .js_item_variable:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    width: 20px;
    height: 20px;
    background: #ddd;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
}

.addtocart.disabled {
    cursor: no-drop;
}

.soluong-sp {
    height: 35px;
    display: flex;
    line-height: 35px;
}
.nav-item-sidebar .select2.select2-container .select2-selection {
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
    /* height: 40px; */
    /* line-height: 40px; */
}

.nav-item-sidebar .select2-selection--single {
    height: auto!important;
    padding: 0;
}

.nav-item-sidebar .select2.select2-container .select2-selection .select2-selection__rendered {
    padding: 6px 12px;

}
.bar-category .sidebar {
    z-index: 9999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.content-content img, .content-content iframe {
    display: inline-block;
}
.content-content table {
    margin: 0 0 15px 0;
}


.slider .slider__col .slider__image img {
    height: 95px;
    object-fit: cover;
}

.content-content h2, .content-content h2 * {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.content-content h3, .content-content h3 * {
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.content-content h4, .content-content h4 * {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.content-content iframe {
    max-width: 100%;
    margin: 0 0 10px 0;
}

.content-content table {overflow-x: auto;}

.content-content {
    overflow: hidden;
    /* overflow-x: scroll; */
}

.content-content h5, .content-content h5 * {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.box-version .item-color.active:after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url('../img/ic_checked.png');
    position: absolute;
    bottom: 0;
    right: 0;
}

.box-version .item-color.active {
    border-color: red;
}
.item-size .qty-action {
    max-width: 20%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 20%;
}

.item-size .title, .item-size .qty {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.item-size > div {
    width: 100%;
    max-width: 100%;
}
.header-pc .logo-search  .col-1{
    width: 14%;
}
.header-pc .logo-search  .col-2{
    width: 70%;
}
.header-pc .logo-search  .col-3{
    width: 16%;
}
.header-pc .cart-header {
    justify-content: end;
}
.header-pc  .click-login i{
    font-size: 23px;
}
.header-pc  .click-login {
    cursor: pointer;
}
.header-pc  .cart-header .nav-login {
    position: absolute;
    width: 180px;
    top: 33px;
    right: 0;
    z-index: 11;
    background: #cd6420;
    display: none;
    text-align: center;

}
.header-pc  .cart-header .nav-login  a{
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 7px 15px;
    border-bottom: 1px solid #b95210;
    font-size: 15px;
    text-transform: uppercase;
}
.top-header  ul li:first-child{
    border-right: 1px solid #bd5613;
}

.top-icon-box .item .icon{
    width: 50px;
}
.top-icon-box .item .nav-icon {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.top-icon-box .item .nav-icon .title-3{
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.top-icon-box .item .nav-icon  p{
    opacity: 0.75;
    font-size: 14px;
}
.top-icon-box{
    padding: 70px 0;
}
.header-pc .cart-header .top-search{
    position: relative;
}
.header-pc .cart-header .top-search .click-search{
    cursor: pointer;
    font-size: 21px;
    margin-right: 20px;
    margin-top: 6px;
}
.header-pc .cart-header .top-search .nav-search{
    position: absolute;
    right: 0;
    top: 36px;
    width: 250px;
    z-index: 11;
    display: none;
}
.item-product .title-3{
    font-weight: bold;
}
.Section-product .content-product {

    padding:30px 0;
}



.read-more-1 a{
    display: inline-block;
    border: 1px solid #cd6420;
    padding: 8px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
    color: #cd6420;

}

.read-more-1 a:hover{
    background: #cd6420;
    color: #fff;
    border: 1px solid #cd6420;

}
.read-more-1{
    text-align: center;
    width: 100%;
}
.read-more-1 i{
    font-size: 12px;
    margin-left: 4px;
}
.client-section .slider-client {
    padding-top: 40px;

}
.client-section{

    padding: 60px 0;
    background: #f5f5f5;
    margin-top: 35px;
}
.client-section .slider-client .item{
    background: #f5f5f5;
    padding: 30px;
    border-radius: 10px;

    border-radius: 10px;
}
.client-section .slider-client .item .item-1{
    display: inline-block;
    width: 100%;
}
.client-section .slider-client .item .item-1 .content{
    width: calc(100% - 110px);
    display: inline-block;
    float: left;
    padding-right: 20px;
}
.client-section .slider-client .item .item-1 .content .title-3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.client-section .slider-client .item .item-1 .avt{
    width: 110px;
    display: inline-block;
    float: right;
}
.client-section .slider-client .item .item-1 .start i{
    color: #fabd0d;
    font-size: 12px;
    margin: 3px;
}
.client-section .slider-client .feedback_footer .img{
    width: 80px;
    display: inline-block;
    float: left;
}
.client-section .slider-client .feedback_footer .nav-img{
    width: calc(100% - 80px);
    display: inline-block;
    float: right;
    padding-left: 20px;
}
.client-section .slider-client .item  .feedback_footer {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
    align-items: center;
}
.client-section .slider-client .item   .desc-2{
    margin-top: 5px;
}
.client-section .slider-client .feedback_footer .nav-img .title-3{
    font-size: 16px;
    font-weight: bold;
}
.client-section .slider-client .item .feedback_footer .img img{
    width: 100%;
    height: 94px;
    object-fit: cover;
}
.client-section .slider-client .item .item-1 .avt img{
    width: 115px;
    height: 115px;
    object-fit: cover;
    border-radius: 50%;
}
.client-section .slider-client  .item{
    background: #fff;

}
.info-home{
    padding:100px 0;

}
.info-home .row{
    align-items: center;
}
.info-home  .nav-img .title-3{
    font-size: 35px;
    padding-bottom: 15px;
    line-height: 40px;
}
.info-home  .nav-img .desc{
    font-size: 16px;
    line-height: 28px;
}
.info-home  .nav-img  .readmore{
    padding-top: 15px;
}
.info-home  .nav-img  .readmore a{

    font-weight: bold;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    font-size: 16px;
}
.info-home  .nav-img  .readmore a i{
    margin-left: 5px;
    font-size: 12px;
}
.info-home  .nav-img  .readmore a:hover{
    padding-left: 15px;
    color: #cd6420;
}
.info-home .img img{
    width: 100%;
}
.Follow-Instagram{

    padding-bottom: 50px;
}
.Follow-Instagram .nav-Follow-Instagram{
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}
.Follow-Instagram .nav-Follow-Instagram .item{
    width: calc((100% - 60px) / 4);
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 20px;
}
.Follow-Instagram .nav-Follow-Instagram .item:last-child{
    margin-right: 0;
}
.Follow-Instagram .nav-Follow-Instagram .item .link-ins{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.Follow-Instagram .nav-Follow-Instagram .item .link-ins a{
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #fff;
    font-size: 23px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
}
.Follow-Instagram .nav-Follow-Instagram .item .link-ins a:hover{
    background: #cd6420;
    color: #fff;
}
.Follow-Instagram .nav-Follow-Instagram .item:hover .link-ins{
    display: block;
}
.Follow-Instagram .nav-Follow-Instagram .item .img img{
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.Trademark-section .slider-Trademark  .item{
    position: relative;
    height: 120px;
    background: #fff;
    border-radius: 10px;

}
.Trademark-section .slider-Trademark{
    margin-top: 40px;
}
.Trademark-section .slider-Trademark  .item img{
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.is-sticky .top-header {
    display: none;
}
.New-home{

    padding: 100px 0;
}
.New-home .nav-New-home{
    margin-top: 40px;
}
.New-home .nav-New-home .item-large .nav-img{
    padding: 20px;
}
.New-home .nav-New-home .item-large {
    background: #fff;
}
.New-home .nav-New-home .item-large .date{
    font-size: 15px;
    color: #999;
    margin-top: 7px;
    margin-bottom: 7px;
}
.New-home .nav-New-home .item-large .date i{
    margin-right: 5px;
}
.New-home .nav-New-home .item-large .nav-img .title-3{
    font-weight: bold;
    font-size: 16px;
}
.New-home .nav-New-home .item-large .nav-img .desc-1, .New-home .nav-New-home .item-large .nav-img .desc-1 *{
    color: #695959;
    font-family: 'Mulish'!important;
    font-size: 16px;
}
.New-home .nav-New-home .nav-img  .read-more{

    margin-top: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}
.New-home .nav-New-home  .nav-img  .read-more:hover{
    padding-left: 15px;
    color: #cd6420;
}
.New-home .nav-New-home .nav-img  .read-more i{
    font-size: 13px;
    margin-left: 4px;
}
.New-home .nav-New-home .item-large .img img{
    width: 100%;
    height: 337px;
    object-fit: cover;
}
.New-home .nav-New-home  .item-small .img {
    width: 35%;
    display: inline-block;
    float: left;
}
.New-home .nav-New-home  .item-small .nav-img{
    width: 65%;
    display: inline-block;
    float: right;
    padding:15px;
}
.New-home .nav-New-home  .item-small {
    display: inline-block;
    width: 100%;
    background: #fff;
}
.New-home .nav-New-home  .item-small .nav-img .title-3{
    font-weight: bold;
    font-size: 16px;

    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.New-home .nav-New-home  .item-small .nav-img  .date{
    margin:5px 0;
    font-size: 14px;
    color: #999;

}
.New-home .nav-New-home  .item-small .nav-img  .desc-1{
    color: #695959;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.New-home .nav-New-home .item-small .nav-img .date i{
    margin-right: 5px;
}
.New-home .nav-New-home .item-small .img img{
    width: 100%;
    height: 165px;
    object-fit: cover;

}
.New-home .nav-New-home .item-small{
    margin-bottom: 15px;
}
.New-home .nav-New-home  .read-more-1{
    margin-top: 30px;
}
.footer  {
    background: #cd6420;
    padding-top: 80px;
}
.copy-right {
    background: #c15c1b;
    margin-top: 50px;
}
footer .item .footer_title{
    font-size: 18px;
}
footer{
    margin-top: 30px;
}
a{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.New-home .nav-New-home .item-small .nav-img .title-3 a:hover{
    color: #cd6420;
}
.New-home .nav-New-home .item-large .nav-img .title-3 a:hover{
    color: #cd6420;
}
.support-button ul li img{
    width: 50px;
}
.support-button ul li {
    margin-bottom: 10px;
}
.support-button {
    position: fixed;
    bottom: 115px;
    right: 20px;
    z-index: 999;
}
body{
    position: relative;
}
.asider-primary .item-sidebar .title-wd {
    color: #333;
    background: none;
    padding: 0;
    font-size: 20px;
    padding-bottom: 10px;
}
.asider-primary{
    border: 1px solid #ddd;
    /* padding: 20px; */
    border-radius: 10px;
    padding-top: 20px;
}
.asider-primary .item-sidebar {
    padding-bottom: 15px;
}

.asider-primary .item-sidebar .title-wd {
    padding-left: 20px;
    padding-right: 20px;
}

.asider-primary .item-sidebar form {
    padding-left: 20px;
    padding-right: 20px;
}
.asider-primary .item-sidebar .nav-item-sidebar ul{
    border:0;
}
.asider-primary .item-sidebar  .acc{
    border:0
}
.asider-primary .item-sb  .title-wd{
    color: #333;
    background: none;
    padding: 0;
    font-size: 20px;
    padding-bottom: 10px;
}
.asider-primary .item-sb    .nav-item {
    border:0;
    padding:10px 0;
}
.asider-primary .item-sidebar .acc>div{
    padding:10px 0;
}
.content-product-detail .information-product {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.other-product  .title-title {
    background: #cd6420;
    color: #fff;
}
.choose-size .tab-version .item-size{
    background-color: #eee;
}
.choose-size .tab-version .item-size > div{
    padding:4px 10px;
}
.main-menu >ul> li >a{
    text-transform: capitalize;
    padding: 34px 7px;
}
.main-menu ul li a:hover{
    color:#cd6420;
}
.is-sticky .logo-search{

    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.4);
}
.category-product-home  .row .col{
    width: 20%;
}
.item-product .nav-img .dvt{
    color: #969696;
    margin-bottom: 2px;
}
.flashsale__label.style1 {
    font-size: 14px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 33px;
}
.flashsale__progressbar {
    display: block;
    width: 100%;
    height: 6px;
    background: #f4c4c2;
    margin-top: 2px;
    border-radius: 9999px;
    position: relative;
}
.flashsale___percent {
    width: 0%;
    height: 100%;
    background:#df0000;
    border-radius: 9999px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.flashsale__label.style1 img{
    position: absolute;
    top: 0;
    left: 0;
}
.item-product .nav-img .flashsale__bottom{
    margin-top: 5px;
}
.item-product .title-3 a:hover{
    color: #cd6420;
}
.content-new span{
    font-size: 16px!important;
    font-family: 'Mulish', sans-serif!important;
}
.main-new .item  .btn-active-view{
    border: 1px solid #cd6420;
}
.main-new .item  .btn-active-view:hover{
    color: #cd6420;
}
.asider-primary .nav-item-sidebar input[type="submit"]{
    border: 1px solid #cd6420;
}
.asider-primary .nav-item-sidebar ul li a:hover{
    color: #cd6420;;
}
.main-header-pc .logo-search{
    position: relative;

}
.main-header-pc .logo-search .megamenu{
    position: absolute;
    background: #fff;
    z-index: 99999;
    width: 100%;
    left: 0;
    top: 94px;
    border: 1px solid #ddd;
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 8px 0px;
    display: none;
}
.main-header-pc .logo-search .megamenu .item .title-3{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.main-header-pc .logo-search .megamenu .item  ul li{
    margin-bottom: 10px;
}
.main-header-pc .logo-search .megamenu .item .title-3 a:hover{
    color: #cd6420;
}
.main-header-pc .logo-search .megamenu .item  ul li a:hover{
    color: #cd6420;
    padding-left: 10px;
}
.main-header-pc .logo-search .megamenu .item  {
    width: calc((100% - 45px) / 4);
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.main-header-pc .logo-search .megamenu .item:last-child{
    margin-right: 0;
}
.main-header-pc .logo-search ul li:hover .megamenu{
    display: block;
}
@media (max-width: 767px) {
    .content-content iframe {
        max-width: 100%;
        height: auto!important;
        width: 100% !important;
    }
    .content-content img {
        height: auto!important;
        max-width: 100% !important;
    }
}
/*  */

@media (max-width: 991px) {
    .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width: 1024px) {
    .header-pc .col-3 {
        width: 25%;
    }
    .header-pc .col-2 {
        width: 55%;
    }
    #main {
        width: 100%;
        overflow: hidden;
    }
    .sidebar .submenu-category {
        left: 251px;
        width: 750px;
    }
    .main-menu>ul>li>a{
        font-size: 15px;
        padding:0;
    }
    .main-menu>ul>li{
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .item-product .img img {
        height: 200px;
    }
    .main-logo img {
        width: 80px !important;
    }
    .banner {
        margin-bottom: 0;
    }
    .customer-support .item .img img {
        height: 195px !important;
    }
    header {
        display: none !important;
    }
    header.header-mobile {
        display: block !important;
    }
    .header-mobile .logo img {
        width: 100px;
    }
    .top-content {
        display: none;
    }
    .slider-home .item img {
        height: auto;
    }
    .category-product-home .item .img img {
        height: 200px;
        width: 200px;
        border-radius: 50%;
    }
    .new-home .item .img img {
        height: 200px;
    }
    .top-icon-box>.container>div>div{
        width: 50%;
        margin-bottom: 15px;
    }
    .top-icon-box {
        padding: 30px 0;
    }
    .category-product-home{
        padding: 30px 0;
    }
    .category-product-home .content-category-product>div>div{
        width: 50%;
    }
    .footer{
        padding-top: 30px;
    }
    .New-home{
        padding:40px 0;
    }
    .Trademark-section{
        padding:40px 0;
    }
    .Follow-Instagram .nav-Follow-Instagram .item .img img{
        height: 245px;
    }
    .Follow-Instagram {
        padding: 40px 0;
    }
    .info-home{
        padding:40px 0;
    }
    .Section-product .content-product{
        padding:40px 0;

    }
    .client-section{
        padding:40px 0;
    }
}

@media only screen and (max-width: 736px) {
    .owl-next {
        right: 0;
    }
    .owl-prev {
        left: 0;
    }
    ul.tabs li {
        padding: 4px 5px;
    }
    ul.tabs {
        margin-top: 10px;
    }
    .new-home-section .item .img img {
        height: 220px;
    }
    .social-footer {
        margin-bottom: 15px;
    }
    .acc__card {
        margin-left: 0;
        margin-right: 0;
    }
    .top-icon-box .item .nav-icon .title-3{
        font-size: 15px;
        line-height: 20px;
    }
    .top-icon-box .item .nav-icon p{
        font-size: 14px;
        line-height: 22px;
    }
    .top-icon-box .item .icon {
        width: 40px;
    }
    .top-icon-box .item .nav-icon {
        width: calc(100% - 40px);
        padding-left: 10px;
    }
    .category-product-home .item .img img{
        width: 150px;
        height: 150px;
    }
    .Section-product {
        margin-top: 0px;
    }
    .client-section .slider-client {
        padding-top: 15px;
    }
    .client-section .slider-client .item{
        padding:15px;
    }
    .info-home .nav-img {
        padding-top: 15px;
    }
    .info-home .nav-img .title-3{
        font-size: 25px;
        padding-bottom: 10px;
    }
    .Follow-Instagram .nav-Follow-Instagram .item {
        width: calc((100% - 10px) / 2);
        display: inline-block;
        float: left;
        position: relative;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .Follow-Instagram .nav-Follow-Instagram .item:nth-child(2n){
        margin-right: 0;
    }
    .Follow-Instagram .nav-Follow-Instagram .item .img img {
        height: 185px;
    }
    .Follow-Instagram .nav-Follow-Instagram{
        margin-top: 15px;
    }
    .Trademark-section .slider-Trademark {
        margin-top: 15px;
    }
    .New-home .nav-New-home .item-large .img img{
        height: 290px;
    }
    .New-home .nav-New-home .item-small .img img{
        height: 130px;
    }
    .New-home .nav-New-home .item-small .nav-img{
        padding:0;
        padding-left: 10px;
    }
    .New-home .nav-New-home .item-small {
        margin-bottom: 10px;
    }
    .New-home .nav-New-home .item-large .nav-img{
        padding:20px 0;
    }
    .New-home .nav-New-home {
        margin-top: 15px;
    }
    .New-home .nav-New-home .read-more-1 {
        margin-top: 10px;
    }
    .New-home{
        padding-bottom: 0;
    }
    footer .item .footer_title {
        font-size: 16px;
    }
    .main-content .col-11{
        order: 2;
    }
    .main-content .col-22{
        order: 1;
    }
    .category-product-home .row .col {
        width: 50%;
    }
    .category-product-home{
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 676px) {
    .content-product .item .img img {
        height: 160px !important;
    }
}

@media only screen and (max-width: 767px) {
    aside.asider-primary {
        margin-top: 15px;
    }
    .nav-item-sidebar .show-mobile {
        display: block!important;
        position: absolute;
        right: 8px;
        top: 3px;
        width: 30px;
        height: 30px;
        background: rgb(0, 0, 0, .1);
        line-height: 30px;
        text-align: center;
        z-index: 999;
    }

    .nav-item-sidebar .sub-menu {
        margin: 5px 0 0 15px;
    }

    .nav-item-sidebar .sub-menu li a {
        padding: 5px 15px 5px 0px;
        display: block;
        /*border-bottom: 1px solid #ddd;*/
    }

    .nav-item-sidebar .sub-menu li:not(:last-child) a {
        border-bottom: 1px solid;
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
}

@media only screen and (min-width: 1024px) {
    .nav-item-sidebar .menu_item:hover > .sub-menu {
        display: block!important;
    }

    .nav-item-sidebar .menu_item:hover > .sub-menu a {
        display: block;
        padding: 6px 20px;
    }

    .nav-item-sidebar .menu_item .sub-menu {
        position: absolute;
        left: calc(100% + 20px);
        height: auto;
        top: 0;
        z-index: 999;
        background: #fff;
        min-width: 250px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        padding: 5px 0;
        left: 100%;
    }
}

.nav-item-sidebar .menu_item{
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}