@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=vietnamese');

@font-face {
	font-family:"UTM_Avo";
	src: url(../fonts/UTM_Avo.ttf);
}


body{
	font-family: 'Roboto', sans-serif;
	overflow-x:hidden;
	border-top:4px solid #c60008;
}

*:hover,*:focus { outline: 0; }{
	outline: none!important;	
}

/* 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:-40px;margin-bottom:30px;width:100%;}
.read_more a{padding:5px 0px;font-size:12px;font-weight:bold;color:#274ba1;}
.read_more a:hover{text-decoration:none;color:#cd0000;}

a:hover{text-decoration:none;color:#ff0000}
.content_article{width: 100%;clear: both;display: inline-block;text-align:justify;color:#000;font-size:15px;line-height: 23px;}
.content_article p{margin-bottom: 10px;}
.content_article table{max-width:100%!important;}
.content_article img{max-width:100%;height:auto!important;margin-bottom: 5px;}
.kmt_title_article{font-size:18px;margin-bottom:10px;color:#c60008;font-weight:600;text-align:left!important;margin-top:0px;text-transform:uppercase;line-height:25px;}
.kmt_page{clear:both;}

.kmt_uppercase{text-transform:uppercase;}
.kmt_center{text-align:center!important;}
.kmt_left{text-align:left!important;}
.kmt_right{text-align:right;}
.kmt_justify{text-align:justify;}

/* Begin css list_same */
.same_title{color:#c60008!important;margin:10px 0px 5px 0px!important;font-size:17px;font-weight:bold;text-transform:uppercase;font-weight:bold;padding-bottom:5px;border-top:1px dashed #ccc;clear:both;padding-top:10px;}
.same_title:hover{color:#c60008!important;}
.list_same{margin:0px;padding:10px 0px;}
.list_same li{color:#222;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#c60008;}
.list_same li:hover a{color:#c60008;text-decoration:none}
.list_same li a{font-size:15px;color:#222;}
.list_same li a span{color:#222;}
/* End css list_same */


.pagination>li>a, .pagination>li>span {
    color: #fff;
	background-color: #1e8252;
	border: 1px solid #1e8252;
}

.pagination>li>a:hover{
	background-color: #c60008;
	border-color: #c60008;
	color: #fff;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #c60008;
    border-color: #c60008;
}

.kmt_note{
	color:#cd0000;	
}


.kmt_bt{
	background:#c60008;
	border:0px;
	color:#fff;	
}

.kmt_bt:hover{
	background:#1e8252;
	color:#fff;
}

.kmt_stt_form{
	color:#c60008;
	padding:0px!important;
    padding-top: 5px!important;
	padding-left:10px!important;
}

.wrap_center{
	margin:50px auto;	
}

.wrap_logo img{
	max-width:100%;
	text-align:center;	
	margin-top:10px;
}

.wrap_name{
	text-transform:uppercase;
	font-weight:bold;	
    text-align: center;
}

.name_1{
	color:#1e8252;
	font-size:24px;
	margin-top:15px;
    margin-bottom: 0px;
	font-weight: 500;
}

.name_2{
	color:#1e8252;
	font-size:35px;	
    margin-bottom: 0px;	
}

#wrap_phone{
	float:right;
	background:url(../img/icon_phone.png) no-repeat left top;
	padding-left:65px;
	margin-top:25px;
		
}

#wrap_phone p{
	font-size:18px;
	margin-bottom:0px;
	text-transform:uppercase;
	font-weight: 500;
}

#wrap_phone p span{
	font-size:25px;
	font-weight:bold;
	color:#e20017;
}

#wrap_block_2{
	width:100%;
	background:#1e8252;
	margin-top:10px;	
}

.wrap_lang{
	text-align:right;
	padding-top:15px;	
}

.wrap_lang img{
	margin-left:5px;
	height:22px;	
}

#wrap_block_3{
	width:100%;
	clear:both;
	display:inline-block;	
}

#wrap_block_4{
	width:100%;	
}

