body.is-mobile {
    margin-bottom: 4rem;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.title-nav-vertical {
    cursor: pointer;
}

.category-vertical .nav-vertical {
    left: 15px;
}

.nav-vertical {
    z-index: 9;
}

.nav-vertical .categories-section {
    top: 100%;
    width: 270px !important;
    background: #F9F9F9 !important;
}

.category-vertical:hover .nav-vertical {
    display: block !important;
}

.nav-vertical {
    display: none !important;
}

.nav-vertical .categories-section>li.has-child>.list-child {
    left: 100%;
    min-width: 900px;
    top: 0;
    background-color: #ffffff;
    height: 100%;
}

.nav-vertical .categories-section .dropdown-toggle {
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.nav-vertical .categories-section>li.has-child>.active {
    display: none !important;
}

.nav-vertical .categories-section>li.has-child>.list-child a {
    font-weight: 100;
}

.nav-vertical .categories-section>li.has-child:hover>.list-child, .nav-vertical .categories-section>li.has-child a, .nav-vertical .categories-section>li.has-child>a.active {
    display: block !important;
}

.nav-vertical .categories-section>li.has-child>.list-child>div>.has-child>ul {
    display: block;
}

.nav-vertical .categories-section>li.has-child {
    position: initial;
    flex-wrap: nowrap;
}

.nav-vertical .categories-section>li.has-child>span {
    position: relative;
    float: right;
}

.nav-vertical .categories-section>li.has-child>.list-child>div>.has-child>span {
    display: none;
}

.category-vertical .title-nav-vertical {
    height: 65px;
    line-height: 65px;
}

.nav-vertical .categories-section li {
    border-bottom: 1px solid var(--border);
}

.nav-vertical .categories-section li:hover {
    background: var(--white);
}

.category-vertical .title-nav-vertical:after {
    display: none;
}

.category-vertical .title-nav-vertical span {
    margin-left: 3px;
    font-size: 13px;
}

/*end menu*/
.top-menu-section>ul>li {
    float: left;
    border-right: 1px solid #00683A;
}

.top-menu-section>ul>li>a {
    height: 44px;
    display: block;
    line-height: 44px;
}

.slogan-topbar {
    height: 44px;
    line-height: 44px;
    max-width: 1400px;
    margin: auto;
}

.user-section.entire-action-header>a {
    height: 44px;
}

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

.header-menu>.container>.row>div:nth-child(1) , .header-menu>.container>.row {
    display: flex;
    align-items: center;
}

.search-form .input-group {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.search-form .input-group button, .search-form .input-group input.form-control {
    background: none;
    color: var(--white);
    border: 0;
}

.header-menu {
    -webkit-box-shadow: 0px 6px 5px 0px rgb(203 203 203 / 53%);
    -moz-box-shadow: 0px 6px 5px 0px rgba(203,203,203,0.53);
    box-shadow: 0px 6px 5px 0px rgb(203 203 203 / 53%);
}

.slider-section .slider-thumbs {
    display: none;
}

.secsion-small .title-section-1 {
    height: 40px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.secsion-small .title-section-1 span {
    width: 144px;
    float: left;
    background: var(--color-hightlight);
    font-weight: 600;
    padding-left: 15px;
}

.secsion-small .title-section-1 span:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.policy-list-label {
    line-height: 19px;
}

.policy-list {
    height: 52px;
}

.policy-list .icon img {
    width: auto;
    object-fit: contain;
    height: 36px;
}

.section-policy>.row {
    margin: 0 -5px;
}

.section-policy>.row>div:nth-child(1) .policy-list .policy-list-label>a {
    color: #202020;
}

.section-policy>.row>div:nth-child(2) .policy-list .policy-list-label>a {
    color: #202020;
}

.section-policy>.row>div:nth-child(3) .policy-list .policy-list-label>a {
    color: #202020;
}

.section-policy>.row>div:nth-child(4) .policy-list .policy-list-label>a {
    color: #202020;
}

.title-deal-hot {
    /* border-bottom: 1px solid var(--light); */
    color: white;
    /* background: #3da0d4; */
}

.title-deal-hot .title-section {
    line-height: 1.1;
    display: flex;
}

/*
.product-hot .product-item .inner-content {
    line-height: 20px;
}
.no-padding-left-right .slick-list {
    margin: 0;
}

.no-padding-left-right .slick-list .product-item {
    margin: 0 0;
}
*/
.slick-list .product-item {
    border-radius: 20px;
    border: 1px solid #d8e0e8;
}

.slick-list .product-item:hover {
    border-radius: 20px;
    border: 1px solid var(--color-main);
}

.footer-top>.container>.row>div:nth-child(1) {
    flex: 0 0 37%;
    max-width: 37%;
}

.footer-top>.container>.row>div:nth-child(2) {
    flex: 0 0 23%;
    max-width: 23%;
    /* border-right: 1px solid #ddd; */
}

.footer-top>.container>.row>div:nth-child(3) {
    flex: 0 0 35%;
    max-width: 35%;
}

.social-footer-section.fanpage ul>li>a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: aliceblue;
    border-radius: 100%;
}

.social-footer-section.fanpage ul>li:nth-child(1)>a {
    background: #43619b;
}

.social-footer-section.fanpage ul>li:nth-child(2)>a {
    background: #2ea6de;
}

.social-footer-section.fanpage ul>li:nth-child(3)>a {
    background: #c72127;
}

.contact-bottom {
    border-top: 1px dashed var(--border);
}

.product-new>.row>div .product-item {
    padding: 0 20px;
    border: 1px solid var(--color-main);
    border-radius: 20px;
    margin: 10px 0;
}

.product-new>.row, .no-padding-left-right-list>.row {
    margin: 0;
}

.dropdown-list-filter .dropdown-toggle {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #2196f3;
}

.filter-Sort {
    background: var(--border);
}

.product-list {
    border-left: 1px solid var(--border);
}

.no-padding-left-right-list>.row>div {
    padding: 0;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.dropdown-list-filter .dropdown-menu {
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    width: 200px;
    margin-top: 0;
}

.inner-content .description-product {
    border-top: 1px dashed var(--border);
}

.bg-white.news-hot .title-section-1 {
    border-bottom: 1px solid var(--border);
    line-height: 1.1;
}

.news-hot>.row {
    margin: 0;
}

.thumb-item-name {
    border-right: 1px solid var(--border);
    height: 50px;
    display: flex !important;
    align-items: center;
}

.thumb-item-name.slick-current.slick-active {
    font-weight: 600;
}

.news-hot>.row>div {
    padding: 0 10px;
}

.detail-product-top .footer-menu-section .inner-content .title-footer {
    display: none;
}

.detail-product-top {
    border-top: 1px solid var(--border);
}

.cam_ket strong {
    color: red;
}

.user-section .btn-action-header:hover {
    background: none !important;
    color: var(--color-hightlight) !important;
}

.article-description p {
    margin-bottom: 0;
}

.news-bottom article.article-item .inner-content .article-description {
    height: 70px;
    overflow: hidden;
}

.form-product .form-group span.btn {
    height: 40px;
    line-height: 40px;
}

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

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

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

.slider-section .slider-main .slick-arrow {
    height: 35px;
    width: 35px;
    background-color: #00000070;
    border: 0;
}

.slider-section .slider-main .slick-arrow:before {
    color: var(--white);
}

/*Home - Sản phẩm bán chạy*/
.link_xem_them {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid var(--color-main);
    border-radius: 30px;
    padding: 5px 15px;
    background-color: var(--color-main);
    color: white;
}

/* Footer */
.bg-primary-700 {
    background-color: #072d94 !important;
}

/*mobile*/
.header-main-mb>.container>.row {
    align-items: center;
}

.sercice-section .list-unstyled>li>p:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ababab;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

.rti-custom img {
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
    display: table;
    width: auto;
}

.bo_cong_thuong img {
    height: 50px;
}

.product-detail-head .product-title-detail {
    line-height: 30px;
}

.entire-action-header a.btn-mini-cart svg {
    width: 25px;
    height: 25px;
    fill: #787878;
}

.entire-action-header .btn-mini-cart .cart-items-number {
    background: var(--color-hightlight);
    border-radius: 100%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    right: -20px;
    top: -5px;
}

.product-detail-footer a.add-to-cart {
    line-height: initial;
}

.product-detail-footer .form-product input, .product-detail-footer .form-product span.btn.btn-1a {
    height: 26px;
    line-height: 26px;
}

.view-tra-cuu article>a {
    color: #0064C0;
}

.view-tra-cuu article>a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color-main);
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 10px;
}

.bg-white.news-hot .view-small {
    background: var(--light);
}

.bg-white.news-hot .title-section-1 {
    background: var(--color-main);
    padding: 15px;
}

span.img_sub img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 100%;
}

.dropdown-list-filter .dropdown-menu>li>.active {
    color: var(--color-main) !important;
}

/*Danh sách sản phẩm*/
.box-suggest .wrap-suggestion {
    z-index: 20;
    background: white;
}

/*RESPONSSIVE*/
.my-0-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*.slider-section,.img-slide img {*/
/*    height: 475px;*/
/*    object-fit: cover;*/
/*}*/
@media (min-width: 1200px) {
    .product-new>.row>div {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .menu-section .entry-menu.dropdown {
        min-width: 1170px;
        margin: 0 15px;
        columns: 4;
    }

    .menu-section>ul>li {
        position: static !important;
    }
}

@media(min-width: 992px) {
    .slider-bg>.container>.row>div:nth-child(1) {
        /* padding-right: 0; */
    }
}

@media (max-width: 992px) {
    a.add-to-cart {
        line-height: 18px !important;
    }

    .logo-section .img-fluid {
        height: 45px;
        object-fit: contain;
    }

    .entire-action-header .btn-mini-cart {
        color: var(--black);
    }

    .entire-action-header .btn-mini-cart i {
        font-size: 26px;
    }

    .btn-action-header i {
        font-size: 44px;
        color: black;
    }

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

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

    .contact-right li.entry-content {
        margin-top: 10px;
    }

    .contact-right {
        right: 10px;
        bottom: 80px;
    }

    .product-detail-head .product-title-detail {
        line-height: 20px;
        font-weight: 600;
    }

    .policy-list {
        margin-bottom: 10px;
    }

    .inner-content.left {
        margin-bottom: 15px;
    }
}

@media (max-width: 1200px) {
    .header-search-mb .search-form .input-group {
        border-radius: 5px;
        background: var(--light);
    }

    .header-search-mb .search-form .input-group input.form-control, .header-search-mb .search-form .input-group {
        height: 38px;
        min-height: 38px;
    }

    .slider-thumbs {
        display: none;
    }

    .policy-list {
        height: auto;
    }

    .product-hot .slick-list .product-item {
        border-right: 1px solid var(--border);
    }

    .footer-menu-section.footer-menu-mb ul.list-unstyled, .footer-menu-section .chi_nhanh {
        /* display: none; */
    }

    .footer-menu-section.footer-menu-mb .show ul.list-unstyled, .footer-menu-section.show-chi-nhanh .chi_nhanh {
        display: block;
        border-bottom: 1px solid #dedede;
        padding-left: 10px;
    }

    .title-chi-nhanh-mobile, .footer-menu-section.footer-menu-mb .inner-content .title-footer {
        padding: 10px 10px 10px 1px !important;
        line-height: initial;
        margin-bottom: 0 !important;
        text-transform: inherit;
        font-weight: 700;
    }

    footer p.cam_ket {
        line-height: initial;
        border-bottom: 1px solid #ddd;
    }

    footer p.cam_ket i.las.la-phone {
        background: red;
        padding: 2px;
        border-radius: 50px;
        color: var(--white);
    }

    .detail-product-top .footer-menu-section .title-chi-nhanh-mobile {
        display: none;
    }

    .detail-product-top .footer-menu-section .chi_nhanh {
        display: block;
    }
}

/*@media (max-width:991px){*/
/*    .slider-section,.img-slide img {*/
/*        height: 35vw;*/
/*        object-fit: cover;*/
/*    }*/
/*}*/
@media (min-width: 576px) and (max-width:992px) {
    .secsion-small .view-small {
        display: flex;
        flex-wrap: wrap;
    }

    .secsion-small .view-small article.article-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .policy-list {
        display: block !important;
        text-align: center;
        min-height: 110px;
    }

    .policy-list .icon {
        margin-bottom: 5px;
    }
}

@media (max-width: 576px) {
    .slider-section .slider-thumbs .thumb-item-name {
        line-height: 12px;
        height: 58px;
    }

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

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

    .pd-left-right-mb>.row>div {
        padding: 0 10px;
    }

    .pd-left-right-mb>.row {
        margin-right: -10px;
        margin-left: -10px;
    }

    footer .container>.row>div {
        padding: 0;
    }

    .social-footer-section.fanpage ul>li>a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 23px;
    }
    .footer-menu-section {
        padding: 0 10px;
    }
}

@media (max-width: 320px) {
    .policy-list-label {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .rti-md-40 {
        padding-top: 40%;
    }
}

#pointer {
    display: inline-block;
    font-size: 20pt;
    width: 299px;
    height: 47px;
    position: relative;
    background: var(--color-main);
    text-align: center;
    vertical-align: middle;
    margin: 0.6em;
}

#pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 24px solid white;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
}

#pointer:before {
    content: "";
    position: absolute;
    right: -24px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 24px solid var(--color-main);
    border-top: 22px solid transparent;
    border-bottom: 24px solid transparent;
}

