@font-face {
    font-family: "Noto Sans Thai";
    src:url("../fonts/NotoSansThai-Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "Noto Serif Thai";
    src:url("../fonts/NotoSerifThai-Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "Sarabun";
    src:url("../fonts/Sarabun-Regular.ttf") format("truetype");
    font-weight: normal;
}

body{
    font-family:"Noto Sans Thai", "Sarabun", serif;
    font-size:15px;
    line-height: 1.5;
    color:#555555;
}

.container{
    max-width:1600px !important;
}

.top-line {
    color: #FFF;
    padding: 5px 0 !important;
    background: linear-gradient(102deg,#054271 40%,#00ADEE 60%) !important;
}
.logo-advertisement {
    padding-bottom: 10px !important;
    padding-top: 10px !important;

}
header img.header-logo{
    max-height:100px;
}

header .main-menu{

}
header .main-menu ul.nav-navbar li.nav-item a.nav-link{
    color:#333333 !important;
    font-weight :bolder;
    text-transform: uppercase;
}
.nav-list-container{
    width: 100%;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: relative;
    background: #FAFAFA;
    border-bottom: 1px solid #f0f0f0 !important;
}
.main-nav.navbar{
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    border: 0;
}
.navbar-nav > li > a::before {
    height: 5px;
}


.page-content{

}
.title-section{

}

.title-section h1 {
    color: #222222;
    font-size: 19px !important;
    font-weight: 700;
    margin: 0 0 30px;

    margin-bottom: 30px;

    text-transform: uppercase;
    margin-bottom: -1px;
}



.page-content .post-views{
    margin-top:15px;
    margin-bottom:10px;
}

footer.footer{
    background:#054271;
    padding-top:60px;
    padding-bottom:30px;
    color:#D0E8F5;
    font-size: 15px;
}
footer.footer .footer-title{
    font-size: 17px;
    color:#FFFFFF;
    font-weight: bolder;
    margin-bottom: 15px;
}
footer.footer .footer-top{
    padding-bottom: 30px;
}
footer.footer .footer-middle{
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
}
footer.footer .footer-bottom{
    border-top:1px solid #4A6FA5;
    padding-top:15px;
    font-size:12px;
}


@media screen and (max-width: 768px) {
    .logo-advertisement{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .logo-advertisement .container{
        padding-left: 0;
        padding-right: 0;
    }
    .logo-advertisement .navbar-brand img.logo{
        max-height: 60px !important;
    }
    .logo-advertisement .navbar-toggler{
        color: #FFFFFF !important;
        font-size: 20px !important;
    }
    .logo-advertisement .navbar-toggler .navbar-toggler-icon{
        color: #FFFFFF !important;
    }
    .logo-advertisement .advertisement{
        padding-bottom: 10px;
    }
    .logo-advertisement .advertisement .widget img{
        width: 100% !important;
        height: auto !important;
    }
}