@charset "UTF-8";
@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/swiper-bundle.min.css");
@import url("font/css/fontello.css");
@import url("scss/plugins/bootstrap-select.min.css");
@import url("scss/plugins/jquery.fancybox.min.css");
@import url("scss/plugins/slick.css");
@import url("scss/plugins/slick-theme.css");
.lato {
  font-family: "Lato";
}

.kanit {
  font-family: "kanit";
}

.Oswald {
  font-family: "Oswald";
}

.roboto {
  font-family: "roboto";
}

.w-0 {
  width: 0;
}

.w40 {
  width: 40px;
}

.h40 {
  height: 40px;
}

.w50 {
  width: 50px;
}

.h50 {
  height: 50px;
}

.w60 {
  width: 60px;
}

.h60 {
  height: 60px;
}

.w100 {
  width: 100px;
}
@media (max-width: 767px) {
  .w100 {
    width: 60px;
  }
}

.max415 {
  max-width: 415px;
}

.max495 {
  max-width: 495px;
}

.max600 {
  max-width: 600px;
}

.max700 {
  max-width: 700px;
  margin: auto;
}

.max777 {
  max-width: 777px;
  margin: auto;
}

.max940 {
  max-width: 940px;
  margin: auto;
}

.max1000 {
  max-width: 1000px;
  margin: auto;
}

.max1120 {
  max-width: 1120px;
  margin: auto;
}

.max1128 {
  max-width: 1128px;
  margin: auto;
}

.max1180 {
  max-width: 1180px;
  margin: auto;
}

.max1200 {
  max-width: 1200px;
  margin: auto;
}

.max1400 {
  max-width: 1400px;
  margin: auto;
}

.max1420 {
  max-width: 1420px;
  margin: auto;
}

.max1440 {
  max-width: 1440px;
  margin: auto;
}

.max1520 {
  max-width: 1520px;
  margin: auto;
}

.max1560 {
  max-width: 1560px;
  margin: auto;
}

.h-50 {
  height: 50%;
}

.h-100vh {
  height: 100vh;
}

.lh1 {
  line-height: 1;
}

.lh14 {
  line-height: 1.4;
}

.lh16 {
  line-height: 1.6;
}

.lh18 {
  line-height: 1.8;
}

