@import url("https://p.typekit.net/p.css?s=1&k=jyg6hum&ht=tk&f=6844.6846.6849.6851.6852&a=222258219&app=typekit&e=css");
@font-face {
  font-family: "myriad-pro";
  src: url("https://use.typekit.net/af/95c20a/0000000000000000000170a0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/95c20a/0000000000000000000170a0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/95c20a/0000000000000000000170a0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: "myriad-pro";
  src: url("https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "myriad-pro";
  src: url("https://use.typekit.net/af/98fc3c/000000000000000077584af6/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/98fc3c/000000000000000077584af6/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/98fc3c/000000000000000077584af6/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "myriad-pro";
  src: url("https://use.typekit.net/af/cafa63/00000000000000000001709a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/cafa63/00000000000000000001709a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/cafa63/00000000000000000001709a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "myriad-pro";
  src: url("https://use.typekit.net/af/80c5d0/00000000000000000001709c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/80c5d0/00000000000000000001709c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/80c5d0/00000000000000000001709c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@media screen and (min-width: 993px) {
  .div-table {
    display: table;
  }
  .div-table .table-row {
    display: table-row;
  }
  .div-table .table-caption {
    display: table-caption;
  }
  .div-table .table-group {
    display: table-row-group;
  }
  .div-table .table-col {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    position: relative;
  }
  .div-table .table-col.verticle-bottom {
    vertical-align: bottom;
  }
  .div-table .table-sub {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .mobile {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .desktop {
    display: none;
  }
}

p {
  margin: 0 0 15px;
}

body {
  padding: 0;
  margin: 0;
  font-family: "myriad-pro", sans-serif;
}

.clearfix {
  clear: both;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 36px;
}
@media screen and (max-width: 1720px) {
  .container {
    max-width: 1420px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1190px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 940px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

#main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  #main-header {
    position: fixed;
  }
}
#main-header .header-menu-desktop {
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  #main-header .header-menu-desktop {
    display: none;
  }
}
#main-header .header-menu-desktop:after {
  content: "";
  clear: both;
}
#main-header .header-menu-desktop .header-logo {
  width: 30%;
  float: left;
}
#main-header .header-menu-desktop .header-logo img {
  max-width: 200px;
}
#main-header .header-menu-desktop .header-menu {
  width: 70%;
  float: right;
  text-align: right;
  padding-top: 76px;
}
#main-header .header-menu-desktop .header-menu .menu {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#main-header .header-menu-desktop .header-menu .menu li {
  margin-bottom: 36px;
}
@media screen and (max-width: 1720px) {
  #main-header .header-menu-desktop .header-menu .menu li {
    margin-bottom: 28px;
  }
}
#main-header .header-menu-desktop .header-menu .menu li a, #main-header .header-menu-desktop .header-menu .menu li span {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (max-width: 1720px) {
  #main-header .header-menu-desktop .header-menu .menu li a, #main-header .header-menu-desktop .header-menu .menu li span {
    font-size: 16px;
    line-height: 22px;
  }
}
#main-header .header-menu-desktop .header-menu .menu li a:hover, #main-header .header-menu-desktop .header-menu .menu li span:hover {
  text-decoration: none;
}
#main-header .header-menu-desktop .header-menu .menu li .sub-menu {
  height: 0;
  overflow: hidden;
  list-style-type: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#main-header .header-menu-desktop .header-menu .menu li .sub-menu li {
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
}
#main-header .header-menu-desktop .header-menu .menu li .sub-menu li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}
#main-header .header-menu-desktop .header-menu .menu li .sub-menu li::before {
  content: "-";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 5px;
}
#main-header .header-menu-desktop .header-menu .menu li .sub-menu li:hover::before {
  visibility: visible;
  opacity: 1;
}
#main-header .header-menu-desktop .header-menu .menu li:hover .sub-menu {
  height: 100px;
}
#main-header .header-menu-mobile {
  padding: 10px 0;
  display: none;
}
@media screen and (max-width: 992px) {
  #main-header .header-menu-mobile {
    display: block;
  }
}
#main-header .header-menu-mobile:after {
  content: "";
  clear: both;
}
#main-header .header-menu-mobile .header-logo {
  margin-top: 10px;
}
#main-header .header-menu-mobile .header-logo img {
  max-width: 150px;
  height: auto;
}
#main-header .header-menu-mobile .header-logo .stiky-logo {
  display: none;
}
#main-header .header-menu-mobile .menu-footer {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
}
#main-header .header-menu-mobile .menu-footer .footer-text {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  #main-header .header-menu-mobile .menu-footer .social {
    display: none;
  }
}
#main-header .header-menu-mobile .menu-footer .social a {
  display: inline-block;
  margin-left: 20px;
}
#main-header .header-menu-mobile .menu-footer .social img {
  width: 35px;
  height: auto;
}
#main-header .header-menu-mobile .header-menu {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: url("./../resources/images/menu_bg.png") no-repeat center;
  background-size: cover;
  display: table;
}
#main-header .header-menu-mobile .header-menu .logo {
  position: absolute;
  top: 30px;
  left: 50px;
}
#main-header .header-menu-mobile .header-menu .logo img {
  width: 150px;
  height: auto;
}
#main-header .header-menu-mobile .header-menu .menu {
  display: table-cell;
  vertical-align: middle;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#main-header .header-menu-mobile .header-menu .menu li {
  text-align: center;
  margin-bottom: 25px;
}
#main-header .header-menu-mobile .header-menu .menu li a, #main-header .header-menu-mobile .header-menu .menu li span {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
}
#main-header .header-menu-mobile .header-menu .menu li .sub-menu {
  height: 0;
  overflow: hidden;
  list-style-type: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
  margin: 0;
}
#main-header .header-menu-mobile .header-menu .menu li .sub-menu li {
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
}
#main-header .header-menu-mobile .header-menu .menu li .sub-menu li a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
#main-header .header-menu-mobile .header-menu .menu li .sub-menu.active {
  height: 100px;
}
#main-header .header-menu-mobile.active .header-menu {
  left: 0;
}
#main-header .header-mobile-hamburger {
  position: absolute;
  right: 50px;
  top: 30px;
  width: 20px;
  height: 20px;
  z-index: 9999;
  cursor: pointer;
}
#main-header .header-mobile-hamburger span {
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  width: 30px;
  left: 0;
  margin: 0 auto;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#main-header .header-mobile-hamburger span:first-child {
  top: 0;
}
#main-header .header-mobile-hamburger span:nth-child(2) {
  top: 10px;
}
#main-header .header-mobile-hamburger span:last-child {
  top: 20px;
}
#main-header .header-mobile-hamburger.active span:first-child {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-header .header-mobile-hamburger.active span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
#main-header .header-mobile-hamburger.active span:last-child {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 992px) {
  #main-header.sticky {
    background-color: rgb(255, 255, 255);
  }
}
#main-header.sticky .header-menu-mobile .header-logo .standy-logo {
  display: none;
}
#main-header.sticky .header-menu-mobile .header-logo .stiky-logo {
  display: inline-block;
}
#main-header.sticky .header-menu-mobile .header-logo .stiky-logo img {
  width: 150px;
  height: auto;
}
#main-header.sticky .header-mobile-hamburger span {
  background-color: #000;
}
#main-header.sticky .header-mobile-hamburger.active span {
  background-color: #fff;
}

