@media (min-width:1210px){
    header {
        width: 100%;
        height: 177px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: #414042;
    }
    header .container {
        width: 1180px;
        padding-left: 10px;
        padding-right: 10px;
    }
    header .logo {
        display: inline-block;
        height: 127px;
        width: 127px;
        margin-top: 25px;
        margin-bottom: 25px;
        margin-right: 100px;
        float: left;
        background: url(../images/logo-02_White-01.svg);
        background-size: 127px 127px;
    }
    header nav {
        display: inline-block;
        float: left;
    }
    header nav a {
        float: left;
        height: 177px;
        display: table;
        font-family: 'SukhumvitSet-Medium';
        font-size: 22px;
        color: #FFFFFF;
        text-decoration: none;
    }
    header nav a .menu-item {
        width: 183px;
        text-align: center;
    }
    header nav a .menu-item .image {
        margin-top: 50px;
        height: 50px;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    header nav a .menu-album .image img{
        margin-top: 3px;
    }
    header nav a .menu-location .image img{
        margin-top: 4px;
    }
    header nav a .menu-infographic .image img{
        margin-top: 6px;
    }
    header nav a:hover {
        color: white;
    }
    header .search {
        float: right;
        height: 177px;
        width: 140px;
    }
    header .search a {
        background-color: #414042;
        border:0;
        font-family: 'SukhumvitSet-Medium';
        font-size: 22px;
        color: #FFFFFF;
        text-decoration: none;
        margin-top: 50px;
    }
    header .search .image{
        margin-top: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    header .search .image img{
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    header .search div {
        width: 100%;
        text-align: center;
    }
    header .menu-search {
        margin-top: 113px;
        float: right;
        position: relative;
    }
    header .language {
        float: right;
        height: 177px;
        width: 140px;
        text-align: center;
        position: relative;
    }
    header .language a {
        background-color: #414042;
        border:0;
        font-family: 'SukhumvitSet-Medium';
        font-size: 22px;
        color: #FFFFFF;
        text-decoration: none;
        height: 177px;
    }
    header .menu-language {
        margin-top: 113px;
        float: right;
        position: relative;
    }
    header .language .image{
        margin-top: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
     header .language .image img{
         margin-top: 1px;
    }
    header .language div {
        width: 100%;
        text-align: center;
    }
    header.smaller {
        height: 80px;
    }
    header.smaller .logo {
        width: 60px;
        height: 60px;
        margin-top: 10px;
        margin-bottom: 10px;
        background: url(../images/logo_Small.svg);
        background-size: 60px 60px;
    }
    header.smaller nav a {
        height: 80px;
    }
    header.smaller nav a .menu-item {
        width: 100px;
    }
    header.smaller nav a .menu-item .image {
        margin-top: 15px;
        height: 50px;
        margin-bottom: 0px;
        vertical-align: middle;
    }
    header.smaller nav a span {
        display: none;
    }
    header.smaller .search {
        height: 80px;
    }
    header.smaller .search a {
        background-color: #414042;
        border:0;
        font-family: 'SukhumvitSet-Medium';
        font-size: 22px;
        color: #FFFFFF;
        text-decoration: none;
        margin-top: 0px;
    }
    header.smaller .search .image{
        margin-top: 15px;
        height: 50px;
        margin-bottom: 10px;
    }
    header.smaller .search image img {
        height: 40px;
        width: 40px;
    }
    header.smaller .search a span {
        display: none;
    }
    header.smaller .language {
        height: 80px;
    }
    header.smaller .language a {
        background-color: #414042;
        border:0;
        font-family: 'SukhumvitSet-Medium';
        font-size: 22px;
        color: #FFFFFF;
        text-decoration: none;
        margin-top: 15px;
    }
    header.smaller .language .image{
        margin-top: 15px;
        height: 50px;
        margin-bottom: 10px;
    }
    header.smaller .language a span{
        display: none;
    }
    header.smaller .menu-language {
        margin-top: 80px;
    }
    header.smaller .menu-search {
        margin-top: 80px;
        float: right;
        position: relative;
    }

    .menu{
        padding-top: 200px;
    }

    header .menu-language-list{
        margin-left: 0;
        float: right;
        font-family: 'SukhumvitSet-Medium';
        font-size: 22px;
        color: #2474BB;
        z-index:999; 
        font-weight:bold; 
        background:#414042;  
        position:fixed;
        border: 2px solid #D6B750;
        border-radius: 10px;
        width: 276px;
    }
    .menu-language-list ul, .menu-search-list ul {
        margin: 0 15px; 
        padding: 0; 
        list-style-type: none; 
        list-style-image: none;
    }
    .menu-language-list li, .menu-search-list li {
        display: block;   
        padding:10px 0;
    }
    .menu-language-list li:hover, .menu-search-list li:hover{
        display: block; 
        padding:10px 0;
    }
    .menu-language-list ul li img, .menu-search-list ul li img {  
        margin-right: 10px;
        vertical-align: middle;
    }
    .menu-language-list ul li a, .menu-search-list ul li a { 
        text-decoration:none;  
        margin: 0px; 
        color: #FFFFFF;
    }
    .menu-language-list ul li a:hover, .menu-search-list ul li a:hover { 
        text-decoration:none;
    }
    .menu-language-list a, .menu-search-list a {
        text-decoration:none; 
        color:white;
    }
    .menu-language-list a:hover, .menu-search-list a:hover {
        text-decoration:none;
        color:white;
    }
    header .menu-search-list {
        margin-left: -141px;
        float: right;
        font-family: 'SukhumvitSet-Medium';
        font-size: 22px;
        color: #414042;
        background-color:#414042;
        z-index:999; 
        font-weight:bold; 
        position:fixed;
        border: 2px solid #D6B750;
        border-radius: 10px;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    header .menu-search-list input{
        width: 210px;
        padding:6px 15px 6px 15px;
        margin:3px; 
        /*	background: url('image/Search icon_2.svg') no-repeat;
                background-size: 30px 30px;*/
        border-radius:15px;
        border:1px solid #414042;
        background-color:#FFFFFF;
        color:#414042;
        font-size: 24px;
        font-family: 'MN_Paethai';
        z-index:999; 
    }
    header.smaller .menu-language-list{
        margin-left: 0px;
    }
    header.smaller .menu-search-list {
        margin-left: -141px;
    }
}