@import "bootstrap.css";
@import "animate.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:"Roboto_BoldItalic";
	src: url(../fonts/Roboto_BoldItalic.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:#00a6e6;
}

.read_more a:hover{
	text-decoration:none;
	color:#e70000;
	
}

.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:#00a6e6;
	text-transform:uppercase;
	font-family:"Roboto_Bold";
	text-align:left!important;
}

/* Begin css list_same */
.same_title{color:#00a6e6!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:#00a6e6!important;}
.list_same{margin:0px;padding:0px;}
.list_same li{color:#444;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#00a6e6;}
.list_same li:hover a{color:#00a6e6;text-decoration:none}
.list_same li a{font-size:14px;color:#444;}
/* End css list_same */

body{
	background:#fff;
	font-family:"Roboto_Regular";
}

#wrap_block_1{
	margin-bottom:10px;	
	margin-top:10px;
	font-family:"Roboto_Bold";
}

#wrap_logo{
	width:100%;
	text-align:left;
    margin-bottom:10px;	
}

#wrap_logo img{
	max-width:100%;
	margin-top:5px;
}

.wrap_name p{
	margin-bottom:0px;	
	text-align:center;
}

.wrap_name img{
	max-width: 100%;
}

.wrap_name p:nth-child(1){
	font-size:39px;
	color:#ef5b23;
	text-transform:uppercase;
}

.wrap_name p:nth-child(1) span{
	color:#0f5b3b;
}

.wrap_name p:nth-child(2){
	font-size:16px;
	color:#393838;
	text-transform:uppercase;
}

.wrap_lang_phone{
	text-align:right;	
}

.wrap_lang_phone{
	margin:20px 0px 0px 0px;
}

.wrap_lang_phone span{
	display:inline-block;
	/*height:45px;
	line-height:50px;
	background:url(../img/icon_phone.png) no-repeat left center;
	padding-left:50px;	*/
	font-size:16px;
	color:#1888b6;
}

#wrap_menutop{
	clear:both;
	background:#00a6e6;	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#wrap_search{
	width:160px;
	background:#fff;
	height:21px;
	margin-top:7px;	
}

#wrap_search input:nth-child(1){
	float:left;
	width:160px;
	height:19px;
	line-height:31px;
	padding-left:5px;
	color:#000;
	border:0px;
	margin-right:-21px;
	font-size:11px;
}

#wrap_search input:nth-child(2){
	width: 21px;
	height:19px;
	background:url(../img/icon_s.png) no-repeat center #fff;
	float:left;
	border:0px;
}

.block_left{
	margin-bottom:10px;	
}

#wrap_support{
	width:100%;
	height:	292px;
	background:url(../img/bg_sp.png) no-repeat center top;
	text-align:center;
	padding-top:180px;
}

#wrap_support p{
	margin-bottom:10px;
}

#wrap_support p span{
	margin-bottom:10px;
	font-family:"Roboto_Bold";
	color:#6a6a6a;
	font-size:14px;
}

#wrap_support p:nth-child(1){
	color:#d30404;
	font-family:"Roboto_Bold";
	font-size:15px;
}

#wrap_support p img{
	padding:0px 5px;
}

#wrap_video{
	width:100%;
	height:220px;	
}

.title_news{
	font-size:24px;
	color:#de0505;	
	font-family:"Roboto_Bold";
	text-transform:uppercase;
}

.list_news_home{
	width:100%;
	list-style:none;
	padding:0px;	
	margin:0px;
}

.list_news_home li{
	width:100%;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;	
	display:inline-block;
}

.img_news_home{
	width:95px;
	height:65px;
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
	padding:2px;
	border-radius:2px;	
}

.img_news_home img{
	width:89px;
	height:59px;
	border-radius:2px;
}

.content_news_home{
	width:170px;
	float:left;	
}

.content_news_home div{
	font-size:13px;
	color:#333;
	font-family:"Roboto_Bold";
	margin-bottom:5px;
	margin-top:2px;
}

.content_news_home p a{
	font-size:12px;
	color:#e70000;
	font-family:"Roboto_Bold";
}

.read_more_news{
	clear:both;
	text-align:right;
}

.read_more_news a{
	font-size:12px;
	color:#e70000;
	font-family:"Roboto_Bold";
}

