/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'Roboto Flex';
    src: url('fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
}

@font-face {
    font-family: 'UTM-Alpine-KT';
    src: url('fonts/UTM-Alpine-KT.ttf') format('truetype');
}
body {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

strong,
b {
    font-weight: 700;
}

#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 999;
    right: 0;
  }
  
  /*phone*/
  #button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
  }
  
  #button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    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: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: #cf203170;
    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;
  }
  
  .phone-vr-img-circle {
    background-color: #CF2031;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    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;
  }
  
  .phone-vr-img-circle a {
    display: block;
    line-height: 37px;
  }
  
  .phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    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(.9)
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
  
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
  }
  
  @keyframes zoom {
    0% {
        transform: scale(.9)
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
  
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
  }
  
  .phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
  }
  
  .phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
  }
  
  #zalo-vr .phone-vr-img-circle {
    background-color: #1F5E9D;
  }
  
  #zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1f5e9da3;
    background-color: #1f5e9d7a;
  }
.header-search-form-wrapper{

}
.header-search-form-wrapper form{border: 1px solid #005B2C;border-radius: 4px;/* overflow: hidden; */}
.header-search-form-wrapper button{background-color: transparent;border: unset;}
.header-search-form-wrapper button i{color: #005B2C;}
.header-search-form-wrapper input{
  border: unset;
  height: 48px;
  box-shadow: unset !important;
  background: url();
}
.contact-hd{

}
.contact-hd ul{

}
.contact-hd ul li{list-style-type: none;padding-left: 31px;}
.contact-hd ul li:nth-child(1){background: url(images/phonehd.png) no-repeat;background-size: 21px 21px;}
.contact-hd ul li:nth-child(2){
background: url(images/emailhd.png) no-repeat;
}
.contact-hd ul li a{
font-weight: 700;
font-size: 14px;
line-height: 20px;
color: #888888;

}
.header-cart-link{background: #F58440;border-radius: 13px;font-weight: 700 !important;font-size: 14.92px !important;line-height: 25.58px !important;text-transform: uppercase;color: #fff !important;padding: 10px 15px !important;margin-left: 30px;}
.header-cart-link span{

}
..header-cart-link i{

}
#wide-nav{border-top: 1px solid hsl(40deg 42% 60% / 30%);}
.header-bottom-nav{

}
.header-bottom-nav>li{margin: 0 25px;}
.header-bottom-nav>li>a{font-weight: 700 !important;font-size: 16px;color: #5B5757;padding: 22px 0;}
.header-bottom-nav>li>ul.sub-menu{
    padding: 0 10px 10px 10px;
    background: #fff;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.5);
    /* z-index: 999; */
    /* width: 230px; */
    margin-top: 0;
}
.header-bottom-nav>li>ul.sub-menu>li:first-child{
  border-top:unset
}
.header-bottom-nav>li>ul.sub-menu>li{border-top: 1px solid #dfdfdf;background: url(images/bg-tt2.png) no-repeat 0 center;display: inline-block;width: 100%;margin-left: 0;padding: 7px 0;}
.header-bottom-nav>li>ul.sub-menu>li>a{
  padding: 0 15px;
  line-height: 22px;
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  border: unset;
}
.icon-giao{

}
.icon-giao .icon-box-img{

}
.icon-giao .icon-box-text{

}
.icon-giao .icon-box-text h3{
font-weight: 700;
font-size: 16px;
line-height: 24px;;
text-transform: uppercase;
color: #fff;
}
.icon-giao .icon-box-text p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #fff;
}
.row-giaohang{position: relative;}
.row-giaohang::before{
  content: "";
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  height: 2px;
  background: #FFDEA54D;
}
.home-title{

}
.home-title h2{font-weight: 600;font-size: 48px;color: #005B2C;margin-bottom: 0;}
.home-title h2 strong{color: #302000;font-weight: 600;}
.home-title p{
font-weight: 400;
font-size: 14px;
color: #000000;
}
.product-small{
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 52px;
  padding: 15px;
}
.product-small:hover{
  border: 1px solid #F58440;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.product-small .box-image{

}
.product-small .box-image img{
  border-radius: 13px;
}
.product-small .box-text{padding-bottom: 0;}
.product-small .box-text p.category{
font-weight: 700;
font-size: 10px;
line-height: 15px;
text-transform: uppercase;
color: #006432;

}
.product-small .box-text p.product-title{margin-bottom: 15px;}
.product-small .box-text p.product-title a{
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: #111827;
}
.product-small .box-text .price-wrapper{

}
.product-small .box-text .price-wrapper .price{

}
.product-small .box-text .price-wrapper .price ins{
  order: 1;
}
.product-small .box-text .price-wrapper .price del{
  order: 2;
}
.price-custom-sale {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-custom-sale ins {
    order: 1;
    text-decoration: none;
    color: #e53935;
    font-weight: 700;
}

.price-custom-sale del {
    order: 2;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
.product-small .box-text .price-wrapper .price span{
font-weight: 700;
font-size: 18px;
line-height: 28px;
color: #E53E3E;

}
.product-small .box-text .price-wrapper .price ins span{
font-weight: 700;
font-size: 18px;
line-height: 28px;
color: #E53E3E;

}
.product-small .box-text .price-wrapper .price del span{
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #A4A4A4;

}
.product-small .box-text .add-to-cart-button{

}
.product-small .box-text .add-to-cart-button a{
  background: #1B5E20;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  padding: 7px 0;
  border-radius: 24px;
  margin: 0;
  margin-top: 5px;
  position: relative;
}
.product-small .box-text .add-to-cart-button a::before{content: "";position: absolute;left: 15px;top: 9px;width: 20px;height: 20px;background: url(images/cartg.png) no-repeat;}
.badge-container{background: #FEE2E2;font-weight: 700;font-size: 10px;line-height: 15px;color: #DC2626;border-radius: 5px;padding: 3px;left: 21px;}
.badge-container span{

}
.but-xemthem{background: #F28F30;padding: 0 40px;}
.but-xemthem span{
font-weight: 700;
font-size: 13px;
color: #FDEDD5;

}
.text-vct{

}
.text-vct h2{font-family: 'UTM-Alpine-KT';font-weight: 400;font-size: 36px;color: #F58440;margin-bottom: 0;line-height: 42px;}
.text-vct h3{font-weight: 600;font-size: 64px;color: #005B2C;margin-bottom: 25px;line-height: 74px;}
.text-vct p{
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #302000;

}
.but-khampha{
padding: 0 30px;
}
.but-khampha span{
font-weight: 700;
font-size: 13px;
color: #FDEDD5;

}
.img-vct{
  margin-top: -70px;
}
.text-conso{
  box-shadow: 0px 28.13px 56.25px 0px #0000000F;
  background: #FFFFFF;
  border-radius: 28px;
  padding: 25px;
}
.text-conso h3{font-weight: 700;font-size: 60px;line-height: 75px;color: #005B2C;margin-bottom: 0;}
.text-conso h3 span{
  padding-right: 5px;
}
.text-conso h3 b{font-weight: 700;font-size: 24px;line-height: 32px;color: #505050;}
.text-conso h3 strong{font-weight: 700;font-size: 32px;line-height: 42px;color: #F28F30;position: absolute;/* top: 24px; *//* left: 68px; */}
.text-conso p{font-weight: 700;font-size: 16px;line-height: 27px;color: #0B1C30;position: relative;padding-top: 10px;margin-bottom: 0;}
.text-conso p::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #505050;
width: 62px;
height: 3px;
opacity: 0.4;
}
.home-tintuc{

}
.home-tintuc .box-blog-post{
background: #FFFFFF;
box-shadow: 0px 20px 70px 0px #0000001A;
border-radius: 10px;
}
.home-tintuc .box-blog-post .box-text{padding: 15px 20px;}
.home-tintuc .box-blog-post .box-text h5{

}
.home-tintuc .box-blog-post .box-text h5 a{
font-weight: 700;
font-size: 14px;
color: #302000;

}
.home-tintuc .box-blog-post .box-text .is-divider{
  display: none;
}
.home-tintuc .box-blog-post .box-text a.button{
  background: url(images/butxemt.png) left no-repeat;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #302000;
  border: unset;
  padding-left: 45px;
  text-transform: unset;
  padding-top: 8px;
}
.logo-footer{

}
.logo-footer .icon-box-img{

}
.logo-footer .icon-box-text{

}
.logo-footer .icon-box-text p{
font-weight: 400;
font-size: 15.75px;
line-height: 25.59px;
color: #CBD5E1;
}
.title-ft{margin-bottom: 15px;}
.title-ft h3{
font-weight: 600;
font-size: 20.25px;
line-height: 30.38px;
color: #FFFFFF;

}
.icon-footer{align-items: center;margin-bottom: 20px;}
.icon-footer .icon-box-img{
  width: 17px !important;
}
.icon-footer .icon-box-img img{padding-top: 0;}
.icon-footer .icon-box-text{

}
.icon-footer .icon-box-text p{
font-weight: 400;
font-size: 14px;
line-height: 27px;
color: #FFFFFF;
}
.menu-ft{

}
.menu-ft .menu-item{

}
.menu-ft .menu-item a{
font-weight: 400;
font-size: 15.75px;
line-height: 22.5px;
color: #CBD5E1;
}
.title-h1-gt{

}
.title-h1-gt h1{
  text-align: center;
    background: url(images/bg-mh1.svg) no-repeat center bottom;
    padding: 0 0 35px 0;
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.text-thanhtuu{
    padding: 15px .75rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #d0ecc8;
    vertical-align: top;
    margin-bottom: 20px;
}
.text-thanhtuu h3{font-size: 36px;font-weight: 700;color: #005B2C;/* line-height: 1; */margin-bottom: 0;line-height: 42px;}
.text-thanhtuu p{
    font-size: 18px;
    color: #555;
    margin-top: 0;
    /* line-height: 1.5; */
    margin-bottom: 0;
}
.row-thanhtuu{
      background: #f2faf0;
    padding: 1.75rem 1rem;
    border-top: 1px solid #d0ecc8;
    border-bottom: 1px solid #d0ecc8;
}
.text-qt{
background: #fff;
    border: 1px solid #d0ecc8;
    border-radius: 12px;
    padding: .9rem .5rem;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
}
.text-qt h4{
    font-size: 22px;
    font-weight: bold;
    color: #005B2C;
    margin-bottom: 3px;
}
.text-qt p{font-size: 15px;color: #666;line-height: 1.5;margin-bottom: 0;}
.text-sx{

}
.text-sx{
background: #005B2C;
    border: 1px solid #005B2C;
    border-radius: 12px;
    padding: .9rem .5rem;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
}
.text-sx h4{
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 3px;
}
.text-sx p{font-size: 15px;color: #ffffff;line-height: 1.5;margin-bottom: 0;}
.icon-camket{
background: #fff;
    border-left: 4px solid #005B2C;
    border-radius: 0 12px 12px 0;
    padding: 1rem 1rem 1rem 1.1rem;
    margin-bottom: 10px;
}
.icon-camket .icon-box-text{

}
.icon-camket .icon-box-text h4{font-size: 22px;font-weight: bold;color: #005B2C;margin-bottom: 4px;}
.icon-camket .icon-box-text p{
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}
.row-camket{
  background: #f2faf0;
    padding: 1.75rem 1rem;
    border-top: 1px solid #d0ecc8;
    border-bottom: 1px solid #d0ecc8;
}
.text-sumenh{margin: 1.5rem 0;padding: 2rem 1.25rem;/* text-align: center; */background: #005B2C;}
.text-sumenh h3{
    font-size: 21px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #F58440;
    font-weight: bold;
    margin: 0px 0px 0.9rem;
}
.text-sumenh p{
    font-weight: 400;
    color: #ffffff;
    line-height: 1.75;
    margin: 0px auto 0.9rem;
    font-style: italic;
    max-width: 600px;
    font-size: 17px;
}
.text-sumenh h4{color: #F58440;margin: 0px;letter-spacing: 0.05em;font-size: 18px;}
.tt-out {
    padding: 30px 0 0;
    background: url(images/bg-sp.png) no-repeat center 0;
}
.tt-tab {
    width: 100%;
    margin: 20px 0 30px;
}

.tt-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tt-tab ul li {
    margin: 0;
    padding: 0;
}

.tt-tab ul li a {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 200px;
    min-height: 43px;

    padding: 8px 20px;

    border: 1px solid #ccc;
    border-radius: 30px;

    color: #47718a;
    font-size: 14px;
    text-transform: uppercase;

    text-decoration: none;
    transition: .3s;
}

.tt-tab ul li.active a,
.tt-tab ul li a:hover {
    color: #fff;
    background: #00833e;
    border-color: #00833e;
}

@media (max-width: 767px) {

    .tt-tab ul {
        gap: 8px;
    }

    .tt-tab ul li {
        width: 100%;
    }

    .tt-tab ul li a {
        width: 100%;
        min-width: 0;
    }
}
.tt-tab li.active a {
    background: #00833e;
    border-color: #00833e;
    color: #fff;
}
/* ==============================
   DANH SÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂCH TIN TÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¨C
============================== */

.news-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 55px;
}

.news-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.news-item-image {
    width: 220px;
    min-width: 220px;
}

.news-item-image a {
    display: block;
}

.news-item-image img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.news-no-image {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #999;
}

.news-item-content {
    flex: 1;
    min-width: 0;
}

.news-date {
    font-size: 14px;
    line-height: 1.4;
    color: #005B2C;
    margin-bottom: 7px;
}

.news-title {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
}

.news-title a {
    color: #333;
}

.news-title a:hover {
    color: #00843d;
}

.news-excerpt {
    font-size: 15px;
    line-height: 1.65;
    color: #666;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-detail {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    color: #F58440;
    font-weight: 500;
}

.news-detail span {
    font-size: 18px;
    margin-left: 4px;
}

.news-detail:hover {
    color: #00843d;
}


/* Pagination */

.news-pagination {
    margin-top: 45px;
    text-align: center;
}

.news-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    margin: 0 3px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
}

.news-pagination .page-numbers.current,
.news-pagination .page-numbers:hover {
    background: #00843d;
    border-color: #00843d;
    color: #fff;
}


/* ==============================
   MOBILE
============================== */

@media (max-width: 849px) {

    .news-list-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .news-item {
        gap: 20px;
    }

    .news-item-image {
        width: 180px;
        min-width: 180px;
    }

    .news-item-image img,
    .news-no-image {
        height: 120px;
    }

}

@media (max-width: 550px) {

    .news-item {
        gap: 15px;
        display: block;
    }

    .news-item-image {
        width: 100%;
        min-width: unset;
        margin-bottom: 20px;
    }

    .news-item-image img,
    .news-no-image {
        height: 100%;
    }

    .news-title {
        /* font-size: 16px; */
        line-height: 1.4;
    }

    .news-excerpt {
        font-size: 13px;
        line-height: 1.5;
        -webkit-line-clamp: 2;
    }

    .news-date {
        /* font-size: 14px; */
    }

    .news-detail {
        font-size: 13px;
    }

}
h1.heading-page{
  text-align: center;
  text-transform: uppercase;
}
.pageBreamBox{
  margin-bottom: 30px;
}
.ct-box {
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 15px;
}
.entry-header{
  display: none;
}
.sh {
    border-bottom: 1px solid #d1d1d1;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sh span {
    background: #fff;
    display: inline-block;
    padding: 0 10px 0 0;
    color: #005B2C;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: -1px;
}
#comments{
  display: none;
}
.related-posts {
    width: 100%;
    margin-top: 30px;
}

.related-posts-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 45px;
}

.related-post-item {
    display: flex;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 20px;
}

.related-post-image {
    width: 160px;
    min-width: 160px;
    height: 102px;
    overflow: hidden;
}

.related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.related-post-content {
    flex: 1;
    min-width: 0;
    border: 1px dashed #ddd;
    padding: 12px 10px;
}

.related-post-date {
    color: #008f39;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.related-post-title {
    margin: 0 0 8px !important;
    line-height: 1.25;
    font-size: 15px !important;
    font-weight: 700;
}

.related-post-title a {
    color: #333;
    text-decoration: none;
}

.related-post-title a:hover {
    color: #008f39;
}

.related-post-more {
    color: #65b82e !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
}

.related-post-more span {
    font-size: 14px;
}

@media (max-width: 767px) {

    .related-posts-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .related-post-item {
        gap: 10px;
    }

    .related-post-image {
        width: 130px;
        min-width: 130px;
        height: 90px;
    }

    .related-post-content {
        padding: 9px;
    }

    .related-post-title {
        font-size: 14px !important;
    }
}
.widget.widget_categories{
  background: #fff;
    padding: 15px;
    padding-right: 30px;
    border: 4px solid #dfdfdf;
}
.widget.flatsome_recent_posts{
  background: #fff;
    padding: 15px;
    padding-right: 30px;
    border: 4px solid #dfdfdf;
}
#shop-sidebar .widget{
   background: #fff;
    padding: 15px;
    padding-right: 30px;
    border: 4px solid #dfdfdf;
}
.pageBreamBox-sp {
    background-color: rgb(242, 242, 242);
    padding: 10px 0;
    /* margin-bottom: 15px; */
}
.page-title-inner .woocommerce-breadcrumb{
  display: none;
}
.product-short-description{
  background: #fff;
    border: 1px solid #d0ecc8;
    border-radius: 12px;
    padding: 1.1rem 1.25rem;
    margin: 20px 0;
}
.product-info{

}
.product-info .price-custom-sale ins span{
  color: #e53935;
}
.custom-product-info {
    background: #f1f8ef;
    border-radius: 12px;
    padding: 8px 18px;
    margin: 25px 0;
    width: 100%;
}

.custom-product-info .product-info-row {
    display: grid;
    grid-template-columns: 40% 60%;
    border-bottom: 1px solid #cfe2c9;
    min-height: 43px;
    align-items: center;
}

.custom-product-info .product-info-row:last-child {
    border-bottom: 0;
}

.custom-product-info .product-info-label {
    font-weight: 700;
    color: #005B2C;
    padding: 9px 0;
}

.custom-product-info .product-info-value {
    color: #222;
    padding: 9px 0;
    line-height: 1.6;
}

.custom-product-info .product-info-value a {
    color: #222;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 549px) {

    .custom-product-info {
        padding: 5px 12px;
    }

    .custom-product-info .product-info-row {
        grid-template-columns: 38% 62%;
        font-size: 14px;
    }

}
@media(max-width:549px){
    .row-giaohang::before{
        display: none;
    }
    .icon-giao{
        margin-bottom: 20px;
    }
    .icon-giao .icon-box-text h3{
        font-size: 14px;
    line-height: 22px;  
    }
    .home-title h2{
        font-size: 36px;
    }
    .product-small .box-text .add-to-cart-button a::before{
        display: none;
    }
    .product-small .box-text .add-to-cart-button a{
        font-size: 10px;
    }
    .text-vct h3{
            font-size: 42px;
            line-height: 55px
    }
    .img-vct {
    margin-top: 30px;
}
.text-conso h3{
    font-size: 46px;
    line-height: 65px;

}
.row-footer .col{
    padding-bottom: 30px;
}
.title-h1-gt h1{
    font-size: 22px;
}
}