@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,600,500,400);
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&display=swap');
html,body{
    width: 100%;
    margin:0; padding:0;
	/* min-width: 1196px; */
	font-family: 'Lato', 'Hanuman';
	font-style: normal;
	font-size: 15px;
	font-weight: normal;
	color: #333333;	
	/* text-align: justify; */
	word-break: break-word;
	overflow-x: hidden;
}
.nav .right li{
    font-size: 15px;
}
@media only screen and (max-width: 767px){
	.toggle-nav{
		padding: 9px 10px 1px 10px;
	}
}	
@media (max-width: 480px){
    .toggle-nav{
        padding: 6px 10px 4px 10px;
    }

}
#res-menu li a {
	font-family: 'Lato', 'Hanuman';
	font-weight: 600;
}	
.page-icon .page-icon-title{
	font-size: 24px;
	font-family: 'Lato', 'Hanuman';
}	
.page-title{
	position: relative;
	text-align: center;
	top: 40%;
	border: 0px solid #00acd7;
}
.page-title h1{
	padding: 0;
	margin: 0;
	font-family: 'Lato', 'Hanuman';
	/* font-size: 24px !important; */
	font-size: 4em !important;
	color: #fff;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.4);
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
}
@media (max-width: 767px) {
	.page-title{
		top: 35%;
	}
}
@media (max-width: 667px) {
	.page-title{
		top: 32%;
	}
	.page-title h1{
		font-size: 2.8em !important;
	}	
}
.lang .lang-text{
	font-size: 12px;
	font-family: 'Lato', 'Hanuman';
	color: #fff;
}	
.title_detail{
	display: inline-block;
	padding: 0;
	/* padding-bottom: 10px; */
	font-family: 'Lato', 'Hanuman';
	font-size: 28px !important;
	text-transform: uppercase;
	text-align: left;
	color: #254157;
	font-weight: 600;
	border-bottom: 0px solid #f44b53;
}
.tab-carousel-title{
	font-family: 'Lato', 'Hanuman';
	font-size: 22px !important;
	font-weight: 400;
}
.sub-page-title{
	font-family: 'Lato', 'Hanuman';
	font-size: 18px !important;
}
.content .wrap_cate ul li a{
	font-family: 'Lato', 'Hanuman';
}
.bg_footer .navigation ul li a{
	font-family: 'Lato', 'Hanuman';
}	
a.read_more_button{
	font-size: 13px;
	padding: 8px 19px;
	width: 115px;
}
.container .activities .col-md-4.col-sm-4 h4, .container .activities .col-md-3.col-sm-3 h4{
	font-family: 'Lato', 'Hanuman';
	font-size: 16px !important;
	color: #000;	
}	
.list_project .cover_project h4{
	margin: 0;
	padding: 0;
	font-family: 'Lato', 'Hanuman';
	font-size: 18px !important;
	color: #000;
	font-weight: 400;	
}
.list_project .cover_project .post-date{
	font-size: 13px !important;
	color: #888888;
	font-weight: 400;
	margin: 5px 0;
}	
.list_activity .cover_activity .colTitle h4, .list_activity .cover_activity .col-md-91.col-sm-91 h4{
	font-family: 'Lato', 'Hanuman';
	font-size: 16px !important;
	color: #000;
	font-weight: 400;
}
.list_activity .cover_activity .time, .list_activity .cover_activity .location{
	font-size: 13px !important;
	color: #3d3d3d;
	font-weight: 400;
	margin: 4px 0;
	line-height: 16px;
}
.cmmenu .col-md-4.col-sm-4 .mnu_title h4, .menu-icon .col-md-4.col-sm-4 .mnu_title h4{
	padding: 0;
	margin: 0;
	font-family: 'Lato', 'Hanuman';
	font-size: 18px !important;
	color: #414247;
	font-weight: 400;
}
@media (max-width: 830px) {	
	#res-menu li a {
		font-size: 13px;
	}	
}