@import url("https://fonts.googleapis.com/css?family=Lato|Roboto:400,500,700");

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;  
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*p {
  margin-top: 0;
  margin-bottom: 1rem; }*/

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }
h1, .h1{font-size: 2.5rem; }
h2, .h2{font-size: 2rem; }
h3, .h3{font-size: 1.75rem; }
h4, .h4{font-size: 1.25rem; }
h5, .h5{font-size: 0.8rem; }


/* Header */
header{line-height: 18px!important;}
.mobile-nav-toggler .ti-menu-2{color: #25c19c;}
.f_orange{color:#fa8303;}
.font01{font-size: 27px;font-family: Arial, Helvetica, sans-serif;}
.font02{font-size: 20px;font-family: Arial, Helvetica, sans-serif;}
.header_h{height: 110px;}
.main-header{box-shadow: 0 1px 6px 0 rgb(32 33 36 / 50%);}
.container-full {padding: 0 205px;}
.aside { flex: 1 0 0; display: flex;align-items: center;}
.aside_r{display: flex;flex-direction: row;flex-wrap: wrap;margin-left: auto;justify-content: center;
  align-items: center;}
.menu-list{ flex: 1 100%;}
.flex {display: flex;align-items: center;flex-wrap: wrap;justify-content: flex-start;}
.toplink li{float: left;text-align: center;padding: 5px;font-size: 90%;}
.toplink li a{color: #898989;}
.toplink li img{height: 30px;}
.Travel_Card {margin: 0px 15px 0px 0px;}
.Travel_Card img{margin: 0px 5px 0px 0px;vertical-align: middle;}
.Travel_Card h4{margin-left: 5px;display: inline-block;font-size: 16px;font-weight: bolder;}
.satisfaction{margin: 0px 0px 0px 10px;color: #898989;font-size: 95%;}
.transparent-header {
  position: absolute;
  left: 0;
  /*top: 46px;*/
  width: 100%;
  z-index: 1;
  height: auto;background: #fff;
}
.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.menu-nav a{color: #000;}
.menu-nav ul {list-style : none }
.navbar-wrap {
  display: flex;
  flex-grow: 1;border-top: 1px #eee solid;
}
.navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*margin-left: auto;*/
}
.navbar-wrap ul li {
  display: block;flex-grow: 1;text-align: center;
  position: relative;
}
.navbar-wrap ul li.stress a{color: #000;font-family: 'Noto Sans TC', sans-serif;font-weight: 700!important;}
.nav-stress{background: #e9283a;color: #fff;padding: 0px 5px;margin-left: 5px;border-radius: 5px;}
.navbar-wrap ul li a {
  font-size: 15px;text-decoration:none;
  text-transform: uppercase;
  color: #222327;
  padding: 15px 0px;
  display: block;
  line-height: 1;
  position: relative;
font-family: 'Noto Sans TC', sans-serif;font-Regular: 700;
  z-index: 1;
}
.navbar-wrap ul li.active a,.navbar-wrap ul li a:hover{background: #25c19c;color: #ffffff!important;}
.navbar-wrap > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 37px;
  width: 82%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
  box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.11);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 33px;  top: 23px;
  margin: 0 auto;
  opacity: 0;
  z-index: -1;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {color: #1f1f1f;}
.navbar-wrap > ul > li.active > a::before,
.navbar-wrap > ul > li:hover > a::before {opacity: 1;}
.main-menu .navigation li.dropdown .dropdown-btn {display: none;}
.navbar-wrap ul li .submenu {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  display: block;
  left: 0;
  opacity: 0;
  padding: 18px 0;padding: 10px 0;
  right: 0;
  top: 100%;
  visibility: hidden;
  min-width: 230px;
  border: 1px solid #f5f5f5;
  border-top: 2px solid #03a7ca;
  background: #ffffff;
  box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
  margin: 0;
  transform: scale(1 , 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .submenu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.navbar-wrap ul li .submenu li:hover {
background: #03a7ca;
color:#ffffff;
}
.navbar-wrap ul li .submenu li a:hover {color:#ffffff;}
.navbar-wrap ul li .submenu li a {
  padding: 10px 10px 10px 25px;
  line-height: 40px;
  font-weight: 500;
  color: #5d5d5d;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* Mobile-menu */
.navbar-wrap ul li.mobile-home{display: none;}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: #fff;
  margin-right: 30px;
  top: 15px;
}
.nav-logo img {
  width: 80px;
}
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .navigation li.current>a:before {
  height: 100%;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 30px;
  color: #000;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.00);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(0,0, 0, 0.00);
}
.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.00);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.mobile-menu .navigation li.stress>a{color: #000;font-family: 'Noto Sans TC', sans-serif;font-weight: 700!important;line-height: 0px;}
.mobile-ic{height: 25px;margin-right: 10px;display: none;vertical-align: middle;}
.mobile-menu .navigation li ul li>a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  /*text-align: center;
  padding: 30px 25px;*/
}
.mobile-menu .social-links h5{background: #efefef;color: #25c19c;padding: 10px 25px;font-size: 15px;border-top: 1px #eee solid;}
.mobile-menu .social-links ul{padding: 0px 15px;list-style: none;}
.mobile-menu .social-links li {
  position: relative;
  /*display: inline-block;
  margin: 0px  0px 10px 40px;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .social-links li a {
  position: relative;display:block;
  line-height: 32px;padding:7px  0px 7px 10px;
  font-size: 15px;
  color: #000;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    /*float: right;*/
    font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #000;
  display: none;/*margin-top: 10px;*/
}
.logo img{height: 40px;line-height: 0px;}
@media (max-width: 680px) {.navbar-wrap ul li.mobile-home,.mobile-ic{display: inline-block;}}
/*Header end*/
