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

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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
h3.section-title b{
	opacity:0
}
h3.section-title .section-title-main{
	position: relative;
	clear: both;
	display: inline-block;
	font-size: 35px;
	color: #000;
	font-weight: 300;
	margin-left: 14px;
	margin-bottom: 0px;
	text-transform: uppercase;
	
	font-weight: 600!important;
	background-color: transparent;
	background-image: linear-gradient(130deg,#f2295b 0%,#1977a8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: rgba(255,255,255,0);
	line-height: 1.2;
}
h3.section-title .section-title-main:before{
	content: "";
	position: absolute;
	top: 6px;
	left: -15px;
	height: 26px;
	width: 6px;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	transform: skewX(-10deg);
	background: #16b6ea;
}

ul{
	list-style:none
}
.quatang ul li i{
	color: #d10d0d;
	margin-right:5px
}
.giaban ul li i{
	color: #0d55d1;
	margin-right:5px
}
.quymo i{
	color: #50da06;
	margin-right:5px
}
.section-title-container{
	margin-bottom:0px
}
.button.primary.is-shade{
	    background: #ff6a00!important;
    background: -webkit-linear-gradient(130deg,#ff6a00,#ee0979)!important;
    background: linear-gradient(130deg,#ff6a00,#ee0979)!important;
    color: #fff!important;
    font-size: 18px!important;
    box-shadow: 0px 0px 12px 0px #000!important;
    -webkit-box-shadow: 0px 0px 12px 0px #000!important;
    border: #fff 1px solid!important;
}
.button.secondary.is-shade{
    background: #2af598!important;
    background: -webkit-linear-gradient(160deg,#2af598,#009efd)!important;
    background: linear-gradient(160deg,#2af598,#009efd)!important;
    color: #fff!important;
    font-size: 18px!important;
    box-shadow: 0px 0px 12px 0px #000!important;
    -webkit-box-shadow: 0px 0px 12px 0px #000!important;
    border: #fff 1px solid!important;
}
.accordion-title{
	border-color: #8462c0;
    background-color: #8d6dc4;
	border-width: 1px;
	color: #fff !important;
	font-weight: bold;
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
}
.accordion-inner{
	background-color: #f8f8f8;
	 border: 1px solid #f0f0f0 !important;
}
.accordion-title.active{
    color: #666 !important;
    border: 1px solid #f0f0f0 !important;
    background-color: #f8f8f8;
}
.accordion{
	border-radius:5px;
	    overflow: hidden;
}
.tabbed-content .nav-tabs>li > a{
	background: #2af598!important;
    background: -webkit-linear-gradient(160deg,#2af598,#009efd)!important;
    background: linear-gradient(160deg,#2af598,#009efd)!important;
    color: #fff!important;
    font-size: 18px!important;
    box-shadow: 0px 0px 12px 0px #000!important;
    -webkit-box-shadow: 0px 0px 12px 0px #000!important;
    border: #fff 1px solid!important;
	border-radius:5px 5px 0px 0px;
	font-weight: 300;
	    border-bottom: 0px solid #ccc !important;
}
.tabbed-content .nav-tabs>li.active > a{
	background: #ff6a00!important;
    background: -webkit-linear-gradient(130deg,#ff6a00,#ee0979)!important;
    background: linear-gradient(130deg,#ff6a00,#ee0979)!important;
    color: #fff!important;
    font-size: 18px!important;
    box-shadow: 0px 0px 12px 0px #000!important;
    -webkit-box-shadow: 0px 0px 12px 0px #000!important;
 
}
.tabbed-content .nav-tabs>li{
	margin:0px
}
h4.section-title{
	    background: #43e97b;
    background: -webkit-linear-gradient(48deg,#43e97b,#38f9d7);
    background: linear-gradient(48deg,#43e97b,#38f9d7);
    padding: 10px!important;
    text-align: center;
}