/*
   Theme Name: Mancoll Theme
   Description: Wordpress theme tutorrial
   Version: 1.0
   Author:  Redsand.vn
   Author ARI: http://redsand.vn
*/

/* CSS Document */

body {
	background: url(images/bg-body.jpg);
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
#container {
	width: 960px;
	padding: 0 30px;
	background: #FFF;
	margin: 0 auto;
}
.clear {
	clear: both;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: #666;
}
body.home #header {
	min-height: 140px;
}
body.home #header .span4 {
	overflow: inherit;
}
#header {
	color: #999;
	font-size: 18px;
	position: relative;
	z-index: 100;
	font-family: 'arial_mt_stdlight';
}
#header .span4 {
	float: left;
	width: 33.333%;
	background: #f1f1f1;
	height: 120px;
	overflow: hidden;
}
#header .left-header p {
	margin: 20px 0 20px 20px;
}
#header .logo {
	text-align: center;
}
#header .right-header {
	text-align: right;
}
#header .right-header p {
	font-size: 32px;
	margin: 35px 30px 20px 0;
	color: #999;
}
#header .right-header p a {
	color: #999;
}
/*--------------------- END HEADER -------------------*/

body.home #banner {
	position: relative;
	margin-bottom: 1px;
	z-index: 10;
	margin-top: -19px;
	z-index: 10;
}
#banner .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: right;
}
#banner .info h3 {
	color: #3f81a1;
	font-size: 60px;
	font-weight: normal;
	font-family: 'arial_mt_stdlight';
	margin: 85px 30px 0 0;
}
#banner .info h3 a {
	color: #3f81a1;
	font-family: 'arial_mt_stdlight';
}
#banner .bx-wrapper .bx-viewport {
	background: none;
	border: none;
	box-shadow: none;
	left: 0;
}
#banner ul {
	margin: 0;
	padding: 0;
}
#banner img {
	width: 100%;
	max-height: 360px;
}
#banner li.banner-home img {
	width: 100%;
	max-height: 477px;
}
#main-menu {
	background: #3f81a1;
	height: 45px;
  margin: -1px 0 0 0; 
}
#main-menu ul {
	margin: 0;
	padding: 0;
}
#main-menu ul ul {
    background: none repeat scroll 0 0 #3f81a1;
    display: none;
    position: absolute;
    top: 45px;
    width: 500px;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 3px;
}
#main-menu ul li li {
	float: none;
}
#main-menu ul li {
	margin: 0 23px;
	list-style: none;
	float: left;
	height: 45px;
	line-height: 45px;
	position: relative;
}
#main-menu ul li a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	/* text-transform:uppercase; */
	font-size: 14px;
}
#main-menu ul li a:hover {
    color: #B5E1EE;
}

