@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=vietnamese');

body{
	font-family: 'Roboto', sans-serif;
	overflow-x:hidden;
	border-top:5px solid #6b2a73;
}

*: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:#3762c9}
.content_article{width: 100%;clear: both;display: inline-block;text-align:justify;color:#222222;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:20px;margin-bottom:10px;color:#d81e05;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;}
.kmt_right{text-align:right;}
.kmt_justify{text-align:justify;}

/* Begin css list_same */
.same_title{color:#d81e05!important;margin:10px 0px 5px 0px!important;font-size:15px;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:#d81e05!important;}
.list_same{margin:0px;padding:0px;}
.list_same li{color:#222;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#d81e05;}
.list_same li:hover a{color:#d81e05;text-decoration:none}
.list_same li a{font-size:14px;color:#222;}
.list_same li a span{color:#222;}
/* End css list_same */


.pagination>li>a, .pagination>li>span {
    color: #fff;
	background-color: #6b2a73;
	border: 1px solid #6b2a73;
}

.pagination>li>a:hover{
	background-color: #d81e05;
	border-color: #d81e05;
	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: #d81e05;
    border-color: #d81e05;
}

.kmt_note{
	color:#f00;	
}

.kmt_stt_home{
    color: #fff!important;
}

.kmt_stt_form{
	color:#f00;
	padding:0px!important;
    padding-top: 5px!important;
	padding-left:10px!important;
}

#kmt_contact_form_home .kmt_stt_form{
    color: #fff!important;
}

.wrap_center{
	margin-bottom:20px;	
}

.wrap_logo img{
	max-width:100%;
	margin:10px 0px;
}

#wrap_block_1{
	padding:10px 0px;
}

#wrap_phone{
	float:right;	
}

#wrap_phone span{
	display:inline-block;
	height:30px;
	line-height:30px;
	background:url(../img/icon_phone.png) no-repeat left center;
	color:#d81e05;
	font-weight:600;
	font-size:22px;
	padding-left:40px;
	margin-top:20px;
}

#wrap_menu{
	float:right;
	margin-top:15px;	
}

#wrap_block_2{
	width:100%;
	clear:both;
	display:inline-block; 	
}

#wrap_block_3{
	width:100%;
	background:#6b2a73;
	padding:20px 0px;	
}

.wrap_slo{
	margin:10px auto;	
}

.img_slog{
	width:79px;
	height:79px;
	float:left;
	margin-right:15px;	
}

.img_slog img{
	width:100%;
	height:100%;
}

.info_slog{
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
	font-weight:500;
	line-height:30px;
	padding-top:10px;	
}

#wrap_block_4{
	width:100%;
	margin:30px auto;	
}

#wrap_project_home{
	margin-bottom:20px;	
}

#wrap_project_home h2{
	text-align:center;
	margin:0px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size:35px;
	color:#dc0908;	
}

.kmt_tab{
	width:100%;
	display:inline-block;
	border:0px !important;	
}

.kmt_tab li{
	width:50%;
	border:0px!important;
}

.kmt_tab li:nth-child(1){
	text-align:right;
}

.kmt_tab li a{
	display:inline-block;
	border:2px solid #6b2a73 !important;	
	border-radius:0px;
	width:160px;
	font-size:15px;
	text-transform:uppercase;
	color: #6b2a73;
	font-weight:600;
	text-align:center;
	margin:0px 10px;
}

.kmt_tab .active a{
	background:#6b2a73!important;
	color: #fff!important;
}

.list_project{
	list-style:none;
	padding:0px;
	margin-top:30px;
	width:100%;	
    display: inline-block;
}

.list_project li{
	width:100%;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
	display:inline-block;
    min-height: 150px;
}

.img_project{
	width:170px;
	height:110px;
	float:left;
	margin-right:10px;	
	overflow:hidden;
    text-align: center;
}

.img_project img{
	height:110px;
}

.info_project h3{
	margin:0px;
	margin-bottom:10px;
}

.info_project h3 a{
	color:#dc0908;
	font-size:20px;
	line-height:22px;
}

.info_project h3 a:hover{
	color:#6b2a73;
}

.info_project p span{
	display:inline-block;
	width:90px;
}

.wrap_project_left{
	padding-right:10px;	
}

.wrap_project_right{
	padding-left:10px;	
}

#wrap_animation{
	margin:30px auto;
}