.lh21 {
  line-height: 2.1;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.bg-green6FBA44 {
  background: #6FBA44;
}

.bg-green006938 {
  background: #006938;
}

.bg-green0BBD6E {
  background: #0BBD6E;
}

.bg-grayF0F0F0 {
  background: #F0F0F0;
}

.bg-black {
  background: #141414;
}

.bg-blue {
  background: #04529B;
}

.bg-grayDCDCDC {
  background: #DCDCDC;
}

.bg-hover-white {
  transition: all 0.3s;
}
.bg-hover-white:hover {
  background: white !important;
}

.bg-hover-blue055DAE {
  transition: all 0.3s;
}
.bg-hover-blue055DAE:hover {
  background: #055DAE !important;
}

.bg-hover-green0BBD6E {
  transition: all 0.3s;
}
.bg-hover-green0BBD6E:hover {
  background: #0BBD6E !important;
}

.text-white08 {
  color: rgba(255, 255, 255, 0.8);
}

.text-white05 {
  color: rgba(255, 255, 255, 0.5);
}

.text-white04 {
  color: rgba(255, 255, 255, 0.4);
}

.text-white02 {
  color: rgba(255, 255, 255, 0.2);
}

.text-black {
  color: black;
}

.text-blue {
  color: #04529B;
}

.text-blue055DAE {
  color: #055DAE;
}

.text-lightBlue {
  color: #0EB8EC;
}

.text-green0BBD6E {
  color: #0BBD6E;
}

.text-gray646464 {
  color: #646464;
}

.text-gray32323205 {
  color: rgba(32, 32, 32, 0.5);
}

.text-gray969696 {
  color: #969696;
}

.text-grayCDCDCD {
  color: #CDCDCD;
}

.text-grayB4B4B4 {
  color: #B4B4B4;
}

.text-hover-gray646464 {
  transition: all 0.3s;
}
.text-hover-gray646464:hover {
  color: #646464 !important;
}

.text-hover-green0BBD6E {
  transition: all 0.3s;
}
.text-hover-green0BBD6E:hover {
  color: #0BBD6E !important;
}

.text-hover-blue055DAE {
  transition: all 0.3s;
}
.text-hover-blue055DAE:hover {
  color: #055DAE !important;
}

.text-hover-white {
  transition: all 0.3s;
}
.text-hover-white:hover {
  color: white !important;
}

.border-white05 {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.border-white {
  border: 1px solid white;
}

.border-blue {
  border: 1px solid #04529B;
}

.border-0BBD6E {
  border: 1px solid #0BBD6E;
}

.border-blue055DAE {
  border: 1px solid #055DAE;
}

.border-grayC8C8C8 {
  border: 1px solid #C8C8C8;
}

.border-grayCDCDCD {
  border: 1px solid #CDCDCD;
}

.border-green0BBD6E {
  border: 1px solid #0BBD6E;
}

.border-bottom-DCDCDC {
  border-bottom: 1px solid #DCDCDC;
}

.border-bottom-D8D8D8 {
  border-bottom: 1px solid #D8D8D8;
}

.border-top-black {
  border-top: 1px solid black;
}

.border-top-DCDCDC {
  border-top: 1px solid #DCDCDC;
}

.border-bottom-black {
  border-bottom: 1px solid black;
}

.border-hover-grayC8C8C8 {
  transition: all 0.3s;
}
.border-hover-grayC8C8C8:hover {
  border: 1px solid #C8C8C8;
}

.border-hover-green0BBD6E {
  transition: all 0.3s;
}
.border-hover-green0BBD6E:hover {
  border: 1px solid #0BBD6E !important;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-30 {
  border-radius: 30px;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-absolute {
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  .position-md-relative {
    position: relative !important;
  }
}

.flex-grow {
  flex-grow: 1;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-align-end {
  display: flex;
  align-items: flex-end;
}

.flex-justify-space-between {
  display: flex;
  justify-content: space-between;
}

.flex-justify-center {
  display: flex;
  justify-content: center;
}

@media (min-width: 991px) {
  .flex-lg-justify-start {
    justify-content: flex-start;
  }
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.row.g-0 {
  margin: 0;
}
.row.g-0 [class^=col-] {
  padding-right: 0;
  padding-left: 0;
}
.row.g-1 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.g-1 [class^=col] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.g-2 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.g-2 [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.g-3 {
  margin-left: -21px;
  margin-right: -21px;
}
.row.g-3 [class^=col] {
  padding-left: 21px;
  padding-right: 21px;
}
@media (max-width: 1400px) {
  .row.g-3 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.g-3 [class^=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blank {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .blank {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .text-lg-left {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .text-md-left {
    text-align: left;
  }
}

.cursor {
  cursor: pointer;
}

.point-event-none {
  pointer-events: none;
}

.point-event-all {
  pointer-events: all;
}

.les0 {
  letter-spacing: 0;
}

.les06 {
  letter-spacing: 0.6px;
}

.background-cover {
  background-size: cover;
  background-position: center;
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-uppercase {
  text-transform: uppercase;
}

.overflow-hidden {
  overflow: hidden;
}

.mycol-5 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.font-weight-500 {
  font-weight: 500;
}

.blue-decLine {
  position: relative;
}
.blue-decLine::before, .blue-decLine::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blue-decLine::before {
  z-index: 1;
  width: 40px;
  background: #04529B;
}
.blue-decLine::after {
  width: 80px;
  background: #0EB8EC;
}
@media (max-width: 767px) {
  .blue-decLine::before {
    width: 20px;
  }
  .blue-decLine::after {
    width: 40px;
  }
}

.list-style-decimal {
  list-style-type: decimal;
  padding-left: 22px;
}

.font-165 {
  font-size: 165px;
}

.font-150 {
  font-size: 150px;
}

.font-130 {
  font-size: 130px;
}

.font-120 {
  font-size: 120px;
}

.font-90 {
  font-size: 90px;
}

.font-88 {
  font-size: 88px;
}

.font-80 {
  font-size: 80px;
}

.font-70 {
  font-size: 70px;
}

.font-65 {
  font-size: 65px;
}

.font-64 {
  font-size: 64px;
}

.font-60 {
  font-size: 60px;
}

.font-55 {
  font-size: 55px;
}

.font-44 {
  font-size: 44px;
}

.font-42 {
  font-size: 42px;
}

.font-40 {
  font-size: 40px;
}

.font-36 {
  font-size: 36px;
}

.font-35 {
  font-size: 35px;
}

.font-32 {
  font-size: 32px;
}

.font-30 {
  font-size: 30px;
}

.font-28 {
  font-size: 28px;
}

.font-26 {
  font-size: 26px;
}

.font-25 {
  font-size: 25px;
}

.font-24 {
  font-size: 24px;
}

.font-22 {
  font-size: 22px;
}

.font-21 {
  font-size: 21px;
}

.font-20 {
  font-size: 20px;
}

.font-19 {
  font-size: 19px;
}

.font-18 {
  font-size: 18px;
}

.font-17 {
  font-size: 17px;
}

.font-16 {
  font-size: 16px;
}

.font-15 {
  font-size: 15px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

@media (max-width: 1600px) {
  .font-70 {
    font-size: 65px;
  }

  .font-64 {
    font-size: 40px;
  }
}
@media (max-width: 1460px) {
  .font-165 {
    font-size: 130px;
  }
}
@media (max-width: 1199px) {
  .font-120 {
    font-size: 100px;
  }

  .font-130 {
    font-size: 80px;
  }

  .font-90 {
    font-size: 80px;
  }

  .font-88 {
    font-size: 70px;
  }

  .font-70 {
    font-size: 60px;
  }

  .font-65 {
    font-size: 46px;
  }

  .font-60 {
    font-size: 50px;
  }

  .font-44 {
    font-size: 40px;
  }

  .font-40 {
    font-size: 35px;
  }

  .font-32 {
    font-size: 28px;
  }

  .font-30 {
    font-size: 28px;
  }

  .font-28 {
    font-size: 22px;
  }

  .font-26 {
    font-size: 22px;
  }

  .font-25 {
    font-size: 22px;
  }

  .font-24 {
    font-size: 22px;
  }

  .font-20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font-130 {
    font-size: 60px;
  }

  .font-120 {
    font-size: 80px;
  }

  .font-90 {
    font-size: 70px;
  }

  .font-88 {
    font-size: 60px;
  }

  .font-165 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .font-165 {
    font-size: 60px;
  }

  .font-130 {
    font-size: 46px;
  }

  .font-120 {
    font-size: 60px;
  }

  .font-90 {
    font-size: 50px;
  }

  .font-88 {
    font-size: 50px;
  }

  .font-80 {
    font-size: 35px;
  }

  .font-70 {
    font-size: 50px;
  }

  .font-60 {
    font-size: 35px;
  }

  .font-55 {
    font-size: 34px;
  }

  .font-44 {
    font-size: 28px;
  }

  .font-40 {
    font-size: 32px;
  }

  .font-36 {
    font-size: 22px;
  }

  .font-30 {
    font-size: 24px;
  }

  .font-26 {
    font-size: 22px;
  }

  .font-25 {
    font-size: 18px;
  }

  .font-24 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .font-165 {
    font-size: 44px;
  }

  .font-120 {
    font-size: 40px;
  }

  .font-90 {
    font-size: 35px;
  }

  .font-70 {
    font-size: 30px;
  }

  .font-18 {
    font-size: 16px;
  }

  .font-15 {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .font-165 {
    font-size: 35px;
  }
}
/* ==========================================================================
	clear
 ========================================================================== */
label {
  margin-bottom: 0;
  line-height: normal;
}

textarea {
  -webkit-appearance: none;
}

button,
input, textarea {
  line-height: normal;
  outline: 0;
  background: transparent;
  border: 0;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  nowhitespace: afterproperty;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

figure,
address {
  padding: 0;
  margin: 0;
}

* {
  outline: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

/* ==========================================================================
    public
 ========================================================================== */
body {
  margin: 0;
  font-family: "Noto Sans TC";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: black;
  overflow-x: hidden;
  line-height: normal;
  letter-spacing: 1px;
}

.wp {
  position: relative;
  overflow: hidden;
}

.safari body {
  -webkit-text-size-adjust: none;
}

/* ==========================================================================
    public
 ========================================================================== */
/*不顯示外虛線*/
button, a {
  outline: none !important;
}

a, a:active {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a {
  transition: color 0.3s ease-in-out;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  line-height: normal;
}

img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  image-rendering: -webkit-optimize-contrast;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

ul.noneStyle {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.noneList {
  list-style: none;
}

ul.noneStyle > li {
  list-style: none;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #969696;
}

::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #969696;
}

::-o-placeholder {
  /* Mozilla Firefox 19+ */
  color: #969696;
}

::-ms-placeholder {
  /* Internet Explorer 10+ */
  color: #969696;
}

::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #969696;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: black;
  /*字體顏色*/
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
}

/**/
.scrollbar,
.scrollbarX,
.scrollbarY {
  -webkit-overflow-scrolling: touch;
}

.scrollbarX {
  overflow-x: auto;
}

table {
  -webkit-backface-visibility: visible;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.modal-content {
  border: 0;
}
.modal-content .modal-dialog {
  margin: 0;
}
.modal-content .close {
  text-shadow: none;
  opacity: 1;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  width: auto;
  margin: 0;
  line-height: inherit;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.banner.banner-style-1 {
  height: 503px;
}
.banner.banner-style-1 .position-fixed {
  height: 503px;
}
.banner.banner-style-2 {
  height: 680px;
}
.banner.banner-style-2 .position-fixed {
  height: 680px;
}
.banner.banner-style-3 {
  height: 609px;
}
.banner.banner-style-3 .position-fixed {
  height: 609px;
}
@media (max-width: 991px) {
  .banner.banner-style-1, .banner.banner-style-2, .banner.banner-style-3 {
    height: 500px;
  }
  .banner.banner-style-1 .position-fixed, .banner.banner-style-2 .position-fixed, .banner.banner-style-3 .position-fixed {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .banner.banner-style-1, .banner.banner-style-2, .banner.banner-style-3 {
    height: 400px;
  }
  .banner.banner-style-1 .position-fixed, .banner.banner-style-2 .position-fixed, .banner.banner-style-3 .position-fixed {
    height: 400px;
  }
}

.features {
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
}
.features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 280px;
}
.features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).firstHide .dropdown-menu li:nth-child(1) {
  display: none;
}
.features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):hover .dropdown-toggle, .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show .dropdown-toggle {
  background: #0BBD6E;
  color: white;
  border: 1px solid #0BBD6E;
}
.features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  outline: none !important;
  box-shadow: none !important;
  padding: 17px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle::after {
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  margin-top: 0;
}
.features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle .filter-option {
  text-align: center;
}
.features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu:not(.inner) {
  padding: 0;
  border: none;
  background: #0BBD6E;
  border-radius: 10px;
  margin-top: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu:not(.inner) .inner {
  background: transparent;
}
.features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu:not(.inner) .dropdown-item {
  text-align: center;
  color: white;
  padding: 18px 18px;
  transition: background 0.3s;
}
.features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu:not(.inner) .dropdown-item.active, .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu:not(.inner) .dropdown-item:active {
  background: #0BBD6E;
}
.features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu:not(.inner) .dropdown-item:hover {
  background: #0AAB64;
}
.features .search {
  width: 320px;
  padding: 14.5px 18px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.features .search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
}
.features .search ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}
.features .search ::-o-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}
.features .search ::-ms-placeholder {
  /* Internet Explorer 10+ */
  color: white;
}
.features .search ::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
}
.features .search input:-webkit-autofill,
.features .search input:-webkit-autofill:hover,
.features .search input:-webkit-autofill:focus,
.features .search input:-webkit-autofill:active {
  -webkit-text-fill-color: white;
  /*字體顏色*/
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
}
.features.links a {
  padding: 14.5px 18px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1400px) {
  .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px;
  }
  .features .search {
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 200px;
  }
  .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle {
    padding: 17px 16px;
  }
  .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu:not(.inner) .dropdown-item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .features .search {
    width: 250px;
    padding: 16px 16px;
  }
  .features.links {
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .features {
    transform: none;
    background: white;
    left: 0;
    bottom: auto;
  }
  .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    display: table;
    width: 100%;
    max-width: 688px;
    margin: auto;
  }
  .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 16px;
    border: 0 !important;
  }
  .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu:not(.inner) {
    margin-top: 8px;
  }
  .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu:not(.inner) .dropdown-item {
    padding: 11px 16px;
  }
  .features .search {
    width: 100%;
    max-width: 688px;
    margin: auto;
    padding: 9px 16px;
    background: rgba(0, 0, 0, 0.8);
  }
  .features.links {
    bottom: auto;
  }
  .features.links a {
    padding: 11px 16px;
    background: rgba(0, 0, 0, 0.8);
    border: 0;
  }
}
@media (max-width: 767px) {
  .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle {
    padding: 8px 16px;
  }
  .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .features .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu:not(.inner) .dropdown-item {
    padding: 8px 16px;
  }
  .features .search {
    padding: 6px 16px;
  }
  .features .search i {
    font-size: 14px;
    position: relative;
    left: 5px;
  }
  .features.links .toggle {
    background: rgba(0, 0, 0, 0.8);
    padding: 7px 16px;
  }
  .features.links .toggle.show {
    background: #0AAB64;
  }
  .features.links .max1128 {
    background: #0AAB64;
    border-radius: 10px;
    margin-top: 16px;
    position: absolute;
    width: calc(100% - 40px);
    display: none;
  }
  .features.links .max1128 a {
    background: transparent;
    border-radius: 0;
    padding: 7px 16px;
  }
}

.pages-element a {
  margin: 0 4.5px;
  width: 30px;
  height: 30px;
}
.pages-element a.active {
  color: #04529B;
}
.pages-element a:not(.active):hover {
  color: #04529B;
}
@media (max-width: 767px) {
  .pages-element a {
    width: 20px;
    height: 20px;
  }
}

.white-dots li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 11.5px;
}
.white-dots li::before {
  content: "";
  width: 2px;
  height: 2px;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

.green-dot {
  position: relative;
}
.green-dot::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #6FBA44;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.space-line a + a {
  position: relative;
}
.space-line a + a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #D8D8D8;
}
@media (max-width: 767px) {
  .space-line a + a::before {
    display: none;
  }
}

.border-left-green {
  position: relative;
}
.border-left-green::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background: #0BBD6E;
}
@media (max-width: 575px) {
  .border-left-green::before {
    width: 3px;
    height: 18px;
  }
}

.share .line {
  transition: background 0.3s;
}
.share .line:hover {
  background: #07b53b;
}
.share .line i {
  margin-left: 2px;
}
.share .twitter {
  transition: background 0.3s;
}
.share .twitter:hover {
  background: #27A1F2;
}
.share .twitter i {
  margin-left: 2px;
}
.share .fb {
  transition: background 0.3s;
}
.share .fb:hover {
  background: #4267B2;
}
.share .fb i {
  margin-left: 2px;
}

.bottom-dec-line {
  position: relative;
}
.bottom-dec-line::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.back i::before {
  transition: transform 0.3s;
}
.back:hover i:before {
  transform: translateX(-2px);
}
@media (max-width: 767px) {
  .back i {
    font-size: 16px;
  }
}

.btn-dec {
  position: relative;
  overflow: hidden;
}
.btn-dec::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: radial-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  position: absolute;
  left: -62px;
  top: 0;
  transition: left 0.5s;
}
.btn-dec:hover::before {
  left: 100%;
}

html.menuOpen {
  overflow: hidden;
}
html.menuOpen .bottom-section .menu-toggle .wrapper div.bar1 {
  top: 10px;
  transform: rotate(-45deg);
}
html.menuOpen .bottom-section .menu-toggle .wrapper div.bar2 {
  width: 100%;
  top: 10px;
  transform: rotate(45deg);
}
html.menuOpen .bottom-section .mask {
  pointer-events: all;
  opacity: 1;
}
html.menuOpen .bottom-section .content {
  transform: none;
}
html.menuOpen .bottom-section .content .row .links-1 div,
html.menuOpen .bottom-section .content .row .links-2 div {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
html.menuOpen .bottom-section .content .row .links-1 div:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
html.menuOpen .bottom-section .content .row .links-1 div:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
html.menuOpen .bottom-section .content .row .links-1 div:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
html.menuOpen .bottom-section .content .row .links-1 div:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
html.menuOpen .bottom-section .content .row .links-1 div:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
html.menuOpen .bottom-section .content .row .links-2 div:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
html.menuOpen .bottom-section .content .row .links-2 div:nth-child(2) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
html.menuOpen .bottom-section .content .row .links-2 div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
html.menuOpen .bottom-section .content .society {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
html.menuOpen .bottom-section .content .max415 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 991px) {
  html.menuOpen .menu {
    transform: none;
  }
}
@media (max-width: 767px) {
  html.menuOpen .bottom-section .menu-toggle .wrapper div {
    background: white;
  }
}

header.scroll .top-section {
  opacity: 0;
  pointer-events: none;
}
header.scroll .bottom-section {
  opacity: 1;
}
header.scroll .bottom-section .menu-toggle,
header.scroll .bottom-section .content {
  pointer-events: all;
}
header .top-section {
  height: 90px;
  transition: opacity 0.3s;
}
header .top-section .logo {
  width: 26.5%;
  top: 0;
  left: 0;
}
header .top-section .logo::after {
  content: "";
  display: block;
  height: 100%;
  width: 60px;
  background: white;
  transform: skewX(-30deg);
  position: absolute;
  top: 0;
  right: -30px;
}
header .top-section .logo img {
  width: 207px;
}
header .top-section .menu a {
  position: relative;
  padding: 5px 32px;
}
header .top-section .menu a:hover::after {
  width: 50%;
  opacity: 1;
}
header .top-section .menu a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: all 0.3s;
}
header .top-section .menu a + a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .top-section .society {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
header .bottom-section {
  height: 90px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
header .bottom-section .menu-toggle {
  width: 80px;
  height: 80px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .bottom-section .menu-toggle .wrapper {
  width: 22.7px;
  height: 14.7px;
}
header .bottom-section .menu-toggle .wrapper div {
  height: 2.7px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  width: 100%;
  background: gainsboro;
}
header .bottom-section .menu-toggle .wrapper div.bar1 {
  top: 0px;
}
header .bottom-section .menu-toggle .wrapper div.bar2 {
  top: 11px;
  width: 65%;
}
header .bottom-section .menu-toggle.active .wrapper div.bar1 {
  width: 20px;
  top: 6px;
  transform: rotate(-45deg);
}
header .bottom-section .menu-toggle.active .wrapper div.bar2 {
  opacity: 0;
}
header .bottom-section .menu-toggle.active .wrapper div.bar3 {
  width: 20px;
  top: 6px;
  transform: rotate(45deg);
}
header .bottom-section .mask {
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background: rgba(2, 39, 74, 0.8);
  transition: opacity 0.3s;
}
header .bottom-section .content {
  top: 0;
  right: 0;
  width: 50%;
  background: linear-gradient(-135deg, #056FD2, #04529B);
  transform: translateX(100%);
  transition: transform 0.3s;
}
header .bottom-section .content a:hover {
  color: white;
}
header .bottom-section .content .row {
  height: 140px;
}
header .bottom-section .content .row .links-1 {
  height: 100%;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
header .bottom-section .content .row .links-2 {
  height: 100%;
}
@media (max-width: 1600px) {
  header .top-section .logo {
    width: 300px;
  }
}
@media (max-width: 1400px) {
  header .top-section .logo {
    width: 250px;
  }
  header .top-section .logo img {
    margin-right: 0 !important;
  }
  header .bottom-section .content {
    width: 59%;
    max-width: 710px;
  }
}
@media (max-width: 1199px) {
  header .top-section .logo {
    padding-left: 40px;
  }
  header .top-section .menu {
    margin-left: 150px;
  }
  header .top-section .menu a {
    padding: 5px 18px;
  }
  header .bottom-section .content {
    width: 50%;
    align-items: center;
  }
  header .bottom-section .content .row {
    max-width: initial;
    height: auto;
  }
  header .bottom-section .content .row .links-1 {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    flex-direction: row;
  }
  header .bottom-section .content .row a {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  header .top-section {
    height: 60px;
  }
  header .top-section .logo {
    width: 180px;
  }
  header .top-section .menu,
header .top-section .society {
    display: none !important;
  }
  header .bottom-section {
    height: 60px;
    opacity: 1;
    pointer-events: all;
  }
  header .bottom-section .menu-toggle {
    width: 60px;
    height: 60px;
  }
  header .bottom-section .content {
    overflow-y: auto;
    display: block;
  }
  header .bottom-section .content > div {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  header {
    height: 50px;
    position: fixed !important;
  }
  header .top-section {
    position: fixed !important;
    opacity: 1 !important;
    z-index: 1;
    height: 50px;
    pointer-events: none;
  }
  header .top-section .logo {
    width: 150px;
    padding-left: 20px;
    pointer-events: all !important;
  }
  header .bottom-section {
    background: white;
    height: 50px;
  }
  header .bottom-section .menu-toggle {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  header .bottom-section .menu-toggle .wrapper div {
    background: #04529B;
  }
  header .bottom-section .content {
    width: 100%;
  }
  header .bottom-section .content .row a {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .bottom-section .content .links-1,
header .bottom-section .content .links-2 {
    max-width: 100%;
  }
  header .bottom-section .content .links-1 {
    font-size: 18px;
  }
  header .bottom-section .content .links-2 {
    font-size: 15px;
  }
  header .bottom-section .mask {
    display: none;
  }
}

footer .top-section {
  height: 320px;
  position: relative;
}
footer .top-section::before {
  content: "";
  pointer-events: none;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  display: block;
  background-size: calc(100%/8);
  background-image: linear-gradient(90deg, transparent 0px, transparent calc(100% - 1px), rgba(255, 255, 255, 0.08) calc(100% - 1px), rgba(255, 255, 255, 0.08) 100%);
}
footer .top-section .text {
  padding-left: 16.5%;
}
footer .top-section .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 90%;
  width: 2px;
  background: white;
}
footer .bottom-section .links {
  height: 186px;
  flex-direction: column;
}
footer .bottom-section .logo-wrapper {
  order: 2;
  flex: 0 0 512px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
footer .bottom-section .logo-wrapper .footer-logo {
  max-width: 222px;
}
footer .bottom-section a {
  transition: color 0.3s;
}
footer .bottom-section a:hover {
  color: white;
}
footer .goTop {
  bottom: 30px;
  right: 30px;
  width: 90px;
  height: 90px;
  background: #141414;
  transform: translateY(200px);
  transition: all 0.3s;
}
footer .goTop:hover {
  background: #2A2A2A;
}
footer .goTop.show {
  transform: translateY(0px);
}
@media (max-width: 1400px) {
  footer .top-section .text {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  footer .goTop {
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
  }
  footer .bottom-section .logo-wrapper {
    flex: 0 0 472px;
  }
}
@media (max-width: 991px) {
  footer .top-section::before {
    display: none;
  }
  footer .bottom-section .logo-wrapper {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 767px) {
  footer .goTop {
    width: 50px;
    height: 50px;
  }
  footer .goTop i {
    font-size: 14px;
  }
  footer .top-section {
    margin-top: 0;
    height: auto;
  }
  footer .top-section .text {
    text-align: center;
    padding-left: 0;
  }
  footer .top-section .text::after {
    width: 40px;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.5);
  }
}

header .top-section .society .phone,
footer .phone {
  transition: background 0.3s;
}
header .top-section .society .phone:hover,
footer .phone:hover {
  background: #89C665;
}
header .top-section .society .email,
footer .email {
  transition: background 0.3s;
}
header .top-section .society .email:hover,
footer .email:hover {
  background: #009851;
}

@-webkit-keyframes upDown {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}

@keyframes upDown {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes radarWave {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  5% {
    background: rgba(175, 144, 106, 0.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    background: rgba(158, 125, 84, 0);
  }
}
@keyframes radarWave {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  5% {
    background: rgba(175, 144, 106, 0.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    background: rgba(158, 125, 84, 0);
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0px, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0px, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
#index footer {
  margin-top: -100px;
}
#index footer .top-section {
  height: 550px;
  padding-top: 90px;
}
@media (max-width: 1199px) {
  #index footer {
    margin-top: 0px;
  }
  #index footer .top-section {
    height: 320px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #index footer .top-section {
    height: auto;
  }
}

.editor .index-banner {
  height: 100vh;
}
.editor .index-banner .position-fixed {
  top: 0;
}
.editor .index-banner .imgFill {
  height: 100vh;
}
.editor .index-banner .text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.editor .index-banner .swiper-pagination {
  z-index: 1;
  bottom: auto;
  top: 50%;
  left: auto;
  right: 70px;
  width: 5px;
  transform: translateY(-50%);
}
.editor .index-banner .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  margin: 9px 0;
  opacity: 1;
  transition: all 0.3s;
}
.editor .index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 5px;
  height: 100px;
  background: white;
}
.editor .index-banner .scrollDown {
  left: 50%;
  transform: translateX(-50%);
  bottom: 135px;
}
.editor .index-banner .scrollDown i::before {
  -webkit-animation-name: upDown;
          animation-name: upDown;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.editor .index-section-1 {
  margin-top: -100px;
}
.editor .index-section-1 .news-wrapper .text {
  padding: 0 48px;
  background: linear-gradient(-135deg, #0562B9, #04529B);
}
.editor .index-section-1 .news-wrapper .text .swiper-buttons {
  position: relative;
  top: -40px;
}
.editor .index-section-1 .news-wrapper .text .swiper-buttons .swiper-button {
  width: 34px;
  height: 34px;
  position: static;
  margin: 0;
}
.editor .index-section-1 .clip-1 {
  height: 777px;
  -webkit-clip-path: polygon(0 37%, 100% 0, 100% 63%, 0 100%);
          clip-path: polygon(0 37%, 100% 0, 100% 63%, 0 100%);
}
.editor .index-section-1 .clip-2 {
  height: 777px;
  -webkit-clip-path: polygon(0 0, 100% 37%, 100% 100%, 0 63%);
          clip-path: polygon(0 0, 100% 37%, 100% 100%, 0 63%);
}
.editor .index-section-1 .clip-3 {
  height: 440px;
  -webkit-clip-path: polygon(0 62.5%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 62.5%, 100% 0, 100% 100%, 0 100%);
}
.editor .index-section-1 .clip-4 {
  height: 777px;
  -webkit-clip-path: polygon(0 0, 100% 37%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 37%, 100% 100%, 0 100%);
}
.editor .index-section-1 .modifyMt {
  margin-top: -288px;
}
.editor .index-section-1 .about-wrapper {
  margin-top: 150px;
  margin-left: -1px;
}
.editor .index-section-2 {
  margin-top: -200px;
  background: url(images/index/section-2-bg.jpg) center no-repeat;
  background-size: cover;
}
.editor .index-section-2 .dec {
  background: rgba(0, 0, 0, 0.1);
  height: 260px;
}
.editor .index-section-2 .icon {
  width: 70px;
  height: 70px;
}
.editor .index-section-3 {
  height: 720px;
}
.editor .index-section-3 .icon {
  width: 100px;
  height: 100px;
}
.editor .index-section-3 .icon img {
  width: 50%;
}
.editor .index-section-3 .text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #04529B;
  opacity: 0.2;
}
.editor .index-section-3 .swiper-button-prev {
  left: -50px;
}
.editor .index-section-3 .swiper-button-next {
  right: -50px;
}
.editor .index-section-3 .imgs {
  height: 100%;
  top: -100px;
}
.editor .index-section-3 .imgs a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s;
}
.editor .index-section-3 .imgs a:hover:after {
  opacity: 0;
}
.editor .index-section-3 .imgs a:hover .wave-group {
  opacity: 0;
}
.editor .index-section-3 .imgs a:hover .text {
  opacity: 1;
}
.editor .index-section-3 .imgs a .wave-group {
  width: 100px;
  height: 100px;
  transition: opacity 0.3s;
}
.editor .index-section-3 .imgs a .wave-group .circle {
  width: 20px;
  height: 20px;
}
.editor .index-section-3 .imgs a .wave-group .wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: radarWave cubic-bezier(0, 0.54, 0.53, 1) 5s 0s;
          animation: radarWave cubic-bezier(0, 0.54, 0.53, 1) 5s 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 2px solid #0BBD6E;
}
.editor .index-section-3 .imgs a .wave-group .wave.wave-1 {
  width: 100%;
  height: 100%;
}
.editor .index-section-3 .imgs a .wave-group .wave.wave-2 {
  width: 80%;
  height: 80%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.editor .index-section-3 .imgs a .wave-group .wave.wave-3 {
  width: 60%;
  height: 60%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.editor .index-section-3 .imgs a .wave-group .wave.wave-4 {
  width: 40%;
  height: 40%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.editor .index-section-3 .imgs a .text {
  width: 200px;
  height: 200px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.editor .index-section-3 .max1440 .col-xl-5 {
  padding-left: 0;
  padding-right: 24px;
}
@media (max-width: 1600px) {
  .editor .index-banner .swiper-pagination {
    right: 20px;
  }
  .editor .index-section-3 .max1440 .col-xl-5 {
    padding-left: 80px;
    padding-right: 0;
  }
}
@media (max-width: 1400px) {
  .editor .index-section-1 .news-wrapper .text {
    padding: 0;
  }
  .editor .index-section-1 .clip-1 {
    -webkit-clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
            clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
  }
  .editor .index-section-1 .clip-2 {
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
            clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
  }
  .editor .index-section-1 .clip-3 {
    -webkit-clip-path: polygon(0 62.5%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 62.5%, 100% 0, 100% 100%, 0 100%);
  }
  .editor .index-section-1 .clip-4 {
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
  }
}
@media (max-width: 1199px) {
  .editor .index-section-1 {
    margin-top: -100px;
  }
  .editor .index-section-1 .clip-1 {
    height: 600px;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
  .editor .index-section-1 .clip-2 {
    height: 600px;
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  }
  .editor .index-section-1 .clip-3 {
    height: 437px;
    -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
  }
  .editor .index-section-1 .clip-4 {
    height: 600px;
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  }
  .editor .index-section-3 {
    height: auto;
  }
  .editor .index-section-3 .blank {
    background: white;
  }
  .editor .index-section-3 .max1440 .col-xl-5 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .editor .index-section-3 .imgs {
    height: auto;
  }
  .editor .index-section-3 .imgs .row {
    height: 600px;
  }
  .editor .index-section-3 .imgs a::after {
    display: none;
  }
  .editor .index-section-3 .imgs a .wave-group {
    display: none;
  }
  .editor .index-section-3 .imgs a .text {
    opacity: 1;
    width: 150px;
    height: 150px;
  }
  .editor .index-section-3 .imgs a .text i {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .editor .index-section-1 .modifyMt {
    margin-top: -89px;
  }
  .editor .index-section-1 .clip-1,
.editor .index-section-1 .clip-2,
.editor .index-section-1 .clip-3 {
    height: 440px;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
  .editor .index-section-1 .clip-4 {
    height: 600px;
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  }
  .editor .index-section-1 .about-wrapper {
    margin-top: -90px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .editor .index-banner .position-fixed::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: 1;
    pointer-events: none;
  }
  .editor .index-banner .font-20 {
    font-size: 16px;
  }
  .editor .index-banner .text {
    top: auto;
    bottom: 100px;
    transform: translateX(-50%);
  }
  .editor .index-banner .scrollDown {
    bottom: 20px;
  }
  .editor .index-banner .swiper-pagination {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 80px;
    transform: translateX(-50%);
    width: auto;
  }
  .editor .index-banner .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 20px;
    height: 2px;
    margin: 0 5px;
  }
  .editor .index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 2px;
  }
  .editor .index-section-1 {
    margin-top: 0;
  }
  .editor .index-section-1 .modifyMt {
    margin-top: -31px;
  }
  .editor .index-section-1 .text.clip-1 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    height: auto;
  }
  .editor .index-section-1 .clip-1,
.editor .index-section-1 .clip-2,
.editor .index-section-1 .clip-3 {
    height: 300px;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  }
  .editor .index-section-1 .clip-4 {
    height: auto;
    -webkit-clip-path: polygon(0 5.8%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 5.8%, 100% 0, 100% 100%, 0 100%);
  }
  .editor .index-section-1 .about-wrapper {
    margin-top: -31px;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .editor .index-section-1 .about-wrapper .clip-2 {
    order: 2;
    width: 100%;
    margin-top: -31px;
    z-index: 1;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  }
  .editor .index-section-1 .about-wrapper .text {
    margin-top: 0;
    padding-bottom: 60px !important;
  }
  .editor .index-section-1 .line3 {
    display: block;
  }
  .editor .index-section-1 .news-wrapper .text .swiper-buttons {
    top: 0;
  }
  .editor .index-section-2 .dec {
    height: 240px;
  }
  .editor .index-section-3 .max1440 .col-xl-5 {
    padding-right: 0;
    padding-left: 0;
  }
  .editor .index-section-3 .swiper-button-prev {
    left: -10px;
  }
  .editor .index-section-3 .swiper-button-next {
    right: -10px;
  }
  .editor .index-section-3 .rounded-30 {
    border-radius: 10px;
  }
  .editor .index-section-3 .imgs .row {
    height: auto;
  }
  .editor .index-section-3 .imgs .row .col-md-7 a {
    height: 800px !important;
  }
  .editor .index-section-3 .imgs .row .col-md-5 a {
    height: 300px !important;
  }
}
@media (max-width: 575px) {
  .editor .index-section-3 .imgs .row .col-md-7 a {
    height: 500px !important;
  }
  .editor .index-section-3 .imgs .row .col-md-5 a {
    height: 200px !important;
  }
  .editor .index-section-3 .imgs .row .text {
    width: auto;
    height: auto;
    border-radius: 5px !important;
    top: auto;
    bottom: 40px;
    transform: translateX(-50%);
  }
}

.editor .about-section-1 .boss {
  width: 55%;
}
.editor .about-section-1 .bg-white {
  width: 53.5%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.editor .about-section-1 .spirit .icon {
  flex: 0 0 70px;
  height: 70px;
}
.editor .about-section-1 .spirit .title {
  flex: 0 0 180px;
}
.editor .about-section-1 .spirit .content {
  border-bottom: 1px solid #04529B;
}
.editor .about-section-2 .items {
  background-position-x: 66%;
  -webkit-clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 87%);
          clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 87%);
}
@media (max-width: 1199px) {
  .editor .about-section-2 .items {
    -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
            clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
  }
}
@media (max-width: 991px) {
  .editor .about-section-1 .bg-white {
    transform: none;
    top: 50px;
  }
  .editor .about-section-2 .items {
    transform: rotateY(180deg);
    background-position-x: center;
    -webkit-clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
            clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
  }
  .editor .about-section-2 .items::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .editor .about-section-2 .items > div {
    transform: rotateY(180deg);
  }
}
@media (max-width: 767px) {
  .editor .about-section-1 .boss {
    width: 100%;
  }
  .editor .about-section-1 .bg-white {
    width: 100%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  }
  .editor .about-section-2 .items {
    transform: none;
    -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
            clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
    background-position-x: 20%;
  }
  .editor .about-section-2 .items::after {
    background: rgba(0, 0, 0, 0.6);
  }
  .editor .about-section-2 .items > div {
    transform: none;
  }
}
#news .swiper-container.noLoop .swiper-slide a{
  max-width: 796px;
  margin: auto;
  padding: 0;
  opacity: 1;
  pointer-events: all;
}
#news .swiper-container.noLoop .swiper-slide a .font-weight-500{
  opacity: 1;
}
#news .swiper-container.noLoop .swiper-button{
  display: none;
}
#news .swiper-container.noLoop .swiper-slide a .jqimgFill::after{
  display: none;
}
#news .swiper-container .swiper-slide {
  pointer-events: none;
}
#news .swiper-container .swiper-slide.swiper-slide-active {
  pointer-events: all;
}
#news .swiper-container .swiper-slide.swiper-slide-active a {
  opacity: 1;
}
#news .swiper-container .swiper-slide.swiper-slide-active a .font-weight-500 {
  opacity: 1;
}
#news .swiper-container .swiper-slide.swiper-slide-active a .category {
  opacity: 1;
}
#news .swiper-container .swiper-slide.swiper-slide-active a .jqimgFill::after {
  opacity: 0;
}
#news .swiper-container .swiper-slide a {
  opacity: 0.5;
  padding: 0 4.8%;
  transition: opacity 0.3s;
}
#news .swiper-container .swiper-slide a .jqimgFill {
  height: 530px;
}
#news .swiper-container .swiper-slide a .jqimgFill::after {
  content: "";
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.4);
  transition: opacity 0.3s;
}
#news .swiper-container .swiper-slide a .category {
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
#news .swiper-container .swiper-slide a .category::after {
  content: "";
  position: absolute;
  top: 0;
  right: -28px;
  width: 50px;
  height: 100%;
  background: #0BBD6E;
  transform: skewX(-32deg);
}
#news .swiper-container .swiper-slide a .font-weight-500 {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
#news .swiper-container .swiper-slide a .font-26::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #969696;
}
#news .swiper-container .swiper-button {
  width: 60px;
  height: 60px;
  margin: 0;
  top: 265px;
}
#news .swiper-container .swiper-button.swiper-button-prev {
  left: 24.6%;
  transform: translate(-50%, -50%);
}
#news .swiper-container .swiper-button.swiper-button-next {
  right: 24.6%;
  transform: translate(50%, -50%);
}
#news .new {
  border-bottom: 1px solid #DCDCDC;
}
#news .new:hover .title {
  left: -22px;
  color: #0BBD6E;
}
#news .new:hover .more {
  border: 1px solid #0BBD6E;
  background: #0BBD6E;
  color: white;
}
#news .new .tag {
  flex: 0 0 180px;
}
#news .new .title {
  left: 0;
  padding-left: 70px;
  padding-right: 190px;
  transition: all 0.3s;
}
#news .new .more {
  transition: all 0.3s;
  flex: 0 0 140px;
}
@media (max-width: 1600px) {
  #news .new .title {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1199px) {
  #news .swiper-container .swiper-slide a {
    padding: 0 4%;
  }
  #news .swiper-container .swiper-button.swiper-button-prev {
    left: 8.5%;
  }
  #news .swiper-container .swiper-button.swiper-button-next {
    right: 8.5%;
  }
  #news .new:hover .title {
    left: 0;
  }
  #news .new .tag {
    flex: 0 0 100px;
  }
  #news .new .title {
    padding-left: 0px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  #news .swiper-container .swiper-slide a .jqimgFill {
    height: 370px;
  }
  #news .swiper-container .swiper-slide a .category::after {
    right: -15px;
  }
  #news .swiper-container .swiper-button {
    top: 185px;
    width: 50px;
    height: 50px;
  }
  #news .swiper-container .swiper-button i {
    font-size: 25px;
  }
  #news .new .more {
    flex: 0 0 120px;
  }
}
@media (max-width: 767px) {
  #news .swiper-container .swiper-slide a {
    padding: 0;
  }
  #news .swiper-container .swiper-slide a .jqimgFill {
    height: 400px;
  }
  #news .swiper-container .swiper-pagination {
    width: auto;
    left: auto;
    right: 10px;
    bottom: auto;
    top: 365px;
  }
  #news .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: white;
    opacity: 1;
    margin: 0 6px;
  }
  #news .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #055DAE;
  }
  #news .new .title {
    flex: 0 0 100%;
    padding-right: 0;
  }
  #news .new > span {
    flex-wrap: wrap;
  }
  #news .new > span .line1 {
    white-space: initial;
  }
  #news .new .more {
    border: 1px solid #0BBD6E;
    background: #0BBD6E;
    color: white;
    font-size: 14px;
    flex: 0 0 100px;
  }
}
@media (max-width: 575px) {
  #news .font-26 {
    font-size: 18px;
  }
  #news .swiper-container .swiper-slide a .jqimgFill {
    height: 250px;
  }
  #news .swiper-container .swiper-slide a .category::after {
    width: 25px;
    right: -10px;
  }
  #news .swiper-container .swiper-pagination {
    top: 215px;
  }
}

