/*
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.   ***************/
.hd-info div:last-child,
.hd-info div:last-child a{
    color: #e00;
    font-size: 20px;
    font-weight: 700;
}
.hd-info i{
	color: #e00;
}
.hd-info div:first-child {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.c_divider::after,.c_divider::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0)), color-stop(50%, #ccc), to(rgba(255, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
}
.c_divider i {
    position: relative;
    top: 5px;
    color: var(--fs-color-primary);
}
.dichvu i {

    color: var(--fs-color-primary);
}
ul.b_source{
	list-style: none
}
.b_source li span {
    color: #e00;
    font-weight: 600;
    font-size: 20px;
}
ul.b_source li{
	margin:0;
	display: inline-block;
}

.b_source   button {
    background-color: var(--fs-color-primary);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1px 20px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 50px;
    color: #fff !important;
    margin:0;
}
.b_source button  a{
	  color: #fff !important;
}
.b_desc p{
	margin-bottom: 0;
}
.s_contact h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 5px solid #fff200;
    padding-left: 10px;
    margin-bottom: 20px;
}
.wpcf7-spinner{
	display: none
}
.formtuvan input.wpcf7-form-control{
	border-radius: 50px;
}
.formtuvan textarea.wpcf7-form-control{
	border-radius: 50px;
	min-height: 66px;
}
.accordion-inner {
    background-color: rgb(255 255 255 / 5%);
}
.accordion-title{
	border:none;
}
.ft-contact br{
	display: none
}
.ft-contact>span {
    display: inline-block;
    padding: 0 10px;
    color: #000;
}
.ft-contact i{
	margin-right: 5px;
}
.absolute-footer.light.medium-text-center.text-center{
	color: #000;
}
.ft-contact a{
	color: #000;
}
.box-blog-post .is-divider{
	height: 0;
}
.archive.category .col.post-item>.col-inner {
    background: #f6f6f6;
    padding: 30px;
}
.archive.category .row.align-center>.large-10.col{
	        flex-basis: 100%;
        max-width: 100%;
}
.single-post article {
    padding: 40px 65px;
    -webkit-box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0;
    box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0;
}
@media only screen and (max-width: 48em) {
	#logo {
	    width: 75px !important;
	}
	.hd-info div:last-child, .hd-info div:last-child a{
		font-size: 17px;
	}

}