.full_container_page_title.no_bm.breadcrumb_position_floated {
    display: none;
}

div#logo{
	
    width: 1040px !important;
	height:100px !important;
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
#logo .logo_img img {
    width: 400px !important;
    max-height: 140px !important;
	margin-top: -20px;
}

.main_header .section:after {
    clear: none;
}

.page_title_bgr.bgr_style1 .full_container_page_title{
    display:none !important;
}
.contact_form .wpb_content_element {
    margin-bottom: 10px !important;
}
#footer img {
    width: 185px;
}

div#siteseo-universal-metabox-icon {
    display: none;
}
#footer.footer_light .col.span_1_of_2:first-child img {
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
}
.footer_light .col.span_1_of_2:last-child {
    margin-top: 3pc;
}


/*======Form=====*/

.custom-contact-wrapper h2 {
    margin-bottom: 50px !important;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.two-column .form-group {
  width: 48%;
}

.two-column .form-group:first-child {
  margin-right: 4%;
}

.full-width {
  width: 100%;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.form-control {
  width: 100%;
  padding: 15px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
}

.form-control:focus {
  outline: none;
  border-color: #fff;
  background-color: #00455E;
}

.form-row.two-column input[type="text"] {
    background-color: transparent;
    padding: 15px 12px;
}
.form-row.two-column input[type="email"] {
    background-color: transparent;
    padding: 15px 12px;
}
.form-row.two-column input[type="text"]:focus,
.form-row.two-column input[type="email"]:focus {
  outline: none;
  border-color: #fff;
  background-color: #00455E;
}


input.btn.submit-button {
    width: 100%;
    padding: 15px 0;
    border-radius: 5px;
    background-color: #00455E !important;
}


/*_____________Responsive Mekong*______________*/

@media screen and (max-width: 600px) {
    
    .main_header .section::before, .section:after {
        display: none !important;
    }
    
    .content_body {
        clip-path: polygon(0 2%, 100% 0, 100% 98%, 0% 96%) !important;
        top: 75px !important;
    }
    div#mobile_menu_toggler {
        display: none;
    }
    #mobile_header #mobile_logo img {
        width: 300px !important;
        max-height: 120px !important;
        /*margin-top: -20px;*/
    }
    #mobile_header {
        box-shadow: unset !important;
        margin-top:35px;
    }
    #mobile_logo {
        left: 8% !important;
        top: 0px !important;
        width: 85% !important;
    }
    .boc_spacing.spacing_section {
        height: 100px !important;
    }
    h1 {
        font-size: 27px !important;
    }
    .two-column .form-group {
        width: 100%;
    }
    .form-row {
        display: block;
    }
    .two-column .form-group:first-child {
        margin-bottom: 12px;
    }
    .footer_btm {
        padding: 0px !important;
    }
    
    .col:first-child.span_1_of_2 {
        width: 42%;
        margin-right: 20px;
    }
    .col:last-child.span_1_of_2 {
        width: 50%;
    }
	.footer_light .col.span_1_of_2:last-child {
		margin-top: 1pc;
	}
    #footer h3 {
        line-height: 31px;
    }
    #footer.footer_light {
        padding-top: 125px !important;
    }
	#footer.footer_light .col.span_1_of_2:first-child img {
		padding: 10px;
	}
	#footer h3 {
		font-size: 16px !important;
		margin-bottom:12px !important;
		width: 95%;
	}
	.menu-footer-container ul#menu-footer a {
		font-size: 13px;
	}
	#footer.footer_light #powered {
		text-align: left !important;
	}
	#footer .col ul li {
		margin-bottom: 7px !important;
	}
	.container{
		width: 380px !important;
	}
	ul#menu-footer li#menu-item-44 {
		width: 95%;
	}

    
}


@media screen and (min-width: 699px) and (max-width: 990px){
    
    div#mobile_menu_toggler {
        display: none;
    }
        
    #mobile_header {
        box-shadow: unset !important;
    }
    
    #mobile_header #mobile_logo img {
        width: 375px !important;
        max-height: 140px !important;
        margin-top: -20px;
    }
    .contact_form .vc_col-sm-8 {
        width: 80%;
    }
    .content_body {
        clip-path: polygon(0 5%, 100% 0, 100% 98%, 0% 95%) !important;
        top: 50px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	#header {
		box-shadow: unset !important;
	}
	div#logo {
		width: 940px!important;
	}
}



@media screen and (min-width: 1200px){
    
    .main_header .section::before, .section:after {
        display: none !important;
    }
}





