button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
img{
	max-width: 100%;
	margin: 0 auto;
}
h2, h3{
	margin-top: 10px;
	margin-bottom: 10px;
}
p{
	color: #333;
	line-height: 25px;
	text-align: justify;
	margin: 0;
	margin-bottom: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
}
strong{
	font-weight: 700;
}
.main{
	width: 100%;
    margin: 0 auto;
    max-width: 980px;
}
.h3aboutsmd{
	text-align: center;
    color: #333;
    font-size: 30px;
    text-transform: uppercase;
}
.imgmt1, .imgmt5{
	width: 23%;
	float: left;
	height:232px;
	margin-right: 2%;
}
.imgmt10 img, .imgmt9 img, .imgmt8 img, .imgmt7 img, .imgmt6 img, .imgmt2 img, .imgmt1 img{
	height: 232px;
	width: 100%;
}
.imgmt7, .imgmt2{
	width: 50%;
	float: left;
}
.imgmt11, .imgmt3{
	width: 23%;
	float: left;
	margin-left: 2%;
}
.imgmt11 img, .imgmt5 img, .imgmt3 img{
	width: 100%;
}
.imgmt11 img:last-child, .imgmt5 img:last-child, .imgmt3 img:last-child{
	margin-bottom: 0;
}
.imgmt11, .imgmt7, .imgmt5{
	margin-top: 10px;
}
.imgmt8, .imgmt9{
	width: 38%;
	float: left;
	margin-right: 2%;
	margin-top: 10px;
}
.imgmt10{
	width: 20%;
	float: left;
	margin-top: 10px;
}
.gallery img{
	cursor: pointer;
}
.posihover{
	position: relative;
	overflow:hidden;
}
.posihover .absotitle{
	position: absolute;
	bottom: -130px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: all .5s;
}
.posihover:hover .absotitle{
	bottom: 0;
	transition: all .5s;
}
.absotitle p{
	text-align: center;
	color: #fff;
	padding: 5px 0px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 13px;
}
.marbotom{
	margin-bottom: 10px;
}
.caption h3{
	font-size: 20px;
	text-transform: uppercase;
}
.caption p{
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.box1_mtdkhn{
	width: 100%;
	background: url(../images/moitruong/background_moitruongpkdk.png)right no-repeat;
	height: 300px;
	margin-bottom: 20px;
    background-size: 49%;
}
.boxmtin{
	width: 59%;
	padding: 20px;
	border: 4px solid #a4794c;
	position: relative;
	box-sizing: border-box;
}
.boxmtin:after{
	content: "";
	position: absolute;
	background: #fff url(../images/moitruong/text-up.png)center no-repeat;
	width: 120px;
	height: 50px;
	bottom: -9px;
    right: 127px;
}
.boxmtin h1{
	margin-top:0;
	margin-bottom: 10px;
	font-size: 20px;
}
.boxmtin p{
	padding-right: 122px;
}
.boxmtmd1{
	margin-top: 40px;
}
.viewposimt{
    position: relative;
}
.viewposimt .viewbigmt{
    position: absolute;
	top: 40%;
    left: 36%;
    width: 64px;
    height: 40px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out,-webkit-transform 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out,transform 0.3s ease-out;
    transition: opacity 0.3s ease-out,transform 0.3s ease-out;
    -ms-transform: scale(.8,.8);
    -webkit-transform: scale(.8,.8);
    transform: scale(.8,.8);
}
.viewposimt:hover .viewbigmt{
    opacity: 1;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.viewbigmt a img{
    background: #fff;
    padding: 0px 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 1px #333;
}
.viewbigmt1{
    left: 43% !important;
}
.viewbigmt2{
    top: 24% !important;
}
.viewbigmt2 a img{
    width: 30px;
    height: 30px;
}