@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }
}

/*-------------------Header-------------------*/
header {
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    background: white;
    z-index: 99;
    top: 0;
    left: 0;
    transition: transform .3s ease;
    transition: transform .3s ease;
}

/* header.header--hide {
    transform: translateY(-100%);
} */

/* header:has(+ div[nh-row]) + div[nh-row] {
    padding-top: 124px;
} */

.header-search .input-group-append .button-submit {
    background: #950000;
}

.menu-vertical .menu-vertical--title {
    color: var(--white);
    width: 100%;
    border: none;
    text-align: left;
    padding: 1.5rem 0 1.5rem 2rem;
}

/*icon header*/
.entire-action-header a:hover {
    color: var(--color-highlight);
}
/*.entire-header-icon{*/
/*    color: white;*/
/*}*/
.entire-header-icon:hover {
    color: var(--color-highlight);
}

.btn-mini-wishlist {
    color: black;
    /* border: 1px solid black; */
    border-radius: 5px;
    background: white;
}

.btn-mini-wishlist .entire-header-icon {
    color: var(--color-highlight);
}
/*icon header END*/

/*search*/
.button-submit{
    background: var(--color-highlight);
    border: 0;
    line-height: 52px;
    box-shadow: none !important;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    padding: 0 35px;
    color: #fff;
    border-radius: 0 3px 3px 0;
}
/*search END*/

/*call free*/
.call-free {
    display: flex;
    align-items: center;
}
.call-free i {
    color: var(--color-highlight);
    font-size: 35px;
}
/*call free END*/

/*Register-account*/
.user-account a {
    font-weight: 700;
    color: var(--color-highlight);
}
.user-account a:hover{
    color: var(--color-highlight);
}
.user-register a {
    color: #282828;
}
.user-register a:hover{
    color: var(--color-highlight);
}
/*Register-account END*/

/*cart shopping*/
.btn-mini-cart i {
    color: var(--color-highlight);
    font-size: 35px;
}
.cart-text {
    font-size: 16px;
    color: #696969;
    font-weight: 400;
}
/*cart shopping END*/

/*Slider*/
.text-slider-1 .swiper-slide--wrap {
    right: 10%;
    text-align: left;
    left: 50%;
}
.text-slider-2 .swiper-slide--wrap {
    left: 10%;
    text-align: left;
    right: 50%;
}
.swiper-slide--description-short {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}
/*Slider END*/

.user-account {
    border: 1px solid var(--color-highlight);
    border-radius: 5px;
}

.user-account:hover {
    border: 1px solid var(--color-highlight);
}

.block-tab .nav-item a span {
    font-size: 20px;
    font-weight: 600;
}

.btn-view-all {
    font-size: 16px;
    color: black
}

.btn-view-all {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-bottom: 31px;
}

.box-article-y .article-description {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.first-news article {
    display: none;
}

.first-news article:nth-child(1) {
    display: block !important;
}

/*-------------------Header END-------------------*/

/*----------------Body----------------*/

/*support*/
.icon-support {
    display: flex;
    align-items: center;
    border: 0.2rem solid #e9ecef;
    padding: 1rem;
        justify-content: center;

}
.swiper-icon-wrap {
    padding-left: 20px;
}

.swiper-icon--tile {
    font-size: 16px;
    font-weight: 500;
}
.swiper-icon--description {
    color: #666;
}
/*support END*/

/*tab product*/
.tabs-categorys {
    vertical-align: top;
    position: relative;
    border: 2px solid #eeeeee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tabs-categorys .nav-link.active:before {
    content: "";
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    position: absolute;
    border: 2px solid transparent;
    z-index: 1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-color: var(--color-highlight);
}

@media (min-width: 992px) {
    .col-lg-2-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*tab product ENd*/

/*tac gia + product*/

.showroom {
    background-size: cover;
}

/*tac gia + product END*/

/*san pham ban chay*/
.news-product {
    margin-bottom: 25px;
}
.title-product{
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.footer-margin .title-product{
    margin-top: 0px;
}
.title-section-product{
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding-bottom: 31px;
    font-weight: 700;
}
.title-section-product:after {
    content: "";
    position: absolute;
    width: 170px;
    height: 2px;
    background: var(--color-highlight);
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    max-width: 100%;
}
/*san pham ban chay END*/

/*Banner 2*/
    /*Box Banner*/
.box-banner__item {
    position: relative;
    margin-bottom: 30px;
}

.box-banner__item-image img {
    width: 100%;
}

.box-banner__item-content {
    width: 60%;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.box-banner__item-content.center-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70%;
}

.box-banner__item-sub-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
}

.box-banner__item-title {
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-main);
}

.box-banner__item-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #616161;
    margin-bottom: 10px;
    font-style: italic;
}

