
header{
	position: relative;
}



#header-section{
	padding: 15px 0px;
	background:url(../images/header-section.png) no-repeat bottom center; 
	background-size:cover;
}

#header-section a{
	position: relative;
	z-index: 99;
	display: block;
}

#header-section .logo{
	
	width: 360px;
	float: left; 
	margin-right: 10px;
}



#header-section .text-th{
	float: left; 
	font-size: 24px;
	line-height: 34px;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #202126;
}



#header-section .text-eng{
	float: left; 
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0px;
	color: #202126;
}




@media (max-width: 992px) {
#header-section .logo {
    width: 75%;
    float: none;
    margin-right: 10px;
}
#header-section .text-th {
    float: none;
    font-size: 20px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #202126;
}
#header-section .text-eng {
    float: none;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #202126;
}
#header-section {
    text-align: center;
}
.core-nav.nav-core-sticky {
    position: relative;
    background: #1c69af;
        border-bottom: solid 1px #1c69af;
}
}
