/*.logosizemobile{
    width: 70px;
    margin-left: -279px;
    margin-top: 24px;
}

.logomobile {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #bf9c60;
    margin-left: -15px;
    margin-right: -15px;
}*/

/* แถบข้างบน ใสๆ */
nav {
    border-bottom: solid 0px #212529;
    min-height: 71px;
    /*background-color: #212529;*/
}


/* ดันรูปขึ้นไป 
.carousel {
    margin-top: -120px; 
}
*/


/* logo เปลี่ยนสี เมื่อเลื่อนแถบเมนูลงมา */
.core-nav.nav-core-sticky.on-scroll .menu li a{
    color: #ffffff;
    font-family: 'Prompt',sans-serif;

}

.brand .logo-black{
    display: inherit;
}
.brand .logo-white{
    display: none;
}

.core-nav.nav-core-sticky.on-scroll .brand .logo-black{
    display: none;
}
.core-nav.nav-core-sticky.on-scroll .brand .logo-white{
    display: inherit;
}

#header-section {
    padding: 25px;
    background-color: #bf9c60;
}



/* button สวิตซ์ ภาษา */
.dropbtn {
    background-color: #ffffff;
    color: #020000;
    padding: 5px;
    font-size: 11px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #e9e8e7;/* button สวิตซ์ ภาษา */
}

/* button สวิตซ์ ภาษา */




/* หน้าจอโทรศัพท์ */
@media (max-width: 992px) {
    .carousel {
        margin-top: 0px; 
    }

    nav {
        border-bottom: solid 0px #212529;
        min-height: 71px;
        /*background-color: #bf9c60;*/
    }

    .icofont-navigation-menu:before {
        content: "\efa2";
        color: #000000;
    }

    .brand .logo-black{
        display: inherit;
    }
    .brand .logo-white{
        display: none;
    }
    
    .core-nav.nav-core-sticky.on-scroll .brand .logo-black{
        display: none;
    }
    .core-nav.nav-core-sticky.on-scroll .brand .logo-white{
        display: inherit;
    }
    
    

    

}
