

@media (min-width: 1366px) {
    .container {
        max-width: 1310px;
    }
}

html {
    overflow-x: hidden;
}

body{
    font-family:'Helve', Helvetica, Arial, sans-serif !important;
    overflow-x: hidden;
}

b, strong {
    font-weight: 600;
}

.row-padding-center > .container > .row > div:nth-child(2){
    padding: 0;
}

.w-25px{
    width: 25px;
}

.text-black {
    color: var(--black);
}

.logo-section img {
    max-height: 150px;
}


/*Menu danh muc san pham doc*/
.menu-vertical {
    background: var(--orange);
}

.menu-vertical > .menu-container {
    display: flex;
    position: relative;
}

.menu-vertical > .menu-container .btn-menu-mobile {
    display: block;
    color: var(--white);
    margin: 0 10px;
    line-height: 45px;
    font-size: 20px;
}

/*.menu-vertical > .menu-container .menu-section {*/
/*    width: 100%;*/
/*}*/

.menu-vertical > .menu-container .menu-section ul li.has-child {
    width: 100%;
}

.menu-vertical .menu-section > ul > li > a {
    height: auto;
    color: #fff!important;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: left;
    line-height: 45px;
}

.menu-vertical .menu-section > ul > li > .entry-menu {
    width: 100%;
    left: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    padding: 6px 10px;
    text-transform: uppercase;
}

.menu-vertical .menu-section > ul > li > .entry-menu li {
    border-bottom: 1px solid #e5e5e5;
}

.menu-vertical .menu-section > ul > li > .entry-menu li:last-child {
    border: 0;
}

body.home .menu-vertical .menu-section > ul > li > .entry-menu {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/*Menu danh muc san pham doc*/


.entire-action-header .btn-action-header {
    padding: 0 12px;
    /*line-height: 45px;*/
    background: none;
    border-radius: 0;
}


/*Header*/

.align-row-center>.container>.row {
    align-items: center;
}

/*End Header*/

.banner-home__right .collection-banner {
    margin-bottom: 10px;
}

.banner-home__right .collection-banner:last-child {
    margin-bottom: 0;
}

/*highlight*/
.hight-light .entry-content {
    border-right: 1px solid #e5e5e5;
}

.hight-light .col-lg-3:last-child .entry-content {
    border: 0;
}
/*end highlight*/

.btn-buy-product{
    background-color: var(--orange);
    color: var(--white);
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    transition: all .4s;
}
.btn-buy-product:hover{
    background-color: var(--main);
    color: var(--white);
}

/*Footer*/
footer {
    background-image: url(../../assets/media/background/bg-footer2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--orange);
}

footer a, footer p {
    color: var(--white);
}

.round-15{
    border-radius: 15px;
}
.menu-ft {
    margin-bottom: 20px !important;
}
.menu-ft li{
    position: relative;
    padding-left: 15px;
}
.menu-ft li:before{
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--white);
    border-radius: 50%;
}

.payment img {
    max-height: 25px;
}

.img-contain{
    object-fit: contain !important;
}
/*End Footer*/


/*Title block*/
.title-line:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--black);
}
.title-line .text-title{
    border-radius: 20px;
    background-color: var(--orange);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-size: 18px;
    padding: 5px 15px;
    display: inline-block;
}
/*Title block*/

/*Module y kien khach hang*/
.customer-reviews{
    padding: 50px 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.w-65px{
    width: 65px !important;
}

.item-review img{
    border-radius: 50%;
}
.item-review:before{
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 15px solid transparent;
    border-top: 15px solid white;
    border-left: 15px solid transparent;
}

/*Module y kien khach hang*/

/*Module tin tuc moi*/
.hot-news .article-item .article-title{
    font-size: 16px !important;
    margin-bottom: 0;
}
.hot-news .article-description{
    display: none;
}
/*Module tin tuc moi*/

@media (min-width: 1024px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 992px){
    .container {
        max-width: 1170px;
    }
    
    .float-mb-right{
        float: right;
    }
    .btn-mini-cart > i{
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid var(--white);
        font-size: 20px;
        color: var(--black);
    }
    
    .customer-reviews{
        background-size: 100% 100% !important;
        padding: 50px 15px !important;
        background-position: center;
    }
    
    .hight-light .entry-content{
        border-right: 0 !important;    
    }
    
    #fb-plugin > iframe{
        width: 100% !important;
    }
}