#wrap_adv{
	width:100%;	
	text-align:center;
}

#wrap_adv img{
	max-width:100%;
	margin-bottom:10px;
}

.title_list_item{
	width:100%;
	height:44px;
	line-height:44px;
	color:#fff;
	text-transform:uppercase;	
	font-family:"Roboto_Bold";
	font-size:16px;
	background:#00a6e6;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom:2px;
	-webkit-box-shadow: -2px -2px 4px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    -2px -2px 4px 0px rgba(50, 50, 50, 0.75);
box-shadow:         -2px -2px 4px 0px rgba(50, 50, 50, 0.75);
}

.title_list_item span{
	padding-left:20px;	
}

.block_right{
	clear:both;
	margin-bottom:15px;
}	

.kmt_title{
	width:100%;	
}

.kmt_title span{
	padding:2px 20px 0px 20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	font-family:"Roboto_Bold";
	display:inline-block;
	height:35px;
	line-height:35px;
	-webkit-box-shadow: -2px -2px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -2px -2px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -2px -2px 4px 0px rgba(50, 50, 50, 0.75);
}

.kmt_orange{
	border-bottom:2px solid #000;		
}

.kmt_green{
	border-bottom:2px solid #00a6e6;		
}

.kmt_orange span{
	background:#000;		
}

.kmt_green span{
	background:#00a6e6;		
}

.wrap_item{
	margin:10px auto;	
}

.block_item{
	width:200px;
	min-height:265px;
	margin:0 auto;	
	text-align:center;
}

.img_item{
	width:200px;
	height:200px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);	
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
}
	
.img_item *{
   vertical-align: middle;	
}

.img_item img{
	max-height:180px;	
}

.block_item h2 a{
	font-size:15px;
	color:#00a6e6;
    line-height: 20px;
    font-family:"Roboto_Bold";
}

.info_item{
    margin: 10px auto;
    font-size: 13px;
}

.block_item p a{
	font-size:13px;
	color:#fff;
	background:#de0505;
	padding:3px 10px;
	border-radius:3px;
}

.block_item p a:hover{
	background:#00a6e6;
    text-decoration: none;
}

.block_item p{
	color:#f00;
}


.kmt_line_hor{
	
}

.wrap_item{
	
}


#wrap_partner{
	width:100%;
	height:110px;
	overflow:hidden;
	background:#ccc;	
}

#wrap_partner ul{
	width:100%;
	display:inline-block;
	padding:0px;
	margin:0px;	
}

#wrap_partner ul li{
	width: 162px;
	height:89px;
	float:left;
	margin:10px 22px;
}

#wrap_partner ul li img{
	width: 162px;
	height:89px;
}

#wrap_block_4{
	background:#333333;	
	padding-top:10px;
	padding-bottom:10px;
}

#wrap_block_4 h6{
	font-family:"Roboto_Bold";
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:20px;
}

#wrap_add_f{
	font-family:"Roboto_Bold";
	font-size:14px;
	color:#fff;

}

#wrap_add_f div p{
	margin-bottom:7px;
}


#wrap_menu_f ul{
	list-style:none;
	padding:0px;	
	margin:0px;
}

#wrap_menu_f ul li{
	width:50%;
	float:left;	
	text-align:left;
	margin-bottom:7px;
}

#wrap_menu_f ul li a{
	color:#fff;
	font-size:14px;
}

#wrap_menu_f ul li a:hover{
	color:#333;
	text-decoration:none;
}

#wrap_social{
	font-size:13px;
	color:#fff;	
	text-align:right;
	padding-top:20px;
}

#wrap_social p{
	margin-bottom:10px;
}

#wrap_social a{
	color:#fff;	
}

.count_num{
	display:inline-block;
	width:15px;
	height:15px;
	line-height:11px;
	margin-right:2px;
	font-weight:bold;
	text-align:center;
	background:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-radius:2px;
	padding:1px 1px 2px 1px;
}

#wrap_block_5{
	height:35px;
	line-height:35px;
	text-align:center;
	background:#ef5d26;
	color:#fff;	
	font-size:12px;
}

#wrap_block_5 a{
	color:#fff;	
}