#main-menu .current-menu-item {
    color: #B5E1EE !important;
}
/*------------------------------ END MENU ------------------------*/
#main-content {
	padding-bottom: 50px;
	min-height: 300px;
}
#main-content .title {
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 20px;
	font-family: 'arial_mt_stdlight';
}
.page-content {
	background: #f1f1f1;
	padding: 55px 30px;
}
.page-content .title {
	text-align: center;
}
.posts-content {
	padding-bottom: 60px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 60px;
}
.posts-content .row {
	margin-top: 60px;
}
.posts-content .row .span7 {
	width: 580px;
	float: left;
}
.posts-content .row .span5 {
	width: 350px;
	float: right;
}
.posts-content .row-even .span7 {
	float: right;
}
.posts-content .row-even .span5 {
	float: left;
}
.posts-content .read-more {
	margin-top: 40px;
}
.posts-content .read-more a {
    background: none repeat scroll 0 0 #3f81a1;
    border-radius: 8px;
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 120px;
}
.bottom-page .title {
	text-align: center;
}
.bottom-page .span6 {
	float: left;
	margin: 0 30px;
	width: 365px;
	padding-left: 55px;
	background: url(images/quotes.png) left top no-repeat;
}
.bottom-page .span6 p {
	margin: 0 0 20px;
}
.bottom-page .span6 .author {
	color: #3f81a1;
}
/*------ END HOME PAGE -----*/
.sidebar-left {
	width: 300px;
	float: left;
	margin-top: 30px;
}
.sidebar-left .box {
	border: 1px solid #d0d0d0;
	margin-bottom: 30px;
	padding: 25px 0 20px 28px;
}
.sidebar-left .contact_widget {
	padding: 25px 0 20px 28px;
}
.sidebar-left .contact_widget p {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin: 0 0 10px;
}
.sidebar-left .contact_widget input:focus, .sidebar-left .contact_widget textarea:focus {
	box-shadow: 0 0 3px #ccc;
}
.sidebar-left .contact_widget textarea {
	width: 230px;
	padding: 5px;
	height: 80px;
	border: 1px solid #d0d0d0;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.sidebar-left .widget_pages ul {
	margin: 0 30px 0 0;
	padding: 0;
}
.sidebar-left .widget_pages ul li {
	list-style: none;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url(images/list-style-li.jpg) no-repeat left center;
}
.sidebar-left .widget_pages ul li + li {
	border-top: 1px solid #cfcfcf;
}
.sidebar-left .widget_pages ul li a {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.sidebar-left ul li a:hover {
/* color: #fff; /* #3f81a1; */
}
.sidebar-left .coupon_offer_widget {
	padding: 0;
	border: none;
}
.sidebar-left .widget_recent_entries ul {
	margin: 0 30px 0 0;
	padding: 0;
}
.sidebar-left .widget_recent_entries ul li {
	list-style: none;
	padding-bottom: 15px;
}
.sidebar-left .widget_recent_entries ul li + li {
	border-top: 1px solid #d0d0d0;
	padding: 15px 0;
}
.sidebar-left .widget_recent_entries ul li a {
	font-size: 12px;
	font-weight: bold;
}
.right-content {
	width: 630px;
	float: right;
	margin-top: 30px;
}
.right-content .post {
	margin-bottom: 65px;
}
.right-content .thumbnail {
	width: 300px;
	float: left;
	margin: 5px 30px 15px 0;
}
#main-content .sidebar-left .title, #main-content .right-content .title {
	font-size: 30px;
}
/*-------------------------- END CONTENT ---------------------*/

#footer .span4 {
	float: left;
	width: 33.33%;
	height: 120px;
	background: #f1f1f1;
}
#footer .copyright p {
	margin: 40px 0 40px 30px;
	font-size: 14px;
}
#footer .logo {
	text-align: center;
}
#footer .logo img {
	margin-top: -20px;
}
#footer .orther-link .span6 {
	float: left;
	width: 50%;
	margin: 30px 0 0;
}
#footer .social {
	text-align: center;
}
#footer .social p {
	margin: 0 0 10px;
}
.widget_nav_menu h2 {
	background-color: #3f81a1;
	border-radius: 5px;
	color: #fff;
	font-size: 22px !important;
	font-weight: bold !important;
	padding: 5px 15px;
	font-family: "arial_mt_stdlight";
}
.widget_nav_menu ul {
}
.widget_nav_menu li {
	list-style: outside none none;
	margin-left: -30px;
}
.widget_nav_menu li a {
	color: #3f81a1;
}
.sidebar-left ul li a:hover {
	color: gray;
	font-weight: normal;
	padding: 4px;
}
.widget_nav_menu .current-menu-item {
	background-color: #3f81a1;
	border-radius: 8px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 4px 12px;
}
.current-menu-item a {
	color: #fff !important;
}
.widget_nav_menu {
	background-color: #f1f1f1;
	border-radius: 8px;
	box-shadow: 2px 2px 3px;
	padding: 2px 15px;
}
.contact_widget {
	background-color: #f1f1f1;
	border-radius: 8px;
	box-shadow: 2px 2px 3px;
	margin-top: 20px;
	padding: 15px !important;
}
.contact_widget h3 {
	background-color: #3f81a1;
	border-radius: 5px;
	color: #fff;
	font-size: 22px !important;
	font-weight: bold !important;
	padding: 5px 15px;
	font-family: "arial_mt_stdlight";
}
#main-menu > ul > li {
	margin: 0 35px;
}

.sidebar-left .contact_widget input {
	/* width: 230px; */
/*	border: 1px solid #d0d0d0;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	margin-top: 2px;
	border-radius: 0;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333; */
}

