@charset "UTF-8";
@font-face {
  font-family: "VarelaRound-Regular";
  src: url("./font/VarelaRound-Regular.eot");
  src: url("./font/VarelaRound-Regular.eot?#iefix") format("embedded-opentype"), url("./font/VarelaRound-Regular.woff") format("woff"), url("./font/VarelaRound-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OleoScript";
  src: url("./font/OleoScript-Regular.eot");
  src: url("./font/OleoScript-Regular.eot?#iefix") format("embedded-opentype"), url("./font/OleoScript-Regular.woff") format("woff"), url("./font/OleoScript-Regular.ttf") format("truetype");
  font-weight: 400;
}
@keyframes scrollFall {
  0% {
    transform: translate(-2px, -2px) rotate(45deg);
  }
  50% {
    transform: translate(2px, 2px) rotate(45deg);
  }
  100% {
    transform: translate(-2px, -2px) rotate(45deg);
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.6;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.lottie {
  position: absolute;
  z-index: 0;
}
@media (max-width: 991px) {
  .lottie {
    display: none;
  }
}
.lottie.lottie-bulb {
  left: -156px;
  bottom: -18px;
  width: 152px;
  z-index: 1;
}
.lottie.lottie-bulb-calendar {
  right: -156px;
  top: 20px;
  width: 122px;
  z-index: 1;
}
.lottie.lottie-fly {
  /*left: -150px;
  top: -28px;*/
  right: -166px;
  top: -72px;
  width: 288px;
  transform: scaleX(-1);
}
.lottie.lottie-swing {
  left: -160px;
  top: -80px;
  width: 440px;
}
.lottie.lottie-swing-job {
  right: -72px;
  top: 116px;
  width: 360px;
  z-index: -1;
}
.lottie.lottie-swing-job2 {
  width: 400px;
  right: -368px;
  top: 0;
  z-index: 1;
}
.lottie.lottie-footer {
  width: 100%;
  right: 0;
  top: -34%;
  z-index: -1;
}
.lottie.lottie-jump {
  position: relative;
  width: 455px;
  max-width: 100%;
  right: -68px;
  padding-top: 60px;
  z-index: -1;
}
.lottie.lottie-polygons {
  width: 220px;
  left: -240px;
  top: 320px;
  transform: rotate(45deg);
}
.lottie.lottie-polygons2 {
  right: -174px;
  top: 190px;
  width: 146px;
  z-index: -1;
  transform: rotate(90deg);
  transform-origin: top;
}
.lottie.lottie-polygons-home {
  width: 120px;
  left: -119px;
  top: 0;
  transform: scale(-1.25, 1.25) rotate(67deg);
}
.lottie.lottie-polygons-home2 {
  width: 220px;
  right: -200px;
  top: 160px;
  transform: rotate(45deg);
}

body {
  position: relative;
  font-weight: 400;
  line-height: 130%;
  font-family: "Roboto", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 100%;
  color: #000;
  background-color: #fff;
  padding-top: 94px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  body {
    padding-top: 88px;
  }
}
body.search-enable {
  padding-top: 155px;
}
body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

b {
  font-weight: bold;
}

input {
  box-shadow: none;
  border: 0;
  color: #373737;
  background-color: transparent;
  font-size: 1em;
}

button {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 0;
  background-color: transparent;
  padding: 0;
}
button:hover {
  opacity: 0.8;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sm-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-up-only {
    display: none !important;
  }
}

.main {
  overflow: hidden;
  position: relative;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1520px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0 28px;
  }
}

.container-1300 {
  max-width: 1300px;
  margin: 0 auto;
}

.profile-container {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.profile-container .col-index {
  width: 25%;
}
@media (min-width: 992px) {
  .profile-container .col-index {
    min-height: 1350px;
  }
}
.profile-container .col-content {
  position: relative;
  width: 75%;
  padding-left: 35px;
}
.profile-container .col-content .wrapper {
  background-color: #fafafa;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.profile-container .col-content .intro {
  padding: 30px 40px;
}
.profile-container .col-content h2:not(.panel-header) {
  font-size: 1.875em;
  line-height: 116.6%;
  font-weight: 700;
  letter-spacing: 0.12px;
  margin-bottom: 4px;
}
.profile-container .col-content .progress {
  color: #666666;
}

.icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.icon.search {
  width: 19px;
  height: 19px;
  background-image: url("../img/icon/search.svg");
}
.icon.lang {
  width: 19px;
  height: 19px;
  background-image: url("../img/icon/lang.svg");
}
.icon.star {
  background-image: url("../img/calendar/icon-star.svg");
}
.icon.physical {
  background-image: url("../img/calendar/icon-physical.svg");
}
.icon.virtual {
  background-image: url("../img/calendar/icon-virtual.svg");
}
.icon.green {
  background-image: url("../img/calendar/icon-green.svg");
}
.icon.books {
  background-image: url("../img/calendar/icon-books.svg");
}
.icon.bag {
  background-image: url("../img/calendar/icon-bag.svg");
}
.icon.cal {
  background-image: url("../img/calendar/icon-calendar.svg");
}
.icon.color {
  background-image: url("../img/calendar/icon-color.svg");
}
.icon.pencil {
  background-image: url("../img/calendar/icon-pencil.svg");
}
.icon.magnifier {
  background-image: url("../img/calendar/icon-magnifier.svg");
}
.icon.lamp {
  background-image: url("../img/calendar/icon-lamp.svg");
}
.icon.ruler {
  background-image: url("../img/calendar/icon-ruler.svg");
}
.icon.note {
  background-image: url("../img/calendar/icon-notes.svg");
}
.icon.pen {
  background-image: url("../img/icon/pen.svg");
}
.icon.luggage {
  background-image: url("../img/icon/luggage.svg");
}
.icon.luggage-p {
  background-image: url("../img/icon/luggage-purple.svg");
}
.icon.degree {
  background-image: url("../img/icon/degree.svg");
}
.icon.user {
  background-image: url("../img/icon/user.svg");
}
.icon.password {
  background-image: url("../img/icon/password.svg");
}
.icon.mail {
  background-image: url("../img/icon/mail.svg");
}
.icon.enlarge {
  background-image: url("../img/icon/enlarge.svg");
}
.icon.bell {
  background-image: url("../img/icon/notification.svg");
}
.icon.skill {
  background-image: url("../img/icon/skill.svg");
}
.icon.thumbup {
  background-image: url("../img/icon/icon-thumbup.svg");
}
.icon.back {
  background-image: url("../img/icon/icon-back.svg");
}
.icon.file {
  background-image: url("../img/icon/file.svg");
}
.icon.file-p {
  background-image: url("../img/icon/file-purple.svg");
}
.icon.alarm {
  background-image: url("../img/icon/alarm.svg");
}
.icon.alarm-p {
  background-image: url("../img/icon/alarm-purple.svg");
}
.icon.contact-location {
  background-image: url("../img/icon/contact-us/location.svg");
}
.icon.contact-clock {
  background-image: url("../img/icon/contact-us/clock.svg");
}
.icon.contact-phone {
  background-image: url("../img/icon/contact-us/phone.svg");
}
.icon.contact-fax {
  background-image: url("../img/icon/contact-us/fax.svg");
}
.icon.contact-mail {
  background-image: url("../img/icon/contact-us/mail.svg");
}

.bg-grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-grid .container {
  position: relative;
  height: 100%;
}
.bg-grid .grid-line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f0f0f0;
}
.bg-grid .grid-line:nth-child(1) {
  left: 10%;
}
.bg-grid .grid-line:nth-child(5) {
  left: 90%;
}
.bg-grid .grid-line:nth-child(2) {
  left: 30%;
}
.bg-grid .grid-line:nth-child(3) {
  left: 50%;
}
.bg-grid .grid-line:nth-child(4) {
  left: 70%;
}

.swiper-container {
  z-index: 0;
}

.swiper-button-next,
.swiper-button-prev {
  transition: all 0.2s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

.swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet {
  background: #4a45af;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 0;
}

.select2-dropdown {
  border: 0;
}

.select2-results {
  border-top: 1px solid #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #455daf;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff;
}

.illustration {
  position: absolute;
  z-index: 0;
}
.illustration img {
  width: 100%;
}

.loading {
  width: 100%;
  text-align: center;
  min-height: 400px;
}
@media (min-width: 992px) {
  .loading {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .loading {
    min-height: 200px;
    padding-bottom: 30px;
  }
}
.loading img {
  width: 100px;
}
@media (max-width: 991px) {
  .loading img {
    width: 60px;
  }
}

.breadcrumb {
  background-color: #f1f2f4;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .pagename {
  font-size: 1.125em;
  line-height: 116.6%;
  padding-bottom: 5px;
}
.breadcrumb .route {
  color: #666666;
  font-size: 0.8125em;
  line-height: 115.3%;
}
.breadcrumb .route ul {
  display: flex;
  align-items: center;
}
.breadcrumb .route ul li {
  display: inline-block;
}
.breadcrumb .route ul li:not(:last-child):after {
  content: ">";
  margin: 0 6px;
  display: inline-block;
}
.breadcrumb .route ul li.home {
  display: inline-flex;
  align-items: center;
}

.page-heading {
  font-size: 0.875em;
  line-height: 1.14;
  font-weight: 575;
  background-color: #f1f2f4;
  padding: 20px 0;
}

.calendar-nav {
  font-size: 2.5em;
  line-height: 130%;
  font-family: "Roboto", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 575;
  color: #031e42;
  display: flex;
  align-items: center;
}
.calendar-nav .icon {
  width: 12px;
  height: 20px;
}
@media (max-width: 991px) {
  .calendar-nav a {
    position: relative;
    top: 1px;
  }
}
.calendar-nav .prev {
  background-image: url("../img/icon/prev.svg");
}
.calendar-nav .next {
  background-image: url("../img/icon/prev.svg");
  transform: scaleX(-1);
}
.calendar-nav .month {
  margin-left: 30px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .calendar-nav .month {
    margin-right: 6px;
  }
}
.calendar-nav .year {
  margin-right: 30px;
}

.btn-search-y {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #fde659;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  background-image: url("../img/icon/search-p.svg");
}
@media (max-width: 991px) {
  .btn-search-y {
    background-color: transparent;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 18px;
    height: 18px;
  }
}

.keyword-list {
  font-size: 0.75em;
  line-height: 116.6%;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}
.keyword-list > span {
  position: relative;
  display: inline-block;
  padding: 8px 28px 8px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.keyword-list > span:after {
  content: "";
  width: 7px;
  height: 9px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}
.keyword-list > span.clear {
  color: #1b8191;
  line-height: 116.6%;
  font-weight: 575;
}
.keyword-list > span.clear:after {
  display: none;
}

.bg-deco {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.bg-deco img {
  width: 100%;
  display: block;
}

@media (max-width: 991px) {
  .btn-more {
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.27);
    border-radius: 19px;
    color: #fff;
    background-color: #4a45af;
    font-size: 1.125em;
    line-height: 166.6%;
    padding: 5px 18px;
  }
}

.btn-container button,
.btn-container a.link-button {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.27);
  border-radius: 19px;
  color: #fff;
  background-color: #4a45af;
  font-size: 1.125em;
  line-height: 1.16;
  padding: 9px 19px;
}
.btn-container button.sty-w,
.btn-container a.link-button.sty-w {
  background-color: #fff;
  color: #4a45af;
  border: 1px solid #e1e1e1;
}
.btn-container button.sty-g,
.btn-container a.link-button.sty-g {
  background-color: #008080;
  color: #fff;
  border: 1px solid #008080;
}
.btn-container .btn-hollow {
  border-color: #4a45af;
  color: #4a45af;
}
.btn-container .btn-solid {
  background-color: #4a45af;
}
.btn-container .btn-blue {
  background-color: #455daf;
  color: #fff;
}

.com-index {
  line-height: 118.7%;
  position: relative;
  border-radius: 4px;
  border-bottom: 1px solid #e1e1e1;
}
.com-index.active {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-bottom: 0;
  font-weight: 700;
}
.com-index .wrap {
  display: flex;
  padding: 20px;
  align-items: center;
}
.com-index .icon-sprite {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-index .sprite {
  background-image: url("../img/icon/icon-sprite.png");
}
.com-index .sprite[data-icon=bag] {
  width: 22px;
  height: 20px;
  background-position: -688px -10px;
}
.com-index .sprite[data-icon=board] {
  width: 18px;
  height: 22px;
  background-position: -118px -10px;
}
.com-index .sprite[data-icon=book] {
  width: 18px;
  height: 22px;
  background-position: -156px -10px;
}
.com-index .sprite[data-icon=document] {
  width: 18px;
  height: 22px;
  background-position: -194px -10px;
}
.com-index .sprite[data-icon=flag] {
  width: 18px;
  height: 22px;
  background-position: -232px -10px;
}
.com-index .sprite[data-icon=other] {
  width: 16px;
  height: 21px;
  background-position: -10px -10px;
}
.com-index .sprite[data-icon=skill] {
  width: 24px;
  height: 20px;
  background-position: -814px -10px;
}
.com-index .sprite[data-icon=user] {
  width: 18px;
  height: 20px;
  background-position: -270px -10px;
}
.com-index .sprite[data-icon=board-b] {
  width: 18px;
  height: 22px;
  background-position: -498px -10px;
}
.com-index .sprite[data-icon=book-b] {
  width: 18px;
  height: 22px;
  background-position: -536px -10px;
}
.com-index .sprite[data-icon=document-b] {
  width: 18px;
  height: 22px;
  background-position: -574px -10px;
}
.com-index .sprite[data-icon=flag-b] {
  width: 18px;
  height: 22px;
  background-position: -612px -10px;
}
.com-index .sprite[data-icon=other-b] {
  width: 16px;
  height: 21px;
  background-position: -82px -10px;
}
.com-index .sprite[data-icon=skill-b] {
  width: 24px;
  height: 20px;
  background-position: -902px -10px;
}
.com-index .sprite[data-icon=user-b] {
  width: 18px;
  height: 20px;
  background-position: -650px -10px;
}
.com-index .txt {
  width: calc(100% - 24px - 23px);
  padding-left: 12px;
  padding-right: 5px;
}
.com-index .icon {
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: rgba(55, 55, 55, 0.7);
}
.com-index .icon.check:after, .com-index .icon.checked:after {
  content: "";
  width: 7px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  position: absolute;
  left: 8px;
  top: 3px;
  transform: rotate(45deg);
}

.group-checkbox {
  position: relative;
}
.group-checkbox .form-selected {
  background-color: #fff;
  border-radius: 3px;
  line-height: 118.7%;
  padding: 11px 30px 11px 20px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .group-checkbox .form-selected {
    padding-left: 10px;
  }
}
.group-checkbox .form-selected.active ~ .dropdown-list {
  outline: -webkit-focus-ring-color auto 1px;
}
.group-checkbox .form-selected:after {
  content: "";
  background-image: url(../img/icon/filter-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .group-checkbox .form-selected:after {
    right: 5px;
  }
}
.group-checkbox .form-selected span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.group-checkbox .dropdown-list {
  display: none;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: 100%;
  background-color: #fff;
  color: #373737;
  font-size: 0.875em;
  line-height: 114.2%;
  max-height: 500px;
  overflow: auto;
  box-shadow: 0 1px 12px 4px rgba(102, 102, 102, 0.13);
  padding-bottom: 20px;
  z-index: 1;
}
.group-checkbox.form-control .form-input {
  display: block;
  position: relative;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.group-checkbox.form-control .form-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.group-checkbox .checkmark {
  position: absolute;
  top: 8px;
  left: 10px;
  height: 19px;
  width: 19px;
  border: 1px solid rgba(55, 55, 55, 0.3);
  border-radius: 3px;
}
.group-checkbox .form-input:hover input ~ .checkmark {
  background-color: #eeeeef;
}
.group-checkbox .form-input input:checked ~ .checkmark {
  background-color: #13b5c2;
  border: 3px solid rgba(19, 181, 194, 0.56);
}
.group-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.group-checkbox .form-input input:checked ~ .checkmark:after {
  display: block;
  opacity: 1;
}
.group-checkbox .form-input .checkmark:after {
  left: 3px;
  top: -2px;
  width: 8px;
  height: 13px;
  border: solid #fff;
  border-radius: 1px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.group-checkbox .sublist {
  display: none;
  padding-left: 40px;
}
.group-checkbox .sublist .form-input {
  padding-left: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.group-checkbox .sublist .checkmark {
  top: 2px;
  left: 0;
}

@media (min-width: 992px) {
  .form-control.group-checkbox {
    max-width: 78%;
  }
}
@media (max-width: 991px) {
  .form-control.group-checkbox {
    display: none;
  }
}
@media (max-width: 991px) {
  .form-control.group-checkbox .dropdown-list {
    position: relative;
    top: auto;
    box-shadow: none;
    padding-bottom: 0;
  }
}
.form-control.group-checkbox .form-selected {
  position: relative;
  color: #373737;
  border: 1px solid #e1e1e1;
  padding: 10px 30px 9px 14px;
  line-height: 120%;
  font-size: 0.9375em;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .form-control.group-checkbox .form-selected {
    padding: 5px 20px 5px 10px;
    font-size: 0.875em;
  }
}
.form-control.group-checkbox .form-input {
  padding: 10px 10px 10px 40px;
  font-size: 1em;
  line-height: 114.2%;
}
@media (max-width: 991px) {
  .form-control.group-checkbox .form-input {
    font-size: 1.07em;
    line-height: 120%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 30px;
  }
}
.form-control.group-checkbox .checkmark {
  top: 8px;
  left: 14px;
}
@media (max-width: 991px) {
  .form-control.group-checkbox .checkmark {
    left: 0;
    top: 5px;
  }
}
@media (max-width: 991px) {
  .form-control.group-checkbox .sublist {
    padding-left: 30px;
  }
}
.form-control.group-checkbox .sublist .checkmark {
  left: 0;
  top: 4px;
}
@media (max-width: 991px) {
  .form-control.group-checkbox .sublist .checkmark {
    left: 0;
  }
}
.form-control.group-checkbox .sublist .form-input {
  padding-left: 26px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 991px) {
  .form-control.group-checkbox .sublist .form-input {
    padding-left: 30px;
  }
}

.swiper-control {
  color: #373737;
  cursor: pointer;
  position: absolute;
  font-family: "VarelaRound-Regular", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  transition: all 0.3s ease-in-out;
}

.search-bar {
  visibility: hidden;
  position: fixed;
  z-index: 3;
  top: 94px;
  left: 0;
  width: 100%;
  transform: translateY(-500%);
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .search-bar {
    top: 88px;
  }
}
.search-bar.active {
  visibility: visible;
  transform: translateY(0);
}
.search-bar .wrapper {
  background-color: #f0f0f0;
  color: #373737;
  font-size: 0.875em;
  line-height: 114.2%;
  padding: 2px 24px;
  display: flex;
  align-items: center;
}
.search-bar .wrapper input {
  width: calc(100% - 20px);
  padding: 16px 10px;
  border: 0;
  background-color: #f0f0f0;
}
.search-bar .wrapper input::-webkit-input-placeholder {
  color: #373737;
}
.search-bar .wrapper input::-moz-placeholder {
  color: #373737;
}
.search-bar .wrapper input:-ms-input-placeholder {
  color: #373737;
}
.search-bar .wrapper input:-moz-placeholder {
  color: #373737;
}

.pagination-container {
  color: #373737;
  padding: 0 100px;
  position: relative;
}
@media (max-width: 991px) {
  .pagination-container {
    padding: 0 0 60px;
  }
}
.pagination-container .back-top {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 150%;
  color: #373737;
  cursor: pointer;
  width: 100px;
  text-align: center;
}
.pagination-container .back-top img {
  transition: all 0.3s ease-in-out;
}
.pagination-container .back-top span {
  display: block;
}
.pagination-container .back-top:hover img {
  transform: translateY(-7px);
}
@media (max-width: 991px) {
  .pagination-container .back-top {
    right: -10px;
    top: auto;
    bottom: -14px;
    width: auto;
  }
}
.pagination-container .wrapper {
  display: flex;
  justify-content: center;
  line-height: 125%;
  font-weight: 700;
}
.pagination-container a {
  width: 48px;
  height: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-container a:hover {
  opacity: 1;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .pagination-container a {
    width: 40px;
    height: 40px;
  }
}
.pagination-container .disabled {
  pointer-events: none;
}
.pagination-container .nav {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background-image: url("../img/icon/pagination-arrow.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination-container .pagination {
  display: inline-flex;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.pagination-container .pagination .current {
  color: #fff;
  background-color: #00b0be;
  pointer-events: none;
}
.pagination-container .prev {
  margin-right: 8px;
}
.pagination-container .next {
  margin-left: 8px;
  transform: scaleX(-1);
}

.mfp-bg {
  opacity: 0.6;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.6;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.com-content > *:not(:last-child) {
  margin-bottom: 24px;
}
.com-content ul li {
  list-style-type: disc;
  padding-left: 8px;
  margin-left: 28px;
}

.com-popup {
  background-color: #fff;
  border-radius: 4px;
  max-width: 874px;
  margin: 0 auto;
}
.com-popup .popup-header {
  /*display: flex;
  justify-content: space-between;
  align-items: center;
  */
  position: relative;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 36px;
  padding: 42px 36px;
  background-color: #fafafa;
}
.com-popup .popup-content {
  padding: 32px 36px;
}

.mfp-container {
  overflow: auto;
}

.mfp-iframe-scaler {
  position: relative;
}

.color-purple {
  color: #4a45af;
  font-weight: 700;
}

.search-filter-bar.pin {
  top: 0;
}

@media (max-width: 767px) {
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-content {
    height: 100%;
  }
  .mfp-content .com-popup {
    height: 100%;
    border-radius: 0;
  }
  .mfp-content .com-popup .popup-header {
    font-size: 1.25em;
    padding: 12px 28px;
  }
  .mfp-content .com-popup .popup-content {
    padding: 28px;
  }
}
@media (max-width: 991px) {
  .mobile-always-show {
    display: block !important;
  }
}

.back-to-top {
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  z-index: 1;
  background-image: url("../img/icon/back-to-top.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.back-to-top.sticky {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
@media (min-width: 992px) {
  .back-to-top {
    display: none;
  }
}

.btn-scroll {
  display: block;
  position: absolute;
  left: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #e94a47;
  transform: translate(-50%, 50%) rotate(45deg);
  z-index: 1;
}
.btn-scroll:after {
  content: "";
  width: 17px;
  height: 14px;
  background-image: url("../img/icon/next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
  top: 9px;
  left: 8px;
  animation-name: scrollFall;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* override style */
body .main .container .btn-back {
  position: absolute;
  left: -40px;
}
@media (max-width: 991px) {
  body .main .container .btn-back {
    position: relative;
    left: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 28px;
    font-size: 1.0625em;
    color: #4a45af;
  }
}
@media (min-width: 992px) {
  body .main .container .btn-back > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: underline;
  }
}
body .main .container .btn-back .icon-back-arrow {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/icon-back.svg");
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
body .main .container .btn-back .icon-back-arrow-m {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url("../img/icon/back-arrow-m.svg");
  background-repeat: no-repeat;
  margin-right: 10px;
}

input[type=checkbox]:not([disabled]):focus + span.checkmark {
  outline: -webkit-focus-ring-color auto 1px;
}

/* override style end */