
/* FONT */
@import url('https://fonts.googleapis.com/css?family=Hanuman:400,700|Calibri:300,400,500,600,700');

html, body {
	font-family: Calibri;
	background: url('../images/bg.jpg') repeat center top;
	font-size: 15px;
	height: 100%;
	margin: 0px;
	color: #252525;
	min-width: 1140px;
	line-height: 20px;
}
	
a{
	color: #da251c; 
}
a:hover, a b:hover{
	text-decoration: underline;
}
.clear{
	clear:both;
}
.flex{	
	flex-wrap: wrap;
	display: flex;
	
	flex-wrap: wrap !important;
	display: -webkit-flex !important;
	display: -webkit-box !important;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box !important;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox !important;      /* TWEENER - IE 10 */
	display: -webkit-flex !important;     /* NEW - Chrome */
	display: flex !important;
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1;              /* IE 10 */
	flex: 1;	
}

.wrap_container{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: 0px solid #ff0000;
}
.container{
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: auto;
	border: 0px solid #ff0000;
	padding: 0px;
	
}
.wrap_container .page_title{
	position: relative;
	color: #252525;
	font-size: 30px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 20px 0;
}
.wrap_container .wrap_header{
	position: relative;
	background: url('../images/hdr.jpg') no-repeat center top;
	background-size: cover;
	margin: 0 auto;
	width: 100%;
	height: 106px;
	border: 0px solid #ff0000;
}
.wrap_container .wrap_menu{
	position: relative;
	background: #f8f9fb;
	margin: 0 auto;
	width: 100%;
	height: 48px;
	border-top: 5px solid #208ed1;
	border-bottom: 1px solid #cee3ec;
}
.wrap_container .wrap_header .cover_header{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 110px;
	border: 0px solid #ff0000;
}
.cover_header .logo{
	position: relative;
	float: left;
	top: 15px;
	height: 72px;
}
.cover_header .contact_header{
	position: relative;
	float: right;
	height: 110px;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px solid #ff0000;
}
.cover_header .contact_header p{
	padding: 0;
	margin: 0;
}
.wrap_container .banner_page{
	position: relative;
	/* background: #0695d7; */
	/* background-size: auto; 
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	margin: 10 auto;
	width: 100%;
	height: 350px;
	
	display: block;
	background-color: #0695d7;
	/* padding: 20px 25px; */
	object-fit: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* background-position: right; */
}

.banner_page .banner_title {
    position: relative;
    color: #252525;
	text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
	top: 150px;
    padding: 0;
    margin: 0;
}

.wrap_container .wrap_box_content{
	position: relative;
	background: #0695d7;
	margin: 10px auto 25px auto;
	padding: 30px 0;
	width: 100%;
	text-align: center;
	border-bottom: 0px solid #2481ba;
}

.wrap_container .box_content{
	position: relative;
	background: #fff;
	margin: 0 10px;
	color: #000;
	width: 48%;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	min-height: 120px;
	overflow: hidden;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-bottom: 0px solid #0179b0;
	-webkit-box-shadow: 0 3px 5px -4px #000;
	box-shadow: 0 3px 5px -4px #000;
}
.wrap_container .box_content .box_content_title{
	position: relative;
	background: #0179b0;
	font-size: 22px;
	font-weight: 600;
	padding-top: 8px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 32px;
	border-bottom: 0px solid #0179b0;
}
.wrap_container .box_content ul{
	position: relative;
	
}
.wrap_container .box_content ul li{
	position: relative;
	margin-bottom: 3px;
	font-size: 18px;
}
.wrap_container .box_content ul {
  list-style: none; /* Remove default bullets */
}

.wrap_container .box_content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0695d7; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.wrap_container .box_content ul li a{
	color: #000;
	text-decoration: none;
}
.wrap_container .box_content ul li a:hover{
	color: #0695d7;
}


