@charset "UTF-8";
@import url(../fonts/Roboto/stylesheet.css);
@import url(../js/Magnific-Popup-master/magnific-popup.css);
@import url(../js/lightGallery-master/dist/css/lightgallery.min.css);
@import url(../js/Font-awesome-4.7.0/css/font-awesome.min.css);
@import url(../js/swiper-4.5.3/dist/css/swiper.min.css);
@import url(../js/select2-develop/dist/css/select2.min.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;
}

.open-video-btn-2 {
  display: inline-block;
}

.open-video-btn-2 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%;
  width: auto;
  width: auto;
}

.ratio-box iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mona-content strong,
.mona-content b {
  font-weight: bold;
}

.mona-content em,
.mona-content i {
  font-style: italic;
}

.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: 1em 0;
}

.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}

.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}

.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;
}

.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}

.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.mona-content blockquote p {
  display: inline;
}

.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}

.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}

.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mona-content .mona-table-wrap {
  overflow: 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: 0 auto;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 768px) {
  .columns {
    margin: -7.5px;
  }
}

.column {
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .column {
    padding: 7.5px;
  }
}

.hamburger-btn {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
}

.hamburger-btn .bar {
  width: 25px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FEA128;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 2px;
}

.hamburger-btn .bar::before, .hamburger-btn .bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #FEA128;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 2px;
}

.hamburger-btn .bar::before {
  top: -8px;
}

.hamburger-btn .bar::after {
  top: 8px;
}

.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 {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: 0;
  border: 0;
  cursor: pointer;
  background-color: #FEA128;
  color: #fff;
  padding: 8px 24px;
  font-weight: bold;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 170px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main-btn::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #f28901;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-btn.full-btn {
  text-align: center;
  width: 100%;
}

.main-btn.alt {
  background-color: #FD4980;
}

.main-btn.alt::after {
  background-color: #fc175d;
}

.main-btn.alt-2 {
  background-color: #3A3E73;
}

.main-btn.alt-2::after {
  background-color: #292c51;
}

.main-btn.alt-3 {
  background-color: #272948;
}

.main-btn.alt-3::after {
  background-color: #151627;
}

.main-btn.sm-btn {
  font-size: 12px;
  padding: 9px 50px;
}

.main-btn.disabled, .main-btn.disabled:hover, .main-btn:disabled, .main-btn:disabled:hover {
  cursor: not-allowed;
  background-color: #d8d8d8;
  color: #9b9b9b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-btn:hover {
  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);
}

.main-btn:hover::after {
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main-btn {
    min-width: 100px;
  }
}

.f-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  color: inherit;
  outline: 0;
  border-radius: 0;
  width: 100%;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  color: #000;
  padding: 0 20px;
  height: 40px;
  border-radius: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  resize: none;
}

.f-control::-webkit-input-placeholder {
  color: #939393;
}

.f-control:-ms-input-placeholder {
  color: #939393;
}

.f-control::-ms-input-placeholder {
  color: #939393;
}

.f-control::placeholder {
  color: #939393;
}

.f-control:disabled {
  cursor: not-allowed;
}

.f-control:focus {
  border-color: #FEA128;
  -webkit-box-shadow: 0 0 5px 0 #FEA128;
          box-shadow: 0 0 5px 0 #FEA128;
}

.f-control.wpcf7-not-valid {
  border-color: #f00;
}

.f-control + .wpcf7-not-valid-tip {
  margin-top: 5px;
}

select.f-control {
  background: url(../images/select-2.svg) right 20px center/12px no-repeat;
  padding-right: 40px;
}

textarea.f-control {
  display: block;
  height: 120px;
  padding: 15px 20px;
  max-width: 100%;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  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: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #FEA128;
  display: none;
}

.custom-checkbox .required {
  color: #fd4980;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 998;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #FEA128;
  border: 1px solid #FEA128;
  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: #FEA128;
}

@media screen and (max-width: 768px) {
  .scroll-top {
    right: 15px;
  }
}

.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: #FEA128;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mfp-bg {
  z-index: 9998;
}

.mfp-wrap {
  z-index: 9999;
}

.main-popup {
  background: #fff;
  padding: 30px;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-popup {
    padding: 25px;
  }
}

.lg-outer .lg-thumb-item:hover, .lg-outer .lg-thumb-item.active {
  border-color: #FEA128;
}

.pagination {
  margin-top: 25px;
}

.pagination.mt-0 {
  margin-top: 0;
}

.pagination > ul > li {
  display: inline-block;
}

.pagination > ul > li > .page-numbers {
  display: block;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 600;
}

.pagination > ul > li > .page-numbers.current, .pagination > ul > li > .page-numbers:hover {
  color: #fff;
  background-color: #FEA128;
  border-color: #FEA128;
}

.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: #f7941d;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.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;
}

.daterangepicker .calendar-table thead {
  text-transform: uppercase;
}

.daterangepicker .calendar-table td {
  font-size: 13px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #FEA128;
}

.sec {
  padding: 80px 0;
}

.sec.pt-0 {
  padding-top: 0;
}

.sec.pb-0 {
  padding-bottom: 0;
}

.sec.p-0 {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .sec {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .sec {
    padding: 40px 0;
  }
}

.sec-bg {
  background-color: #f8f8f8;
}

.sec-botder-top {
  border-top: 1px solid #b2b2b2;
}

.hl-color {
  color: #FEA128;
}

.hl-color-2 {
  color: #FD4980;
}

.readmore-btn {
  display: inline-block;
  color: #FEA128;
}

.main-title-wrap {
  margin-bottom: 30px;
}

.main-title-wrap .main-title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .main-title-wrap .main-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 500px) {
  .main-title-wrap .main-title {
    font-size: 26px;
  }
}

.main-title-wrap .main-title .fa {
  font-size: 90%;
  color: #FEA128;
}

.main-title-wrap .main-title-2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .main-title-wrap .main-title-2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .main-title-wrap .main-title-2 {
    font-size: 20px;
  }
}

.main-title-wrap .main-title-3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.main-title-wrap .main-title-4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  color: #939393;
}

.main-title-wrap .main-title-5 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px;
}

.main-title-wrap .sub-title {
  margin-top: 25px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .main-title-wrap {
    margin-bottom: 20px;
  }
  .main-title-wrap .main-title-4 {
    font-size: 16px;
  }
  .main-title-wrap .main-title-5 {
    font-size: 16px;
  }
  .main-title-wrap .sub-title {
    margin-top: 15px;
  }
}

.breadcrumb-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb-nav li:first-child::before {
  display: none;
}

.breadcrumb-nav li::before {
  content: "/";
  padding: 0 6px;
}

.breadcrumb-nav li:last-child {
  color: #838383;
}

.select2-container {
  outline: 0;
}

.select2-container .select2-selection--single {
  border-radius: 30px;
  height: 40px;
  outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 20px;
  padding-right: 40px;
  outline: 0;
  background: url(../images/select-2.svg) right 20px center/12px no-repeat;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-selection--multiple {
  min-height: 40px;
  border-radius: 30px;
  padding: 0 30px 5px 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 5px;
  border-radius: 30px;
  background-color: #272948;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 15px;
  border: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: inherit;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-right: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  padding: 0;
  border-radius: 100%;
  background-color: #fff;
  color: #272948;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span {
  line-height: 1;
}

@-webkit-keyframes fadeInUpShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpShorter {
  -webkit-animation-name: fadeInUpShorter;
          animation-name: fadeInUpShorter;
}

@-webkit-keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftShorter {
  -webkit-animation-name: fadeInLeftShorter;
          animation-name: fadeInLeftShorter;
}

@-webkit-keyframes fadeInRightShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightShorter {
  -webkit-animation-name: fadeInRightShorter;
          animation-name: fadeInRightShorter;
}

@-webkit-keyframes fadeInDownShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownShorter {
  -webkit-animation-name: fadeInDownShorter;
          animation-name: fadeInDownShorter;
}

.is-slider {
  position: relative;
}

.is-slider .swiper-container {
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  background-image: none;
  background-color: #FEA128;
  color: #fff;
  outline: 0;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 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;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: FontAweSome;
  font-size: 20px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  -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);
}

.swiper-button-prev {
  left: -64px;
}

.swiper-button-prev::after {
  content: "\f177";
}

.swiper-button-next {
  right: -64px;
}

.swiper-button-next::after {
  content: "\f178";
}