.sticky-menu {
  background-color: rgb(255, 255, 255);
  border-bottom: solid 1px #ddd;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .sticky-menu {
    display: none;
  }
}
.sticky-menu.active {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.sticky-menu .header-logo img {
  max-width: 200px;
}

#main-footer {
  padding: 50px 0;
}
@media screen and (max-width: 1600px) {
  #main-footer {
    padding: 50px 0;
  }
}
@media screen and (max-width: 992px) {
  #main-footer {
    padding: 50px 0;
  }
}
#main-footer .footer-left {
  width: 100%;
  padding: 20px 0;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  #main-footer .footer-left {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 992px) {
  #main-footer .footer-left {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }
}
#main-footer .footer-right {
  width: 50%;
  float: right;
  text-align: right;
  display: none;
}
#main-footer .footer-right a {
  display: inline-block;
  margin-left: 20px;
}
#main-footer .footer-right img {
  width: 64px;
  height: auto;
}
@media screen and (max-width: 1600px) {
  #main-footer .footer-right img {
    width: 55px;
  }
}
@media screen and (max-width: 992px) {
  #main-footer .footer-right {
    width: 100%;
    float: none;
    text-align: center;
  }
  #main-footer .footer-right a {
    margin: 0 12px;
  }
  #main-footer .footer-right img {
    width: 35px;
  }
}
#main-footer .backtotop {
  position: fixed;
  right: 33px;
  bottom: 30px;
  display: none;
}
#main-footer .backtotop.active {
  display: block;
}
#main-footer .backtotop button {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 50%;
  background: #fff;
}
#main-footer .backtotop button:hover {
  cursor: pointer;
}
#main-footer .backtotop img {
  width: 70px;
  height: auto;
}

