/* Fonts ======================================================================*/
@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face { font-family: 'icomoon'; src: url("fonts/icomoon.eot?xtycs8"); src: url("fonts/icomoon.eot?xtycs8#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?xtycs8") format("truetype"), url("fonts/icomoon.woff?xtycs8") format("woff"), url("fonts/icomoon.svg?xtycs8#icomoon") format("svg"); font-weight: normal; font-style: normal; }
[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-facebook2:before { content: "\ea91"; }

.icon-instagram:before { content: "\ea92"; }

.icon-twitter:before { content: "\ea96"; }

.icon-youtube:before { content: "\ea9d"; }

/*----------------------------------------
Jhuang Ping Reset (c) 
v1.1 | 2018.09.26
----------------------------------------*/
/* Reset ====================================================================*/
body, div, ul, ol, li, form, input, textarea, th, td, menu { margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }

ol, ul, menu { list-style: none; }

figure { margin: 0px; padding: 0px; }

img { max-width: 100%; height: auto; border: 0; }

.table_scroll { overflow-x: auto; }

a { text-decoration: none; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input { outline: none; }

/* Default ====================================================================*/
body { font-family: 'Roboto', Arial,'Microsoft JhengHei', sans-serif; font-size: 16px; line-height: 24px; letter-spacing: 0px; color: #282828; overflow-x: hidden; }

.wrap { max-width: 1175px; margin: 0 auto; }
@media all and (max-width: 1110px) { .wrap { padding: 0 5%; } }

.main { margin-bottom: 110px; }
.main .wrap { max-width: 875px; }

.table_scroll { overflow-x: auto; }

/* Header =====================================================================*/
header { display: flex; justify-content: center; position: fixed; width: 100%; z-index: 9999; transition: all .3s; }
header.move { background: rgba(0, 0, 0, 0.8); }
header.move .wrap { padding: 10px 0; }
header .wrap { padding: 20px 0 0 0; position: static; z-index: 9999; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end; width: 100%; max-width: 1300px; transition: all .3s; }
@media all and (max-width: 1110px) { header.menuOpen .wrap { background: rgba(0, 0, 0, 0.8); }
  header .wrap { flex-direction: column; align-items: flex-start; transition: all 1s; } }
@media all and (max-width: 1024px) { header .wrap { padding: 15px 5% 0 5%; } }

.logo { font-family: 'pacifico'; font-size: 28px; color: #fff; padding-bottom: 10px; }

/* Menu =======================================================================*/
.menu { display: flex; flex-direction: column; justify-content: space-between; width: calc(100% - 220px); }
.menu .drop-down { position: relative; }
.menu .menu-list { display: none; position: absolute; }
@media all and (max-width: 1110px) { .menu { display: none; width: 100%; } }

.menuBtn { width: 40px; height: 30px; cursor: pointer; position: absolute; z-index: 99991; top: 40px; right: 5%; display: none; flex-direction: column; justify-content: space-around; align-items: center; }
.menuBtn span { width: 70%; height: 3px; display: block; background: #fff; border-radius: 5px; transition: all .3s; }
.menuBtn.open span { position: absolute; }
.menuBtn.open span:nth-child(1) { transform: rotate(-45deg); }
.menuBtn.open span:nth-child(2) { transform: rotate(45deg); }
.menuBtn.open span:nth-child(3) { opacity: 0; }
@media all and (max-width: 1110px) { .menuBtn { display: flex; } }

.menuList { display: none; position: absolute; top: 0px; right: 0px; width: 50px; height: 55px; }
.menuList:before, .menuList:after { content: ''; position: absolute; top: 50%; right: 5px; display: block; background: #fff; width: 10px; height: 1px; transition: all .2s; }
.menuList:after { transform: rotate(90deg); }
.menuList.open:after { transform: rotate(180deg); }
@media all and (max-width: 1110px) { .menuList { display: block; } }

.menu-down { order: 2; display: flex; flex-direction: row; justify-content: space-between; align-items: center; font-size: 18px; font-weight: bold; }
.menu-down li.search form { display: flex; align-items: center; /* firefox 19+ */ /* ie */ }
.menu-down li.search a { border: none; }
.menu-down li.search a:before { display: inline-block; font-family: FontAwesome-Solid; content: '\f002'; padding: 5px; margin-right: 8px; }
.menu-down li.search input { width: 270px; height: 35px; border-radius: 5px; padding: 3px 10px; margin-right: 6px; border: none; background: #fff; font-size: 14px; color: #B8B8B8; transition: all .2s; }
.menu-down li.search ::-webkit-input-placeholder { color: #B8B8B8; }
.menu-down li.search ::-moz-placeholder { color: #B8B8B8; }
.menu-down li.search :-ms-input-placeholder { color: #B8B8B8; }
.menu-down li.search input:-moz-placeholder { color: #B8B8B8; }
.menu-down a { color: #fff; padding: 10px 12px; display: block; position: relative; overflow: hidden; }
.menu-down a:hover { color: #4C4C4C; }
@media all and (max-width: 1110px) { .menu-down { order: 1; flex-direction: column; padding: 0 20px; }
  .menu-down li { width: 100%; }
  .menu-down a { padding: 15px 12px; border-bottom: 1px solid #fff; text-transform: capitalize; }
  .menu-down a:before { display: none; } }

/* Menu Style */
.menuBasic .drop-down { position: relative; font-family: 'Roboto', sans-serif; }
.menuBasic .menu-list { position: absolute; left: calc(50% - 100px); width: 210px; padding-top: 30px; }
.menuBasic .menu-list:before { content: ''; width: 1px; height: 1px; position: absolute; top: 11px; left: calc(50% - 10px); border-style: solid; border-width: 9px; border-color: transparent transparent #6F6F6F transparent; }
.menuBasic .menu-list li { position: relative; padding-left: 15px; background: #6F6F6F; }
.menuBasic .menu-list li:first-child { padding-top: 20px; }
.menuBasic .menu-list li:last-child { padding-bottom: 20px; }
.menuBasic .menu-list li a { padding: 10px 20px 10px 10px; }
.menuBasic .menu-list li a:before { content: ''; display: inline-block; width: 1px; height: 1px; background: transparent; position: absolute; top: calc(50% - 6px); left: 0px; border-style: solid; border-width: 3px; border-radius: 0px; border-color: transparent transparent transparent #fff; }
.menuBasic .menu-list li a:hover { color: #333; }
.menuBasic .menu-list li a:hover:before { border-color: transparent transparent transparent #333; }
@media all and (max-width: 1110px) { .menuBasic .menu-list { position: static; width: 100%; padding-top: 0px; }
  .menuBasic .menu-list:before { display: none; }
  .menuBasic .menu-list li { padding: 0px; }
  .menuBasic .menu-list li a { padding: 15px 12px 15px 30px; border-bottom: none; font-size: 15px; }
  .menuBasic .menu-list li a:before { left: 15px; border-color: transparent transparent transparent #95EEDC; } }

/* Language ===================================================================*/
.lang { font-size: 12px; }

.btn-lang { position: relative; display: flex; justify-content: space-between; cursor: pointer; background: #D95022; padding: 4px 5px 4px 10px; line-height: 12px; text-transform: uppercase; transition: all .2s; }
.btn-lang:before { position: absolute; right: 4px; content: ''; width: 13px; height: 12px; background: #424242; }
.btn-lang:after { position: relative; z-index: 1; font-family: FontAwesome-Solid; content: '\f0d7'; display: flex; justify-content: center; width: 12px; color: #fff; margin-left: 10px; transition: all .2s; }
.btn-lang.open:after { transform: rotate(180deg); }
.btn-lang:hover { box-shadow: 0 0 3px #000 inset; }

.lang-options { display: none; position: absolute; top: 23px; left: 12px; width: calc(100% - 17px); }
.lang-options a { width: calc(100% - 22px); display: block; padding: 5px 10px; background: #a5a5a5; border: 1px solid #fff; border-bottom: none; transition: all .2s; }
.lang-options a:before { display: none; }
.lang-options a:last-child { border-bottom: 1px solid #fff; }
.lang-options a:hover { background: #D95022; opacity: 1 !important; }

@media only screen and (max-width: 992px) { .btn-lang { background: transparent; color: #fff; font-size: 18px; line-height: 24px; padding: 15px 12px; border-bottom: 1px solid #fff; text-transform: capitalize; }
  .btn-lang:before, .btn-lang:after { position: absolute; top: 30px; right: 5px; background: #fff; width: 10px; height: 1px; content: ''; margin: 0px; }
  .btn-lang:after { transform: rotate(90deg); }
  .btn-lang:hover { box-shadow: none; }
  .lang-options { position: static; width: 100%; }
  .lang-options a { width: calc(100% - 41px); font-size: 15px; background: #6F6F6F; border: none; padding: 15px 11px 15px 30px; display: block; position: relative; }
  .lang-options a:before { content: ''; width: 1px; height: 1px; background: transparent; position: absolute; display: inline-block; top: calc(50% - 3px); left: 15px !important; border-style: solid; border-width: 3px; border-radius: 0px; border-color: transparent transparent transparent #95EEDC; } }
