
header { width: 100%; }
header.shrink { position: fixed; top: 0; z-index: 777; }

.imgCenter, .imgCenter a, .img-center, .img-center a {position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; z-index: 2;}
.imgCenter img {max-height: 100%;}

.peak { width:100%; background-color: rgba( 256,256,256, .9); display: flex; align-items: center; justify-content: space-around; padding: 12px 0; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);}
.logo a { display: block; width: 220px; height: 45px; background: url(../images/logo.png) no-repeat; background-size: contain; }

.top-inquiry { margin-right: 10px; }
.top-inquiry a { background: url(../images/icon-inquiry.png) no-repeat; width: 20px; height: 20px; display: block; }
.top-inquiry:hover span { background: #E50008; }
.top-inquiry span { display: block; position: relative; width: 20px; height: 20px; z-index: 7; border-radius: 100%; background: #004190; color: #fff; line-height: 19px; font-size: 12px; text-align: center; right: -7px; top: -10px; }

nav { display: flex; align-items: center; }
.menu-icons { display: flex; align-items: center; margin-left: 20px; }
.lang { width:20px; height:20px; position:relative; background:url(../images/icon-lang.png) no-repeat 0 0; cursor:pointer; margin-right: 10px;}
.lang:hover { color:#f1cc54; }
.lang-open { display:none; list-style: none; position:absolute; z-index:7; right:-35px; top:30px; width:90px; text-align: center; background:#fff; padding:0px; line-height:30px; color:#424242; border: 1px solid #a6a6a6;}
.lang-open a { font-size: 15px; color:#424242; display:block; padding:0 5px;}
.lang-open a:hover { color:#fff; background:#004190;}
.lang select { background-color:transparent;}

.quick-search-box { position:relative; }
.quick-search { cursor:pointer; }
.quick-search-open { display:none; position:absolute; z-index:7; right:0; width:145px; top:30px; background:#fff; padding:10px; border-radius:5px; color:#424242; text-align:right; box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);}
.quick-search-open input { width: 100%; border: 1px solid #a6a6a6; padding: 5px 10px; margin-bottom: 5px; }
.quick-search-btn { border-radius:5px; display:inline-block; line-height:30px; text-align:center; color:#fff !important; background:#004190; padding:0 6px; font-size:14px;}
.quick-search-btn:hover { color:#fff; background:#E50008;}



@media only screen and (max-width: 1070px) {
    .peak { justify-content: space-between; }
    .logo { margin-left: 10px; }
    .logo a { width: 45px; background-size: cover; }
    .top-inquiry { margin-right: 20px; }
    .lang { margin-right: 20px; }
    nav { position:absolute; width:100%; right: 0; top:7px;}
    .menu-icons { position: absolute; right: 70px; top: 20px; margin-left: 0; }
    .showhide em { transition: all 0.3s ease-in-out; }
    .showhide-rotate em:nth-of-type(1) { position:relative; top:10px; transform:rotate(45deg); }
    .showhide-rotate em:nth-of-type(2) { display:none;}
    .showhide-rotate em:nth-of-type(3) {  position:relative; top:1px; transform:rotate(-45deg); }
}

