/*
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.   ***************/

#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;
  }
#top-bar{
  border-top: 6px solid #ff0006;
}
.companyname{padding-top: 0px;}
.companyname span{
    background: url(images/b.webp) no-repeat right top, #ff0006 url(images/a.webp) no-repeat left top;
    margin-bottom: 0;
    text-align: center;
    color: #FFFFFF;
    font-weight: 900;
    text-transform: uppercase;
    padding: 3px 56px;
    font-size: 17px;
}
.searchform-wrapper{

}
.searchform-wrapper form{

}
.searchform-wrapper form input.search-field{height: 48px;}
.searchform-wrapper form button{
  
}
.phone-hd{

}
.phone-hd a{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-color: #61CE7000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E61A25;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 30px 15px 30px;
}
.phone-hd a i{margin-right: 10px;}
.header-bottom-nav{

}
.header-bottom-nav>li{

}
.header-bottom-nav>li>a{
  padding: 13px 20px;
}
.header-bottom-nav>li.current-dropdown:hover ul.nav-dropdown {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    border: 1px solid #E61A25;
    border-radius: 10px;
    background: #fff;
}

.header-bottom-nav>li.current-dropdown::before {
    display: none
}

.header-bottom-nav>li.current-dropdown::after {
    display: none
}

.header-bottom-nav>li>ul.nav-dropdown {
    padding: 0;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 250px;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all,0.5s;
    -khtml-transition: all,0.5s;
    -moz-transition: all,0.5s;
    -ms-transition: all,0.5s;
    -o-transition: all,0.5s;
    transition: all,0.5s;
    border: unset
}

.header-bottom-nav>li>ul.nav-dropdown>li {
    white-space: nowrap;
    border-left: none;
    width: 100%;
    float: none;
    border-bottom: unset;
    border-right: 0;
    position: relative;
    display: block;
    list-style-type: decimal!important;
    color: #000
}

.header-bottom-nav>li>ul.nav-dropdown>li>ul.nav-column {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 100%;
    border: 1px solid #000000;
    border-radius: 9px;
}

.header-bottom-nav>li>ul.nav-dropdown>li.menu-item-has-children:hover ul.nav-column {
    display: block
}

.header-bottom-nav>li>ul.nav-dropdown>li>a {
    color: #000000;
    border: unset;
    padding: 9px 0;
    border-bottom: 1px solid #000000;
    font-size: 14px
}

.header-bottom-nav>li>ul.nav-dropdown>li>a:hover {
    color: #ff1e00
}

.header-bottom-nav>li>ul.nav-dropdown>li.menu-item-has-children a {
    font-weight: unset;
    position: relative;
    color: #000000;
    font-size: 14px;
    text-transform: unset;
    border-bottom: unset;
    padding: 5px;
    border-bottom: 1px solid #4F6073
}