.cnt {
    position: relative;
    top: 0.15em;
    left: 2em;
    color: white;
}

#triangle-topleft {
    width: 0;
    /* height: 0; */
    /* border-top: 59px solid var(--color-main); */
    /* border-right: 51px solid transparent; */
}

.d-none-md {
    display: none;
}

.circle-ripple {
    background-color: #f53c3c;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: ripple 2s linear infinite;
    display: inline-block;
    margin-right: 20px;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.3), 0 0 0 0.1em rgba(239, 68, 68, 0.3), 0 0 0 0.5em rgba(239, 68, 68, 0.3), 0 0 0 1em rgba(239, 68, 68, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.3), 0 0 0 0.5em rgba(239, 68, 68, 0.3), 0 0 0 1em rgba(239, 68, 68, 0.3), 0 0 0 1em transparent;
    }
}

@media (max-width: 768px) {
    .d-none-xs {
        display: none;
    }

    .entire-action-header a {
        color: black;
    }
}

.header-topbar {
    background-color: #e8f5fd;
}

.slogan-topbar {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.row-center .row {
    align-items: center;
}

.btn-action-header i {
    font-size: 44px;
    /* color: #fff; */
}

.rti-slider {
    padding-top: 25%;
}

.tabs-menu .icon-menu {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
    margin-right: 8px;
}

.tabs-menu .icon-menu img {
    padding: 5px;
    border-radius: 50%;
}

.tabs-menu .sub-menu {
    background: #edf2f8;
}

.menu-section .entry-menu.tabs-menu .tabs-item.active>.menu-link, .menu-section .entry-menu.tabs-menu .tabs-item>.menu-link:hover {
    box-shadow: inset 0 1px 0 #d8e0e8, inset 0 -1px 0 #d8e0e8;
    background-color: #edf2f8;
    color: var(--color-main);
}

.menu-section .entry-menu.tabs-menu .tabs-item.active .icon-menu {
    background: #fff;
}

.sub-nav-product>.row {
    margin-left: -8px;
    margin-right: -8px;
}

.col-custom {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    flex: 0 0 20%;
    max-width: 20%;
}

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

.product-new {
    /* border: 1px solid #f9ebeb; */
    /* background: white; */
}

.sanphambanchay .col-md-12.col-12 {
    /* padding-left: 1.5px; */
    /* padding-right: 1.5px; */
}

.product-hot {
    /* background: white; */
}

.slider-bg {
    background: #efefef;
}

.goctuvansuckhoe {
    background: #edf2f8;
}

.sanphambanchay {
    /* background: #efefef; */
}

.sanphamtangdekhang {
    background: linear-gradient(270deg,#072d94 0.46%,#597bd9 98.15%);
}

.thongtinnoibat {
    background: #efefef;
}

.entire-action-header a {
    color: white;
}

/*-----------hieutm css-----------*/
.contact-fixed__item-title {
    font-size: 18px;
    color: #4771c7;
    padding-top: 10px;
}

.sectiton-info-img {
    border-right: 1px solid #e3e1e1;
}

.tra-cuu >a {
    background: #4771c7;
    padding: 10px 40px;
    border-radius: 20px;
    color: white;
}

.phone-contact {
    background-image: linear-gradient(transparent calc(100% - 1px),#1d48ba 1px);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: all .6s ease,-webkit-transform .6s ease;
    position: relative;
    display: inline;
    cursor: pointer;
}

.phone-contact:hover {
    background-size: 100% 100%;
}

.categories-section .rating-form {
    padding: 5px 10px 5px 10px;
    margin-bottom: 0px;
    border-radius: 3px;
    margin-top: 0;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    border: 1px solid white;
    transition: all 0.7s ease;
}

.categories-section .danhmuc-noibat:nth-child(2n+2) .rating-form {
    background: #e8f5fd;
}

.categories-section .danhmuc-noibat:nth-child(2n+1) .rating-form {
    background: #fef7dc;
}

.danhmucpage .danh_muc2 {
    background: #ffff;
    border-radius: 14px;
}

.danhmucpage .category img {
    aspect-ratio: 14/9;
    object-fit: contain;
}

.danhmucpage .content {
    margin-left: -20px;
    margin-top: 10px;
    /* float: left; */
    text-align: center;
}

.product-tab.nav .nav-item {
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 27px;
    color: #222;
}

.tab-pane .product-item {
    border-radius: 20px;
    border: 1px solid #d8e0e8;
    margin-bottom: 10px !important;
}

.description-product {
    min-height: 70px;
}

.inner-content.left {
    background: #edf2f8;
    padding: 20px 30px 40px;
    border-radius: 6px;
}

article.article-item.small.clearfix {
    margin-bottom: 20px;
}

.content-tittle .list-title {
    color: black;
    list-style: none;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 15px;
    padding: 0;
}

.background img {
    aspect-ratio: 7/8;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .goctuvansuckhoe .container {
        max-width: 1300px;
    }
}

li.title {
    color: #334197;
    text-align: center;
    font-size: 15px;
}

.title-footer-color {
    color: #1d48ba;
}

.ungthu .img-fluid {
    border-radius: 20px;
}

.rating-form:hover {
    border: 1px solid #007bff;
    transition: all 0.7s ease;
}

.la-fire {
    color: white;
    background: red;
    border-radius: 100%;
    height: 26px;
    padding: 4px;
    font-size: 17px;
}

.la-user-friends {
    color: white;
    background: #007bff;
    border-radius: 100%;
    /* height: 30px; */
    /* padding: 4px; */
    height: 26px;
    padding: 4px;
    font-size: 17px;
}

.effect-nav li a::after {
    height: 0px;
}

.product-tab.nav .nav-item .nav-link:hover {
    background: #007bff;
    color: white;
}


.article-category {
    background: #efeae3;
    padding: 3px 30px 3px 30px;
    border-radius: 5px;
}

.article-category a {
    color: black;
}

.article-entry-info {
    height: 40px;
}

.img-big img {
    border-radius: 10px ;
}

.inner-image img {
    border-radius: 10px ;
}

.danhmuc-noibat-footer {
    height: 35px;
}

.danhmuc-noibat p {
    font-weight: 700;
}

.footer-top .footer-menu-section .inner-content >ul>li {
    background-image: linear-gradient(transparent calc(100% - 1px),#1d48ba 1px);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: all .6s ease,-webkit-transform .6s ease;
    position: relative;
    cursor: pointer;
    display: table;
}

.footer-top .footer-menu-section .inner-content >ul>li:hover {
    background-size: 100% 100%;
}

.footer-top .categories-section .danhmuc-noibat-footer .article-description {
    background-image: linear-gradient(transparent calc(100% - 1px),#1d48ba 1px);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: all .6s ease,-webkit-transform .6s ease;
    position: relative;
    cursor: pointer;
    display: table;
}

.footer-top .categories-section .danhmuc-noibat-footer .article-description:hover {
    background-size: 100% 100%;
}

.danhmuc-noibat-footer p {
    display: inline;
    color: #1d48ba;
}

.footer-top .categories-section a {
    padding: 6px 0 6px 0px;
    display: inline;
    width: 100%;
}

.img-us img {
    height: 30px;
}

.contact-home {
    /* height: 170px; */
    /* border-radius: 10px; */
}

.product-tab.nav .nav-item .nav-link.active {
    background: var(--blue);
    color: white;
}

.la-file-alt {
    color: white;
    background: blue;
    border-radius: 100%;
    height: 30px;
    padding: 4px;
    height: 26px;
    padding: 4px;
    font-size: 17px;
}

.py-10.footer-top {
    border-bottom: 1px solid;
}

.tab-pane .product-item:hover {
    border: 1px solid blue;
}

.ungthu .inner-content {
    text-align: center;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 20px;
}

.ungthu .article-title {
    font-size: 32px;
    text-transform: uppercase;
    color: #4771c7;
}

.ungthu .inner-content p {
    font-size: 24px;
    line-height: 24px;
}

.product-new .product-title a {
    font-size: 14px;
}

.product-new .title-section p {
    font-weight: 600px;
}

.product-hot .product-title a {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    font-size: 16px;
}

.danhmucpage .sectiton-info .title-sectiton-info-1 {
    font-size: 40px ;
}

.danhmucpage .sectiton-info .title-sectiton-info-2 {
    font-size: 28px;
    font-weight: 100;
    line-height: 36px;
}

.danhmucpage .content h4 {
    font-size: 20px;
    line-height: 20px;
    width: 132px;
    margin-left: -20px;
}

.danhmucpage .content >a>h3 {
    font-weight: 100;
    color: #1d92de;
}

.danhmucpage .category {
    padding: 10px;
    width: 294px;
}

@media (min-width: 992px) {
    .sanphamtheodoituong .col-lg-3 {
        flex: 0 0 20%;
        max-width: 25%;
    }
}

.sanphamtheodoituong .product-title a {
    font-size: 14px;
    font-weight: 400;
}

.content_header {
    font-size: 20px;
}

li.slogan {
    font-size: 15px;
    font-weight: 100;
}

.title-lienhe:before {
    content: '';
    position: absolute;
    right: 12px;
    width: 1px;
    height: 70%;
    background-color: #d8e0e8;
}

.title-lienhenot:not(:last-child)::before {
    content: '';
    position: absolute;
    right: 12px;
    width: 1px;
    height: 70%;
    background-color: #d8e0e8;
}

.bg-hethong {
    background: #072d94;
}

i.la-map-marker-alt.las {
    font-size: 28px;
    color: white;
}

.hethong .sectiton-info {
    font-size: 24px;
    color: white;
}

.xemhethong a {
    background: #597bd9;
    /* padding: 8px; */
    border-radius: 20px;
    color: white;
    margin-top: 22px;
    padding: 0 32px;
}

.footer-top .contact-home {
    background-repeat: no-repeat;
    border-radius: 16px;
}

h4.active.title-sectiton-info {
    font-weight: 200;
}

/*hieutx-fix*/
.product-hot.no-padding-left-right .product-title {
    height: 40px;
    line-height: 1.5;
    overflow: hidden;
}
.product-hot .product-title a{
    line-height: normal;
}

.search-form {
    position: relative;
}

.search-form .wrap-suggestion {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 10px;
    z-index: 99;
    border-radius: 20px;
}

.search-form .wrap-suggestion h4 {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.product-item .product-title {
    height: 43px;
    overflow: hidden;
    margin-bottom: 5px !important;
}
.product-item .product-title a {
    font-size: 14px;
}
.title-text-tab {
    margin-bottom: 15px;
}

.bct img {
    height: 4rem;
}

@media (min-width:1200px){
    .search-form .input-group input.form-control::placeholder { 
        color: #fff;
        opacity: 1; 
    }
    
    .search-form .input-group input.form-control::-ms-input-placeholder { 
        color: #fff;
    }
    
    .search-form .input-group input.form-control::-ms-input-placeholder { 
        color: #fff;
    }
}
@media (max-width:1200px){
    .search-form .input-group button, .search-form .input-group input.form-control{
        color: var(--color-main);
    }
    .sidebar-mini-cart .content-mini-cart {
        padding-bottom: 50px;
    }
}
@media (max-width:767px){
    .section-list-product-dt>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tra-cuu a {
        display: inline-block;
        margin-bottom: 15px;
    }
    .phone-contact-footer {
        padding: 10px;
    }
    .slick-slide {
        margin: 0 5px;
    }
    
    .slick-list {
        margin: 0 -5px;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    .sanphamtheodoituong ul.product-tab>li, .sanphamtheodoituong ul.product-tab>li>a {
        font-size: 14px !important;
    }
    
    .sanphamtheodoituong ul.product-tab>li {
        padding: 0 10px;
    }
    
    .sanphamtheodoituong ul.product-tab {
        margin: 0 -5px;
    }
    .block-q .title-lienhe .background {
        flex: 0 0 70px;
        text-align: center;
    }
    .danhmucpage .sectiton-info .title-sectiton-info-2 {
        font-size: 20px;
    }
    
    .danhmucpage .sectiton-info .title-sectiton-info-1 {
        font-size: 25px;
    }
    
    .sectiton-info .title-sectiton-info {
        font-size: 20px !important;
    }
    .product-detail-footer .tab-content .entire-cart {
        margin-top: 15px;
    }
}

.contact-home.contact-home-bottom img {
    width: 100%;
}

.rating-form.category .img-category {
    height: 100px;
    width: 100px;
    margin: 0 auto 10px;
}

.rating-form.category .img-category img {
    height: 100px;
    width: 100px;
}
span.contact-fixed__item-icon img {
    height: 50px;
    width: 50px;
}

.is-mobile .menu-section>ul>li>a {
    line-height: 1.5;
    height: auto;
    display: block !important;
    text-align: left;
    padding: 10px 0;
    color: #000;
    margin-right: 40px;
}

@media (max-width:568px){
    .is-mobile .book-prd .btn-product-action {
        font-size: .8rem;
        margin-top: 0.5rem;
    }
    
    .is-mobile .book-prd .price .price-amount.old-price {
        font-size: 12px;
        margin-left: 0.3rem;
    }
    
    .is-mobile .book-prd .product-title {
        font-size: 1rem;
    }
}
/*hieutx-fix*/

/* style bao gia */
.book-prd .product-title {
    font-size: 1.1rem;
}

.book-prd .product-title a {
    color: black;
}

.book-prd .price .price-amount {
    color: red !important;
}

.book-prd .price .price-amount.old-price {
    color: gray !important;
    font-size: 15px;
}
/*----*/
.cart-info-customer .item-action {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cart-info-customer .item-action .remove-mini-cart {
    display: inline-block;
    background: #f15a5a;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 2px;
    cursor: pointer;
}
.cart-info-customer .add-to-cart {
    display: inline-block;
    background: var(--color-main);
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    margin-left: 15px;
}
.cart-info-customer .product-quantity {
    justify-content: center;
    margin-right: 0;
    float: none;
    display: inline-block;
}