@media (max-width: 576px){
    
    
    .entire-action-header .btn-action-header{
        padding: 0 5px;
    }
    
    .btn-mini-cart .cart-items-number{
        height: 20px;
        width: 20px;
        line-height: 18px;
    }
    
    .hight-light{
        padding: 15px !important;
    }
    .hight-light .inner-content h4,
    .hight-light .inner-content p{
        font-size: 14px !important;
    }
    
    .price-amount{
        font-size: 13px;
    }
    
    footer .container > .row > [class*="col-"]{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-item {
        margin-bottom: 20px;
    }
    
    
}

.bg-main {
    background: var(--main) !important;
}

/*highlight*/
.hight-light {
    border: 1px solid #e5e5e5;
    padding: 40px 30px;
}

.hight-light .entry-content {
    border-right: 1px solid #e5e5e5;
}

.hight-light .col-lg-3:last-child .entry-content {
    border: 0;
}
.entry-content {
    display: flex;
    align-items: center;
}
.hight-light .inner-icon {
    margin-right: 12px;
}
.hight-light .inner-content h4 {
    margin-bottom: 0;
    color: var(--color-black);
    font-weight: 600;
    font-size: 18px;
}
.hight-light .inner-content p {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--color-black);
}

/*end highlight*/
.entire-action-header {
    position: relative;
}
.entire-action-header .btn-action-header {
    color: var(--black);
}

.btn-mini-cart .cart-items-number {
    position: absolute;
    top: 0;
    /* right: 0; */
    background-color: var(--orange);
    color: var(--white);
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 14px;
}
.btn-mini-cart-mb .cart-items-number {
    position: absolute;
    top: 0;
    /* right: 0; */
    background-color: var(--orange);
    color: var(--white);
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 14px;
}
.btn-mini-cart > i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--black);
    font-size: 20px;
    color: var(--black);
}


.bg-khachhang .section-count-why {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.bg-khachhang .swiper-slider-main .swiper-slide img {
    height: auto;
    object-fit: cover;
    width: 30%;
}
.title-section {
    font-weight: 600;
}
.bg-khachhang .swiper-slide{
    height: 70%;
}

.read-more {
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    font-size: 12px;
    background-color: var(--orange);
}

.img-contain {
    object-fit: contain !important;
}
.rti-abs-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.rti-35 {
    padding-top: 7%;
}
.doitac .swiper-button-prev, .doitac .swiper-button-next {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text);
    font-size: -1.9rem;
}
.doitac .swiper-button-next, .doitac .swiper-rtl .doitac .swiper-button-prev {
    right: -20px;
    left: auto;
}
.doitac  .swiper-button-prev, .doitac .swiper-rtl .doitac .swiper-button-next {
    left: -20px;
    right: auto;
}

.title-section-2 ::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -14px;
    background-color: var(--color-main);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}



@media (max-width: 576px){
    .row-align-center > .container > .row > div:nth-child(3) {
        display: flex;
        justify-content: space-around;
    }
    .logo-section img {
        max-height: 65px;
    }
    
    .swiper-slider-main .swiper-slide img {
         height: 265px; 
        object-fit: cover;
        width: 100%;
    }
    .bg-khachhang .swiper-slide {
        height: 68%;
    }
    .rti-35 {
        padding-top: 20%;
    }

}
.is-mobile .hight-light .entry-content {
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
}