.input-field {
	border-radius: 8px !important;
	padding: 4px 8px !important;
	width: 92% !important;
 	border: 1px solid #d0d0d0;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	margin-top: 2px;
	border-radius: 0;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.input-area {
	border-radius: 8px !important;
	padding: 4px 8px !important;
	width: 92% !important;
	border: 1px solid #d0d0d0;
	padding: 0 5px;
	margin-top: 2px;
	border-radius: 0;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.input-button {
    background: none repeat scroll 0 0 #3f81a1;
    border: medium none !important;
    border-radius: 10px !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: bold;
    padding: 14px 15px;
    text-transform: uppercase;
}
.input-captcha {
    border: 1px solid #d0d0d0 !important;
    border-radius: 10px !important;
    color: #333 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12px !important;
    outline: medium none !important;
    padding: 5px !important;
    width: 56%;
}
.submit {
    text-align: center;
    width: 100% !important;
}
.submit-c {
    text-align: left;
    width: 100% !important;
}
.captcha-img {
  }
.post-thumbnail img {
	border-radius: 10px;
}

.testimonials blockquote{
background-image: url('images/quotes.png');
background-repeat: no-repeat;
background-position: 0px 2px;
z-index: 99999;
padding: 0 0px 0 64px;
}

.testimonials strong{
color: #3f81a1;
}

.forms a{
 font-size: 20px;
 text-decoration: underline;
  margin: 0 0 10px 25px;
}

.news {
clear: both;
margin: 0 0 100px 0;

}

.news img{
  float: left;
  padding: 0px 18px 0 0;

}

.news h3{

}

.news p{

}

.news a{
  
  color: #3f81a1;

}

.news hr{

}

.testimonialread{

}

.testimonialread a {
background-color: #3F81A1;
color: #fff;
padding: 8px 13px;
border-radius: 8px;
margin: 0px 0px 0px 40%;
position: relative;
}

.hi{
min-height: 10px;
}


.blog {

}

img.attachment-200x220.wp-post-image {
float: left;
padding: 0px 45px 0 0;
}

div#post- {
min-height: 300px;
margin-bottom: 15px;
}

.banner-home-img {
	visibility: hidden;
	display: none;
}

#container {
	width: auto;
}

#main-menu > ul > li {
	margin: 0;
}

@media (min-width: 768px) {
	#container {
		width: 680px;
	}
	
	#main-menu > ul > li {
		margin-left: 14px;
		margin-right: 14px;
	}
}

@media (min-width: 992px) {
	#container {
		width: 900px;
	}
	
	#main-menu > ul > li {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (min-width: 1200px) {
	#container {
		width: 960px;
	}
	
	#main-menu > ul > li {
		margin-left: 35px;
		margin-right: 35px;
	}
}

@media (max-width: 1199px) {
	#header .left-header p br {
		display: none;
	}
	
	.posts-content .row .span5 {
		width: 35%;
	}
	
	.posts-content .row .span7 {
		width: 60%;
	}
	
	.right-content {
		width: 570px;
	}	
}

@media (max-width: 991px) {
	#header .left-header p {
		margin-top: 28px;
	}
	
	#header .right-header p {
		margin: 42px 28px 20px 0;
		font-size: 28px;  
	}
	
	.logo a {
		padding-top: 20px;
		background-color: #3F81A1;
		display: block;
	}
	
	#footer .orther-link .span6 {
		font-size: 13px;
	}
	
	#footer .orther-link .span6.logo-link a {
		display: inline-block;
		width: 45%;
	}
	
	#footer .orther-link .span6.logo-link {
		margin-top: 48px;
	}
	
	.posts-content .row .span5 {
		width: 35%;
	}
	
	.posts-content .row .span7 {
		width: 60%;
	}
	
	.sidebar-left {
		width: 200px;
	}
	
	.right-content {
		width: 460px;
	}	
	
	.input-button {
		width: 100%;
		font-size: 11px !important; 
	}	
}