#wrap_block_5 span{
	font-family:"Roboto_Bold";
}

.wrap_projects{
	margin:10px auto;	
	text-align:center;
}

.block_projects{
	margin:0 auto;
	width:270px;
	min-height:175px;	
}

.block_projects img{
	width:270px;
	height:175px;	
}

.wrap_projects h2 a{
	font-family:"Roboto_Bold";
	text-transform:uppercase;
	font-size:13px;
	color:#222;
}


.wrap_cus{
	margin:10px auto;	
	text-align:center;
}

.block_cus{
	margin:0 auto;
	width:260px;
	min-height:150px;	
	border:1px solid #ccc;
	text-align:center;
}

.block_cus img{
	max-width:255px;
	height:150px;	
}

.wrap_cus h2 a{
	font-family:"Roboto_Bold";
	text-transform:uppercase;
	font-size:13px;
	color:#222;
}

.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;	
	font-family:"Roboto_Regular";
}

.kmt_captcha{
	padding:5px 10px;
	text-transform:uppercase;
	background:#00a6e6;
	color:#fff;
	font-weight:bold;
	display:inline-block;	
}

.list_news{
	width:100%;
	list-style:none;
	padding:0px;	
}

.list_news li{
	width:100%;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;	
	display:inline-block;
}

.img_news{
	width:160px;
	height:100px;
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
	padding:2px;
	border-radius:3px;	
}

.img_news img{
	width:154px;
	height:94px;
	border-radius:3px;	
}

.content_news{
	width:710px;
	float:left;
	text-align:justify;	
}

.content_news h2{
	margin:0px;
	margin-bottom:10px;
	margin-top:5px;
}

.content_news h2 a{
	font-size:15px;
	color:#00a6e6;
	font-family:"Roboto_Bold";
	text-transform:uppercase;
}

.content_news h2 a:hover{
	color:#DE0505;
	text-decoration:none;
}

.content_news p a{
	font-size:13px;
	color:#DE0505;
	font-family:"Roboto_Bold";
}

.content_news p a:hover{
	color:#00a6e6;
	text-decoration:none;
}

.content_news div{
	font-size:13px;
	color:#333;
	font-family:"Roboto_Regular";
	margin-bottom:5px;
}

#wrap_comment_face{
	width:100%;
	margin:20px auto;	
}

#wrap_img_product{
	width:360px;
	height:370px;
	border:1px solid #ccc;
	border-radius:3px;
	padding:5px;	
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
}
	
#wrap_img_product *{
   vertical-align: middle;	
}

#wrap_img_product img{
	max-width:350px;
	max-height:360px;	
}

#wrap_img_thumbs{
	margin-top:10px;
	display:inline-block;	
}

#wrap_img_thumbs ul{
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;	
	text-align:center;
}

#wrap_img_thumbs ul li{
	width:62px;
	height:62px;
	float:left;	
	margin:3px 4px;
	border:1px solid #ccc;
	padding:2px;
	border-radius:2px;
}

#wrap_img_thumbs ul li img{
	width:56px;
	height:56px;
	float:left;	
}

#wrap_info_product{
	margin-bottom:5px;	
}

#wrap_info_product h2{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;	
	font-size:22px;
	color:#00a6e6;
	font-family:"Roboto_Bold";
}

#wrap_info_product p{
	padding:0px;
	font-size:15px;
	color:#333333;
	margin-bottom:5px;
	padding:5px;
	border-bottom:1px dashed #ccc;	
}

#wrap_info_product p a{
	text-transform:uppercase;
	color:#de0505;
}

#wrap_phone_mail{
	margin-top:10px;
	font-size:20px;
	color:#00a6e6;
	font-family:"Roboto_Bold";	
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;	
	margin-bottom:20px;
}

#wrap_phone_mail span{
	padding-left:40px;
}

#wrap_phone_mail p:nth-child(1){
	background:url(../img/icon_phone_dt.png) no-repeat left center;
}

#wrap_phone_mail p:nth-child(2){
	background:url(../img/icon_email.png) no-repeat left center;
}

#wrap_order{
	margin-bottom:20px;	
}

