/**css tuy chinh rieng cho tung trang**/
body{
background: linear-gradient(to bottom, white 50%, #cceafb);
}
.lienhe .single-contact-item-02{display:flex}
.lienhe .col-lg-6.title{
  padding: 20px;
  border-radius:4px;
}
.lienhe .section-title .title{
    font-size: 18px;
    line-height: 26px;
    color: var(--main-color-one);
    text-align: center;
    margin-bottom: 24px;
}

.lienhe .single-contact-item-02 .icon{
  margin-right:12px;
  font-size:24px;
  color: var(--main-color-one);
}

.lienhe .single-contact-item-02 .content p.details{
  margin-bottom: 16px;
  margin-top: 4px;
  font-weight: 500;
}
.lienhe .contact-form .submit-btn{
	font-weight: 400 !important;
    padding: 10px 30px;
    background: var(--main-color-one);
  	font-size:20px;
  	overflow:hidden;
  	color:white;
  	border-radius:5px;
  	border:none
}
.contact-inner-area .contact-form .btn-wrapper .submit-btn{
  width:100%;
  font-weight:500;
  margin-top:10px;
}
.lienhe .form.col-lg-6{
	background-color: #f8f8f8;
  	padding:40px;
}
.lienhe .single-contact-item-02:last-child p{
	font-size: 16px;
    font-weight: 380;
    color: #9b9ea2;
    line-height: 1.4em;
}


/*----- Left , Right *-----*/
.left > div > .row:nth-child(1) .title, .right > div > .row:nth-child(1) .title{
	font-size: 1.1rem;
}
.left > div > .row:nth-child(1) .section-title p, .right > div > .row:nth-child(1) .section-title p{
    font-size: 22px;
    font-weight: 600;
  	color:var(--main-color-one);
}
.left > div > .row:nth-child(1) > div, .right > div > .row:nth-child(1) >div{
	flex: 0 0 100%;
    max-width: 100%;
}
.left > div > .row:nth-child(2), .right > div > .row:nth-child(2){
	flex-direction:column-reverse
}
.left > div > .row:nth-child(2) > div, .right > div > .row:nth-child(2) > div {
	flex: 0 0 100%;
    max-width: 100%;
}
.left .work-single-item > div, .right .work-single-item > div {
	display:flex;
  	height:35px;
}
.left .work-single-item .icon, .right .work-single-item .icon{
    font-size: 22px;
    padding-right: 10px;
  	margin:auto 0;
}




/*-----test -----*/
.form .contact-form {
  	flex:0 0 100%;
  	width:100%;
}
.tieude .section-title{
	text-align:center;
}
.tieude .section-title h2 {
	color:var(--main-color-one);
  	font-weight:400;
    font-size: 1.2rem;
    line-height: 1.2;
}
.btn-wrapper{
	margin: auto 15px;
}
.custom-form-builder-land  {
	display: flex;
  flex-wrap: wrap;
}
label {
	font-weight:bold;
}
.form .name ,.form .dien-thoai ,.form .email{
    flex: 0 0 33%;
    padding: 10px;
}
.form .textarea {
    flex: 0 0 66%;
    padding: 10px;
}
.lienhe .row > .title{
	display:none !important
}
.lienhe .row > .form{
	flex: 0 0 100%;
  	max-width:100%;
}
.lienhe .form.col-lg-6{
    padding: 20px 40px;
}
/*---------------*/

@media only screen and (max-width:768px){
  .form .textarea{
  	flex:0 0 100%;
  }
}