#projects .item {
  max-width: 318px;
  height: 560px;
}
#projects .item:hover {
  z-index: 1;
}
#projects .item:hover .img {
  transform: translateY(50px) scale(1.31);
}
#projects .item:hover .img::after {
  opacity: 1;
}
#projects .item:hover .text {
  color: white;
  top: 160px;
}
#projects .item:hover .text .title {
  font-size: 22px;
}
#projects .item:hover .text .area {
  display: block;
}
#projects .item:hover .text .date {
  color: white;
  padding-top: 26px;
}
#projects .item:hover .text .date::before {
  background: white;
}
#projects .item:hover .text .rounded-circle {
  display: flex;
}
#projects .item .img {
  transition: transform 0.3s;
}
#projects .item .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
}
#projects .item .img .jqimgFill {
  height: 424px;
}
#projects .item .text {
  top: 458px;
  transition: all 0.3s;
}
#projects .item .text .title {
  font-size: 18px;
  transition: font-size 0.3s;
}
#projects .item .text .area {
  display: none;
}
#projects .item .text .date {
  transition: all 0.3s;
  padding-top: 12px;
  margin-top: 12px;
}
#projects .item .text .date::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #969696;
  transition: all 0.3s;
}
#projects .item .text .rounded-circle {
  display: none;
}
@media (max-width: 1400px) {
  #projects .item {
    height: auto;
  }
  #projects .item:hover .img {
    transform: none;
  }
  #projects .item:hover .text {
    color: black;
  }
  #projects .item:hover .text .title {
    font-size: 18px;
  }
  #projects .item:hover .text .area {
    display: none;
  }
  #projects .item:hover .text .date {
    color: #969696;
    padding-top: 12px;
  }
  #projects .item:hover .text .date::before {
    background: #969696;
  }
  #projects .item:hover .text .rounded-circle {
    display: none;
  }
  #projects .item .img::after {
    display: none;
  }
  #projects .item .img .jqimgFill {
    height: 400px;
  }
  #projects .item .text {
    position: static !important;
  }
}
@media (max-width: 991px) {
  #projects .item {
    max-width: initial;
  }
}

