/* Base */
html {
  overflow-x: hidden;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

.font-gray-1 {
  color: #f7f7f7;
}

.font-gray-2 {
  color: #e9e9e9;
}

.font-gray-3 {
  color: #d9d9d9;
}

.font-gray-4 {
  color: #c9c9c9;
}

.font-gray-5 {
  color: #b8b8b8;
}

.font-gray-6 {
  color: #a8a8a8;
}

.font-gray-7 {
  color: #939393;
}

.font-gray-8 {
  color: #7b7b7b;
}

.font-gray-9 {
  color: #636363 #4d4d4d;
}

.font-gray-10 {
  color: #353535;
}

.border-gray-1 {
  border-color: #f7f7f7;
}

.border-gray-2 {
  border-color: #e9e9e9;
}

.border-gray-3 {
  border-color: #d9d9d9;
}

.border-gray-4 {
  border-color: #c9c9c9;
}

.border-gray-5 {
  border-color: #b8b8b8;
}

.border-gray-6 {
  border-color: #a8a8a8;
}

.border-gray-7 {
  border-color: #939393;
}

.border-gray-8 {
  border-color: #7b7b7b;
}

.border-gray-9 {
  border-color: #636363 #4d4d4d;
}

.border-gray-10 {
  border-color: #353535;
}

.bg-gray-1 {
  border-color: #f7f7f7;
}

.bg-gray-2 {
  border-color: #e9e9e9;
}

.bg-gray-3 {
  border-color: #d9d9d9;
}

.bg-gray-4 {
  border-color: #c9c9c9;
}

.bg-gray-5 {
  border-color: #b8b8b8;
}

.bg-gray-6 {
  border-color: #a8a8a8;
}

.bg-gray-7 {
  border-color: #939393;
}

.bg-gray-8 {
  border-color: #7b7b7b;
}

.bg-gray-9 {
  border-color: #636363 #4d4d4d;
}

.bg-gray-10 {
  border-color: #353535;
}

.letter-spacing-1 {
  letter-spacing: 0.1em;
}

.letter-spacing-2 {
  letter-spacing: 0.2em;
}

.border-w-1 {
  border-width: 1px;
}

.border-w-2 {
  border-width: 2px;
}

.border-w-3 {
  border-width: 3px;
}

.border-w-4 {
  border-width: 4px;
}

.border-w-5 {
  border-width: 5px;
}

.btn {
  text-decoration: none !important;
  padding: 0px 15px !important;
}

.primary-black--hover {
  background: #0180ff;
  color: #fff;
}
.primary-black--hover:hover {
  background: #000;
  color: #fff;
}

.primary-dark--hover {
  background: #0180ff;
  color: #fff;
}
.primary-dark--hover:hover {
  background: gray;
  color: #fff;
}

.primary-primary-outline--hover {
  background: #0180ff;
  color: #fff;
}
.primary-primary-outline--hover:hover {
  border-color: #0180ff;
  background: transparent;
}

.primary-outline-primary--hover {
  background: transparent;
  border-color: #0180ff;
}
.primary-outline-primary--hover:hover {
  color: #fff;
  background: #0180ff;
}

.primary-outline-white--hover {
  background: transparent;
  border-color: #fff;
}
.primary-outline-white--hover:hover {
  color: #0180ff !important;
  background: #fff;
}

body {
  line-height: 1.7;
  color: #364d59 !important;
  font-weight: 300;
  font-size: 1rem;
  overflow: auto;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
}

.opacity-5 {
  opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 300;
  color: #364d59;
  font-family: "Montserrat", sans-serif;
}
.strong {
  font-weight: bold;
}
.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

.btn.btn-outline-white {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.btn.btn-outline-white:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}
.site-navbar-header {
  width: 100%;
  display: flex;
}
.site-section {
  padding: 2em 0;
  padding-bottom: 1em;
}
.change-en_btn {
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #ffffff !important;
  font-weight: bold;
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.site-footer {
  padding: 70px 20px 20px 20px;
  font-size: 15px;
  background-color: #0b40ff;
}

.site-footer .site-footer-text {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 4rem;
}

.overlap-to-top {
  margin-top: -150px;
}

.ul-check {
  margin-bottom: 50px;
}
.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -0.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}
.ul-check.white li:before {
  color: #fff;
}
.ul-check.success li:before {
  color: #28a745;
}
.ul-check.primary li:before {
  color: #0180ff;
}

.select-wrap,
.wrap-icon {
  position: relative;
}
.select-wrap .icon,
.wrap-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.select-wrap select,
.wrap-icon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.top-bar {
  border-bottom: 1px solid #e9ecef !important;
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1002;
  padding: 1rem 0;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.site-navbar .site-logo {
  font-size: 2rem;
  background: url("../images/logo.png") center no-repeat;
  width: 96px;
  background-size: 100%;
  height: 32px;
}
.site-navbar.shrink {
  background-color: #0180ff !important;
}
.site-navbar a {
  color: #000;
}
.site-navbar a:hover {
  color: #0180ff;
}
.site-navbar .nav-link {
  padding: 0.7rem 0.9rem;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 991.98px) {
  .site-navbar {
    padding: 1rem 0;
  }
}
.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}
.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  width: 64px;
}
.site-navbar .site-logo a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.comment-form-wrap {
  clear: both;
}