.cslide{
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: auto;
}
/* .building{
	position: absolute;
	left: -4px;
	bottom: -4px;
	background: url('../images/building.png') no-repeat center center;
	width: 170px;
	height: 237px;
	z-index: 10;
} */
.building{
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url('../images/building.png') no-repeat center center;
	width: 170px;
	height: 237px;
	z-index: 10;
}
.lshadow{
	position: absolute;
	left: 40px;
	bottom: -21px;
	background: url('../images/shaodw.png') no-repeat left center;
	width: 187px;
	height: 21px;
	z-index: 0;
}
.rshadow{
	position: absolute;
	right: 40px;
	bottom: -21px;
	background: url('../images/shaodw.png') no-repeat right center;
	width: 187px;
	height: 21px;
	z-index: 0;
}
.slider{
	position: relative;
	background: #fff;
	width: 1100px;
	/* height: 606px; */
	height: 468px;
	border: 0px solid #cee3ec;
	-webkit-box-shadow: 0 0 3px -1px #a6a5a5;
	box-shadow: 0 0 3px -1px #a6a5a5;
	z-index: 1;
}
.slider #slider{
	position: relative;
	background: #fff;
	width: 1084px;
	/* height: 588px; */
	height: 450px;
	overflow:hidden;
	margin: 0 auto;
	border: 0px solid #5C5C5C;
	top: 9px;
	z-index: 0;
}
.conent{
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
	width: 1100px;
	/* min-height: 606px; */
	min-height: 468px;
	text-align: center;
	border: 1px solid #000;
}
.conent .box{
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin: 8px;
	background: #fff;
	width: 216px;
	height: 140px;
	border: 0px solid #5C5C5C;
	-webkit-box-shadow: 0 0 2px 1px #a6a5a5;
	box-shadow: 0 0 2px 1px #a6a5a5;
	z-index: 1;
}
.content_right {
    position: relative;
	float: right;
	width: 770px;
	padding: 0;
	min-height: 200px;
}
.DocLeft {
    position: relative;
	float: left;
	background: #0695d7;
	color: #fff;
	width: 260px;
	padding: 10px 20px;
	min-height: 200px;
	border-bottom: 4px solid #016bac;
	/*
	-webkit-box-shadow: 0 0 3px -1px #a6a5a5;
	box-shadow: 0 0 3px -1px #a6a5a5;*/
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}
.DocLeft .tab_title{
	position: relative;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	padding: 0;
	padding-bottom: 12px;
	margin: 0 0 10px 0;
	border-bottom: 4px solid #0179b0;
}
.wrap_container .DocLeft ul{
	position: relative;
	padding: 0 0 0 10px;
}
.wrap_container .DocLeft ul li{
	position: relative;
	margin: 0;
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 18px;
}

.wrap_container .DocLeft ul li a{
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
.wrap_container .DocLeft ul li a:hover, .wrap_container .DocLeft ul li a.current{
	color: #023978;
}

.DocLeft  p{
	padding: 0;
	margin: 0;
	line-height: 28px;
	font-family: Arial;
	font-size: 17px;
	color: #000;
}
.DocLeft  .title{
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #fd0c1c;
}
.DocLeft  .subtitle{
	font-size: 24px;
	text-decoration: underline;
	color: #fd0c1c;
}

.content_contact_left {
    position: relative;
	float: left;
	width: 360px;
	min-height: 200px;
	border: 0px solid #f00;
}
.content_contact_right {
    position: relative;
	float: right;
	width: 710px;
	border: 0px solid #eee;
	min-height: 200px;
}


/************* Zoom image ***************/
#thumbs {
    position: relative;
	/* margin: 0 auto; */
	float: left;
	margin-bottom: 5px;
	/* background: #fff; */
	width: 770px;
	height: auto;
	text-align: center;
	border: 0px solid #000;
}

div.thumb {
	vertical-align: top;
	/* display: inline-block; */
	float: left;
	_left: 15px;
	_margin-right: 16px;
	margin-bottom: 20px;
	background: #fff;
	width: 236px;
	height: 158px;
	border: 0px solid #5C5C5C;
	-webkit-box-shadow: 0 0 2px 1px #afafaf;
	box-shadow: 0 0 2px 1px #afafaf;
	z-index: 1;
}
div.thumb.has_margin_left {
	margin-left:20px;
}
div.thumb img {
	position: relative;
	cursor: pointer;
	margin: 5px 0 0 5px;
    border: 2px solid #fd0c1c;
}


/************************************/

.wrap_container .wrap_box_content_footer{
	position: relative;
	background: #0695d7;
	margin: 10px auto 25px auto;
	padding: 20px 0;
	width: 100%;
	text-align: left;
	border-bottom: 0px solid #0179b0;
}

.wrap_container .box_content_footer{
	position: relative;
	margin: 0 auto;
	color: #fff;
	width: 250px;
	text-align: left;
	vertical-align: top;
	/*display: inline-block;*/
	float: left;
	margin-right: 25px;
	min-height: 120px;
	overflow: hidden;
}
.wrap_container .box_content_footer .box_content_footer_title{
	position: relative;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 0px;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	width: 100%;
	border-bottom: 0px solid #0179b0;
}
.wrap_container .box_content_footer ul{
	position: relative;
	padding-left: 20px;
}
.wrap_container .box_content_footer ul li{
	position: relative;
	margin: 0;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 16px;
}
.wrap_container .box_content_footer ul {
  list-style: none; /* Remove default bullets */
}

.wrap_container .box_content_footer ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.wrap_container .box_content_footer ul li a{
	color: #fff;
	text-decoration: none;
}
.wrap_container .box_content_footer ul li a:hover, .wrap_container .box_content_footer ul li a.current{
	color: #000;
}