.header-bottom-nav>li>ul.nav-dropdown>li.menu-item-has-children>a::before {
    content: "\f105";
    position: absolute;
    right: 5px;
    top: 11px;
    font: normal normal normal 14px/1 FontAwesome
}
.video-home{
--video-aspect-ratio: 1.77777;
  aspect-ratio: var(--video-aspect-ratio);
}
.video-home video{
  height: 100%;
    width: 100%;
    display: flex;
    border: none;
    background-color: #000;
      -o-object-fit: cover;
    object-fit: cover;
}
.cate-home{

}
.cate-home .box-category{
  border: 1px solid #BDBDBD;
}
.cate-home .box-category .box-text{

}
.cate-home .box-category .box-text h5{color: #000000;font-size: 20px;}
.cate-home .box-category .box-text p{color: #000000;font-size: 12px;}
.cate-home .box-category:hover .box-text{
  background: #E61A25;
}
.cate-home .box-category:hover h5{
  color: #ffffff;
}
.cate-home .box-category:hover p{
  color: #ffffff;
}
.icon-dv{padding: 25px 25px 25px 25px;background-color: #FFFFFFA3;height: 243px;margin-bottom: 40px;}
.icon-dv h3{
color: #000000;
}
.icon-dv:hover{
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
}
.col4-duan{

}
.col4-duan .col-inner{
  border: 1px solid #CECECE;
  overflow: hidden;
  /* position: relative; */
  /* text-align: center; */
  /* border-radius: 0px; */
  /* border-style: solid; */
  /* border-width: 0px 0px 0px 0px; */
  /* border-color: #00000000; */
  /* box-sizing: border-box; */
}
.col4-duan .col-inner .icon-box{
  box-sizing: border-box;
  padding: 0 20px 30px;
  position: relative;
  text-align: center;
  /* top: 80px; */
  transition: all 0.3s ease 0s;
  width: 100%;
  font-weight: 400;
  /* line-height: 1.5em; */
}
.col4-duan .col-inner:hover .icon-box{
  top: 0;
}
.col4-duan .col-inner .icon-box .icon-box-img{margin-top: -50px;margin-bottom: 0;}
.col4-duan .col-inner .icon-box .icon-box-img .icon-inner{
  padding: 30px;
  background: #ffffff;
  border-radius: 50%;
}
.col4-duan .col-inner .icon-box h3{
  color: #000000;
}
.col4-duan .col-inner .icon-box a {
      box-sizing: border-box;
  display: inline-block;
    padding: px 20px;
    position: relative;
    position: relative;
    top: 10px;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
}
.home-doitac img{
      border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #E0DFDF;
}
.blog-left{margin-bottom: 30px;}
.blog-left .box-text{
  background: #fff;
}
.blog-right{

}
.blog-right .box{
  background: #ffffff;
  margin-bottom: 15px;
  display: table;
  width: 100%;
}
.blog-right .box-text{
  padding: 0;
  padding-left: 15px;
}
.blog-right .box .box-image{
  width: 24% !important;
  direction: ltr;
        display: table-cell;
        vertical-align: middle;
}
.send-footer{
  background-color: #ffffff !important;
  color: #E61A25 !important;
  margin: 0;
  text-align: center !important;
  display: !important;
}
.pageBreamBox {
    background-color: rgb(242, 242, 242);
    padding: 10px 0;
    margin-bottom: 15px;
}
#content_pages .box-blog-post{
      border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}
#content_pages .box-blog-post .box-text{
padding: 20px 25px;
}
#comments{
  display: none;
}
.blog-single{
  padding-bottom: 30px;
}
#shop-sidebar .widget {
    border-radius: 5px;
    overflow: hidden;
}

#shop-sidebar .widget .widget-title {
    background: #E61A25;
    color: white;
    display: block;
    padding: 15px 30px;
}

#shop-sidebar .widget .widget-title span {
}

#shop-sidebar .widget .is-divider {
    display: none;
}

#shop-sidebar .widget.widget_categories ul {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white;
}

#shop-sidebar .widget.widget_categories ul li {
    border: none !important;
}

#shop-sidebar .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;
}

#shop-sidebar .widget.widget_categories ul li:last-child a {
    border: none;
}

#shop-sidebar .widget.widget_categories ul li:last-child a {
    border: none !important;
}
.term-description{
  overflow: hidden;
}
.category-page-row {
    padding-top: 0px;
}
.product-small.box{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
} 
.product-small1 .badge-container{margin: 0;}
.product-small1 .badge-container span{
  background-color: #E61A25;
  color: #ffffff;
  width: 40px;
  height: 30px;
  display: block;
  border-radius: 50%;
  padding: 3px;
}
.product-small.box .product-title{

}
.product-small.box .product-title a{
  color: #E61A25;
  font-size: 17px;
  font-weight: 700;
}
.product-small.box .box-text{
  padding: 20px 15px;
}
.product-small.box .box-text span.amount {
    color: #E61A25;
    font-size: 16px;
}
.product-attributes-list{
  margin-bottom: 0;
  margin-top: 15px;
}
.product-attributes-list li::marker{
  content: "\f0da";
  font: normal normal normal 14px / 1 FontAwesome;
  left: 0;
  position: absolute;
}
.product-attributes-list li{
  margin-left: 0 !important;
  gap: 5px;
  font-size: 16px;
}
.product-attributes-list li strong{
  padding-left: 7px;
}
.product-gallery .badge-container span{
  background-color: #E61A25;
  color: #ffffff;
  width: 55px;
  height: 40px;
  display: block;
  border-radius: 50%;
  padding: 3px;
}
.product-info span.amount {
    color: #E61A25;
}
.product-main {
    padding-top: 0;
}
@media(max-width:549px){
  .col4-duan{
    padding-bottom: 30px;
  }
  .blog-right .box-text .from_the_blog_excerpt{
    display: none;
  }
  .sec-footer .col{
    padding-bottom: 30px;
  }
  .product-info.summary{
    padding-top: 20px;
  }
}