.box-banner__item-link {
    font-size: 15px;
    color: #ec776d;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 32px;
    padding: 0 23px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #f5857a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 15px;
    pointer-events: visible;
}

.box-banner__item-link:hover {
    background: #f5857a;
    color: var(--white);
}
.box-banner__item-link.btn-2{
    color: var(--color-highlight);
    border-color: var(--color-highlight);
}
.box-banner__item-title.text-2{
    color: var(--color-highlight);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.box-banner__item-desc.texts-2{
    color: #fffefe;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    margin: 0;
}
.box-banner__item-link.btn-2:hover {
    background: var(--color-highlight);
    color: var(--white);
}
    /*End Box Banner*/
.banner-img img{
    width: 100%;
}
/*banner END*/

/*1 banner*/
.img-banner__item-content{
    position: absolute;
    left: 15%;
    top: 50%;
    max-width: 470px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.img-banner__item-title{
    font-family: "PT Serif", serif;
    margin-top: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 8px;
    line-height: 1;
}
.img-banner__item-desc{
    font-family: "PT Serif", serif;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}
.img-banner__item-link{
    font-size: 15px;
    color: #282828;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 52px;
    padding: 0 50px;
    display: inline-block;
    vertical-align: top;
    background: #eccd00;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 30px;
    pointer-events: visible;
}
.img-banner__item-link:hover {
    background: #fff;
    color: black;
}
/*1 banner END*/

/*tab product*/
.title-tab .block-tab li:before, .title-tab .block-tab li:after{
    opacity: 1;
}
/*.title-tab .block-tab li:before {*/
/*    content: "";*/
/*    border-top: 11px solid var(--color-highlight;*/
/*    border-bottom: 11px solid transparent;*/
/*    border-left: 9px solid transparent;*/
/*    border-right: 9px solid transparent;*/
/*    width: 18px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: -22px;*/
/*    margin: auto;*/
/*    z-index: 2;*/
/*    opacity: 0;*/
/*}*/
/*.title-tab .block-tab li:after {*/
/*    content: "";*/
/*    border-top: 8px solid #fff;*/
/*    border-bottom: 8px solid transparent;*/
/*    border-left: 7px solid transparent;*/
/*    border-right: 7px solid transparent;*/
/*    width: 14px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: -16px;*/
/*    margin: auto;*/
/*    z-index: 3;*/
/*    opacity: 0;*/
/*}*/
/*tab product END*/

/*product*/

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

.product-action {
  position: absolute;
  opacity: 0;
  top: 55%;
  right: 0;
  left: 0;
  height: 50px;
  max-width: 192px;
  margin: auto;
  background: #fff;
  z-index: 3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
}
/*product END*/

/*brand*/
.brand-slider img:hover {
    opacity: .7;
}
/*brand END*/

/*Blog*/
.content-inner .article-item .inner-image img {
    border-radius: 5px;
}
.content-inner .date-post {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-highlight);
    line-height: 27px;
    background: #e9e9e9;
}

.content-inner .post-date {
    text-align: center;
    width: 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    margin: 0;
}

.content-inner .month-post {
    background: var(--color-highlight);
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.content-inner .box-name {
    position: relative;
    display: grid;
    grid-template-columns: 40px auto;
    margin-bottom: 10px;
}
.content-inner .article-item .article-title {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 24px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    color: #282828;
    font-weight: 400;
}
.content-inner .inner-content{
    border: 2px solid #eeeeee;
    padding: 15px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
}
.content-inner .inner-content:before {
    content: "";
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 16px solid transparent;
    border-right: 16px solid #fff;
    position: absolute;
    top: 26px;
    left: -32px;
    z-index: 1;
}
.content-inner  .inner-content:after {
    content: "";
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 18px solid transparent;
    border-right: 18px solid #eeeeee;
    position: absolute;
    top: 24px;
    left: -36px;
}
.content-inner .btn-news {
    color: #000;
}
.content-inner .btn-news i {
    color: var(--color-highlight);
}
.content-inner .btn-news:hover{
        color: var(--color-highlight);
}
.content-inner .article-category {
    display: inline-block;
    vertical-align: top;
    text-transform: none;
    margin: 0;
    color: #999;
    font-size: 13px;
    position: relative;
}
.article-category a {
    color: #999;
    font-size: 14px;
}
/*Blog END*/

/*Danh sach san pham*/
.text-attribute {
    font-size: 15px;
    margin: 0 0 6px;
    font-weight: 700;
    display: block;
    line-height: 52px;
    background: var(--color-highlight);
    text-align: center;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.cate-item {
    background: #ED1C24;
    padding: 1rem;
    border-radius: 5px;
}

.cate-item .count-item {
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.cate-item .title a {
    color: white;
}
/*Danh sach san pham END*/

/*Danh sach bai viet */
.btn-news:hover{
    color: var(--color-highlight);
}
/*Danh sach bai viet  END*/

/*Popup home*/
.popup-text-home .popup-home .modal-content {
    text-align: center;
}
.popup-text-home .modal-body {
    background:#fff;
    text-align:center;
    color: #ffffff;
    height: 400px;
    left: 50%;
    min-width: 450px;
    padding: 35px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 800px;
    margin-left: -400px;
    margin-top: -200px;
}
.popup-text-home .popup-home__sub-title {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 60px;
    text-transform: uppercase;
    color: #232323;
    text-align: center;
}
.popup-text-home .popup-home__content {
    text-align: center;
}
.popup-text-home .popup-home__content label {
    color: #999999;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 25px;
    margin: 20px 0;
    max-width: 72%;
}
.popup-text-home .popup-home__input {
    display: block;
    width: 350px;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #232323;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eeeeee;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.popup-text-home .popup-home__button{
    background-color: #222222;
    border: medium none;
    color: #ffffff;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    min-width: 115px;
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: baseline !important;
}
.popup-text-home .popup-home__button a{
    color: white;
}
.popup-text-home .popup-home__text-cancel {
    font-size: 12px;
    margin-top: 20px;
    color: rgba(0, 0, 0, .6);
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}
.popup-text-home .close.popup-home__close {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    min-width: 70px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: -30px;
}

.popup-text-home .close.popup-home__close span {
    font-size: 15px;
    color: white;
}

.popup-home__form form {
    display: flex;
    justify-content: center;
}
/*Popup home END*/


img.img-fluid.rounded-circle {
    height: 3rem;
}
img.img-fluid.mr-10 {
    width: 20%;
}
/*----------------Body END----------------*/

/*-----------------------Footer-----------------------*/

footer {
    background: url(https://cdn8473.cdn4s6.io.vn/media/background/footer-bg.jpg) no-repeat;
}

/*-----------------------Footer END-----------------------*/

/*------------------------Mobile------------------------*/
.is-mobile .call-free {
    display: flex;
    justify-content: flex-start;
}
.is-mobile .swiper-slider-main .swiper-slide .swiper-slide--wrap {
    text-align: left;
    width: 80%;
}

.btn-mini-wishlist {
     border: 1px solid var(--color-highlight);
}

/* .is-mobile header:has(+ div[nh-row]) + div[nh-row] {
    padding-top: 201px;
} */

@media (max-width: 550px) {
    .text-slider-1 .swiper-slide--wrap {
         left: 10%; 
    }
    .swiper-slide--link {
        padding: 0.5rem 1rem;
    }
    .swiper-slide--description-short {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    .swiper-slide--description {
        font-size: 2.2rem;
    }
    .swiper-slide--tile {
        font-weight: 400;
        font-size: 2rem;
    }
    
    
    .icon-support-img {
        width: 20%;
    }
    .tabs-categorys .nav-item {
        width: 100%;
        text-align: center;
    }
    
    
    .box-banner__item-sub-title {
        font-size: 24px;
    }
    
    .box-banner__item-title {
        font-size: 2rem;
    }
    
    .box-banner__item-desc {
        font-size: 12px;
        margin-bottom: 2px;
    }
    
    .box-banner__item-link {
        font-size: 12px;
        margin-top: 0px;
        line-height: 25px;
    }

    .box-banner__item-title.text-2{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .box-banner__item-desc.texts-2{
        font-size: 20px;
        margin: 0;
    }
    
    .img-banner__item-content {
        position: absolute;
        left: 10%;}
        
    .img-banner__item-title{
        font-size: 20px;
        margin-bottom: 3px;
    }
    .img-banner__item-desc{
        font-size: 12px;
        margin: 0;
    }
    .img-banner__item-link{
        font-size: 10px;
        line-height: 25px;
        margin-top: 10px;
    }
    
    .content-inner .inner-content:before {
        content: "";
        border-top: 16px solid transparent;
        border-bottom: 16px solid #fff;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        position: absolute;
        top: -32px;
        left: 38px;
        z-index: 1;
    }
    .content-inner .inner-content:after{
        content: "";
        border-top: 18px solid transparent;
        border-bottom: 18px solid #eeeeee;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        position: absolute;
        top: -36px;
        left: 36px;
    }
    
    .content-inner .article-item .inner-image img {
        padding-bottom: 10px;
    }
    
    
    .product-content-detail .add-to-cart{
        width: 100%;
        margin-left: 1rem;
    }

    .title-product {
        margin-top: 20px;
    }
    
    .showroom.py-5 {
        padding: 28px 0;
        margin-top: 30px;
    }
    
    .product-detail-footer .nav li a {
        font-size: 1.6rem;
    }
    
    .items-number{
        right: 0px;
        top: -6px;
    }
    
    .slider-product img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}
/*------------------------Mobile END------------------------*/
.is-mobile header .logo-section {
    text-align: right;
}

/*Fix*/
.contact-icon > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

img.icon-support-img {
    width: 20%;
}

.product-title {
    min-height: 40px;
}
.is-mobile .logo-section img {
    text-align: left;
    height: 3rem;
}
.is-mobile .effect-nav li:not(:last-child) a::after {
    content: none;

}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0 15px 0 15px;
    height: 52px !important;
    line-height: 52px !important;
    border-radius: 0;
}

.bootstrap-select>.dropdown-toggle {
    height: 52px !important;
    line-height: 32px !important;
}
.menu-desktop>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.list-news .title-section {
    text-align: left !important;
}
.title-left .title-section-product {
    font-weight: 700 !important;
    margin: 0;
    padding-bottom: 1.5rem !important;
    text-align: left !important;
    font-size: 1.75rem;
}

.title-left .title-section-product:after {
    opacity: 0;
}

.title-left .title-product {
    text-align: left;
    margin-bottom: 2rem;
}

.header-search input {
    border-radius: 40px;
}

.header-search .input-group-append button {
    border-radius: 40px;
}



.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 40px;
    height: 40px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    /* -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out; */
    /* animation: phone-vr-circle-fill 2.3s infinite ease-in-out; */
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /* -webkit-animuiion: zoom 1.3s infinite; */
    /* animation: zoom 1.3s infinite; */
    display: none;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 10px;
    left: 10px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: flex;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

/*@-webkit-keyframes phone-vr-circle-fill {*/
/*    0% {*/
/*        -webkit-transform: rotate(0) scale(1) skew(1deg);*/
/*    }*/

/*    10% {*/
/*        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);*/
/*    }*/

/*    20% {*/
/*        -webkit-transform: rotate(25deg) scale(1) skew(1deg);*/
/*    }*/

/*    30% {*/
/*        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);*/
/*    }*/

/*    40% {*/
/*        -webkit-transform: rotate(25deg) scale(1) skew(1deg);*/
/*    }*/

/*    50% {*/
/*        -webkit-transform: rotate(0) scale(1) skew(1deg);*/
/*    }*/

/*    100% {*/
/*        -webkit-transform: rotate(0) scale(1) skew(1deg);*/
/*    }*/
/*}*/

/*@-webkit-keyframes zoom {*/
/*    0% {*/
/*        transform: scale(0.9);*/
/*    }*/

/*    70% {*/
/*        transform: scale(1);*/
/*        box-shadow: 0 0 0 15px transparent;*/
/*    }*/

/*    100% {*/
/*        transform: scale(0.9);*/
/*        box-shadow: 0 0 0 0 transparent;*/
/*    }*/
/*}*/

/*@keyframes zoom {*/
/*    0% {*/
/*        transform: scale(0.9);*/
/*    }*/

/*    70% {*/
/*        transform: scale(1);*/
/*        box-shadow: 0 0 0 15px transparent;*/
/*    }*/

/*    100% {*/
/*        transform: scale(0.9);*/
/*        box-shadow: 0 0 0 0 transparent;*/
/*    }*/
/*}*/

.button-contact i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}

.call-free i{
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.first-news img {
    max-height: 500px;
    width: auto;
    margin: 0 auto;
}

.slide-doitac .swiper-wrapper {
  transition-timing-function: linear !important;
}

.post-date span {
    margin-right: 0.5rem;
}

.item-news-custom .inner-image .ratio-1-1 img {
    border-radius: 10px;
}

@media (min-width: 992px) {
    .item-news-custom .inner-image .ratio-1-1 {
        padding-top: 60%;
        margin-bottom: 10px;
    }
}@media (min-width: 992px) {
    .item-news-custom .inner-image .ratio-1-1 {
        padding-top: 60%;
        margin-bottom: 10px;
    }
}

/*CSS by quyettq*/
.slide-doitac .title-slider {
    display: none;
}

.slider-author .brand-slider {
    padding: 0 3rem;
}

.slider-author .brand-slider img {
    border-radius: 50%;
    overflow: hidden;
}

.home .menu-vertical ul {
    display: block !important;
}

.header--hide .menu-vertical ul, .scolling .header--hide .menu-vertical ul  {
    display: none !important;
}

.swiper-slider-main .swiper-slide.home-slider_item img {
    width: 100%;
    height: 350px;
    min-height: auto;
}

.swiper-slide.home-slider_item, .home-slider_ads-item img {
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover !important;
}

/*.setting-menu .menu-vertical ul {*/
/*    max-height: 360px;*/
/*    overflow: auto;*/
/*    padding: 0;*/
/*    background: #f9f9f9;*/
/*    border: 1px solid #E9E9E9;*/
/*}*/

.header-search {
    max-width: 70%;
}

.header-search .input-group .form-control {
    height: 40px;
    border: 0;
}

.header-search .input-group-append .btn-submit {
    height: 40px;
    line-height: 1;
}

@media (min-width: 768px) {
    .home-slider_ads-item {
        height: calc(340px / 2);
        padding-top: calc(340px / 2);
    }
} 

/*End quyettq*/

.xuat_ban_item {
    padding: 0 2rem !important;
}

.xuat_ban_item img {
    object-fit: cover !important;
}

.xuat_ban_vitri {
    font-size: 14px;
    min-height: 42px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .menu-section > ul > li > a {
        font-size: 14px;
    }
    .img-banner__item-title{
        font-size: 45px;
    }
    .img-banner__item-desc{
        font-size: 25px;
    }
    .img-banner__item-link{
        font-size: 14px;
        line-height: 40px;
        margin-top: 25px;
    }
    
    .content-inner .article-item .article-title {
        font-size: 14px;
    }
    .content-inner .box-name {
        margin-bottom: 10px;
    }
    .article-item .article-description {
        padding: 0px 0 0px;
    }
    
}

@media (max-width:992px) {
    .setting-menu>.container>.row>div {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .setting-menu .btn-mini-cart {
        justify-content: center;
    }
    #nh-admin-bar {
        display: none;
    }
    .setting-menu .mini-cart-section{
        float: none !important;
    }
    .product-item .price-amount {
        display: block;
    }
    .product-item .price-amount.old-price {
        display: inline-block;
        margin-left: 0 !important;
    }
    
    .box-banner__item-image img {
        min-height: 38vw;
        object-fit: cover;
    }
}
@media (max-width:768px) {
    .swiper-slide--description-short {
        display: none;
    }
    
    .header-search {
        max-width: 100%;
    }
    
    .swiper-slider-main .swiper-slide.home-slider_item img {
        height: 45vw;
    }
}
@media (max-width:767px) {
    .swiper-slider-main .swiper-slide img {
        min-height: 16rem;
    }
    .product-action {
        height: 4rem;
    }
    
    .product-action .btn-product-action i {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
    }
}

@media (max-width:320px) {
    .call-free {
        font-size: 1.2rem;
    }
    
    .btn-mini-cart {
        font-size: 1.2rem;
    }
    
    .cart-text {
        font-size: 1.2rem;
    }
    
    .btn-action-header {
        padding: 0;
    }
    
    .btn-mini-cart i, .call-free i {
        font-size: 25px;
    }
}