/* CSS Document */
input,button,select,textarea{outline:none}
 *:focus { outline: none; }

img {max-width:100%;height: auto;}
.editor a {word-wrap: break-word;word-break: break-all;}
.editor ul, .editor li { list-style-type:initial;}
.table_scroll{overflow-x: auto; display: block; padding-bottom:15px;}
.datatable { width:100%; border-spacing:1px; background:#f7f7f7;}
.datatable th { background:#ffcb00; color:#262626; font-size:14px; text-align:center; vertical-align:middle; padding:10px;}
.datatable td { background:#fff; color:#262626; font-size:14px; text-align:center; vertical-align:middle; padding:10px;}


header { min-height:148px; background:#fff; width:100%; top:0; z-index:10;}
.header-top { min-height:38px; margin-bottom:10px; background:#ffcb00;}
.header-top-content { display:flex; flex-direction:row; flex-wrap:no-wrap; justify-content:space-between;}
.header-top-content > div:first-child { width:calc(100% - 140px); padding-top:4px; padding-left:10px;}
.header-top-content > div:first-child a { font-size:15px; color:#2a2a2a; display:inline-block; text-transform:uppercase;}
.header-top-content > div:first-child a:hover { color:#2a2a2a; text-decoration:underline;}
.header-top-content > div:first-child a:after { content:"|"; display:inline-block; padding:0 8px;}
.header-top-content > div:first-child a:last-child:after { content:""; padding:0;}
.header-top-content > div:last-child { padding:5px 15px 0 0; width:140px; position:relative;}

.sitemap-link { font-size:14px; color:#2a2a2a; display:inline-block; vertical-align:top; position:absolute; top:2px; right:142px; width:64px; letter-spacing:-0.5px;}
.sitemap-link:hover { text-decoration:underline; color:#2a2a2a;}
.sitemap-link:after { content:"|"; display:inline-block; padding:0 3px;}
.lang { display:flex; flex-direction:row; flex-wrap:no-wrap; justify-content:space-between; border:1px solid #cccccc; border-radius:5px; height:24px; background:#fff3bc; overflow:hidden; line-height:22px;}
.lang > div:first-child { width:calc(100% - 26px); color:#2a2a2a; font-size:14px; padding:0 5px; line-height:20px;}
.lang > div:last-child { width:26px; border-left:1px solid #cccccc; text-align:center;}
.lang:hover div:last-child { -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125); box-shadow: inset 0 3px 5px rgba(0,0,0,.125);}
.lang > div:last-child i { display:inline-block; font-size:12px;}
.lang-open { display:none; position:absolute; z-index:100000; left:0; width:calc(100% - 15px); top:30px; background:#fff; padding:5px 15px;  font-size:14px; color:#424242; text-align:right;
border: 1px solid rgba(0,0,0,.15); border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.lang-open a { display:block; color:#333; text-decoration:underline;}
.lang-open a:hover { text-decoration:none; font-weight:bold;}

.header-menu { height:90px;
background: linear-gradient(90deg, #ddded7 0%, #e8e8e0 10%, #e8e8e0 90%, #ddded7 100%);
background: -moz-linear-gradient(90deg, #ddded7 0%, #e8e8e0 10%, #e8e8e0 90%, #ddded7 100%);
background: -webkit-linear-gradient(90deg, #ddded7 0%, #e8e8e0 10%, #e8e8e0 90%, #ddded7 100%);
background: -o-linear-gradient(90deg, #ddded7 0%, #e8e8e0 10%, #e8e8e0 90%, #ddded7 100%);}
.logo { position:absolute; z-index:10000; top:16px; right:27px;}
nav {  position:relative;}
.second-menu { display:flex; flex-direction:row; flex-wrap:wrap;}
.second-menu > div { width:100%;}
.second-menu > div b { display:block; text-transform:uppercase; font-size:15px; color:#3a3a3a; padding:10px 15px; border-bottom:1px solid #fff; }
.second-menu > div > a { display:block; position:relative;color:#3a3a3a; font-size:14px; line-height:180%;}
.second-menu > div > a:hover { color:#3a3a3a; text-decoration:underline;}
.second-menu > div > a i { position:absolute; left:5px; top:5px;}
.second-menu > div:hover {background-color: #fcd64e;}
.megamenu:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 6px;
  top: -16px;
  border: transparent 8px solid;
  border-bottom-color: #ffcb00;
}

@media only screen and (max-width: 980px) {
.logo { left:15px; right:auto;}
nav { position:absolute; width:100%; top:18px; left:0; padding:0;}
.showhide:before { content:"MENU"; display:block; position:absolute; right:17px; bottom:-20px; text-align:right; font-size:12px; color:#2a2a2a; width:50px;}
.second-menu { flex-wrap:wrap;}
.second-menu > div { width:100%; padding:0 0px;}
.megamenu:before {content: "";display: none;}
}

@media only screen and (max-width: 768px) {
.sitemap-link { display:none;}
}
@media only screen and (max-width: 640px) {
.header-top-content > div:first-child a { font-size:13px;}
.header-top-content > div:first-child a:after { padding:0 4px;}
}
@media only screen and (max-width: 570px) {
.header-top-content > div:first-child { line-height:110%; padding-bottom:4px;}
}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 320px) {

}