.body-text {
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 1720px) {
  .body-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .body-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .body-text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .body-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 992px) {
  .body-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.header-text {
  font-size: 63px;
  line-height: 76px;
  font-weight: 600;
}
@media screen and (max-width: 1720px) {
  .header-text {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 1366px) {
  .header-text {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 1200px) {
  .header-text {
    font-size: 38px;
    line-height: 48px;
  }
}
@media screen and (max-width: 992px) {
  .header-text {
    font-size: 32px;
    line-height: 42px;
  }
}

.header-sub-text {
  font-weight: 600;
  font-size: 48px;
  line-height: 65px;
}
@media screen and (max-width: 1720px) {
  .header-sub-text {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1440px) {
  .header-sub-text {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .header-sub-text {
    font-size: 22px;
    line-height: 30px;
  }
}

.main-body .home-banner {
  height: 87vh;
  width: 100%;
  background: url("./../resources/images/home-banner.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.main-body .home-banner .banner-wrapper {
  position: absolute;
  bottom: 190px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1720px) {
  .main-body .home-banner .banner-wrapper {
    bottom: 170px;
  }
}
@media screen and (max-width: 1366px) {
  .main-body .home-banner .banner-wrapper {
    bottom: 135px;
  }
}
.main-body .home-banner .banner-wrapper .banner-content {
  text-align: center;
  font-size: 63px;
  line-height: 76px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
@media screen and (max-width: 1720px) {
  .main-body .home-banner .banner-wrapper .banner-content {
    font-size: 55px;
    line-height: 62px;
  }
}
@media screen and (max-width: 1366px) {
  .main-body .home-banner .banner-wrapper .banner-content {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 1200px) {
  .main-body .home-banner .banner-wrapper .banner-content {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 992px) {
  .main-body .home-banner .banner-wrapper .banner-content {
    font-size: 32px;
    line-height: 42px;
    max-width: 355px;
    margin: 0 auto;
  }
}
.main-body .home-banner #scroll-down {
  width: 100px;
  height: 100px;
  border: none;
  background: url("./../resources/images/scroll.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
}
@media screen and (max-width: 1720px) {
  .main-body .home-banner #scroll-down {
    width: 66px;
    height: 66px;
    bottom: -33px;
  }
}
.main-body .home-banner #scroll-down:hover {
  cursor: pointer;
}
.main-body .text-block {
  padding: 180px 0;
  color: #6DC1CC;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}
@media screen and (max-width: 1720px) {
  .main-body .text-block {
    padding: 120px 0;
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1440px) {
  .main-body .text-block {
    padding: 100px 0 70px;
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .main-body .text-block {
    padding: 100px 0 70px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .main-body .text-block {
    padding: 100px 0;
    font-size: 20px;
    line-height: 30px;
  }
}
.main-body .text-block-2 {
  margin-top: 40px;
}
.main-body .home .home-banner {
  height: 100vh;
}
.main-body .home .home-image-block {
  margin-bottom: 250px;
}
@media screen and (max-width: 1720px) {
  .main-body .home .home-image-block {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1440px) {
  .main-body .home .home-image-block {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 992px) {
  .main-body .home .home-image-block {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 992px) {
  .main-body .home .home-image-block .left-content {
    width: 100%;
  }
}
.main-body .home .home-image-block .left-content .row2 {
  padding-right: 70px;
}
.main-body .home .home-image-block .left-content .row2 a {
  color: #6DC1CC;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .main-body .home .home-image-block .left-content .row2 {
    padding-right: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .main-body .home .home-image-block .left-content .row2 {
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .main-body .home .home-image-block .left-content .row2 {
    padding: 0;
  }
  .main-body .home .home-image-block .left-content .row2 a {
    margin-top: 0;
  }
  .main-body .home .home-image-block .left-content .row2 br {
    display: none;
  }
}
.main-body .home .home-image-block .left-content .title {
  color: #000;
}
.main-body .home .home-image-block .left-content .title a {
  color: #000;
}
@media screen and (max-width: 992px) {
  .main-body .home .home-image-block .left-content .title {
    margin-bottom: 30px;
  }
}
.main-body .home .home-image-block .left-content .title span {
  color: #6DC1CC;
}
.main-body .home .home-image-block .right-content {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .main-body .home .home-image-block .right-content {
    margin-top: 25px;
    width: 100%;
  }
}
.main-body .home .home-image-block .right-content img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .main-body .home .home-image-block .right-content img {
    height: auto;
  }
}
.main-body .home .home-image-block .right-content:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.main-body .home .home-bottom-block {
  position: relative;
}
.main-body .home .home-bottom-block img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.main-body .home .home-bottom-block .bottom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .main-body .home .home-bottom-block .bottom-overlay {
    position: static;
  }
}
.main-body .home .home-bottom-block .bottom-content {
  padding-left: calc(50% + 50px);
  color: #000;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .main-body .home .home-bottom-block .bottom-content {
    padding-left: 0;
  }
}

.about-us .home-banner {
  background: url("./../resources/images/about-banner.jpg") no-repeat center;
  background-size: cover;
}
.about-us .about-logo {
  text-align: center;
}
.about-us .about-logo img {
  max-width: 60%;
}
@media screen and (max-width: 992px) {
  .about-us .about-logo img {
    max-width: 316px;
  }
}
.about-us .text-block {
  padding-bottom: 0;
}
.about-us .text-block-2 {
  margin-bottom: 50px;
  font-weight: 400;
}
.about-us .vision-section {
  margin-bottom: 180px;
}
@media screen and (max-width: 1700px) {
  .about-us .vision-section {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1440px) {
  .about-us .vision-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  .about-us .vision-section {
    margin-bottom: 70px;
  }
}
.about-us .vision-section .left-content {
  width: 50%;
  float: left;
}
@media screen and (max-width: 992px) {
  .about-us .vision-section .left-content {
    float: none;
    width: 100%;
    margin-bottom: 36px;
  }
}
.about-us .vision-section .left-content .vision-content {
  max-width: 390px;
}
@media screen and (max-width: 1700px) {
  .about-us .vision-section .left-content .vision-content {
    max-width: 300px;
  }
}
.about-us .vision-section .right-content {
  width: 50%;
  float: right;
}
@media screen and (max-width: 992px) {
  .about-us .vision-section .right-content {
    float: none;
    width: 100%;
  }
}
.about-us .vision-section .vision-title {
  font-size: 80px;
  line-height: 95px;
  color: #6DC1CC;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1720px) {
  .about-us .vision-section .vision-title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1440px) {
  .about-us .vision-section .vision-title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 1366px) {
  .about-us .vision-section .vision-title {
    font-size: 45px;
    line-height: 56px;
  }
}
@media screen and (max-width: 1200px) {
  .about-us .vision-section .vision-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 992px) {
  .about-us .vision-section .vision-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-us .vision-section .vision-content {
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 1720px) {
  .about-us .vision-section .vision-content {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1440px) {
  .about-us .vision-section .vision-content {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .about-us .vision-section .vision-content {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .about-us .vision-section .vision-content {
    font-size: 16px;
    line-height: 26px;
  }
}
.about-us .about-story {
  background: url("./../resources/images/story-bg.png") no-repeat center top;
  padding: 150px 0;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .about-us .about-story {
    padding: 40px 0 80px;
    background-position: left;
    background: rgb(109, 193, 204);
  }
}
.about-us .about-story .story-wrapper {
  max-width: 36%;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .about-us .about-story .story-wrapper {
    max-width: 100%;
  }
}
.about-us .about-story .story-wrapper .story-title {
  margin-bottom: 20px;
}
.about-us .story-image-mobile {
  display: none;
  position: relative;
}
.about-us .story-image-mobile .image-bg {
  background: rgb(109, 193, 204);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(109, 193, 204, 0)), color-stop(70%, rgb(109, 193, 204)));
  background: linear-gradient(0deg, rgba(109, 193, 204, 0) 0%, rgb(109, 193, 204) 70%);
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 30%;
}
.about-us .story-image-mobile img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .about-us .story-image-mobile {
    display: block;
  }
}
.about-us .tab-control .slick-arrow {
  position: absolute;
  top: 30%;
  width: 38px;
  height: 38px;
  border: none;
  color: transparent;
  font-size: 1px;
  background-size: 100%;
}
.about-us .tab-control .slick-arrow:hover {
  cursor: pointer;
}
.about-us .tab-control .slick-arrow.slick-disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.about-us .tab-control .slick-arrow.slick-disabled:hover {
  cursor: unset;
}
.about-us .tab-control .slick-prev {
  background: url("./../resources/images/prev.svg") no-repeat;
  left: -15px;
}
.about-us .tab-control .slick-next {
  background: url("./../resources/images/next.svg") no-repeat;
  right: -15px;
}
.about-us .tab-control .tab-menu {
  list-style-type: none;
  text-align: center;
  padding: 0;
}
.about-us .tab-control .tab-menu li {
  display: inline-block;
  width: 260px;
  height: 260px;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .about-us .tab-control .tab-menu li {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .tab-control .tab-menu li {
    width: 120px;
    height: 120px;
  }
}
.about-us .tab-control .tab-menu li a {
  display: inline-block;
  width: 150px;
  height: 150px;
  border: solid 2px #D6D6D6;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  padding-top: 33px;
  color: #D6D6D6;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 50px;
}
.about-us .tab-control .tab-menu li a span {
  font-size: 48px;
  line-height: 48px;
}
@media screen and (max-width: 1700px) {
  .about-us .tab-control .tab-menu li a {
    width: 120px;
    height: 120px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
    margin-top: 33px;
  }
  .about-us .tab-control .tab-menu li a span {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .tab-control .tab-menu li a {
    width: 100px;
    height: 100px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    margin-top: 10px;
  }
  .about-us .tab-control .tab-menu li a span {
    font-size: 20px;
    line-height: 30px;
  }
}
.about-us .tab-control .tab-menu li.active a {
  color: #6DC1CC;
  border-color: #6DC1CC;
  width: 260px;
  height: 260px;
  padding-top: 85px;
  margin-top: 0;
}
@media screen and (max-width: 1700px) {
  .about-us .tab-control .tab-menu li.active a {
    width: 170px;
    height: 170px;
    padding-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .tab-control .tab-menu li.active a {
    width: 120px;
    height: 120px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 30px;
    margin-top: 0;
  }
  .about-us .tab-control .tab-menu li.active a span {
    font-size: 20px;
    line-height: 30px;
  }
}
.about-us .tab-control .tab-menu li:hover a {
  color: #6DC1CC;
  border-color: #6DC1CC;
  cursor: pointer;
}
.about-us .tab-panel {
  margin-top: 70px;
  padding-bottom: 95px;
}
@media screen and (max-width: 1440px) {
  .about-us .tab-panel {
    padding-bottom: 50px;
  }
}
.about-us .tab-panel .tab-item {
  height: auto;
}
.about-us .tab-panel .tab-item .tab-content .tab-left {
  padding-right: 150px;
  width: 50%;
  float: left;
}
@media screen and (max-width: 992px) {
  .about-us .tab-panel .tab-item .tab-content .tab-left {
    margin-bottom: 15px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-us .tab-panel .tab-item .tab-content .tab-left {
    float: none;
    width: 100%;
  }
}
.about-us .tab-panel .tab-item .tab-content .tab-right {
  width: 50%;
  float: right;
}
@media screen and (max-width: 768px) {
  .about-us .tab-panel .tab-item .tab-content .tab-right {
    float: none;
    width: 100%;
  }
}
.about-us .tab-panel .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 38px;
  border: none;
  color: transparent;
  font-size: 1px;
  background-size: 100%;
}
@media screen and (max-width: 992px) {
  .about-us .tab-panel .slick-arrow {
    display: none !important;
  }
}
.about-us .tab-panel .slick-arrow:hover {
  cursor: pointer;
}
.about-us .tab-panel .slick-arrow.slick-disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.about-us .tab-panel .slick-arrow.slick-disabled:hover {
  cursor: unset;
}
.about-us .tab-panel .slick-prev {
  background: url("./../resources/images/prev.svg") no-repeat;
}
.about-us .tab-panel .slick-next {
  background: url("./../resources/images/next.svg") no-repeat;
  left: 48px;
}
.about-us .home-image-block {
  margin-top: 210px;
  margin-bottom: 149px;
}
@media screen and (max-width: 1440px) {
  .about-us .home-image-block {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 992px) {
  .about-us .home-image-block {
    margin-top: 60px;
    margin-bottom: 45px;
  }
}
.about-us .home-image-block .image-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .about-us .home-image-block .image-block-wrapper {
    display: block;
  }
}
.about-us .home-image-block .left-content {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media screen and (max-width: 992px) {
  .about-us .home-image-block .left-content {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.about-us .home-image-block .left-content .row1 {
  padding-right: 52%;
}
@media screen and (max-width: 992px) {
  .about-us .home-image-block .left-content .row1 {
    padding-right: 0;
  }
}
.about-us .home-image-block .left-content .row2 {
  padding-left: 48%;
  padding-right: 80px;
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  .about-us .home-image-block .left-content .row2 {
    margin-top: 24px;
    padding: 0;
  }
}
.about-us .home-image-block .left-content .title {
  color: #000;
}
.about-us .home-image-block .left-content .title span {
  color: #6DC1CC;
}
.about-us .home-image-block .right-content {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .about-us .home-image-block .right-content {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 24px;
  }
}
.about-us .home-image-block .right-content img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-us .home-image-block .right-content:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.about-us .home-image-block .right-content .image-bg {
  border-radius: 25px;
}
.about-us .home-image-block .right-content .image-bg img {
  width: 100%;
  height: auto;
}

.our-people .home-banner {
  background: url("./../resources/images/our-people-bg.jpg") no-repeat center;
  background-size: cover;
}
.our-people .people-section {
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .our-people .people-section {
    padding-top: 50px;
  }
}
.our-people .people-section .people-left {
  color: #000;
}
.our-people .people-section .people-left span {
  color: #6DC1CC;
}
@media screen and (max-width: 992px) {
  .our-people .people-section .people-left {
    margin-bottom: 30px;
  }
}
.our-people .people-section .people-slider {
  margin-bottom: 60px;
}
.our-people .people-section .people-slider::after {
  content: "";
  clear: both;
}
.our-people .people-section .people-slider .slider-item {
  padding: 0 8px;
  height: auto;
  width: 20%;
  float: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .our-people .people-section .people-slider .slider-item {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .our-people .people-section .people-slider .slider-item {
    width: 100%;
    float: none;
  }
}
.our-people .people-section .people-slider .slider-item .slider-image {
  margin-bottom: 16px;
  border-radius: 25px;
  overflow: hidden;
}
.our-people .people-section .people-slider .slider-item .slider-image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.our-people .people-section .people-slider .slider-item .slider-image:hover {
  cursor: pointer;
}
.our-people .people-section .people-slider .slider-item .slider-image:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.our-people .people-section .people-slider .slider-item .slider-name {
  font-weight: 700;
  color: #6DC1CC;
}
.our-people .people-section .people-slider .slider-item .slider-title {
  font-weight: 400;
  color: #000;
}
.our-people .people-section .people-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 38px;
  border: none;
  color: transparent;
  font-size: 1px;
  background-size: 100%;
}
@media screen and (max-width: 992px) {
  .our-people .people-section .people-slider .slick-arrow {
    bottom: auto;
    top: 0;
  }
}
.our-people .people-section .people-slider .slick-arrow:hover {
  cursor: pointer;
}
.our-people .people-section .people-slider .slick-prev {
  background: url("./../resources/images/prev.svg") no-repeat;
}
.our-people .people-section .people-slider .slick-next {
  background: url("./../resources/images/next.svg") no-repeat;
  left: 48px;
}
.our-people .people-section .people-slider .slick-dots {
  margin: 120px auto 0;
  list-style-type: none;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .our-people .people-section .people-slider .slick-dots {
    margin: 50px auto 0;
  }
}
.our-people .people-section .people-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.our-people .people-section .people-slider .slick-dots li button {
  width: 26px;
  height: 10px;
  color: transparent;
  font-size: 1px;
  background-color: #D6D6D6;
  border-radius: 20px;
  border: 0;
}
.our-people .people-section .people-slider .slick-dots li button:hover {
  cursor: pointer;
}
.our-people .people-section .people-slider .slick-dots li.slick-active button {
  background-color: #6DC1CC;
}
.our-people .slider-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  display: none;
}
.our-people .slider-popup.active {
  display: block;
}
.our-people .slider-popup .popup-image {
  width: 25%;
  float: left;
  display: block;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .our-people .slider-popup .popup-image {
    float: none;
    width: 100%;
    display: none;
  }
}
.our-people .slider-popup .popup-image img {
  border-radius: 25px;
}
.our-people .slider-popup .popup-right {
  width: 75%;
  float: right;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .our-people .slider-popup .popup-right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.our-people .slider-popup .popup-content {
  max-width: 80%;
  margin: 50px auto;
  position: relative;
  padding: 50px;
  background-color: #fff;
  border: solid 1px #ddd;
  color: #000;
  height: auto;
  overflow: auto;
}
@media screen and (max-width: 500px) {
  .our-people .slider-popup .popup-content {
    padding: 50px 20px;
  }
}
.our-people .slider-popup .popup-content .content {
  height: auto;
  overflow: auto;
  font-weight: 400;
  height: 50%;
  overflow: auto;
}
.our-people .slider-popup .popup-name {
  color: #000;
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .our-people .slider-popup .popup-name {
    margin-bottom: 40px;
  }
}
.our-people .slider-popup .popup-name span {
  color: #6DC1CC;
}
.our-people .slider-popup .popup-close {
  width: 38px;
  height: 40px;
  background: url("./../resources/images/close.svg") no-repeat bottom;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.our-people .slider-popup .popup-close:hover {
  cursor: pointer;
}

.contact-us {
  padding-bottom: 100px;
}
.contact-us .home-banner {
  background: url("./../resources/images/contact-banner.jpg") no-repeat right;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .contact-us .home-banner {
    background: url("./../resources/images/contact-banner.jpg") no-repeat center;
  }
}
.contact-us .company-info {
  margin-top: 125px;
}
.contact-us .company-info .info-left {
  width: 50%;
  float: left;
}
@media screen and (max-width: 992px) {
  .contact-us .company-info .info-left {
    width: 100%;
    float: none;
    margin-bottom: 100px;
  }
}
.contact-us .company-info .info-left h2 {
  color: #6DC1CC;
  margin-top: 0;
}
.contact-us .company-info .info-left .address a {
  color: #000;
}
.contact-us .company-info .info-left .info-content {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .contact-us .company-info .info-left .info-content {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}
.contact-us .company-info .info-left .info-content .col {
  width: 50%;
  float: left;
}
.contact-us .company-info .info-left .info-content a {
  color: #000;
}
.contact-us .company-info .info-left .info-content label {
  display: block;
  color: #6DC1CC;
  font-weight: 600;
}
.contact-us .company-info .info-right {
  width: 50%;
  float: left;
}
@media screen and (max-width: 992px) {
  .contact-us .company-info .info-right {
    width: 100%;
    float: none;
  }
}
.contact-us .contact-form .left-form {
  color: #6DC1CC;
}
.contact-us .contact-form .left-form h2 {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .contact-us .contact-form .left-form {
    width: 100%;
    float: none;
  }
}
.contact-us .contact-form .right-form {
  color: #D6D6D6;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
@media screen and (max-width: 1720px) {
  .contact-us .contact-form .right-form {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .contact-us .contact-form .right-form {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1366px) {
  .contact-us .contact-form .right-form {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .contact-us .contact-form .right-form {
    margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
  }
}
.contact-us .contact-form .right-form input {
  width: 100%;
  height: 56px;
  border: none;
  border-bottom: solid 2px #797979;
  color: #797979;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 1720px) {
  .contact-us .contact-form .right-form input {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .contact-us .contact-form .right-form input {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .contact-us .contact-form .right-form input {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-us .contact-form .right-form input {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 992px) {
  .contact-us .contact-form .right-form input {
    font-size: 16px;
    line-height: 26px;
  }
}
.contact-us .contact-form .right-form input:focus {
  outline: none;
}
.contact-us .contact-form .right-form input::-webkit-input-placeholder {
  color: #D6D6D6;
  font-family: Poppins;
  font-size: 30px;
  line-height: 40px;
}
.contact-us .contact-form .right-form input::-moz-placeholder {
  color: #D6D6D6;
  font-family: Poppins;
  font-size: 30px;
  line-height: 40px;
}
.contact-us .contact-form .right-form input:-ms-input-placeholder {
  color: #D6D6D6;
  font-family: Poppins;
  font-size: 30px;
  line-height: 40px;
}
.contact-us .contact-form .right-form input::-ms-input-placeholder {
  color: #D6D6D6;
  font-family: Poppins;
  font-size: 30px;
  line-height: 40px;
}
.contact-us .contact-form .right-form input::placeholder {
  color: #D6D6D6;
  font-family: Poppins;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 1720px) {
  .contact-us .contact-form .right-form input::-webkit-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form input::-moz-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form input:-ms-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form input::-ms-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form input::placeholder {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .contact-us .contact-form .right-form input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form input::-moz-placeholder {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form input:-ms-input-placeholder {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form input::-ms-input-placeholder {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form input::placeholder {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .contact-us .contact-form .right-form input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-us .contact-form .right-form input::-moz-placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-us .contact-form .right-form input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-us .contact-form .right-form input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-us .contact-form .right-form input::placeholder {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-us .contact-form .right-form input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form input::-moz-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form input::placeholder {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 992px) {
  .contact-us .contact-form .right-form input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form input::-moz-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form input::placeholder {
    font-size: 16px;
    line-height: 26px;
  }
}
.contact-us .contact-form .right-form textarea {
  width: 100%;
  height: 56px;
  border: none;
  border-bottom: solid 2px #797979;
  color: #797979;
  margin-top: 200px;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 1720px) {
  .contact-us .contact-form .right-form textarea {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .contact-us .contact-form .right-form textarea {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .contact-us .contact-form .right-form textarea {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-us .contact-form .right-form textarea {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 992px) {
  .contact-us .contact-form .right-form textarea {
    font-size: 16px;
    line-height: 26px;
  }
}
.contact-us .contact-form .right-form textarea:focus {
  outline: none;
}
.contact-us .contact-form .right-form textarea::-webkit-input-placeholder {
  color: #D6D6D6;
  font-family: Poppins;
  font-size: 30px;
  line-height: 40px;
}
.contact-us .contact-form .right-form textarea::-moz-placeholder {
  color: #D6D6D6;
  font-family: Poppins;
  font-size: 30px;
  line-height: 40px;
}
.contact-us .contact-form .right-form textarea:-ms-input-placeholder {
  color: #D6D6D6;
  font-family: Poppins;
  font-size: 30px;
  line-height: 40px;
}
.contact-us .contact-form .right-form textarea::-ms-input-placeholder {
  color: #D6D6D6;
  font-family: Poppins;
  font-size: 30px;
  line-height: 40px;
}
.contact-us .contact-form .right-form textarea::placeholder {
  color: #D6D6D6;
  font-family: Poppins;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 1720px) {
  .contact-us .contact-form .right-form textarea::-webkit-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form textarea::-moz-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form textarea:-ms-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form textarea::-ms-input-placeholder {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form textarea::placeholder {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .contact-us .contact-form .right-form textarea::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form textarea::-moz-placeholder {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form textarea:-ms-input-placeholder {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form textarea::-ms-input-placeholder {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-us .contact-form .right-form textarea::placeholder {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .contact-us .contact-form .right-form textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-us .contact-form .right-form textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-us .contact-form .right-form textarea:-ms-input-placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-us .contact-form .right-form textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-us .contact-form .right-form textarea::placeholder {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-us .contact-form .right-form textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form textarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form textarea::-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form textarea::placeholder {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 992px) {
  .contact-us .contact-form .right-form textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form textarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form textarea::-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us .contact-form .right-form textarea::placeholder {
    font-size: 16px;
    line-height: 26px;
  }
}
.contact-us .contact-form .right-form .submit-btn {
  margin-top: 50px;
}
.contact-us .contact-form .right-form button {
  color: #6DC1CC;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  width: 194px;
  height: 67px;
  background-color: transparent;
  border: solid 1px #6DC1CC;
  border-radius: 50px;
}
@media screen and (max-width: 1720px) {
  .contact-us .contact-form .right-form button {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1440px) {
  .contact-us .contact-form .right-form button {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .contact-us .contact-form .right-form button {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-us .contact-form .right-form button {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 992px) {
  .contact-us .contact-form .right-form button {
    width: 174px;
    height: 52px;
    font-size: 20px;
    line-height: 30px;
  }
}
.contact-us #success {
  color: green;
  font-size: 16px;
  margin-top: 20px;
  padding-inline: 50px 10px;
  border-radius: 15px;
  background-color: #d3e0b4;
}
.contact-us #error {
  color: red;
  font-size: 16px;
  background-color: #e7a9a9;
  padding-inline: 50px 10px;
  margin-top: 20px;
  border-radius: 15px;
}
.contact-us #loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
}
.contact-us #loader.show {
  display: table;
}
.contact-us #loader .loader-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.contact-us #loader .loader-content img {
  width: 150px;
  height: 150px;
}

.upstream .home-banner {
  background: url("./../resources/images/upstream-banner.jpg") no-repeat center;
  background-size: cover;
}
.upstream .text-block {
  padding-bottom: 0;
}
.upstream .map-section {
  margin-top: 60px;
}
.upstream .map-section img {
  width: 100%;
  height: auto;
}

.downstream .home-banner {
  background: url("./../resources/images/singapore-banner.jpg") no-repeat center;
  background-size: cover;
}
.downstream .home-banner .banner-wrapper {
  bottom: 100px;
}
.downstream .text-block {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .downstream .text-block {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 992px) {
  .downstream .downstream-list {
    margin-bottom: 10px;
  }
}
.downstream .downstream-list .downstream-item {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .downstream .downstream-list .downstream-item {
    margin-bottom: 60px;
    display: block;
  }
}
.downstream .downstream-list .downstream-item .left-image {
  width: 50%;
  float: left;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .downstream .downstream-list .downstream-item .left-image {
    width: 100%;
    float: none;
    margin-bottom: 24px;
  }
}
.downstream .downstream-list .downstream-item .left-image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.downstream .downstream-list .downstream-item .left-image:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.downstream .downstream-list .downstream-item .right-text {
  width: 50%;
  float: right;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  padding-left: 145px;
}
@media screen and (max-width: 1720px) {
  .downstream .downstream-list .downstream-item .right-text {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1440px) {
  .downstream .downstream-list .downstream-item .right-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .downstream .downstream-list .downstream-item .right-text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .downstream .downstream-list .downstream-item .right-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 992px) {
  .downstream .downstream-list .downstream-item .right-text {
    width: 100%;
    float: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 26px;
  }
}
.downstream .downstream-footer {
  position: relative;
}
.downstream .downstream-footer img {
  width: 100%;
  height: auto;
}
.downstream .downstream-footer .downstream-footer-content {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 1720px) {
  .downstream .downstream-footer .downstream-footer-content {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .downstream .downstream-footer .downstream-footer-content {
    font-size: 32px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .downstream .downstream-footer .downstream-footer-content {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .downstream .downstream-footer .downstream-footer-content {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 992px) {
  .downstream .downstream-footer .downstream-footer-content {
    position: static;
    margin-bottom: 100px;
    font-size: 20px;
    line-height: 30px;
  }
}
.downstream .downstream-footer .downstream-footer-content .content {
  max-width: 750px;
  display: inline-block;
}

.career .home-banner {
  background: url("./../resources/images/career-banner.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .career .text-block {
    padding: 100px 0 50px;
  }
}
.career .career-info {
  padding-bottom: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .career .career-info {
    padding-top: 0;
  }
}
.career .career-info .info-icon img {
  width: auto;
  height: 200px;
}
@media screen and (max-width: 1720px) {
  .career .career-info .info-icon img {
    height: 160px;
  }
}
@media screen and (max-width: 1366px) {
  .career .career-info .info-icon img {
    height: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .career .career-info .info-icon img {
    height: 100px;
  }
}
@media screen and (max-width: 180px) {
  .career .career-info .info-icon img {
    height: 145px;
  }
}
.career .career-info .info-content {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .career .career-info .info-content {
    margin-top: 20px;
  }
}
.career .career-info .info-content span, .career .career-info .info-content a {
  color: #6DC1CC;
}
.career .career-info .info-content .small-text {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .career .career-info .info-content .small-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 992px) {
  .career .career-info .info-content .small-text {
    font-size: 14px;
    line-height: 21px;
  }
}
.career .career-info .info-left {
  width: 50%;
  float: left;
  padding-right: 140px;
}
@media screen and (max-width: 1720px) {
  .career .career-info .info-left {
    padding-right: 200px;
  }
}
@media screen and (max-width: 1440px) {
  .career .career-info .info-left {
    padding-right: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .career .career-info .info-left {
    padding-right: 140px;
  }
}
@media screen and (max-width: 992px) {
  .career .career-info .info-left {
    width: 100%;
    float: none;
    margin-bottom: 55px;
    padding-right: 0;
  }
}
.career .career-info .info-right {
  width: 50%;
  float: right;
}
@media screen and (max-width: 992px) {
  .career .career-info .info-right {
    width: 100%;
    float: none;
  }
}

.sustain .home-banner {
  background: url("./../resources/images/sustain-banner.jpg") no-repeat center;
  background-size: cover;
}
.sustain .text-block {
  padding-bottom: 0;
}
.sustain .text-block-2 {
  margin-bottom: 50px;
}
.sustain .sustain-content {
  display: table;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .sustain .sustain-content {
    display: block;
  }
}
.sustain .sustain-content .left-image {
  display: table-cell;
  width: 50%;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .sustain .sustain-content .left-image {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
}
.sustain .sustain-content .left-image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sustain .sustain-content .left-image:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.sustain .sustain-content .right-content {
  display: table-cell;
  width: 50%;
  vertical-align: bottom;
  padding-left: 220px;
}
@media screen and (max-width: 1440px) {
  .sustain .sustain-content .right-content {
    padding-left: 150px;
  }
}
@media screen and (max-width: 1366px) {
  .sustain .sustain-content .right-content {
    padding-left: 120px;
  }
}
@media screen and (max-width: 992px) {
  .sustain .sustain-content .right-content {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}

.media .home-banner {
  background: url("./../resources/images/media.jpg") no-repeat center;
  background-size: cover;
}
.media .media-list {
  padding: 180px 0 100px;
}
@media screen and (max-width: 768px) {
  .media .media-list {
    padding: 90px 0 50px;
  }
}
.media .media-list .row {
  margin: 0 -8px 95px;
}
@media screen and (max-width: 768px) {
  .media .media-list .row {
    margin: 0 -8px 50px;
  }
}
.media .media-list .row .col {
  padding: 0 8px;
  width: 50%;
  float: left;
}
@media screen and (max-width: 992px) {
  .media .media-list .row .col {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .media .media-list .row .col {
    float: none;
    width: 100%;
  }
}
.media .media-list .row::after {
  content: "";
  clear: both;
  display: block;
}
.media .media-list .loadmore-item {
  display: none;
}
.media .media-list .media-image {
  margin-bottom: 20px;
  border-radius: 25px;
  overflow: hidden;
}
.media .media-list .media-image:hover {
  cursor: pointer;
}
.media .media-list .media-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.media .media-list .media-image:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.media .media-list .media-date {
  font-size: 20px;
  line-height: 30px;
  color: #6DC1CC;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .media .media-list .media-date {
    font-size: 14px;
    line-height: 24px;
  }
}
.media .media-list .media-name {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1720px) {
  .media .media-list .media-name {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1440px) {
  .media .media-list .media-name {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .media .media-list .media-name {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .media .media-list .media-name {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .media .media-list .media-name {
    font-size: 20px;
    line-height: 30px;
  }
}
.media .media-list .media-content {
  padding-right: 50px;
}
.media .media-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 4%;
  z-index: 9999;
  display: none;
}
.media .media-popup-wrapper.active {
  display: block;
}
.media .media-popup-wrapper .media-popup {
  border: solid 1px #707070;
  background-color: #fff;
  height: 100%;
  overflow: auto;
  padding: 90px 15%;
}
.media .media-popup-wrapper .media-popup .popup-content {
  position: relative;
}
.media .media-popup-wrapper .media-popup .popup-content .media-btn-close {
  background: url("./../resources/images/close.svg") no-repeat center top;
  width: 38px;
  height: 38px;
  border: none;
  position: absolute;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 992px) {
  .media .media-popup-wrapper .media-popup .popup-content .media-btn-close {
    top: 0;
  }
}
.media .media-popup-wrapper .media-popup .popup-content .popup-title {
  margin-bottom: 15px;
  max-width: 812px;
}
.media .media-popup-wrapper .media-popup .popup-content .popup-logo {
  max-width: 35%;
  margin-bottom: 95px;
}
@media screen and (max-width: 992px) {
  .media .media-popup-wrapper .media-popup .popup-content .popup-logo {
    max-width: 50%;
  }
}
.media .media-popup-wrapper .media-popup .popup-content .popup-logo img {
  width: 100%;
  height: auto;
}
.media .media-popup-wrapper .media-popup .popup-content .popup-date {
  font-size: 20px;
  line-height: 27px;
  color: #6DC1CC;
  font-weight: 400;
}
@media screen and (max-width: 1720px) {
  .media .media-popup-wrapper .media-popup .popup-content .popup-date {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1440px) {
  .media .media-popup-wrapper .media-popup .popup-content .popup-date {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .media .media-popup-wrapper .media-popup .popup-content .popup-date {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .media .media-popup-wrapper .media-popup .popup-content .popup-date {
    font-size: 16px;
    line-height: 26px;
  }
}
.media .media-popup-wrapper .media-popup .popup-content .popup-date a {
  color: #6DC1CC;
  text-decoration: none;
}
.media .media-popup-wrapper .media-popup .popup-content .popup-date .date {
  width: 50%;
  float: left;
}
.media .media-popup-wrapper .media-popup .popup-content .popup-date .share {
  width: 50%;
  float: right;
  text-align: right;
}
.media .media-popup-wrapper .media-popup .popup-content .popup-image {
  margin-top: 35px;
}
.media .media-popup-wrapper .media-popup .popup-content .popup-image img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.media .media-popup-wrapper .media-popup .popup-content .popup-name {
  margin-top: 40px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #6DC1CC;
}
@media screen and (max-width: 1720px) {
  .media .media-popup-wrapper .media-popup .popup-content .popup-name {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1440px) {
  .media .media-popup-wrapper .media-popup .popup-content .popup-name {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .media .media-popup-wrapper .media-popup .popup-content .popup-name {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .media .media-popup-wrapper .media-popup .popup-content .popup-name {
    font-size: 16px;
    line-height: 26px;
  }
}
.media .media-popup-wrapper .media-popup .popup-content .popup-intro {
  margin-top: 40px;
}
.media .media-loadmore {
  text-align: right;
}
.media .media-loadmore button {
  color: #6DC1CC;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  width: 221px;
  height: 67px;
  background-color: transparent;
  border: solid 1px #6DC1CC;
  border-radius: 50px;
}
@media screen and (max-width: 1720px) {
  .media .media-loadmore button {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .media .media-loadmore button {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .media .media-loadmore button {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .media .media-loadmore button {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 992px) {
  .media .media-loadmore button {
    width: 200px;
    height: 52px;
    font-size: 20px;
    line-height: 30px;
  }
}

.our-values .home-banner {
  background: url("./../resources/images/value-banner.png") no-repeat center;
  background-size: cover;
}
.our-values .vision-section .left-content {
  width: 50%;
  float: left;
}
@media screen and (max-width: 992px) {
  .our-values .vision-section .left-content {
    float: none;
    width: 100%;
    margin-bottom: 36px;
  }
}
.our-values .vision-section .left-content .vision-content {
  max-width: 390px;
}
@media screen and (max-width: 1700px) {
  .our-values .vision-section .left-content .vision-content {
    max-width: 300px;
  }
}
.our-values .vision-section .right-content {
  width: 50%;
  float: right;
}
@media screen and (max-width: 992px) {
  .our-values .vision-section .right-content {
    float: none;
    width: 100%;
  }
}
.our-values .vision-section .vision-title {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.our-values .vision-section .vision-title span {
  color: #6DC1CC;
}
.our-values .tab-section {
  padding: 188px 0 232px;
}
.our-values .tab-section .tab-section-title {
  color: #000;
  font-weight: 600;
  margin-bottom: 50px;
}
.our-values .tab-section .tab-section-title span {
  color: #6DC1CC;
}
@media screen and (max-width: 1720px) {
  .our-values .tab-section {
    padding: 150px 0;
  }
}
@media screen and (max-width: 1200px) {
  .our-values .tab-section {
    padding: 100px 0 150px;
  }
}
@media screen and (max-width: 992px) {
  .our-values .tab-section {
    padding: 55px 0 70px;
  }
}
.our-values .tab-section .tab-name {
  text-align: center;
}
.our-values .tab-section .tab-name .tab-name-item {
  width: 29%;
  height: 472px;
  margin: 0 2%;
  display: inline-block;
  padding: 0 70px;
  border-radius: 50%;
  border: solid 3px #6DC1CC;
  overflow: hidden;
}
.our-values .tab-section .tab-name .tab-name-item .tab-item-contain {
  display: table;
  width: 100%;
  height: 100%;
}
.our-values .tab-section .tab-name .tab-name-item .tab-item-contain .tab-over {
  display: table-cell;
  vertical-align: middle;
}
.our-values .tab-section .tab-name .tab-name-item .name {
  margin: 20px 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 1720px) {
  .our-values .tab-section .tab-name .tab-name-item .name {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1440px) {
  .our-values .tab-section .tab-name .tab-name-item .name {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .our-values .tab-section .tab-name .tab-name-item .name {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .our-values .tab-section .tab-name .tab-name-item .name {
    margin: 10px 0;
  }
}
.our-values .tab-section .tab-name .tab-name-item .name span {
  color: #6DC1CC;
}
.our-values .tab-section .tab-name .tab-name-item .panel-content {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 1720px) {
  .our-values .tab-section .tab-name .tab-name-item {
    height: 391px;
    padding: 30px 66px;
  }
  .our-values .tab-section .tab-name .tab-name-item .panel-content {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .our-values .tab-section .tab-name .tab-name-item {
    height: 324px;
    padding: 30px 50px;
  }
  .our-values .tab-section .tab-name .tab-name-item .panel-content {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .our-values .tab-section .tab-name .tab-name-item {
    width: 45%;
    height: 390px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .our-values .tab-section .tab-name .tab-name-item {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    max-width: 300px;
    height: 300px;
    padding: 30px 40px;
  }
  .our-values .tab-section .tab-name .tab-name-item .panel-content {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 380px) {
  .our-values .tab-section .tab-name .tab-name-item {
    width: 250px;
    height: 250px;
  }
  .our-values .tab-section .tab-name .tab-name-item .panel-content {
    font-size: 10px;
    line-height: 14px;
  }
}
.our-values .tab-section .tab-name .tab-name-item .image {
  max-width: 30%;
  margin: 0 auto;
}
.our-values .tab-section .panel-content {
  font-size: 30px;
  line-height: 40px;
}
.our-values .tab-section .panel-content .image {
  width: 27%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .our-values .tab-section .panel-content .image {
    width: 50%;
  }
}
.our-values .tab-section .panel-content .image img {
  width: 100%;
  height: auto;
  max-width: 224px;
}
@media screen and (max-width: 1720px) {
  .our-values .tab-section .panel-content {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1440px) {
  .our-values .tab-section .panel-content {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .our-values .tab-section .panel-content {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .our-values .tab-section .panel-content {
    font-size: 16px;
    line-height: 26px;
  }
}
.our-values .tab-section .tab-panel .panel-item {
  display: none;
}
.our-values .tab-section .tab-panel .panel-item.active {
  display: block;
}
.our-values .principal-bg img {
  width: 100%;
  height: auto;
}