/*
 Theme Name:     conq
 Theme URI:      https://conq.com
 Description:    Theme duoc thiet ke rieng cho CONQ
 Author:         Thanh Nguyen
 Author URI:     https://www.facebook.com/thanhnguyencoder
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*------------------------------------------------------------------------*/
/*------------------- DIVI 2 COLUMN IMAGE & TEXT MODULE-------------------*/
/*------------------------------------------------------------------------*/
/* Divi Vertical Timeline With Annimation Effects */
.vertical-timeline .section-title .et_pb_text_inner {
	text-align:center;
}
.vertical-timeline .section-title .et_pb_text_inner h2 {
    font: 400 40px/1.1em Proxima Nova,sans-serif;
    margin: 0px;
    color: #000;
}
.vertical-timeline .section-title .et_pb_text_inner h3 {
    font: 100 35px/1.3em Proxima Nova,sans-serif;
}
.vertical-timeline .et_pb_image img {
    width: 85%;
    display: inline;
}
.vertical-timeline .step {
    list-style-type: none;
    position: relative;
    overflow: hidden !important;
    padding: 0px 0px 45px 0px;
}
.vertical-timeline .step::after {
    content: "";
    position: absolute !important;
    bottom: 5px;
    left: 45%;
    margin-left: 40px;
    z-index: 1;
    width: 19px;
    height: 1000px;
    background: url(http://localhost/CONQ/wp-content/uploads/2023/07/step-arrow.png) no-repeat 0 bottom;
    visibility: visible;
}
.vertical-timeline .step-last::after{
	display:none;
}
.vertical-timeline .step h4.title{
    font-size: 24px;
}
.vertical-timeline .step p{
    font-size: 17px;
}
.vertical-timeline .left-side {
    width: 45%;
    float: left;
    padding: 0 50px;
    padding-top: 15px;
    text-align: center;
    margin: unset !important;
    position: unset!important;
}
.vertical-timeline .right-side {
    width: 55%;
    float: left;
    padding-top: 15px;
    padding-left: 125px;
    position: unset!important;
}
.vertical-timeline .right-side .step-number{
    width: 97px;
    height: 97px;
    display: inline-block;
    background: url(http://localhost/CONQ/wp-content/uploads/2023/07/step-background.png) no-repeat 0 0;
    z-index: 9;
	position: absolute !important;
    left: 45%;
	top:0;
}
.vertical-timeline .right-side .step-number .et_pb_text_inner p{
	font-weight: 500;
    font-size: 40px;
    line-height: 96px;
    text-align: center;
    color: #e45128;
}
.vertical-timeline .right-side .step-content{

}
/* Divi Vertical Timeline With Annimation Effects Responsive Styles */
@media (max-width: 1200px){
	.vertical-timeline .left-side{
		padding:15px 25px 0;
	}
}
@media (max-width: 992px){
	.vertical-timeline .left-side{
		padding:15px 15px 0;
	}
}
@media (max-width: 767px){
	.vertical-timeline .left-side {
    	width: 100%;
    	padding-left: 125px;
    	padding-bottom: 30px;
	}
	.vertical-timeline .right-side {
    	width: 100%;
	}
	.vertical-timeline .right-side .step-number{
		left:0;
	}
	.vertical-timeline .step::after {
		left:0;
	}
	.vertical-timeline .et_pb_image img{
		width:100%;
	}
}
@media (max-width: 374px){
	.vertical-timeline .step::after {
		margin-left:30px;
	}
.vertical-timeline .right-side .step-number {
		background-size:cover; 
		width:80px; height:80px; 
		line-height:78px;
	}
	.vertical-timeline .left-side,
	.vertical-timeline .right-side{
	    padding-left: 100px;
    	padding-bottom: 20px
	}
}


/*Mobile menu */
.et_mobile_menu {
	border-color: #fff !important;
}
.mobile_menu_bar::before{
	  color: #fff !important;
}