.check-btn {
  font-size: 20px;
  padding: 10px 20px !important;
  margin-top: 2rem;
  background: #ffffff;
  border-radius: 6px;
  color: #0180ff !important;
}
.btn-md {
  padding: 8px 20px;
}

.border-w-2 {
  border-width: 2px !important;
}

.block__73694 .block__73422 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .block__73694 .block__73422 {
    height: 400px;
  }
}

.ftco-blocks-cover-1 .ftco-service-image-1 {
  margin-top: -70px;
  position: static;
}
/* banner */
.ftco-cover-1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background: linear-gradient(193deg, #00b5ff 0%, #0b40ff 100%);
}
.ftco-cover-1,
.ftco-cover-1 .container > .row {
  height: 680x;
  min-height: 680px;
}
.ftco-cover-1 > .container {
  position: relative;
}

.ftco-cover-1.overlay h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
}
.ftco-cover-1.overlay p {
  color: #fff;
  font-size: 1.5rem;
}
.ftco-cover-1.overlay p.ftco-cover-desc {
  font-weight: 700;
}
.ftco-cover-1.overlay p a {
  text-decoration: underline;
  font-weight: 700;
}
.ftco-cover-1.overlay p a:hover {
  text-decoration: none;
}
.ftco-cover-1.overlay form .form-control,
.ftco-cover-1.overlay form .btn {
  height: 55px;
  border-radius: 4px;
}
.ftco-cover-1.overlay form .form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent;
  margin-right: 10px;
}
.ftco-cover-1.overlay form .btn {
  border-color: transparent;
}

@media (max-width: 991.98px) {
  .ftco-cover-1.overlay h1 {
    font-size: 2rem;
    margin-top: 5rem;
  }
  .ftco-cover-1.overlay p {
    color: #fff;
    font-size: 1rem;
  }
  .ftco-cover-1,
  .ftco-cover-1 .container > .row {
    height: 480px;
    min-height: 480px;
  }
  .ftco-blocks-en-cover-1 .ftco-cover-1,
  .ftco-cover-1 .container > .row {
    height: 540px;
    min-height: 540px;
  }
}
/* 2 */
.features-v3 {
  background: #f7f9ff;
  padding: 3rem 0;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.features-v3 .text-black {
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .features-v3 h2 {
    font-size: 1.8rem;
  }
}
.features-v3 .feature-v3-item {
  margin-bottom: 0px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 11px 20px 0px rgba(134, 169, 236, 0.2);
  top: 0;
}
.features-v3 .feature-v3-item img {
  margin-bottom: 10px;
  max-width: 120px;
  margin: 0 auto 10px auto;
}
.features-v3 .feature-v3-item h3 {
  font-size: 24px;
  font-weight: 700;
}
.features-v3 .feature-v3-item p {
  font-size: 16px;
  padding-top: 12px;
}
.features-v3 .feature-v3-item:hover,
.features-v3 .feature-v3-item.active {
  background: #fff;
  top: -10px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}

/* cruise */

.section-2 {
  background: #ffffff;
}
.section-2 .section-2-title {
  color: #000000;
}
.section-2 .section-2-title h2 {
  color: #000000;
  font-weight: bold;
}

.feature-2 {
  color: #3d3d3d;
}
.section-2 .feature-2-contents h3 {
  font-weight: bold;
}

.section-3 {
  background-color: #f7f9ff;
}
@media (max-width: 991.98px) {
  .section-3 {
    background-color: #f7f9ff;
    padding: 30px 15px;
    padding-bottom: 0;
  }
}
.feature-3 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 3rem;
}
.feature-3:before {
  position: absolute;
  left: 0;
  line-height: 0;
  top: 1rem;
  font-size: 2rem;
  color: #0180ff;
  font-family: "icomoon";
  content: "\e86c";
}
.feature-3 h3 {
  font-size: 1.3rem;
}
@media (max-width: 991.98px) {
  .feature-2 {
    padding: 0 1rem;
  }
  .section-2 .feature-2-contents {
    margin-top: 20px;
  }
}
.testimonial-1 .quote-icon-wrap {
  font-size: 2rem;
  color: #0180ff;
}

.testimonial-1 p {
  font-size: 1.5rem;
}

.section-4 {
  border-top: 1px solid #efefef;
  padding-bottom: 0 !important;
}
.section-4_img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-4 .block-heading-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ul-check {
  margin-bottom: 50px;
}
.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -0.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}
.ul-check.white li:before {
  color: #fff;
}
.ul-check.success li:before {
  color: #28a745;
}
.ul-check.primary li:before {
  color: #0180ff;
}
