@import "bootstrap.css";

@font-face {
	font-family:"Roboto_Regular";
	src: url(../fonts/Roboto_Regular.ttf);
}

@font-face {
	font-family:"Roboto_Bold";
	src: url(../fonts/Roboto_Bold.ttf);
}

@font-face {
	font-family:"UTM_AptimaBold";
	src: url(../fonts/UTM_AptimaBold.ttf);
}



/* Begin css breadcrumb */
.kmt_breadcrumb{color:#666666!important;font-size:14px;margin-bottom:10px;padding-left:5px;margin-top:10px}
.kmt_breadcrumb a{color:#666666!important;font-size:16px;}
.kmt_breadcrumb a:hover{color:#d72121!important;text-decoration:none}
/* End css breadcrumb  */


.read_more{
	text-align:right;
	margin-top:-30px;
	margin-bottom:20px;	
	width:99%;
}

.read_more a{
	padding:5px 0px;
	font-size:12px;
	font-family:"Roboto_Bold";
	font-weight:bold;
	color:#ef5b23;
}

.read_more a:hover{
	text-decoration:none;
	color:#0f5b3b;
	
}

.content_article{
    width: 100%;
    clear: both;        
    display: inline-block;        
	text-align:justify;
	color:#444444;
	font-size:14px;
    line-height: 25px;
	font-family:"Roboto_Regular";
}

.content_article p{
	 margin-bottom: 5px;
}

.content_article img{
	max-width:100%;
	height:auto!important;
    margin-bottom: 5px;
}

.hidden1 {
	overflow: hidden;
    width: 100%;
	height: 350px;
}

.kmt_page{
	clear:both;	
}

.kmt_title_article{
	font-size:15px;
	margin-bottom:10px;	
	font-weight:bold;
	color:#FC8C4A;
	text-transform:uppercase;
	font-family:"Roboto_Bold";
	text-align:left!important;
}

.kmt_note{
    color: #f00;
}

/* Begin css list_same */
.same_title{color:#FC8C4A!important;margin:10px 0px 5px 0px!important;font-size:15px;font-weight:bold;text-transform:uppercase;font-family:"Roboto_Bold";border-bottom:1px dashed #ccc}
.same_title:hover{color:#FC8C4A!important;}
.list_same{margin:0px;padding:0px;}
.list_same li{color:#444;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#FC8C4A;}
.list_same li:hover a{color:#FC8C4A;text-decoration:none}
.list_same li a{font-size:14px;color:#444;}
/* End css list_same */

body{
	font-family:"Roboto_Regular";
}

.wrap_logo{
	padding-top:15px;	
}

.wrap_logo img{
	max-width:100%;	
}

.wrap_name{
	padding-top:25px;	
}

.wrap_name img{
	max-width:100%;	
}

#wrap_search{
	float:right;
	margin-top:50px;
	width:180px;
	height:30px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.42);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.42);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.42);
}

#wrap_search input:nth-child(1){
	float:left;
	width:180px;
	height:30px;
	line-height:30px;
	padding-left:5px;
	color:#000;
	border:0px;
	margin-right:-21px;
	font-size:12px;
}

#wrap_search input:nth-child(2){
	width: 21px;
	height:30px;
	background:url(../img/icon_search.png) no-repeat center #fff;
	float:left;
	border:0px;
}

#wrap_bg_block_2{
	width:100%;
	background:#00923f;
	margin-top:10px;	
}

.wrap_social{
	text-align:right;
	padding-top:10px;	
}

#wrap_bg_block_3{
	width:100%;	
}

#wrap_bg_typical{
	clear:both;
	width:100%;
	background:url(../img/bg_home.png) repeat center top;
	padding-top:20px;	
}

.kmt_title{
	width:100%;
	text-align:center;	
	font-family:"UTM_AptimaBold";
	font-size:35px;
	color:#019a43;
	text-transform:uppercase;
	background:url(../img/bg_title.png) no-repeat center bottom;
	padding-bottom:25px;
	margin-bottom:20px;
}

#list_typical{
	width:100%;
	height:350px;
	overflow:hidden;
	margin:0 auto;	
}

.list_typical{
	width:100%;
	list-style:none;
	padding:0px;	
}

.list_typical{
	width:100%;
	list-style:none;
	display:inline-block;
	padding:0px;	
	padding-top:5px!important;
}

.list_typical li{
	width:270px;
	min-height:300px;
	float:left;
	margin:10px 13px;	
	text-align:center;
}

.block_item_typical{
	width:270px;
	min-height:300px;	
	text-align:center;
	margin:0 auto;
}

.img_item_typical{
	width:270px;
	height:185px;
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
    -webkit-box-shadow: 0 0 3px 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 3px 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 3px 0 rgba(50,50,50,0.75);
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
	border-radius:3px;
}
	
.img_item_typical *{
   vertical-align: middle;	
}

.img_item_typical img{
	max-width:260px;
	max-height:175px;	
}

.block_item_typical h2 a{
	color:#222;
	font-size:18px;
}

.block_item_typical h2 a:hover{
	color:#00923f;
	text-decoration:none;
}

.block_item_typical p a{
	background:#fc8c4a;
	padding:3px 5px;
	color:#333;
}

.block_item_typical p a:hover{
	background:#00923f;
	text-decoration:none;
}

