@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap");
*,
*:active,
*:focus,
*:hover,
*:link,
*:visited {
  -o-transition: background-color 0.2s linear, border-color 0.1s linear;
  -webkit-transition: background-color 0.2s linear, border-color 0.1s linear;
  -moz-transition: background-color 0.2s linear, border-color 0.1s linear;
  transition: background-color 0.2s linear, border-color 0.1s linear;
}

/* ------- 標頭設計(字級,字距,顏色) ------- */
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }

  .border-xl-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-xl-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-xl-0 {
    border: none !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }

  .border-lg-0 {
    border: none !important;
  }

  .border-lg-bottom-0 {
    border-bottom: none !important;
  }

  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-lg-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
@media (max-width: 992px) {
  .border-md {
    border: 1px solid #dee2e6 !important;
  }

  .border-md-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-md-0 {
    border: none !important;
  }
}
@media (max-width: 575px) {
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }

  .border-sm-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-sm-0 {
    border: none !important;
  }
}
.border-gray {
  border-color: #757575 !important;
}

.rounded-10 {
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rounded-15 {
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.line-hight-fit {
  line-height: 1 !important;
}

/* Shadow 0dp */
.shadow-0 {
  box-shadow: none !important;
}

/* Shadow 1dp */
.shadow-1 {
  box-shadow: 0 1px 1px 0 rgba(113, 130, 255, 0.14), 0 2px 1px -1px rgba(113, 130, 255, 0.12), 0 1px 3px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 2dp */
.shadow-2 {
  box-shadow: 0 2px 2px 0 rgba(113, 130, 255, 0.14), 0 3px 1px -2px rgba(113, 130, 255, 0.12), 0 1px 5px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 3dp */
.shadow-3 {
  box-shadow: 0 3px 4px 0 rgba(113, 130, 255, 0.14), 0 3px 3px -2px rgba(113, 130, 255, 0.12), 0 1px 8px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 4dp */
.shadow-4 {
  box-shadow: 0 4px 5px 0 rgba(113, 130, 255, 0.14), 0 1px 10px 0 rgba(113, 130, 255, 0.12), 0 2px 4px -1px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 6dp */
.shadow-6 {
  box-shadow: 0 6px 10px 0 rgba(113, 130, 255, 0.14), 0 1px 18px 0 rgba(113, 130, 255, 0.12), 0 3px 5px -1px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 8dp */
.shadow-8 {
  box-shadow: 0 8px 10px 1px rgba(113, 130, 255, 0.14), 0 3px 14px 2px rgba(113, 130, 255, 0.12), 0 5px 5px -3px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 9dp */
.shadow-9 {
  box-shadow: 0 9px 12px 1px rgba(113, 130, 255, 0.14), 0 3px 16px 2px rgba(113, 130, 255, 0.12), 0 5px 6px -3px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 12dp */
.shadow-12 {
  box-shadow: 0 12px 17px 2px rgba(113, 130, 255, 0.14), 0 5px 22px 4px rgba(113, 130, 255, 0.12), 0 7px 8px -4px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 16dp */
.shadow-16 {
  box-shadow: 0 16px 24px 2px rgba(113, 130, 255, 0.14), 0 6px 30px 5px rgba(113, 130, 255, 0.12), 0 8px 10px -5px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 24dp */
.shadow-24 {
  box-shadow: 0 24px 38px 3px rgba(113, 130, 255, 0.14), 0 9px 46px 8px rgba(113, 130, 255, 0.12), 0 11px 15px -7px rgba(113, 130, 255, 0.2) !important;
}

.shadow-hover-effect-1 {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0), 0 3px 6px rgba(113, 130, 255, 0);
}
.shadow-hover-effect-1:hover {
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0.04), 0 3px 6px rgba(113, 130, 255, 0.04);
}

.shadow-hover-effect-2 {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0), 0 3px 6px rgba(113, 130, 255, 0);
}
.shadow-hover-effect-2:hover {
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0.04), 0 3px 6px rgba(113, 130, 255, 0.04);
}

@media (min-width: 991px) {
  .shadow-lg-0 {
    box-shadow: none !important;
  }

  .shadow-lg-block {
    box-shadow: 0 0.125rem 0.25rem rgba(113, 130, 255, 0.075) !important;
  }
}
.img-cover {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.img-contain {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.img-user-word {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #fff;
  line-height: 1;
}

img.lazy-image {
  opacity: 0.1;
  will-change: opacity;
  transition: all 0.3s;
  background-color: #333;
}

img.lazy-image.loaded {
  opacity: 1;
}

.img-6-5,
.img-4-3,
.img-3-2,
.img-3-1,
.img-1-1,
.img-1-2,
.img-2-1,
.img-16-9 {
  width: 100%;
  position: relative;
  background: url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.img-6-5:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 80%;
}

.img-4-3:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 70%;
}

.img-3-2:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 66.6666667%;
}

.img-3-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 33.3333333%;
}

.img-1-2:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 120%;
}

.img-2-3:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 150%;
}

.img-1-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 100%;
}

.img-2-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 50%;
}

.img-16-9:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 56.25%;
}

#preview {
  position: absolute;
  border: 1px solid #979797;
  background: #979797;
  padding: 1px;
  display: none;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  max-width: 350px;
}
#preview img {
  width: 100%;
}

.--img-card .img-wrap {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.--img-card .img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.--img-card .img-wrap:after, .--img-card .img-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.--img-card .img-wrap:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.5;
}
.--img-card .img-wrap:before {
  background: -moz-linear-gradient(top, rgba(154, 0, 33, 0) 0%, #9a0021 100%);
  background: -webkit-linear-gradient(top, rgba(154, 0, 33, 0) 0%, #9a0021 100%);
  background: linear-gradient(to bottom, rgba(154, 0, 33, 0) 0%, #9a0021 100%);
  opacity: 0;
}
.--img-card:hover {
  text-decoration: none;
}
.--img-card:hover .img-wrap {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
  -ms-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
  box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
}
.--img-card:hover .img-wrap:after {
  opacity: 0;
}
.--img-card:hover .img-wrap:before {
  opacity: 1;
}
.--img-card:hover .img-wrap img {
  width: 120%;
  height: 120%;
  transition-delay: 0.2s;
}

.--type .type {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0 -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
}
.--type .type li {
  text-transform: uppercase;
  color: #999999;
  font-size: 1.6rem;
  padding: 0 1rem;
}
.--type .type li + li {
  border-left: 1px solid #999999;
}

@media (min-width: 768px) {
  .bg-md-white {
    background-color: #fff !important;
  }
}
@media (min-width: 992px) {
  .bg-lg-light {
    background-color: #f7f7f7 !important;
  }

  .bg-lg-white {
    background-color: #fff !important;
  }

  .bg-lg-transparent {
    background-color: transparent !important;
  }

  .bg-lg-misty-grey {
    background-color: #f2f2f2 !important;
  }
}
@media (min-width: 1200px) {
  .bg-xl-light {
    background-color: #f7f7f7 !important;
  }

  .bg-xl-transparent {
    background-color: transparent !important;
  }
}
@media (max-width: 992px) {
  .alert-xs-transparent {
    background-color: transparent !important;
  }
}
.bg-none {
  background: none;
}

.bg-FB {
  background-color: #3b5998;
}

.bg-line {
  background-color: #00c200;
}

.bg-twitter {
  background-color: #76a9ea;
}

.bg-gray {
  background-color: #ccc;
}

.bg-silver {
  background-color: #D4DFE6;
}

.bg-sea {
  background-color: #edf9f7;
}

.scrollBar-theme {
  overflow-y: auto;
  /* Track */
  /* Handle */
}
.scrollBar-theme::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0);
}
.scrollBar-theme::-webkit-scrollbar-track {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.scrollBar-theme::-webkit-scrollbar-thumb {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(85, 85, 85, 0.6);
}
.scrollBar-theme::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(85, 85, 85, 0.6);
}

@media (max-width: 992px) {
  .overflow-xs-hidden {
    overflow: hidden;
  }
}
.font-Sans {
  font-family: "Noto Sans TC", Helvetica, sans-serif;
}

.font-serif {
  font-family: "Noto Serif TC", Helvetica, sans-serif;
}

html {
  font-size: 10px;
}

body {
  font-weight: 400;
  font-family: "Noto Sans TC", Helvetica, sans-serif;
  color: #333;
}

.h1-large {
  font-size: 4.2rem;
}

h1,
.h1 {
  font-size: 3.8rem;
  line-height: 1.6;
  letter-spacing: 3.5px;
}

h2,
.h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 3px;
}