.swiper-pagination {
  position: static;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .swiper-pagination {
    margin-top: 10px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #FEA128;
}

.swiper-container {
  margin: -15px;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-wrapper .swiper-slide {
  padding: 15px;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .swiper-wrapper {
    margin: -7.5px;
  }
  .swiper-wrapper .swiper-slide {
    padding: 7.5px;
  }
}

.swiper-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-button-wrap .swiper-button-prev,
.swiper-button-wrap .swiper-button-next {
  position: static;
  color: #fff;
  background-color: #FEA128;
  margin-top: 0;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.swiper-button-wrap .swiper-button-prev:hover,
.swiper-button-wrap .swiper-button-next:hover {
  background-color: #FEA128;
}

.swiper-button-wrap .swiper-button-prev::after {
  content: "\f104";
}

.swiper-button-wrap .swiper-button-next {
  margin-left: 5px;
}

.swiper-button-wrap .swiper-button-next::after {
  content: "\f105";
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: #FEA128;
  color: #fff;
}

::selection {
  background-color: #FEA128;
  color: #fff;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}

img,
iframe {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style-type: none;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

a:hover {
  color: #FEA128;
}

.admin-bar .header.fixed {
  top: 32px;
}

@media screen and (max-width: 991px) {
  .admin-bar .main-menu {
    top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .admin-bar .header.fixed {
    top: 46px;
  }
  .admin-bar .main-menu {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .header.fixed {
    top: 0;
  }
  .admin-bar .header.fixed .main-menu {
    top: 0;
  }
}

.home .header {
  border-bottom: 0;
}

.header {
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  z-index: 999;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: showHeader 1s forwards;
          animation: showHeader 1s forwards;
  -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);
}

.header.fixed .top-header {
  display: none;
}

.header.fixed .bottom-header {
  padding: 10px 0;
}

@-webkit-keyframes showHeader {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showHeader {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top-header {
  background-color: #f8f8f8;
  padding: 12px 0;
}

.top-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top-header {
    padding: 8px 0;
  }
}

@media screen and (max-width: 500px) {
  .top-header .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.top-header-nav {
  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;
}

.top-header-nav li {
  margin-right: 30px;
}

.top-header-nav li:last-child {
  margin-right: 0;
}

.top-header-nav li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .top-header-nav li {
    margin-right: 20px;
  }
}

.top-header-nav-left li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header-nav-left li a img {
  margin-right: 5px;
}

@media screen and (max-width: 500px) {
  .top-header-nav-left {
    display: none;
  }
}

.top-header-nav-right {
  font-size: 12px;
  font-weight: bold;
}

.top-header-nav-right .open-popup-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header-nav-right .open-popup-btn .fa {
  margin-right: 5px;
  font-size: 16px;
  color: #FD4980;
}

.header-search-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.header-search-form {
  position: relative;
}

.header-search-form .f-control {
  padding-right: 60px;
  border-radius: 0;
}

.header-search-form .main-btn {
  height: 40px;
  width: 40px;
  padding: 0;
  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;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.custom-logo-link {
  display: inline-block;
  width: 200px;
  margin-right: 10px;
}

.custom-logo-link img {
  width: 100%;
  height: auto;
}

.bottom-header {
  background-color: #fff;
  padding: 15px 0;
}

.bottom-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .bottom-header {
    padding: 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .bottom-header-logo {
    padding: 10px 0;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .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 {
  font-weight: bold;
}

.main-menu-nav a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-menu-nav > li {
  display: inline-block;
}

.main-menu-nav > li > a {
  display: block;
  padding: 10px 15px;
}

.main-menu-nav .current-menu-item > a,
.main-menu-nav .current-menu-parent > a {
  color: #FEA128;
}

.main-menu-nav .dropdown {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .main-menu-nav .dropdown:hover > .sub-menu-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .main-menu-nav .dropdown .dropdown > a > .fa {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.main-menu-nav .dropdown > a {
  position: relative;
  padding-right: 30px;
}

.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 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-menu-nav .dropdown > .sub-menu-wrap .sub-menu > li {
  border-top: 1px solid rgba(225, 225, 225, 0.4);
}

.main-menu-nav .dropdown > .sub-menu-wrap .sub-menu > li > a {
  display: block;
  padding: 10px 15px;
}

.main-menu-nav .dropdown > .sub-menu-wrap .sub-menu-wrap {
  top: 0;
  left: 100%;
}

@media screen and (max-width: 1024px) {
  .main-menu-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: #FEA128;
    color: #fff;
    z-index: 2;
    padding: 20px 0 50px;
    overflow: auto;
    text-align: left;
  }
  .main-menu-nav a:hover {
    color: #fff;
  }
  .main-menu-nav > li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu-nav > li > a {
    padding: 15px;
  }
  .main-menu-nav .current-menu-item > a,
  .main-menu-nav .current-menu-parent > a {
    background-color: #f28901;
    color: #fff;
  }
  .main-menu-nav .dropdown > a > .fa {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu-nav .dropdown > .sub-menu-wrap {
    width: 100%;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: none;
    background-color: transparent;
    color: inherit;
  }
  .main-menu-nav .dropdown > .sub-menu-wrap .sub-menu > li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu-nav .dropdown > .sub-menu-wrap .sub-menu > li > a {
    padding-left: 40px;
  }
  .main-menu-nav .dropdown > .sub-menu-wrap .sub-menu-wrap > .sub-menu > li > a {
    padding-left: 65px;
  }
  .main-menu-nav .dropdown.show-sub-menu > a > .fa::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu-nav .dropdown.show-sub-menu > .sub-menu-wrap {
    display: block;
  }
}

.main-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

@media screen and (max-width: 1024px) {
  .main-menu-overlay {
    display: block;
  }
}

.main-menu-btn {
  display: none;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .main-menu-btn {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .main-menu-btn {
    margin-left: 5px;
  }
}

.bottom-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-user-wrap .header-user-btn {
  white-space: nowrap;
}

.header-user-wrap .header-user-btn .main-btn {
  padding: 8px 20px;
  min-width: 120px;
  vertical-align: middle;
}

.header-user-wrap .header-user-btn .main-btn .fa {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .header-user-wrap .header-user-btn .main-btn {
    font-size: 12px;
    min-width: unset;
  }
}

@media screen and (max-width: 500px) {
  .header-user-wrap .header-user-btn .main-btn {
    font-size: 11px;
    padding: 6px 10px;
  }
}

.advantages-wrap .column {
  width: calc(100% / 3);
}

@media screen and (max-width: 500px) {
  .advantages-wrap .column {
    width: 50%;
  }
}

@media screen and (max-width: 375px) {
  .advantages-wrap .column {
    width: 100%;
    margin-bottom: 7.5px;
  }
  .advantages-wrap .column:last-child {
    margin-bottom: 0;
  }
}

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

.advantages-item .advantages-img {
  border-radius: 8px;
  -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);
  overflow: hidden;
}

.advantages-item .advantages-img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.advantages-item .advantages-title {
  font-size: 18px;
  margin: 20px auto 0;
  width: 300px;
  max-width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.advantages-item .advantages-info {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.advantages-item .advantages-info .text-info {
  /* overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical; */
}

.advantages-item:hover .advantages-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.advantages-item:hover .advantages-title {
  color: #FEA128;
}

@media screen and (max-width: 768px) {
  .advantages-item .advantages-title {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .advantages-item .advantages-img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 375px) {
  .advantages-item .advantages-img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .advantages-item .advantages-info .text-info {
    -webkit-line-clamp: unset;
  }
}

.readmore-wrap {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .readmore-wrap {
    margin-top: 15px;
  }
}

.introduce-wrap .columns {
  margin: 0 -15px;
}

.introduce-wrap .column {
  width: calc(100% / 3);
  padding: 0 45px;
  border-right: 1.2px dashed #b2b2b2;
}

.introduce-wrap .column:last-child {
  border-right: 0;
}

@media screen and (max-width: 768px) {
  .introduce-wrap .column {
    padding: 0 15px;
  }
}

@media screen and (max-width: 500px) {
  .introduce-wrap .column {
    width: 100%;
    border-right: 0;
    margin-bottom: 20px;
  }
  .introduce-wrap .column:last-child {
    margin-bottom: 0;
  }
}

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

.introduce-item .introduce-icon {
  height: 70px;
}

.introduce-item .introduce-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.introduce-item .introduce-title {
  font-size: 16px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .introduce-item .introduce-icon {
    height: 60px;
  }
  .introduce-item .introduce-title {
    margin-top: 10px;
  }
}

.introduce-sec-3 {
  background: #f8f8f8 url(../images/introduce-3-bg.png) no-repeat center top;
  background-attachment: fixed;
}

.introduce-sec-3 .main-title-wrap .main-title {
  width: 870px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1025px) {
  .introduce-sec-3 {
    padding: 110px 0 125px;
  }
}

.roadmap-wrap .roadmap-img {
  width: 50%;
}

.roadmap-wrap .roadmap-img img {
  width: 100%;
  height: auto;
}

.roadmap-wrap .roadmap-content {
  width: 50%;
  font-size: 16px;
}

.roadmap-wrap .roadmap-content-title {
  margin-bottom: 30px;
  font-size: inherit;
}

.roadmap-wrap .roadmap-commitment {
  margin-bottom: 30px;
}

.roadmap-wrap .roadmap-commitment:hover .roadmap-commitment-title {
  color: #FEA128;
}

.roadmap-wrap .roadmap-commitment:hover .roadmap-commitment-title .fa {
  -webkit-animation: flip 1s forwards;
          animation: flip 1s forwards;
}

.roadmap-wrap .roadmap-commitment-title {
  font-size: inherit;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.roadmap-wrap .roadmap-commitment-title .fa {
  color: #FEA128;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
}

.roadmap-wrap .roadmap-commitment-desc {
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .roadmap-wrap .roadmap-img {
    width: 100%;
  }
  .roadmap-wrap .roadmap-content {
    width: 100%;
    font-size: 16px;
  }
  .roadmap-wrap .roadmap-content-title {
    margin-bottom: 20px;
    font-size: inherit;
  }
  .roadmap-wrap .roadmap-commitment {
    margin-bottom: 20px;
  }
  .roadmap-wrap .roadmap-commitment-desc {
    margin-top: 8px;
  }
}

.introduce-sec-4 {
  background-color: #ebebeb;
}

.introduce-sec-4 .main-title-wrap .sub-title {
  width: 970px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.commitment-slider .swiper-slide {
  width: calc(100% / 3);
}

.commitment-slider .commitment-slider-pagination {
  display: none;
}

@media screen and (max-width: 1300px) {
  .commitment-slider .commitment-slider-pagination {
    display: block;
  }
  .commitment-slider .commitment-slider-button-prev,
  .commitment-slider .commitment-slider-button-next {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .commitment-slider .swiper-slide {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .commitment-slider .swiper-slide {
    width: 100%;
  }
}

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

.commitment-item .commitment-img {
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.commitment-item .commitment-img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.commitment-item .commitment-info {
  margin-top: 20px;
}

.commitment-item .commitment-info .commitment-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.commitment-item .commitment-info .commitment-desc {
  font-size: 16px;
  margin-top: 14px;
}

.commitment-item:hover .commitment-img {
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}

.commitment-item:hover .commitment-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.commitment-item:hover .commitment-info .commitment-title {
  color: #FEA128;
}

@media screen and (max-width: 768px) {
  .commitment-item .commitment-info {
    margin-top: 15px;
  }
  .commitment-item .commitment-info .commitment-title {
    font-size: 16px;
  }
  .commitment-item .commitment-info .commitment-desc {
    font-size: 14px;
    margin-top: 8px;
  }
}

.footer {
  background-color: #3e3e3e;
  color: #fff;
}

.bottom-footer {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .bottom-footer {
    padding: 15px 0;
  }
}

.top-footer {
  padding: 90px 0 10px;
  font-size: 15px;
}

.top-footer .column {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .top-footer {
    padding: 40px 0 25px;
  }
  .top-footer .column {
    width: 100%;
    margin-bottom: 15px;
  }
  .top-footer .column:last-child {
    margin-bottom: 0;
  }
}

.ft-intro {
  margin-top: 20px;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .ft-intro {
    margin-top: 10px;
  }
}

.ft-social {
  list-style: none;
}

.ft-social li {
  display: inline-block;
  vertical-align: middle;
}

.ft-social li a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.ft-social li a img {
  width: 24px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .ft-social {
    margin-top: 15px;
  }
}

.ft-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .ft-title {
    margin-bottom: 15px;
  }
}

.ft-info li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}

.ft-info li:last-child {
  margin-bottom: 0;
}

.ft-info li img {
  position: absolute;
  left: 0;
  top: 4px;
}

@media screen and (max-width: 768px) {
  .ft-info li {
    margin-bottom: 10px;
  }
}

.ft-menu li {
  margin-bottom: 10px;
}

.ft-menu li:last-child {
  margin-bottom: 0;
}

.ft-search {
  position: relative;
  font-size: 14px;
  max-width: 400px;
}

.ft-search .f-control {
  padding-right: 70px;
  height: 44px;
  border: 1px solid #707070;
}

.ft-search .f-control:focus {
  border-color: #FEA128;
}

.ft-search .main-btn {
  padding: 0 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 0;
  background-color: #feb75b;
}

.home-banner-slider {
  position: relative;
}

.home-banner-slider:not(.is-slider) .home-banner-button-prev,
.home-banner-slider:not(.is-slider) .home-banner-button-next {
  display: none;
}

.home-banner-slider .swiper-wrapper {
  margin: 0;
}

.home-banner-slider .swiper-slide {
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .home-banner-slider .home-banner-navigation {
    display: none;
  }
}

.home-banner-slider .home-banner-button-prev {
  left: 30px;
}

.home-banner-slider .home-banner-button-next {
  right: 30px;
}

.home-banner-slider .home-banner-button-next {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.home-banner-slider .home-banner-pagination {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 50px;
  margin-top: 0;
}

.home-banner-slider .home-banner-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.home-banner-slider .home-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FEA128;
}

@media screen and (max-width: 1300px) {
  .home-banner-slider .home-banner-pagination {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .home-banner-slider .home-banner-pagination {
    bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .home-banner-slider + .sec {
    padding-top: 60px;
  }
}

.home-banner-sec {
  background-size: cover;
  background-position: center center;
  padding: 140px 0 190px;
  color: #fff;
  height: 100%;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.home-banner-sec .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-banner-sec .column {
  width: 50%;
}

.home-banner-sec .home-banner-title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .home-banner-sec .home-banner-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .home-banner-sec .home-banner-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 500px) {
  .home-banner-sec .home-banner-title {
    font-size: 36px;
  }
}

.home-banner-sec .home-banner-desc {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.home-banner-sec .home-banner-desc p {
  margin: 20px 0;
}

@media screen and (max-width: 1024px) {
  .home-banner-sec {
    padding: 100px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .home-banner-sec {
    padding: 60px 0 100px;
  }
  .home-banner-sec .home-banner-title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) and (max-width: 1024px) {
  .home-banner-sec .home-banner-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .home-banner-sec .home-banner-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .home-banner-sec .home-banner-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .home-banner-sec .home-banner-desc {
    font-size: 16px;
    margin-top: 15px;
  }
  .home-banner-sec .home-banner-desc br {
    display: none;
  }
  .home-banner-sec .home-banner-desc p {
    margin: 15px 0;
  }
}

@media screen and (max-width: 500px) {
  .home-banner-sec {
    min-height: 0;
    padding: 50px 0;
  }
  .home-banner-sec .column {
    width: 100%;
  }
}

.parallax-sec {
  position: relative;
  overflow: hidden;
}

.parallax-sec .parallax-bg {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.home-banner-sec-2 {
  padding: 50px 0 200px 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.home-banner-sec-2 .be-a-professional {
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .home-banner-sec-2 {
    padding: 80px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .home-banner-sec-2 {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 500px) {
  .home-banner-sec-2 .be-a-professional {
    margin: 0 auto;
  }
}

.be-a-professional {
  max-width: 370px;
  -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);
}

.be-a-professional-title {
  background-color: #272948;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  padding: 30px;
  border-radius: 8px 8px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .be-a-professional-title {
    font-size: 18px;
  }
}

.be-a-professional-form {
  padding: 30px;
  background-color: #fff;
  color: #3e3e3e;
  border-radius: 0 0 8px 8px;
}

.be-a-professional-form .f-group {
  margin-bottom: 15px;
}

.be-a-professional-form .f-group:last-child {
  margin-bottom: 0;
}

.be-a-professional-form .f-group > label {
  margin-bottom: 5px;
  display: block;
}

.be-a-professional-form .f-control {
  background-color: #f8f8f8;
}

.be-a-professional-form .password-note {
  font-size: 10px;
  font-style: italic;
  margin-top: 8px;
}

.be-a-professional-form .agree-policy {
  font-size: 12px;
}

.be-a-professional-form .agree-policy a {
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .be-a-professional-title {
    padding: 25px 20px;
  }
  .be-a-professional-form {
    padding: 20px;
  }
  .be-a-professional-form .f-group {
    margin-bottom: 10px;
  }
}

.home-banner-register {
  margin-left: auto;
  background-color: #fff;
  color: #000;
  -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);
  padding: 35px 30px;
  max-width: 320px;
  text-align: center;
  border-radius: 8px;
}

.home-banner-register-title {
  font-size: 16px;
  font-weight: bold;
}

.home-banner-register-desc {
  margin-top: 7px;
}

.home-banner-register-form {
  text-align: left;
  margin-top: 20px;
}

.home-banner-register-form .f-group {
  margin-bottom: 10px;
}

.home-banner-register-form .f-group:last-child {
  margin-bottom: 0;
}

.home-banner-register-form .f-group .f-control {
  border-color: #cccccc;
  background-color: #f8f8f8;
}

.home-banner-register-form .f-group .f-control::-webkit-input-placeholder {
  color: #3e3e3e;
}

.home-banner-register-form .f-group .f-control:-ms-input-placeholder {
  color: #3e3e3e;
}

.home-banner-register-form .f-group .f-control::-ms-input-placeholder {
  color: #3e3e3e;
}

.home-banner-register-form .f-group .f-control::placeholder {
  color: #3e3e3e;
}

.home-banner-register-form .f-group .f-control:focus {
  border-color: #FEA128;
}

.home-banner-register-form .f-group .main-btn {
  width: 100%;
  text-align: center;
  height: 40px;
  padding: 0 20px;
}

@media screen and (max-width: 500px) {
  .home-banner-register {
    max-width: 100%;
    margin-left: 0;
  }
}

.home-banner-scroll-btn {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 220px;
  height: 50px;
  background-image: url(../images/home-banner-scroll.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
}

.home-banner-scroll-btn .fa {
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FEA128;
  color: #fff;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-banner-scroll-btn .fa::before {
  -webkit-animation: scrollDown 2s infinite;
          animation: scrollDown 2s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 768px) {
  .home-banner-scroll-btn {
    width: 150px;
  }
  .home-banner-scroll-btn .fa {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

@-webkit-keyframes scrollDown {
  from {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes scrollDown {
  from {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@media screen and (min-width: 1025px) {
  .faqs-sec {
    padding-top: 60px;
  }
}

.faqs-sec .main-title-wrap {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .faqs-sec .main-title-wrap {
    margin-bottom: 15px;
  }
}

.faqs-item {
  border-bottom: 1px solid #939393;
}

.faqs-item .faqs-title {
  padding: 20px 0 20px 35px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.faqs-item .faqs-title:hover {
  color: #FEA128;
}

.faqs-item .faqs-title::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/faq.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 20px;
  left: 0;
}

.faqs-item .faqs-desc {
  padding-left: 35px;
  margin-bottom: 20px;
  line-height: 1.6;
  display: none;
}

@media screen and (max-width: 768px) {
  .faqs-item .faqs-title {
    padding: 15px 0 15px 35px;
    font-size: 16px;
  }
  .faqs-item .faqs-desc {
    margin-bottom: 15px;
  }
}

.faqs-footer {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .faqs-footer {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .faqs-footer {
    margin-top: 20px;
  }
}

.contact-form {
  max-width: 370px;
  margin: auto;
}

.contact-form .f-group {
  margin-bottom: 15px;
}

.contact-form .f-group:last-child {
  margin-bottom: 0;
}

.contact-form .f-control {
  padding: 0 25px;
}

.contact-form select.f-control {
  padding-right: 30px;
}

.contact-form textarea.f-control {
  padding: 12px 25px;
}

@media screen and (max-width: 768px) {
  .contact-form .f-group {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .teacher-apply-sec {
    padding-top: 60px;
  }
}

.teacher-apply-tab-wrap .tab-link-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.teacher-apply-tab-wrap .tab-link-nav .tab-link {
  padding: 16px 30px;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
  width: calc((100% + 120px) / 5);
  margin-right: -30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.teacher-apply-tab-wrap .tab-link-nav .tab-link:nth-child(5n + 1) {
  margin-right: 0;
}

.teacher-apply-tab-wrap .tab-link-nav .tab-link:nth-child(odd) {
  background-color: #f2f2f2;
}

.teacher-apply-tab-wrap .tab-link-nav .tab-link:nth-child(even) {
  background-color: #e0e0e0;
}

.teacher-apply-tab-wrap .tab-link-nav .tab-link:hover {
  color: #FEA128;
}

.teacher-apply-tab-wrap .tab-link-nav .tab-link.current {
  background-color: #FEA128;
  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);
  border-radius: 30px;
  z-index: 2;
}

.teacher-apply-tab-wrap .tab-link-nav .tab-link.current:hover {
  color: #fff;
}

.teacher-apply-tab-wrap .tab-content-wrap {
  padding: 40px 0;
  max-width: 970px;
  margin: 0 auto;
}

.teacher-apply-tab-wrap .tab-content-wrap.mw-100 {
  max-width: 100%;
}

.teacher-apply-tab-wrap .tab-content-wrap .mona-content > :first-child {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .teacher-apply-tab-wrap .tab-link-nav .tab-link {
    font-size: 16px;
    padding: 8px 30px;
  }
}

@media screen and (max-width: 768px) {
  .teacher-apply-tab-wrap .tab-link-nav .tab-link {
    width: calc((100% + 60px) / 3);
  }
  .teacher-apply-tab-wrap .tab-link-nav .tab-link:nth-child(5n + 1) {
    margin-right: -30px;
  }
  .teacher-apply-tab-wrap .tab-link-nav .tab-link:nth-child(3n + 1) {
    margin-right: 0;
  }
  .teacher-apply-tab-wrap .tab-content-wrap {
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .teacher-apply-tab-wrap .tab-link-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .teacher-apply-tab-wrap .tab-link-nav .tab-link {
    width: 100%;
    border-radius: 0;
    padding: 10px 15px;
    margin-right: 0;
  }
  .teacher-apply-tab-wrap .tab-link-nav .tab-link:nth-child(3n + 3), .teacher-apply-tab-wrap .tab-link-nav .tab-link:nth-child(5n + 5) {
    margin-right: 0;
  }
  .teacher-apply-tab-wrap .tab-link-nav .tab-link.current {
    border-radius: 0;
  }
}

@media screen and (min-width: 1025px) {
  .teacher-about-sec {
    padding-top: 100px;
  }
}

.teacher-about-intro {
  max-width: 1030px;
  margin: auto;
}

.teacher-about-vision {
  margin-top: 60px;
}

.teacher-about-vision .column {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .teacher-about-vision {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .teacher-about-vision {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .teacher-about-vision .column {
    width: 100%;
  }
  .teacher-about-vision .column + .column {
    margin-top: 15px;
  }
}

.vision-item:hover .vision-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.vision-item .vision-img {
  overflow: hidden;
  border-radius: 8px;
}

.vision-item .vision-img a {
  display: block;
}

.vision-item .vision-img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.vision-item .vision-info {
  margin-top: 20px;
}

.vision-item .vision-info .vision-title {
  font-size: 18px;
  font-weight: bold;
}

.vision-item .vision-info .vision-title a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.vision-item .vision-info .vision-desc {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .vision-item .vision-info {
    margin-top: 12px;
  }
  .vision-item .vision-info .vision-desc {
    margin-top: 5px;
  }
}

.apply-sec {
  background-color: #272948;
  color: #fff;
  text-align: center;
}

.apply-sec .main-title-wrap {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .apply-sec .main-title-wrap {
    margin-bottom: 15px;
  }
}

.teach-with-us-slider .swiper-wrapper {
  margin: 0;
}

.teach-with-us-slider .swiper-slide {
  width: calc(100% / 3);
  padding: 15px 65px;
}

.teach-with-us-slider .swiper-slide.swiper-slide-prev .teach-with-us-item .teach-with-us-img::before, .teach-with-us-slider .swiper-slide.swiper-slide-prev .teach-with-us-item .teach-with-us-img::after {
  display: none;
}

.teach-with-us-slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide .teach-with-us-item .teach-with-us-img::before, .teach-with-us-slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide .teach-with-us-item .teach-with-us-img::after {
  display: none;
}

.teach-with-us-slider .teach-with-us-pagination {
  display: none;
  margin-top: 0;
}

@media screen and (max-width: 1300px) {
  .teach-with-us-slider .teach-with-us-button-prev,
  .teach-with-us-slider .teach-with-us-button-next {
    display: none;
  }
  .teach-with-us-slider .teach-with-us-pagination {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .teach-with-us-slider .swiper-slide {
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .teach-with-us-slider .swiper-slide {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .teach-with-us-slider .swiper-slide {
    width: 100%;
  }
}

.teach-with-us-item {
  text-align: center;
}

.teach-with-us-item .teach-with-us-img {
  position: relative;
}

.teach-with-us-item .teach-with-us-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 65px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0.6px dashed #000;
  display: block;
  width: 90px;
}

.teach-with-us-item .teach-with-us-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 65px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #FEA128;
}

.teach-with-us-item .teach-with-us-img .box-img {
  border-radius: 100%;
  overflow: hidden;
  -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);
}

.teach-with-us-item .teach-with-us-img .box-img img {
  width: 100%;
  height: auto;
}

.teach-with-us-item .teach-with-us-img .step-counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  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;
  background-color: #fff;
}

.teach-with-us-item .teach-with-us-img .step-counter-title {
  font-size: 10px;
  font-weight: bold;
}

.teach-with-us-item .teach-with-us-img .step-counter-number {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  color: #FEA128;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .teach-with-us-item .teach-with-us-img .step-counter-number {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .teach-with-us-item .teach-with-us-img .step-counter-number {
    font-size: 22px;
  }
}

.teach-with-us-item .teach-with-us-info {
  margin-top: 18px;
}

.teach-with-us-item .teach-with-us-info .teach-with-us-title {
  font-size: 18px;
  font-weight: bold;
}

.teach-with-us-item .teach-with-us-info .teach-with-us-desc {
  margin-top: 12px;
}

.teach-with-us-item .teach-with-us-info .teach-with-us-btn {
  margin-top: 15px;
  font-size: 12px;
}

.teach-with-us-item .teach-with-us-info .teach-with-us-btn:hover {
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .teach-with-us-item .teach-with-us-img::before, .teach-with-us-item .teach-with-us-img::after {
    display: none;
  }
  .teach-with-us-item .teach-with-us-img .step-counter {
    width: 60px;
    height: 60px;
  }
  .teach-with-us-item .teach-with-us-info {
    margin-top: 10px;
  }
  .teach-with-us-item .teach-with-us-info .teach-with-us-desc {
    margin-top: 6px;
  }
  .teach-with-us-item .teach-with-us-info .teach-with-us-btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 320px) {
  .teach-with-us-item .teach-with-us-img .step-counter {
    width: 70px;
    height: 70px;
  }
}

.introduce-sec-5 .introduce-item .introduce-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
}

.introduce-sec-5 .introduce-item .introduce-desc {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .introduce-sec-5 .introduce-item .introduce-title {
    margin-top: 5px;
  }
  .introduce-sec-5 .introduce-item .introduce-desc {
    margin-top: 5px;
  }
}

.banner-sec {
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 190px 0 250px;
}

.banner-sec .banner-title {
  font-size: 48px;
  line-height: 1.3;
  text-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1024px) {
  .banner-sec .banner-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .banner-sec .banner-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .banner-sec .banner-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .banner-sec .banner-title br {
    display: none;
  }
}

.banner-sec .banner-sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .banner-sec {
    padding: 140px 0;
  }
  .banner-sec .banner-sub-title {
    font-size: 16px;
    margin-top: 15px;
    -webkit-line-clamp: unset;
  }
}

@media screen and (max-width: 500px) {
  .banner-sec {
    padding: 100px 0;
  }
}

@media screen and (min-width: 769px) {
  .banner-course-1 + .sec,
  .banner-course-2 + .sec {
    padding-top: 0;
  }
}

.banner-course-1 {
  position: relative;
  padding: 130px 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.banner-course-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
  left: 0;
  background-image: url(../images/banner-course-decor.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 999;
}

.banner-course-1 .left {
  width: 40%;
}

.banner-course-1 .right {
  width: 60%;
}

.banner-course-1 .right img {
  float: left;
  max-width: none;
  display: block;
}

@media screen and (max-width: 768px) {
  .banner-course-1 {
    padding: 60px 0 180px;
  }
  .banner-course-1::before {
    background-size: 100% auto;
  }
  .banner-course-1 .left {
    width: 100%;
  }
  .banner-course-1 .right {
    width: 100%;
    margin-bottom: 15px;
    display: none;
  }
  .banner-course-1 .right img {
    max-width: 100%;
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 500px) {
  .banner-course-1 {
    padding: 60px 0 120px;
  }
}

.banner-course-2 {
  position: relative;
  padding: 95px 0 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.banner-course-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
  left: 0;
  background-image: url(../images/banner-course-decor-2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.banner-course-2 .left {
  width: 44%;
}

.banner-course-2 .right {
  width: 56%;
  text-align: center;
}

.banner-course-2 .right img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .banner-course-2 {
    padding: 60px 0 180px;
    margin-bottom: 0;
  }
  .banner-course-2::before {
    background-size: 100% auto;
  }
  .banner-course-2 .left {
    width: 100%;
  }
  .banner-course-2 .right {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .banner-course-2 {
    padding: 60px 0 120px;
  }
}

.banner-sec-2 {
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  padding: 195px 0 300px;
}

.banner-sec-2 .banner-title {
  font-size: 50px;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .banner-sec-2 .banner-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .banner-sec-2 .banner-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .banner-sec-2 .banner-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .banner-sec-2 {
    padding: 120px 0 180px;
  }
}

@media screen and (max-width: 500px) {
  .banner-sec-2 {
    padding: 80px 0 140px;
  }
}

.banner-sec-3 {
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 175px 0 300px;
}

@media screen and (max-width: 768px) {
  .banner-sec-3 {
    padding: 120px 0 180px;
  }
}

@media screen and (max-width: 500px) {
  .banner-sec-3 {
    padding: 80px 0 140px;
  }
}

.banner-sec-4 {
  padding: 0;
}

.banner-sec-4 img {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.banner-sec-ct-padding {
  padding: 130px 0 300px;
  background-size: 1920px auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1920px) {
  .banner-sec-ct-padding {
    background-size: cover;
  }
}

.commitment-sec-2 {
  padding-top: 0;
  margin-top: -135px;
}

.commitment-sec-2 .commitment-item .commitment-img {
  border-radius: 8px;
  -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) {
  .commitment-sec-2 {
    margin-top: -60px;
  }
}

.register-sec {
  position: relative;
}

.register-sec .column {
  width: 50%;
}

.register-sec .main-title-wrap {
  margin-bottom: 25px;
}

.register-sec .register-sec-img img {
  position: absolute;
  bottom: 0;
  width: 50%;
  max-width: 600px;
}

@media screen and (max-width: 500px) {
  .register-sec {
    text-align: center;
  }
  .register-sec .column {
    width: 100%;
  }
  .register-sec .main-title-wrap {
    margin-bottom: 15px;
  }
  .register-sec .register-sec-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .register-sec .register-sec-img img {
    position: static;
  }
}

.teacher-intro-sec {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .teacher-intro-sec {
    padding: 40px 0;
  }
}

.teacher-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.teacher-intro-img {
  width: 50%;
}

.teacher-intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teacher-intro-info {
  width: 50%;
  padding: 70px 85px;
  background-color: #f8f8f8;
}

.teacher-intro-info .main-title-wrap {
  margin-bottom: 15px;
}

.teacher-intro:nth-child(even) .teacher-intro-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .teacher-intro-info {
    width: 50%;
    padding: 40px;
  }
}

@media screen and (max-width: 500px) {
  .teacher-intro-img {
    width: 100%;
  }
  .teacher-intro-info {
    width: 100%;
    padding: 30px;
  }
  .teacher-intro:nth-child(even) .teacher-intro-img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.teacher-banner-sec {
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  padding-bottom: 0;
}

.teacher-banner-sec .main-title-wrap {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .teacher-banner-sec .main-title-wrap {
    margin-bottom: 30px;
  }
}

.teacher-rating-wrap .column {
  width: 20%;
}

.teacher-rating-wrap .column:nth-child(5n + 1), .teacher-rating-wrap .column:nth-child(5n + 5) {
  margin-top: 120px;
}

.teacher-rating-wrap .column:nth-child(5n + 2), .teacher-rating-wrap .column:nth-child(5n + 4) {
  margin-top: 60px;
}

@media screen and (max-width: 500px) {
  .teacher-rating-wrap .columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .teacher-rating-wrap .column {
    width: calc(100% / 3);
  }
  .teacher-rating-wrap .column:nth-child(5n + 1), .teacher-rating-wrap .column:nth-child(5n + 5) {
    margin-top: 0;
  }
  .teacher-rating-wrap .column:nth-child(5n + 2), .teacher-rating-wrap .column:nth-child(5n + 4) {
    margin-top: 0;
  }
}

.teacher-rating-item {
  font-size: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.teacher-rating-item .teacher-rating-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background-color: #FEA128;
  -webkit-box-shadow: 0 0 0 30px rgba(254, 161, 40, 0.1);
          box-shadow: 0 0 0 30px rgba(254, 161, 40, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.teacher-rating-item .teacher-rating-title {
  font-weight: bold;
  margin-top: 10px;
}

.teacher-rating-item .teacher-rating-title::first-letter {
  font-size: 24px;
  line-height: 1.2;
  color: #FEA128;
}

.teacher-rating-item:hover {
  color: #FEA128;
}

.teacher-rating-item:hover .teacher-rating-icon {
  -webkit-animation: swing 1s forwards;
          animation: swing 1s forwards;
  -webkit-box-shadow: 0 0 0 40px rgba(254, 161, 40, 0.1);
          box-shadow: 0 0 0 40px rgba(254, 161, 40, 0.1);
}

@media screen and (max-width: 768px) {
  .teacher-rating-item {
    font-size: 16px;
  }
  .teacher-rating-item .teacher-rating-icon {
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 0 0 20px rgba(254, 161, 40, 0.1);
            box-shadow: 0 0 0 20px rgba(254, 161, 40, 0.1);
  }
  .teacher-rating-item .teacher-rating-title::first-letter {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .teacher-rating-item {
    margin-bottom: 10px;
  }
  .teacher-rating-item .teacher-rating-icon {
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0 0 0 15px rgba(254, 161, 40, 0.1);
            box-shadow: 0 0 0 15px rgba(254, 161, 40, 0.1);
  }
}

.teacher-banner-img {
  margin-top: -120px;
}

.teacher-banner-img img {
  width: 240px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .teacher-banner-img img {
    width: 220px;
  }
}

@media screen and (max-width: 500px) {
  .teacher-banner-img {
    margin-top: 0;
  }
}

.quote-wrap {
  max-width: 470px;
  margin-left: auto;
}

.quote-wrap .quote-content {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.3;
  line-height: 1.4;
  font-weight: bold;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .quote-wrap .quote-content {
    font-size: 20px;
  }
}

.quote-wrap .quote-author {
  margin-top: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FEA128;
}

.quote-wrap .quote-author::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 70px;
  border-top: 1px solid #FEA128;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .quote-wrap .quote-content {
    margin-top: 15px;
  }
  .quote-wrap .quote-author {
    margin-top: 15px;
  }
}

.curriculum-sec {
  padding: 0;
}

.curriculum-slider .swiper-wrapper {
  margin: 0;
}

.curriculum-slider .swiper-slide {
  padding: 0;
  width: 10%;
}

.curriculum-slider .curriculum-slider-pagination {
  display: none;
}

.curriculum-slider .curriculum-slider-button-prev {
  left: 15px;
}

.curriculum-slider .curriculum-slider-button-next {
  right: 15px;
}

@media screen and (max-width: 2560px) {
  .curriculum-slider .swiper-slide {
    width: calc(100% / 8);
  }
}

@media screen and (max-width: 1920px) {
  .curriculum-slider .swiper-slide {
    width: calc(100% / 6);
  }
}

@media screen and (max-width: 1300px) {
  .curriculum-slider .curriculum-slider-pagination {
    display: block;
  }
  .curriculum-slider .curriculum-slider-button-prev,
  .curriculum-slider .curriculum-slider-button-next {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .curriculum-slider .swiper-slide {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .curriculum-slider .swiper-slide {
    width: 25%;
  }
}

@media screen and (max-width: 500px) {
  .curriculum-slider .swiper-slide {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 375px) {
  .curriculum-slider .swiper-slide {
    width: 50%;
  }
}

.curriculum-item {
  text-align: center;
  background-color: #f8f8f8;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.curriculum-item .curriculum-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}

.curriculum-item .curriculum-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 41, 72, 0.6);
  z-index: 2;
  -webkit-transition: inherit;
  transition: inherit;
}

.curriculum-item .curriculum-img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.curriculum-item .curriculum-title {
  font-size: 18px;
  font-weight: bold;
  padding: 25px;
}

.curriculum-item:hover {
  background-color: #FEA128;
  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);
}

.curriculum-item:hover .curriculum-img::after {
  background-color: rgba(254, 161, 40, 0.6);
}

.curriculum-item:hover .curriculum-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
  .curriculum-item .curriculum-title {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .curriculum-item .curriculum-title {
    font-size: 16px;
    padding: 10px;
  }
}

@media screen and (max-width: 500px) {
  .curriculum-item .curriculum-title span {
    -webkit-line-clamp: 3;
  }
}

.level-sec {
  background-image: url(../images/level-bg.png);
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}

.level-sec-2 .main-title-wrap .sub-title {
  font-size: 18px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .level-sec-2 .main-title-wrap .sub-title {
    font-size: 16px;
    margin-top: 10px;
  }
}

.online-sec {
  padding: 70px 0;
}

.online-sec .main-title-wrap {
  margin-bottom: 20px;
}

.online-sec .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.online-sec .column {
  width: 50%;
}

.online-sec .online-img img {
  width: 100%;
  height: auto;
  -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);
}

.online-sec .online-content {
  padding-right: 45px;
}

@media screen and (max-width: 768px) {
  .online-sec {
    padding: 40px 0;
  }
  .online-sec .main-title-wrap {
    margin-bottom: 15px;
  }
  .online-sec .online-content {
    padding-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  .online-sec .online-content {
    padding-right: 7.5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
  .online-sec .column {
    width: 100%;
  }
}

.introduce-sec-6 .main-title-wrap {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .introduce-sec-6 .main-title-wrap {
    margin-bottom: 20px;
  }
}

.introduce-sec-6 .introduce-wrap .column {
  border-right: 0;
}

.introduce-sec-6 .introduce-item .introduce-icon {
  height: 60px;
}

.introduce-sec-6 .introduce-item .introduce-title {
  margin-top: 20px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .introduce-sec-6 .introduce-item .introduce-title {
    margin-top: 10px;
  }
}

.level-roadmap-sec {
  background-image: url(../images/level-bg-2.png);
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}

.level-roadmap-sec .main-title-wrap {
  margin-bottom: 20px;
}

.level-roadmap-sec .main-title-wrap .sub-title {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .level-roadmap-sec .main-title-wrap {
    margin-bottom: 15px;
  }
  .level-roadmap-sec .main-title-wrap .sub-title {
    margin-top: 15px;
  }
}

.register-sec-2 {
  text-align: center;
}

.register-sec-2 .main-title-wrap {
  margin-bottom: 25px;
}

.register-sec-2 .main-title-wrap .sub-title {
  margin-top: 15px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .register-sec-2 .main-title-wrap {
    margin-bottom: 15px;
  }
  .register-sec-2 .main-title-wrap .sub-title {
    margin-top: 10px;
    font-size: 16px;
  }
}

.course-intro-slider .swiper-slide {
  width: 25%;
}

.course-intro-slider .course-intro-pagination {
  display: none;
}

@media screen and (max-width: 1300px) {
  .course-intro-slider .course-intro-pagination {
    display: block;
  }
  .course-intro-slider .course-intro-button-prev,
  .course-intro-slider .course-intro-button-next {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .course-intro-slider .swiper-slide {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 500px) {
  .course-intro-slider .swiper-slide {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .course-intro-slider .swiper-slide {
    width: 100%;
  }
}

.course-intro-item {
  text-align: center;
}

.course-intro-item .course-intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-intro-item .course-intro-info {
  margin-top: 15px;
}

.course-intro-item .course-intro-info .course-intro-title,
.course-intro-item .course-intro-info .course-intro-sub-title {
  font-size: 18px;
  font-weight: bold;
  min-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.course-intro-item .course-intro-info .course-intro-sub-title {
  color: #FEA128;
  margin-top: 12px;
}

.course-intro-item .course-intro-info .course-intro-desc {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .course-intro-item .course-intro-img img {
    width: 100%;
    height: auto;
  }
  .course-intro-item .course-intro-info {
    margin-top: 10px;
  }
  .course-intro-item .course-intro-info .course-intro-title,
  .course-intro-item .course-intro-info .course-intro-sub-title {
    font-size: 16px;
    min-height: 48px;
  }
  .course-intro-item .course-intro-info .course-intro-sub-title {
    margin-top: 5px;
  }
  .course-intro-item .course-intro-info .course-intro-desc {
    margin-top: 5px;
  }
}

@media screen and (max-width: 320px) {
  .course-intro-item .course-intro-info .course-intro-title,
  .course-intro-item .course-intro-info .course-intro-sub-title {
    min-height: 0;
  }
}

.easy-sec {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #fff;
}

.easy-wrap .column {
  width: calc(100% / 3);
}

@media screen and (max-width: 500px) {
  .easy-wrap .column {
    width: 100%;
  }
}

.easy-item {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  color: #000;
  height: 100%;
  -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);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.easy-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.easy-item .easy-title {
  background-color: #FEA128;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  min-height: 92px;
}

.easy-item .easy-desc {
  padding: 30px 20px;
}

@media screen and (max-width: 768px) {
  .easy-item .easy-title {
    padding: 15px 20px;
    min-height: 0;
  }
  .easy-item .easy-desc {
    padding: 20px;
  }
}

.register-step-slider .swiper-wrapper {
  margin: -10px;
}

.register-step-slider .swiper-slide {
  width: calc(100% / 3);
  padding: 10px;
}

.register-step-slider .register-step-button-prev,
.register-step-slider .register-step-button-next {
  display: none;
}

@media screen and (max-width: 500px) {
  .register-step-slider .swiper-slide {
    width: 50%;
  }
}

.register-step-item {
  text-align: center;
}

.register-step-item .register-step-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.register-step-item:hover .register-step-icon {
  -webkit-animation: swing 1s forwards;
          animation: swing 1s forwards;
}

.register-step-item:hover .register-step-title {
  color: #FEA128;
}

@media screen and (max-width: 768px) {
  .register-step-item .register-step-icon img {
    width: 180px;
  }
  .register-step-item .register-step-title {
    font-size: 16px;
    margin-top: 10px;
  }
}

.application-form:last-child {
  margin-bottom: 0;
}

.application-form .f-group {
  margin-bottom: 30px;
}

.application-form .f-group:last-child {
  margin-bottom: 0;
}

.application-form .f-group-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  color: #FEA128;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .application-form .f-group-title {
    font-size: 20px;
  }
}

.application-form .f-row {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.application-form .f-column {
  padding: 15px;
  width: 100%;
}

.application-form .f-column.f-column-25 {
  width: 25%;
}

.application-form .f-column.f-column-50 {
  width: 50%;
}

.application-form .f-column.f-column-75 {
  width: 75%;
}

.application-form .note-2 {
  font-style: italic;
  color: #939393;
}

@media screen and (max-width: 768px) {
  .application-form .f-group {
    margin-bottom: 20px;
  }
  .application-form .f-group-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .application-form .f-group-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .application-form .f-row {
    margin: -7.5px;
  }
  .application-form .f-column {
    padding: 7.5px;
  }
}

@media screen and (max-width: 500px) {
  .application-form .f-column.f-column-25 {
    width: 50%;
  }
  .application-form .f-column.f-column-50 {
    width: 100%;
  }
  .application-form .f-column.f-column-75 {
    width: 100%;
  }
  .application-form .f-column:empty {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .application-form .f-column.f-column-25 {
    width: 100%;
  }
}

.policy-accept .custom-checkbox {
  margin-bottom: 20px;
}

.policy-accept .custom-checkbox:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .policy-accept .custom-checkbox {
    margin-bottom: 10px;
  }
}

.payment-section {
  padding-left: 10px;
  padding-right: 10px;
}

.payment-section .payment-section-inner {
  padding-top: 25px;
}

.payment-section .payment-section-inner .step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-section .payment-section-inner .step-wrapper .col {
  width: calc(100% / 3);
}

.payment-section .payment-section-inner .step-wrapper .col .step-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.payment-section .payment-section-inner .step-wrapper .col .step-item.current .content > .circle {
  background-color: #fea128;
}

.payment-section .payment-section-inner .step-wrapper .col .step-item.current .content > .title {
  color: #000;
}

.payment-section .payment-section-inner .step-wrapper .col .step-item.active .content .circle .tick-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  .payment-section .payment-section-inner .step-wrapper .col .step-item .content {
    padding: 0 5px;
  }
}

.payment-section .payment-section-inner .step-wrapper .col .step-item .content .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.38);
  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;
  margin: 0 auto;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  font-size: 12px;
}

.payment-section .payment-section-inner .step-wrapper .col .step-item .content .circle .tick-check {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  color: #fff;
  border-radius: 50%;
  background-color: #fea128;
  z-index: 10;
  display: none;
}

.payment-section .payment-section-inner .step-wrapper .col .step-item .content .title {
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
}

.payment-section .payment-section-inner .step-wrapper .col .step-item .decor {
  top: 12px;
  left: calc(50% + 20px);
  right: calc(-50% + 20px);
  position: absolute;
}

.payment-section .payment-section-inner .step-wrapper .col .step-item .decor span {
  display: block;
  border-top: 1px solid #bdbdbd;
}

.payment-section .payment-section-inner .payment-method-wrapper {
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper {
    margin-top: 30px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper > .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper > .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-tabs {
  width: 600px;
  margin: auto;
  max-width: 100%;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-tabs .tab-link {
  display: block;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  border: 2px solid #ddd;
  background-color: #fafafa;
  cursor: pointer;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-tabs .tab-link:hover {
  border-color: #fea128;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-tabs .tab-link .tab-method-box {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-tabs .tab-link .tab-method-box .img-box {
  height: 100%;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-tabs .tab-link .tab-method-box .img-box img {
  height: 100%;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-tabs .tab-link .tab-method-box .desc {
  text-transform: uppercase;
  font-size: 16px;
  color: #384047;
}

@media screen and (max-width: 576px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-tabs .tab-link .tab-method-box .desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 350px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-tabs .tab-link .tab-method-box .desc {
    font-size: 12px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content {
  display: none;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content.active {
  display: block;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box {
  width: 800px;
  margin: auto;
  max-width: 100%;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box > .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box > .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box > .table-bank {
  width: 100%;
  border: 1px solid #ddd;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  margin-bottom: 20px;
  border-spacing: 2px;
  border-collapse: collapse;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box > .table-bank tr > th {
  color: white;
  border: 1px solid #ddd;
  padding: 10px 20px;
  text-align: left;
  background: #fea128;
  text-transform: uppercase;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box > .table-bank tbody tr td {
  border: 1px solid #ddd;
  padding: 10px 20px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box > .table-bank tbody tr td:first-child {
  border: 1px solid #ddd;
  padding: 10px 20px;
  font-weight: bold;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box .content-transfer {
  border: 1px dashed #fea128;
  padding: 20px;
  background: rgba(46, 186, 225, 0.2);
  border-radius: 4px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box .content-transfer {
    padding: 10px;
    margin-bottom: 20px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box .content-transfer > .title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box .content-transfer > .desc span {
  text-transform: uppercase;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box .text01 {
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box .text01 {
    margin-bottom: 20px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box .back-box .btn-back {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  min-width: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 36px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 500;
  font-family: "Roboto", "Helvetica", "Arial",
 sans-serif;
  line-height: 1.4em;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.23);
  display: inline-block;
  padding: 8px 16px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box .back-box .btn-back:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box .back-box .btn-back {
    font-size: 12px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .transfer-box .back-box .btn-back i {
  margin-right: 5px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box {
  width: 800px;
  margin: auto;
  max-width: 100%;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .text01 {
  color: #384047;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .text01 {
    margin-bottom: 10px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .content-box {
  border: 1px dashed #d2dadc;
  padding: 20px;
  background: #fafafa;
  border-radius: 4px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .content-box {
    margin-bottom: 15px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .content-box .time-box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .content-box .time-box svg {
  fill: #fea128;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .content-box .time-box .desc span {
  font-weight: bold;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .content-box .address-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .content-box .address-box svg {
  fill: #fea128;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .content-box .address-box .address-content .text01 {
  font-weight: bold;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .back-box {
  margin-bottom: 10px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .back-box .btn-back {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  min-width: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 36px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 500;
  font-family: "Roboto", "Helvetica", "Arial",
 sans-serif;
  line-height: 1.4em;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.23);
  display: inline-block;
  padding: 8px 16px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .back-box .btn-back:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .back-box .btn-back {
    font-size: 12px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .direact-payment-box > .back-box .btn-back i {
  margin-right: 5px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box {
  width: 600px;
  margin: auto;
  max-width: 100%;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box > .text01 {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 14px;
  color: #384047;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box > .text01 {
    margin-bottom: 10px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .list-card {
  margin-bottom: 16px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .list-card li {
  width: 80px;
  border: 1px dashed #d2dadc;
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .list-card li img {
  width: 100%;
  height: 100%;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .input-box {
  position: relative;
  padding-top: 20px;
  margin-bottom: 15px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .input-box::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #fea128;
  opacity: 0;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .input-box input:focus ~ .input-box::after {
  opacity: 1;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .input-box input {
  border: 0;
  margin: 0;
  padding: 5px 0;
  display: block;
  min-width: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: unset;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .input-box input:focus + .label-input {
  -webkit-transform: translate(0, 1.5px) scale(0.75);
          transform: translate(0, 1.5px) scale(0.75);
  color: #fea128;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .input-box input:focus {
  border-bottom: 1px solid #fea128;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .input-box input {
    font-size: 14px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .input-box .label-input {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, 24px) scale(1);
          transform: translate(0, 24px) scale(1);
  pointer-events: none;
  -webkit-transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  color: rgba(0, 0, 0, 0.54);
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .input-box .label-input.freeze {
  -webkit-transform: translate(0, 1.5px) scale(0.75);
          transform: translate(0, 1.5px) scale(0.75);
  color: #fea128;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .input-box > .unit {
  top: 0;
  right: 5px;
  position: absolute;
  -webkit-transform: translate(0, 24px);
          transform: translate(0, 24px);
  color: rgba(0, 0, 0, 0.54);
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .select-box {
  position: relative;
  padding-top: 20px;
  margin-bottom: 15px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .select-box .label-input {
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: translate(0, 1.5px) scale(0.75);
          transform: translate(0, 1.5px) scale(0.75);
  color: #fea128;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .select-box .select2-container {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .select-box .select2-container {
    font-size: 14px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .select-box .select2-container .select2-selection {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: unset;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .select-box .select2-container .select2-selection__rendered {
  padding: 0;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .select-box .select2-container .select2-selection--single {
  height: 28px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .select-box .select2-container .select2-selection--single .select2-selection__rendered {
  background: url(../images/select.png) right 5px center/12px no-repeat;
  line-height: 28px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .btn-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .btn-wrapper > .btn-back {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  min-width: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 36px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 500;
  font-family: "Roboto", "Helvetica", "Arial",
 sans-serif;
  line-height: 1.4em;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.23);
  display: inline-block;
  padding: 8px 16px;
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .btn-wrapper > .btn-back:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .btn-wrapper > .btn-back {
    font-size: 12px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .btn-wrapper > .btn-pay {
  padding: 8px 16px;
  font-size: 14px;
  min-width: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 36px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 500;
  font-family: "Roboto", "Helvetica", "Arial",
 sans-serif;
  line-height: 1.4em;
  border-radius: 4px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  background-color: #fea128;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .btn-wrapper > .btn-pay {
    font-size: 12px;
  }
}

.payment-section .payment-section-inner .payment-method-wrapper .payment-method-content .international-box .international-pay-form .btn-wrapper > .btn-pay:hover {
  background-color: #d98b25;
}

.select2-search__field {
  outline: none;
}

.step-wrapper1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step-wrapper1 .col {
  width: calc(100% / 3);
}

.step-wrapper1 .col .step-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.step-wrapper1 .col .step-item.current .content > .circle {
  background-color: #fea128;
}

.step-wrapper1 .col .step-item.current .content > .title {
  color: #000;
}

.step-wrapper1 .col .step-item.active .content .circle .tick-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  .step-wrapper1 .col .step-item .content {
    padding: 0 5px;
  }
}

.step-wrapper1 .col .step-item .content .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.38);
  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;
  margin: 0 auto;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  font-size: 12px;
}

.step-wrapper1 .col .step-item .content .circle .tick-check {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  color: #fff;
  border-radius: 50%;
  background-color: #fea128;
  z-index: 10;
  display: none;
}

.step-wrapper1 .col .step-item .content .title {
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
}

.step-wrapper1 .col .step-item .decor {
  top: 12px;
  left: calc(50% + 20px);
  right: calc(-50% + 20px);
  position: absolute;
}

.step-wrapper1 .col .step-item .decor span {
  display: block;
  border-top: 1px solid #bdbdbd;
}

.success-content {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .success-content {
    margin-top: 30px;
  }
}

.success-content .img-box {
  margin-bottom: 10px;
}

.success-content .img-box img {
  width: 150px;
}

@media screen and (max-width: 576px) {
  .success-content .img-box img {
    width: 80px;
  }
}

.success-content .title {
  font-size: 28px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
}

@media screen and (max-width: 992px) {
  .success-content .title {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .success-content .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .success-content .title {
    font-size: 16px;
  }
}

.success-content .desc {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.54);
}

@media screen and (max-width: 350px) {
  .success-content .desc {
    text-align: justify;
  }
}

.wpcf7 .ajax-loader:not(.is-active) {
  display: none;
}

.grecaptcha-badge {
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .wow {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
}

.letter {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100px) translateZ(0px);
          transform: translateY(100px) translateZ(0px);
}

.blog-sec {
  padding: 30px 0 100px;
}

@media screen and (max-width: 768px) {
  .blog-sec {
    padding: 30px 0 50px;
  }
}

.blog-aside {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .blog-aside {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

.blog-main {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .blog-main {
    width: 100%;
  }
}

.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.blog-item .blog-img {
  width: 31.5%;
}

@media screen and (max-width: 500px) {
  .blog-item .blog-img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.blog-item .blog-img a {
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
  height: 100%;
}

.blog-item .blog-img a:hover {
  opacity: 0.85;
}

.blog-item .blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-item .blog-info {
  width: 68.5%;
  padding-left: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 768px) {
  .blog-item .blog-info {
    padding-left: 15px;
  }
}

@media screen and (max-width: 500px) {
  .blog-item .blog-info {
    width: 100%;
    padding-left: 0;
  }
}

.blog-item .blog-info-title {
  font-size: 18px;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .blog-item .blog-info-title {
    margin-bottom: 5px;
  }
}

.blog-item .blog-info-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transition: .2s;
  transition: .2s;
}

.blog-item .blog-info-date {
  color: #999999;
  font-size: 12px;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .blog-item .blog-info-date {
    margin-bottom: 8px;
  }
}

.blog-item .blog-info-summary {
  margin-bottom: 10px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog-item .blog-info .readmore-btn {
  font-weight: bold;
}

.m-aside {
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .m-aside {
    margin-bottom: 30px;
  }
}

.m-aside:last-child {
  margin-bottom: 0;
}

.m-aside-title {
  padding-bottom: 7px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

.m-aside-nav {
  color: #939393;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .m-aside-nav {
    font-size: 16px;
  }
}

.m-aside-nav > li {
  margin-bottom: 10px;
}

.m-aside-nav > li:last-child {
  margin-bottom: 0;
}

.m-aside-nav > li.active a {
  color: #FEA128;
}

.m-aside-nav a {
  -webkit-transition: .2s;
  transition: .2s;
  display: inline-block;
  position: relative;
  padding-left: 18px;
}

.m-aside-nav a:hover {
  color: #FEA128;
}

.m-aside-nav a::before {
  content: '\f0da';
  font-family: FontAweSome;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
}

.m-aside-blogs .columns {
  margin: -5px;
}

.m-aside-blogs .column {
  padding: 5px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .m-aside-blogs .column {
    width: 25%;
  }
}

@media screen and (max-width: 500px) {
  .m-aside-blogs .column {
    width: 50%;
  }
}

.m-aside-blogs .blog-item {
  border-bottom: 0;
  padding-bottom: 0;
}

.m-aside-blogs .blog-item .blog-img {
  width: 37%;
}

@media screen and (max-width: 768px) {
  .m-aside-blogs .blog-item .blog-img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.m-aside-blogs .blog-item .blog-info {
  width: 63%;
  padding-left: 11px;
}

@media screen and (max-width: 768px) {
  .m-aside-blogs .blog-item .blog-info {
    width: 100%;
    padding-left: 0;
  }
}

.m-aside-blogs .blog-item .blog-info-title {
  font-size: 14px;
  margin-bottom: 4px;
}

.m-aside-blogs .blog-item .blog-info-date {
  margin-bottom: 0;
}

.banner-sec-5 {
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
  padding: 425px 0 55px;
}

@media screen and (max-width: 768px) {
  .banner-sec-5 {
    padding: 250px 0 55px;
  }
}

@media screen and (max-width: 500px) {
  .banner-sec-5 {
    padding: 200px 0 55px;
  }
}

.banner-sec-5::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 178px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 41, 72, 0)), to(#272948));
  background-image: linear-gradient(to bottom, rgba(39, 41, 72, 0), #272948);
  z-index: 1;
}

.banner-sec-5 .container {
  position: relative;
  z-index: 2;
}

.banner-sec-5 .banner-title {
  font-size: 48px;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .banner-sec-5 .banner-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .banner-sec-5 .banner-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .banner-sec-5 .banner-title {
    font-size: 32px;
  }
}

.banner-sec-5 .banner-sub-title {
  font-size: 12px;
  margin-top: 6px;
}

.blog-detail-sec {
  padding: 50px 0 120px;
}

@media screen and (max-width: 768px) {
  .blog-detail-sec {
    padding: 40px 0 60px;
  }
}
