@media (min-width: 768px){
	.container {
	    width: 750px;
	}
}
@media (min-width: 992px){
	.container {
	    width: 970px;
	}
}
@media (min-width: 1200px){
	.container {
    	width: 1180px;
    }
}

picture{
	display: block;
	text-align: center;
}

.cf7_section_wrap .cf7_section_form{
	margin-right: 0px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
    text-align: right;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    text-align: right;
}

@media (max-width: 1199px){
	.menu_header > ul > li > a{
		padding: 0 25px;
	}
	.menu_header > ul > li{
		margin: 0
	}
	.menu_header > ul > li > a{
		font-size: 18px;
	}	
	.text_banner h2{
		font-size: 90px;
	}
	.text_banner{
		font-size: 40px;
	}
	.hotline {
		font-size: 40px;
	}
	.hotline img{
		width: 185px;
	}
	.list_icon_title_box h4 {
		font-size: 18px;
	}
	.cf7_input {
    	width: 205px;
	}
	.col-sm-4.footer_box,.col-sm-3.footer_box {
	    padding-right: 15px;
	}
	.col-sm-4.footer_box {
    	width: 32%;
	}
	.col-sm-3.footer_box.footer_last {
	    width: 27%;
	}
	.contactus_address {
	    padding: 12px 20px;
	}
	.bx-wrapper .bx-prev {
    	left: -20px;
	}
	.bx-wrapper .bx-next {
    	right: -20px;
	}
	.contactus_address {
	    padding: 30px 10px;
	}
}
@media (max-width: 991px){
	.cf7_section_wrap > img{
		max-width: 200px;
	}
	.cf7_section_wrap .cf7_section_form{
		margin-right: 0px;
	}
	.cf7_section_wrap .des img{
		width: 185px;
	}
	.cf7_section_wrap input.wpcf7-submit {
		font-size: 20px;
	}
	.menu_header > ul > li > a {
	    padding: 0 15px;
	}
	.menu_header > ul > li:last-child a {
	    padding: 0 15px;
	}
	.phone_header {
	    max-width: 90px;
	    padding: 0 10px;
	}
	.col-sm-3.footer_box.footer_last {
	    width: 18%;
	}
	.footer_4 .social_header ul li {
	    margin: 0 10px 10px 0;
	}
	.col-sm-4.footer_box {
	    width: 42%;
	}
	.col-sm-3.footer_box {
	    width: 22.26%;
	}
	.col-sm-2.footer_box {
	    width: 17%;
	}
	
	.text_banner h2,.text_banner,.cf7_section_form > h3{
		font-size: 30px;
	}
	.cf7_input {
	    width: 178px;
	}
	.cf7_wrap_box .cf7_input:nth-child(3) {
	    margin-left: 0;
	}
	.list_content_box {
	    margin: 0 0 25px;
	}
	.list_content .row .col-md-3:nth-child(2n+1) {
	    clear: both;
	    border-right: 0;
	}
	.contactus_address {
	    width: 45%;
	}
	.contactus_cf7 {
	    width: 53%;
	}
	.cf7_wrap textarea {
	    height: 160px;
	}
}
@media (max-width: 767px){
	/*Menu mobile*/
	.button_menu {
	    float: left;
	    color: #141469;
	    text-align: center;
	    cursor: pointer;
	    display: block;
	}
	.menu_header {
	    position: fixed;
	    top: 0;
	    left: 0;
	    max-width: 250px;
	    width: 95%;
	    height: 100%;
	    overflow-x: hidden;
	    overflow-y: auto;
	    background: #404041;
	    box-shadow: 2px 0 4px rgba(0,0,0,0.32);
	    -moz-box-shadow: 2px 0 4px rgba(0,0,0,0.32);
	    -webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.32);
	    -webkit-transition: -webkit-transform .4s ease;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease,-webkit-transform .4s ease;
		left: -290px;
		padding: 10px;
		z-index: 999999;
	}
	.openMenu .menu_header {
		-moz-transform: translate3d(290px,0,0);
		-webkit-transform: translate3d(290px,0,0);
		transform: translate3d(290px,0,0);
	}
	html.openMenu, html.openMenu body {
	    overflow: hidden;
	}
	.menu_header > ul > li {
	    width: 100%;
	    line-height: 1;
	    padding: 0;
		margin: 0;
		border-bottom: 1px solid #ddd;
	}
	.menu_header > ul > li > a {
	    display: block;
	    padding: 10px 0;
	    line-height: 30px;
	}
	.menu_header > ul > li:last-child a {
	    padding: 10px 0;
	}
	.menu_header > ul > li::after{
		display: none;
	}
	.menu_header ul li a {
	    border-bottom: 0;
	}
	.openMenu body{
		position: relative;
	}
	.openMenu .over_wrap{
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.32);
		width: 100%;
		height: 100%;
		z-index: 99999;
		display: block;
	}
	.click_opensub_menu {
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    line-height: 40px;
	    width: 40px;
	    text-align: center;
	    font-size: 20px;
	    color: #333;
	    cursor: pointer;
	}
	.devvn_mobile .menu_header ul.sub-menu {
	    display: none;
	}
	.devvn_mobile .menu_header li.opensub_menu > ul {
	    position: relative;
	    visibility: visible;
	    opacity: 1;
	    width: 100%;
	    top: 0;
	    display: block;
	}
	/*#menu mobile*/
	.logo {
	    width: 110px;
	}
	.social_header ul li {
	    width: 30px;
	    margin-right: 5px;
	}
	.social_header {
	    padding: 15px 0;
	}
	.phone_header {
	    max-width: 76px;
	    line-height: 40px;
	}
	.cf7_section_wrap > img {
		float: none;
	}
	.cf7_section_wrap .cf7_section_form {
		margin: 0;
	}
	.text_banner h2, .text_banner{
	    font-size: 20px;
	    line-height: 20px;
	}
	.text_banner {
	    padding: 10px;
	}
	.text_banner {
	    padding: 10px;
	    right: 10px;
	}
	.banner_slider_box {	   
	    height: 250px;
	}
	
	.cf7_section_form,
	.cf7_section_form > h3,
	.cf7_section_form .wpcf7 {
	    margin: 0;
	}
	.cf7_section {
	    text-align: center;	  
	}
	.cf7_section .abimg {
		display: none;
	}
	.cf7_input {
	    width: 100%;
	    margin: 0 0 5px 0;
	}
	.bx-wrapper .bx-prev {
    	left: -10px;
	}
	.bx-wrapper .bx-next {
    	right: -10px;
	}
	/*
	.testi_right {
	    width: 100%;
	    float: none;
	}
	.testi_right::after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(219, 0, 27, 0);
		border-top-color: #db001b;
		border-width: 15px;
		margin-left: -15px;
		margin-top: 0;
	}
	.testi_left {
	    margin: 20px 0 0 0;
	    border-right: 0;
	    border-top: 5px solid #dc0822;
	}
	.list_content .col-md-3 {
	    border-right: 0;
	}
	*/
	.col-sm-2.footer_box,.col-sm-3.footer_box,.col-sm-4.footer_box,.col-sm-3.footer_box.footer_last {
	    width: 100%;
	}
	.footer_box {
	    border-bottom: 1px solid #5a5858;
	    border-left: 0;
	    padding-bottom: 10px;
	    overflow: hidden;
	    margin-bottom: 10px;
	}
	.col-sm-3.footer_box.footer_last {
	    padding-right: 15px;
	    margin-bottom: 0;
	    padding-bottom: 0;
	    border-bottom: 0;
	}
	.footer_4 {
	    text-align: center;
	}
	.footer_4 .social_header {
	    padding: 0;
	    text-align: center;
	    width: 100%;
	}
	.footer_4 .social_header ul {
	    display: inline-block;
	}
	.slider_page .og_table,
	.slider_page .og_table_cell,
	.slider_page .og_table_row
	 {
	    display: inherit;
	}
	.title_slider_page {
	    width: 100%;
	    border-left: 0;
	    height: auto;
	    padding: 10px;
	}
	.title_slider_page h1 {
	    font-size: 30px;
	}
	.og_table_cell.bg_slider_page {
	    height: 80px;
	    width: 100%;
	}
	ul.customer_list li {
	    width: 50%;
	}
	ul.customer_list li:nth-child(2n+1) {
	    clear: both;
	}
	ul.customer_list li:nth-child(5n+1) {
	    clear: none;
	}
	.contactus_address {
	    width: 100%;
	    margin: 0 0 10px;
	}	
	.contactus_temp > h3 {
	    font-size: 20px;
	}
	.contactus_cf7 {
	    width: 100%;
	}
	.contactus_address .footer_3 ul li {
	    margin: 0 0 10px 0;
	}
	.contactus_address {
	    padding: 15px 5px;
	}
	.footer_4 .social_header ul li:first-child {
	    margin-right: 0;
	}
	.cf7_3col .cf7_col1, .cf7_3col .cf7_col2, .cf7_3col .cf7_col3 {
    	width: 100%;
	}
	.page-template-temp-whyus .col-sm-3 .icon_list_inner.text-center {
	    width: 33.333%;
	    float: right;
	}
	.page-template-temp-whyus .col-sm-3 .icon_list_inner.text-center .list_icon_title_box {
	    padding: 10px 13px;
	    background: transparent;
	}
	.page-template-temp-whyus .col-sm-3 .icon_list_inner.text-center .list_icon_title_box h4 {
	    font-size: 14px;
	    line-height: 12px;
	}
	.hotline{
		font-size: 20px;
	}
	.hotline img {
		width: 120px;
	}
	html h3.title_testi,
	h3.title_list
	{
		font-size:20px;
	}
	html ul.testi_slider li{
		padding:0;
	}
	html .testimonial_wrap{
		padding:30px 0;
	}
	.footer_wrap{
		font-size:16px;
	}
	html .customers_wrap > h3{
		font-size:20px;
	}
	.bx-wrapper img{
		max-width:54px;
	}
	html .title-box{
		min-height:40px;
		line-height:43px;
	}
	html .customers_section{
		padding:20px 0;
	}
	html .list_content_box .list_content_desc{
		font-size:16px;

	}
	/*
	html .testimonial_wrap p,html .testi-author {
		font-size: 16px;
	}
	*/
}
.list_content_desc ul{
	list-style-type: none;
	padding-right: 20px;
}
.list_content_desc li::before{
	content: "- ";
	font-weight: bold;
	margin-left: 10px;
}

.testimonial-logo{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    object-fit: cover;
}
.testi_left_box p b{
    font-size: 110%;
    font-weight: 700;
    color: #dc0822;
}

.footerImages img{
	width: 100px;
	height: 100px;
	background-color: white;
}
.footerText{
    font-size: 110%;
    font-weight: 700;
}