.kmt_title{
	margin:0px;
	margin-bottom:30px;
	font-size:40px;
	font-weight:bold;	
}

.kmt_green{
	color:#1e8252;	
}

.kmt_white{
	color:#ffe447;	
}

.kmt_red{
	color:#1e8252;	
}

#wrap_intro{
	width:100%;
	display:inline-block;	
}

.wrap_intro_left{
	padding-right:20px;	
}

.wrap_intro_left .content_article{
	font-weight:400;
}

.wrap_intro_left h3{
	margin:0px;
	margin-bottom:20px;
	color:#000;
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:45px;	
	background:url(../img/line_1.png) no-repeat left bottom;
	padding-bottom:10px;
}

.wrap_intro_right img{
	width:100%;	
}

.rm_intro{
	margin-top:20px;	
}

.rm_intro a{
	color:#000;
	text-transform:uppercase;
	background:#ffe447;
	padding:7px 15px;
	font-size:14px;
	font-style:italic;
	transition: 0.3s;
	font-weight: 500;
}

.rm_intro a:hover{
	background:#008b4b;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#wrap_services{
	width:100%;
	display:inline-block;
	background:url(../img/green_back_2.jpg);
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;  
	padding:40px 0px;
}

.wrap_services{
	margin-bottom:10px;	
}

.block_services{
	width:360px;
	height:325px;
	margin:0 auto;
	overflow:hidden;	
}

.img_services{
	width:100%;
	height:165px;
	overflow:hidden;	
}

.img_services img{
	height:100%;	
}

.info_services{
	background:url(../img/line_2.png) no-repeat left top;
	padding-left:15px;	
}

.info_services h3 a{
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
	font-size:15px;
	font-weight:500;
	transition: 0.3s;
}

.info_services h3 a:hover{
	color:#ffe447;	
}

.info_services div{
	color:#fff;
	line-height:20px;
	font-size:15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ser_white h3 a{
	color:#008b4b;
}

.ser_white h3 a:hover{
	color:#c60008;	
}

.ser_white div{
	color:#222;
}

.is_scroll{
	width:100%;	
}

.wrap_project{
	margin-bottom:10px;	
}

.block_project{
	width:360px;
	height:340px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;	
}

.img_project{
	width:100%;
	height:258px;
	border-bottom:5px solid #ffe447;
	overflow:hidden;
	text-align:center;	
}

.img_project img{
	height:100%;	
}

.block_project h3 a{
	font-size:17px;
	line-height:25px;
	font-weight:500;
	color:#000;
	text-transform:uppercase;
	transition: 0.3s;
}

.block_project h3 a:hover{
	color:#1e8252;
}

.kmt-btn-slider{
	width:100%;
	position:relative;
	z-index:500;
}

.kmt-btn-slider button{
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	margin:0px 5px;
	position:absolute;
}

.prev-project,.prev-news{
	background:url(../img/arr_left.png) no-repeat center;
	left:-40px;
	top:110px;
	width:29px;
	height:49px;
}

.next-project,.next-news{
	background:url(../img/arr_right.png) no-repeat center;
	right:-40px;
	top:110px;
	width:29px;
	height:49px;
}

#wrap_icon{
	width:100%;
	background:url(../img/yellow_back.jpg) no-repeat top center;
	background-size: cover;
	padding:30px 0px;	
}

.wrap_icon{
	margin-bottom:10px;	
}

.block_icon{
	width:260px;
	margin:0 auto;
	text-align:center;
		
}

.img_icon{
	width:100%;
	height:140px;
	overflow:hidden;	
}

.img_icon img{
	height:100%;
}

.block_icon h3{
	font-size:20px;
	color:#1e8252;
	font-weight:bold;
	line-height:30px;
	text-transform:uppercase;	
}

.wrap_news{
	margin-bottom:10px;	
}

.block_news{
	width:360px;
	height:410px;
	margin:0 auto;
	overflow:hidden;	
}

.img_news{
	width:360px;
	height:240px;
	margin:0 auto;
	overflow:hidden;	
}