#wrap_order a{
	text-transform:uppercase;
	font-size:15px;
	color:#fff;
	background:#ef5b23;
	font-family:"Roboto_Bold";	
	padding:7px 15px;	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#wrap_order a:hover{
	background:#0f5b3b;
	text-decoration:none;
}

.kmt_addon{
    width: 100%;
    text-align: left;
}

.fb-share-button{
    float:left!important;
    margin-right: 5px;
}

.fb-like{
    float:left!important;
    margin-right: 5px;
}

#box_twitter{
    width: 85px!important;
    float:left!important;
    margin-right: 5px;
    margin-bottom: 5px;
}

#box_plusone{
    width: 60px!important;
    float:left!important;
    margin-bottom: 5px;
}

.kmt_title_cart{
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: dashed #ccc 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.kmt_con_cart{
   border-bottom: dashed #ccc 1px;
   padding-bottom: 10px; 
   margin-bottom: 10px;
}

.kmt_con_cart p{
    margin-bottom: 3px;
    font-size: 14px;
}

.kmt_con_cart p span{
    color: #f00!important;
    font-size: 13px;
}


.kmt_con_cart p:nth-child(1){
    margin-top: 15px;
}

.kmt_submit_cart{
    text-align: center;
}

.kmt_submit_cart button{
    background: #00a6e6!important;
    border: 0px;
    color: #fff;
}

.kmt_submit_cart button:hover{
    background: #222!important;
    color: #fff;
}

.kmt_submit_cart a:hover{
    text-decoration: none;
}

.kmt_con_cart input{
    width: 100%;
    text-align: center;
}

.img_cart{
    text-align: center;
}

.kmt_note {
    font-size: 22px;
    line-height: 25px;
    color: #3f3e3e;
    font-size: 16px;
}

.wrap_lang_phone a{
    color: #333;
    padding-right: 10px;
}

.wrap_menu_left {
    margin-bottom:10px;	
    border: 1px solid #00a6e6!important;
    border-radius: 10px;
    padding: 5px!important;
}

.wrap_menu_left ul{
    list-style: none;
    padding: 0px;
    background: #e0f1f8;
}

.wrap_menu_left ul li{
	width:100%;
    min-height: 35px;
    line-height: 35px;
    background: #e0f1f8;
	border-bottom: #00a6e6 solid 1px;
	margin-bottom: 3px;
}

.wrap_menu_left ul li span{
	padding-right: 10px;
}

.active_menu_left{
    color:#04AEF0!important;
}

.wrap_menu_left ul li a{
	text-decoration:none;
	font-size:12px;
	color:#444;
    font-family: Tahoma;
    padding-left: 25px;
}

.wrap_menu_left ul li a:hover{
	color:#04AEF0;
}

.level_1{
    background: #afd9e9!important;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.level_1 > a{
    padding-left: 10px!important;
    font-size: 15px!important;
    font-weight: bold;
}

.level_1 > a span{
    color: #f00;
}


#toTop {
    position: fixed;
    top: 198px;
    right: 0px;
    cursor: pointer;
    z-index: 99;
}

#booktour ul li {list-style:none;}
#booktour  figure{margin:5px 0}

.src-image {
  display: none;
}

.card {
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 8px;
  text-align: center;
  padding: 0;
  background-color: #284c79;
  color: rgb(136, 172, 217);
  
}

.card .header-bg {
  /* This stretches the canvas across the entire hero unit */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px #FFF solid;
  /* This positions the canvas under the text */
  z-index: 1;
}
.card .avatar {
  position: relative;
  margin-top: 15px;
  z-index: 100;
}

.card .avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(0,0,30,0.8);
}


 #map iframe{position:relative} #map .contact_detail{position:absolute;top:60px;right:180px;background:white;padding:5px} #map .contact_detail i{color:#c00000;font-size:16px} #map .contact_detail h5{border-bottom:1px solid #e9e5dc;padding-bottom:5px;} #map .contact_detail span{margin-right:10px} #map .contact_detail p{font-size:13px;} .contact_detail { box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2) } .but_contact{width:149px; height:42px; background:#03a9f4;border:0;color:white;font-size:18px} 
 
 
 .news_title {
		font-size: 15px;
		color:#03a9f4;
		display: block;
		width: 100%;
		height: 41px;
		position: relative;
		overflow: hidden;
		line-height: 20px;