#wrap_intro_video{
	padding-top:20px;	
	padding-bottom:20px;
}

#wrap_intro h3{
	text-transform:uppercase;
	font-size:27px;	
	font-family:"UTM_AptimaBold";
	color:#019a43;
	margin-bottom:15px;
}

#wrap_intro h3 span{
	color:#fc8c4a;
}

#wrap_intro div{
	margin-bottom:15px;
}


#wrap_intro p a{
	background:#fc8c4a;
	padding:3px 5px;
	color:#333;
}

#wrap_intro p a:hover{
	background:#00923f;
	text-decoration:none;
}

#wrap_bg_block_4{
	width:100%;
	background:#00923f;
	padding:20px 0px;	
	color:#fff;
	font-size:14px;	
}

.wrap_add_f{
	color:#fff;
	font-size:14px;	
	padding-top:20px;
}

.wrap_copyright{
	text-align:right;
	padding-top:20px;	
}

.wrap_copyright a{
	color:#fff;	
}

.wrap_copyright span{
	font-weight:bold;	
}

#wrap_content{
	clear:both;
	padding:20px 0px;	
}

.title_list_item{
	width:100%;
	height:40px;
	line-height:40px;
	color:#fff;
	text-transform:uppercase;	
	font-family:"UTM_AptimaBold";
	font-size:18px;
	background:#00923f;
	margin-bottom:2px;
}

.title_list_item span{
	padding-left:45px;
	background:url(../img/icon_menulefttop.png) no-repeat left 10px center;
}

.block_left,.block_right{
	margin-bottom:10px;	
    padding: 5px;
}

#wrap_support{
	width:100%;
	margin:0 auto;
	background:url(../img/bg_sp.png) no-repeat top 5px left #ededed;
	border:1px solid #ccc;
	padding-top:200px;
}

#wrap_support p{
	padding-left:10px;
	color:#6b6b6b;
	font-size:14px;	
}

#wrap_support p img{
	padding-right:15px;
}

#wrap_support p:nth-child(1) span{
	color:#d30404;
	font-size:23px;	
}

#wrap_support p:nth-child(2) span{
	color:#333;
}

.wrap_certificate{
	text-align:center;	
	margin-bottom:20px;
}

.wrap_certificate img{
	max-width:100%;	
}

.wrap_news{
	margin:10px auto;	
}

.block_news{
	width:270px;
	min-height:300px;
	margin:0 auto;	
}

.img_news{
	width:270px;
	height:185px;	
	 -webkit-box-shadow: 0 0 3px 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 3px 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 3px 0 rgba(50,50,50,0.75);
	background:#fff;
	padding:5px;
	border-radius:2px;
}

.img_news img{
	width:260px;
	height:175px;	
}

.block_news h2 a{
	font-size:15px;
	color:#333333;
	line-height:20px;	
	font-family:"UTM_AptimaBold";
	text-transform:uppercase;
}

.block_news h2 a:hover{
	color:#fc8c4a;
	text-decoration:none;
}


.content_news{
	font-size:14px;
	color:#333333;
	line-height:20px;
	margin-bottom:10px;	
}

.block_news div{
    margin-bottom: 20px;
}


.block_news p a{
	background:#fc8c4a;
	padding:3px 5px;
	color:#333;
}

.block_news p a:hover{
	background:#00923f;
	text-decoration:none;
}

.wrap_add{
	text-align:left;
	font-size:15px;
	color:#444;	
	font-family:"Roboto_Regular";
	padding-bottom:10px;
	border-bottom:1px dotted #4d83a8;
	margin-bottom:10px;
	margin-top:10px;
}

.wrap_map{
	height:300px;	
	padding-bottom:10px;
	border-bottom:1px dotted #4d83a8;
	margin-bottom:10px;
}

.wrap_form_contact{
	margin-top:20px;	
	font-size:13px;
	color:#444;	
}

.kmt_captcha{
	padding:5px 10px;
	text-transform:uppercase;
	background:#fc8c4a;
	color:#fff;
	font-weight:bold;
	display:inline-block;	
}

#wrap_left{
	margin-top:100px;	
}

.wrap_item{
	margin-bottom:10px;	
}

.wrap_img_dt{
    margin-bottom:20px;
}

#wrap_img_dt{
	width:410px;
	height:300px;	
	 -webkit-box-shadow: 0 0 3px 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 3px 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 3px 0 rgba(50,50,50,0.75);
	background:#fff;
	padding:5px;
	border-radius:2px;
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
}
	
#wrap_img_dt *{
   vertical-align: middle;	
}

#wrap_img_dt img{
	max-width:400px;
	max-height:290px;	
}

.wrap_info_dt h2{
	color:#fc8c4a;
	font-size:22px;
	margin:0px;
	margin-bottom:20px;
	font-family:"UTM_AptimaBold";
	text-transform:uppercase;
}

.wrap_info_dt p{
	color:#333;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:20px;
}

.wrap_info_dt p a{
	color:#f00;
}

.wrap_description_dt h5{
	color:#089c48;
	font-size:20px;	
	font-family:"UTM_AptimaBold";
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:2px solid #089c48;
}

.wrap_same_item h5{
	color:#fc8c4a;
	font-size:20px;	
	font-family:"UTM_AptimaBold";
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:2px solid #fc8c4a;
}

