/*
Theme Name: WEB154
Description: Web giới thiệu
Author: 123Web.vn
Author URI: https://123web.vn/
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
a.devvn_buy_now_style {
	max-width: 100% !important;
}
#top-bar .nav-left, ul#header-contact span {
    line-height: 30px;
    max-height: 30px;
    text-transform: uppercase;
    font-weight: bold !important;
	color: #fff !important;
	font-family: utm-avo-bold !important;
}
.html_topbar_right p span {
    font-family: utm-avo-bold !important;
}
/*** ss why ***/
.ss-why .icon-box-img {
    min-height: 70px;
}
.ss-why .icon-box-text h3 {
    color: #1f365c;
    font-size: 18px;
}
/*** CTA HOME ***/
.cta-home {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1f365d;
}
.cta-home p {
	background: -webkit-linear-gradient(left, #39b54a 30%, #008211 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0;
}
.cta-home h2 {
    font-size: 32px;
}
/*** FORM HOME ***/
.your-tieuthu select {
	margin-bottom: 0;
}
.wpcf7-submit, .btn-bg-green {
	border: none;
	background: #39b54a;
    background: -webkit-linear-gradient(135deg, #39b54a 30%, #008211 100%);
    background: linear-gradient(135deg, #39b54a 30%, #008211 100%);
}
.ss-cta .wpcf7-form input[type="number"], .ss-cta .wpcf7-form input[type="text"], .ss-cta .wpcf7-form select {
    background: black;
    border-radius: 10px;
	color: #fff;
	min-height: 45px;
}
.ss-cta .wpcf7-form .flex-row {
	margin-bottom: 10px;
}

.row-title h2 {
    color: #1f365c;
}
.row-title .uvc-headings-line {
	border-style: solid;
	border-bottom-width: 5px;
	width: 200px;
	margin: 0px auto;
	-webkit-border-image: -webkit-linear-gradient(left, #39b54a 30%, #008211 100%);
    border-image: linear-gradient(left, #39b54a 30%, #008211 100%);
    border-image-slice: 1;
	border-color: #39b54a !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
	display: block;
}
.title-3 .section-title-normal span {
	border-bottom: 2px solid #39b54a;
}
.title-3 a {
	padding-right: 10px;
    font-size: 14px;
    color: white;
    background-color: #39b54a;
    background-image: none;
    background: #39b54a;
    background: -webkit-linear-gradient(135deg, #39b54a 30%, #008211 100%);
    background: linear-gradient(135deg, #39b54a 30%, #008211 100%);
}
.badge-circle .on-sale {
	background: #39b54a;
    background: -webkit-linear-gradient(135deg, #39b54a 30%, #008211 100%);
    background: linear-gradient(135deg, #39b54a 30%, #008211 100%);
}
.product-small .box-text .title-wrapper {
    min-height: 60px;
}
del span.amount {
    font-size: 12px;
}
span.amount {
    color: #1f365c;
    font-size: 18px;
}
p.name.product-title a {
    font-size: 18px;
    font-family: utm-avo-bold;
}



.bg-dtdt {
    background-image: url(/wp-content/uploads/2020/02/background-home.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/*** SINGLE PRODUCT ***/
.product-short-description {
    font-size: 14px;
    border: 1px dashed #008211;
    padding: 10px;
	margin-bottom: 5%;
	border-radius: 5px;
}
.single_add_to_cart_button {
	border: none;
	background: #39b54a;
    background: -webkit-linear-gradient(135deg, #39b54a 30%, #008211 100%);
    background: linear-gradient(135deg, #39b54a 30%, #008211 100%);
	border-bottom: 3px solid #008211;
}

.bottom-contact {
	display: none;
}
.call_to_action {
	position: fixed;
	left: 10px;
	bottom: 40px;
	z-index: 9999
}
a.face_mess {
	background: #0084ff;
	color: #fff !important;
	display: block;
	padding: 5px 12px;
	border-radius: 5px;
	font-size: 16px;
	margin: 0 0 5px 0
}
a.zalo_mess {
	background: #eee;
	color: #0080c7 !important;
	display: block;
	padding: 5px 12px;
	border-radius: 5px;
	font-size: 16px;
	margin: 0 0 5px 0
}
a.call_mess {
	background: #c90104;
	color: #ffffff !important;
	display: block;
	padding: 5px 12px;
	border-radius: 5px;
	font-size: 16px;
	margin: 0 0 5px 0
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.bottom-contact {
	  display: block;
	  position: fixed;
	  bottom: 0;
	  background: #06396a;
	  width: 100%;
	  z-index: 99;
	  box-shadow: 2px 1px 9px #dedede;
	  border-top: 1px solid #eaeaea;
	}

	.bottom-contact ul li {
	  width: 25%;
	  float: left;
	  list-style: none;
	  text-align: center;
	  font-size: 0.65em !important;
	}

	.bottom-contact ul li span {
	  color: white;
	}

	.bottom-contact ul li img {
	  width: 35px;
	  margin-top: 10px;
	  margin-bottom: 0px;
	}
	
	.call_to_action {
		display: none !important;
	}

}