.wrap_animation_middle img{
	width:100%;
    margin-top:100px;
}

.title_animation{
	font-size:35px;
	font-weight:600;
	color:#59265f;
	margin-bottom:20px;	
}

.block_animation{
	margin:25px auto;	
	display:inline-block;
	width:100%;
}

.info_animation{
	width:340px;
	line-height:22px;	
}


.info_animation h4{
	font-size:18px;
	color:#dd0809;
	font-weight:500;
	text-transform:uppercase;
	margin-top:0px;
}

.img_animation{
	width:70px;
	height:70px;
	text-align:center;
	overflow:hidden;
}

.img_animation img{
	width:70px;
	height:70px;
}

.right .img_animation{
	float:right;
	margin-left:20px;	
}

.right .info_animation{
	text-align:right;
	float:right;	
}

.left .img_animation{
	float:left;	
	margin-right:20px;
}

.left .info_animation{
	text-align:left;
	float:left;	
}

#wrap_block_5{
	width:100%;
	padding:50px 0px;
	background: url(../img/bg_form.png) no-repeat center top fixed;
	background-size: cover;
	margin:50px 0px;
}

.title_form_home{
	color:#fff;
	font-size:18px;	
	line-height:35px;
	font-weight:100;
	margin-bottom:10px;
}

.kmt_button{
	background:#dc0908;
	border:0px;
	border-radius:0px;
	color:#fff;	
}


.kmt_button:hover{
	background:#6b2a73;
	color:#fff;	
}

#wrap_design_home{
	margin-bottom:20px;	
}

.title_design{
	font-size:35px;
	color:#dc0908;
	font-weight:600;	
	margin-bottom:20px;
}

.kmt-btn-slider{
	width:100%;
	position:relative;
}

.kmt-btn-slider button{
	margin: 0;
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	width:24px;
	height:40px;
	margin:0px 5px;
	position:absolute;
}

.prev{
	background:url(../img/arr_left.png) no-repeat center;
	left:-35px;
	top:100px;
}

.next{
	background:url(../img/arr_right.png) no-repeat center;
	right:-35px;
	top:100px;
}

.block_design_home{
	text-align:center;
	width:100%;
	height:225px;
	overflow:hidden;	
}

.img_design_home{
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;	
}

.img_design_home img{
	height:100%;
}

.block_design_home h5{
	width:100%;
	height:50px;
	line-height:50px;
	overflow:hidden;
	background:url(../img/bg_tt_ds.png) repeat;
	position:relative;
	z-index:600;
	margin-top:-50px;
}

.block_design_home h5 a{
	text-transform:uppercase;
	color:#fff;
	font-size:15px;
	font-weight:500;
}

.block_design_home h5 a:hover{
	color:#222;
}

#wrap_design_home .owl-carousel .owl-item {
    padding:0px;
	margin:0px;
}

#wrap_block_6{
	width:100%;
	padding:20px 0px;
	background:#6b2a73;	
}

#wrap_block_6 h6{
	text-transform:uppercase;
	color:#fff;
	font-size:17px;
	margin-bottom:15px;
	font-weight:600;	
}

.wrap_add_f{
	font-size:14px;
    color: #fff;	
}

.wrap_social_count,.wrap_social_count a{
	color:#fff;
	font-size:12px;
}

.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:#222;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-radius:2px;
	padding:1px 1px 2px 1px;
}

#wrap_social{
	margin:10px auto;	
}

#wrap_social span{
	color:#fff;
	font-size:14px;	
	text-transform:uppercase;
}

#wrap_social a{
	display: inline-block;
    width: 30px;
    text-align: center;
    border:1px solid #fff;
    font-size: 15px;
    padding: 5px 0px;
    color: #fff;
    border-radius: 50%;
    margin-left:5px;	
}

#wrap_social a:hover{
    border:1px solid #222;
    color: #222;	
}

.wrap_menu_f ul{
	list-style:none;
	padding:0px;
	width:100%;
}

.wrap_menu_f ul li{
	width:50%;
	float:left;
	margin-bottom:10px;
}

.wrap_menu_f ul li a{
	color:#fff;
}

.wrap_menu_f ul li a:hover{
	color:#222;
}

#wrap_banner_home{
	width:100%;	
}

#wrap_banner_home img{
	width:100%;
	margin-bottom:10px;	
}

.kmt_title{
	font-size:35px;
	color:#59265f;
	margin-bottom:15px;	
}