h3,
.h3 {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 2.6px;
}

h4,
.h4 {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 2.4px;
}

h5,
.h5 {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 2px;
}

h6,
.h6 {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 2px;
}

p,
.p,
.p-sm {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

.note {
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 5px solid #66BFB6;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.15);
  -ms-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header-hide {
  top: -85px;
}
header .nav-topBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
  height: 80px;
  position: relative;
}
header .nav-topBar .brand-logo {
  display: block;
  width: 180px;
  padding: 1rem 0;
}
header .nav-topBar .brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .nav-topBar .menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .nav-topBar .menu > ul > li {
  position: relative;
}
header .nav-topBar .menu > ul > li + li > a:before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #66BFB6;
  display: block;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  margin: 0 1.5rem;
  pointer-events: none;
}
header .nav-topBar .menu > ul > li:last-child {
  margin-left: 2.5rem;
}
header .nav-topBar .menu > ul > li:last-child > a:before {
  display: none;
}
header .nav-topBar .menu > ul > li > a {
  font-size: 1.8rem;
  color: #333;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 80px;
  padding-bottom: 5px;
}
header .nav-topBar .menu > ul > li > a.fb-group {
  font-size: 3rem;
  color: #3b5998;
}
header .nav-topBar .menu > ul > li > a.fb-group:hover {
  text-decoration: none;
  color: #4c70ba;
}
header .nav-topBar .menu > ul > li > a.line-group {
  font-size: 3rem;
  color: #00B900;
  margin-left: 1rem;
}
header .nav-topBar .menu > ul > li > a.line-group:hover {
  text-decoration: none;
  color: #00ec00;
}
header .nav-topBar .menu > ul > li > a:hover {
  text-decoration: none;
  color: #000;
}
header .nav-topBar .menu > ul > li.dropdown {
  position: relative;
}
header .nav-topBar .menu > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  color: #B3B3B3;
  font-size: 2rem;
  margin-left: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .nav-topBar .menu > ul > li.dropdown:hover > a {
  text-decoration: none;
}
header .nav-topBar .menu > ul > li.dropdown:hover > a:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .nav-topBar .menu > ul > li.dropdown:hover > a + .dropdownMenu {
  opacity: 1;
  pointer-events: auto;
  top: 60px;
}
header .nav-topBar .menu > ul > li.dropdown .dropdownMenu {
  width: 120%;
  position: absolute;
  background-color: #fff;
  left: 1.5rem;
  top: 70px;
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .nav-topBar .menu > ul > li.dropdown .dropdownMenu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  color: #000;
  position: relative;
}
header .nav-topBar .menu > ul > li.dropdown .dropdownMenu > li > a:hover {
  text-decoration: none;
  color: #66BFB6;
}
header .nav-topBar .menu > ul > li.dropdown .dropdownMenu > li > a:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #66BFB6;
  margin-right: 1rem;
  display: block;
}
header .nav-topBar .hamburger {
  display: none;
}

