/*Color Value*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
/* Force disable native smooth scroll and focus repaints that fight JS */
html, body {
  scroll-behavior: auto !important;
}

.menu-item:active, .menu-item:focus {
  outline: none !important;
}

body {
  font-family: "Barlow", sans-serif;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  line-height: 1.5;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  body {
    font-size: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 1em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  body {
    font-size: 1em;
  }
}
body a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
body a:active {
  text-decoration: none;
}
body a:hover, body a:focus, body a:active {
  outline: none;
}

::-moz-selection {
  background: #4786c5;
  color: #FFFFFF;
}

::selection {
  background: #4786c5;
  color: #FFFFFF;
}

.ck-box p,
.ck-box li,
.ck-box label,
.ck-box table,
.ck-box h1,
.ck-box h2,
.ck-box h3,
.ck-box h4,
.ck-box h5,
.ck-box h6 {
  line-height: 1.8;
}
.ck-box a {
  color: #000000;
  text-decoration: underline;
}
.ck-box img {
  max-width: 100%;
  height: auto !important;
}
.ck-box img[float=left] {
  max-width: calc(50% - 15px);
  width: calc(50% - 15px) !important;
  height: auto !important;
  margin-right: 15px;
  margin-bottom: 15px;
}

.common-padding {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .common-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .common-padding {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.flexbox-container .div-row {
  margin-left: -17.5px;
  margin-right: -17.5px;
  margin-bottom: -35px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .flexbox-container .div-row {
    margin-left: -12.5px;
    margin-right: -12.5px;
    margin-bottom: -25px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .flexbox-container .div-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: -15px;
  }
}
.flexbox-container .div-col {
  position: relative;
  width: 100%;
  padding-left: 17.5px;
  padding-right: 17.5px;
  margin-bottom: 35px;
  max-width: 20%;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .flexbox-container .div-col {
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-bottom: 25px;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .flexbox-container .div-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.flexbox-container .box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: red;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .flexbox-container .box {
    font-size: 1.25em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .flexbox-container .box {
    font-size: 1.125em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .flexbox-container .box {
    font-size: 1em;
  }
}

.common-btn {
  position: relative;
  display: inline-flex;
  font-family: "Oswald", sans-serif;
  color: transparent;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  font-size: 32px;
  padding: 10px 38px;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .common-btn {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .common-btn {
    font-size: 22px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .common-btn {
    font-size: 16px;
  }
}
.common-btn:hover .left-top {
  top: 0px;
  left: 0px;
}
.common-btn:hover .right-bottom {
  top: 0px;
  left: 0px;
}
.common-btn .left-top {
  position: absolute;
  font-family: "Oswald", sans-serif;
  color: transparent;
  font-weight: 600;
  background-color: #2A88CB;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  font-size: 30px;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #FFFFFF;
  padding: 10px 38px;
  top: -5px;
  left: -5px;
  white-space: nowrap;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .common-btn .left-top {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .common-btn .left-top {
    font-size: 22px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .common-btn .left-top {
    font-size: 16px;
  }
}
.common-btn .right-bottom {
  position: absolute;
  font-family: "Oswald", sans-serif;
  color: transparent;
  font-weight: 600;
  background-color: #64696d;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  font-size: 32px;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 10px 38px;
  top: 5px;
  left: 5px;
  white-space: nowrap;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .common-btn .right-bottom {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .common-btn .right-bottom {
    font-size: 22px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .common-btn .right-bottom {
    font-size: 16px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
header.scrolled {
  box-shadow: 0 2px 40px hsla(240deg, 0%, 6%, 0.07);
  background-color: #FFFFFF;
}
header.scrolled .menu-container {
  height: 65px;
  padding-top: 6px;
  padding-bottom: 8px;
}
header.scrolled .left-col img {
  width: 74px !important;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  header.scrolled .left-col img {
    width: 70px !important;
  }
}
header .header-border {
  height: 18px;
  width: 100%;
  display: flex;
}
header .header-border .box1 {
  background-color: #447632;
  width: 25%;
}
header .header-border .box2 {
  background-color: #8ABB2A;
  width: 25%;
}
header .header-border .box3 {
  background-color: #D7D942;
  width: 25%;
}
header .header-border .box4 {
  background-color: #FFD400;
  width: 25%;
}
header .menu-container {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  display: flex;
  align-items: center;
  height: 85px;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .menu-container .left-col {
  width: 90px;
  height: 100%;
  display: flex;
  align-items: center;
}
header .menu-container .left-col img {
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  header .menu-container .left-col img {
    width: 70px;
  }
}
header .menu-container .right-col {
  width: calc(100% - 90px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .menu-container .right-col .menu-item {
  font-weight: 500;
  color: #000000;
  margin-right: 28px;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  header .menu-container .right-col .menu-item {
    font-size: 1.1875em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  header .menu-container .right-col .menu-item {
    font-size: 1.125em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .menu-container .right-col .menu-item {
    font-size: 1.125em;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  header .menu-container .right-col .menu-item {
    font-size: 19px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1220px) {
  header .menu-container .right-col .menu-item {
    display: none;
  }
}
header .menu-container .right-col .menu-item:after {
  content: "";
  background-color: #2A88CB;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
}
header .menu-container .right-col .menu-item:hover {
  text-decoration: none;
}
header .menu-container .right-col .menu-item.active, header .menu-container .right-col .menu-item:hover {
  color: #2A88CB;
}
header .menu-container .right-col .menu-item.active:after, header .menu-container .right-col .menu-item.active:before, header .menu-container .right-col .menu-item:hover:after, header .menu-container .right-col .menu-item:hover:before {
  opacity: 1;
}
header .menu-container .right-col .header-button {
  margin-left: 5px;
  color: #FFFFFF;
  background-color: #4786c5;
  font-weight: 500;
  padding: 7px 20px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  header .menu-container .right-col .header-button {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  header .menu-container .right-col .header-button {
    font-size: 1.125em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .menu-container .right-col .header-button {
    font-size: 1.0625em;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  header .menu-container .right-col .header-button {
    font-size: 19px;
    margin-left: 25px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  header .menu-container .right-col .header-button {
    padding: 3px 15px;
  }
}
@media only screen and (max-width: 1220px) {
  header .menu-container .right-col .header-button {
    margin-left: 0px;
  }
}
header .menu-container .right-col .header-button:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px;
}
header .menu-container .right-col .responsive-menu-btn-container {
  font-size: 26px;
  display: none;
}
header .menu-container .right-col .responsive-menu-btn-container .responsive-menu-btn {
  width: 26px;
  margin-left: 24px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  header .menu-container .right-col .responsive-menu-btn-container .responsive-menu-btn {
    margin-left: 15px;
  }
}
header .menu-container .right-col .responsive-menu-btn-container .responsive-menu-btn span {
  height: 2px;
  background-color: #447632;
  width: 100%;
  margin-bottom: 7px;
  display: block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
header .menu-container .right-col .responsive-menu-btn-container .responsive-menu-btn span:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1220px) {
  header .menu-container .right-col .responsive-menu-btn-container {
    display: flex;
  }
}

footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #FFFFFF;
}
footer .top-col {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  footer .top-col {
    padding-top: 30px;
  }
}
footer .top-col .r1 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  footer .top-col .r1 {
    font-size: 3.125em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  footer .top-col .r1 {
    font-size: 2.125em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  footer .top-col .r1 {
    font-size: 1.875em;
  }
}
footer .top-col .r2 {
  margin-top: 16px;
  font-weight: 500;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  footer .top-col .r2 {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  footer .top-col .r2 {
    font-size: 1em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  footer .top-col .r2 {
    font-size: 1em;
  }
}
footer .top-col .r3 {
  text-align: center;
  margin-top: 34px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  footer .top-col .r3 {
    margin-top: 28px;
  }
}
footer .top-col .r3 img {
  width: 223.29px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  footer .top-col .r3 img {
    width: 180px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  footer .top-col .r3 img {
    width: 180px;
  }
}
footer .top-col .r4 {
  display: flex;
  justify-content: center;
  margin-top: 22px;
  margin-bottom: 45px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  footer .top-col .r4 {
    margin-bottom: 40px;
  }
}
footer .top-col .r4 .contact-container {
  display: flex;
  margin-bottom: -15px;
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 25px;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  footer .top-col .r4 .contact-container {
    font-size: 1.375em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  footer .top-col .r4 .contact-container {
    font-size: 1.375em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  footer .top-col .r4 .contact-container {
    font-size: 1.125em;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  footer .top-col .r4 .contact-container {
    margin-top: 20px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  footer .top-col .r4 .contact-container {
    margin-top: 20px;
  }
}
footer .top-col .r4 .contact-container .fas {
  margin-right: 10px;
}
footer .top-col .r4 .contact-container .fa-phone-alt {
  font-size: 22px;
}
footer .top-col .r4 .contact-container .fa-envelope {
  position: relative;
  top: 1px;
}
footer .top-col .r4 .contact-container .phone {
  margin-right: 80px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  footer .top-col .r4 .contact-container .phone {
    margin-right: 40px;
  }
}
footer .top-col .r4 .contact-container .email {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 1;
}
footer .top-col .r4 .contact-container a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .top-col .r4 .contact-container a:hover {
  color: #FFFFFF;
}
footer .seperator {
  height: 1px;
  background-color: #FFFFFF;
  width: 100%;
}
footer .bottom-col {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.banner {
  background-color: #a7c7d6;
  padding-top: 85px;
}
.banner img {
  width: 100%;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .banner img.desktop {
    display: none;
  }
}
.banner img.mobile {
  display: none;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .banner img.mobile {
    display: block;
  }
}

.section1 {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-x: hidden;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1550px) {
  .section1 .container {
    width: 1450px;
    max-width: 100%;
  }
}
.section1 .flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.section1 .flex-container .left-col {
  width: 100%;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section1 .flex-container .left-col {
    width: 100%;
    padding-right: 0px;
    order: 2;
  }
}
.section1 .flex-container .left-col .title {
  margin-bottom: 45px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 50px;
  color: #2A88CB;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section1 .flex-container .left-col .title {
    font-size: 45x;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section1 .flex-container .left-col .title {
    font-size: 35px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section1 .flex-container .left-col .title {
    margin-bottom: 35px;
  }
}
.section1 .flex-container .left-col .title img {
  width: 63px;
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section1 .flex-container .left-col .title img {
    width: 45px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section1 .flex-container .left-col .title img {
    width: 45px;
  }
}
.section1 .flex-container .left-col .title span {
  color: #2A88CB;
}
.section1 .flex-container .left-col .desc {
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section1 .flex-container .left-col .desc {
    font-size: 1.1875em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section1 .flex-container .left-col .desc {
    font-size: 1.125em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section1 .flex-container .left-col .desc {
    font-size: 1.0625em;
  }
}
.section1 .flex-container .left-col .desc .desc-header {
  color: #2A88CB;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 27px;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section1 .flex-container .left-col .desc .desc-header {
    font-size: 1.625em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section1 .flex-container .left-col .desc .desc-header {
    font-size: 1.5em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section1 .flex-container .left-col .desc .desc-header {
    font-size: 1.375em;
  }
}
.section1 .flex-container .left-col .desc .desc-header.header2 {
  margin-top: 30px;
}

.section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1550px) {
  .section2 .container {
    width: 1350px;
    max-width: 100%;
  }
}
.section2 .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section2 .flex-container .left-col {
  padding-right: 80px;
  border-right: 6px solid #FFFFFF;
  min-height: 165px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1.23;
  justify-content: flex-end;
  padding-left: 85px;
  position: relative;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section2 .flex-container .left-col {
    font-size: 3.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section2 .flex-container .left-col {
    font-size: 1.5em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section2 .flex-container .left-col {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section2 .flex-container .left-col {
    font-size: 40px;
    padding-right: 60px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section2 .flex-container .left-col {
    padding-right: 30px;
    padding-left: 60px;
    border-right: 4px solid #FFFFFF;
    min-height: 80px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section2 .flex-container .left-col {
    width: 100%;
    border-right: 0px;
    padding-right: 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-left: 0px;
    min-height: unset;
  }
  .section2 .flex-container .left-col br {
    display: none;
  }
}
.section2 .flex-container .left-col img {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 60px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section2 .flex-container .left-col img {
    width: 40px;
    top: 17px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section2 .flex-container .left-col img {
    position: relative;
    width: 40px;
    top: 0px;
    margin-right: 15px;
  }
}
.section2 .flex-container .right-col {
  padding-left: 80px;
  min-height: 165px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section2 .flex-container .right-col {
    font-size: 1.875em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section2 .flex-container .right-col {
    font-size: 1.125em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section2 .flex-container .right-col {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section2 .flex-container .right-col {
    font-size: 30px;
    padding-left: 60px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section2 .flex-container .right-col {
    padding-left: 30px;
    min-height: 80px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section2 .flex-container .right-col {
    width: 100%;
    padding-left: 0px;
    justify-content: center;
    min-height: unset;
    margin-top: 25px;
    text-align: center;
  }
}

.section3 {
  padding-top: 45px;
  padding-bottom: 100px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1550px) {
  .section3 .container {
    width: 1065px;
    max-width: 100%;
  }
}
.section3 .section-title {
  text-align: center;
  color: #2A88CB;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 50px;
  font-size: 50px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section3 .section-title {
    font-size: 45x;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .section-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
.section3 .flex-table {
  margin-bottom: -7px;
}
.section3 .flex-table .table-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.section3 .flex-table .left-col {
  width: 24%;
  padding: 20px 25px;
  background-color: #2A88CB;
  color: #FFFFFF;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section3 .flex-table .left-col {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section3 .flex-table .left-col {
    font-size: 1.375em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section3 .flex-table .left-col {
    font-size: 1.125em;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .left-col {
    padding: 20px 15px;
    width: 115px;
  }
}
.section3 .flex-table .right-col {
  width: 76%;
  padding: 20px 25px;
  background-color: #F4F4F4;
  color: #454545;
  border-left: 7px solid #FFFFFF;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section3 .flex-table .right-col {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section3 .flex-table .right-col {
    font-size: 1.125em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section3 .flex-table .right-col {
    font-size: 1.125em;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .right-col {
    width: calc(100% - 115px);
    padding: 20px 20px;
  }
}
.section3 .flex-table .right-col .special-header {
  margin-top: 13px;
  display: flex;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .right-col .special-header {
    flex-wrap: wrap;
  }
}
.section3 .flex-table .right-col .special-header .inner-left {
  display: flex;
  align-items: center;
  padding-right: 10px;
  color: #FFFFFF;
  font-style: italic;
  font-weight: 600;
  min-height: 30px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2e88cb;
  position: relative;
  border-left: 20px solid #F4F4F4;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section3 .flex-table .right-col .special-header .inner-left {
    font-size: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section3 .flex-table .right-col .special-header .inner-left {
    font-size: 1em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section3 .flex-table .right-col .special-header .inner-left {
    font-size: 1em;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .right-col .special-header .inner-left {
    padding-left: 10px;
    border-left: 0px;
    width: 100%;
  }
}
.section3 .flex-table .right-col .special-header .inner-left:before {
  content: "";
  top: 0;
  left: -20px;
  height: 100%;
  position: absolute;
  width: 20px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../image/common/section3_header_left_bg.png);
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .right-col .special-header .inner-left:before {
    display: none;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .right-col .special-header .inner-left:before {
    left: -19px;
  }
}
.section3 .flex-table .right-col .special-header .inner-right {
  padding-left: 10px;
  display: flex;
  align-items: center;
  min-height: 30px;
  color: #2A88cB;
  font-style: italic;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  background-color: #CBF0FF;
  position: relative;
  border-right: 20px solid #F4F4F4;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .right-col .special-header .inner-right {
    padding-right: 10px;
    border-right: 0px;
    width: 100%;
  }
}
.section3 .flex-table .right-col .special-header .inner-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../image/common/section3_header_right_bg.png);
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .right-col .special-header .inner-right:after {
    display: none;
  }
}
.section3 .flex-table .right-col .special-box-container {
  margin-bottom: 15px;
  margin-top: 17px;
  display: flex;
}
.section3 .flex-table .right-col .special-box-container .special-box {
  background-color: #2f88cb;
  color: #FFFFFF;
  font-weight: 600;
  padding: 5px 20px;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section3 .flex-table .right-col .special-box-container .special-box {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section3 .flex-table .right-col .special-box-container .special-box {
    font-size: 1.125em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section3 .flex-table .right-col .special-box-container .special-box {
    font-size: 1.125em;
  }
}
.section3 .flex-table .right-col .special-desc-container {
  margin-top: 20px;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .right-col .special-desc-container {
    padding-left: 0px;
  }
}
.section3 .flex-table .right-col .special-desc-container.inner {
  margin-bottom: 22px;
}
.section3 .flex-table .right-col .special-desc-container:last-of-type {
  margin-bottom: 10px;
}
.section3 .flex-table .right-col .special-desc-container .special-desc .inner-flex-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}
.section3 .flex-table .right-col .special-desc-container .special-desc .inner-flex-container .desc {
  padding-left: 17px;
  padding-right: 17px;
}
.section3 .flex-table .right-col .special-desc-container .special-desc .inner-flex-container .desc:last-child {
  border-left: 1px solid #707070;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section3 .flex-table .right-col .special-desc-container .special-desc .inner-flex-container .desc:last-child {
    border-left: 0px;
    margin-top: 15px;
  }
}
.section3 .flex-table .right-col .special-desc-container .guest {
  position: relative;
  top: -3px;
}
.section3 .flex-table .right-col .special-desc-container .desc {
  margin-top: 2px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .right-col .special-desc-container .desc {
    margin-top: 4px;
  }
}
.section3 .flex-table .right-col .title {
  color: #2A88CB;
  font-weight: 600;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section3 .flex-table .right-col .title {
    font-size: 1.375em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section3 .flex-table .right-col .title {
    font-size: 1.25em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section3 .flex-table .right-col .title {
    font-size: 1.0625em;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .right-col .title {
    line-height: 1.25;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .right-col .title br {
    display: none;
  }
}
.section3 .flex-table .right-col .guest {
  font-weight: 600;
  color: #2A88CB;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section3 .flex-table .right-col .guest {
    font-size: 1.375em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section3 .flex-table .right-col .guest {
    font-size: 1.25em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section3 .flex-table .right-col .guest {
    font-size: 1em;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section3 .flex-table .right-col .guest {
    margin-top: 4px;
    margin-bottom: 4px;
    line-height: 1.25;
  }
}
.section3 .flex-table .right-col .desc {
  margin-top: 5px;
  color: #454545;
  line-height: 1.2;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section3 .flex-table .right-col .desc {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section3 .flex-table .right-col .desc {
    font-size: 1.0625em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section3 .flex-table .right-col .desc {
    font-size: 1em;
  }
}
.section3 .btn-container {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}

.section4 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section4 a {
  color: #FFFFFF;
  text-decoration: none;
}
.section4 a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 1550px) {
  .section4 .container {
    width: 1650px;
    max-width: 100%;
  }
}
.section4 .title-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section4 .title-container {
    margin-bottom: 50px;
  }
}
.section4 .title-container .section-title {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 50px;
}
.section4 .title-container .section-title img {
  width: 63px;
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section4 .title-container .section-title img {
    width: 45px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section4 .title-container .section-title img {
    width: 40px;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section4 .title-container .section-title {
    font-size: 45x;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section4 .title-container .section-title {
    font-size: 35px;
  }
}
.section4 .slider-container {
  margin-bottom: 75px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.section4 .slider-container .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40.847' height='49.407' viewBox='0 0 40.847 49.407'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_251' data-name='Rectangle 251' width='49.407' height='40.847' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_240' data-name='Group 240' transform='translate(0 49.407) rotate(-90)'%3E%3Cg id='Group_239' data-name='Group 239' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_11855' data-name='Path 11855' d='M48.678,6.484,27.4,39.162c-1.463,2.246-3.933,2.246-5.4,0L.728,6.484C-.87,4.029.334,0,2.667,0H46.739C49.072,0,50.276,4.029,48.678,6.484Z' transform='translate(0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section4 .slider-container .swiper-button-next {
    width: 20px;
    height: 20px;
  }
}
.section4 .slider-container .swiper-button-next:after {
  display: none;
}
.section4 .slider-container .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40.847' height='49.407' viewBox='0 0 40.847 49.407'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_251' data-name='Rectangle 251' width='49.407' height='40.847' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_240' data-name='Group 240' transform='translate(0 49.407) rotate(-90)'%3E%3Cg id='Group_239' data-name='Group 239' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_11855' data-name='Path 11855' d='M48.678,6.484,27.4,39.162c-1.463,2.246-3.933,2.246-5.4,0L.728,6.484C-.87,4.029.334,0,2.667,0H46.739C49.072,0,50.276,4.029,48.678,6.484Z' transform='translate(0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section4 .slider-container .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
}
.section4 .slider-container .swiper-button-prev:after {
  display: none;
}
@media (min-width: 1550px) {
  .section4 .slider-container .speaker-slider2 .swiper-slide {
    width: 232px;
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media (min-width: 1550px) {
  .section4 .slider-container .speaker-slider2 .swiper-wrapper {
    justify-content: center;
  }
}
.section4 .slider-container .swiper .icon {
  text-align: center;
  margin-bottom: 14px;
}
.section4 .slider-container .swiper .icon img {
  width: 237.74px;
  max-width: 100%;
}
.section4 .slider-container .swiper .type {
  text-align: center;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 4px;
}
.section4 .slider-container .swiper .name {
  text-align: center;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.section4 .slider-container .swiper .title {
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 9px;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section4 .slider-container .swiper .title {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section4 .slider-container .swiper .title {
    font-size: 1.125em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section4 .slider-container .swiper .title {
    font-size: 1.125em;
  }
}
.section4 .type-title {
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  margin-bottom: 50px;
}

.section5 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1550px) {
  .section5 .container {
    width: 1265px;
    max-width: 100%;
  }
}
.section5 .title-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section5 .title-container {
    margin-bottom: 40px;
  }
}
.section5 .title-container .section-title {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  color: #2A88CB;
  font-size: 50px;
}
.section5 .title-container .section-title img {
  width: 63px;
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section5 .title-container .section-title img {
    width: 45px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section5 .title-container .section-title img {
    width: 40px;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section5 .title-container .section-title {
    font-size: 45x;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section5 .title-container .section-title {
    font-size: 35px;
    text-align: center;
    line-height: 1.25;
  }
}
.section5 .title-container .remark {
  width: 100%;
  margin-top: 12px;
  color: #000000;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section5 .title-container .remark {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section5 .title-container .remark {
    font-size: 1.5em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section5 .title-container .remark {
    font-size: 1.25em;
  }
}
.section5 .slider-container {
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section5 .slider-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section5 .slider-container .swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40.847' height='49.407' viewBox='0 0 40.847 49.407'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_251' data-name='Rectangle 251' width='49.407' height='40.847' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_240' data-name='Group 240' transform='translate(0 49.407) rotate(-90)'%3E%3Cg id='Group_239' data-name='Group 239' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_11855' data-name='Path 11855' d='M48.678,6.484,27.4,39.162c-1.463,2.246-3.933,2.246-5.4,0L.728,6.484C-.87,4.029.334,0,2.667,0H46.739C49.072,0,50.276,4.029,48.678,6.484Z' transform='translate(0)' fill='%232A88CB'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section5 .slider-container .swiper-button-next {
    width: 15px;
    height: 15px;
  }
}
.section5 .slider-container .swiper-button-next:after {
  display: none;
}
.section5 .slider-container .swiper-button-prev {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40.847' height='49.407' viewBox='0 0 40.847 49.407'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_251' data-name='Rectangle 251' width='49.407' height='40.847' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_240' data-name='Group 240' transform='translate(0 49.407) rotate(-90)'%3E%3Cg id='Group_239' data-name='Group 239' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_11855' data-name='Path 11855' d='M48.678,6.484,27.4,39.162c-1.463,2.246-3.933,2.246-5.4,0L.728,6.484C-.87,4.029.334,0,2.667,0H46.739C49.072,0,50.276,4.029,48.678,6.484Z' transform='translate(0)' fill='%232A88CB'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section5 .slider-container .swiper-button-prev {
    width: 15px;
    height: 15px;
  }
}
.section5 .slider-container .swiper-button-prev:after {
  display: none;
}
.section5 .slider-container .icon {
  background-size: 220px;
  background-position: center;
  aspect-ratio: 221/110;
  background-repeat: no-repeat;
}
.section5 .slider-container .icon.icon3 {
  background-size: 100px;
}

.section6 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1550px) {
  .section6 .container {
    width: 1450px;
    max-width: 100%;
  }
}
.section6 .flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section6 .flex-container .left-col {
  width: 38%;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section6 .flex-container .left-col {
    width: 42%;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section6 .flex-container .left-col {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .section6 .flex-container .left-col img {
    width: 260px;
  }
}
.section6 .flex-container .right-col {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 100%;
}
.section6 .flex-container .right-col .section-title {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #2A88CB;
  font-size: 50px;
}
.section6 .flex-container .right-col .section-title img {
  width: 63px;
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section6 .flex-container .right-col .section-title img {
    width: 45px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section6 .flex-container .right-col .section-title img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section6 .flex-container .right-col .section-title {
    font-size: 45x;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section6 .flex-container .right-col .section-title {
    font-size: 35px;
    text-align: center;
    line-height: 1.25;
  }
}
.section6 .desc {
  margin-top: 35px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.section6 .contact-container {
  display: flex;
  margin-bottom: -15px;
  color: #2A88CB;
  font-weight: 500;
  justify-content: center;
  font-size: 20px;
  margin-top: 35px;
  flex-wrap: wrap;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section6 .contact-container {
    font-size: 18px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section6 .contact-container {
    justify-content: center;
  }
}
.section6 .contact-container .fas {
  margin-right: 10px;
}
.section6 .contact-container .fa-phone-alt {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section6 .contact-container .fa-phone-alt {
    font-size: 20px;
    position: relative;
    top: 2px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section6 .contact-container .fa-phone-alt {
    font-size: 20px;
    position: relative;
    top: 2px;
  }
}
.section6 .contact-container .fa-envelope {
  position: relative;
  top: 2px;
}
.section6 .contact-container .phone {
  margin-right: 60px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section6 .contact-container .phone {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section6 .contact-container .phone {
    margin-right: 30px;
  }
}
.section6 .contact-container .email {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section6 .contact-container .email {
    width: 100%;
    margin-top: 5px;
  }
}
.section6 .contact-container a {
  color: #4786c5;
  text-decoration: none;
}
.section6 .contact-container a:hover {
  color: #2A88CB;
}
.section6 .btn-container {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.fancybox-close {
  position: fixed !important;
  width: 32px !important;
  height: 32px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.204' height='34.215' viewBox='0 0 34.204 34.215'%3E%3Cg id='cancel_10289710' transform='translate(-0.083 0)'%3E%3Cpath id='Path_11873' data-name='Path 11873' d='M33.775,31.269A1.721,1.721,0,1,1,31.341,33.7L17.185,19.547,3.029,33.7a1.75,1.75,0,0,1-1.217.512A1.721,1.721,0,0,1,.6,31.269L14.751,17.113.6,2.957A1.791,1.791,0,0,1,.147,1.292,1.787,1.787,0,0,1,1.364.075,1.643,1.643,0,0,1,3.03.523L17.185,14.679,31.341.523a1.781,1.781,0,0,1,2.434,0,1.781,1.781,0,0,1,0,2.434L19.619,17.113Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 25px !important;
  right: 25px !important;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .fancybox-close {
    width: 25px !important;
    height: 25px !important;
    top: 10px !important;
    right: 10px !important;
  }
}

.fancybox-skin {
  background-color: transparent !important;
  box-shadow: none !important;
}

.fancybox-overlay {
  background: none !important;
  background-color: #2a88ca !important;
  opacity: 0.92 !important;
}

.popup-speaker {
  position: relative;
}
.popup-speaker .bg {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-speaker .content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: transparent;
}
.popup-speaker .content .left-col {
  width: 315px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup-speaker .content .left-col {
    width: 285px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .popup-speaker .content .left-col {
    width: 100%;
    text-align: center;
  }
}
.popup-speaker .content .left-col img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .popup-speaker .content .left-col img {
    width: 180px;
  }
}
.popup-speaker .content .right-col {
  width: calc(100% - 315px);
  padding-left: 55px;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup-speaker .content .right-col {
    width: calc(100% - 285px);
    padding-left: 40px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .popup-speaker .content .right-col {
    width: 100%;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .popup-speaker .content .right-col {
    padding-left: 0px;
    margin-top: 5px;
  }
}
.popup-speaker .content .right-col .box {
  width: 100%;
  background-color: transparent;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .popup-speaker .content .right-col .box {
    padding: 15px;
  }
}
.popup-speaker .content .right-col .box .box-title {
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .popup-speaker .content .right-col .box .box-title {
    font-size: 2em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .popup-speaker .content .right-col .box .box-title {
    font-size: 1.875em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .popup-speaker .content .right-col .box .box-title {
    font-size: 1.5em;
  }
}
.popup-speaker .content .right-col .box .box-title img {
  width: 60px;
  margin-right: 17px;
}
.popup-speaker .content .right-col .box .box-desc {
  color: #FFFFFF;
  font-weight: 500;
  padding: 9px 15px;
  background-color: #15405f;
  display: inline-flex;
  line-height: 1.35;
  margin-top: 17px;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .popup-speaker .content .right-col .box .box-desc {
    font-size: 1.25em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .popup-speaker .content .right-col .box .box-desc {
    font-size: 1.25em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .popup-speaker .content .right-col .box .box-desc {
    font-size: 1.125em;
  }
}
.popup-speaker .content .right-col .box .box-content {
  margin-top: 20px;
  color: #FFFFFF;
  font-weight: 300;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .popup-speaker .content .right-col .box .box-content {
    font-size: 1.375em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .popup-speaker .content .right-col .box .box-content {
    font-size: 1.25em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .popup-speaker .content .right-col .box .box-content {
    font-size: 1.125em;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .popup-speaker .content .right-col .box .box-content {
    margin-top: 15px;
  }
}
.popup-speaker .content .right-col .box .box-content p {
  margin-bottom: 15px;
  margin-top: unset;
}
.popup-speaker .content .right-col .box .box-content p:last-child {
  margin-bottom: 0px;
}

.form-section {
  margin-top: 118px;
}
@media (min-width: 1550px) {
  .form-section .container {
    width: 1130px;
    max-width: 100%;
  }
}
.form-section .banner-container {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .form-section .banner-container {
    margin-bottom: 40px;
  }
}
.form-section .banner-container img {
  max-width: 100%;
}
.form-section .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.form-section .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #447632;
}
.form-section .custom-control-label::before {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #626262;
  border-radius: 0;
}
.form-section .rad:before {
  border-radius: 50% !important;
}
.form-section .custom-control-label::after {
  top: 0.3rem;
}
.form-section .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #4786c5;
  background-color: #4786c5;
}
.form-section .form-check {
  padding-left: 0px;
}
.form-section .form-check label {
  margin-bottom: 7px;
  font-weight: 500;
}
.form-section .form-check.agreement {
  margin-bottom: 12px;
}
.form-section .form-check.agreement label {
  font-weight: 400;
  color: #454545;
}
.form-section .form-check.agreement:last-child {
  margin-bottom: 0px;
}
.form-section .form-check.agreement a {
  color: #4786c5;
  text-decoration: underline;
}
.form-section .form-container {
  padding-left: 165px;
  padding-right: 165px;
  margin-bottom: 90px;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .form-section .form-container {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .form-section .form-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .form-section .form-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.form-section .form-container .remark {
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .form-section .form-container .remark {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .form-section .form-container .remark {
    font-size: 1.5em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .form-section .form-container .remark {
    font-size: 1.25em;
  }
}
.form-section .form-container .know-about {
  margin-bottom: 15px;
}
.form-section .form-container .programmes-desc {
  margin-bottom: 30px;
}
.form-section .form-container .programmes-desc .r1 {
  font-weight: 600;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .form-section .form-container .programmes-desc .r1 {
    font-size: 1.25em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .form-section .form-container .programmes-desc .r1 {
    font-size: 1.25em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .form-section .form-container .programmes-desc .r1 {
    font-size: 1.125em;
  }
}
.form-section .form-container .programmes-desc .r2 {
  font-weight: 500;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .form-section .form-container .programmes-desc .r2 {
    font-size: 1.25em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .form-section .form-container .programmes-desc .r2 {
    font-size: 1.25em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .form-section .form-container .programmes-desc .r2 {
    font-size: 1.125em;
  }
}
.form-section .form-container .programmes-desc .r2 a {
  color: #4786c5;
  text-decoration: underline;
}
.form-section .form-control {
  border: 1px solid #ACACAC;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.form-section .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ACACAC;
}
.form-section .form-group.select-day {
  padding-left: 24px;
  margin-top: 5px;
}
.form-section .form-group.select-day label {
  color: #454545 !important;
  font-weight: 500 !important;
  margin-bottom: 9px;
}
.form-section .form-group.select-day .select-all-btn {
  color: #FFFFFF;
  background-color: #447632;
  padding: 4px 14px;
  font-weight: 500;
  font-size: 16px;
  margin-left: 15px;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.form-section .form-group.select-day .select-all-btn:hover {
  background-color: #5b9247;
  text-decoration: none;
}
.form-section .form-group.attend {
  margin-bottom: 45px;
}
.form-section .form-group.attend label {
  color: #4786c5;
  font-weight: 600;
  margin-bottom: 5px;
}
.form-section .form-group.attend .day1 {
  color: #454545;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .form-section .form-group.attend .day1 {
    font-size: 1.75em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .form-section .form-group.attend .day1 {
    font-size: 1.75em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .form-section .form-group.attend .day1 {
    font-size: 1.5em;
  }
}
.form-section .form-group.agreement {
  background-color: #f5f8fa;
  padding: 15px 25px;
  padding-top: 27px;
  margin-left: -25px;
  margin-right: -25px;
}
.form-section .form-group .form-check.agreement .custom-control {
  align-items: flex-start;
  display: flex;
}
.form-section .form-group .form-check.agreement .custom-control .custom-control-input {
  margin-top: 7px;
}
.form-section .form-group .form-check.agreement .custom-control .custom-control-label {
  margin-left: 7px;
}
.form-section .form-group.know-about {
  margin-bottom: 40px;
  margin-top: 50px;
}
.form-section .form-group.know-about .custom-control-label {
  margin-left: 5px;
}
.form-section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_240' data-name='Group 240' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29.96' height='24.77' viewBox='0 0 29.96 24.77'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_251' data-name='Rectangle 251' width='29.96' height='24.77' fill='%23447632'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_239' data-name='Group 239' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_11855' data-name='Path 11855' d='M29.518,3.932l-12.9,19.816a1.82,1.82,0,0,1-3.272,0L.442,3.932C-.528,2.443.2,0,1.617,0H28.342C29.757,0,30.487,2.443,29.518,3.932Z' transform='translate(0)' fill='%234786c5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-size: 12px;
  background-position-y: 50%;
}
.form-section label {
  font-weight: 600;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .form-section label {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .form-section label {
    font-size: 1.125em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .form-section label {
    font-size: 1.0625em;
  }
}
.form-section label.green-label {
  color: #4786c5;
}
.form-section .button-container {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}

.thankyou-section1 {
  margin-top: 118px;
  min-height: 800px;
  display: flex;
  align-items: center;
}
@media (min-width: 1550px) {
  .thankyou-section1 .container {
    width: 1670px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.thankyou-section1 .container .flex-container {
  display: flex;
  align-items: center;
}
.thankyou-section1 .container .left-col {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 30px;
}
.thankyou-section1 .container .left-col img {
  width: 100%;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .thankyou-section1 .container .left-col {
    display: none;
  }
}
.thankyou-section1 .container .right-col {
  width: 100%;
  text-align: right;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .thankyou-section1 .container .right-col {
    width: 100%;
  }
}
.thankyou-section1 .container .right-col .text-container {
  width: 790px;
  max-width: 100%;
}
.thankyou-section1 .container .right-col .r1 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #4786c5;
  line-height: 1.25;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .thankyou-section1 .container .right-col .r1 {
    font-size: 3.75em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .thankyou-section1 .container .right-col .r1 {
    font-size: 2.5em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .thankyou-section1 .container .right-col .r1 {
    font-size: 2.1875em;
  }
}
.thankyou-section1 .container .right-col .r2 {
  text-align: center;
  font-weight: 500;
  margin-top: 45px;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .thankyou-section1 .container .right-col .r2 {
    font-size: 1.375em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .thankyou-section1 .container .right-col .r2 {
    font-size: 1.25em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .thankyou-section1 .container .right-col .r2 {
    font-size: 1.0625em;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .thankyou-section1 .container .right-col .r2 {
    margin-top: 30px;
  }
}
.thankyou-section1 .container .right-col .r2 a {
  text-decoration: underline;
  color: #4786c5;
}
.thankyou-section1 .container .right-col .r3 {
  margin-top: 55px;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .thankyou-section1 .container .right-col .r3 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.thankyou-section1 .container .right-col .r4 {
  margin-bottom: 45px;
  text-align: center;
}
.thankyou-section1 .container .right-col .r4 img {
  height: 82px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 1200px) and (max-width: 1549px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .thankyou-section1 .container .right-col .r4 img {
    height: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .thankyou-section1 .container .right-col .r4 img {
    height: 55px;
    margin-top: 10px;
  }
}

.menu-toggle-layer {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 100;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.menu-toggle-layer.active {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5);
}

.fancybox-type-iframe .fancybox-inner {
  padding-top: 56.2%; /* (9/16 * 100%) -- your aspect ratio in percents */
  height: 0 !important;
}

.fancybox-type-iframe .fancybox-inner .fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.responsive-menu {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1);
  width: 300px;
  background-color: #FFFFFF;
  color: #212529;
  position: fixed;
  height: 100%;
  right: -1px;
  top: 0;
  z-index: 101;
  padding-top: 85px;
  transform: translateX(100%);
  -webkit-transition: 0.3s transform;
  -moz-transition: 0.3s transform;
  -ms-transition: 0.3s transform;
  -o-transition: 0.3s transform;
}
.responsive-menu.active {
  transform: translateX(0%);
}
.responsive-menu .close-btn {
  width: 24px;
  height: 24px;
  top: 23px;
  right: 23px;
  cursor: pointer;
  position: absolute;
  background-image: url(../../image/common/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.responsive-menu .close-btn:hover {
  background-image: url(../../image/common/close_hover.png);
}
.responsive-menu .menu-container a {
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 32px;
  padding-right: 32px;
  color: #212529;
  font-weight: 500;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .responsive-menu .menu-container a {
    font-size: 1.375em;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .responsive-menu .menu-container a {
    font-size: 1.375em;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .responsive-menu .menu-container a {
    font-size: 1.375em;
  }
}
.responsive-menu .menu-container a:hover {
  text-decoration: none;
}
.responsive-menu .menu-container a span {
  line-height: 1;
}
.responsive-menu .menu-container a.active {
  color: #4786c5;
}
/*# sourceMappingURL=main.css.map */