.wrap_intro_page{
	margin:30px auto;	
}

.wrap_intro_left{
	text-align:center;
	margin-bottom:20px;
	overflow:hidden;	
}

.wrap_intro_left img{
	width:100%;	
}

.wrap_intro_right{
	padding:20px;	
}

.intro_page h3{
	font-size:23px;
	color:#d81e05;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:15px;
}

.wrap_map{
	height:350px;	
}

.des_title{
	width:50%;
	margin:10px auto;
	padding-bottom:20px;
	line-height:25px;
	font-size:17px;
	background:url(../img/line_2.png) no-repeat center bottom;	
}

.wrap_design{
	margin:10px auto;	
}

.block_design{
	width:260px;
	min-height: 250px;
	overflow:hidden;
	margin:0 auto;	
}

.img_design{
	width:100%;
	height:200px;
	overflow:hidden;
	text-align:center;	
}

.img_design img{
	height:100%;
}

.block_design h3{
	width:100%;
	overflow:hidden;
	text-align:center;
}

.block_design h3 a{
	text-transform:uppercase;
	color:#222;
	font-size:14px;
	font-weight:500;
}

.block_design h3 a:hover{
	color:#d81e05;
}
.wrap_news{
	margin:10px auto;	
}

.block_news{
	width:360px;
	min-height:320px;
	margin:0 auto;	
}

.img_news{
	width:360px;
	height:230px;	
	text-align:center;
	overflow:hidden;
}

.img_news img{
	width:100%;
}

.block_news h3 a{
	font-size:14px;
	color:#222;
	line-height:20px;	
	font-weight:bold;
	text-transform:uppercase;
}

.block_news h3 a:hover{
	color:#d81e05;
}

.content_news{
	color:#222;
	line-height:22px;	
	margin-bottom:20px;
}

.block_news p a{
	color:#fff;
	padding:5px 10px;
	background:#d81e05;
}

.block_news p a:hover{
	background:#6b2a73;
}

.list_project_inside li{
	width:50%;
	float:left;	
	margin:10px 0px;
}

.block_info_pj{
	margin:15px auto;	
}

.title_info_pj{
	color:#59265f;
	font-size:20px;
	font-weight:600;	
}

.pinto {
    box-sizing: border-box;
}
.pinto {
    margin-bottom:15px;
    text-align:left;
    overflow:hidden;
}
.pinto img {
    display:block;
    width:100%;
}

#bg_htbs.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
}

#wrap_block_7{
    width: 100%;
    padding: 10px 0px;
    background: #DC0908;
    text-align: center;
    color: #fff;
}

#wrap_block_7 a{
    color: #fff;
}

#wrap_social{
    padding: 0px 10px;
}

a.zalo-fix {
    position: fixed;
    right: 20px;
    z-index: 9999;
    bottom: 65px;
    border-radius: 50%;
    box-shadow: 0 0 10px #000000;
}

.hotlineSupport {
	width: 60px;
	height: 60px;
	position: fixed;
	background: #ed3237;
	right: 20px;
 	left: inherit;
 	bottom: 150px;
	border-radius: 100%;
	text-align: Center;
	color: #ffffff;
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;

	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: initial;
	z-index: 9999;
}
.hotlineSupport.show{
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: initial;
}
.hotlineSupport i.fa-phone {
	font-size: 21px;
	line-height: 17px;
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.hotlineSupport:before {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1s infinite ease;
	-webkit-animation: shadow 1s infinite ease;
	-moz-animation: shadow 1s infinite ease;
	-o-animation: shadow 1s infinite ease;

	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.hotlineSupport:after {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1.4s 1000ms infinite;
	-webkit-animation: shadow 1.4s 1000ms infinite;
	-moz-animation: shadow 1.4s 1000ms infinite;
	-o-animation: shadow 1.4s 1000ms infinite;

	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

	@-webkit-keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@-moz-keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@-o-keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }

	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@-moz-keyframes quick-alo-circle-img-anim {
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        -moz-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        -moz-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        -moz-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        -moz-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}

	@-webkit-keyframes quick-alo-circle-img-anim {
	    0% {
	        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}

	@-o-keyframes quick-alo-circle-img-anim {
	    0% {
	        -o-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        -o-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        -o-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        -o-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        -o-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        -o-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        -o-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}
	@keyframes quick-alo-circle-img-anim {
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}