#project .bg {
  top: 0;
  min-height: 500px;
}
#project footer {
  margin-top: -90px;
}
#project footer .top-section {
  height: 460px;
  padding-top: 90px;
}
#project .building-infos {
  padding-left: 48px;
  padding-right: 26px;
}
#project .building-infos .building-info > div > span:nth-child(1) {
  position: relative;
  padding-left: 37px;
  flex: 0 0 172px;
}
#project .building-infos .building-info > div > span:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 18px;
  height: 2px;
  background: #0BBD6E;
}
#project .building-infos .building-info > div a {
  right: 0;
  top: -7px;
}
#project .building-infos .building-info > div a i::before {
  transition: transform 0.3s;
}
#project .building-infos .building-info > div a:hover i::before {
  transform: scale(1.1);
}
#project .slider-for .slick-slide {
  height: 1039px;
  background-color: #EEEEEE;
}
#project .slider-for .slick-slide > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#project .slider-nav {
  width: 465px;
  margin-left: 0;
}
#project .slider-nav .jqimgFill {
  height: 140px;
  width: 140px;
}
#project .slider-nav .slick-slide a {
  position: relative;
}
#project .slider-nav .slick-slide a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: opacity 0.3s;
  pointer-events: none;
}
#project .slider-nav .slick-slide.slick-current a::after, #project .slider-nav .slick-slide.active a::after {
  opacity: 0;
}
#project .slider-nav .swiper-buttons::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 20px;
  background: #DCDCDC;
}
#project .slider-nav .swiper-button {
  position: static;
  margin: 0;
  width: 30px;
  height: 30px;
}
#project .slider-nav-arrows {
  position: relative;
}
#project .slider-nav-arrows::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 20px;
  background: #DCDCDC;
}
#project .slider-nav-arrows .slick-arrow {
  position: static;
  margin: 0;
  width: 30px;
  height: 30px;
  transform: none;
  color: #969696;
}
#project .slider-nav-arrows .slick-arrow::before {
  display: none;
}
#project .slider-nav-arrows .slick-arrow i {
  font-size: 16px;
}
#project ~ .fancybox__container .fancybox__slide {
  padding: 45px 60px;
}
@media (max-width: 1600px) {
  #project .building-infos {
    padding-left: 0;
    padding-right: 0;
  }
  #project .slider-for .slick-slide {
    height: 1013px;
  }
}
@media (max-width: 1199px) {
  #project .building-infos .building-info > div > span:nth-child(1) {
    flex: 0 0 130px;
  }
  #project .slider-nav {
    width: auto;
  }
  #project .slider-nav .jqimgFill {
    height: 120px;
    width: 126px;
  }
}
@media (max-width: 991px) {
  #project .slider-nav {
    width: auto;
  }
  #project .slider-nav .slick-slide {
    padding: 0 14px;
  }
  #project .slider-nav .jqimgFill {
    height: 660px;
    width: auto;
  }
}
@media (max-width: 767px) {
  #project .building-infos .building-info > div > span:nth-child(2) {
    padding-left: 37px;
  }
  #project .building-infos .building-info > div > div {
    padding-left: 37px;
  }
  #project .building-infos .building-info > div a {
    top: -2px;
  }
  #project .swiper-container-2 .jqimgFill {
    height: auto;
    background: transparent;
  }
  #project .swiper-container-2 .jqimgFill img {
    display: block !important;
  }
  #project .slider-nav {
    width: auto;
  }
  #project .slider-nav .slick-slide {
    padding: 0;
  }
  #project .slider-nav .jqimgFill {
    height: auto;
    background: transparent;
  }
  #project .slider-nav .jqimgFill img {
    display: block !important;
  }
  #project ~ .fancybox__container .carousel__button.is-prev {
    left: 0;
  }
  #project ~ .fancybox__container .carousel__button.is-next {
    right: 0;
  }
  #project ~ .fancybox__container .font-40 {
    font-size: 20px;
  }
  #project footer {
    margin-top: -40px;
  }
  #project footer .top-section {
    height: auto;
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  #project .swiper-container-2 .jqimgFill {
    height: auto;
  }
  #project .swiper-container-2 .jqimgFill img {
    display: block !important;
  }
}