.img_news img{
	height:100%;	
}

.block_news h3 a{
	color:#1e8252;
	line-height:20px;
	font-size:15px;
	font-weight:500;	
	text-transform:uppercase;
	transition: 0.3s;
}

.block_news h3 a:hover{
	color:#e20017;
}

#wrap_partner{
	padding:5px 0px;	
	margin-top:-30px;
}

.wrap_partner{
	width:160px;
	height:85px;
	margin:0 auto;	
}


.wrap_partner div{
	width:160px;
	height:85px;
	border:1px solid #ccc;
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
}
	
.wrap_partner *{
   vertical-align: middle;	
}

.wrap_partner img{
	max-width:160px;
	max-height:80px;	
}

#wrap_block_5{
	width:100%;
	background:#1e8252;
	padding:30px 0px;	
	margin-top:20px;
}

#wrap_block_5 h6{
	color:#ffe447;
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;	
	line-height:30px;
	margin-bottom:10px;
}

.wrap_add_f{
	color:#fff;
	font-size:15px;	
}

#wrap_newsletter{
	margin-bottom:10px;	
	width:100%;
	display:inline-block;
}

#wrap_newsletter input:nth-child(1){
	width:90%;
	height:34px;
	line-height:34px;
	padding-left:5px;
	color:#333;
	float:left;
	margin-right:-60px;
	border:1px solid #ccc;
}

#wrap_newsletter input:nth-child(2){
	width:60px;
	height:34px;
	line-height:34px;
	color:#000;
	background:#ffe447;
	border:0px;
	border-left: 2px solid #1e8252;
	float:left;
	transition: 0.3s;
	font-weight: 500;
}

#wrap_newsletter input:nth-child(2):hover{
	background:#e20017;
	color: #fff
}


#wrap_block_6{
	width:100%;
	color:#000;
	padding:5px 0px;
	background:#ffe447;
}

#wrap_block_6 a{
	color:#000;	
}

#wrap_block_6 span{
	text-transform:uppercase;
	font-weight:500;
}

.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:#000;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-radius:2px;
	padding:1px 1px 2px 1px;
}

#wrap_social_ana{
	color:#fff;	
	margin-top:10px;
}

#wrap_social_ana img{
	margin:0px 3px;	
}

#top {
    position: fixed !important;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.kmt_tab{
	width:100%;
	display:inline-block;
	border:0px !important;
	text-align:center;	
	margin-bottom:20px;
}

.kmt_tab li{
	float:none!important;
	display:inline-block!important;
	border:0px!important;
	margin:5px;
}

.kmt_tab li a{
	display:inline-block;
	background:#ffe447 !important;	
	border-radius:0px;
	font-size:15px;
	color: #000;
	text-align:center;
    font-weight: 600;
	transition: 0.3s
}

.kmt_tab .active a{
	background:#1e8252 !important;	
    color: #fff!important;
}

.kmt_tab li:hover a{
	background:#1e8252 !important;
    color: #fff!important
}

.tab-pane .owl-carousel{
	height:420px;
	overflow:hidden;	
}

.wrap_map{
	height:350px;	
}

.hide-bullets {
	list-style:none;
	margin-left: -40px;
	margin-top:20px;
}

.hide-bullets li{
	width:100%;
}

.carousel-inner{
	width:100%;
	height:700px;
	overflow:hidden;
    text-align: center;	
}

.carousel-inner img{
	height:700px !important;	
    display: inline-block!important;
}

.thumbnail {
	height:120px;
	padding:0px;
    border-radius: 0px;
	overflow:hidden;
}

.thumbnail img{
    width:auto!important;
	height:100%!important;
}

.active_thumbs a{
    border: 2px solid #007970;
}

.kmt_capture{
	background:url(../img/bg_sd.png) repeat;	
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:16px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	margin:0px;
	margin-top:-50px;
}

a.zalo-fix {
    position: fixed;
    right: 10px;
    z-index: 9999;
    bottom: 135px;
    border-radius: 50%;
    box-shadow: 0 0 10px #000000;
}