@media (max-width: 767px) {
	#container {
		padding: 0 15px;
	}
	
	#header .span4 {
		width: 100%;
		float: none;
		height: auto;
		padding: 20px 0;
		text-align: center;
	}
	
	#header .span4.logo {
		padding: 0;
	}
	
	#header .left-header p, #header .right-header p {
		margin: 0;
		padding: 0 15px;
	}
	
	body.home #banner {
		margin-top: 0;
	}
	
	#footer .span4 {
		float: none;
		height: auto;
		width: 100%;
		padding: 0;
	}
	
	#footer .span4 p, #footer .orther-link .span6, #footer .orther-link .span6.logo-link {
		margin: 0;
		text-align: center;
	}
	
	#footer .orther-link .span6.logo-link a {
		display: initial;
		width: initial;
	}
	
	#footer .orther-link .span6.logo-link {
		padding: 15px 0;
	}
	
	#footer .span4 p {
		padding: 10px 15px;
	}
	
	#header .logo a {
		padding-top: 0;
	}
	
	.posts-content .row .span7, .bottom-page .span6, .posts-content .row .span5 {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	
	.testimonialread a {
		margin: 0;
	}
	
	.sidebar-left, .right-content {
		width: auto;
		float: none;
	}	
	
	.input-button {
		width: auto;
		font-size: 15px !important; 
	}	
	
}

@media (max-width: 540px) {
	.post img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0 !important;
		float: none !important;
	}
}

#wprmenu_menu.left {
  width: 100% !important;
  }

#menu-item-28 .sub-menu {
    min-width: 200px;
}

#menu-item-169 .sub-menu {
    min-width: 264px;
}

#menu-item-25 .sub-menu {
    min-width: 279px;
}

#menu-item-24 .sub-menu {
    min-width: 321px;
}

#menu-item-26 .sub-menu {
    min-width: 245px;
}

#menu-item-186 .sub-menu {
    min-width: 290px;
}

#menu-item-338 .sub-menu {
    min-width: 165px;
}
#main-menu ul li li {
    /* float: none;
    display: inline-block; */
    white-space: nowrap;
    /* width: inherit; */
}

.contactform1 {
  margin: 0 0 90px 0;
}

.num{
 display: none;

}

.map{
		border: 0; 
		float: right; 
  	margin: 0px 37px 0px 0;
}

.topmargin {
    margin: -33px 35px 0 0px;
}

.address {
  margin: 34px 0 0 0;
}


@media (max-width: 540px) {
   .num{
   display: inline;
    

}
  
.contactform1 {
  margin: 0 0 0px 0;
}
  
.map{
		border: 0; 
		float: right; 
  	margin: 0px 0px 17px 0;
    width: 100%;
}

.topmargin {
  margin: 0px 0px 0 0px;
} 
  
  
.address {
  margin: 0px 0 0 0;
}
}


/* ----------------------- form css ------------------------------------ */

input#input_1_1 {
  border-radius: 8px !important;
  padding: 4px 8px !important;
  width: 92% !important;
  border: 1px solid #d0d0d0;
  padding: 0 5px;
  margin-top: 2px;
  border-radius: 0;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  height: 25px;
}

input#input_1_2 {
  border-radius: 8px !important;
  padding: 4px 8px !important;
  width: 92% !important;
  border: 1px solid #d0d0d0;
  padding: 0 5px;
  margin-top: 2px;
  border-radius: 0;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  height: 25px;
}

input#input_1_3 {
  border-radius: 8px !important;
  padding: 4px 8px !important;
  width: 92% !important;
  border: 1px solid #d0d0d0;
  padding: 0 5px;
  margin-top: 2px;
  border-radius: 0;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  height: 25px;
}


textarea#input_1_4 {
  border-radius: 8px !important;
  padding: 4px 8px !important;
  width: 92% !important;
  border: 1px solid #d0d0d0;
  padding: 0 5px;
  margin-top: 2px;
  border-radius: 0;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
}


input#gform_submit_button_1 {
  background: none repeat scroll 0 0 #3f81a1;
  border: medium none !important;
  border-radius: 10px !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 15px !important;
  font-weight: bold;
  padding: 14px 15px;
  text-transform: uppercase;
}


input#input_1_5 {
  border-radius: 8px !important;
  padding: 4px 8px !important;
  width: 212px !important;
  border: 1px solid #d0d0d0;
  padding: 0 5px;
  margin-top: 2px;
  border-radius: 0;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  height: 25px;
}

label.gfield_label {
  display: none !important;
}

.gfield_captcha_container {
  margin: 10px 0 0 0;
}

h3.gform_title {
  display: none;
}
