@font-face {
    font-family: 'krungsri_condensedregular';
    src: url('../../../font/krungsri_con-webfont-webfont.eot');
    src: url('../../../font/krungsri_con-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../font/krungsri_con-webfont-webfont.woff2') format('woff2'),
         url('../../../font/krungsri_con-webfont-webfont.woff') format('woff'),
         url('../../../font/krungsri_con-webfont-webfont.ttf') format('truetype'),
         url('../../../font/krungsri_con-webfont-webfont.svg#krungsri_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

body {margin:0;font-family:"krungsri_condensedregular"}

@media screen and (max-width: 720px) {
	.logo{display: none !important;}
	.logo2{display: block !important;}	
	.main-top-nav{background: #ffd400 !important;}
	.nav-area{height: 2px !important;}
	}	

.sec-header {
    position: relative;
    width: 100%;
    display: block;
  background-color: #ffd400;
}	
.main-top-nav {
    position: relative;
    width: 100%;
    display: block;
    background: #5a5a5a;
    height: 55px;
}
	

.container-padding {
    position: relative;
    width: 100%;
}	
.logo2 {
    position: absolute;
    /*top: 0px;*/
    z-index: 1000;
	display: none;
	top: 4px;
	left: 4px;
	}


.logo{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
	z-index: 1000;
	padding-left: 40px;
	}	

	
.nav-area {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative;
    display: block;
    background: #ffd400;
    height: 58px;
  	z-index: 4;
	}

	
input[type=text], input[type=password], select, textarea {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    resize: vertical;
    font-family: 'krungsri_condensedregular';
    width: 180px;
}
input[type=submit] {
    color: #554242;
    background-color: #ffd400;
    border: solid 0px #e8e8e8 !important;
    border-radius: 5px;
    padding: 2px;
    width: 80px;
    font-family: 'krungsri_condensedregular';
    transition-duration: 0.4s;
	cursor: pointer;
	font-size: 14px;
}
input[type=reset] {
    color: #554242;
    background-color: #bebebe;
    border: solid 0px #e8e8e8 !important;
    border-radius: 5px;
    padding: 2px;
    width: 80px;
    font-family: 'krungsri_condensedregular';
    transition-duration: 0.4s;
    cursor: pointer;
	font-size: 14px;
}
