@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@100;300;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
body, div {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

:focus {
  outline: 0;
}

input, button, textarea,
select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

body {
  line-height: 1.5;
}

sup, sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link, :visited, ins {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media (max-width: 1266px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left top;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'Libre Franklin', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.2;
  color: inherit;
}

.h1 {
  font-size: 55px;
}

.h2 {
  font-size: 2.8rem;
}

.h3 {
  font-size: 1.6rem;
}

.h4 {
  font-size: 1.4rem;
}

.h5 {
  font-size: 1.2rem;
}

.h6 {
  font-size: 1rem;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.clean::after, .container::after {
  display: block;
  clear: both;
  content: "";
}

.imgCover {
  background-size: cover;
}

.imgCover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fade, .header .navbar_logo, .nav-control, .nav-control .dropdown-content a, .pages a {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.fade:hover, .header .navbar_logo:hover, .nav-control:hover, .nav-control .dropdown-content a:hover, .pages a:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.card-scoll {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.card-scoll ::-webkit-scrollbar {
  width: 5px;
}

.card-scoll ::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  background: #f4f6f8;
}

.card-scoll ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #d4dde4;
}

.card-scoll ::-webkit-scrollbar-thumb:hover {
  background: #d4dde4;
}

@-webkit-keyframes bounce-right {
  0% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@keyframes bounce-right {
  0% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #7b8286;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 1rem;
  color: #495057;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-control:focus {
  background-color: rgba(247, 247, 247, 0.5);
}

input.form-control,
select.form-control {
  height: 45px;
  line-height: 45px;
}

textarea.form-control {
  padding: 7px;
}

input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  width: 0;
}

input[type=radio]:not(old) + label > span,
input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: -1px 8px 3px 0px;
  position: relative;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #a0a0a0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox]:not(old) + label {
  padding: 5px 7px;
}

input[type=checkbox]:not(old) + label > span {
  margin-right: 7px;
  width: 25px;
  height: 25px;
  border-color: #ff7500;
  border-width: 2px;
  border-radius: 3px;
}

input[type=checkbox]:not(old):checked + label > span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 0;
  background: url(../images/others/icon-check-orange.svg) no-repeat center center;
  background-size: 100% auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(192, 192, 192, 0) inset;
  /*淡淡的白*/
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
  -webkit-text-fill-color: #37414f;
  /*字體顏色*/
}

input, textarea {
  outline: none;
  background: none;
  border: none;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c7c8c9;
}

input::-webkit-autofill, textarea::-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background: none !important;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c7c8c9;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

.btn-group {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: 'Merriweather', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 1px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.btn:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.btn-xs {
  padding: .1rem .5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-lg {
  padding: .7rem 5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn.btn-primary {
  color: #fff;
  background-color: #32B25E;
}

.btn.btn-primary:hover {
  background-color: #40C669;
}

.btn.btn-yellow {
  color: #fff;
  background-color: #ffa900;
}

.btn.btn-yellow:hover {
  background-color: #ffbc00;
}

.btn.btn-orange {
  color: #fff;
  background-color: #fc534c;
}

.btn.btn-orange:hover {
  background-color: #f96e4e;
}

.btn.btn-dark {
  color: #fff;
  background-color: #4F4F4F;
}

.btn.btn-dark:hover {
  background-color: #32B25E;
}

.btn-shadow {
  padding: 10px 0;
  border-radius: 5px;
  border: 1px solid #32B25E;
  color: #32B25E;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 0px 0px #32B25E;
          box-shadow: 3px 3px 0px 0px #32B25E;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-shadow:hover {
  -webkit-box-shadow: 6px 6px 0px 0px #32B25E;
          box-shadow: 6px 6px 0px 0px #32B25E;
}

.btn.btn-line {
  background: transparent;
}

.btn.btn-line:hover {
  background: transparent;
}

.btn.btn-line.btn-black {
  color: #000;
  border: 1px solid #000;
}

.btn.btn-line.btn-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn.btn-line.btn-orange {
  color: #fc534c;
  border: 1px solid #fc534c;
}

.btn.btn-link {
  color: #595757;
}

.btn-radius {
  border-radius: 35px;
  border-bottom-right-radius: 0;
}

.btn-block {
  display: block;
  border-radius: 0;
}

.btn-arrow .icon {
  display: inline-block;
  margin-right: -15px;
  margin-left: 10px;
  width: 22px;
  height: 15px;
  -webkit-transition-property: position, left, top, right, bottom, display, -webkit-transform;
  transition-property: position, left, top, right, bottom, display, -webkit-transform;
  transition-property: transform, position, left, top, right, bottom, display;
  transition-property: transform, position, left, top, right, bottom, display, -webkit-transform;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.btn-arrow .icon:hover {
  -webkit-transition-property: position, left, top, right, bottom, -webkit-transform;
  transition-property: position, left, top, right, bottom, -webkit-transform;
  transition-property: transform, position, left, top, right, bottom;
  transition-property: transform, position, left, top, right, bottom, -webkit-transform;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.btn-arrow:hover .icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

body.open .header {
  z-index: 10;
}

.header {
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 90px;
  background: #fff;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header .container {
  position: relative;
  padding: 0 25px;
  width: 96%;
  margin: 0 auto;
}

.header .navbar_logo {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  margin-top: 18px;
}

.header .navbar_logo img {
  width: 294px;
  height: 55px;
}

.header.scroll-to-fixed {
  height: 60px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}

.header.scroll-to-fixed .navbar_logo {
  margin-top: 5px;
  height: 50px;
}

.header.scroll-to-fixed .navbar_logo img {
  width: 267px;
  height: 50px;
}

.header.scroll-to-fixed .nav-control,
.header.scroll-to-fixed .search-box {
  margin-top: 10px;
}

.header.scroll-to-fixed .menu .menu-item > a {
  line-height: 55px;
}

.header .menu {
  margin: 0;
  padding: 0;
  float: right;
  padding: 0;
  margin-bottom: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.header .menu ul {
  padding: 0;
  margin-bottom: 0;
}

.header .menu li {
  list-style: none;
}

.header .menu .menu-item {
  position: relative;
  display: inline-block;
}

.header .menu .menu-item > a {
  line-height: 80px;
  color: #000;
  padding: 0 .8rem;
  letter-spacing: 1px;
  font-size: 18px;
  display: block;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.header .menu .menu-item:hover > a {
  color: #ad8644;
}

.header .menu .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 10rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 1px 2px 14px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 14px -1px rgba(0, 0, 0, 0.2);
}

.header .menu .dropdown ul {
  position: relative;
}

.header .menu .dropdown-link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #333;
  padding: .5rem 1rem;
  font-size: .9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .menu .dropdown-link:hover > a {
  background-color: #ad8644;
  color: #fff;
}

.header .menu .dropdown-link:hover > a i {
  border-color: transparent transparent transparent #fff;
}

.header .menu .dropdown-link i {
  float: right;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #333;
}

.header .menu .dropdown-link {
  position: relative;
}

.header .menu .dropdown.second {
  top: 0;
  left: 100%;
  padding-left: .8rem;
  cursor: pointer;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .menu .dropdown.second::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  -webkit-box-shadow: 1px 2px 14px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 14px -1px rgba(0, 0, 0, 0.2);
  z-index: -2;
}

.header .menu .dropdown.second::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 11px;
  height: 11px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.header .menu .menu-item:hover > .dropdown,
.header .menu .dropdown-link:hover > .dropdown {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}

/* nav */
body.open {
  overflow: hidden;
}

body.open .header::after {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

nav {
  display: none;
  position: absolute;
  top: 60px;
  opacity: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  overflow: hidden;
  background-color: #32B25E;
}

nav.open {
  top: 0;
  opacity: 1;
  display: block;
  width: 350px;
  max-width: 80%;
  height: 100vh;
  position: fixed;
  z-index: 99;
}

nav.open .sidemenu {
  margin-top: 70px;
  padding-bottom: 50vh;
  height: calc(100vh - 70px);
  background-color: #000;
  overflow-y: scroll;
}

nav.open .sidemenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #000;
}

nav.open .sidemenu::-webkit-scrollbar-track {
  border-radius: 0;
}

nav.open .sidemenu::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #666;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 5px;
}

nav .sidemenu .menu-item,
nav .sidemenu .dropdown > a {
  display: block;
  padding: 10px 3rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

nav .sidemenu .menu-item:hover,
nav .sidemenu .dropdown > a:hover {
  color: #fff;
}

nav .sidemenu .menu-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav .sidemenu .menu-item:first-of-type {
  padding-top: 30px;
}

nav .sidemenu .link i {
  float: right;
  margin-top: 8px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}

nav .sidemenu .link.open {
  background-color: #333;
}

nav .sidemenu .link.open i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

nav .sidemenu .social-row {
  margin-top: 5vh;
  width: 100%;
  text-align: center;
}

nav .sidemenu .social-row .social-icon {
  margin: 0 10px;
  width: 40px;
  height: 40px;
}

nav .sidemenu .social-row .social-icon svg {
  fill: #fff;
}

nav .sidemenu .social-row .social-icon:hover svg {
  fill: #40C669;
}

nav .dropdown {
  display: none;
  padding: 0 0 0 20px;
  background-color: #333;
}

.sub-menu {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}

.sub-menu li {
  display: inline-block;
  font-size: 18px;
  margin: 10px;
  font-weight: bold;
}

.search-box {
  position: relative;
  float: right;
  margin-top: 20px;
  margin-left: 1rem;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.search-box.active {
  width: 250px;
  border-radius: 50px;
  background-color: #eeeeef;
}

.search-box input {
  padding: 0 40px 0 20px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50px;
  outline: none;
  opacity: 0;
  font-size: 1rem;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.search-box input.active {
  opacity: 1;
}

.search-box input::-webkit-input-placeholder {
  color: #a6a6a6;
}

.search-box input:-ms-input-placeholder {
  color: #a6a6a6;
}

.search-box input::-ms-input-placeholder {
  color: #a6a6a6;
}

.search-box input::placeholder {
  color: #a6a6a6;
}

.search-box .search-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background: #32B25E;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.search-box .search-icon svg {
  margin-top: 10px;
  height: 20px;
}

.search-box .search-icon.active {
  background: #40C669;
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}

.search-box .search-icon:hover {
  background: #40C669;
}

.search-box .cancel-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ccc;
  cursor: pointer;
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.search-box .cancel-icon.active {
  right: -25px;
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}

.search-box.active + .menu .menu-item a {
  padding-left: 0;
  padding-right: 7px;
}

.nav-control {
  float: right;
  margin-top: 25px;
}

.nav-control .dropdown {
  position: relative;
  display: inline-block;
}

.nav-control .dropdown-content {
  display: none;
  position: absolute;
  background-color: #edbe93;
  min-width: 55px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 5px;
}

.nav-control .dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.nav-control .dropdown a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-control .show {
  display: block;
}

.menu-btn {
  position: relative;
  display: none;
  cursor: pointer;
  margin-top: 7px;
  width: 35px;
  height: 35px;
}

.menu-btn:before, .menu-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #000;
  top: 50%;
  left: 50%;
  right: 50%;
}

.menu-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}

.menu-btn:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn > span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
}

.menu-btn > span:nth-child(1) {
  width: 28px;
  top: 5px;
  -webkit-transition: width .3s ease .5s,background .7s ease 1s;
  transition: width .3s ease .5s,background .7s ease 1s;
}

.menu-btn > span:nth-child(2) {
  top: 12px;
  -webkit-transition: width .3s ease .4s,background .7s ease 1s;
  transition: width .3s ease .4s,background .7s ease 1s;
}

.menu-btn > span:nth-child(3) {
  width: 12px;
  top: 19px;
  -webkit-transition: width .3s ease .3s,background .7s ease 1s;
  transition: width .3s ease .3s,background .7s ease 1s;
}

.menu-btn.close-btn {
  z-index: 100;
}

.menu-btn.close-btn:before {
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
  width: auto;
  background: #fff;
}

.menu-btn.close-btn:after {
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease .4s;
  transition: all .3s ease .4s;
  background: #fff;
}

.menu-btn.close-btn span {
  width: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn.scroll span {
  background: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn .icon-arrow {
  position: relative;
  display: inline-block;
  margin-left: 60px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.btn .icon-arrow span {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 12px;
}

.btn .icon-arrow span::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.btn .icon-arrow.dark {
  border-color: #595757;
}

.btn .icon-arrow.dark span {
  background-color: #595757;
}

.btn .icon-arrow.dark span::after {
  background-color: #595757;
}

.btn:hover .icon-arrow span {
  -webkit-animation: bounce-right 0.5s;
          animation: bounce-right 0.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.social-row {
  float: right;
}

.social-row .social-icon {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background-size: 100%;
}

.social-row .social-icon svg {
  height: 100%;
  fill: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.social-row .social-icon:hover svg {
  fill: #40C669;
}

/*footer*/
.footer {
  position: relative;
  padding-top: 3vw;
}

.footer .container {
  position: relative;
  margin: 0 auto;
  width: 80vw;
}

.footer .logo {
  height: 70px;
}

.footer .links {
  position: relative;
  margin: 2vw 0;
}

.footer .links > a {
  display: inline-block;
  margin-right: 20px;
  color: #595757;
}

.footer .copyright {
  padding: 1vw 0;
  color: #888888;
  font-size: 14px;
  border-top: 1PX solid #EEEEEF;
  text-align: right;
  font-family: 'Montserrat', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
}

.swiper-pagination {
  z-index: 8 !important;
}

#toTopHover {
  background: none;
}

#toTop {
  bottom: 20px;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: #32B25E;
  background-image: url(../images/primary/top.svg);
  background-position: center center;
  background-size: 25px auto;
  -webkit-box-shadow: 0 0 5px 1px rgba(10, 124, 35, 0.3);
          box-shadow: 0 0 5px 1px rgba(10, 124, 35, 0.3);
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  z-index: 9;
}

#toTop:hover {
  bottom: 25px;
  background-color: #40C669;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

/* pages */
.pages {
  padding: 2rem 0;
}

.pages a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
}

.pages a.active {
  background-color: #000;
  color: #fff;
}

.pages a:hover {
  opacity: .6;
}

.pages a.prev, .pages a.next {
  width: 50px;
}

@media (max-width: 1266px) {
  .header {
    height: 80px;
  }
  .header .container {
    padding: 0 25px 0 10px;
  }
  .header .navbar_logo {
    height: 45px;
  }
  .header .navbar_logo img {
    width: 240px;
    height: 45px;
  }
  .header.scroll-to-fixed .navbar_logo {
    height: 45px;
  }
  .header.scroll-to-fixed .navbar_logo img {
    width: 240px;
    height: 45px;
  }
  .header .menu .menu-item > a,
  nav .sidemenu .menu-item,
  nav .sidemenu .dropdown > a {
    font-size: 16px;
    letter-spacing: 0;
  }
  .search-box.active {
    margin-left: 0;
    width: 180px;
  }
  .footer .container {
    padding: 2rem 0;
  }
}

@media (max-width: 1024px) {
  body,
  .form-control {
    font-size: 15px;
  }
  .btn {
    font-size: 16px;
  }
  .btn-lg {
    font-size: 18px;
  }
  .btn-xs {
    font-size: 14px;
  }
  .header {
    height: 70px;
  }
  .header .menu {
    display: none;
  }
  .header .nav-control {
    margin-top: 13px;
  }
  .header .navbar_logo {
    margin-top: 12px;
  }
  .header.scroll-to-fixed .nav-control,
  .header.scroll-to-fixed .search-box {
    margin-top: 10px;
  }
  .menu-btn {
    display: block;
  }
  .search-box {
    margin-top: 13px;
    margin-right: 7px;
  }
  .search-box.active {
    width: 250px;
  }
  .search-box .cancel-icon {
    right: initial;
    left: 20px;
  }
  .search-box .cancel-icon.active {
    right: initial;
    left: -25px;
  }
  .social-row {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .footer .container {
    width: 90%;
    max-width: initial;
  }
  .footer .logo {
    margin: 0 auto;
    display: block;
  }
  .footer .links,
  .footer .copyright {
    text-align: center;
  }
  .footer .links {
    margin-top: 20px;
  }
  .footer .links > a {
    line-height: 30px;
  }
  .social-row .social-icon {
    margin-right: 15px;
    width: 35px;
    height: 35px;
  }
  .social-row .social-icon:hover {
    background-position-y: 35px;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  nav .sidemenu .menu-item,
  nav .sidemenu .dropdown > a {
    font-size: 16px;
  }
  .footer .logo {
    height: 55px;
  }
}

@media (max-width: 567px) {
  .header {
    height: 55px;
  }
  .header .container {
    padding: 0 4%;
  }
  .header .navbar_logo {
    height: 40px;
  }
  .header .navbar_logo img {
    width: 214px;
    height: 40px;
  }
  .header.scroll-to-fixed {
    height: 50px;
  }
  .header.scroll-to-fixed .navbar_logo {
    height: 40px;
  }
  .header.scroll-to-fixed .navbar_logo img {
    width: 214px;
    height: 40px;
  }
  .header.scroll-to-fixed .navbar_logo,
  .header.scroll-to-fixed .search-box,
  .header.scroll-to-fixed .nav-control {
    margin-top: 3px;
  }
  .header .navbar_logo,
  .header .search-box,
  .header .nav-control {
    margin-top: 6px;
  }
  nav.open .sidemenu {
    margin-top: 55px;
    height: calc(100vh - 55px);
  }
  .search-box.active {
    width: 180px;
  }
  #toTop {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .header .container {
    padding: 0;
  }
  .header .navbar_logo {
    height: 35px;
  }
  .header .navbar_logo img {
    width: 187px;
    height: 35px;
  }
  .header.scroll-to-fixed .navbar_logo {
    margin-top: 8px;
  }
  .header.scroll-to-fixed .navbar_logo img {
    width: 187px;
    height: 35px;
  }
  .header .search-box {
    margin-left: 0;
    margin-right: 0;
    background: #fff;
  }
  .header .search-box.active {
    position: absolute;
    top: 60px;
    width: 90%;
    left: 5%;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  }
  .header .search-icon.active {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .header .cancel-icon.active {
    right: initial;
    left: calc(100% - 65px);
    font-size: 20px;
  }
  nav.open {
    max-width: 100%;
    width: 100%;
  }
  nav .sidemenu .menu-item,
  nav .sidemenu .dropdown > a {
    padding-left: 5%;
    padding-right: 5%;
  }
  .btn .icon-arrow {
    margin-left: 40px;
    margin-top: 5px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .btn-lg {
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .form-group {
    margin-bottom: 10px;
  }
  .form-group label {
    margin-bottom: 5px;
  }
  input.form-control,
  select.form-control {
    height: 30px;
    line-height: 30px;
  }
  .footer .logo {
    height: 45px;
  }
  .footer .container {
    width: 96%;
  }
  .footer .copyright {
    margin: 0 auto;
    padding: 15px 2% 0 2%;
    font-size: 12px;
    width: calc(100% - 70px);
  }
  .footer .links > a {
    margin: 0 5px;
  }
}

body.orientation nav.open .sidemenu .menu-item {
  padding-bottom: 4vh;
}

@media (max-height: 570px) {
  nav.open .sidemenu .menu-item {
    padding-bottom: 4vh;
  }
  body.orientation nav.open {
    width: 90vw;
    max-width: 700px;
  }
  body.orientation nav.open .sidemenu {
    padding-top: 8vh;
  }
  body.orientation nav.open .sidemenu .menu-item {
    display: inline-block;
    padding: 2.5vh 5px;
    width: 32%;
    border-bottom: none;
    text-align: center;
    background-color: transparent;
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
