/*
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.   ***************/
.back-to-top {
    
    bottom: 10%;
}
.chaychu{
	color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.home #header {
    position: absolute;
}
.home .header-bg-color, .header-wrapper {
    background-color: #ffffff4f !important;
}
#header .stuck {
    background-color: #fff !important;
}
.padding-30{
	padding-top: 30px;
}
.padding-10{
	padding-top: 10px;
}
.padding-15{
	padding-top: 15px;
}
.product-title a{
	
    font-size: 18px;
    font-style: italic;
    color: #338873;
    letter-spacing: .02em;
	--uiTextUnderlinedLineHeight: var(--textUnderlinedLineHeight, 2px); /* 1 */
    --uiTextUnderlinedLineGap: var(--textUnderlinedLineGap, .5rem);
    --uiTextUnderlinedPaddingBottom: calc(var(--uiTextUnderlinedLineHeight) + var(--uiTextUnderlinedLineGap));
    padding-bottom: var(--uiTextUnderlinedPaddingBottom) !important;
    position: var(--textUnderlinedPosition, relative) !important;
    z-index: var(--textUnderlinedZindex, 1) !important;
}
.product-title a{
	 display: var(--rLinkDisplay, inline-flex) !important;
	--textUnderlinedLineHeight: 100%;
  --textUnderlinedLineGap: 0;
  --textUnderlinedLineColor: #fbca11;
  
  padding-left: .75rem;
  padding-right: .75rem;
	
}
.product-title .woocommerce-LoopProduct-link[href]{
  color: var(--rLinkColor) !important;
  text-decoration: var(--rLinkTextDecoration, none) !important;
}

.product-title a:after{
	content: "";
    width: var(--textUnderlinedLineWidht, 100%) !important;
    height: var(--uiTextUnderlinedLineHeight) !important;
    background-image: var(--textUnderlinedBackgroundImage, linear-gradient(to top, var(--textUnderlinedLineColor, currentColor) 30%, rgba(0, 0, 0, 0) 45%)) !important;

    position: absolute;
    left: var(--textUnderlinedLineLeft, 0) !important;
    bottom: var(--textUnderlinedLineBottom, 0) !important;
    z-index: var(--textUnderlinedLineZindex, -1) !important;
	
}
.product-title .woocommerce-LoopProduct-link::after{
	will-change: width;
  transition: width .1s ease-out;
  transform: rotate(-2deg);
  transform-origin: left bottom;
}
.product-title .woocommerce-LoopProduct-link:hover{
  --textUnderlinedLineWidht: 0;
}
.product-title .woocommerce-LoopProduct-link:hover::after{
  transition-duration: .15s;
}


.product-title .woocommerce-LoopProduct-link{
  font-weight: 700;
  text-transform: uppercase;
}

.product-title .woocommerce-LoopProduct-link:focus{
  outline: 2px solid #fed330;
  outline-offset: .5rem;
}
.box-news .box-text {
    padding: 15px 15px 15px 30px;
    background: linear-gradient(to right,rgb(245 128 35) 0%,rgb(255 202 3) 100%);
    color: #fff;
}
.box-news .box-text-inner {
    display: grid;
}
.box-news .post-title {
    order: 1;
    color: #fff;
    margin-bottom: 15px;
}
.box-news .from_the_blog_excerpt {
    order: 2;
}
.box-news .post-meta {
    order: 3;
    margin-top: 10px;
}
.is-divider {
    display: none;
}
.is-divider {
    display: none;
}
.box-news button {
    order: 4;
    text-align: left;
    margin: 0;
}
.box-news .flickity-page-dots {
    position: absolute;
    left: auto;
    right: 3%;
    transform: rotate(90deg);
    bottom: 20%;
}
.img-position .box-text{
	position: relative;
}
.img-position .box-text h4{
	    transform: rotate( 90deg);
    position: absolute;
    /* right: 0; */
    bottom: 19%;
    left: -46%;
}
.img-position .box-text p{
	position: absolute;
    left: 10px;
    top: 125px;
}
li{
	list-style: circle;
}
form {
    margin-bottom: 0 !important;
}
.list-contact i{
	    font-size: 15px;
    margin-right: 20px;
}
.list-info-footer li{
	list-style: none;
}
.form-flat .wpcf7-email{
	border-radius: 0 !important;
	border-color: #fff !important;
    border-bottom: 1px solid #f58226 !important;
    margin-bottom: 0;
    padding-top: 15px;
    font-size: 18px;
    height: 52px;
    position: relative;
    display: inline-block;
	font-family: "Crimson Text",serif;
    width: 100%;
    vertical-align: top;
    margin: 0 0 11px;
    padding: 10.5px 12px;
    font-style: italic;
    letter-spacing: .02em;;
    line-height: 25px;
    font-weight: 400;
    color: #1b745e !important;
    background-color: transparent !important;
    outline: 0;
    cursor: text;
    -webkit-appearance: none;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    -o-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}
.form-flat .wpcf7-submit{
	    position: absolute;
    right: 0;
    top: -1px;
    max-height: 52px;
    background-color: #f58226 !important;
	font-family: Quicksand,sans-serif;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: .03em;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 9px 20px 12px;
    color: #fff !important;
    border: none;
    cursor: pointer;
	margin: 0;
	border-radius: 0 !important;
	
}
.social-icons span{
	color: #f58226;
	font-weight: 300;
}
.font-bold{
	font-weight: bold;
}
.form-page .wpcf7-text {
    border: none;
    color: #f58226;
    font-size: 16px;
    box-shadow: none;
    border-bottom: solid 1px #f58226;
    margin-bottom: 0;
    background: none;
}
.button-form-page input {
    background-color: #f58226 !important;
    color: #fff;
    font-family: Quicksand,sans-serif;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: .03em;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 9px 20px 12px;
    color: #fff !important;
    border: none;
    cursor: pointer;
    margin: 0;
}
.woocommerce-variation-add-to-cart{
	display: none !important;
}
.product-footer{
	background: #f2f2f2;
}
.product-section-title{
	margin: 20px 0;
}
.woo-variation-swatches.wvs-show-label .variations td label {
    font-size: 20px;
	color: #0c5b47;
}
.variable-item:not(.radio-variable-item) {
    width: 100px !important;
    height: 100px !important;
}
#menu-item-46>a{
	    background: #4ab767;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
}
.phonering-alo-ph-img-circle-2 {
	z-index: 11;
    width: 60px;
    height: 60px;
    left: 20px;
    bottom: 0;
    position: absolute;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-wrap-2 {
  position: fixed;
  bottom: 120px;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring-2 {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0px;
  display: block;
}
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #f58226;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: #f5822661;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #f36f05;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: #f58226;
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}

.zalo-bar {
  position: absolute;
  background: rgb(49 172 212);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  left: 33px;
  bottom: 10px;
}
.zalo-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  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);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
  .zalo-bar {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}