html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}
.bg-main {
    background: var(--color-main);
}
.align-row-center > .container > .row > div, .align-row-center>.row>div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.text-black {
    color: var(--black);
}
.pt-40{
    padding-top: 40px;
}
.pt-50{
    padding-top: 50px;
}
.pt-60{
    padding-top: 60px;
}
.pt-70{
    padding-top: 70px;
}

.pb-40{
    padding-bottom:40px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-70{
    padding-bottom: 70px;
}
@media (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1500px;
    }
}

@media (min-width: 1200px) and (max-width:1700px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: calc(100% - 15px);
    }
}

@media (min-width: 1200px) {
    .header-cl-left-right>.container>.row>div:nth-child(1) {
        flex: 0 0 290px;
        max-width: 290px;
        padding-right: 0;
    }

    .header-cl-left-right>.container>.row>div:nth-child(3) {
        flex: 0 0 380px;
        max-width: 380px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header-cl-left-right>.container>.row>div:nth-child(2) {
        max-width: 100%;
        flex-basis: calc(100% - 670px);
    }

    .section-slider-category>.container>.row>div:nth-child(1) {
        flex: 0 0 290px;
        max-width: 290px;
        padding-right: 0;
    }

    .section-slider-category>.container>.row>div:nth-child(2) {
        flex-basis: calc(100% - 290px);
        max-width: calc(100% - 290px);
    }

    .section-banner-right .banner-right .item-banner + .item-banner {
        margin-top: 15px;
    }

    .fixed {
        -moz-animation: slideInDown 0.6s ease;
        -webkit-animation: slideInDown 0.6s ease;
        animation: slideInDown 0.6s ease;
        background: var(--white);
        z-index: 21 !important;
    }

    .header-menu>.container>.row>div:nth-child(1) {
        flex: 0 0 290px;
        max-width: 290px;
        padding-right: 0;
    }
    body.home .menu-container.menu-vertical ul.menu-vertical--content {
        display: block !important;
    }
    .header-menu>.container>.row>div:nth-child(2) {
        max-width: 100%;
        flex-basis: calc(100% - 290px);
    }
}


@media (min-width: 1300px) {
    .section-col-05>.row>div {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.product-attribute-switch img {
    width: 32px;
    border-radius: 3px;
}

.search-section.entire-action-header.entire-action-header .form-dropdown {
    position: absolute;
    padding: 6px;
    border-radius: 0.25rem;
    background-color: #fff;
    width: 260px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

.search-section.entire-action-header.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section .btn-action-header {
    display: inline-block;
    padding: 0 12px;
}

.hotline-top>a {
    display: flex;
    align-items: center;
}

.hotline-top span.text>span {
    display: block;
}

.hotline-top>a {
    padding: 0px 15px 0px 7px;
    background: var(--color-main);
    border-radius: 70px;
    color: var(--white);
    line-height: 1.3;
}

.hotline-top {
    margin: 0 20px 0 10px;
}

.hotline-top span.icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: #707070;
    color: var(--white);
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 20px;
}

.hotline-top span.text span.title-phone {
    font-size: 12px;
}

.hotline-top span.text span.phone {
    font-size: 18px;
    font-weight: 700;
}

.search-section.entire-action-header {
    margin-top: 6px;
    position: relative;
}

.search-section.entire-action-header a:hover {
    color: var(--color-main);
}

.search-section.entire-action-header .input-group-append button.btn.btn-submit {
    background: var(--color-main);
    border-color: var(--color-main);
}

.search-section.entire-action-header .input-group-append button.btn.btn-submit:hover {
    background-color: var(--white);
    color: var(--color-main);
}

.menu-vertical--content > li > a > span.name {
    display: block !important;
}

.menu-vertical--content li + li a {
    border-top: 1px solid #ddd;
}

.section-banner-bottom .banner-right {
    display: flex;
    flex-wrap: wrap;
}

.section-banner-bottom .banner-right .item-banner {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 7.5px;
}

.item-policy .img {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 20px;
    background: var(--color-highlight);
}

.item-policy {
    padding: 20px 30px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    min-height: 75px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: var(--color-main);
}

.policy--tile {
    text-transform: uppercase;
    color: var(--white);
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.policy--description {
    margin: 0;
    font-size: 16px;
    color: var(--white);
}

.section-policy {
    border-radius: 5px;
}

.section-countdown-product {
    background: var(--color-main);
    padding: 25px 15px 10px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.title-countdown {
    margin-bottom: 2rem;
}

.title-countdown .title-section {
    color: var(--white);
}

.banner-countdown .item-banner {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-top: 30%;
}

.banner-countdown .item-banner img {
    width: 100%;
}

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

.product-item {
    background: var(--white);
    padding: 15px;
    border-radius: 0;
    border: 1px solid #ddd;
}

.add-cart-product a {
    color: var(--white);
    padding: 6px 0;
    border-radius: 5px;
}

.product-item .inner-content .product-title {
    height: 43px;
    overflow: hidden;
    margin-bottom: 10px;
}
.banner-product {
    margin-bottom: 20px;
}

.banner-product .img {
    padding-top: 30%;
}
.title-link-product {
    margin-bottom: 20px;
    padding: 15px 0 10px;
    border-radius: 10px;
    background-size: cover;
    justify-content: center !important;
}

.link-all-product a {
    color: var(--color-black);
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.banner-category-product {
    position: relative;
    padding-top: 17vw;
    margin-bottom: 20px;
}
.rating-code {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

.menu-vertical .menu-title {
    color: #000;
}

.menu-vertical .entry-menu {
    background-color: #fff;
}

.title-head-contact .title-section {
    margin-bottom: 20px;
    color: var(--white);
}

.title-head-contact .content-form form .form-group:nth-child(1) {
    flex-basis: calc(100% - 135px);
    max-width: 100%;
}

.title-head-contact .content-form form .form-group:nth-child(2) {
    flex: 0 0 135px;
}

.title-head-contact .content-form form .form-group span {
    background: var(--color-main);
    color: var(--white);
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.title-head-contact .content-form form .form-group input {
    height: 50px;
    border-radius: 0 !important;
}

.item-showroom .title-showroom {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}

.item-showroom .title-showroom span {
    background: var(--black);
    height: 50px;
    display: inline-block;
    width: 60px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    font-weight: 700;
    margin-right: 15px;
}

.section-showroom .title-section {
    color: var(--black);
    font-size: 3.2rem;
}

.footer-mid {
    background: #ddd;
    padding: 50px 0;
}

.title-footer {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-menu-section .content-footer p {
    font-size: 16px;
}

.footer-menu-section .content-footer .phone-bottom a {
    font-weight: 700;
    color: var(--black);
    font-size: 16px;
}

.footer-menu-section .list-unstyled>li>a {
    color: var(--black);
    font-size: 16px;
}

.bct img {
    height: 60px;
}

.countdown--item:last-child {
    margin-right: 0;
}

.countdown--item:before {
    content: ':';
    position: absolute;
    top: 50%;
    right: -19px;
    color: var(--white);
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 26px;
}

.countdown--item:last-child:before {
    display: none;
}

.countdown--item:after {
    content: '';
    position: absolute;
    top: 55%;
    color: var(--color-highlight);
    transform: translate(-50%, -50%);
    background: var(--white);
    width: 21px;
    height: 0.5px;
    left: 50%;
}

/*chi_tiet_sp*/
.code-review-link {
    padding-bottom: 10px;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #ddd;
}

.rounded-detail {
    border-radius: 5px;
}

.rounded-5 {
    border-radius: 5px;
}

.product-content-detail .price span.title-price {
    font-size: 16px;
    color: var(--black);
}

.khuyen-mai .title-tuvan {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0.8rem 1.5rem;
    color: var(--white);
    font-size: 16px;
}

.khuyen-mai .title-tuvan span.icon-khuyenmai {
    font-size: 20px;
    position: relative;
    top: -2px;
}

.khuyen-mai {
    border: 1px solid var(--color-highlight);
}

.so-luong .item-so-luong {
    display: flex;
    align-items: center;
}

.so-luong .item-so-luong .product-quantity, .quantity-mua-cung .product-quantity {
    margin-left: 10px;
    border: 0;
    padding: 0;
}

.so-luong .item-so-luong .product-quantity span.btn-quantity, .quantity-mua-cung .product-quantity span.btn-quantity {
    position: initial;
    width: 2rem;
    height: 2rem;
    background: #EBEBEB;
    font-size: 12px;
    border-radius: 50%;
    color: #000;
    line-height: 2rem !important;
    border: 0;
}

.so-luong .item-so-luong .product-quantity input, .quantity-mua-cung .product-quantity input {
    width: 4rem;
    height: 2.6rem;
    font-weight: 700;
}

.order-consultation-section {
    background: var(--white);
    border-radius: 5px;
    overflow: hidden;
}

.order-consultation-section .title-consultation {
    background: var(--color-main);
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0;
}

.item-consultation {padding-bottom: 15px;}

.item-consultation .title-arr {
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 10px;
    font-size: 20px;
}

.list-consultation {
    padding: 0;
}

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

.list-consultation li>a {
    color: var(--black);
    font-size: 16px;
}

.list-consultation li:last-child {
    margin-bottom: 0 !important;
}

.item-consultation + .item-consultation {
    border-top: 1px dashed#7e7e7e;
    padding-bottom: 0;
    padding-top: 10px;
}

.product-content-detail .add-to-cart.add-to-cart-buy {
    background: var(--color-main);
    border-color: var(--color-main);
}

.load-more .btn-view-all {
    display: inline-block;
    font-size: 14px;
    color: var(--white);
    margin: 10px auto;
    cursor: pointer;
    border: 1px solid var(--color-highlight);
    text-align: center;
    position: relative;
    background-color: var(--color-highlight);
    width: 200px;
    padding: 5px;
}

.btn-hide {
    display: none !important;
}

.product-detail-content-show .product-detail-content-text {
    max-height: 700px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.product-detail-content-show.transform-active .product-detail-content-text {
    max-height: 100%;
}

.product-detail-content-show.transform-active .btn-hide {
    display: block !important;
}

.product-detail-content-show.transform-active .btn-show {
    display: none !important;
}

.title-detail-left {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white) !important;
    padding: 1rem 2rem 1rem;
    position: relative;
    background: var(--color-highlight);
    display: inline-block;
}

.tab-content-video .content-video {
    position: relative;
    padding-top: 56%;
}

.tab-content-video .content-video iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.edit-comment {
    display: flex;
    flex-wrap: wrap;
}

.edit-comment .content-comment {
    position: relative;
    flex-basis: calc(100% - 160px);
    margin-right: 10px;
}

.edit-comment .btm-comment {
    flex: 0 0 150px;
}

.edit-comment span.btn.btn-submit {
    width: 100%;
    background: var(--color-main);
    border: 1px solid var(--color-main);
    border-radius: 1rem;
}

.edit-comment .content-comment textarea.form-control {
    height: 130px !important;
}

.title-box-comment {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-highlight);
}

.edit-comment span.btn.btn-submit:hover {
    background: #ddd0;
    color: var(--color-main);
}

.section-list-product-detail .title-section {
    text-align: left !important;
    margin-bottom: 2rem !important;
    color: #003A70;
}

.product-status.product-status-item-sale {
    left: 0;
}

.product-status.product-status-item-sale span.onsale {
    background: none;
    background-size: contain;
    height: 7.1rem;
    width: 12.7rem;
    background-repeat: no-repeat;
    max-width: 12.7rem;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 20px;
}

.product-detail-head .product-item {
    padding: 10px 5px;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    background: #fbfbfb;
    border-radius: 5px;
}

.product-attribute-switch.image-switch .inner-product-attribute {
    height: auto;
    width: auto;
    line-height: 4rem;
}

.item-product-buy-together {
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px;
    width: 100%;
}

.item-product-buy-together .item-left-buy-together {
    flex: 0 0 75px;
    max-width: 75px;
}

.item-product-buy-together .inner-content {
    flex-basis: calc(100% - 75px);
    max-width: 100%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-product-buy-together .inner-content .product-title {
    height: 20px;
    line-height: 1.2;
}

.item-product-buy-together .inner-content .product-title a {
    font-weight: normal;
    font-size: 12px;
}

.title-buy-together {
    font-size: 1.6rem;
    margin-bottom: 1.3rem;
    font-weight: 700;
}

.item-product-buy-together .price span.price-amount {
    font-size: 12px;
    color: var(--black);
}

.quantity-mua-cung .product-quantity span.btn-quantity {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 9px;
}

.quantity-mua-cung .product-quantity input {
    width: 3rem;
    padding: 0;
    height: 2rem;
    font-size: 12px;
}

span.share-title label {
    font-weight: normal;
}

.btn-cart-buy a {
    display: inline-block;
    background: #E4E4E4;
    color: var(--black);
    padding: .5rem 1rem;
}

.btn-buy-together {
    padding-top: 1rem;
    border-top: 1px solid #ddd;
    margin-top: 0.5rem;
}

.phone-right {
    position: fixed;
    left: 15px;
  bottom: 80px;
    z-index: 999;
}

.phone-right .item-phone a {
    display: flex;
    background: var(--white);
    margin-bottom: 40px;
    padding: 8px 15px;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%) !important;
}

.item-phone span.text>span {
    display: block;
}

.phone-right .item-phone a>span.icon {
    margin-right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    color: var(--white);
    font-weight: 700;
}

.phone-right .item-phone a>span.icon i {
    font-size: 17px;
    position: relative;
    top: 2px;
}

.item-phone.item-zalo a>span.icon {
    background: #1B6CE5;
}

.phone-right .item-phone a>span.icon img {
    width: 42px;
    height: 42px;
}

.phone-right.phone-left {
    left: 15px;
    right: initial;
    bottom: 2px;
}

.phone-right.phone-left .item-phone span.icon {
    background: var(--color-highlight);
}

.fanpage-menu-section {
    margin-top: 15px;
}

.fanpage-menu-section ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
}

.fanpage-menu-section ul.list-unstyled>li {
    flex: 0 0 40px;
    margin-right: 15px;
}

.fanpage-menu-section ul.list-unstyled>li>a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--color-main);
    text-align: center;
    line-height: 35px;
}

.back-to-top {
    right: 20px;
    position: fixed;
    bottom: 20px;
    z-index: 9;
}

.product-status span.onsale.status-right {
    width: 85px;
    height: 50px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    flex-direction: column;
    padding-bottom: 10px;
    font-size: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 0;
    font-weight: 700;
}

.product-status.product-status-right {
    left: 10px;
    top: -7px;
}

.copyright {
    text-align: center;
    padding: 7px 0;
    background: var(--color-highlight);
    color: #fff;
}

@media (min-width: 992px) {
    .product-content-detail .price .price-amount.old-price {
        margin-left: 3rem;
    }

    .product-detail-head {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .seting-menu-mb > .container > .row{
        height: 10rem;
    }
    .list-social {
        margin-bottom: 10px
    }

    .btn-social img {
        height: 20px;
    }

    .logo-section img {
    	height: 8rem;
    }

    .item-policy {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .item-policy {
        justify-content: center;
        flex-direction: column;
    }

    .item-policy .img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .item-policy .img img {
        object-fit: contain;
        width: 21px;
    }

    .item-policy .img {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .text-policy {
        text-align: center;
    }

    .text-policy .policy--tile {
        font-size: 12px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .policy--description {
        font-size: 11px;
    }

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

    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .footer-menu-section .list-unstyled>li>a, .footer-menu-section .content-footer p {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    
    .seting-menu-mb > .container > .row{
        height: 10rem;
    }
    .banner-countdown .item-banner {
        margin-bottom: 15px;
    }

    .banner-countdown {
        margin-bottom: 0 !important;
    }

    .section-countdown-product {
        padding: 20px 10px 5px;
    }

    .item-showroom .title-showroom {
        font-size: 16px;
    }

    .item-showroom .title-showroom span {
        width: 45px;
        font-size: 25px;
    }

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

    .phone-right .item-phone a {
        padding: 5px 5px;
        font-size: 10px;
        margin-bottom: 50px;
    }

    .phone-right .item-phone a>span.icon {
        margin-right: 5px;
        width: 30px;
        height: 30px;
        line-height: 32px;
    }

    .phone-right .item-phone a>span.icon img {
        width: 32px;
        height: 32px;
    }
    .logo-section img {
    	height: 8rem;
    }

}

@media (max-width: 767px) {
    
    .logo-section img {
    	top: -33px;
    	left: 14vw;
    	right: auto;
    }
    
    .price-amount {
        font-size: 14px;
    }

    .price-amount.old-price {
        position: relative;
        font-size: 11px;
    }

    span.title-price {
        font-size: 12px;
    }

    .product-item .inner-content .product-title {
        height: 39px;
        font-size: 1.5rem;
    }

    .title-countdown {
        flex-direction: column;
        margin-bottom: 1rem;
    }   

    .title-countdown .title-section {
        margin-bottom: 2rem;
    }

    .countdown--item {
        width: 61px;
        margin-right: 20px;
    }

    .countdown--number {
        font-size: 2rem;
    }

    .countdown--item:before {
        right: -16px;
    }
  
    .link-all-product a {
        font-size: 11px;
    }

    .item-showroom {
        margin-bottom: 15px;
    }

    .section-showroom .title-section {
        font-size: 2rem;
    }

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

    .section-buy-together {
        margin-bottom: 1.5rem;
    }

    .product-detail-content-show .product-detail-content-text p {
        font-size: 10px;
    }

    .edit-comment .content-comment {
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

    .product-detail-footer.product-detail-video {
        margin-bottom: 0;
    }

    .product-detail-footer iframe, .product-detail-footer video, .product-detail-footer img, .product-detail-footer table {
        height: 200px;
    }

    .section-policy>.row {
        margin-right: -2px;
        margin-left: -2px;
    }

    .section-policy>.row>div {
        padding-right: 2px;
        padding-left: 2px;
    }

    .text-policy .policy--tile {
        font-size: 9px;
        margin-bottom: 5px;
    }

    .policy--description {
        font-size: 9px;
    }

    .item-policy .img {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .text-policy {
        height: 40px;
    }

    .item-policy {
        padding: 5px;
        margin-bottom: 4px;
    }

    .link-all-product {
        flex: 0 0 80px;
        text-align: right;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    body {
        font-size: 16px;
    }

    input, select {
        font-size: 100%;
    }

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}

.categories .categories-section > li > a {
    position: relative;
    padding-left: 3rem;
    border-bottom: 1px dashed var(--gray);
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-size: 16px;
}

.setting-menu .search-form .info {
    background: var(--white);
    border-radius: 7px;
}
.search-form .input-group {
    border-radius: 0;
    overflow: hidden;
    border: 0;
    padding-left: 25px;
}
.setting-menu .search-form .info select.search-section__categories {
    flex: 0 0 110px;
    max-width: 110px;
    margin-left: 15px;
    border: 0;
    height: 46px;
}

.search-form .input-group:after {
    content: '';
    position: absolute;
    left: 15px;
    background: #ddd;
    width: 1px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.search-form .input-group button.btn.btn-submit {
    background: var(--white);
    border-color: var(--white);
    width: 59px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #CCCCCC;
    font-size: 19px;
    padding: 0;
    height: 46px;
    line-height: 46px;
}

.search-form .input-group input.form-control {
    background: #fff !important;
    height: 46px;
}

.sanphammuacung {
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}

.article-detail .inner-content {
    display: flex;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: start;
}

.category-content img, .category-content iframe {
    max-width: 100%;
}

.banner-right .img-banner {
    padding-top: 47%;
}

.entire-action-header a.btn-mini-cart.btn-action-header i {
    background: #707070;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: var(--white);
    border-radius: 50%;
    display: block;
}
.entire-action-header a.btn-mini-cart.btn-action-header {
    display: flex;
    align-items: center;
}

.banner-bottom-slider .img.img_01 {
    padding-top: 32%;
}

.banner-bottom-slider .img {
    border-radius: 5px;
    overflow: hidden;
}
.block-html--hotdeal .title-section {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 30px !important;
}

.block-html--hotdeal .inner-image .img img {
    object-fit: contain;
}
.section-list-product-pt .inner-image .img img {
    object-fit: contain;
}
.countdown--label {
    color: var(--white);
}

.list-count {
    margin-bottom: 30px;
}
span.price-amount-title span.title-gia {
    font-size: 20px;
}
.block-html--hotdeal .product-item {
    border: 0;
}
.product-item .inner-image .img {
    border-radius: 10px;
    overflow: hidden;
}
.block-html--hotdeal .product-item .inner-content {
    margin-bottom: 30px;
}
.product-ban .so-lieu {
    height: 14px;
    background: #ECECEC;
    border-radius: 10px;
    position: relative;
    margin-top: 10px;
}

.product-ban .so-lieu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 14px;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #FFBB00, #DC0021);
}
.title-link-product .title-section {
    color: var(--color-main);
    margin-bottom: 0;
}

/* .link-all-product a:before {
    content: '';
    left: -13px;
    height: 36px;
    width: 48px;
    background: var(--white);
    z-index: -1;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
} */

.link-all-product {
    position: relative;
}
.text-showroom p a {
    color: var(--black);
}
.text-showroom p a {
    color: var(--black);
}

.fanpage-menu-section ul.list-unstyled>li>a>svg path {
    fill: var(--color-main);
}


.section-form-contact .img img {
    height: 18vw;
    width: 100%;
    object-fit: cover;
}

body.product_detail {
    background: #f5f5f5;
}
body.product_detail .item-showroom .text-showroom {
    padding: 10px;
}
.boder-therr {
    position: relative;
    padding: 3px 0;
    border-bottom: 1px dashed #001757;
}
.boder-therr:before, .boder-therr:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px dashed #001757;
}
.boder-therr:after {
    top: 3px;
}
.product-content-detail .btn-bao-gia {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 5px;
}
.product-bottom-head .product-content-detail .btn-bao-gia a {
    flex: 0 0 100%;
    margin-bottom: 10px;
}

.khuyen-mai .title-tuvan {
    background: #EC1C24;
    padding: 7px 10px 10px;
    color: #fff;
    font-size: 16px;
}
.product-bottom-head .khuyen-mai {
    border: 1px solid #EC1C24;
    border-radius: 5px;
}
.khuyen-mai {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.product-bottom-head .khuyen-mai .content-khuyen-mai {
    padding: 10px 10px 0;
    font-size: 14px;
}
.product-detail-head.product-bottom-head {
    padding: 15px !important;
    border-radius: 5px;
}

.product-detail-head.product-bottom-head .product-title-detail {
    margin-bottom: 10px;
    color: #003A70;
}
.product-detail-content-show .product-detail-content-text .product-title-detail {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #003A70;
}
.price-buy-together {
    color: #5A5A5A;
}
.section-danh-gia {
    border-radius: 5px;
}

.title-section-danh_gia {
    color: #003A70;
    font-size: 24px;
    font-weight: 700;
}
.form-question {
    border-radius: 5px;
}
.form-question form .form-group textarea {
    height: 120px;
    border-radius: 10px;
    border-color: #D8D8D8;
}

.form-question form span.btn.btn-submit {
    flex: 100px;
    max-width: 100px;
    border-radius: 10px;
    border-color: var(--color-main);
}

.form-question form span.btn.btn-submit i {
    margin-right: 10px;
}
.product-detail-footer {
    border-radius: 5px;
    overflow: hidden;
}

.section-text-chi-tiet {
    border-radius: 5px;
}

.section-text-chi-tiet .title {
    color: var(--color-main);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}
table {
    max-width: 100%;
}
@media (max-width:1200px){
    .search-form .input-group {
        padding-left: 0;
    }
    
    .search-form .input-group:after {
        display: none;
    }
    
    .search-form .input-group input.form-control {
        border-color: var(--color-main);
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
        height: 40px;
        border: 0;
    }
    
    .search-form .input-group button.btn.btn-submit {
        height: 40px;
        line-height: 40px;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        border-color: var(--color-main);
        border: 0;
    }
    .banner-bottom-slider .img.img_01 {
        margin-bottom: 10px;
    }
    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width:767px){
    .section-list-col-100>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.5rem !important;
        padding: 0;
    }
    .link-all-product a i {
        padding-left: 5px!important;
    }
    .link-all-product a i {
        padding-left: 5px!important;
    }
    
    .link-all-product a:before {
        height: 25px;
        width: 40px;
        left: -10px;
    }
    .title-link-product {
        margin-bottom: 1.5rem;
        border-radius: 5px;
    }
    
    .section-list-col-100>.container>.row {
        margin: 0;
    }
    
    .section-list-product-pt>.row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    
    .banner-product {
        margin-bottom: 1.5rem;
    }
    
    .box-cate-product>.row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .banner-product .img.img_01 {
        margin-bottom: 1.5rem;
    }
    
    .product-item {
        padding: 4px;
    }
    
    .star-rating {
        width: 6rem;
        font-size: 9px;
        height: 12px;
        line-height: 10px;
    }
    
    .rating-code>span:last-child {
        font-size: 10px;
        line-height: 1;
    }
    
    .block-html--hotdeal .title-section {
        font-size: 2rem;
        margin-bottom: 20px !important;
    }
    .product-item .inner-image .img {
        border-radius: 5px;
    }
        .section-list-dt-mb .mt-5 {
        margin-top: 1.5rem !important;
    }
    .section-form-contact {
        height: auto;
    }
    
    .title-head-contact {
        padding: 20px 30px 20px 30px;
    }
}

.fanpage iframe {
    height: 200px;
}

.phone-right.phone-left .dropdown .dropdown-menu {
    bottom: 0;
    top: inherit !important;
    left: calc(100% + 40px) !important;
    transform: none !important;
    padding: 15px;
    border-radius: 8px !important;
    border: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%) !important;
    right: inherit !important;
}

.phone-right .dropdown .dropdown-menu {
    bottom: 0;
    top: inherit !important;
    left: calc(100% + 10px) !important;
    transform: none !important;
    padding: 15px;
    border-radius: 8px !important;
    border: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%) !important;
    right:  inherit !important;
}
.phone-right .dropdown .dropdown-menu a.contact-fixed__item:last-child {
    margin-bottom: 0;
}

.phone-right .dropdown .dropdown-menu a.contact-fixed__item {
    color: var(--black);
}
.phone-right .dropdown .dropdown-menu a.contact-fixed__item:hover {
    background: #dc0021;
    color: var(--white);
}
.item-search {
    color: var(--black);
}
.item-policy .img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.box-detail-acticle .comment-section {
    padding: 0 !important;
}

@media (max-width:767px){
    .phone-right .dropdown .dropdown-menu {
        padding: 5px !important;
        left: calc(100% + 5px) !important;
    }
    
    .phone-right.phone-left .dropdown .dropdown-menu {
        left: calc(100% + 5px) !important;
    }

}

@media (max-width:1200px){
    .item-policy .img img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    .footer-mid {
        padding: 30px 0;
    }
}



@media (min-width:499px) and (max-width:1200px){
        
    .header-top-pc>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    
    .header-top-pc .entire-action-header a.btn-mini-cart.btn-action-header span.name, .header-top-pc .hotline-top span.text {
        display: none;
    }
    
    .header-top-pc>.container>.row>div:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .header-top-pc .hotline-top {
        margin-right: 0;
        margin-left: 0;
    }
    
    .header-top-pc .hotline-top span.icon {
        margin-right: 0;
    }
    
    .header-top-pc>.container>.row>div:nth-child(1) {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .header-top-pc>.container>.row>div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .header-top-pc .setting-menu .search-form .info select.search-section__categories {
        flex: 0 0 70px;
        max-width: 70px;
        margin-left: 10px;
    }
}

@media (max-width:1200px){
    .section-slider-category > .container {
    	max-width: 100vw;
    	margin: 0;
    	padding: 0;
    }
    .section-slider-category > .container > .row > div:nth-child(1) {
    	display: none;
    }
    .section-slider-category > .container > .row > div:nth-child(2) {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    
    .is-mobile .swiper-slider-main .swiper-slide img {
    	object-fit: cover;
    	height: 36vw;
    }
        
    .item-showroom .title-showroom {
        font-size: 16px;
    }
    .section-showroom .title-section {
        font-size: 25px;
    }    
    
    .phone-right {
        left: 10px;
        bottom: 20px;
    }

    .phone-right.phone-left {
        left: 10px;
        bottom: 89px;
    }
}
.breadcrumbs-section a:last-child::after {
    display: none;
}

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

.product-content-detail .add-to-cart.add-to-cart-buy:hover {
    background: none;
    color: var(--color-main);
}

.cus-tin-tuc-home .swiper-wrapper .article-item:nth-child(odd) .conten-img-home img {
    border-radius: 80px 0 80px 0px;
}

.cus-tin-tuc-home .swiper-wrapper .article-item:nth-child(even) .conten-img-home img {
    border-radius: 0 80px 0 80px;
}