@charset "UTF-8";
@import url(../fonts/Averta/font.css);
@import url(../js/slick-1.8.1/slick-theme.css);
@import url(../js/slick-1.8.1/slick.css);
@import url(../js/Magnific-Popup-master/magnific-popup.css);
@import url(../js/Font-awesome-4.7.0/css/font-awesome.min.css);
@import url(../js/daterangepicker-master/daterangepicker.css);
@import url(../js/WOW-master/animate.css);
.open-video-btn {
  display: block;
  position: relative;
}

.open-video-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/open-video-btn.png);
  background-size: 55px auto;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

.open-video-btn img {
  width: 100%;
  height: auto;
}

.ratio-box {
  display: block;
  position: relative;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  background-color: #f6f6f6;
}

.ratio-box img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.ratio-box iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}

.mona-content h1 {
  font-size: 1.7em;
}

.mona-content h2 {
  font-size: 1.6em;
}

.mona-content h3 {
  font-size: 1.25em;
}

.mona-content h4 {
  font-size: 1.125em;
}

.mona-content h5 {
  font-size: 1em;
}

.mona-content h6 {
  font-size: 0.85em;
}

.mona-content p {
  margin: 15px 0;
}

.mona-content ul,
.mona-content ol {
  margin: 15px 0;
  list-style-position: inside;
}

.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 15px;
}

.mona-content ol {
  list-style-type: decimal;
}

.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}

.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}

.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
}