#contact .bg,
#success .bg {
  background-size: cover;
  height: 970px;
  top: 0;
}
#contact .bootstrap-select,
#success .bootstrap-select {
  height: 26px;
  line-height: 22px;
}
#contact .bootstrap-select.changed .dropdown-toggle,
#success .bootstrap-select.changed .dropdown-toggle {
  color: black;
}
#contact .bootstrap-select.firstHide .dropdown-menu li:nth-child(1),
#success .bootstrap-select.firstHide .dropdown-menu li:nth-child(1) {
  display: none;
}
#contact .bootstrap-select .dropdown-toggle,
#success .bootstrap-select .dropdown-toggle {
  padding: 0 0 0 16px;
  background: transparent;
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  color: #969696;
}
#contact .bootstrap-select .dropdown-toggle::after,
#success .bootstrap-select .dropdown-toggle::after {
  border-top: 0.5em solid black;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
}
#contact .bootstrap-select .dropdown-menu:not(.inner),
#success .bootstrap-select .dropdown-menu:not(.inner) {
  margin-top: 16px;
  padding: 0;
  background: #0BBD6E;
}
#contact .bootstrap-select .dropdown-menu:not(.inner) .inner,
#success .bootstrap-select .dropdown-menu:not(.inner) .inner {
  background: transparent;
}
#contact .bootstrap-select .dropdown-menu:not(.inner) .dropdown-item,
#success .bootstrap-select .dropdown-menu:not(.inner) .dropdown-item {
  color: white;
  padding: 10px 16px;
  transition: background 0.3s;
}
#contact .bootstrap-select .dropdown-menu:not(.inner) .dropdown-item.active, #contact .bootstrap-select .dropdown-menu:not(.inner) .dropdown-item:active,
#success .bootstrap-select .dropdown-menu:not(.inner) .dropdown-item.active,
#success .bootstrap-select .dropdown-menu:not(.inner) .dropdown-item:active {
  background: #0BBD6E;
}
#contact .bootstrap-select .dropdown-menu:not(.inner) .dropdown-item:hover,
#success .bootstrap-select .dropdown-menu:not(.inner) .dropdown-item:hover {
  background: #0AAB64;
}
#contact label,
#success label {
  flex: 0 0 85px;
}
#contact footer,
#success footer {
  margin-top: -90px;
}
#contact footer .top-section,
#success footer .top-section {
  height: 460px;
  padding-top: 90px;
}
@media (max-width: 767px) {
  #contact .bootstrap-select .dropdown-toggle,
#success .bootstrap-select .dropdown-toggle {
    padding-left: 0;
  }
  #contact .bootstrap-select .dropdown-toggle::after,
#success .bootstrap-select .dropdown-toggle::after {
    border-top: 0.3em solid black;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  #contact .verificationCode,
#success .verificationCode {
    flex-wrap: wrap;
  }
  #contact .verificationCode label,
#success .verificationCode label {
    flex: 0 0 100%;
  }
  #contact footer,
#success footer {
    margin-top: -40px;
  }
  #contact footer .top-section,
#success footer .top-section {
    height: auto;
    padding-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */