/*
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.   ***************/
@font-face {
  font-family: "Poppins";
  src: url('https://baovengayvadem.com/wp-content/themes/flatsome-child/assets/SVN-Poppins-Regular.ttf') format("opentype");
}
@font-face {
  font-family: "Archivo";
  src: url('https://baovengayvadem.com/wp-content/themes/flatsome-child/assets/Archivo-Regular.ttf') format("opentype");
}

body {
  font-family: var(--font-family) !important;
}

.limit-height{
	max-height: 300px;
	overflow-y: scroll;
	
}

/* width */
.limit-height::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.limit-height::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.limit-height::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.limit-height::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.step-box{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	gap: 30px;
}

.step-box .number{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 2px solid #067eb3;
	border-radius: 50%;
	background: #fff
}

.step-box .number span{
	position: relative;
	z-index: 9;
	font-size: 30px;
	font-weight: bold;
	color: #067eb3;
}

.step-box .number:after{
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 2px);
	width: 4px;
	height: 80px;
	background: #067eb3
}

.step-box:last-child .number:after{
	display: none;
}

.step-box .content p{
	margin-bottom: 0;
}

.custom-accordion.accordion .accordion-item{
	margin-bottom: 10px;
}

.custom-accordion.accordion .accordion-title.active{
	background: #171717;
	color: #fff
}

.custom-accordion.accordion .accordion-title.active .icon-angle-down{
	background: #EA831A
}

.custom-accordion.accordion .toggle{
	right: 0;
    left: unset;
}

.service-pages .col.post-item{
	padding: 0 5px 15px !important
}

.service-pages .box{
	background: #1D2C49;
	color: #fff;
	box-shadow: 0px 0px 8px 3px rgba(0,0,0,.2);
	border: 2px solid #000;
}

.service-pages .box: .button.is-link i{
	margin-left: 5px
}

.service-pages .box:hover .button.is-link, .service-pages .box:hover .button.is-link *{
	color: #FDCF06
}

.service-pages .box .is-divider{
	display: none
}

.service-pages .box .box-text{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0.7em;
}

.service-pages .box .box-text *{
	color: #fff
}

.service-pages .box .box-text .from_the_blog_excerpt{
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home-tabs .tab a{
	font-size: 1em !important;
}

.list-company .col-inner{
	padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
}

.list-company .col-inner .col-inner{
	border: none;
	padding: 0;
}

.list-services ul{
	margin-bottom: 0;
}

.list-services .col-inner{
	padding: 10px ;
	border: 2px solid #fff;
    border-radius: 10px;
}

.custom-posts .col-inner{
	border: 1px solid rgba(0,0,0,.4);
}

.custom-posts .post-item .box-text{
	position: relative;
	padding-right: 35px;
}

.custom-posts .post-item .box-text:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f178";
	color: #fff;
	background: #25498D;
	padding: 10px;
	position: absolute;
	right: 0;
	bottom: 20%
}

.intro-content ul:last-child{
	margin-bottom: 0;
}

.intro-content ul li{
	margin-bottom: .4em
}

.intro-content ul li .note{
	min-width: 140px;
    display: inline-block;
}

.text.custom-content ul{
	column-count: 3;
}

.custom-form form .wpcf7-spinner{
	display: none;
}

.custom-form form .wpcf7-submit{
	width: 100%;
	text-align: center;
	background-color: #FDD103 !important;
	color: #000;
	margin-bottom: 0;
}

.custom-form form{
	margin-bottom: 0;
}

.custom-form form input, .custom-form form select, .custom-form form textarea{
	height: 2em;
}

.custom-form form textarea{
	min-height: 90px;
}

.home-form *, .have-img-cover *, .have-img-full *{
	height: 100%;
}

.have-img-cover{
	padding-bottom: 8.5px !important
}

.home-form{
	padding-bottom: 9.5px !important
}

.home-form img, .have-img-full img{
	object-fit: cover;
	width: auto;
}

.text-justify{
	text-align: justify !important
}

.section .section-content #toc_container{
	display: none !important
}

.mx-auto img{
	display: block;
	margin-right: auto;
	margin-left: auto
}

@media (max-width: 800px){
	.text.custom-content ul{
		column-count:2 ;
	}
}

@media (max-width: 600px){
	.text.custom-content ul{
		column-count: 1;
	}
	
	.intro-content{
		padding-bottom: 10px !important;
	}
	
	.intro-content ul li .note{
		min-width: unset
	}
	
	.text.custom-content{
		text-align: justify !important;
	}
	
	.list-services{
		padding: 10px ;
		border: 2px solid #fff;
		border-radius: 10px;
	}
	
	.list-services .col{
		padding-bottom: 0 !important;
	}
	
	.list-services .col-inner{
		padding: 0;
		border: none;
		border-radius: 10px;
	}
	
	.home-form img, .have-img-full img{
		width: 100%;
	}
	
	.service-pages .col.post-item{
		padding: 0 20px 15px !important
	}
	
	.custom-posts{
		margin-left: auto !important;
		margin-right: auto !important
	}
	
	.home-tabs .tab a{
		font-size: .75em !important;
    	padding: 0 0.5em;
	}
}

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


}