.table-responsive {
  max-width: 100%;
  overflow: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.full-img img {
  width: 100%;
  height: auto;
}

.container {
  width: 1200px;
  max-width: 100%;
  padding: 0 15px;
  margin: auto;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

.column {
  padding: 15px;
}

.hamburger-btn {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
}

.hamburger-btn .bar {
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hamburger-btn .bar::before, .hamburger-btn .bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hamburger-btn .bar::before {
  top: -6px;
}

.hamburger-btn .bar::after {
  top: 6px;
}

.hamburger-btn.active .bar {
  background-color: transparent;
}

.hamburger-btn.active .bar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger-btn.active .bar::after {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.main-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #15677f;
  background-color: #15677f;
  color: #fff;
  padding: 11px 46px;
  width: 300px;
  max-width: 100%;
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.main-btn.w-auto {
  width: auto;
}

.main-btn.full-btn {
  text-align: center;
  width: 100%;
}

.main-btn.alt {
  background-color: #E7EFF2;
  border-color: #E7EFF2;
  color: #15677f;
}

.main-btn.alt:hover {
  background-color: #15677f;
  border-color: #15677f;
  color: #fff;
}

.main-btn.disabled, .main-btn.disabled:hover, .main-btn:disabled, .main-btn:disabled:hover {
  cursor: not-allowed;
  background-color: #d8d8d8;
  color: #9b9b9b;
}

.main-btn:hover {
  background-color: #fff;
  color: #15677f;
}

.f-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: 0;
  border-radius: 0;
  width: 100%;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 0 30px;
  height: 40px;
}

.f-control::-webkit-input-placeholder {
  color: #b2bbc5;
}

.f-control:-ms-input-placeholder {
  color: #b2bbc5;
}

.f-control::-ms-input-placeholder {
  color: #b2bbc5;
}

.f-control::placeholder {
  color: #b2bbc5;
}

.f-control:disabled {
  cursor: not-allowed;
}

.f-control:focus {
  border-color: #15677f;
}

select.f-control {
  background: #fff url(../images/select.png) right 20px center/10px no-repeat;
  padding-right: 30px;
}

textarea.f-control {
  display: block;
  height: 120px;
  padding: 10px 30px;
  max-width: 100%;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #15677f;
}

.custom-checkbox input:checked ~ .checkmark::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.custom-checkbox .checkmark::after {
  content: "✔";
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.custom-radio {
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-radio input {
  display: none;
}

.custom-radio input:checked ~ .checkmark::after {
  opacity: 1;
}

.custom-radio .checkmark {
  display: block;
  height: 24px;
  width: 24px;
  border: 2px solid #707070;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.custom-radio .checkmark::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #15677f;
  border-radius: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 998;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #15677f;
  border: 1px solid #15677f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scroll-top:hover {
  background-color: #fff;
  color: #15677f;
}

@media screen and (max-width: 768px) {
  .scroll-top {
    right: 15px;
    bottom: 15px;
  }
}

.main-slider * {
  outline: 0;
}

.main-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 -15px;
}

.main-slider:not(.slick-initialized) .slide-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-slider.slick-dotted .slick-dots {
  line-height: 0;
}

.main-slider.slick-dotted .slick-dots li {
  width: auto;
  height: auto;
}

.main-slider.slick-dotted .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #15677f;
  outline: 0;
}

.main-slider.slick-dotted .slick-dots li button::before {
  display: none;
}

.main-slider.slick-dotted .slick-dots li.slick-active button {
  background-color: #15677f;
}

@media screen and (max-width: 768px) {
  .main-slider.slick-dotted .slick-dots {
    bottom: -20px;
  }
}

.main-slider .slick-list {
  margin: 0 -15px;
}

.main-slider .slide-item {
  padding: 0 15px;
}

.main-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-slider .slick-arrow.prev-arrow {
  left: -35px;
}

.main-slider .slick-arrow.next-arrow {
  right: -35px;
}

.main-slider.arrow-inside .slick-arrow.prev-arrow {
  left: 35px;
}

.main-slider.arrow-inside .slick-arrow.next-arrow {
  right: 35px;
}

.slick-arrow {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: rgba(21, 103, 127, 0.1);
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.slick-arrow::before {
  content: '';
  border-radius: 100%;
  display: block;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #15677f;
}

.slick-arrow.prev-arrow::before {
  background-image: url(../images/arr-left.svg);
}

.slick-arrow.next-arrow::before {
  background-image: url(../images/arr-right.svg);
}

.main-slider-stretch .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-slider-stretch .slick-track::before, .main-slider-stretch .slick-track::after {
  display: none;
}

.main-slider-stretch .slide-item {
  height: auto;
}

.main-slider-stretch .slide-item > div {
  height: 100%;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-content .mfp-close {
  color: #15677f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mfp-bg {
  z-index: 9998;
}

.mfp-wrap {
  z-index: 9999;
}

.lg-outer .lg-thumb-item:hover, .lg-outer .lg-thumb-item.active {
  border-color: #15677f;
}

.pagination > ul {
  list-style: none;
}

.pagination > ul > li {
  display: inline-block;
}

.pagination > ul > li > .page-numbers {
  display: block;
  border: 0;
  background-color: transparent;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
}

.pagination > ul > li > .page-numbers.current, .pagination > ul > li > .page-numbers:hover {
  color: #fff;
  background-color: #15677f;
  border-color: #15677f;
}

.rating-stars {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.rating-stars .empty-stars,
.rating-stars .filled-stars {
  text-shadow: none;
  width: 100%;
  white-space: nowrap;
}

.rating-stars .empty-stars {
  color: #e1e1e1;
}

.rating-stars .filled-stars {
  color: #f39c12;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.social-nav li {
  display: inline-block;
}

.social-nav li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.daterangepicker {
  font-family: inherit;
  z-index: 9999;
}

.daterangepicker .calendar-table thead {
  text-transform: uppercase;
}

.daterangepicker .calendar-table td {
  font-size: 13px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #15677f;
}

.sec-border-top {
  border-top: 1px solid #cccccc;
  position: relative;
}

.sec-border-top::before {
  content: "";
  width: 1170px;
  max-width: calc(100% - 30px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2px;
  border-bottom: 3px solid #15677f;
}

.sec-border-bottom {
  border-top: 1px solid #cccccc;
  position: relative;
}

.sec-border-bottom::before {
  content: "";
  width: 1170px;
  max-width: calc(100% - 30px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2px;
  border-bottom: 3px solid #15677f;
}

.sec-bg {
  background-color: #f3f7f8;
}

.sec {
  padding: 90px 0;
}

.sec.pt-0 {
  padding-top: 0;
}

.sec.pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sec {
    padding: 40px 0;
  }
}

.hl-color {
  color: #15677f;
}

.slider-append-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.slider-append-wrapper::before {
  content: "";
  border-bottom: 1px solid #D2D2D2;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.slider-append-wrapper .slider-append {
  margin-left: 12px;
}

.slider-append-wrapper .slider-append .slick-arrow {
  width: 40px;
  height: 40px;
}

.slider-append-wrapper .slider-append .slick-arrow::before {
  width: 24px;
  height: 24px;
  background-size: 14px auto;
}

.slider-append-wrapper .slider-append .slick-arrow.next-arrow {
  margin-left: 10px;
}

.fw-600 {
  font-weight: 600;
}

.text-wrapper {
  font-size: 16px;
  line-height: 1.5;
}

.text-wrapper > :first-child {
  margin-top: 0;
}

.text-wrapper > :last-child {
  margin-bottom: 0;
}

.text-wrapper p {
  margin: 15px 0;
}

.main-title-box {
  margin-bottom: 30px;
}

.main-title-box .main-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .main-title-box .main-title {
    font-size: 28px;
  }
}

.main-title-box .main-title-2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .main-title-box .main-title-2 {
    font-size: 32px;
  }
}

.main-title-box .main-title-3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .main-title-box .main-title-3 {
    font-size: 18px;
  }
}

.main-title-box .main-title-4 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .main-title-box .main-title-4 {
    font-size: 34px;
  }
}

.main-title-box .sub-title {
  font-size: 18px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .main-title-box {
    margin-bottom: 20px;
  }
}

.breadcrumb-nav li {
  display: inline-block;
}

.breadcrumb-nav li:first-child::before {
  display: none;
}

.breadcrumb-nav li::before {
  content: "/";
  padding: 0 6px 0 4px;
}

.breadcrumb-nav li:last-child {
  color: #838383;
}

.readmore-btn {
  font-weight: bold;
  display: inline-block;
  color: #15677f;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}

.pagination-wrapper .pagination {
  margin: 5px 15px 5px 0;
}

@media screen and (max-width: 768px) {
  .pagination-wrapper {
    margin-top: 15px;
    padding-bottom: 10px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: #15677f;
  color: #fff;
}

::selection {
  background-color: #15677f;
  color: #fff;
}

body {
  font-family: "Averta", sans-serif;
  color: #011f3f;
  font-size: 14px;
  line-height: 1.4;
}

img,
iframe {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

a:hover {
  color: #15677f;
}

.admin-bar .header.fixed {
  top: 32px;
}

.admin-bar .main-menu {
  top: 32px;
}

@media screen and (max-width: 1024px) {
  .admin-bar .hd-cate {
    top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .admin-bar .header.fixed {
    top: 46px;
  }
  .admin-bar .main-menu, .admin-bar .hd-cate {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .header.fixed {
    top: 0;
  }
  .admin-bar .header.fixed .main-menu, .admin-bar .header.fixed .hd-cate {
    top: 0;
  }
}

.main {
  overflow: hidden;
}

@-webkit-keyframes showMenu {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showMenu {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header {
  background-image: url(../images/hd-bg.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 25px 0;
}

.header .container {
  width: 1850px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.fixed {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: showMenu 1s forwards;
          animation: showMenu 1s forwards;
}

@media screen and (max-width: 991px) {
  .header {
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding: 10px 0;
  }
  .header.fixed .hd-logo {
    display: none;
  }
}

.hd-cate {
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .hd-cate {
    margin-left: 0;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .hd-cate.active {
    right: 0;
  }
}

.hd-cate-nav {
  font-size: 18px;
  font-weight: bold;
}

.hd-cate-nav > li {
  display: inline-block;
  margin-right: 30px;
}

.hd-cate-nav > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .hd-cate-nav {
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #272727;
    color: #fff;
    z-index: 2;
    padding: 30px 15px 50px;
    overflow: auto;
  }
  .hd-cate-nav li {
    display: block;
    margin-right: 0;
  }
  .hd-cate-nav li > a {
    display: block;
    padding: 15px 0;
  }
}

.hd-cate-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

@media screen and (max-width: 1024px) {
  .hd-cate-overlay {
    display: block;
  }
}

.hd-cate-btn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hd-cate-btn {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .hd-cate-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.hd-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
}

.hd-right-item {
  padding: 0 20px;
  position: relative;
}

.hd-right-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hd-right-item:first-child {
  padding-left: 0;
}

.hd-right-item:last-child {
  padding-right: 0;
}

.hd-right-item:last-child::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .hd-right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .hd-right .hide-mobile {
    display: none;
  }
  .hd-right-item {
    padding: 0 10px;
  }
}

.hd-right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd-right-nav > li {
  margin-right: 20px;
}

.hd-right-nav > li:last-child {
  margin-right: 0;
}

.hd-right-nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd-right-nav > li > a img {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .hd-right-nav > li {
    margin-right: 10px;
  }
}

.language-picker {
  position: relative;
}

.language-picker:hover .sub-menu {
  display: block;
}

.language-picker .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  position: relative;
  padding-right: 18px;
  background: url(../images/arrow.png) right 5px center/6px no-repeat;
}

.language-picker .current img {
  margin-right: 5px;
  width: 14px;
  height: auto;
}

.language-picker .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 100px;
  background-color: #1d1919;
  color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 999;
}

.language-picker .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.language-picker .sub-menu li a img {
  margin-right: 5px;
  width: 14px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .hd-logo {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 768px) {
  .hd-logo {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.custom-logo-link {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
}

.custom-logo-link img {
  display: block;
  width: 100%;
  height: auto;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main-menu.active {
  left: 0;
}

.main-menu-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  max-width: 100%;
  height: 100%;
  background-color: #272727;
  color: #fff;
  z-index: 2;
  padding: 130px 45px;
  overflow: auto;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .main-menu-nav {
    font-size: 18px;
  }
}

.main-menu-nav::-webkit-scrollbar {
  width: 3px;
}

.main-menu-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.main-menu-nav::-webkit-scrollbar-thumb {
  background: #888;
}

.main-menu-nav a {
  color: inherit;
}

.main-menu-nav li a {
  display: block;
  padding: 15px 0;
}

.main-menu-nav .current-menu-item > a,
.main-menu-nav .current-menu-parrent > a {
  font-weight: bold;
}

.main-menu-nav .dropdown {
  position: relative;
}

.main-menu-nav .dropdown > a {
  position: relative;
  padding-right: 30px !important;
}

.main-menu-nav .dropdown > a > .fa {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu-nav .dropdown .sub-menu-wrap {
  display: none;
  padding-left: 30px;
}

.main-menu-nav .dropdown .sub-menu-wrap .sub-menu li {
  display: block;
}

.main-menu-nav .dropdown .sub-menu-wrap .sub-menu li a {
  display: block;
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  .main-menu-nav {
    width: 250px;
    font-size: 16px;
    padding: 30px 15px 50px;
  }
}

.main-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.banner-section {
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 0;
}

.banner-section .container {
  min-height: 590px;
  padding: 60px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-section .banner-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .banner-section .banner-title {
    font-size: 34px;
  }
}

.banner-section .banner-title-2 {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  width: 570px;
  max-width: 100%;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .banner-section .banner-title-2 {
    font-size: 24px;
  }
}

.banner-section .banner-sub-title {
  font-size: 18px;
  margin-top: 15px;
}

.banner-section .banner-bottom {
  font-size: 16px;
  margin-top: 15px;
}

.banner-section .banner-bottom .banner-title,
.banner-section .banner-bottom .banner-title-2 {
  font-weight: bold;
  margin: 0 0 10px;
}

@media screen and (max-width: 991px) {
  .banner-section .container {
    min-height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .banner-section .container {
    min-height: 300px;
  }
}

.main-intro {
  font-size: 16px;
}

.main-section-left {
  width: 25%;
}

.main-section-right {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .main-section-left {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
  }
  .main-section-left::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #e1e1e1;
  }
  .main-section-right {
    width: 100%;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sidebar {
    position: static !important;
  }
}

.sidebar-nav {
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .sidebar-nav {
    font-size: 18px;
  }
}

.sidebar-nav li {
  margin-bottom: 20px;
}

.sidebar-nav li:last-child {
  margin-bottom: 0;
}

.sidebar-nav li.active {
  font-weight: bold;
  color: #15677f;
}

.sidebar-nav li.active-2 {
  font-weight: bold;
}

.sidebar-nav li.current {
  font-weight: bold;
  color: #15677f;
}

@media screen and (max-width: 768px) {
  .sidebar-nav li {
    margin-bottom: 15px;
  }
}

.faqs-wrapper {
  counter-reset: section;
}

.faqs-item {
  margin-bottom: 30px;
}

.faqs-item:last-child {
  margin-bottom: 0;
}

.faqs-item .faqs-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  padding-right: 30px;
  background: url(../images/plus-2.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  position: relative;
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  .faqs-item .faqs-title {
    font-size: 18px;
  }
}

.faqs-item .faqs-title::before {
  counter-increment: section;
  content: counter(section) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.faqs-item .faqs-content {
  font-size: 16px;
  line-height: 1.5;
  display: none;
  padding-left: 30px;
  padding-top: 15px;
}

.faqs-item .faqs-content ul {
  list-style-position: inside;
  list-style-type: disc;
}

.faqs-item.active .faqs-title {
  color: #15677f;
  background-image: url(../images/minus.svg);
}

@media screen and (max-width: 768px) {
  .faqs-item .faqs-title {
    padding-left: 30px;
  }
}

.footer {
  background-color: #1d1919;
  color: #fff;
}

.footer .top-footer ul.menu li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .footer .top-footer ul.menu li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .footer .top-footer ul.menu li {
    margin-bottom: 8px;
  }
}

.top-footer {
  color: #a4a3a3;
  font-size: 16px;
  padding: 70px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-footer .ft-menu {
  font-weight: 600;
}

.top-footer .ft-menu li {
  margin-bottom: 15px;
}

.top-footer .ft-menu li:last-child {
  margin-bottom: 0;
}

.top-footer .column {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .top-footer .column:nth-child(1), .top-footer .column:nth-child(3) {
    width: calc(100% / 12 * 2);
  }
  .top-footer .column:nth-child(2) {
    width: calc(100% / 12 * 3);
  }
  .top-footer .column:nth-child(4) {
    width: calc(100% / 12 * 5);
  }
}

@media screen and (min-width: 501px) {
  .top-footer .column {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .top-footer {
    padding: 30px 0;
  }
  .top-footer .ft-menu li {
    margin-bottom: 10px;
  }
}

.ft-contact-link {
  margin-bottom: 20px;
}

.ft-contact-title {
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ft-contact-link {
    margin-bottom: 10px;
  }
  .ft-contact-title {
    margin-bottom: 10px;
  }
}

.ft-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .ft-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .ft-title {
    margin-bottom: 15px;
  }
}

.bottom-footer {
  padding: 30px 0 55px;
}

.bottom-footer .ft-menu {
  font-weight: 600;
  color: #cbcbcb;
}

.bottom-footer .ft-menu > li {
  display: inline-block;
}

.bottom-footer .ft-menu > li a {
  display: block;
  padding: 5px 30px 5px 0;
}

.bottom-footer .social-nav {
  color: #a4a3a3;
}

.bottom-footer .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-footer .column:nth-child(1) {
  width: calc(100% / 12 * 2);
}

.bottom-footer .column:nth-child(2) {
  width: calc(100% / 12 * 3);
}

.bottom-footer .column:nth-child(3) {
  width: calc(100% / 12 * 7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .bottom-footer .column:nth-child(1) {
    width: 100%;
  }
  .bottom-footer .column:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .bottom-footer .column:nth-child(3) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .bottom-footer {
    padding: 30px 0;
  }
  .bottom-footer .ft-menu {
    width: 100%;
    margin-bottom: 5px;
  }
}

.about-direct-section {
  padding: 0;
}

.about-direct-section > .container {
  width: 1920px;
}

.about-direct-slider-nav {
  border-bottom: 1px solid #15677f;
  margin-right: -1px;
  position: relative;
  z-index: 2;
}

.about-direct-slider-nav .slick-list {
  margin: 0;
  overflow: visible;
}

.about-direct-slider-nav .slide-item {
  padding: 0;
  border-right: 1px solid #15677f;
}

.about-direct-slider-nav .slide-item.slick-current .about-direct-link {
  border-bottom-color: #15677f;
}

.about-direct-slider-nav:not(.slick-initialized) {
  margin: 0;
}

.about-direct-slider-nav:not(.slick-initialized) .slide-item {
  width: calc(100% / 6);
}

@media screen and (max-width: 991px) {
  .about-direct-slider-nav:not(.slick-initialized) .slide-item {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .about-direct-slider-nav:not(.slick-initialized) .slide-item {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 500px) {
  .about-direct-slider-nav:not(.slick-initialized) .slide-item {
    width: 50%;
  }
}

.about-direct-slider-nav.slick-dotted + .about-direct-slider {
  margin-top: 40px;
}

.about-direct-link {
  height: 100%;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  min-height: 150px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.about-direct-link .title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.about-direct-link .desc {
  color: #7e7e7e;
  margin-top: 4px;
  min-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.about-direct-link .sub-desc {
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 10px 10px;
  z-index: 2;
  display: none;
  font-size: 16px;
  border-top: 3px solid #15677f;
}

.about-direct-link .sub-desc .sub-desc-nav {
  margin-bottom: 20px;
}

.about-direct-link .sub-desc .sub-desc-nav li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.about-direct-link .sub-desc .sub-desc-nav li:last-child {
  margin-bottom: 0;
}

.about-direct-link .sub-desc .sub-desc-nav li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/check.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.about-direct-link:hover .sub-desc {
  display: block;
}

@media screen and (max-width: 991px) {
  .about-direct-link {
    min-height: 0;
  }
  .about-direct-link .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .about-direct-link:hover .sub-desc {
    display: none;
  }
}

.about-direct-slider .slick-list {
  margin: 0;
}

.about-direct-slider .slide-item {
  padding: 0;
}

.about-direct-slider:not(.slick-initialized) {
  margin: 0;
}

.about-direct-slider:not(.slick-initialized) .slide-item {
  width: 100%;
}

.about-direct-banner {
  padding: 400px 0 50px;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.about-direct-banner-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .about-direct-banner-title {
    font-size: 28px;
  }
}

.about-direct-banner-nav {
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .about-direct-banner-nav {
    font-size: 20px;
  }
}

.about-direct-banner-nav li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}

.about-direct-banner-nav li:last-child {
  margin-bottom: 0;
}

.about-direct-banner-nav li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/check-2.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .about-direct-banner {
    padding: 300px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .about-direct-banner {
    padding: 150px 0 40px;
  }
}

.about-section {
  padding: 50px 0 85px;
}

.about-section .text-wrapper {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .about-section .text-wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .about-section {
    padding: 40px 0;
  }
  .about-section .text-wrapper {
    margin-bottom: 30px;
  }
}

.about-wrapper .column {
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  .about-wrapper .column {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .about-wrapper .column {
    width: 100%;
  }
}

.about-item .about-img {
  margin-bottom: 15px;
}

.about-item .about-img:hover {
  opacity: 0.85;
}

.about-item .about-img .ratio-box {
  padding-top: 63%;
}

.about-item .about-info {
  text-align: center;
}

.about-item .about-info .about-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .about-item .about-info .about-title {
    font-size: 18px;
  }
}

.about-item .about-info .about-desc {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .about-item .about-img {
    margin-bottom: 10px;
  }
  .about-item .about-info .about-title {
    margin-bottom: 8px;
  }
}

.intro-section {
  padding: 0;
}

.intro-section .intro-img {
  width: 1920px;
  max-width: 100%;
}

.intro-section .intro-img img {
  width: 100%;
  height: auto;
}

.intro-section .intro-content {
  padding: 80px 0;
}

.intro-section .intro-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro-section .intro-content .main-title-box {
  width: calc(100% / 12 * 5);
  text-align: right;
  padding: 15px 70px 15px 0;
  margin-bottom: 0;
}

.intro-section .intro-content .text-wrapper {
  width: calc(100% / 12 * 7);
  padding: 25px 0 25px 30px;
  border-left: 1px solid #cccccc;
}

.intro-section .intro-content-2 {
  padding: 80px 0;
}

.intro-section .intro-content-2 .text-wrapper {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

@media screen and (max-width: 768px) {
  .intro-section .intro-content {
    padding: 30px 0;
  }
  .intro-section .intro-content .main-title-box {
    width: 100%;
    text-align: left;
    padding: 0 0 15px;
  }
  .intro-section .intro-content .text-wrapper {
    width: 100%;
    padding: 15px 0 0;
    border-top: 1px solid #cccccc;
    border-left: 0;
  }
  .intro-section .intro-content-2 {
    padding: 30px 0;
  }
  .intro-section .intro-content-2 .text-wrapper {
    -webkit-column-count: initial;
            column-count: initial;
  }
}

.figures-section {
  color: #fff;
  background-size: cover;
  background-position: center center;
  padding: 90px 0 110px;
}

.figures-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.figures-section .main-title-box {
  width: 25%;
  padding-right: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .figures-section {
    padding: 40px 0;
  }
  .figures-section .main-title-box {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.figures-wrapper {
  width: 75%;
}

.figures-wrapper .column {
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  .figures-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .figures-wrapper .column {
    width: 50%;
  }
}

.figures-item {
  font-size: 16px;
  font-weight: bold;
}

.figures-item .number {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .figures-item .number {
    font-size: 28px;
  }
}

.figures-item .number > span {
  font-size: 18px;
}

.services-section {
  position: relative;
  z-index: 2;
}

.services-section .main-title-box {
  margin-bottom: 15px;
}

.services-slider:not(.slick-initialized) .slide-item {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .services-slider:not(.slick-initialized) .slide-item {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .services-slider:not(.slick-initialized) .slide-item {
    width: 100%;
  }
}

.services-item .services-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
  min-height: 90px;
}

@media screen and (max-width: 768px) {
  .services-item .services-title {
    font-size: 21px;
  }
}

.services-item .services-nav {
  list-style-type: none;
  font-size: 16px;
}

.services-item .services-nav li {
  margin-bottom: 10px;
}

.services-item .services-nav li a {
  border: 1.2px dashed #699dad;
  display: block;
  padding: 15px 15px 15px 38px;
  background-image: url(../images/plus-2.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
}

.services-item .services-nav li.active a, .services-item .services-nav li:hover a {
  border-color: transparent;
  background-color: #15677f;
  color: #fff;
  background-image: url(../images/plus-2-white.svg);
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .services-item .services-title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
    min-height: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .services-item .services-title {
    font-size: 21px;
  }
}

.why-choose-us-section {
  background-color: #f3f7f8;
  padding: 115px 0;
  position: relative;
}

.why-choose-us-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.why-choose-us-section .why-choose-us-content {
  width: 45%;
}

.why-choose-us-section .why-choose-us-img {
  width: 1360px;
  position: absolute;
  left: 960px;
  top: -30%;
}

.why-choose-us-section .why-choose-us-img::before {
  content: "";
  position: absolute;
  top: -130px;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e7eff2;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.why-choose-us-section .why-choose-us-img .ratio-box {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.why-choose-us-section .why-choose-us-img .ratio-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .why-choose-us-section {
    padding: 60px 0;
  }
  .why-choose-us-section .why-choose-us-content {
    width: 100%;
  }
  .why-choose-us-section .why-choose-us-img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .why-choose-us-section {
    padding: 40px 0;
  }
}

.reasons-wrapper {
  counter-reset: order;
}

.reasons-wrapper .column {
  width: 50%;
}

@media screen and (max-width: 320px) {
  .reasons-wrapper .column {
    width: 100%;
  }
}

.reasons-item::before {
  counter-increment: order;
  content: counter(order) ".";
  font-size: 30px;
  line-height: 1.2;
  color: #15677f;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .reasons-item::before {
    font-size: 24px;
  }
}

.level-section {
  padding: 90px 0 120px;
  background-color: #15677f;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .level-section {
    padding: 40px 0;
  }
}

.solutions-section {
  padding: 115px 0 190px;
}

.solutions-section .solutions-content {
  width: 75%;
}

.solutions-section .solutions-content > .text-wrapper {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (max-width: 991px) {
  .solutions-section {
    padding: 60px 0;
  }
  .solutions-section .solutions-content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .solutions-section {
    padding: 40px 0;
  }
  .solutions-section .solutions-content > .text-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.plan-wrapper .column {
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  .plan-wrapper .column {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .plan-wrapper .column {
    width: 100%;
  }
}

.case-study-slider-wrapper .container {
  width: 1750px;
}

.case-study-slider .slide-item {
  padding: 15px;
}

.case-study-slider .slick-list {
  margin: -15px;
}

.case-study-slider.slick-dotted {
  margin-bottom: 25px;
}

.case-study-slider.slick-dotted .slick-dots {
  bottom: -20px;
}

.case-study-slider:not(.slick-initialized) {
  margin: -15px;
}

.case-study-slider:not(.slick-initialized) .slide-item {
  width: calc(100% / 6);
}

@media screen and (max-width: 991px) {
  .case-study-slider:not(.slick-initialized) .slide-item {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .case-study-slider:not(.slick-initialized) .slide-item {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 500px) {
  .case-study-slider:not(.slick-initialized) .slide-item {
    width: 50%;
  }
}

@media screen and (max-width: 375px) {
  .case-study-slider:not(.slick-initialized) .slide-item {
    width: 100%;
  }
}

.case-study-item {
  background-color: #fff;
  padding: 10px;
}

.case-study-item .case-study-img .ratio-box {
  padding-top: 69%;
}

.case-study-item .case-study-img:hover {
  opacity: 0.85;
}

.case-study-item .case-study-info {
  padding: 20px 10px;
}

.case-study-item .case-study-info .rating-stars {
  margin-bottom: 10px;
}

.case-study-item .case-study-info .case-study-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}

.case-study-item .case-study-info .learn-more-btn {
  font-size: 12px;
}

.case-study-item .case-study-nav {
  margin-bottom: 15px;
}

.case-study-item .case-study-nav li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.case-study-item .case-study-nav li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../images/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.case-study-item:hover {
  -webkit-box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 375px) {
  .case-study-item {
    -webkit-box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.16);
  }
}

.learn-more-btn {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #15677f;
}

.learn-more-btn::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.learn-more-btn.fz-16 {
  font-size: 16px;
}

.w-banner-section {
  padding: 0;
  position: relative;
  z-index: 3;
  color: #fff;
}

.w-banner-slider .slick-list {
  margin: 0;
}

.w-banner-slider .slide-item {
  padding: 0;
}

.w-banner-slider:not(.slick-initialized) {
  margin: 0;
}

.w-banner-slider:not(.slick-initialized) .slide-item {
  width: 100%;
}

.w-banner-item {
  padding: 130px 0 330px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.w-banner-item .w-banner-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .w-banner-item .w-banner-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .w-banner-item {
    padding: 80px 0 220px;
  }
}

.w-banner-slider-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1170px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-banner-slider-nav .title {
  padding: 25px 45px;
  cursor: pointer;
}

.w-banner-slider-nav .slick-list {
  margin: 0;
}

.w-banner-slider-nav .slide-item {
  padding: 0;
}

.w-banner-slider-nav .slide-item.slick-current .title {
  background-color: #15677f;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .w-banner-slider-nav .slide-item.slick-current .title {
    font-size: 18px;
  }
}

.w-banner-slider-nav .slick-arrow {
  top: unset;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  bottom: 0;
  width: 28px;
  height: 28px;
  background-size: 14px;
  background-color: transparent;
}

.w-banner-slider-nav .slick-arrow::before {
  width: 100%;
  height: 100%;
  background-size: 14px auto;
}

.w-banner-slider-nav .slick-arrow.prev-arrow {
  right: 30px;
  left: unset;
}

.w-banner-slider-nav .slick-arrow.next-arrow {
  right: 0;
}

.w-banner-slider-nav:not(.slick-initialized) {
  margin: 0;
}

.w-banner-slider-nav:not(.slick-initialized) .slide-item {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .w-banner-slider-nav:not(.slick-initialized) .slide-item {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 500px) {
  .w-banner-slider-nav:not(.slick-initialized) .slide-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .w-banner-slider-nav .title {
    padding: 15px 20px;
  }
}

.map-banner-section {
  padding: 0;
}

.map-banner-section iframe {
  display: block;
  width: 100%;
  height: 590px;
}

@media screen and (max-width: 991px) {
  .map-banner-section iframe {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .map-banner-section iframe {
    height: 200px;
  }
}

.contact-section {
  font-size: 16px;
  padding: 60px 0 120px;
}

.contact-section .main-title-box {
  padding-left: 40px;
  display: none;
}

@media screen and (max-width: 991px) {
  .contact-section .main-title-box {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contact-section {
    padding: 40px 0 60px;
  }
  .contact-section .main-title-box {
    padding-left: 0;
  }
}

.contact-wrapper .contact-left {
  width: calc(100% / 12 * 4);
}

.contact-wrapper .contact-right {
  width: calc(100% / 12 * 8);
}

@media screen and (max-width: 768px) {
  .contact-wrapper .contact-left {
    width: 100%;
    padding-bottom: 30px;
    position: relative;
  }
  .contact-wrapper .contact-left::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  .contact-wrapper .contact-right {
    width: 100%;
    padding-top: 30px;
  }
}

.contact-info-wrapper {
  padding: 0 40px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.contact-info-wrapper .contact-info-item {
  margin-bottom: 25px;
}

.contact-info-wrapper .contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-info-wrapper .contact-info-item .title {
  font-weight: bold;
  color: #15677f;
  margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
  .contact-info-wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .contact-info-wrapper {
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px;
  }
  .contact-info-wrapper .contact-info-item {
    padding: 15px;
    margin: 0;
    width: 50%;
  }
  .contact-info-wrapper .contact-info-item .text-wrapper > * {
    margin: 8px 0;
  }
  .contact-info-wrapper .contact-info-item .text-wrapper > *:first-child {
    margin-top: 0;
  }
  .contact-info-wrapper .contact-info-item .text-wrapper > *:last-child {
    margin-bottom: 0;
  }
  .contact-info-wrapper .contact-info-item .title {
    font-weight: bold;
    color: #15677f;
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 500px) {
  .contact-info-wrapper {
    display: block;
    margin: 0;
  }
  .contact-info-wrapper .contact-info-item {
    padding: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.contact-form-wrapper > .title {
  font-weight: bold;
  color: #15677f;
  margin-bottom: 2px;
}

.contact-form-wrapper > .text-wrapper {
  margin-bottom: 20px;
}

.contact-form .f-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.contact-form .f-group + .f-group {
  margin-top: 15px;
}

.contact-form .f-group .ajax-loader {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-form .f-group:last-child {
  margin-bottom: 0;
}

.contact-form .f-group > label {
  width: 170px;
  padding-right: 15px;
  font-weight: bold;
  padding-top: 9px;
  display: inline-block;
}

.contact-form .f-group > label > span {
  color: #c90202;
}

.contact-form .f-group > .f-control {
  width: calc(100% - 170px);
}

.contact-form .f-group > .main-btn {
  margin-left: auto;
}

@media screen and (max-width: 500px) {
  .contact-form .f-group > label {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  .contact-form .f-group > .f-control {
    width: 100%;
  }
  .contact-form .f-group > .main-btn {
    margin-left: 0;
  }
}

.news-section {
  font-size: 16px;
  padding: 65px 0 100px;
}

@media screen and (max-width: 768px) {
  .news-section {
    padding: 40px 0;
  }
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}

.news-item:last-child {
  padding-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.news-item .news-img {
  width: 270px;
}

.news-item .news-img:hover {
  opacity: 0.85;
}

.news-item .news-img .ratio-box {
  padding-top: 67%;
}

.news-item .news-info {
  width: calc(100% - 270px);
  padding-left: 30px;
}

.news-item .news-info .news-title {
  font-size: 24px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: bold;
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .news-item .news-info .news-title {
    font-size: 20px;
  }
}

.news-item .news-info .news-desc {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-item .news-info .readmore-btn {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .news-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .news-item .news-img {
    width: 200px;
  }
  .news-item .news-info {
    width: calc(100% - 200px);
    padding-left: 15px;
  }
  .news-item .news-info .news-desc {
    margin-top: 10px;
  }
  .news-item .news-info .readmore-btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .news-item .news-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-item .news-info {
    padding-left: 0;
    width: 100%;
  }
  .news-item .news-info .news-title {
    -webkit-line-clamp: 3;
  }
  .news-item .news-info .news-desc {
    margin-top: 5px;
  }
  .news-item .news-info .readmore-btn {
    margin-top: 5px;
  }
}

.news-detail-comment .main-title-box .main-title > span {
  font-size: 18px;
  color: #15677f;
  font-weight: normal;
}

.comment-form {
  position: relative;
  margin-bottom: 30px;
}

.comment-form .f-control {
  height: 45px;
  padding: 0 25px;
  padding-right: 100px;
}

.comment-form .main-btn {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  border: 0;
  padding: 0 25px;
  width: auto;
  line-height: 45px;
  color: #011f3f;
  font-size: 14px;
}

.comment-item {
  margin-bottom: 20px;
}

.comment-item:last-child {
  margin-bottom: 0;
}

.comment-item .comment-reply-list {
  padding-left: 35px;
  border-left: 1.2px dashed #d5d5d5;
  margin: 25px 0 15px 35px;
}

@media screen and (max-width: 768px) {
  .comment-item .comment-reply-list {
    margin: 25px 0 15px 20px;
    padding-left: 20px;
  }
}

.comment-item .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.comment-item .comment-author .avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.comment-item .comment-author .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-item .comment-author .info {
  width: calc(100% - 40px);
  padding-left: 10px;
}

.comment-item .comment-author .info .name {
  font-weight: bold;
}

.comment-item .comment-author .info .time {
  font-size: 12px;
}

.comment-item .comment-content {
  margin-bottom: 20px;
}

.comment-item .comment-like-reply {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-item .comment-like-reply > a {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.comment-item .comment-like-reply > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #d5d5d5;
}

.comment-item .comment-like-reply > a:last-child::after {
  display: none;
}

.comment-item .comment-like-reply .like .counter {
  margin-left: 5px;
  display: inline-block;
}

.comment-item .comment-like-reply .like.active {
  color: #15677f;
}

.comment-item .comment-like-reply .comment-form {
  width: 100%;
  margin-top: 15px;
  font-weight: normal;
}

.news-detail-content {
  margin-bottom: 75px;
}

.news-detail-content > .intro {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 65px;
}

.news-detail-content > .full-img {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .news-detail-content {
    margin-bottom: 40px;
  }
  .news-detail-content > .intro {
    margin-bottom: 15px;
  }
  .news-detail-content > .full-img {
    margin-bottom: 15px;
  }
}

.mona-content-wrapper .left {
  width: calc(100% / 12 * 8);
}

.mona-content-wrapper .right {
  width: calc(100% / 12 * 4);
}

.mona-content-wrapper .mona-content-quote {
  background-color: #f3f7f8;
  padding: 50px;
  font-size: 18px;
  color: #15677f;
  margin-top: 15px;
}

.mona-content-wrapper .mona-content-quote::before {
  content: "\f10d";
  font-size: 50px;
  margin-bottom: 35px;
  display: block;
  font-family: FontAweSome;
  color: #c5d9df;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .mona-content-wrapper .left {
    width: 100%;
  }
  .mona-content-wrapper .right {
    width: 100%;
  }
  .mona-content-wrapper .mona-content-quote {
    margin-top: 0;
    padding: 30px;
  }
  .mona-content-wrapper .mona-content-quote::before {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

.news-detail-share {
  margin-top: 55px;
  padding-top: 5px;
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-detail-share > .title {
  font-weight: bold;
  margin-right: 25px;
}

.news-detail-share > .nav li {
  display: inline-block;
  margin: 5px 6px 5px 0;
}

.news-detail-share > .nav li a {
  display: block;
}

@media screen and (max-width: 768px) {
  .news-detail-share {
    margin-top: 30px;
  }
}

.overview-section {
  background-image: url(../images/overview.png);
  background-size: auto;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.overview-section .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overview-section-left {
  width: 50%;
}

.overview-section-right {
  width: 50%;
}

.overview-section-right img {
  float: left;
  max-width: none;
}

.overview-section .text-wrapper {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .overview-section {
    padding: 40px 0;
  }
  .overview-section-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .overview-section-right {
    width: 100%;
  }
  .overview-section-right img {
    float: none;
    max-width: 100%;
  }
  .overview-section .text-wrapper {
    margin-bottom: 20px;
  }
}

.overview-wrapper .columns {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.overview-wrapper .column {
  width: 50%;
}

.overview-item .overview-icon {
  margin-bottom: 20px;
}

.overview-item .overview-icon img {
  height: 50px;
  width: auto;
}

.overview-item .overview-title {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .overview-item .overview-icon {
    margin-bottom: 10px;
  }
}

.start-your-journey-section {
  padding: 30px 0;
  background-color: #15677f;
  color: #fff;
  text-align: center;
}

.start-your-journey-section .learn-more-btn {
  font-size: 18px;
  color: inherit;
}

.start-your-journey-section .learn-more-btn::after {
  content: "";
  margin-left: 15px;
  background-image: url(../images/button-arrow-white.svg);
}

.course-wrapper .column {
  width: calc(100% / 3);
}

@media screen and (max-width: 500px) {
  .course-wrapper .column {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .course-wrapper .column {
    width: 100%;
  }
}

.course-item .course-img {
  margin-bottom: 15px;
}

.course-item .course-img:hover {
  opacity: 0.85;
}

.course-item .course-img .ratio-box {
  padding-top: 65%;
}

.course-item .course-info {
  text-align: center;
}

.course-item .course-info .course-title {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .course-item .course-img {
    margin-bottom: 10px;
  }
  .course-item .course-info .course-title {
    font-size: 16px;
  }
}

.course-search-form {
  position: relative;
  width: 270px;
}

.course-search-form .f-control {
  padding: 0 15px;
  padding-right: 50px;
}

.course-search-form .main-btn {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: initial;
  border: 0;
  padding: 0;
}

.course-search-wrapper {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.course-search-wrapper > .main-btn {
  width: 170px;
  margin: 5px 0 5px 30px;
}

.open-position-section {
  padding: 75px 0;
}

@media screen and (max-width: 768px) {
  .open-position-section {
    padding: 40px 0;
  }
}

.open-position-search-form {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin-bottom: 35px;
}

.open-position-search-form .f-control {
  padding: 0 15px;
  padding-left: 45px;
}

.open-position-search-form .main-btn {
  background: none;
  position: absolute;
  top: 0;
  left: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: initial;
  border: 0;
  padding: 0;
}

.open-postion-item {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 25px;
  position: relative;
  background-image: url(../images/plus-2.svg);
  background-repeat: no-repeat;
  background-position: left top 26px;
}

.open-postion-item:first-child {
  padding-top: 0;
  background-position: left top 6px;
}

.open-postion-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.open-postion-item .path {
  padding: 5px;
  padding-right: 30px;
}

.open-postion-item .path:last-child {
  padding-right: 0;
}

.open-postion-item .path-title {
  color: #666666;
  font-size: 12px;
}

.open-postion-item .path-content {
  font-weight: bold;
}

.open-postion-item .path-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #15677f;
}

.open-postion-item .path.id {
  width: 30%;
}

.open-postion-item .path.location {
  width: 30%;
}

.open-postion-item .path.category {
  width: 14%;
}

.open-postion-item .path.posted {
  width: 14%;
}

.open-postion-item .path.btn {
  width: 12%;
  text-align: right;
}

.open-postion-item .path.btn .main-btn {
  font-size: 12px;
  font-weight: bold;
  width: auto;
  padding: 6px 20px;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .open-postion-item .path.id {
    width: 40%;
  }
  .open-postion-item .path.location {
    width: 40%;
  }
  .open-postion-item .path.category {
    width: 40%;
  }
  .open-postion-item .path.posted {
    width: 40%;
  }
  .open-postion-item .path.btn {
    width: 20%;
  }
}

@media screen and (max-width: 500px) {
  .open-postion-item .path.id {
    width: 100%;
  }
  .open-postion-item .path.location {
    width: 100%;
  }
  .open-postion-item .path.category {
    width: 100%;
  }
  .open-postion-item .path.posted {
    width: 100%;
  }
  .open-postion-item .path.btn {
    width: 100%;
    text-align: left;
  }
}

.faqs-container {
  margin-bottom: 35px;
}

.faqs-container:last-child {
  margin-bottom: 0;
}

.faqs-container-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .faqs-container-title {
    font-size: 18px;
  }
}

.faqs-container .faqs-item {
  margin-bottom: 20px;
}

.faqs-container .faqs-item:last-child {
  margin-bottom: 0;
}

.faqs-container .faqs-item .faqs-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  background-size: 22px auto;
}

.faqs-container .faqs-item .faqs-title::before {
  display: none;
}

.faqs-container .faqs-item .faqs-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #15677f;
}

.faqs-container .faqs-item .faqs-title span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #15677f;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}

.position-detail-section .position-detail-title {
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .position-detail-section .position-detail-title {
    font-size: 34px;
  }
}

.position-detail-section .position-detail-contact {
  line-height: 1.7;
}

.position-detail-top {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .position-detail-top {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}

.position-detail-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.position-detail-description .description-title {
  font-weight: bold;
  margin: 5px 30px 5px 0;
}

.position-detail-description .description-title .title {
  color: #15677f;
  font-size: 18px;
}

.back-btn {
  margin-bottom: 20px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #15677f;
}

.back-btn::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-popup {
  background: #fff;
  padding: 0;
  max-width: 1170px;
  margin: 40px auto;
  position: relative;
  font-size: 16px;
}

.main-popup .text-wrapper {
  font-size: inherit;
}

.main-popup-header {
  background-image: url(../images/hd-bg.jpg);
  color: #fff;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-popup-header .logo {
  margin: 5px 50px 5px 0;
}

.main-popup-header .title {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .main-popup-header {
    padding: 15px 30px;
  }
  .main-popup-header .logo {
    margin: 5px 30px 5px 0;
  }
}

.course-detail-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f3f7f8;
}

.course-detail-intro .box-img {
  width: 50%;
}

.course-detail-intro .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-detail-intro .box-content {
  width: 50%;
  padding: 55px 30px;
}

.course-detail-intro .box-content .text-wrapper {
  margin-bottom: 35px;
}

@media screen and (max-width: 500px) {
  .course-detail-intro .box-img {
    width: 100%;
  }
  .course-detail-intro .box-content {
    width: 100%;
    padding: 20px 15px;
  }
  .course-detail-intro .box-content .text-wrapper {
    margin-bottom: 10px;
  }
}

.course-detail-info {
  padding: 30px 40px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.course-detail-info .info-item {
  width: calc(100% / 3);
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.course-detail-info .info-item:nth-child(3n + 3) {
  border-right: 0;
}

.course-detail-info .info-item:nth-last-child(3), .course-detail-info .info-item:nth-last-child(2), .course-detail-info .info-item:nth-last-child(1) {
  border-bottom: 0;
}

.course-detail-info .info-item .info-title {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 30px;
  border-bottom: 1px solid #e2e2e2;
}

.course-detail-info .info-item .info-content {
  padding: 20px 30px;
}

.course-detail-info .info-item .info-content .schedule-wrapper .custom-radio .checkmark {
  height: 16px;
  width: 16px;
  margin-right: 15px;
}

.course-detail-info .info-item .info-content .schedule-wrapper .custom-radio .checkmark::after {
  width: 8px;
  height: 8px;
}

.course-detail-info .info-item .info-content .schedule-wrapper .custom-radio .schedule-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-detail-info .info-item .info-content .schedule-wrapper .custom-radio .schedule-content .schedule-title {
  margin-right: 15px;
  font-weight: bold;
}

.course-detail-info .info-item .info-content .schedule-wrapper .custom-radio .schedule-content .schedule-date {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.course-detail-info .info-item .info-content .schedule-wrapper .custom-radio .schedule-content .schedule-date span {
  padding: 6px 12px;
  display: inline-block;
  background-color: #e9eff1;
  margin: 5px;
  min-width: 82px;
  text-align: center;
}

.course-detail-info .info-item .info-content .price-wrapper .price {
  font-size: 18px;
  font-weight: bold;
  color: #15677f;
}

.course-detail-info .info-item .info-content .price-wrapper .per {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .course-detail-info {
    padding: 10px;
  }
  .course-detail-info .info-item .info-title {
    padding: 15px;
  }
  .course-detail-info .info-item .info-content {
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .course-detail-info .info-item {
    width: 50%;
  }
  .course-detail-info .info-item:nth-child(3n + 3) {
    border-right: 1px solid #e2e2e2;
  }
  .course-detail-info .info-item:nth-child(2n + 2) {
    border-right: 0;
  }
  .course-detail-info .info-item:nth-last-child(3) {
    border-bottom: 1px solid #e2e2e2;
  }
}

@media screen and (max-width: 375px) {
  .course-detail-info .info-item {
    width: 100%;
    border-right: 0;
  }
  .course-detail-info .info-item:nth-child(3n + 3) {
    border-right: 0;
  }
  .course-detail-info .info-item:nth-last-child(2) {
    border-bottom: 1px solid #e2e2e2;
  }
}

.success-wrapper {
  text-align: center;
  padding: 40px 15px;
}

.success-wrapper .success-title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: bold;
  color: #15677f;
}

@media screen and (max-width: 768px) {
  .success-wrapper .success-title {
    font-size: 20px;
  }
}

.success-wrapper .success-sub-title .link {
  font-weight: bold;
  color: #15677f;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .success-wrapper {
    padding: 30px 15px;
  }
  .success-wrapper .success-title {
    margin-bottom: 10px;
  }
}

.payment-method-wrapper {
  padding: 50px 70px;
}

.payment-method-wrapper .payment-method-title {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .payment-method-wrapper {
    padding: 30px 15px;
  }
}

.payment-method-list .payment-method-item {
  border-bottom: 1px solid #e2e2e2;
}

.payment-method-list .payment-method-item .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  min-height: 75px;
}

.payment-method-list .payment-method-item .custom-radio .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-method-list .payment-method-item .custom-radio .text-box > .title {
  margin-right: 35px;
}

.payment-method-list .payment-method-item .custom-radio .text-box > .visa-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.payment-method-list .payment-method-item .custom-radio .text-box > .visa-nav li {
  margin: 5px 10px 5px 0;
}

.payment-method-list .payment-method-item:last-child {
  border-bottom: 0;
}

.training-registration-wrapper {
  padding: 40px 70px;
}

.training-registration-wrapper .f-group-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.training-registration-wrapper .f-group-wrapper:last-child {
  margin-bottom: 0;
}

.training-registration-wrapper .f-group-wrapper .f-group-title {
  font-weight: bold;
  display: block;
  width: 22%;
  padding-right: 15px;
}

.training-registration-wrapper .f-group-wrapper .f-group-title > span {
  color: #c90202;
}

.training-registration-wrapper .f-group-wrapper .woocommerce-input-wrapper {
  width: 78%;
}

.training-registration-wrapper .f-group-wrapper .woocommerce-input-wrapper .f-control {
  padding: 0 20px;
}

.training-registration-wrapper .f-group-wrapper .woocommerce-input-wrapper textarea.f-control {
  padding: 10px 20px;
  height: 100px;
}

.training-registration-wrapper .f-group-wrapper.f-group-gender .woocommerce-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.training-registration-wrapper .f-group-wrapper.f-group-gender .woocommerce-input-wrapper .f-group {
  width: 170px;
  margin: 5px 30px 5px 0;
}

.training-registration-wrapper .f-group-wrapper.f-group-participants .f-group-title {
  width: 100%;
  margin-bottom: 10px;
}

.training-registration-wrapper .f-group-wrapper.f-group-participants .f-group-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -2.5px;
}

.training-registration-wrapper .f-group-wrapper.f-group-participants .f-group-content .f-group {
  padding: 2.5px;
}

.training-registration-wrapper .f-group-wrapper.f-group-participants .f-group-content .f-group.w-15 {
  width: 15%;
}

.training-registration-wrapper .f-group-wrapper.f-group-participants .f-group-content .f-group.w-25 {
  width: 25%;
}

.training-registration-wrapper .f-group-wrapper.f-group-participants .f-group-content .f-group.w-35 {
  width: 35%;
}

.training-registration-wrapper .f-group-wrapper.f-group-request {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.training-registration-wrapper .f-group-wrapper.f-group-request .request-title {
  font-weight: bold;
  color: #15677f;
}

.training-registration-wrapper .f-group-wrapper.f-group-request .request-btn-box .main-btn {
  width: 170px;
  margin: 5px 10px 5px 0;
}

.training-registration-wrapper .f-group-wrapper.f-group-quality .f-group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.training-registration-wrapper .f-group-wrapper.f-group-quality .f-group-content .f-control {
  width: 170px;
  margin-right: 100px;
}

.training-registration-wrapper .f-group-wrapper.f-group-vat .f-group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.training-registration-wrapper .f-group-wrapper.f-group-vat .f-group-content .f-control {
  width: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}

.training-registration-wrapper .f-group-wrapper.f-group-txt {
  font-size: 14px;
  display: block;
}

.training-registration-wrapper .f-group-wrapper.f-group-amount .f-group-content .f-control {
  width: 370px;
  max-width: 100%;
}

.training-registration-wrapper .f-group-wrapper.f-group-reference .f-group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.training-registration-wrapper .f-group-wrapper.f-group-reference .f-group-content .f-group {
  width: 50%;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.training-registration-wrapper .f-group-wrapper.f-group-reference .f-group-content .f-group > p {
  padding-right: 20px;
}

.training-registration-wrapper .f-group-wrapper.f-group-reference .f-group-content .f-group > .f-control {
  width: 170px;
}

.training-registration-wrapper .f-group-wrapper.f-group-calendar .f-group-content .f-control {
  padding-right: 50px;
  background-image: url(../images/calendar.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.training-registration-wrapper .f-group-wrapper.f-group-attachment .f-group-content .f-control {
  padding-right: 50px;
  background-image: url(../images/attachment.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.training-registration-wrapper .f-group-wrapper.f-group-attachment .f-group-content .f-control::-webkit-file-upload-button {
  display: none;
}

.training-registration-wrapper .f-group-wrapper.f-group-attachment .f-group-content .f-control::before {
  content: "Select some files";
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .training-registration-wrapper {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 500px) {
  .training-registration-wrapper .f-group-wrapper .f-group-title {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .training-registration-wrapper .f-group-wrapper .f-group-content {
    width: 100%;
  }
  .training-registration-wrapper .f-group-wrapper.f-group-participants .f-group-content .f-group.w-15 {
    width: 50%;
  }
  .training-registration-wrapper .f-group-wrapper.f-group-participants .f-group-content .f-group.w-25 {
    width: 50%;
  }
  .training-registration-wrapper .f-group-wrapper.f-group-participants .f-group-content .f-group.w-35 {
    width: 50%;
  }
  .training-registration-wrapper .f-group-wrapper.f-group-quality .f-group-content .f-control {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .training-registration-wrapper .f-group-wrapper.f-group-vat .f-group-content .f-control {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .training-registration-wrapper .f-group-wrapper.f-group-reference .f-group-content .f-group {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .training-registration-wrapper .f-group-wrapper.f-group-reference .f-group-content .f-group > p {
    width: 30%;
  }
  .training-registration-wrapper .f-group-wrapper.f-group-reference .f-group-content .f-group > .f-control {
    width: 70%;
  }
}

@media screen and (max-width: 320px) {
  .training-registration-wrapper .f-group-wrapper.f-group-participants .f-group-content .f-group.w-15 {
    width: 100%;
  }
  .training-registration-wrapper .f-group-wrapper.f-group-participants .f-group-content .f-group.w-25 {
    width: 100%;
  }
  .training-registration-wrapper .f-group-wrapper.f-group-participants .f-group-content .f-group.w-35 {
    width: 100%;
  }
  .training-registration-wrapper .f-group-wrapper.f-group-reference .f-group-content .f-group > p {
    width: 100%;
    margin-bottom: 5px;
  }
  .training-registration-wrapper .f-group-wrapper.f-group-reference .f-group-content .f-group > .f-control {
    width: 100%;
  }
}

.draft-invoice-wrapper {
  padding: 50px 70px;
}

.draft-invoice-wrapper .draft-invoice-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.draft-invoice-wrapper .draft-invoice-info .info-item {
  width: 40%;
  padding: 0 30px 15px 0;
}

.draft-invoice-wrapper .draft-invoice-info .info-item:last-child {
  width: 20%;
}

.draft-invoice-wrapper .draft-invoice-table {
  margin-bottom: 30px;
  overflow-x: auto;
}

.draft-invoice-wrapper .draft-invoice-table table {
  min-width: 1030px;
  width: 100%;
  border-collapse: collapse;
}

.draft-invoice-wrapper .draft-invoice-table table tbody tr {
  border-top: 1px solid #dadada;
}

.draft-invoice-wrapper .draft-invoice-table table th,
.draft-invoice-wrapper .draft-invoice-table table td {
  padding: 10px 30px;
  border-right: 1px solid #dadada;
}

.draft-invoice-wrapper .draft-invoice-table table th:first-child,
.draft-invoice-wrapper .draft-invoice-table table td:first-child {
  padding-left: 0;
}

.draft-invoice-wrapper .draft-invoice-table table th:last-child,
.draft-invoice-wrapper .draft-invoice-table table td:last-child {
  padding-right: 0;
  border-right: 0;
}

.draft-invoice-wrapper .draft-invoice-table table th:nth-last-child(1), .draft-invoice-wrapper .draft-invoice-table table th:nth-last-child(2), .draft-invoice-wrapper .draft-invoice-table table th:nth-last-child(3),
.draft-invoice-wrapper .draft-invoice-table table td:nth-last-child(1),
.draft-invoice-wrapper .draft-invoice-table table td:nth-last-child(2),
.draft-invoice-wrapper .draft-invoice-table table td:nth-last-child(3) {
  text-align: right;
}

.draft-invoice-wrapper .draft-invoice-table table th:nth-child(1), .draft-invoice-wrapper .draft-invoice-table table th:nth-child(3),
.draft-invoice-wrapper .draft-invoice-table table td:nth-child(1),
.draft-invoice-wrapper .draft-invoice-table table td:nth-child(3) {
  width: 4%;
}

.draft-invoice-wrapper .draft-invoice-table table th:nth-child(4), .draft-invoice-wrapper .draft-invoice-table table th:nth-child(5),
.draft-invoice-wrapper .draft-invoice-table table td:nth-child(4),
.draft-invoice-wrapper .draft-invoice-table table td:nth-child(5) {
  width: 22%;
}

.draft-invoice-wrapper .draft-invoice-table table th:nth-child(2),
.draft-invoice-wrapper .draft-invoice-table table td:nth-child(2) {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .draft-invoice-wrapper {
    padding: 30px 15px;
  }
  .draft-invoice-wrapper .draft-invoice-info {
    margin-bottom: 15px;
  }
  .draft-invoice-wrapper .draft-invoice-table {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
  .draft-invoice-wrapper {
    padding: 30px 15px;
  }
  .draft-invoice-wrapper .draft-invoice-info .info-item {
    width: 100%;
  }
  .draft-invoice-wrapper .draft-invoice-info .info-item:last-child {
    width: 100%;
  }
  .draft-invoice-wrapper .draft-invoice-table {
    margin-bottom: 15px;
  }
}

.main-popup-btn-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-popup-btn-box > .title {
  font-weight: bold;
  color: #15677f;
  margin-right: 30px;
}

.main-popup-btn-box > .btn-box .main-btn {
  width: 170px;
  margin: 5px 6px 5px 0;
}

.testimonials-slider .slick-list {
  overflow: visible;
}

.testimonials-slider:not(.slick-initialized) .slide-item {
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  .testimonials-slider:not(.slick-initialized) .slide-item {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .testimonials-slider:not(.slick-initialized) .slide-item {
    width: 100%;
  }
}

.testimonials-item {
  font-size: 16px;
}

.testimonials-item .testimonials-img {
  margin-bottom: 20px;
}

.testimonials-item .testimonials-img:hover {
  opacity: 0.85;
}

.testimonials-item .testimonials-img .ratio-box {
  padding-top: 57%;
}

.testimonials-item .testimonials-content {
  margin-bottom: 15px;
}

.testimonials-item .testimonials-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.testimonials-item .testimonials-author .avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.testimonials-item .testimonials-author .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials-item .testimonials-author .info {
  width: calc(100% - 40px);
  padding-left: 10px;
}

.testimonials-item .testimonials-author .info .name {
  font-weight: bold;
}

.key-insights-section {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f3f7f8;
}

.key-insights-section .key-insights-title {
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 30px;
  background-color: #272727;
  color: #fff;
  font-weight: bold;
}

.key-insights-section .key-insights-slider {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: 50px;
}

.key-insights-section .key-insights-slider .slick-list {
  margin: 0;
}

.key-insights-section .key-insights-slider .slide-item {
  padding: 0;
}

.key-insights-section .key-insights-slider .slide-item a {
  display: inline-block;
  padding: 5px 20px;
}

.key-insights-section .key-insights-slider:not(.slick-initialized) {
  margin: 0;
}

.key-insights-section .key-insights-slider:not(.slick-initialized) .slide-item {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .key-insights-section {
    text-align: center;
  }
  .key-insights-section .key-insights-title {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .key-insights-section .key-insights-slider {
    width: 100%;
    height: auto;
  }
  .key-insights-section .key-insights-slider .slide-item {
    padding: 0;
  }
  .key-insights-section .key-insights-slider .slide-item a {
    display: inline-block;
    padding: 15px;
  }
}

.home-banner-section {
  padding: 0;
}

.home-banner-slider-wrapper {
  position: relative;
}

.home-banner-slider .slick-list {
  margin: 0;
}

.home-banner-slider .slide-item {
  padding: 0;
}

.home-banner-slider:not(.slick-initialized) {
  margin: 0;
}

.home-banner-slider:not(.slick-initialized) .slide-item {
  width: 100%;
}

.home-banner-slider-item {
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 90px 0 220px;
  font-size: 16px;
}

.home-banner-slider-item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-banner-slider-item .home-banner-info {
  width: 50%;
  padding-left: 30px;
}

.home-banner-slider-item .home-banner-info .home-banner-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .home-banner-slider-item .home-banner-info .home-banner-title {
    font-size: 34px;
  }
}

.home-banner-slider-item .home-banner-info .home-banner-desc {
  margin-bottom: 25px;
  color: #bbb9b8;
}

.home-banner-slider-item .home-banner-info .home-banner-intro {
  margin-bottom: 25px;
  font-weight: bold;
}

.home-banner-slider-item .home-banner-info .home-banner-intro .column {
  width: 50%;
}

.home-banner-slider-item .home-banner-info .home-banner-intro .number {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .home-banner-slider-item .home-banner-info .home-banner-intro .number {
    font-size: 20px;
  }
}

.home-banner-slider-item .home-banner-info .home-banner-intro .title {
  color: #bbb9b8;
}

.home-banner-slider-item .home-banner-img {
  width: 50%;
}

.home-banner-slider-item .home-banner-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .home-banner-slider-item {
    padding: 60px 0 180px;
  }
  .home-banner-slider-item .home-banner-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-left: 0;
  }
  .home-banner-slider-item .home-banner-info .home-banner-title {
    margin-bottom: 15px;
  }
  .home-banner-slider-item .home-banner-info .home-banner-desc {
    margin-bottom: 15px;
  }
  .home-banner-slider-item .home-banner-info .home-banner-intro {
    margin-bottom: 15px;
  }
  .home-banner-slider-item .home-banner-info .home-banner-intro .column {
    width: 50%;
  }
  .home-banner-slider-item .home-banner-info .home-banner-intro .number {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
  }
}

@media screen and (max-width: 500px) and (max-width: 768px) {
  .home-banner-slider-item .home-banner-info .home-banner-intro .number {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .home-banner-slider-item .home-banner-info .home-banner-intro .title {
    color: #bbb9b8;
  }
  .home-banner-slider-item .home-banner-img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.home-banner-slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(transparent, #000);
  color: #fff;
}

.home-banner-slider-nav .slick-list {
  margin: 0;
}

.home-banner-slider-nav .slide-item {
  padding: 35px 50px;
  position: relative;
}

.home-banner-slider-nav .slide-item::after {
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 35px;
  bottom: 35px;
  right: 0;
}

.home-banner-slider-nav .slide-item .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.home-banner-slider-nav .slide-item .content {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.home-banner-slider-nav .slide-item.slick-current {
  background-color: #15677f;
  color: #fff;
}

.home-banner-slider-nav:not(.slick-initialized) {
  margin: 0;
}

.home-banner-slider-nav:not(.slick-initialized) .slide-item {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .home-banner-slider-nav:not(.slick-initialized) .slide-item {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .home-banner-slider-nav:not(.slick-initialized) .slide-item {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 500px) {
  .home-banner-slider-nav:not(.slick-initialized) .slide-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .home-banner-slider-nav .slide-item {
    padding: 15px;
  }
}

.home-section {
  position: relative;
  padding: 150px 0;
}

@media screen and (max-width: 768px) {
  .home-section {
    padding-top: 40px;
  }
}

.home-section-decor {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  border-right: 1px solid #d3d3d3;
  height: 100%;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-section-decor-title {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: rgba(1, 31, 63, 0.1);
  font-size: 60px;
  font-weight: 900;
  white-space: nowrap;
}

.home-section-decor::after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 5px solid #15677f;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 200px;
}

@media screen and (max-width: 1440px) {
  .home-section-decor {
    display: none;
  }
}

.home-section-direct {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #15677f;
  color: #fff;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  width: 850px;
  max-width: 100%;
}

.home-section-direct-title {
  font-size: 18px;
  line-height: 1.2;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
}

.home-section-direct-link {
  padding: 15px 85px 15px 30px;
  background-image: url(../images/button-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22.5%;
}

.home-section-direct-link:nth-child(odd) {
  background-color: #1a5364;
  color: inherit;
}

.home-section-direct-link:nth-child(odd):hover {
  background-color: #25758c;
}

.home-section-direct-link:nth-child(even) {
  background-color: #699dad;
  color: inherit;
}

.home-section-direct-link:nth-child(even):hover {
  background-color: #8ab3bf;
}

@media screen and (max-width: 768px) {
  .home-section-direct {
    width: 100%;
    min-height: 60px;
  }
  .home-section-direct-title {
    padding: 10px;
    font-size: 16px;
    width: 50%;
  }
  .home-section-direct-link {
    width: 25%;
    padding: 10px 40px 10px 10px;
    background-position: right 10px center;
  }
}

@media screen and (max-width: 500px) {
  .home-section-direct {
    min-height: auto;
  }
  .home-section-direct-title {
    width: 100%;
  }
  .home-section-direct-link {
    width: 50%;
  }
}

.market-research-left {
  width: 25%;
  border-right: 1px solid #d3d3d3;
}

.market-research-center {
  width: 25%;
}

.market-research-right {
  width: 50%;
}

.market-research-img {
  position: relative;
  margin-top: -90px;
}

.market-research-img img {
  width: 100%;
  height: auto;
}

.market-research-img .open-video-btn-2 {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
}

@media screen and (max-width: 768px) {
  .market-research-left {
    width: 60%;
  }
  .market-research-center {
    width: 40%;
  }
  .market-research-right {
    width: 100%;
  }
  .market-research-img {
    margin-top: 0;
    margin-left: 50px;
  }
}

@media screen and (max-width: 500px) {
  .market-research-left {
    width: 100%;
  }
  .market-research-center {
    width: 100%;
  }
  .market-research .achievement-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
          -webkit-justify-content: center;
  }
  .market-research .achievement-wrapper .achievement-item {
    width: 50%;
    padding: 15px 15px 15px 0;
  }
  .e-auction-section-wrap .e-auction-section{
      background-size: 250% auto;
  }
}

@media screen and (max-width: 320px) {
  .market-research .achievement-wrapper .achievement-item {
    width: 100%;
  }
}

.achievement-item {
  font-weight: bold;
  padding: 20px 35px;
  border-radius: 4px;
}

.achievement-item .achievement-number {
  font-size: 24px;
  line-height: 1.2;
  color: #15677f;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .achievement-item .achievement-number {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .achievement-item:hover {
    background-color: #15677f;
    color: #fff;
    -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
  }
  .achievement-item:hover .achievement-number {
    color: inherit;
  }
}

.open-video-btn-2 {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 1px solid #d3d3d3;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.open-video-btn-2 .fa {
  background-color: #15677f;
  color: #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .open-video-btn-2 {
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
  .open-video-btn-2 .fa {
    width: 50px;
    height: 50px;
  }
}

.request-for-quotes-section {
  background-color: #f3f7f8;
}

.request-for-quotes-left {
  width: 50%;
}

.request-for-quotes-right {
  width: 50%;
}

.request-for-quotes-right .text-wrapper {
  margin-bottom: 45px;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.request-for-quotes-img {
  position: relative;
}

.request-for-quotes-img img {
  width: 100%;
  height: auto;
}

.request-for-quotes-img .open-video-btn-2 {
  position: absolute;
  bottom: 0;
  right: 70px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.request-for-quotes .achievement-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: center;
          -webkit-justify-content: center;
}

.request-for-quotes .achievement-wrapper .achievement-item {
  padding: 20px;
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  .request-for-quotes-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .request-for-quotes-right {
    width: 100%;
  }
  .request-for-quotes-right .text-wrapper {
    margin-bottom: 30px;
  }
  .request-for-quotes .achievement-wrapper .achievement-item {
    width: 50%;
    padding: 15px 15px 15px 0;
  }
}

@media screen and (max-width: 500px) {
  .request-for-quotes-left {
    margin-bottom: 30px;
  }
  .request-for-quotes-right .text-wrapper {
    -webkit-column-count: initial;
            column-count: initial;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 320px) {
  .request-for-quotes .achievement-wrapper .achievement-item {
    width: 100%;
  }
}

.e-auction-section {
  background-size: 2000px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 150px 0 200px;
}

@media screen and (max-width: 768px) {
  .e-auction-section {
    padding: 40px 0 150px;
  }
}

.e-auction-left {
  width: 50%;
}

.e-auction-left .text-wrapper {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.e-auction-right {
  width: 50%;
}

.e-auction .achievement-wrapper {
  margin-bottom: 40px;
}

.e-auction .achievement-wrapper .column {
  width: calc(100% / 3);
}

.e-auction .achievement-wrapper .achievement-item {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  padding: 75px 50px 20px 20px;
  height: 100%;
  background-image: url(../images/light.svg);
  background-repeat: no-repeat;
  background-position: right 15px top 20px;
}

.e-auction .achievement-wrapper .achievement-item .achievement-number {
  color: #699dad;
}

.e-auction .achievement-wrapper .achievement-item:hover {
  background-color: #15677f;
  color: #fff;
  border-color: transparent;
}

.e-auction .achievement-wrapper .achievement-item:hover .achievement-number {
  color: inherit;
}

@media screen and (max-width: 768px) {
  .e-auction-left {
    width: 100%;
  }
  .e-auction-left .text-wrapper {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .e-auction-right {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .e-auction-left .text-wrapper {
    -webkit-column-count: initial;
            column-count: initial;
  }
  .e-auction .achievement-wrapper .column {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .e-auction .achievement-wrapper .columns {
    margin: -5px;
  }
  .e-auction .achievement-wrapper .column {
    padding: 5px;
    width: 100%;
  }
}

.case-study-schedule-section {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .case-study-schedule-section {
    padding: 20px 0;
  }
}

.case-study-banner-section {
  padding: 190px 0;
  background-size: cover;
  background-position: center center;
}

.case-study-banner-section .case-study-banner-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  color: #15677f;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .case-study-banner-section .case-study-banner-title {
    font-size: 34px;
  }
}

.case-study-banner-section .case-study-banner-desc {
  font-size: 18px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .case-study-banner-section {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .case-study-banner-section {
    padding: 40px 0;
  }
  .case-study-banner-section .case-study-banner-title {
    margin-bottom: 15px;
  }
  .case-study-banner-section .case-study-banner-desc {
    margin-bottom: 20px;
  }
}

.like-section {
  padding: 40px 0;
  background-color: #15677f;
  color: #fff;
}

.like-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.like-section-title {
  font-size: 18px;
  font-weight: bold;
  width: 50%;
  padding-right: 30px;
}

.like-section-nav {
  width: 50%;
  text-align: right;
}

.like-section-nav li {
  display: inline-block;
  margin: 5px;
}

.like-section-nav li a {
  display: block;
  background-color: #fff;
  color: #15677f;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 20px;
  min-width: 175px;
  text-align: center;
}

.like-section-nav li:hover a {
  background-color: #699dad;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .like-section {
    text-align: center;
  }
  .like-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .like-section-nav {
    width: 100%;
    text-align: inherit;
  }
  .like-section-nav li {
    display: inline-block;
    margin: 5px 5px 5px 0;
  }
  .like-section-nav li a {
    display: block;
    background-color: #fff;
    color: #15677f;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 20px;
  }
  .like-section-nav li:hover a {
    background-color: #699dad;
    color: #fff;
  }
}

.term-direct-slider-nav {
  border-bottom: 1px solid #e2e2e2;
  margin-right: -1px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .term-direct-slider-nav + .main-section-wrap .main-section {
    padding-top: 20px;
  }
}

.term-direct-slider-nav .slick-list {
  margin: 0;
  overflow: visible;
}

.term-direct-slider-nav .slide-item {
  padding: 0;
  border-right: 1px solid #e2e2e2;
  cursor: pointer;
}

.term-direct-slider-nav .slide-item.current .about-direct-link {
  border-bottom-color: #15677f;
}

.term-direct-slider-nav:not(.slick-initialized) {
  margin: 0;
}

.term-direct-slider-nav:not(.slick-initialized) .slide-item {
  width: 50%;
}

@media screen and (max-width: 500px) {
  .term-direct-slider-nav:not(.slick-initialized) .slide-item {
    width: 100%;
  }
}

.term-direct-slider-nav.slick-dotted + .about-direct-slider {
  margin-top: 40px;
}

.woocommerce-page .training-registration-wrapper {
  padding: 0;
  font-size: 16px;
}

.woocommerce-page .training-registration-wrapper h3,
.woocommerce-page .training-registration-wrapper #custom_checkout_field h3,
.woocommerce-page .training-registration-wrapper .cart-collaterals .cart_totals > h2,
.woocommerce-page .training-registration-wrapper .woocommerce-additional-fields > h3,
.woocommerce-page .training-registration-wrapper .woocommerce-billing-fields > h3,
.woocommerce-page .training-registration-wrapper #order_review_heading {
  margin: 15px 0;
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .woocommerce-page .training-registration-wrapper h3,
  .woocommerce-page .training-registration-wrapper #custom_checkout_field h3,
  .woocommerce-page .training-registration-wrapper .cart-collaterals .cart_totals > h2,
  .woocommerce-page .training-registration-wrapper .woocommerce-additional-fields > h3,
  .woocommerce-page .training-registration-wrapper .woocommerce-billing-fields > h3,
  .woocommerce-page .training-registration-wrapper #order_review_heading {
    font-size: 20px;
  }
}

.woocommerce-page .wc_payment_methods .wc_payment_method .input-radio:checked + label:before {
  border-color: #15677f;
}

.woocommerce-page .wc_payment_methods .wc_payment_method .input-radio:checked + label {
  border-bottom-color: #15677f;
}

.woocommerce-page .wc_payment_methods .wc_payment_method .input-radio:checked + label:after {
  background-color: #15677f;
}

.woocommerce-page .mona-content a {
  color: #15677f;
}

.woocommerce-page .woocommerce form .form-row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
  .woocommerce-page .woocommerce form .form-row {
    margin-bottom: 15px;
  }
}

.woocommerce-page .mona-content {
  color: inherit;
}

.woocommerce-page #add_payment_method table.cart input,
.woocommerce-page .woocommerce-cart table.cart input,
.woocommerce-page .woocommerce-checkout table.cart input,
.woocommerce-page .woocommerce form .form-row input.input-text,
.woocommerce-page .woocommerce form .form-row textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: 0;
  border-radius: 0;
  width: 100%;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  color: inherit;
  padding: 0 20px;
  height: 40px;
}

.woocommerce-page #add_payment_method table.cart input::-webkit-input-placeholder,
.woocommerce-page .woocommerce-cart table.cart input::-webkit-input-placeholder,
.woocommerce-page .woocommerce-checkout table.cart input::-webkit-input-placeholder,
.woocommerce-page .woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce-page .woocommerce form .form-row textarea::-webkit-input-placeholder {
  color: #b2bbc5;
}

.woocommerce-page #add_payment_method table.cart input:-ms-input-placeholder,
.woocommerce-page .woocommerce-cart table.cart input:-ms-input-placeholder,
.woocommerce-page .woocommerce-checkout table.cart input:-ms-input-placeholder,
.woocommerce-page .woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce-page .woocommerce form .form-row textarea:-ms-input-placeholder {
  color: #b2bbc5;
}

.woocommerce-page #add_payment_method table.cart input::-ms-input-placeholder,
.woocommerce-page .woocommerce-cart table.cart input::-ms-input-placeholder,
.woocommerce-page .woocommerce-checkout table.cart input::-ms-input-placeholder,
.woocommerce-page .woocommerce form .form-row input.input-text::-ms-input-placeholder,
.woocommerce-page .woocommerce form .form-row textarea::-ms-input-placeholder {
  color: #b2bbc5;
}

.woocommerce-page #add_payment_method table.cart input::placeholder,
.woocommerce-page .woocommerce-cart table.cart input::placeholder,
.woocommerce-page .woocommerce-checkout table.cart input::placeholder,
.woocommerce-page .woocommerce form .form-row input.input-text::placeholder,
.woocommerce-page .woocommerce form .form-row textarea::placeholder {
  color: #b2bbc5;
}

.woocommerce-page #add_payment_method table.cart input:disabled,
.woocommerce-page .woocommerce-cart table.cart input:disabled,
.woocommerce-page .woocommerce-checkout table.cart input:disabled,
.woocommerce-page .woocommerce form .form-row input.input-text:disabled,
.woocommerce-page .woocommerce form .form-row textarea:disabled {
  cursor: not-allowed;
}

.woocommerce-page #add_payment_method table.cart input:focus,
.woocommerce-page .woocommerce-cart table.cart input:focus,
.woocommerce-page .woocommerce-checkout table.cart input:focus,
.woocommerce-page .woocommerce form .form-row input.input-text:focus,
.woocommerce-page .woocommerce form .form-row textarea:focus {
  border-color: #15677f;
}

.woocommerce-page .woocommerce form .form-row textarea.input-text {
  padding: 10px 20px;
  max-width: 100%;
}

.woocommerce-page .select2-container .select2-selection--single {
  height: 40px;
  border-radius: 0;
  border-color: #e1e1e1;
  margin: 0;
  outline: 0;
}

.woocommerce-page .select2-container .select2-selection--single:focus {
  border-color: #15677f;
}

.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
  color: inherit;
  padding: 0 20px;
  line-height: 40px;
  padding-right: 40px;
}

.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.woocommerce-page .woocommerce #respond input#submit,
.woocommerce-page .woocommerce a.button,
.woocommerce-page .woocommerce button.button,
.woocommerce-page .woocommerce input.button,
.woocommerce-page .woocommerce #respond input#submit.alt,
.woocommerce-page .woocommerce a.button.alt,
.woocommerce-page .woocommerce button.button.alt,
.woocommerce-page .woocommerce input.button.alt {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #15677f;
  background-color: #15677f;
  color: #fff;
  padding: 11px 46px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.woocommerce-page .woocommerce #respond input#submit:hover,
.woocommerce-page .woocommerce a.button:hover,
.woocommerce-page .woocommerce button.button:hover,
.woocommerce-page .woocommerce input.button:hover,
.woocommerce-page .woocommerce #respond input#submit.alt:hover,
.woocommerce-page .woocommerce a.button.alt:hover,
.woocommerce-page .woocommerce button.button.alt:hover,
.woocommerce-page .woocommerce input.button.alt:hover {
  background-color: #fff;
  color: #15677f;
}

.woocommerce-page .woocommerce table.shop_table th {
  padding: 15px;
  color: inherit;
}

.woocommerce-page .woocommerce table.shop_table td {
  padding: 15px;
}

.woocommerce-page .cart-collaterals .cart_totals > h2,
.woocommerce-page .woocommerce-additional-fields > h3,
.woocommerce-page .woocommerce-billing-fields > h3,
.woocommerce-page #order_review_heading {
  color: inherit;
}

.woocommerce-page #custom_field_gender_field .woocommerce-input-wrapper,
.woocommerce-page #custom_field_registration_mode_field .woocommerce-input-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-page .input-radio {
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  outline: 0;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.woocommerce-page .input-radio::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #707070;
  border-radius: 100%;
}

.woocommerce-page .input-radio::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #15677f;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.woocommerce-page .input-radio:checked::after {
  display: block;
}

.woocommerce-page #add_payment_method #payment div.payment_box p:last-child,
.woocommerce-page .woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-page .woocommerce-checkout #payment div.payment_box p:last-child {
  margin: 0;
}

.woocommerce-page #add_payment_method #payment div.payment_box,
.woocommerce-page .woocommerce-cart #payment div.payment_box,
.woocommerce-page .woocommerce-checkout #payment div.payment_box {
  color: inherit;
}

.woocommerce-page .woocommerce
table.shop_table.woocommerce-checkout-review-order-table
tfoot
th {
  color: inherit;
}

.woocommerce-page #custom_checkout_field h3 {
  color: inherit;
}

.woocommerce-page .woocommerce-info {
  border-top-color: #15677f;
}

.woocommerce-page .woocommerce-info::before {
  color: #15677f;
}

@media screen and (max-width: 500px) {
  .woocommerce-page .training-registration-wrapper {
    padding: 0;
    font-size: 14px;
  }
  .woocommerce-page #customer_details
.woocommerce-billing-fields
.woocommerce-billing-fields__field-wrapper
p
label,
  .woocommerce-page .woocommerce-additional-fields
.woocommerce-additional-fields__field-wrapper
#order_comments_field
label,
  .woocommerce-page #custom_checkout_field p label {
    width: 100%;
  }
  .woocommerce-page #customer_details
.woocommerce-billing-fields
.woocommerce-billing-fields__field-wrapper
p
> span,
  .woocommerce-page .woocommerce-additional-fields
.woocommerce-additional-fields__field-wrapper
#order_comments_field
> span,
  .woocommerce-page #custom_checkout_field p span {
    width: 100% !important;
  }
  .woocommerce-page #billing_city_field input {
    width: 100%;
  }
}

/* css cua hy */
.pagination {
  margin-left: auto;
  height: 40px;
  position: relative;
}

.pagination .slide-pagination .item .number {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  line-height: 37px;
}

.pagination .slide-pagination .item {
  height: 40px;
  width: 45px !important;
}

.slick-slide {
  outline: none;
}

.pagination .slide-pagination .item.slick-current {
  border: 1px solid #15677f;
}

.pagination .slide-pagination {
  height: 40px;
}

.pagination .slick-prev:before {
  font-family: FontAwesome;
  content: "\f100";
}

.pagination .slick-next:before {
  font-family: FontAwesome;
  content: "\f101";
}

.pagination .slick-arrow::before {
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 22px;
}

.pagination .slick-arrow {
  width: 20px;
  height: 25px;
  position: absolute;
}

.sec-border-top::before {
  border-bottom: 3px solid #15677f !important;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-right: 30px;
    margin-top: 15px;
  }
  .home-banner-slider-nav .slide-item .content {
    height: 70px;
  }
}

@media screen and (max-width: 375px) {
  .hd-right-item {
    padding: 0 4px;
    margin-left: 8px;
  }
  .hd-right-nav > li {
    margin-right: 1px;
  }
}



.controls-video {
  position: relative;
}

/* .controls-video:before {
      font-family: FontAwesome;
      content: "\f144";
      position: absolute;
      top: 50%;
      color: #fff;
      z-index: 555;
      left: 50%;
      font-size: 40px;
      transform: translate(-50%,-50%);
  } */
.controls-video .icon-play {
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 555;
  left: 50%;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  
}

@media screen and (max-width: 375px) {
  .home-banner-slider-item .home-banner-info .home-banner-title {
    font-size: 30px;
  }
  .home-banner-slider-item .home-banner-info .home-banner-intro .title {
    font-size: 14px;
  }
  .home-banner-slider-item {
    padding: 60px 0 150px;
  }
  .main-title-box .main-title-4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .contact-form .f-group .wpcf7-form-control-wrap {
    width: 100%;
  }
  .contact-form .f-group > .main-btn {
    width: 100%;
  }
}

.wrap-control-video {
  background-size: cover;
  background-position: center center;
}
