*{
  font-family: noto_sans_thairegular;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'noto_sansbold', 'noto_sans_thaibold';
}
html,body{
    height: 100%;
}
#section-head{
    height: 100px;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(106, 4, 15, 0.23);
    padding: 5px 20px;
    display: inline-block;
    z-index: 9999;
    position: absolute;
}
#section-head .logo{
    height: 90px;
    display: inline-block;
    vertical-align: middle;
}
#section-head .login-group{
  font-family: noto_sans_thaibold;
  color: #6A040F;
  line-height: 90px;
  cursor: pointer;
  float: right;
}
#section-head .header-label{
    font-family: noto_sans_thaibold;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    align-items: center;
    color: #6A040F;
    vertical-align: middle;
    padding: 0px 10px;
}
#map{
  height: 600px;
}
#section-content{
  z-index: 0;
  min-height: 100%;
  width: 100%;
  padding-top: 120px;
  background:url('.../assets/img/bg-diw-onepage.png');
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  background-attachment: fixed;
  top: 0;
}
#section-content .summary-group{
  margin-top: 60px;
}
#section-content .summary-group h2{
  color: #9D0208;
}
#section-content .summary-group h1{
  color: #E85D04;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 0px;
}
#section-content .summary-group h3{
  color: #9D0208;
  margin-top: 0px;
}
#section-content .province-list-group{
  margin-top: 80px;
  color: #9D0208;
}
#section-content .province-list-group .title{
  color: #9D0208;
}
#section-content .province-list-group .table th{
  font-family: noto_sans_thaibold;
}
#section-content .chart{
  margin-top: 20px;
}


@media only screen and (max-width: 992px) {
  #section-head .header-label{
    text-align: left;
  }
  #section-head .login-group{
    position: absolute;
    right: 5px;
    top: -90px;
  }
  #section-content .summary-group{
    margin-top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  #section-head {
    text-align: center;
    height: auto;
  }
  #section-head .header-label{
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
  }
  #section-head .login-group{
    position: absolute;
    right: 5px;
    top: -120px;
  }
  #section-content .summary-group{
    margin-top: 20px;
  }
}

@media only screen and (max-width: 482px) {
  #section-content{
  	padding-top: 180px;
  }
}
@media only screen and (max-width: 435px) {
  #section-content{
  	padding-top: 190px;
  }
  #section-head .login-group{
    position: absolute;
    right: 5px;
    top: -170px;
  }
  #section-content .summary-group{
    margin-top: 70px;
  }
}
@media only screen and (max-width: 375px) {
  #section-content{
  	padding-top: 170px;
  }
  #section-head .header-label{
    font-size: 12px;
    text-align: center;
    padding-top: 15px;
  }
  #section-head .login-group{
    position: absolute;
    right: 5px;
    top: -160px;
  }
  #section-content .nav>li>a {
  	padding: 10px;
  	font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  #section-head .header-label{
    font-size: 10px;
    text-align: center;
    padding-top: 15px;
  }
  #section-content{
  	padding-top: 160px;
  }
}