@media (max-width: 992px) {
  header nav {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  header .nav-topBar .menu {
    width: 250px;
    height: calc((var(--vh, 1vh) * 100) - 85px);
    position: fixed;
    top: 85px;
    right: -250px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
  header .nav-topBar .menu::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
  }
  header .nav-topBar .menu > ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 2rem 0;
  }
  header .nav-topBar .menu > ul * {
    -ms-flex: 0 1 auto;
  }
  header .nav-topBar .menu > ul > li {
    width: 100%;
  }
  header .nav-topBar .menu > ul > li + li {
    border-top: 1px solid #eee;
  }
  header .nav-topBar .menu > ul > li:last-child {
    margin-left: 0;
    padding-left: 3rem;
    padding-top: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .nav-topBar .menu > ul > li:last-child > a {
    width: auto;
    padding: 0;
  }
  header .nav-topBar .menu > ul > li > a {
    padding: 0 3rem;
    width: 100%;
    height: 50px;
  }
  header .nav-topBar .menu > ul > li > a:before {
    display: none !important;
  }
  header .nav-topBar .menu > ul > li.dropdown .dropdownMenu {
    position: static;
    opacity: 1;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding-left: 2rem;
  }
  header .nav-topBar .hamburger {
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  header {
    top: 0 !important;
  }

  header .nav-topBar {
    height: 65px;
  }
  header .nav-topBar .brand-logo {
    width: 150px;
  }
  header .nav-topBar .menu {
    top: 65px;
    height: calc((var(--vh, 1vh) * 100) - 65px);
  }
}
footer {
  position: relative;
  background-color: #222222;
  padding: 3rem 0;
}
footer .copyright {
  color: #999999;
  margin-bottom: 0;
  font-size: 1.6rem;
  text-align: center;
}

.line-hight-fit {
  line-height: 1 !important;
}

.limit-line-1 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.limit-line-2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.limit-line-3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.limit-line-4 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.limit-line-5 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

::selection {
  background: #66BFB6;
  color: #fff;
}

::-moz-selection {
  background: #66BFB6;
  color: #fff;
}

.text-sea {
  color: #66BFB6;
}

.unit-title {
  position: relative;
  margin-bottom: 2rem;
}
.unit-title h4 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #333;
  position: relative;
  display: inline-block;
}
.unit-title h4:before, .unit-title h4:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #66BFB6;
  position: absolute;
  top: 15px;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.unit-title h4:before {
  right: -10px;
}
.unit-title h4:after {
  right: -15px;
}
.unit-title .en {
  margin-left: 3rem;
  font-size: 2rem;
  color: #E6E6E6;
}

.shareGroup {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.shareGroup .btn-back {
  color: #808080;
}
.shareGroup .btn-back:hover {
  color: #333;
}
.shareGroup .unit-tag {
  font-size: 1.8rem;
  margin-bottom: 0;
  text-align: center;
  color: #D70F64;
}
@media (min-width: 992px) {
  .shareGroup .unit-tag {
    font-size: 2.4rem;
  }
}

.socialMedia_share-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.socialMedia_share-wrap > h6 {
  font-size: 1.8rem;
  color: #808080;
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.socialMedia_share-wrap > h6:after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #808080;
  margin: 0 1.5rem;
}
.socialMedia_share-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.socialMedia_share-group .tooltiptext {
  visibility: hidden;
  width: 70px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  white-space: nowrap;
}
.socialMedia_share-group .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.socialMedia_share-group .clone {
  position: relative;
}
.socialMedia_share-group .clone:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.socialMedia_share-group li {
  width: 25px;
  height: 25px;
}
.socialMedia_share-group li + li {
  margin-left: 1rem;
}
.socialMedia_share-group li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  color: #808080;
  font-size: 14px;
}
.socialMedia_share-group li > a.btn-share-FB:hover {
  color: #3b5998;
}
.socialMedia_share-group li > a.btn-share-clone:hover {
  color: #66BFB6;
}
.socialMedia_share-group li > a.btn-share-line:hover {
  color: #00B900;
}

@media (min-width: 768px) {
  .socialMedia_share-group li {
    width: 36px;
    height: 36px;
  }
  .socialMedia_share-group li > a {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .socialMedia_share-wrap > h6 {
    display: none;
  }
}
@media (max-width: 767px) {
  .socialMedia_share-group li > a {
    font-size: 2rem;
  }
  .socialMedia_share-group li > a.btn-share-FB {
    color: #3b5998;
  }
  .socialMedia_share-group li > a.btn-share-line {
    color: #00B900;
  }
  .socialMedia_share-group li > a.btn-share-clone {
    color: #66BFB6;
  }
}
.min-vh {
  min-height: calc((var(--vh, 1vh) * 100));
}
@media (max-width: 1024px) {
  .min-vh {
    min-height: 768px;
  }
}
@media (max-width: 767px) {
  .min-vh {
    min-height: 670px;
  }
}

main {
  margin-top: 85px;
  min-height: calc((var(--vh, 1vh) * 100) - 110px);
  padding-bottom: 10rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
main::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 767px) {
  main {
    margin-top: 70px;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.content {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1680px) {
  .content {
    width: 1480px;
  }
}

.under-line {
  text-decoration: underline;
}

.pointer-events-none {
  pointer-events: none;
}

.breadcrumb-wrap {
  display: block;
  margin-bottom: 1rem;
}
.breadcrumb-wrap .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  flex-wrap: nowrap;
}
.breadcrumb-wrap .breadcrumb-item,
.breadcrumb-wrap .breadcrumb-item * {
  color: #828585;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .breadcrumb-wrap .breadcrumb-item,
.breadcrumb-wrap .breadcrumb-item * {
    font-size: 1.6rem;
  }
}
.breadcrumb-wrap .breadcrumb-item.active {
  color: #333;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  color: #828585;
  font-size: 10px;
  opacity: 0.8;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.pagination-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 6rem;
}
.pagination-wrap .fal.fa-angle-left,
.pagination-wrap .fal.fa-angle-right {
  font-size: 2rem;
}
.pagination-wrap .page-link {
  border: 1px solid #ccc !important;
  color: #ccc;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 1.6rem;
  width: 30px;
  height: 30px;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 13px;
}
.pagination-wrap .page-item.active .page-link {
  background-color: #66BFB6;
  border: 1px solid #66BFB6 !important;
  color: #fff !important;
}
.pagination-wrap .page-link:hover {
  background-color: #edf9f7;
  color: #66BFB6;
}
.pagination-wrap .page-link:focus {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.pagination-wrap .page-item {
  color: #66BFB6;
  margin: 0 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
  height: 30px;
}
.pagination-wrap .page-item:last-child .page-link,
.pagination-wrap .page-item:first-child .page-link {
  border: none !important;
}

.banner {
  width: 100%;
  position: relative;
  background: #fff url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.banner:before {
  content: "";
  padding-top: 30%;
  display: block;
}
.banner:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.banner-map {
  width: 100%;
  position: relative;
  background: #fff url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.banner-map:before {
  content: "";
  padding-top: 30%;
  display: block;
}
.banner-map:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 0.5;
}
.banner-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-image {
  position: relative;
  width: 100%;
}
.banner-image .bn-title {
  position: relative;
  background-color: #F9F9F9;
  padding: 3rem 4rem;
  margin-top: -60px;
  margin-bottom: 5rem;
  height: 120px;
  -ms-border-radius: 1rem 1rem 0 0;
  -moz-border-radius: 1rem 1rem 0 0;
  -webkit-border-radius: 1rem 1rem 0 0;
  border-radius: 1rem 1rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-bottom: 4px solid #66BFB6;
  overflow: hidden;
}
.banner-image .bn-title .icon-energy {
  position: absolute;
  top: 50%;
  left: 1rem;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 7vw;
  color: #ccc;
  opacity: 0.5;
  -webkit-animation: titleEnergy 15s linear infinite both;
  /* Safari 4+ */
  -moz-animation: titleEnergy 15s linear infinite both;
  /* Fx 5+ */
  -o-animation: titleEnergy 15s linear infinite both;
  /* Opera 12+ */
  animation: titleEnergy 15s linear infinite both;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes titleEnergy {
  0% {
    -moz-transform: translateY(-50%) rotate(0);
    -webkit-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  0% {
    -moz-transform: translateY(-50%) rotate(360deg);
    -webkit-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
@-moz-keyframes titleEnergy {
  0% {
    -moz-transform: translateY(-50%) rotate(0);
    -webkit-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  0% {
    -moz-transform: translateY(-50%) rotate(360deg);
    -webkit-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes titleEnergy {
  0% {
    -moz-transform: translateY(-50%) rotate(0);
    -webkit-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  0% {
    -moz-transform: translateY(-50%) rotate(360deg);
    -webkit-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
.banner-image .bn-title h1 {
  color: #66BFB6;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  top: -2px;
  margin-bottom: 0;
  z-index: 2;
}
.banner-image .bn-title h1:before, .banner-image .bn-title h1:after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #66BFB6;
  position: absolute;
  bottom: -1px;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.banner-image .bn-title h1:before {
  right: -10px;
}
.banner-image .bn-title h1:after {
  right: -15px;
}
.banner-image .bn-title .en {
  position: absolute;
  top: 50%;
  right: 2rem;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #f2f2f2;
  margin-top: -5px;
  margin-bottom: 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .banner-image .bn-title {
    margin-top: -20px;
    padding: 1.5rem;
    margin-bottom: 3rem;
    height: auto;
  }
  .banner-image .bn-title h1 {
    font-size: 3.2rem;
  }
  .banner-image .bn-title .icon-energy {
    font-size: 10rem;
    left: -2rem;
  }
  .banner-image .bn-title .en {
    margin-top: 0;
  }
}
.jumbotron {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #ddd;
}
.jumbotron * {
  -ms-flex: 0 1 auto;
}
.jumbotron .KV {
  width: 100%;
  height: calc((var(--vh, 1vh) * 100));
  position: relative;
  background: #f2f2f2 url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.jumbotron .KV:before {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jumbotron .KV .inner {
  position: relative;
  z-index: 2;
  width: calc(100% / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.jumbotron .KV .inner * {
  -ms-flex: 0 1 auto;
}
.jumbotron .KV .KV-title {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  font-size: 6rem;
  letter-spacing: 10px;
  margin-bottom: 5rem;
  color: #fff;
}
.jumbotron .KV .arrow-down {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform-origin: 50% 50%;
  -webkit-animation: arrowDown 2s ease-in-out both infinite;
  /* Safari 4+ */
  -moz-animation: arrowDown 2s ease-in-out both infinite;
  /* Fx 5+ */
  -o-animation: arrowDown 2s ease-in-out both infinite;
  /* Opera 12+ */
  animation: arrowDown 2s ease-in-out both infinite;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    bottom: 2rem;
  }
  50% {
    bottom: 3rem;
  }
}
@-moz-keyframes arrowDown {
  0%, 100% {
    bottom: 2rem;
  }
  50% {
    bottom: 3rem;
  }
}
@keyframes arrowDown {
  0%, 100% {
    bottom: 2rem;
  }
  50% {
    bottom: 3rem;
  }
}
.jumbotron .KV .arrow-down svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
.jumbotron .KV .btn {
  min-width: 200px;
}

@media (max-width: 1480px) {
  .jumbotron .KV .KV-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 1280px) {
  .jumbotron .KV .inner {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .jumbotron .KV {
    height: 768px;
  }
}
@media (max-width: 767px) {
  .jumbotron .KV {
    height: 670px;
    background: #f2f2f2 url() 80% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
  }
}
.back_to_top {
  position: fixed;
  z-index: 9999;
  right: 2rem;
  bottom: 2rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.back_to_top.show_arrow {
  opacity: 1 !important;
}
.back_to_top a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 40px;
  height: 100%;
  background: #66BFB6;
  padding: 0.5rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 2rem;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.back_to_top a .icon-arrow-up {
  color: #fff;
}
.back_to_top a:hover {
  text-decoration: none;
  background: #A4F7E8;
  color: #66BFB6;
}
@media (max-width: 767px) {
  .back_to_top {
    right: 1rem;
    bottom: 1rem;
  }
}

.hamburger {
  position: relative;
  top: 2px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger > span {
  position: relative;
  left: 3px;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  color: #ccc;
  letter-spacing: 6px;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/* Animation */
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.shining-effect {
  position: relative;
  overflow: hidden;
}
.shining-effect:before {
  content: "";
  opacity: 0.6;
  width: 200%;
  height: 200%;
  background: url(../../assets/img/pattern/shine-light.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: btn_shine 2s infinite;
  animation: btn_shine 2s infinite;
  pointer-events: none;
}
@keyframes btn_shine {
  0% {
    left: -100%;
  }
  50%, to {
    left: 200%;
  }
}

/* Variables */
/* Loading Icon */
.loading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.loading-wrap * {
  -ms-flex: 0 1 auto;
}
.loading-wrap > span {
  font-size: 16px;
  color: #333;
  margin-bottom: 2rem;
}

.loading {
  width: 100px;
  height: 100px;
  margin: 2rem auto;
}
.loading__ring {
  position: absolute;
  width: 100px;
  height: 100px;
}
.loading__ring:first-child {
  transform: skew(30deg, 20deg);
}
.loading__ring:last-child {
  transform: skew(-30deg, -20deg) scale(-1, 1);
}
.loading__ring:last-child svg {
  animation-delay: -0.5s;
}
.loading__ring svg {
  animation: rotate 1s linear infinite;
  fill: rgba(0, 0, 0, 0.2);
}

.cloud-sm {
  background: url();
}

.cloud-pattern-border {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  z-index: 1;
}
.cloud-pattern-border .left,
.cloud-pattern-border .right {
  width: 35vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.cloud-pattern-border .left *,
.cloud-pattern-border .right * {
  -ms-flex: 0 1 auto;
}
.cloud-pattern-border .left {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.cloud-pattern-border .cloud {
  object-fit: contain;
}
.cloud-pattern-border .cloud-3 {
  width: 30%;
}
.cloud-pattern-border .cloud-2 {
  width: 50%;
}
.cloud-pattern-border .cloud-1 {
  width: 100%;
}

.menu_on {
  overflow: hidden;
}
.menu_on header .nav-topBar .menu {
  right: 0;
  pointer-events: auto;
}
.menu_on main {
  -moz-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
.menu_on main::after {
  opacity: 0.6;
  transition-delay: 0.3s;
}

.window-open,
.modal-open {
  overflow: hidden;
}
.window-open header,
.modal-open header {
  top: -78px;
}
.window-open .nav-fixed-left,
.modal-open .nav-fixed-left {
  left: -180px;
}
.window-open .share-socialMedia,
.modal-open .share-socialMedia {
  right: -180px;
}

.char-slide-in .char {
  overflow: hidden;
  color: transparent;
}
.char-slide-in .char:before, .char-slide-in .char:after {
  visibility: visible;
  color: transparent;
  animation-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.char-slide-in .char:before {
  color: #de002c;
  animation-delay: calc(0.02s * (var(--char-index)));
}
.char-slide-in .char:before {
  animation-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.char-slide-in .char:after {
  animation-delay: calc(0.02s * (var(--char-index)));
}
@keyframes text-slide-in {
  0% {
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-90px) skewX(40deg);
  }
  to {
    transform: translateX(0) skewX(0);
  }
}
@keyframes will-change {
  0% {
    will-change: transform;
  }
  100% {
    will-change: auto;
  }
}
.char-slide-in.animated .char:before {
  animation: text-slide-in 1s cubic-bezier(0.9, 0, 0.2, 1) 0s both, will-change 2s linear;
}

.text-slide-in .char {
  animation-delay: calc(0.5s * var(--char-percent));
  opacity: 0.99;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-150%) scaleX(0.5);
  }
}
@keyframes will-change {
  0% {
    will-change: transform;
  }
  100% {
    will-change: auto;
  }
}
.text-slide-in.animated .char {
  animation: slide-in 1.75s cubic-bezier(0, 0.75, 0, 1) 0s both, will-change 2s linear;
}

.basic-slide-card {
  position: relative;
  padding-bottom: 5rem;
}
.basic-slide-card .card {
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  display: block;
  color: #333;
  margin-bottom: 3rem;
}
.basic-slide-card .card .imgCover {
  width: 100%;
  position: relative;
  background: #fff url() 50% 50% no-repeat;
  background-size: 100%;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.basic-slide-card .card .imgCover:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 70%;
}
.basic-slide-card .card .imgCover:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.basic-slide-card .card .imgCover span.more-plus {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: rotate(0) translate(-50%, -50%);
  -webkit-transform: rotate(0) translate(-50%, -50%);
  -o-transform: rotate(0) translate(-50%, -50%);
  -ms-transform: rotate(0) translate(-50%, -50%);
  transform: rotate(0) translate(-50%, -50%);
  transform-origin: 0 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.basic-slide-card .card .imgCover span.more-plus:after, .basic-slide-card .card .imgCover span.more-plus:before {
  content: "";
  display: block;
  background-color: rgba(102, 191, 182, 0.7);
  position: absolute;
}
.basic-slide-card .card .imgCover span.more-plus:after {
  width: 4px;
  height: 100%;
}
.basic-slide-card .card .imgCover span.more-plus:before {
  width: 100%;
  height: 4px;
}
.basic-slide-card .card .imgCover .company-logo {
  position: absolute;
  bottom: -40px;
  right: 2.5rem;
  width: 80px;
  height: 80px;
  border: 1px solid #E6E6E6;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  overflow: hidden;
  z-index: 3;
}
.basic-slide-card .card .imgCover .company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basic-slide-card .card-body {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
}
.basic-slide-card .card-body .line-pattern {
  display: block;
  width: 40px;
  height: 5px;
  background-color: #ccc;
  margin-bottom: 2.5rem;
  position: relative;
}
.basic-slide-card .card-body .line-pattern:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #66BFB6;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.basic-slide-card .card-body h5 {
  font-size: 2rem;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.basic-slide-card .card-body .description {
  font-size: 1.6rem;
  font-weight: 300;
  color: #808080;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.basic-slide-card .card-body .date {
  font-size: 1.6rem;
  color: #808080;
}
.basic-slide-card .card-body .arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-flex-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #ccc;
  font-size: 2rem;
}
.basic-slide-card .card:hover {
  text-decoration: none;
  border: 1px solid #66BFB6;
}
.basic-slide-card .card:hover .imgCover {
  background-size: 105%;
}
.basic-slide-card .card:hover .imgCover:after {
  opacity: 1;
}
.basic-slide-card .card:hover .imgCover span.more-plus {
  -moz-transform: rotate(180deg) translate(-50%, -50%);
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
  -o-transform: rotate(180deg) translate(-50%, -50%);
  -ms-transform: rotate(180deg) translate(-50%, -50%);
  transform: rotate(180deg) translate(-50%, -50%);
  opacity: 1;
}
.basic-slide-card .card:hover .imgCover .company-logo {
  border: 1px solid #66BFB6;
}
.basic-slide-card .card:hover .card-body .line-pattern:before {
  width: 100%;
  opacity: 1;
}
.basic-slide-card .card:hover .card-body .arrow-right {
  color: #66BFB6;
}
.basic-slide-card.overflow-mode > .inner {
  width: 100%;
  padding-left: calc((100vw - 90%) / 2);
}
@media (min-width: 1680px) {
  .basic-slide-card.overflow-mode > .inner {
    padding-left: calc((100vw - 1480px) / 2);
  }
}
.basic-slide-card.with-bg {
  position: relative;
  padding-bottom: 8rem;
}
.basic-slide-card.with-bg:after {
  content: "";
  width: 100vw;
  height: calc(165px + 3rem + 50px + 8rem + 3rem);
  background-color: #66BFB6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.basic-slide-card.with-bg .card {
  border: 1px solid transparent !important;
}

@media (max-width: 992px) {
  .basic-slide-card .card-body {
    padding: 1.5rem;
  }
}
.icon-md {
  font-size: 4.5rem;
}

.icon-lg {
  font-size: 6rem;
}

ol.list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
}
ol.list > li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  margin-bottom: 1.5rem;
}
ol.list > li:before {
  content: "";
  width: 15px;
  height: 15px;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  background-color: #66BFB6;
  display: block;
  position: relative;
  top: 5px;
  margin-right: 1rem;
  flex: 0 0 auto;
}

.tab-basic-line {
  position: relative;
  margin-bottom: 3rem;
}
.tab-basic-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #E6E6E6;
  z-index: -1;
}
.tab-basic-line:before {
  content: "";
  position: absolute;
  width: 50px;
  height: calc(100% - 3px);
  top: 0;
  right: 15px;
  z-index: 2;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  opacity: 0;
  pointer-events: none;
}
.tab-basic-line ol {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: auto;
}
.tab-basic-line ol::-webkit-scrollbar {
  display: none;
}
.tab-basic-line ol li.active a {
  color: #66BFB6;
}
.tab-basic-line ol li.active a:after {
  width: 100%;
  left: 0;
}
.tab-basic-line ol a {
  color: #333;
  display: block;
  font-size: 2rem;
  padding: 1rem 2rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.tab-basic-line ol a:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: inherit;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #66BFB6;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab-basic-line ol a:hover {
  text-decoration: none;
  color: #66BFB6;
}

@media (max-width: 992px) {
  .tab-basic-line:before {
    opacity: 1;
  }

  .tab-basic-line ol {
    padding-right: 30px;
  }
  .tab-basic-line ol a {
    padding: 1rem 1.5rem;
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.contorl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 3rem;
}
.contorl-wrap .swiper-pagination,
.contorl-wrap .swiper-button-next,
.contorl-wrap .swiper-button-prev {
  position: static;
}
.contorl-wrap .swiper-pagination:focus, .contorl-wrap .swiper-pagination:active,
.contorl-wrap .swiper-button-next:focus,
.contorl-wrap .swiper-button-next:active,
.contorl-wrap .swiper-button-prev:focus,
.contorl-wrap .swiper-button-prev:active {
  outline: none;
  box-shadow: none;
  border: none;
}
.contorl-wrap .swiper-pagination {
  position: static;
}
.contorl-wrap .swiper-pagination-bullet-active {
  width: 100px;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #66BFB6;
}
.contorl-wrap .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.contorl-wrap .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 1rem;
}
.contorl-wrap .arrow-control {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contorl-wrap .arrow-control .swiper-button-next,
.contorl-wrap .arrow-control .swiper-button-prev {
  position: static;
  margin: 0;
  background-color: #66BFB6;
  border: 1px solid #66BFB6;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.contorl-wrap .arrow-control .swiper-button-next:after,
.contorl-wrap .arrow-control .swiper-button-prev:after {
  font-size: 3.5rem;
}
.contorl-wrap .arrow-control .swiper-button-next:hover,
.contorl-wrap .arrow-control .swiper-button-prev:hover {
  background-color: #8acec7;
}
.contorl-wrap .arrow-control .swiper-button-next {
  margin-left: 0.5rem;
}
.contorl-wrap .arrow-control .swiper-button-next.swiper-button-disabled,
.contorl-wrap .arrow-control .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #ddd;
}
.contorl-wrap .arrow-control .swiper-button-prev:after,
.contorl-wrap .arrow-control .swiper-container-rtl .swiper-button-next:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
}
.contorl-wrap .arrow-control .swiper-button-next:after,
.contorl-wrap .arrow-control .swiper-container-rtl .swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
}

.with-bg .swiper-pagination-bullet-active {
  background-color: #fff;
}
.with-bg .swiper-pagination-bullet {
  background-color: #fff;
}
.with-bg .arrow-control .swiper-button-next,
.with-bg .arrow-control .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #66BFB6;
}
.with-bg .arrow-control .swiper-button-next.swiper-button-disabled,
.with-bg .arrow-control .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #ddd;
}

@media (max-width: 767px) {
  .contorl-wrap .arrow-control .swiper-button-next,
.contorl-wrap .arrow-control .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .contorl-wrap .arrow-control .swiper-button-next:after,
.contorl-wrap .arrow-control .swiper-button-prev:after {
    font-size: 3rem;
  }
}
.input-container {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.input-container .feedback {
  color: #de002c;
  font-size: 12px;
  padding: 4px 0;
  opacity: 0;
  pointer-events: none;
}
.input-container input {
  height: 40px;
}
.input-container input,
.input-container textarea {
  width: 100%;
  border: 1px solid #CBCBCB;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  box-shadow: none;
  -webkit-appearance: none;
}
.input-container input.is-invalid,
.input-container textarea.is-invalid {
  border-color: #de002c;
}
.input-container input.is-invalid + label + .feedback,
.input-container textarea.is-invalid + label + .feedback {
  opacity: 1;
}
.input-container input:focus,
.input-container textarea:focus {
  border-color: #07877a;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(7, 135, 122, 0.25);
}
.input-container input:focus + label,
.input-container textarea:focus + label {
  top: -14px;
  left: 0.5rem;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  font-weight: 400;
}
.input-container input:valid + label,
.input-container textarea:valid + label {
  top: -14px;
  left: 0.5rem;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  font-weight: 400;
  color: #07877a;
}
.input-container > label {
  position: absolute;
  top: 9px;
  left: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0.8rem;
  margin-bottom: 0;
  color: #999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  pointer-events: none;
  white-space: nowrap;
}

.custom_select-wrapper.select-pink .arrow {
  color: #D70F64;
}
.custom_select-wrapper.select-pink .custom_select__trigger {
  border: 2px solid #D70F64;
}
.custom_select-wrapper.select-pink .custom_options {
  border: 2px solid #D70F64;
  /* Track */
  /* Handle */
}
.custom_select-wrapper.select-pink .custom_options::-webkit-scrollbar-track {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.custom_select-wrapper.select-pink .custom_options::-webkit-scrollbar-thumb {
  background: #d70f64;
}
.custom_select-wrapper.select-pink .custom_options::-webkit-scrollbar-thumb:window-inactive {
  background: #d70f64;
}
.custom_select-wrapper.select-pink .custom_option.selected {
  background-color: #D70F64;
}

.custom_select-wrapper.select-silver .arrow {
  color: #8AA7B3;
}
.custom_select-wrapper.select-silver .custom_select__trigger {
  border: 2px solid #8AA7B3;
}
.custom_select-wrapper.select-silver .custom_options {
  border: 2px solid #8AA7B3;
  /* Track */
  /* Handle */
}
.custom_select-wrapper.select-silver .custom_options::-webkit-scrollbar-track {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.custom_select-wrapper.select-silver .custom_options::-webkit-scrollbar-thumb {
  background: #8aa7b3;
}
.custom_select-wrapper.select-silver .custom_options::-webkit-scrollbar-thumb:window-inactive {
  background: #8aa7b3;
}
.custom_select-wrapper.select-silver .custom_option.selected {
  background-color: #8AA7B3;
}

.custom_select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}
.custom_select-wrapper .arrow {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform-origin: 50% 50%;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.custom_select-wrapper .open .arrow {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom_select {
  display: flex;
  flex-direction: column;
}
.custom_select.open .custom_options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom_select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  font-size: 1.8rem;
  color: #333;
  height: 45px;
  line-height: 45px;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  background: #ffffff;
  cursor: pointer;
  word-break: keep-all;
}
.custom_options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Track */
  /* Handle */
}
.custom_options::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0);
}
.custom_options::-webkit-scrollbar-track {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.custom_options::-webkit-scrollbar-thumb {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.custom_option {
  position: relative;
  display: block;
  padding: 0.6rem 2.5rem;
  font-size: 1.8rem;
  color: #333;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom_option:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
.custom_option.selected {
  color: #ffffff;
}
.custom_option.disabled_option {
  pointer-events: none;
  color: #ddd !important;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .custom_select .select-fade {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    opacity: 0;
  }
  .custom_select.open .select-fade {
    opacity: 1;
    pointer-events: auto;
  }
  .custom_options {
    position: fixed;
    width: 320px;
    max-height: calc(var(--vh, 1vh) * 60);
    z-index: 1000;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
  }
}

@media (min-width: 992px) {
  .custom_select__trigger {
    border: 1px solid #D70F64;
  }

  .custom_options {
    border: 1px solid #ccc;
    top: calc(100% + .5rem);
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0.25);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0.25);
    box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0.25);
    border: 1px solid #D70F64;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .custom_options * {
    -ms-flex: 0 1 auto;
  }
  .custom_options::-webkit-scrollbar {
    display: none;
  }

  .custom_option {
    line-height: normal;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .custom_option:first-child {
    -ms-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .custom_option:last-child {
    -ms-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  .custom_option + .custom_option {
    border-top: 1px solid #eee;
  }
}
.radio-container-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.radio-container-inline + .radio-container-inline {
  margin-left: 1rem;
}

.radio-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.radio-container-inline input[type=radio],
.radio-container input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio-container-inline input[type=radio] + .radio-label,
.radio-container input[type=radio] + .radio-label {
  font-size: 1.6rem;
  color: #333;
}
.radio-container-inline input[type=radio] + .radio-label:before,
.radio-container input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #E6E6E6;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  margin-right: 0.6rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio-container-inline input[type=radio]:checked + .radio-label:before,
.radio-container input[type=radio]:checked + .radio-label:before {
  background-color: #07877a;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio-container-inline input[type=radio]:focus + .radio-label:before,
.radio-container input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #07877a;
}
.radio-container-inline input[type=radio]:disabled + .radio-label:before,
.radio-container input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio-container-inline input[type=radio] + .radio-label:empty:before,
.radio-container input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.custom-control-label::before {
  top: 0;
}

.custom-switch .custom-control-label::after {
  top: 2px;
}

.custom-switch.custom-switch-sm .custom-control-label {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.custom-switch.custom-switch-sm .custom-control-label::before {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}
.custom-switch.custom-switch-sm .custom-control-label::after {
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: calc(1rem - (1rem / 2));
}
.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(1rem - 0.25rem));
}

.custom-switch.custom-switch-md .custom-control-label {
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}
.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}
.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: calc(2rem - (1.5rem / 2));
}
.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(1.5rem - 0.25rem));
}

.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}
.custom-switch.custom-switch-lg .custom-control-label::before {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}
.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: calc(3rem - (2rem / 2));
}
.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(2rem - 0.25rem));
}

.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 4rem;
  padding-bottom: 2.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::before {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::after {
  width: calc(2.5rem - 4px);
  height: calc(2.5rem - 4px);
  border-radius: calc(4rem - (2.5rem / 2));
}
.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(2.5rem - 0.25rem));
}

.checkbox-container {
  --background: #fff;
  --border: #ddd;
  --border-hover: #BBC1E1;
  --border-active: #000;
  --tick: #fff;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.checkbox-container input,
.checkbox-container svg {
  width: 21px;
  height: 21px;
  display: block;
  flex: 0 0 auto;
}

.checkbox-container span {
  font-size: 1.6rem;
  position: relative;
  top: -1px;
  margin-left: 0.6rem;
  color: #333;
}

.checkbox-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: var(--background);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}

.checkbox-container input:hover {
  --s: 2px;
  --b: var(--border-hover) ;
}

.checkbox-container input:checked {
  --b: var(--border-active) ;
}

.checkbox-container svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  transform: scale(var(--scale, 1)) translateZ(0);
}

.checkbox-container.path input:checked {
  --s: 2px;
  transition-delay: 0.4s;
}

.checkbox-container.path input:checked + svg {
  --a: 16.1 86.12;
  --o: 102.22 ;
}

.checkbox-container.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

.checkbox-container.bounce {
  --stroke: var(--tick) ;
}

.checkbox-container.bounce input:checked {
  --s: 11px ;
}

.checkbox-container.bounce input:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}

.checkbox-container.bounce svg {
  --scale: 0 ;
}

@keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.tooltip-box.tooltip-box-md {
  width: auto;
  max-width: 300px;
}

.tooltip-inner {
  max-width: inherit;
  padding: 1rem;
  color: #fff;
  text-align: center;
  background-color: #1f4d5d;
  border-radius: 10px;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #1F4D5D;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #1F4D5D;
}

.modal-backdrop {
  background: #000;
}
.modal-backdrop.show {
  opacity: 0.8;
}

.modal .modal-content {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.modal .modal-body {
  padding: 3rem;
}
.modal ol {
  padding-left: 30px;
}
.modal ol li {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin-top: 8rem;
  }
}
@media (min-width: 992px) {
  .modal .close {
    position: absolute;
    top: -30px;
    right: -30px;
    padding: 0.5rem;
    font-size: 2rem;
    background-color: #fff;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    cursor: pointer;
    opacity: 1;
    z-index: 10;
  }
}
*,
*:active,
*:focus,
*:hover,
*:link,
*:visited {
  -o-transition: background-color 0.2s linear, border-color 0.1s linear;
  -webkit-transition: background-color 0.2s linear, border-color 0.1s linear;
  -moz-transition: background-color 0.2s linear, border-color 0.1s linear;
  transition: background-color 0.2s linear, border-color 0.1s linear;
}

/* ------- 標頭設計(字級,字距,顏色) ------- */
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }

  .border-xl-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-xl-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-xl-0 {
    border: none !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }

  .border-lg-0 {
    border: none !important;
  }

  .border-lg-bottom-0 {
    border-bottom: none !important;
  }

  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-lg-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
@media (max-width: 992px) {
  .border-md {
    border: 1px solid #dee2e6 !important;
  }

  .border-md-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-md-0 {
    border: none !important;
  }
}
@media (max-width: 575px) {
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }

  .border-sm-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-sm-0 {
    border: none !important;
  }
}
.border-gray {
  border-color: #757575 !important;
}

.rounded-10 {
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rounded-15 {
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.line-hight-fit {
  line-height: 1 !important;
}

/* Shadow 0dp */
.shadow-0 {
  box-shadow: none !important;
}

/* Shadow 1dp */
.shadow-1 {
  box-shadow: 0 1px 1px 0 rgba(113, 130, 255, 0.14), 0 2px 1px -1px rgba(113, 130, 255, 0.12), 0 1px 3px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 2dp */
.shadow-2 {
  box-shadow: 0 2px 2px 0 rgba(113, 130, 255, 0.14), 0 3px 1px -2px rgba(113, 130, 255, 0.12), 0 1px 5px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 3dp */
.shadow-3 {
  box-shadow: 0 3px 4px 0 rgba(113, 130, 255, 0.14), 0 3px 3px -2px rgba(113, 130, 255, 0.12), 0 1px 8px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 4dp */
.shadow-4 {
  box-shadow: 0 4px 5px 0 rgba(113, 130, 255, 0.14), 0 1px 10px 0 rgba(113, 130, 255, 0.12), 0 2px 4px -1px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 6dp */
.shadow-6 {
  box-shadow: 0 6px 10px 0 rgba(113, 130, 255, 0.14), 0 1px 18px 0 rgba(113, 130, 255, 0.12), 0 3px 5px -1px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 8dp */
.shadow-8 {
  box-shadow: 0 8px 10px 1px rgba(113, 130, 255, 0.14), 0 3px 14px 2px rgba(113, 130, 255, 0.12), 0 5px 5px -3px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 9dp */
.shadow-9 {
  box-shadow: 0 9px 12px 1px rgba(113, 130, 255, 0.14), 0 3px 16px 2px rgba(113, 130, 255, 0.12), 0 5px 6px -3px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 12dp */
.shadow-12 {
  box-shadow: 0 12px 17px 2px rgba(113, 130, 255, 0.14), 0 5px 22px 4px rgba(113, 130, 255, 0.12), 0 7px 8px -4px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 16dp */
.shadow-16 {
  box-shadow: 0 16px 24px 2px rgba(113, 130, 255, 0.14), 0 6px 30px 5px rgba(113, 130, 255, 0.12), 0 8px 10px -5px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 24dp */
.shadow-24 {
  box-shadow: 0 24px 38px 3px rgba(113, 130, 255, 0.14), 0 9px 46px 8px rgba(113, 130, 255, 0.12), 0 11px 15px -7px rgba(113, 130, 255, 0.2) !important;
}

.shadow-hover-effect-1 {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0), 0 3px 6px rgba(113, 130, 255, 0);
}
.shadow-hover-effect-1:hover {
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0.04), 0 3px 6px rgba(113, 130, 255, 0.04);
}

.shadow-hover-effect-2 {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0), 0 3px 6px rgba(113, 130, 255, 0);
}
.shadow-hover-effect-2:hover {
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0.04), 0 3px 6px rgba(113, 130, 255, 0.04);
}

@media (min-width: 991px) {
  .shadow-lg-0 {
    box-shadow: none !important;
  }

  .shadow-lg-block {
    box-shadow: 0 0.125rem 0.25rem rgba(113, 130, 255, 0.075) !important;
  }
}
.img-cover {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.img-contain {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.img-user-word {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #fff;
  line-height: 1;
}

img.lazy-image {
  opacity: 0.1;
  will-change: opacity;
  transition: all 0.3s;
  background-color: #333;
}

img.lazy-image.loaded {
  opacity: 1;
}

.img-6-5,
.img-4-3,
.img-3-2,
.img-3-1,
.img-1-1,
.img-1-2,
.img-2-1,
.img-16-9 {
  width: 100%;
  position: relative;
  background: url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.img-6-5:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 80%;
}

.img-4-3:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 70%;
}

.img-3-2:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 66.6666667%;
}

.img-3-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 33.3333333%;
}

.img-1-2:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 120%;
}

.img-2-3:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 150%;
}

.img-1-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 100%;
}

.img-2-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 50%;
}

.img-16-9:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 56.25%;
}

#preview {
  position: absolute;
  border: 1px solid #979797;
  background: #979797;
  padding: 1px;
  display: none;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  max-width: 350px;
}
#preview img {
  width: 100%;
}

.--img-card .img-wrap {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.--img-card .img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.--img-card .img-wrap:after, .--img-card .img-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.--img-card .img-wrap:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.5;
}
.--img-card .img-wrap:before {
  background: -moz-linear-gradient(top, rgba(154, 0, 33, 0) 0%, #9a0021 100%);
  background: -webkit-linear-gradient(top, rgba(154, 0, 33, 0) 0%, #9a0021 100%);
  background: linear-gradient(to bottom, rgba(154, 0, 33, 0) 0%, #9a0021 100%);
  opacity: 0;
}
.--img-card:hover {
  text-decoration: none;
}
.--img-card:hover .img-wrap {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
  -ms-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
  box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
}
.--img-card:hover .img-wrap:after {
  opacity: 0;
}
.--img-card:hover .img-wrap:before {
  opacity: 1;
}
.--img-card:hover .img-wrap img {
  width: 120%;
  height: 120%;
  transition-delay: 0.2s;
}

.--type .type {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0 -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
}
.--type .type li {
  text-transform: uppercase;
  color: #999999;
  font-size: 1.6rem;
  padding: 0 1rem;
}
.--type .type li + li {
  border-left: 1px solid #999999;
}

@media (min-width: 768px) {
  .bg-md-white {
    background-color: #fff !important;
  }
}
@media (min-width: 992px) {
  .bg-lg-light {
    background-color: #f7f7f7 !important;
  }

  .bg-lg-white {
    background-color: #fff !important;
  }

  .bg-lg-transparent {
    background-color: transparent !important;
  }

  .bg-lg-misty-grey {
    background-color: #f2f2f2 !important;
  }
}
@media (min-width: 1200px) {
  .bg-xl-light {
    background-color: #f7f7f7 !important;
  }

  .bg-xl-transparent {
    background-color: transparent !important;
  }
}
@media (max-width: 992px) {
  .alert-xs-transparent {
    background-color: transparent !important;
  }
}
.bg-none {
  background: none;
}

.bg-FB {
  background-color: #3b5998;
}

.bg-line {
  background-color: #00c200;
}

.bg-twitter {
  background-color: #76a9ea;
}

.bg-gray {
  background-color: #ccc;
}

.bg-silver {
  background-color: #D4DFE6;
}

.bg-sea {
  background-color: #edf9f7;
}

.scrollBar-theme {
  overflow-y: auto;
  /* Track */
  /* Handle */
}
.scrollBar-theme::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0);
}
.scrollBar-theme::-webkit-scrollbar-track {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.scrollBar-theme::-webkit-scrollbar-thumb {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(85, 85, 85, 0.6);
}
.scrollBar-theme::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(85, 85, 85, 0.6);
}

@media (max-width: 992px) {
  .overflow-xs-hidden {
    overflow: hidden;
  }
}
.editor-content {
  position: relative;
  z-index: 1;
}
.editor-content a {
  color: #66BFB6;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.editor-content h1 {
  position: relative;
  padding: 0.5rem 0;
  font-size: 3.8rem;
  font-weight: 600;
  color: #66BFB6;
  margin-bottom: 2.5rem;
}
.editor-content h1:after, .editor-content h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  display: block;
}
.editor-content h1:before {
  background-color: #f2f2f2;
  width: 100%;
}
.editor-content h1:after {
  background-color: #66BFB6;
  width: 50%;
}
.editor-content h2 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #333;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.editor-content h2:before, .editor-content h2:after {
  content: "";
  position: absolute;
  width: 4px;
  left: 0;
}
.editor-content h2:before {
  height: 28px;
  background-color: #66BFB6;
  top: 12px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.editor-content h2:after {
  height: 10px;
  background-color: #1F4D5D;
  top: 21px;
}
.editor-content h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #333;
  margin: 0.5rem 0 1rem;
  position: relative;
}
.editor-content h3:before {
  content: "▸";
  font-size: 3.2rem;
  display: inline-block;
  color: #D4DFE6;
  position: relative;
  top: -1px;
  left: -5px;
}
.editor-content h4 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #333;
  margin: 0.5rem 0 1rem;
  position: relative;
  display: inline-block;
}
.editor-content h4:before, .editor-content h4:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #66BFB6;
  position: absolute;
  top: 7px;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.editor-content h4:before {
  right: -10px;
}
.editor-content h4:after {
  right: -15px;
}
.editor-content h5 {
  font-size: 2rem;
  font-weight: 600;
  color: #66BFB6;
  margin: 0.5rem 0 1rem;
}
.editor-content h6 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin: 0.5rem 0 1rem;
}
.editor-content p {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 2px;
  color: #333;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.editor-content img {
  object-fit: contain;
  width: 100% !important;
  height: auto !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.editor-content .card-container {
  position: relative;
  z-index: 2;
  padding: 1.5rem 2rem !important;
  background: none !important;
  margin: 2rem 0 3rem;
  display: block;
  border: 1px solid transparent !important;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  -ms-transform: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.editor-content .card-container:before, .editor-content .card-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.editor-content .card-container:after {
  left: 0;
  top: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
}
.editor-content .card-container:before {
  left: 6px;
  top: 6px;
  background-color: #D4DFE6;
}
.editor-content table {
  width: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid #000;
}
.editor-content table th {
  background-color: #1F4D5D;
  color: #fff;
}
.editor-content table th + th {
  border-left: 1px solid #fff;
}
.editor-content table td {
  background-color: #f2f2f2;
  color: #1F4D5D;
}
.editor-content table td + td {
  border-left: 1px solid #fff;
}
.editor-content table th,
.editor-content table td {
  text-align: center;
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #fff;
  word-break: break-all;
}
.editor-content table p,
.editor-content table h1,
.editor-content table h2,
.editor-content table h3,
.editor-content table h4,
.editor-content table h5,
.editor-content table h6 {
  margin-bottom: 0;
}
.editor-content ul,
.editor-content ol {
  margin: 0.5rem 0 2.5rem !important;
  padding-left: 0.5rem;
}
.editor-content ul > li,
.editor-content ol > li {
  list-style: none;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 2px;
  color: #333;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.editor-content ul > li {
  padding-left: 2rem;
}
.editor-content ul > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  -ms-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  display: block;
  background-color: #66BFB6;
}
.editor-content ol li {
  counter-increment: li;
  padding-left: 0;
}
.editor-content ol li:before {
  content: counter(li);
  color: #66BFB6;
  display: inline-block;
  width: 10px;
  margin-right: 1rem;
  text-align: right;
  direction: rtl;
  font-weight: 500;
}

@-moz-document url-prefix() {}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .search-site-container .input-group .autocomplete-out > ul,
.custom_options {
      /*Scroll bar nav*/
      /* Track */
      /* Handle */
    }
    .search-site-container .input-group .autocomplete-out > ul::-webkit-scrollbar,
.custom_options::-webkit-scrollbar {
      width: auto;
    }
    .search-site-container .input-group .autocomplete-out > ul::-webkit-scrollbar-track,
.custom_options::-webkit-scrollbar-track {
      -webkit-box-shadow: auto;
      -webkit-border-radius: auto;
      border-radius: auto;
      background: auto;
    }
    .search-site-container .input-group .autocomplete-out > ul::-webkit-scrollbar-thumb,
.custom_options::-webkit-scrollbar-thumb {
      -webkit-border-radius: auto;
      border-radius: auto;
      background: auto;
      -webkit-box-shadow: auto;
    }
    .search-site-container .input-group .autocomplete-out > ul::-webkit-scrollbar-thumb:window-inactive,
.custom_options::-webkit-scrollbar-thumb:window-inactive {
      background: auto;
    }
  }
}
