/*
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.   ***************/
.headInfo {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 20px;
}

    .headInfo li {
        color: #8C8C8C;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        padding: 0;
        margin-right: 44px;
    }

        .headInfo li:nth-child(1) {
            background: url(images/h1.png) left center no-repeat;
            padding-left: 32px;
        }

        .headInfo li:nth-child(2) {
            background: url(images/h2.png) left center no-repeat;
            padding-left: 32px;
        }
.searchform-wrapper{
}
.searchform-wrapper input{height: 38px;background-color: transparent !important;}
.searchform-wrapper button{
}
.searchform-wrapper button i{color: #6a0120;}
#masthead{
  border-bottom: 1px solid hsl(40deg 42% 60% / 30%);
}
.header-bottom-nav>li.menu-item{
  margin: 0 20px;
}
.header-bottom-nav>li.menu-item>a{
  color:#5B5757;
  font-size: 16px;
  font-weight: 700;
}
.cart-item>a.header-cart-link{
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  padding: 10px 15px;
  text-transform: unset;
  color: #2C2C2C !important;
}
.icon-bottom{background: #F4F4F4;padding: 10px 15px;border-radius: 18px;position: relative;}
.icon-bottom:before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 112px;
  background: url(images/backicon.png) no-repeat;
}
.icon-bottom .icon-box-img{
  
}
.icon-bottom .icon-box-text{position: relative;}
.icon-bottom .icon-box-text h3{font-weight: 700;font-size: 17px;color: #780730;margin-bottom: 0;}
.icon-bottom .icon-box-text p{
font-weight: 500;
font-size: 16px;
color: #717171;
}
.h2-title-spnb{
}
.h2-title-spnb h2{border: unset;text-align: center;}
.h2-title-spnb h2 span{font-weight: 700;font-size: 32px;color: #780730;border: unset;margin: 0 auto;padding: 0;}
.product-small.box{
}
.product-small.box .box-image{
  border-radius: 12px;
}
.product-small.box .box-text{
}
.product-small.box .box-text .title-wrapper{
}
.product-small.box .box-text .title-wrapper p{
}
.product-small.box .box-text .title-wrapper p a{
font-weight: 700;
font-size: 16px;
color: #5B5757;
}
.product-small.box .box-text .price{
}
.product-small.box .box-text .price span{
font-weight: 700;
font-size: 24px;
color: #780730;
}
.product-small.box .box-text .price del{
}
.product-small.box .box-text .price del span{
font-weight: 700;
font-size: 14px;
color: #9A9A9A;
}
.product-small.box .box-text .price ins{
}
.product-small.box .box-text .price ins span{
font-weight: 700;
font-size: 24px;
color: #780730;
}
.product-small.box .box-text .add-to-cart-button{
}
.product-small.box .box-text .add-to-cart-button a{
  background: #ED3339;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 20px; */
  color: #FFFFFF;
  border-radius: 15px;
  display: block;
  text-transform: unset;
  position: relative;
  padding: 5px 20px;
}
.product-small.box .box-text .add-to-cart-button a.ajax_add_to_cart:before{
  content:"";
  background: url(images/cartbut.png) no-repeat;
  width: 23px;
  height: 23px;
  top: 9px;
  left: 35px;
  position: absolute;
  display: block;
}
.h2-title-dmsp{
}
.h2-title-dmsp h2{text-align: center;}
.h2-title-dmsp h2 span{font-weight: 700;font-size: 32px;color: #780730;margin: 0 auto;border: unset;position: relative;padding-bottom: 15px;}
.h2-title-dmsp h2 span:before{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 123px;
  height: 2px;
  background: #780730;
  margin: 0 auto;
}
.but-xemtc{
  background-color: #EFEFEF !important;
  border: unset !important;
  padding: 10px 36px;
}
.but-xemtc span{font-weight: 700;font-size: 18px;color: #D20A58;}
.onsale{
  background: #780730;
  color: #fff;
  width: 45px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 41px;
}
.blog-home{
}
.blog-home .box{box-shadow: 0px 20px 70px 0px #0000001A;border-radius: 10px;overflow: hidden;margin-bottom: 20px;}
.blog-home .box .box-image{
}
.blog-home .box .box-text{padding-left: 15px;padding-right: 15px;}
.blog-home .box .box-text h5.post-title{
}
.blog-home .box .box-text h5.post-title a{
font-weight: 700;
font-size: 14px;
color: #780730;
}
.blog-home .box .box-text .is-divider{display: none;}
.blog-home .box .box-text a.button{
  background: url(images/but-xt.png) left no-repeat;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-left: 44px;
  border: unset;
  text-transform: unset;
  color: #780730;
  padding-top: 6px;
}
.h3-title-footer{
}
.h3-title-footer h3{font-weight: 700;font-size: 16px;color: #ffffff;text-transform: uppercase;}
.icon-footer{align-items: center;}
.icon-footer .icon-box-img{width: 15px !important;}
.icon-footer .icon-box-text{
}
.icon-footer .icon-box-text p{font-weight: 400;font-size: 16px;line-height: 23px;color: #fff;}
.text-footer{
}
.text-footer ul{
}
.text-footer ul li{margin-left: 0;}
.h3-title-footer-new{margin-bottom: 0;}
.h3-title-footer-new h3{border: unset;margin-top: 0;margin-bottom: 15px;}
.h3-title-footer-new h3 span{font-weight: 700;font-size: 16px;border: unset;margin: 0;padding: 0;color: #fff;position: relative;text-transform: unset;}
.h3-title-footer-new h3 span:before{
   content: "";
   position: absolute;
   bottom: -7px;
   left: 0;
   width: 45px;
   height: 4px;
   border-radius: 2px;
   background: #5D5D5D;
   display: none;
}
.menu-footer{
}
.menu-footer .menu-item{
}
.menu-footer .menu-item a{font-weight: 400;font-size: 16px;line-height: 20px;color: #fff !important;position: relative;padding-left: 13px;}
.menu-footer .menu-item a:before{
   content:"";
   position: absolute;
   top: 11px;
   left: 0px;
   bottom: 0;
   width: 5px;
   height: 5px;
   background: #fff;
   border-radius: 50%;
}
.menu-footer .menu-item a span{
}
.text-fanpage p{margin-bottom: 0;}
.text-fanpage iframe{/* border-radius: 12px; */}
.soal-ft{
}
.soal-ft p{gap: 20px;display: flex;}
.soal-ft img{margin-bottom: 0 !important;}
#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;
  }
.pageBreamBox {
    background-color: rgb(242, 242, 242);
    padding: 10px 0;
    margin-bottom: 30px;
}
h1.page-title{
  border: unset;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
h1.page-title:before {
    content: "";
    position: absolute;
    top: -22px;
    right: 0;
    display: none;
    left: 0;
    width: 74px;
    height: 74px;
    background: #FDEDD5;
    border-radius: 50%;
    margin: 0 auto;
}
h1.page-title span{
      font-weight: 700;
      font-size: 32px;
      line-height: 100%;
      color: #780730;
      margin: 0 auto;
      border: unset;
      padding-bottom: 0;
      position: relative;
      /* background: linear-gradient(90deg, #D69827 0%, #F3C033 52.88%, #D29227 100%); */
      /* -webkit-background-clip: text; */
      /* -webkit-text-fill-color: transparent; */
}
#post-list .col{
  padding-bottom: 30px;
}
#post-list .col .box{
  gap: 20px;
    overflow: hidden;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    display: flex;
    padding: .75rem;
    border-radius: .5rem;
    background: white;

}
  .widget {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #EEE;
}
.widget .widget-title {
    background: #780730;
    color: white;
    display: block;
    padding: 15px 25px;
}
.widget .is-divider {
    display: none;
}
.widget.widget_categories ul {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white;
}
.widget ul li {
    /* border: none !important; */
}
.widget.widget_categories ul li a {
    border-bottom: 1px dashed #cecaca !important;
    display: block;
    line-height: 18px;
    padding: 10px 24px 10px 5px;
    position: relative;
    margin-bottom: 0;
    color: black;
}
.blog-moinhat{
    /* border: 1px solid #ddd; */
}
.blog-moinhat .post-item{padding-bottom: 0;}
.blog-moinhat .post-item .col-inner{
  box-shadow:unset
}
.blog-moinhat .post-item .box-vertical{border-bottom: 1px dashed;padding-bottom: 10px;padding-top: 10px;/* padding: 10px; */display: table;}
.blog-moinhat .post-item .box-vertical .box-image{
  width: 30% !important;
  display: table;
  direction: ltr;
  display: table-cell;
  vertical-align: middle;
  /* border-radius: 50%; */
}
.blog-moinhat .post-item .box-vertical .box-text{padding: 0;padding-left: 10px;vertical-align: unset;}
.blog-moinhat .post-item .box-vertical .box-text h5{
  
}
.blog-moinhat .post-item .box-vertical .box-text h5 a{
  color: #101a1c;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  /* text-align: justify; */
}
.blog-moinhat .post-item .box-vertical .box-text .is-divider{
  display: none;
}
ul.product_list_widget li span.amount{
  /* color:#2E55B5; */
}
#comments{
  display:none;
}
.relate-post{
  font-size: 20px;
  font-weight: 700;
  color: #780730;
  padding-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  border-bottom: 2px solid #e8e9eb;
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
}
.relate-post::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #780730;
    margin: auto 0;
    left: 0px;
    right: 0;
    bottom: -2px;
}
.postRelate {
    flex-wrap: wrap;
    background: white;
    /* box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%); */
    /* -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%); */
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    margin-bottom: 10px !important;
}
.postTwoThumb {
    width: 202px;
    flex-shrink: 0;
    border-radius: .25rem;
    overflow: hidden;
}
.postRelate .postTwoThumb {
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
}
.postTwoThumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    transition-duration: .3s;
}
.postTwoTitle a {
        color: #333;
        height: 42px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 21px;
}
.blog-single{
   margin-bottom: 30px;
}
.blog-moinhat .post-item .box-vertical .button{
  display:none;
}
#post-list .button{
      /* background: #EEE; */
      color: #555;
      border: 1px solid #555;
      border-radius: 18px;
}
#post-list .button:hover{
   color: #fff;
}
.product-main{
      padding-top: 0;
}
.product_list_widget li{
}
.product_list_widget li span.woocommerce-Price-amount{font-weight: 700;font-size: 16px;color: #780730;}
.product_list_widget li del{
}
.product_list_widget li del span.woocommerce-Price-amount{
font-weight: 700;
font-size: 14px;
color: #9A9A9A;
}
.product_list_widget li ins{
}
.product_list_widget li ins span.woocommerce-Price-amount{font-weight: 700;font-size: 16px;color: #780730;}
.product-info .price-wrapper{
}
.product-info .price-wrapper del{
}
.product-info .price-wrapper del span{color: #9A9A9A;font-size: 21px;}
.product-info .price-wrapper ins{
}
.product-info .price-wrapper ins span{color: #780730;font-size: 25px;}
.product-info form.cart{
}
.product-info form.cart .quantity{
      /* width: 100%; */
      float: left;
      width: calc(100% - 100px);
}
.product-info form.cart label{float: left;width: 80px;flex: unset;padding-top: 10px;}
.product-info form.cart button{
}
#wide-nav{
  border-bottom: 1px solid hsl(40deg 42% 60% / 30%);
}
.widget_media_image img{margin: 0 auto;padding: 10px;display: block;}
@media(max-width:549px){
  .h2-title-spnb h2 span{
    font-size: 25px;
  }
  .h2-title-dmsp h2 span{
    font-size: 25px;
  }
  .product-small.box .box-text .price span{
    font-size: 20px;
  }
  .product-small.box .box-text .price ins span{
     font-size: 20px;
  }
  .product-small.box .box-text .add-to-cart-button a.ajax_add_to_cart:before{
        display:none;
  }
  .product-small.box .box-text .add-to-cart-button a{
        font-size: 10px;
        padding: 5px 10px;
  }
  .product-small.box .box-text .title-wrapper p a{
     font-size: 14px;
  }
  .but-xemtc span{
     font-size: 15px;
  }
      #post-list .col .box {
        display: block;
    }
}