body{
    margin: 0px !important;
}

@font-face {
    font-family: thuphap;
    src: url(UTMthuphap.ttf);
}
#wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.banner_top {
    background: url(images/top_bg.png) center no-repeat;
    background-size: cover;
    min-height: 59px;
}
.wrap {
    float: left;
    width: 100%;
}
.bg1 {
    background: url(images/banner_to.png) center no-repeat;
    background-size: cover;
    min-height: 545px;
padding-top: 55px;
}
.bg2 {
    padding: 40px 0px;
    background: url(images/content_bg.png) center repeat;
}

.main {
    max-width: 1000px;
    margin: 0 auto;
}
.bg2 .inner {
    margin: 10px 20px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.26);
    position: relative;
    top: 20px;
}

.bg2 .content p {
    text-align: justify;
    margin: 20px 30px;
        font-family: Verdana;
    line-height: 30px;
}
.bg2 .title {
    font-weight: bold;
    color: #f9d274;
    font-style: italic;
}
.bg2 .content p:not(.title) {
    color: #FFF;
}
.bg2 .content .ket p {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
}
.bg3 {
    padding: 20px 0px;
}
.new {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.bg3 .new .col-bg7 {
    width: 480px;
    float: left;
    min-height: 100px;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
h1{
	text-align: center;
    color: #ffefca;
    font-family: Verdana;

}

img{
	max-width: 100%;
}
.mb{
    display: none;
}
.no_mb{
    display: block;
}
.bg4 {
	font-family: Verdana;
    background: url(images/content_bg.png) center repeat;
}
@media screen and (max-width: 680px)
{
	* {
	    max-width: 100%;
	    margin: 0;
	    padding: 0;
	}
	h1{
		    font-size: 100%;
    color: #ffefca;
    font-family: Verdana;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
	}
        .bg1 {
    background: url(images/banner_mobile.png) center no-repeat !important;
    background-size: cover;
    min-height: 514px;
}
.mb{
    display: block !important;
}
.no_mb{
    display: none;
}
.bg2 .main {
  background: url(images/content_line_left.png),url(images/content_line_right.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
}
}
@media screen and (max-width: 1300px) and (min-width: 1000px){

.bg1 {
       background-size: cover;
    height: 410px !important;
    min-height: 410px !important;
    padding-top: 0px !important;
}
}
@media screen and (min-width: 768px){
    .bg2 .main {
    background: url(images/bg_content.png) !important;
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    min-height: 640px !important;
}

}
