body {
  overflow-x: hidden;
  line-height: 1.5em;
  font-family: Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif !important;
}

html,
body {
  touch-action: manipulation;
}

button {
  outline: none;
}

strong {
  color: #e53930;
}

table strong {
  color: #e53930;
}

a {
  color: #ffffff !important;
}

a:hover {
  color: #e53930 !important;
  text-decoration: none !important;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.text-white {
  color: white !important;
}

.grey-bg {
  background-color: #a1a1a1;
}

.white-text {
  color: #fff !important;
}

.black {
  color: #000000 !important;
}

.grey {
  color: #626262 !important;
}

.line-height05em a {
  line-height: 0.5em !important;
}

.line-height05em {
  margin: 4px 0px;
}


.line-height1em {
  line-height: 1.2em !important
}



.sitemap {
  padding-top: 42px;
  background-color: #4f4f4f;
  padding-left: 10vw;
  padding-right: 10vw;
}

.sitemap h3 {
  color: #e53930;
  font-size: 25px;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif !important;
  margin-bottom: 28px;
}

.sitemap h4 {
  font-weight: lighter;
  font-size: 18px !important;
  color: #fff !important;
  padding-left: 8px;
  margin-top: -19px;
  font-weight: lighter;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif !important;
  text-transform: uppercase;
}

.sitemap .more-circle {
  border-radius: 50%;
  background: #fff;
  color: #e53930;
  width: 14px;
  height: 14px;
  line-height: 9px;
  margin-left: -11px;
  margin-top: 0px;
  font-size: 18px;
  text-align: center;
  padding-left: 0.75px;
}

.sitemap ul {
  list-style: none;
  list-style-position: outside;
  color: #fff;
  margin: 0;
}

.sitemap ul li {
  text-indent: 0px;
}

.sitemap ul li a {
  font-weight: normal;
  font-size: 13px !important;
  line-height: 2em;
}

.sitemap ul li p {
  font-weight: normal;
  font-size: 13px !important;
  line-height: 1.8em;
}

.sitemap ul li ul.dashed {
  list-style-type: none;
}

.sitemap ul li ul.dashed>li {
  padding-left: 5px;
  text-indent: -6.5px;
}

.sitemap ul li ul.dashed>li:before {
  content: " - ";
  text-indent: -5px;
  font-weight: lighter;
  font-size: 11px !important;
  line-height: 1em !important;
}

.sitemap ul li ul.dashed>li a {
  font-weight: lighter;
  font-size: 11px !important;
  line-height: 1em !important;
}

.sitemap a {
  color: #ffffff !important;

}


.sitemap a:hover {
  color: #e53930 !important;
  text-decoration: none;
}

.sitemap a h4:hover {
  color: #e53930 !important;
  text-decoration: none;
}


.swiper-container {
  width: 100%;
  height: 771px;
}

.swiper-pagination {
  left: 10vw;
  width: 20px;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  top: 264px !important;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0 !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #e53930 !important;
}

.bg-img {
  height: 771px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;
  position: relative;
  z-index: 1;
}


.banner_1 {
  background: url("../img/banner1.jpg");
}

.banner_2 {
  background: url("../img/banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_3 {
  background: url("../img/banner3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_4 {
  background: url("../img/banner4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_5 {
  background: url("../img/banner5_v6.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}


@media screen and (max-width: 1600px) {
  .banner_5 {
    background-position: center 15%;
  }
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 900px) {
  .swiper-container {
    width: 100%;
    height: 100%;
    min-height: 480px;
    max-height: 575px;
  }

  .bg-img {
    height: 100%;
    min-height: 480px;
    max-height: 575px;
    width: 100%;
  }

  .banner_1 {
    background: url("../img/banner1_pad.jpg");
  }

  .banner_2 {
    background: url("../img/banner2_pad.jpg");
  }

  .banner_3 {
    background: url("../img/banner3_pad.jpg");
  }

  .banner_4 {
    background: url("../img/banner4_pad.jpg");
  }

  .banner_5 {
    background-position: 30% center;
  }
}

@media screen and (max-width: 768px) {
  .banner_1 {
    background: url("../img/banner1_mobile.jpg");
  }

  .banner_2 {
    background: url("../img/banner2_mobile.jpg");
  }

  .banner_3 {
    background: url("../img/banner3_mobile.jpg");
  }

  .banner_4 {
    background: url("../img/banner4_mobile.jpg");
  }
}

@media screen and (max-width: 460px) {
  .banner_5 {
    background-position: 35% center;
  }
}

@media screen and (max-width: 360px) {
  .banner_1 {
    background: url("../img/banner1_small.jpg");
  }

  .banner_2 {
    background: url("../img/banner2_small.jpg");
  }

  .banner_3 {
    background: url("../img/banner3_small.jpg");
  }

  .banner_4 {
    background: url("../img/banner4_small.jpg");
  }
}


.banner-content-container {
  position: absolute;
  top: 144px;
  right: 10%;
  width: 40%;
  margin: auto;
  height: auto;
  z-index: 999;
}

.banner-content-container .content-section {
  min-width: 550px;
  padding-top: 3rem;
}

@media screen and (max-width:900px) {
  .banner-content-container {
    position: relative;
    top: 102px;
    left: 0;
    max-width: 100%;
    width: 100%;
    margin: auto;
    height: auto;
    z-index: 999;
  }

  .banner-content-container .row {
    flex-direction: row-reverse;
  }

  .banner-content-container .content-section {
    min-width: 100%;
    margin: 0;
    padding-top: 0;
  }

  .banner-content-container .content-section>div {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width:767px) {
  .banner-content-container .row {
    flex-direction: column-reverse;
  }

  .banner-content-container .content-section {
    min-width: 320px;
  }

  .banner-content-container .content-section>div {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner-content-container .share-price {
  background: #c3d2d3;
  text-align: left;
  color: #fff !important;
  padding: 24px 35px;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.banner-content-container .share-price h6 {
  font-size: 20px;
  font-weight: bold;
}

.banner-content-container .share-price p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
}

.banner-content-container .share-price h5 {
  line-height: 28px;
  font-size: 28px;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #444444;
}

.banner-content-container .share-price span {
  margin: 0;
  font-size: 12px;
  vertical-align: top;
}

.fadeIn {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

.banner-content-container .news {
  margin-top: 25px;
  background: rgba(0, 0, 0, 0.58);
  text-align: left;
  padding: 24px 35px;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.banner-content-container .news .news-swiper-container {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.banner-content-container .news .news-swiper-container .news-content {
  padding: 16px 0px;
  line-height: 16px;
  font-size: 14px;
  font-family: Helvetica, 'Calibri', 'Roboto Condensed', 'Noto Sans TC', sans-serif;
  color: #fff;
}

.banner-content-container .news .news-swiper-container .more-detail {
  width: 100%;
}

.banner-content-container .news .news-swiper-container .more-detail a {
  font-size: 14px;
  font-family: Helvetica, 'Calibri', 'Roboto Condensed', 'Noto Sans TC', sans-serif;
  color: #fff;
  display: flex;
}

.banner-content-container .news .news-swiper-container .more-detail a:hover .more-circle {
  background: #fff;
}

.banner-content-container .news .news-swiper-container .more-detail a .more-circle {
  border-radius: 50%;
  background: #e53930;
  width: 14px;
  height: 14px;
  line-height: 9px;
  margin-left: 8px;
  margin-top: 2px;
  font-size: 18px;
  text-align: center;
  padding-left: 0.75px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-12,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E") !important;
  left: 25px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E") !important;
  right: 25px !important;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 75px !important;
  width: 8px !important;
  height: 40px !important;
  background-size: 8px 12px !important;
  top: 45% !important;
  outline: none;
}

.banner-content-container .news h5 {
  color: #e53930;
  font-size: 22px;
  font-size: normal;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.banner-content-container .sun {
  background: rgba(237, 28, 36, 0.81);
  text-align: left;
  padding: 24px 35px;
  height: 100%;
  width: 100%;
  color: #fff;
}

.banner-content-container .sun h6 {
  font-size: 20px;
  line-height: 32px;
}

.banner-content-container .sun p {
  font-size: 15px;
  line-height: 20px;
}

.banner-content-container .sun h6.learn-more {
  margin-top: 68px;
}

.banner-content-container .sun a {
  font-size: 16px;
  line-height: 32px;
  display: flex;
}

.banner-content-container .sun .more-circle {
  border-radius: 50%;
  background: #fff;
  color: #e53930;
  width: 14px;
  height: 14px;
  line-height: 9px;
  margin-top: 10px;
  margin-right: 4px;
  font-size: 18px;
  text-align: center;
  padding-left: 1.5px;
}

.work-row {
  position: absolute;
  top: 671px;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 244px;
}

.work {
  background: rgba(0, 30, 79, 0.59);
  width: 100%;
  height: 253px;
  padding: 32px 20px;
}

.work h5 {
  font-size: 26px;
  color: #fc261c;
  font-size: normal;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.work .work-swiper-container {
  width: 100%;
  height: 224px;
  overflow: hidden;
}


.work .work-swiper-container .work-content {
  padding: 0px 15%;
  font-family: Helvetica, 'Calibri', 'Roboto Condensed', 'Noto Sans TC', sans-serif;
  color: #fff;
}

.work .work-swiper-container .work-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 20px;
  font-weight: 500;
}

.work .work-swiper-container .more-detail {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  padding: 8px 16px;
  background-color: transparent;
  border: 3px solid #fff;
}

.work .work-swiper-container .more-detail:hover {
  background-color: #e53930;
  color: #ffffff;
  border: 3px solid #e53930;
  -webkit-animation: borderon 0.5s ease-in;
  -moz-animation: borderon 0.5s ease-in;
  animation: borderon 0.5s ease-in;
}

.work .work-swiper-container .more-detail:hover a {
  color: #fff !important;
}

.work-swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-12,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E") !important;
  left: 12% !important;
}

.work-swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E") !important;
  right: 12% !important;
}

.work-swiper-button-next,
.work-swiper-button-prev {
  margin-top: 100px !important;
  width: 20px !important;
  height: 35px !important;
  background-size: 20px 35px !important;
  top: 0% !important;
  outline: none;
}


@media screen and (max-width:900px) {
  .work-row {
    top: 549px;
  }

  .work-swiper-button-prev {
    left: 15% !important;
  }

  .work-swiper-button-next {
    right: 15% !important;
  }
}

@media screen and (max-width:900px) {

  .banner-content-container .news {
    margin-top: 0px;

  }

  .work-row {
    position: relative;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 244px;
    margin-top: 0px;
  }

  .work-swiper-button-prev {
    left: 10% !important;
  }

  .work-swiper-button-next {
    right: 10% !important;
  }
}

@media screen and (max-width:767px) {
  .banner-content-container .news {
    margin-top: 0;
  }

  .banner-content-container .sun {
    margin-top: 0;
  }

  .work-row {
    margin-top: 0;
  }

  .work-swiper-button-prev {
    left: 5% !important;
  }

  .work-swiper-button-next {
    right: 5% !important;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slogan-container {
  margin-left: calc(10vw + 20px);
}

.slogan {
  font-size: 50px;
  font-weight: bold;
  font-family: 'SFProText', 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
  text-align: left;
  color: #142b56;
  line-height: 50px;
}

.slogan.white {

  color: #fff;
}

.slogan span {
  font-size: 28px;
  white-space: nowrap;
}

.slogan1 {
  margin-top: 170px;
}

.slogan2 {
  margin-top: 160px;
}

.slogan3 {
  margin-top: 80px;
  margin-left: 60px;
}

.slogan3~div {
  margin-left: 60px;
}

.slogan4 {
  margin-top: 80px;
}

@media screen and (max-width:1440px) {

  .slogan {
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
  }

  .slogan span {
    font-size: 24px;
    white-space: nowrap;
  }

  .slogan1 {
    margin-top: 170px;
  }

  .slogan2 {
    margin-top: 170px;
  }

  .slogan3 {
    margin-top: 80px;
    margin-left: 60px;
  }

  .slogan3~div {
    margin-left: 60px;
  }

  .slogan4 {
    margin-top: 80px;
  }
}

@media screen and (max-width:1024px) {

  .slogan {
    font-size: 34px;
    font-weight: bold;
    line-height: 38px;
  }

  .slogan span {
    font-size: 20px;
    white-space: nowrap;
  }

  .slogan3 {
    margin-top: 80px;
    margin-left: 100px;
  }

  .slogan3~div {
    margin-left: 100px;
  }


  .slogan4 {
    margin-top: 130px;
    margin-left: 60px;
  }

  .slogan4~div {
    margin-left: 60px;
  }
}

@media screen and (max-width:900px) {
  .slogan {
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
  }

  .slogan span {
    font-size: 24px;
    white-space: nowrap;
  }

  .slogan1 {
    margin-top: 132px;
  }

  .slogan2 {
    margin-top: 124px;
  }

  .slogan3 {
    margin-top: 90px;
    margin-left: 0px;
  }

  .slogan3~div {
    margin-left: 0px;
  }

  .slogan4 {
    margin-top: 100px;
    margin-left: 0px;
  }

  .slogan4~div {
    margin-left: 0px;
  }
}


@media screen and (max-width:768px) {
  .slogan {
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
  }

  .slogan span {
    font-size: 24px;
    white-space: nowrap;
  }

  .slogan1 {
    margin-top: 192px;
  }

  .slogan2 {
    margin-top: 124px;
  }

  .slogan3 {
    margin-top: 160px;
    margin-left: 0px;
  }

  .slogan3~div {
    margin-left: 0px;
  }

  .slogan4 {
    margin-top: 200px;
    margin-left: 0px;
  }

  .slogan4~div {
    margin-left: 0px;
  }
}

.banner_aniversery {
  max-width: 200px;
  position: relative;
  margin-top: 25px;
  margin-left: -15px;
  width: 15vw;
}

.banner_aniversery img {
  width: 100%;
}

.slogan-container .more {
  width: 102px;
  height: 38px;
  font-size: 24px;
  line-height: 32px;
  background: #e53930;
  margin-top: 16px;
}

.slogan-container .more span {
  font-size: 14px;
  vertical-align: 1.65px;
}

.slogan-container .more:hover {
  background: #fff;
}

.slogan-container .more:hover a {
  color: #e53930 !important;
}

.submenu {
  width: 100%;
  border-bottom: 2px solid #1d4789;
  padding: 16px 0px 14px 0px;
}

.submenu ul {
  list-style: none;
}

.submenu ul li {

  padding: 4px 0px 4px 0px;
}

.submenu ul li:not(:first-child)::before {
  content: '●';
  padding: 36px;
  color: #c2c2c2 !important;
}

@media screen and (max-width:767px) {
  .submenu ul {
    list-style: none;
    display: block !important;
  }

  .submenu ul li:not(:first-child)::before {
    content: '';
    padding: 0;
  }

}

.submenu ul li a {
  color: #474747 !important;
  font-size: 18px;
  font-family: Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif !important;
}

.submenu ul li a.active {
  color: #0092bb !important;
}

.submenu ul li a:hover {
  color: #0092bb !important;
}

.spacer {
  height: 42px;
  width: 100%;
}

.overflow-auto {

  overflow: auto !important;
}

.aboutus-section {
  position: relative;
  z-index: 999;
  height: auto;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.aboutus-section .sections {
  display: flex;
  padding-left: 10vw;
  padding-right: 10vw;
}

.aboutus {
  padding-bottom: 64px;
}

.aboutus-section .sections h4 {
  font-family: 'Calibri', Helvetica, 'MHeiHK', 'Noto Sans TC', sans-serif;
  color: #fff;
  font-weight: normal;
  font-size: 36px;
  margin-top: 44px;
  padding-top: 0px !important;
}

.aboutus-section .sections h5 {
  font-family: 'Calibri', Helvetica, 'MHeiHK', 'Noto Sans TC', sans-serif;
  color: #666666;
  font-weight: bold;
  font-size: 22px;
  padding-top: 0px !important;
}

.aboutus-section .sections h5.head {
  font-family: 'Calibri', Helvetica, 'MHeiHK', 'Noto Sans TC', sans-serif;
  color: #666666;
  font-weight: bold;
  font-size: 28px;
  margin-top: 36px;
  padding-top: 0px !important;
}

.aboutus-section .sections h5.head.primary {
  color: #e53930;
}

.aboutus-section .sections h5.head~p {
  margin-top: 18px !important;
}

.aboutus-section .sections h6 {
  font-family: 'Calibri', Helvetica, 'MHeiHK', 'Noto Sans TC', sans-serif;
  color: black;
  font-weight: normal;
  font-size: 15px;
  margin-top: 54px;
  padding-top: 0px !important;
}

.aboutus-section .sections p {
  font-family: 'Calibri', Helvetica, 'MHeiHK', 'Noto Sans TC', sans-serif;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  margin-top: 36px;
  padding-top: 0px !important;
}

.aboutus-section .sections p a {
  color: #e53930 !important;
  text-decoration: underline;
}

.aboutus-section .sections p a:hover {
  color: #e53930 !important;
  text-decoration: none;
}

.aboutus-section .sections p i {
  padding: 0px 4px;
}

@media screen and (max-width:767px) {

  .aboutus-section .sections p i {
    display: block;
    padding: 4px 0px 4px 0px;
  }
}

.aboutus-section .sections p b {
  font-weight: bold;
}

.aboutus-section .sections.news {
  padding-bottom: 40px;
}

.aboutus-section .sections.news #linkedin>div {
  height: 400px;
}

.aboutus-section .sections.news h4 {
  color: #e53930;
}

.aboutus-section .sections.news p.extra {
  margin-top: 60px;
  color: #464646;
  font-size: 19px;
  font-family: Helvetica, 'Noto Sans TC', sans-serif
}

.aboutus-section .more {

  font-family: 'Helvetica Narrow', 'Montserrat', 'Noto Sans TC', sans-serif;
  color: #fff !important;
  border: 3px solid #fff;
  font-weight: bold;
  font-size: 16px;
  background-color: transparent;
  max-width: 160px;
  padding: 8px 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  margin-bottom: 54px;
}

.aboutus-section .more:hover {

  color: #fff !important;
  background-color: #e53930;

  padding: 8px 16px;
  border: 3px solid #e53930;

  -webkit-animation: borderon 0.5s ease-in;
  -moz-animation: borderon 0.5s ease-in;
  animation: borderon 0.5s ease-in;
}


.aboutus-section .more.white {

  font-family: 'Helvetica Narrow', 'Montserrat', 'Noto Sans TC', sans-serif;
  color: #e53930 !important;
  border: 3px solid #e53930;
  font-weight: bold;
  font-size: 16px;
  background-color: transparent;
  max-width: 160px;
  padding: 8px 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  margin-bottom: 54px;
}

.aboutus-section .more.white:hover {

  color: #fff !important;
  background-color: #e53930;

  padding: 8px 16px;
  border: 3px solid #e53930;

  -webkit-animation: borderon 0.5s ease-in;
  -moz-animation: borderon 0.5s ease-in;
  animation: borderon 0.5s ease-in;
}


@keyframes borderon {
  from {
    background-color: transparent;
  }

  to {
    background-color: #e53930;
  }
}

@keyframes borderoff {
  from {
    background-color: #e53930;
  }

  to {
    background-color: transparent;
  }
}


.top-img {
  width: 100%;
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top_1 {
  background-image: url("../img/inner_banner1_v27.png");
  background-position: top;
}

.top_2 {
  background-image: url("../img/top2.jpg");
}

.top_3 {
  background: #004469;
  height: 28px;
  width: 100%;
}

.top_4 {
  background-image: url("../img/inner_banner3.jpg");
}

.top_5 {
  background-image: url("../img/inner_banner4.jpg");
}

.top_6 {
  background-image: url("../img/top6.jpg");
}

.top_7 {
  background-image: url("../img/top7.jpg");
}

.top-container-1 {
  height: 100%;
  padding-bottom: 25px;
  justify-content: flex-end;
  padding-left: 10%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.1);
}

.top-container-1 .banner_aniversery {
  max-width: 160px;
  margin-left: 0px;
  margin-bottom: 10px;
}

.top-slogan {
  color: #fff;
  font-size: 50px;
  line-height: 36px;
  text-align: left;
}

.top-slogan span {
  color: #fff;
  font-size: 35px;
}

.top-slogan5 span {
  font-size: 24px;
  line-height: 24px;
}

.inner-page-light {
  text-align: left !important;
  padding: 54px 0px 0 0 !important;
}

.inner-page-light h4 {
  color: #e53930 !important;
  font-size: 40px !important;
  margin-top: 0 !important;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.inner-page-light p {
  color: #484848 !important;
  font-size: 14px !important;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.inner-page-light .paragraph a {
  color: #e53930 !important;
  text-decoration: underline !important;
}

.inner-page-light .paragraph a:hover {
  color: #e53930 !important;
  text-decoration: none !important;
}

.inner-page-light .paragraph i {
  font-style: normal !important;
}

.paragraph {
  margin-top: 78px;
}

.paragraph.first {
  margin-top: 0px;
}

.paragraph p.larger {
  font-size: 26px !important;
}


.paragraph.border-top-primary {
  border-top: 1px solid #e53930;
  margin-top: 38px;
  padding-top: 28px;
}

.paragraph.border-top-primary p {
  margin-top: 0px !important;
}

.paragraph.border-top-primary img {
  max-width: 100%;
}

.paragraph.border-left-grey {
  border-left: 10px solid #a6a6a6;
  margin-top: 38px;
  padding-left: 20px;
}


.paragraph.border-left-grey p {
  margin-top: 0px !important;
}

.paragraph.invest img {
  height: auto;
  min-height: 57px;
  max-height: 57px;
  max-width: 100%;
}

.paragraph.inner {
  margin-top: 20px;
}

.paragraph.info {
  margin-top: 20px;
}


.paragraph.info p {
  margin-top: 20px;
}


.paragraph.info p.primary {
  color: #e53930 !important;
}

.paragraph.info span {
  min-width: 50px;
  display: table-cell;
}

.paragraph.info ul {
  list-style: disc;
  margin: 0px 20px;
}

.social {
  display: inline-flex;
}

.social .social-btn {
  margin: 0px 6px;
  border-radius: 50%;
  background: #959595;
  width: 32px;
  height: 32px;
  padding-top: 0;
}

.social .social-btn.linkedin-btn:active,
.social .social-btn.linkedin-btn:focus,
.social .social-btn.linkedin-btn:hover {
  background: #4875B4 !important;
}

.social .social-btn.fb-btn:active,
.social .social-btn.fb-btn:focus,
.social .social-btn.fb-btn:hover {
  background: #3B5998 !important;
}

.social .social-btn.weibo-btn:active,
.social .social-btn.weibo-btn:focus,
.social .social-btn.weibo-btn:hover {
  background: #df2029 !important;
}

.social .social-btn.wechat-btn:active,
.social .social-btn.wechat-btn:focus,
.social .social-btn.wechat-btn:hover {
  background: #09b83e !important;
}

.social .wechat-btn .qr-icon {
  display: block;
  position: absolute;
  width: 150px;
  bottom: 90px;
  margin-left: -65px;
}

.social .wechat-btn .qr-icon img {
  width: 100%;
  height: auto;
  display: none;
}

.social .wechat-btn:active .qr-icon img,
.social .wechat-btn:focus .qr-icon img,
.social .wechat-btn:hover .qr-icon img {
  display: block;
}

.social .social-btn img {
  width: 28px;
  height: 28px;
  margin: 2px 2px;
}

.social .link-a {
  position: relative;
  width: 100%;
}

.social .link-a a {
  position: relative;
  display: inline-block;
  padding: 0px 20px 0 0;
}

.social .link-a a img {
  position: relative;
  width: 25px;
}

.structured {
  color: #ed1c24 !important;
  font-size: 22px !important;
  margin-top: 0px !important;
}


.inner-page-row {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.left-col {
  flex: 1 0 calc(100% - 245px);
  max-width: calc(100% - 245px);
  padding-right: 20px;
  padding-bottom: 60px;
}

.right-col {
  flex: 1 0 245px;
  display: flex;
}


.center-col {
  width: 90%;
  padding-bottom: 60px;
  margin: 0 auto;
}

.sidebar-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  max-width: 245px;
  min-height: 240px;
}

.sidemenu {
  background: #c3d2d3;
  text-align: left;
  color: #fff !important;
  padding: 24px 35px;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
  margin-bottom: 24px;
}

.sidemenu .header {
  border-bottom: 2px solid #e53930;
  margin: 0px 0px 14px 0px;
}

.sidemenu h5 {
  color: #fff !important;
  font-size: 20px;
  line-height: 36px;
  font-family: Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.sidemenu a {
  color: #3f3d3d !important;
  font-size: 14px !important;
  line-height: 32px;
  font-family: Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.sidemenu a:hover {
  color: #e53930 !important;
  font-size: 14px !important;
}

.sidemenu a:active {
  color: #e53930 !important;
  font-size: 14px !important;
}

.sidemenu a.active {
  color: #e53930 !important;
  font-size: 14px !important;
}

.work-card {
  background: #e53930;
  text-align: left;
  color: #fff !important;
  padding: 24px 35px;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
  margin-bottom: 24px;
}

.work-card h5 {
  color: #fff !important;
  font-size: 20px;
  line-height: 36px;
  font-family: Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.work-card p {
  margin-top: 12px !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 32px;
  font-family: Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.work-card a {
  color: #3f3d3d !important;
  font-size: 14px !important;
  line-height: 32px;
  font-family: Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.work-card a:hover {
  color: #e53930 !important;
  font-size: 14px !important;
}

.work-card a:active {
  color: #e53930 !important;
  font-size: 14px !important;
}

.work-card a.active {
  color: #e53930 !important;
  font-size: 14px !important;
}


.work-card .more-detail {
  margin-top: 12px;
  width: 100%;
}

.work-card .more-detail a {
  font-size: 14px;
  font-family: Helvetica, 'Calibri', 'Roboto Condensed', 'Noto Sans TC', sans-serif;
  color: #fff !important;
  display: flex;
}

.work-card .more-detail a:hover .more-circle {
  background: #e53930;
  color: #fff;
}

.work-card .more-detail a .more-circle {
  border-radius: 50%;
  background: #fff;
  color: #e53930;
  width: 14px;
  height: 14px;
  line-height: 9px;
  margin-right: 8px;
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
}


.sidebar-row .news {
  background: #666666;
  text-align: left;
  padding: 24px 35px;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
  margin-bottom: 24px;
}


.sidebar-row .news h5 {
  color: #fff !important;
  font-size: 20px;
  line-height: 36px;
  font-family: Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.sidebar-row .news .news-swiper-container {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.sidebar-row .news .news-swiper-container .news-content {
  padding: 16px 0px;
  line-height: 18px;
  font-size: 14px;
  font-family: Helvetica, 'Calibri', 'Roboto Condensed', 'Noto Sans TC', sans-serif;
  color: #fff;
}

.sidebar-row .news .news-swiper-container .more-detail {
  width: 100%;
}

.sidebar-row .news .news-swiper-container .more-detail a {
  font-size: 14px;
  font-family: Helvetica, 'Calibri', 'Roboto Condensed', 'Noto Sans TC', sans-serif;
  color: #fff;
  display: flex;
}

.sidebar-row .news .news-swiper-container .more-detail a:hover .more-circle {
  background: #e53930;
  color: #fff;
}

.sidebar-row .news .news-swiper-container .more-detail a .more-circle {
  border-radius: 50%;
  background: #fff;
  color: #e53930;
  width: 14px;
  height: 14px;
  line-height: 9px;
  margin-right: 8px;
  margin-top: 2px;
  font-size: 18px;
  text-align: center;
}


.sidebar-row .share-price {
  background: #c3d2d3;
  text-align: left;
  color: #fff !important;
  padding: 24px 35px;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
  margin-bottom: 25px;
}

.sidebar-row .share-price h6 {
  margin-top: 0px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
}

.sidebar-row .share-price p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
}

.sidebar-row .share-price h5 {
  line-height: 28px;
  font-size: 28px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #444444;
}

.sidebar-row .share-price span {
  margin: 0;
  font-size: 12px;
  vertical-align: top;
  color: #3f3d3d;
}

.side-bg {
  background: #f9f9f9;
  height: 100%;
  width: 100%;
  margin-top: -24px;
  flex: 1 1 100%;
}

.contentInner {
  width: 100%;
  max-width: 1000em;
  margin: auto;
  position: relative;
}

.contentInner .list {
  list-style: decimal;
  text-align: left;
}

.footer {
  background-color: #fff !important;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto !important;
  line-height: 17px !important;
  padding-left: 10vw;
  padding-right: 10vw;
}

.footer p {

  padding-top: 10px;
  padding-bottom: 10px;
  color: #000 !important;
  font-size: 11px !important;
}

.footer a {
  color: #000 !important;
  font-size: 11px !important;
}

.footer a:hover {
  color: #e53930 !important;
}

.flip-card-row {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
}

.flip-card {
  background-color: transparent;
  height: calc((80vw - 245px - 20px - 32px)/5);
  perspective: 1000px;
  margin: 0 4px;
  flex: 1 0 18%;
}

.flip-card.three {
  background-color: transparent;
  height: calc((70vw - 40px) / 3);
  perspective: 1000px;
  margin: 0 10px;
  flex: 1 0 18%;
  max-width: calc((70vw - 40px) / 3);
}

.flip-card.stories {
  background-color: #000;
}

.flip-card.scallywag .flip-card-front {
  background: url(../img/scallywag.jpg) no-repeat center;
  background-size: cover;
}

.flip-card.scallywag:hover .view-more {
  background: #fff;
}

.flip-card.scallywag:hover .view-more a {
  color: #e53930 !important;
}

.flip-card .view-more {
  width: 102px;
  height: auto;
  font-size: 36px;
  line-height: 36px;
  background: transparent;
  border: 2px solid #fff;
  margin-top: 16px;
}

.flip-card .view-more span {
  font-size: 14px;
  vertical-align: 5px;
}

.flip-card .view-more:hover {
  background: #fff;
}

.flip-card .view-more:hover a {
  color: #e53930 !important;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card.stories .flip-card-inner {
  opacity: 0.95;
}

.flip-card.stories:hover .flip-card-inner {
  opacity: 1;
  transform: none;
  cursor: pointer;
}


.flip-card.stories[aria-expanded="true"] .flip-card-inner {
  opacity: 1;
  transform: none;
  cursor: pointer;
}

.flip-card.scallywag:hover .flip-card-inner {
  transform: none;
  cursor: pointer;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flip-card-front {
  background-color: #004469;
}

.flip-card-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flip-card-front h6 {
  width: 100%;
  margin-top: 0 !important;
  font-size: 24px !important;
  line-height: 48px;
  color: rgba(255, 255, 255, 1) !important;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.three .flip-card-front h6 {
  width: 100%;
  font-size: 26px !important;
  line-height: 48px;
  color: rgba(255, 255, 255, 1) !important;
  z-index: 100;
}

.flip-card-back {
  background-color: #e53930;
  transform: rotateY(180deg);
  padding: 8px;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.charitable .flip-card-back {
  background-color: #0b365e;
}

.flip-card-back h5 {
  width: 100%;
  font-size: 24px !important;
  color: white !important;
  font-weight: normal !important;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.three .flip-card-back h5 {
  width: 100%;
  font-size: 28px !important;
  color: white !important;
  font-weight: normal !important;
  font-family: 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', sans-serif;
}

.flip-card-back p {
  margin-top: 16px !important;
  font-size: 16px !important;
  color: white !important;
  line-height: 24px !important;
}

.three .flip-card-back p {
  margin-top: 24px !important;
  font-size: 20px !important;
  color: white !important;
  line-height: 24px !important;
  padding: 0 20px !important;
}

.flip-card.charitable .flip-card-inner .flip-card-back::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.flip-card.community .flip-card-inner .flip-card-front {
  background: url(../img/community.jpg) no-repeat center;
  background-size: cover;
  opacity: 1;
}

.flip-card.community .flip-card-inner .flip-card-back::after {
  background: url(../img/community.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.76;
}


.flip-card.future .flip-card-inner .flip-card-front {
  background: url(../img/future.jpg) no-repeat center;
  background-size: cover;
  opacity: 1;
}

.flip-card.future .flip-card-inner .flip-card-back::after {
  background: url(../img/future.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.76;
}

.flip-card.environment .flip-card-inner .flip-card-front {
  background: url(../img/environment.jpg) no-repeat center;
  background-size: cover;
  opacity: 1;
}

.flip-card.environment .flip-card-inner .flip-card-back::after {
  background: url(../img/environment.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.76;
}

.stories-content {
  padding: 0 10%;
}

.stories-content .paragraph p:before {
  content: "“";
  font-size: 38px;
  font-family: Helvetica, sans-serif;
  vertical-align: text-top;
  color: #e53930;
  margin-right: 5px;
}

.stories-content .paragraph p:after {
  content: "”";
  font-size: 38px;
  font-family: Helvetica, sans-serif;
  vertical-align: text-top;
  color: #e53930;
  margin-left: 5px;
}

.stories-content i {
  color: #484848;
  font-size: 14px;
  opacity: 0.8;
}

.stories-content.summary {
  display: flex;
  justify-content: space-between
}

.stories-content.summary h6 {
  font-size: 23px;
  margin-left: -20px;
  color: #e53930;
  margin-top: 0px;
}

.stories-content.summary p {
  margin-top: 24px;
}

.stories-content.summary .left {
  width: 242px;
  height: 242px;
}

.stories-content.summary .right {
  margin-left: 40px;
  flex: 1 0 calc(100% - 242px - 40px);
}

.milestone-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}

.milestone-row .year-col {
  width: 140px;
}

.milestone-row .year-col .year-box {
  width: 140px;
  height: 140px;
  background: #5d5d5d;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  white-space: pre-wrap;
  padding: 22px;
  text-align: center;
}

.milestone-row .content-col {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.milestone-row .content-col h5 {
  color: #e53930;
  font-size: 28px;
}

.milestone-row .content-col p {
  margin-top: 24px;
}

.milestone-row .content-col .row p {
  margin-top: 16px;
}

.milestone-row .content-col .primary p {
  color: #ed1c24 !important;
  font-weight: bold;
}

.milestone-row .content-col i {
  font-style: normal !important;
  font-size: 48px;
  color: #e53930;
}

.milestone-row:hover .year-col .year-box,
.milestone-row:active .year-col .year-box,
.milestone-row:focus .year-col .year-box {
  background: #ed1c24;
}

.milestone-row[aria-expanded="true"]>.year-col .year-box {
  background: #ed1c24;
}

.expand-btn {
  cursor: pointer;
}

.expand-btn i {
  font-size: 36px;
  color: #e53930;
}

.awards div {
  height: 200px;
  width: 100%;
  cursor: pointer;
}

.awards div:hover img {
  -webkit-box-shadow: 1px 1px 10px 2px rgba(199, 199, 199, 0.5);
  -moz-box-shadow: 1px 1px 10px 2px rgba(199, 199, 199, 0.5);
  box-shadow: 1px 1px 10px 2px rgba(199, 199, 199, 0.5);
}

.awards div img {
  padding: 20px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.modal {
  z-index: 10500 !important;
}

.award-modal .modal-content {
  border: 5px solid #e53930;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.8)
}

.close-btn {
  float: right;
  color: #e53930;
  font-size: 20px;
  cursor: pointer;
}

.award-modal .modal-content .award-modal-row {
  display: flex;
  flex-wrap: wrap;
}

.award-modal-left {
  flex: 1 0 270px;
  text-align: center
}

.award-modal-right {
  flex: 1 0 calc(100% - 270px);
}

.video-thumbnail {
  position: relative;
  /*display: inline-block;*/
  cursor: pointer;
  margin: 0px;
}

.video-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.5);
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.video-thumbnail:hover:before {
  color: rgba(255, 0, 0, 0.5);
}

.imgVideo {
  width: 100%;
  height: auto;
}

.foundation_logo {
  margin: 48px 0px;
  width: 100%;
  height: auto;
  padding: 0 20%;
}

.partnership {
  background: #a1a1a1;
  width: 100%;
  min-height: 292px;
}

.partnership h4 {
  color: white !important;
}

.partnership .row {
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
}

@media screen and (max-width:768px) {
  .award-modal-left {
    flex: 1 0 100%;
  }

  .award-modal-right {
    flex: 1 0 100%;
    margin: 20px;
  }
}

.award-modal-img {
  max-width: 270px;
  height: auto;
}

.award-year {
  color: #e53930;
  font-size: 28px;
  font-weight: bold;
}

.award-content {
  white-space: pre-wrap;
  margin-left: 20px;
  margin-top: 20px;
}

.award-content p:before {
  content: "•";
  margin-left: -20px;
  margin-right: 12px;
  font-size: 20px;
  color: #e53930;
}

.award-content p {
  font-size: 14px;
  color: #484848;
  white-space: pre-wrap;
  margin-bottom: 20px;
}


.reports {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.reports .mix {
  flex: 1 0 40%;
  max-width: 50%;
}


.reports-content {
  min-width: 300px;
  height: auto;
  margin: 20px 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

}

.reports-content a.report-a {
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.reports-content img {
  width: 50%;
  height: auto;
  margin: 36px auto;
}

.reports-content p {

  height: 48px;
  text-align: center;
  margin: 24px 20px;
  width: 100%;
}

.reports-content span {
  color: #e53930;
  display: block !important;
}

.chartWrapper {
  /* width: calc(80vw - 245px); */
  padding-bottom: 50px;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .chartWrapper {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
  }
}

.chartjs-render-monitor {
  -webkit-animation: chartjs-render-animation 0.001s;
  animation: chartjs-render-animation 0.001s;
}

.dividend .dividend-header>div {
  color: #fff;
  background: #e53930;
  font-size: 14px;
  padding: 12px;
  text-align: center;
}

.dividend .dividend-content>div {
  color: #464646;
  background: #fafafa;
  font-size: 14px;
  padding: 12px;
  text-align: center;
}

.dividend .dividend-content:hover>div,
.dividend .dividend-content:active>div,
.dividend .dividend-content:focus>div {
  background: #c0c0c0;
}

@media screen and (max-width: 512px) {

  .dividend .dividend-header>div {
    font-size: 12px;
    padding: 4px;
  }

  .dividend .dividend-content>div {
    font-size: 12px;
    padding: 4px;
  }
}

@media only screen and (max-width: 1800px) {
  .flip-card-front h6 {
    font-size: 24px !important;
  }

  .three .flip-card-front h6 {
    font-size: 28px !important;
  }

  .flip-card-back h5 {
    font-size: 20px !important;
  }

  .flip-card-back p {
    margin-top: 12px !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .three .flip-card-back h5 {
    font-size: 28px !important;
  }

  .three .flip-card-back p {
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}

@media only screen and (max-width: 1740px) {
  .flip-card-front h6 {
    font-size: 24px !important;
  }

  .flip-card-back h5 {
    font-size: 20px !important;
  }

  .flip-card-back p {
    margin-top: 10px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .three .flip-card-front h6 {
    font-size: 28px !important;
  }

  .three .flip-card-back h5 {
    font-size: 28px !important;
  }

  .three .flip-card-back p {
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}


@media only screen and (max-width: 1660px) {
  .flip-card-front h6 {
    font-size: 24px !important;
  }

  .flip-card-back h5 {
    font-size: 20px !important;
  }

  .flip-card-back p {
    margin-top: 8px !important;
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .three .flip-card-front h6 {
    font-size: 28px !important;
  }

  .three .flip-card-back h5 {
    font-size: 28px !important;
  }

  .three .flip-card-back p {
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}

@media only screen and (max-width: 1633px) {

  .banner-content-container {
    right: 10%;
  }

  .sitemap {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer {
    padding-left: 10%;
    padding-right: 10%;
  }

  .top-container-1 {
    padding-left: 10%;
  }

  .aboutus-section .sections {
    padding-left: 10%;
    padding-right: 10%;
  }

  .inner-section {
    margin-left: 10%;
    margin-right: 10%;
  }

  .flip-card-front h6 {
    font-size: 22px !important;
  }

  .flip-card-back h5 {
    font-size: 20px !important;
  }

  .flip-card-back p {
    margin-top: 8px !important;
    font-size: 15px !important;
    line-height: 18px !important;
  }


  .three .flip-card-front h6 {
    font-size: 28px !important;
  }

  .three .flip-card-back h5 {
    font-size: 28px !important;
  }

  .three .flip-card-back p {
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}


@media only screen and (max-width: 1586px) {
  .flip-card-front h6 {
    font-size: 22px !important;
  }

  .flip-card-back h5 {
    font-size: 20px !important;
  }

  .flip-card-back p {
    margin-top: 8px !important;
    font-size: 15px !important;
    line-height: 18px !important;
  }


  .three .flip-card-front h6 {
    font-size: 28px !important;
  }

  .three .flip-card-back h5 {
    font-size: 28px !important;
  }

  .three .flip-card-back p {
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}


@media only screen and (max-width: 1520px) {
  .flip-card-front h6 {
    font-size: 21px !important;
  }

  .flip-card-back h5 {
    font-size: 20px !important;
  }

  .flip-card-back p {
    margin-top: 4px !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }


  .three .flip-card-front h6 {
    font-size: 28px !important;
  }

  .three .flip-card-back h5 {
    font-size: 28px !important;
  }

  .three .flip-card-back p {
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}

@media only screen and (max-width: 1480px) {
  .flip-card-front h6 {
    font-size: 21px !important;
  }

  .flip-card-back h5 {
    font-size: 20px !important;
  }

  .flip-card-back p {
    margin-top: 4px !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }

  .three .flip-card-front h6 {
    font-size: 28px !important;
  }

  .three .flip-card-back h5 {
    font-size: 28px !important;
  }

  .three .flip-card-back p {
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}


@media only screen and (max-width: 1440px) {
  .flip-card-front h6 {
    font-size: 20px !important;
  }

  .flip-card-back h5 {
    font-size: 18px !important;
  }

  .flip-card-back p {
    margin-top: 2px !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }

  .three .flip-card-front h6 {
    font-size: 28px !important;
  }

  .three .flip-card-back h5 {
    font-size: 28px !important;
  }

  .three .flip-card-back p {
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}

@media only screen and (max-width: 1406px) {

  .banner-content-container {
    right: 5%;
  }

  .sitemap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .top-container-1 {
    padding-left: 5%;
  }

  .aboutus-section .sections {
    padding-left: 5%;
    padding-right: 5%;
  }

  .inner-section {
    margin-left: 5%;
    margin-right: 5%;
  }

  .flip-card {
    height: calc((90vw - 245px - 20px - 32px)/5);
  }

  .flip-card-front h6 {
    font-size: 20px !important;
    line-height: 24px;
  }

  .three .flip-card-front h6 {
    line-height: 24px;
  }

  .flip-card-back h5 {
    font-size: 20px !important;
  }

  .flip-card-back p {
    margin-top: 4px !important;
    font-size: 14px !important;
    color: white !important;
    line-height: 16px !important;
  }


  .three .flip-card-front h6 {
    font-size: 28px !important;
  }

  .three .flip-card-back h5 {
    font-size: 28px !important;
  }

  .three .flip-card-back p {
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}



@media only screen and (max-width: 1320px) {

  .flip-card-front h6 {
    font-size: 20px !important;
  }

  .flip-card-back h5 {
    font-size: 18px !important;
  }

  .flip-card-back p {
    margin-top: 4px !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }


  .three .flip-card-front h6 {
    font-size: 28px !important;
  }

  .three .flip-card-back h5 {
    font-size: 28px !important;
  }

  .three .flip-card-back p {
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}

@media only screen and (max-width: 320px) {
  .work .work-swiper-container .work-content {
    padding: 0px 16%;
  }
}

@media only screen and (max-width: 1280px) {

  .flip-card-front h6 {
    font-size: 20px !important;
  }

  .flip-card-back h5 {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .flip-card-back p {
    margin-top: 4px !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }

  .three .flip-card-front h6 {
    font-size: 28px !important;
  }

  .three .flip-card-back h5 {
    font-size: 28px !important;
  }

  .three .flip-card-back p {
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}

@media only screen and (max-width: 1256px) {

  .banner-content-container {
    right: 2%;
  }

  .sitemap {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer {
    padding-left: 2%;
    padding-right: 2%;
  }

  .top-container-1 {
    padding-left: 2%;
  }

  .aboutus-section .sections {
    padding-left: 2%;
    padding-right: 2%;
  }

  .inner-section {
    margin-left: 2%;
    margin-right: 2%;
  }

  .flip-card {
    height: calc((96vw - 245px - 20px - 32px)/5);
  }

  .flip-card.three {
    margin: 0 10px 20px 10px;
    flex: 1 0 30%;
    height: calc((84vw - 40px)/3);
    max-width: calc((84vw - 40px)/3);
    min-width: calc((84vw - 40px)/3);
  }

  .flip-card-front h6 {
    font-size: 18px !important;
  }

  .flip-card-back h5 {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .flip-card-back p {
    margin-top: 8px !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }


  .three .flip-card-front h6 {
    font-size: 28px !important;
  }

  .three .flip-card-back h5 {
    font-size: 28px !important;
  }

  .three .flip-card-back p {
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .flip-card-row {
    flex-wrap: wrap;
  }

  .flip-card {
    margin: 0 10px 20px 10px;
    flex: 1 0 23%;
    height: calc((88vw - 245px)/3 - 20px);
    max-width: calc((88vw - 245px)/3 - 20px);
    min-width: calc((88vw - 245px)/3 - 20px);
  }

  .flip-card.three {
    margin: 0 10px 20px 10px;
    flex: 1 0 30%;
    height: calc((58vw - 48px)/2);
    max-width: calc((58vw - 48px)/2);
    min-width: calc((58vw - 48px)/2);
  }

  .flip-card-front h6 {
    margin-top: 0 !important;
    font-size: 20px !important;
    line-height: 24px;
  }

  .flip-card-back h5 {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .flip-card-back p {
    margin-top: 6px !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .three .flip-card-front h6 {
    font-size: 2.5vw !important;
  }

  .three .flip-card-back h5 {
    font-size: 2.5vw !important;
  }

  .three .flip-card-back p {
    margin-top: 1.5vw !important;
    font-size: 2vw !important;
    line-height: 2.5vw !important;
    padding: 0 4px !important;
  }
}

@media screen and (max-width: 1024px) {
  .slogan-container {
    margin-left: 4vw;
  }

  .swiper-pagination {
    left: 2vw;
  }

  .top-container-1 {
    padding-left: 2vw;
  }

  .sitemap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .aboutus-section .sections {
    padding-left: 5%;
    padding-right: 5%;
  }

  .inner-section {
    margin-left: 0;
    margin-right: 0;
  }

  .flip-card {
    margin: 0 10px 20px 10px;
    flex: 1 0 23%;
    height: calc((88vw - 245px)/2 - 20px);
    max-width: calc((88vw - 245px)/2 - 20px);
    min-width: calc((88vw - 245px)/2 - 20px);
  }

  .flip-card.three {
    margin: 0 10px 20px 10px;
    flex: 1 0 30%;
    height: calc((54vw - 48px)/2);
    max-width: calc((54vw - 48px)/2);
    min-width: calc((54vw - 48px)/2);
  }

}

@media only screen and (max-width: 991px) {
  .flip-card-row {
    justify-content: center
  }

  .flip-card {
    margin: 0 10px 20px 10px;
    flex: 1 0 23%;
    height: 240px;
    max-width: 240px;
    min-width: 240px;
  }

  .left-col {
    flex: 1 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }

  .right-col {
    flex: 1 0 100%;
    display: none;
  }

}

@media only screen and (max-width: 900px) {

  .slogan-container {
    margin-left: calc(10vw + 20px);
  }

  .sitemap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aboutus-section .sections {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-section {
    margin-left: 0px;
    margin-right: 0px;
  }

  .top-container-1 {
    padding-left: 20px;
  }

  .top-container-1 .banner_aniversery {
    max-width: 120px;
  }

  .top-slogan {
    font-size: 36px;
    line-height: 28px;
  }

  .top-slogan span {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {

  .flip-card-row {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center
  }

  .flip-card-row.foundation {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center
  }

  .top-container-1 .banner_aniversery {
    max-width: 80px;
  }

  .top-slogan {
    font-size: 28px;
    line-height: 24px;
  }

  .top-slogan span {
    font-size: 19px;
  }

  .inner-page-light {
    padding: 0px 20px 60px 20px !important;
  }

  .inner-page-row {
    flex-direction: column-reverse;
  }

  .paragraph.first {
    margin-top: 48px;
  }

  .paragraph {
    margin-top: 48px;
  }

  .sidebar-row {
    margin-top: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }

  .side-bg {
    display: none;
  }

  .sidebar-row .sidemenu {
    flex: 1 0 100%;
    width: 100%;
  }

  .sidebar-row .work-card {
    flex: 1 0 33%;
    width: 50%;
  }

  .sidebar-row .news {
    flex: 1 0 33%;
    width: 50%;
  }

  .sidebar-row .share-price {
    flex: 1 0 33%;
    width: 50%;
  }


  .stories-content.summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  .stories-content.summary .left {
    width: 242px;
  }

  .stories-content.summary .right {
    flex: 1 1 100%;
  }

  .three .flip-card-front h6 {
    font-size: 24px !important;
  }

  .three .flip-card-back h5 {
    font-size: 24px !important;
  }

  .three .flip-card-back p {
    margin-top: 12px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 0 4px !important;
  }

  .flip-card.three {
    margin: 20px 40px;
    flex: 1 0 100%;
    height: calc(80vw - 80px);
    max-width: calc(80vw - 80px);
    min-width: calc(80vw - 80px);
  }
}


@media screen and (max-width: 512px) {
  .slogan {
    padding-right: 15vw;
  }

  .top-container-1 .banner_aniversery {
    max-width: 50px;
  }

  .top-slogan {
    font-size: 21px;
    line-height: 14px;
  }

  .top-slogan span {
    font-size: 14px;
  }

  .sidebar-row .sidemenu {
    flex: 1 0 100%;
    width: 100%;
  }

  .sidebar-row .work-card {
    flex: 1 0 100%;
    width: 100%;
  }

  .sidebar-row .news {
    flex: 1 0 100%;
    width: 10%;
  }

  .sidebar-row .share-price {
    flex: 1 0 100%;
    width: 50%;
  }

  .milestone-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .milestone-row .content-col {
    width: 100%;
    margin-top: 24px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .inner-page-light {
    padding: 0px 0px 60px 0px !important;
  }


  .flip-card.three {
    background-color: transparent;
    height: calc(80vw - 40px);
    perspective: 1000px;
    margin: 20px 4px;
    flex: 1 0 100%;
    max-width: calc(80vw - 40px);
  }


  .three .flip-card-front h6 {
    font-size: 24px !important;
  }

  .three .flip-card-back h5 {
    font-size: 24px !important;
  }

  .three .flip-card-back p {
    margin-top: 12px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 0 4px !important;
  }
}

@media screen and (max-width: 480px) {

  .banner_2,
  .banner_4 {
    background-position: center;
  }

  .slogan {
    font-size: 36px;
    padding-right: 15vw;
  }

  .slogan span {
    white-space: pre-wrap;
    line-height: 24px !important;
    display: inline-block;
  }
}

@media screen and (max-width: 360px) {
  .slogan {
    font-size: 28px;
  }

  .aboutus-section .sections h4 {
    font-size: 24px !important;
    margin-top: 20px !important;
  }


}


.three p.clear-margin {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gov h4 {
  font-size: 28px !important;
}

h5.blue {
  color: #004469 !important;
  font-size: 30px !important;
  font-weight: normal !important;
  margin-bottom: 20px;
}

.back-btn {
  width: 102px;
  height: auto;
  font-size: 28px;
  font-weight: lighter;
  line-height: 36px;
  background: #e53930;
  margin-top: 16px;
  padding-left: 20px;
  border: 1px solid #e53930;
  float: right;
  margin-right: 26px;
}

.back-btn span {
  font-size: 14px;
  vertical-align: 2px;
  text-transform: uppercase;
}

.back-btn:hover {
  background: #fff;
  border: 1px solid #e53930;
}

.back-btn:hover a {
  color: #e53930 !important;
}


.work-btn {
  width: 240px;
  height: auto;
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  padding: 12px 18px;
  border-top: 3px solid #e53930;
  background-color: #6c7e87;
  position: relative;
  margin-right: 12px;
  margin-top: 20px;
  display: inline-block;
}

.work-btn span {
  font-size: 14px;
  vertical-align: 2px;
  text-transform: uppercase;
  color: #fff;
}

.work-btn h4 {
  color: #fff !important;
}

.work-btn:hover {
  background: #e53930;
  border-top: 3px solid #e53930;
}

.work-btn:hover a {
  color: #fff !important;
}

.work-btn[aria-expanded="true"] {
  background: #e53930;
}

.peoples {
  justify-content: space-between;
  margin: 0 20px;
}

.peoples div {
  cursor: pointer;
}

.peoples .collapsed:hover>div img {
  opacity: 0.68;
}

.peoples .collapsed:hover>.desc span {
  color: #e53930 !important;
}

.peoples div>div {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e53930;
}


.peoples div>section.desc {
  text-align: center;
  padding-top: 24px;
}

.peoples div>div section {
  display: none;
  margin: 0 40px;
}

.peoples div>section div {
  display: block;
}

.peoples div>section h6 {
  margin-top: 0 !important;
  color: #fc261c !important;
  font-weight: 600 !important;
  font-size: 20px !important;
}

.peoples div>section p {
  margin-top: 24px !important;
  font-weight: normal !important;
  font-size: 18px !important;
}

.peoples div>section span {
  margin-top: 8px !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

.peoples div>div.expanded {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e53930;
}

.peoples div img {
  padding: 0 20px;
}

.loading {
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #e53930;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}


.dropdown button {
  background-color: #e53930 !important;
  border: none;
  width: auto;
  float: right;
  margin-right: 24px;
  font-size: 20px !important;
  border-radius: 0;
}

.dropdown-menu {
  width: auto;
  max-height: 240px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dropdown-menu a.dropdown-item {
  color: #e53930 !important;
  text-decoration: none !important;
}

.dropdown-menu a.dropdown-item:hover {
  background-color: #e53930;
  color: #ffffff !important;
}

.dropdown-menu a.dropdown-item.active {
  background-color: #e53930;
  color: #ffffff !important;
}

p.news-desc {
  margin-top: 0 !important;
  padding: 0 20px;
  font-size: 18px !important;
}

p.news-desc a.news-a {
  text-decoration: none !important;
  color: #484848 !important;
  font-size: 18px !important;
}

.news .mix {
  margin: 20px 20px;
  flex-direction: row;
  padding: 0;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(199, 199, 199, 0.5);
  -moz-box-shadow: 1px 1px 10px 2px rgba(199, 199, 199, 0.5);
  box-shadow: 1px 1px 10px 2px rgba(199, 199, 199, 0.5);
}


.news .mix:hover .date-content {
  border-left: 5px solid #e53930;
}

.news .mix:hover a.news-a {
  color: #e53930 !important;
}


.news .reports .mix {
  margin: 20px 20px;
  flex-direction: row;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.news .reports .mix .reports-content {
  border: 1px solid #484848;
}

.news .reports .mix:hover .reports-content {
  border: 1px solid #e53930;
}

.news .reports .mix:hover a.report-a {
  color: #e53930 !important;
}

.news .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.news .date-content {
  width: 80px;
  border-left: 5px solid transparent;
  padding: 20px 0;
}

.news .date-circle {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.flip-card-col {
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 100%;
}

.flip-card.vertical {
  background-color: transparent;
  height: 140px;
  perspective: 1000px;
  margin: 10px 4px;
  flex: 1 0 18%;
  max-width: 100%;
}

.flip-card.vertical:hover .flip-card-inner {
  transform: rotateX(180deg);
}

.flip-card.vertical .flip-card-back {
  transform: rotateX(180deg);
}

.dxc-tooltip {
  z-index: 1000;
}

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}


.ifr {
  width: 100%;
  height: 100%;
  border: none;
}

.other-p span {
  color: black !important;
}

.other-p span div {
  color: #e53930 !important;
}

.m_report-a:hover .other-p span {
  color: white !important;
}

.m_report-a:hover .other-p span div {
  color: white !important;
}


#ProfessionHost .dx-texteditor-input {
  border: 1px solid #e53930;
  border-right: 0;
  border-radius: 0 !important;
}

#ProfessionHost .dx-button-normal {
  border: 1px solid #e53930;
  border-left: 0;
  border-radius: 0 !important;
}

#EmailAlertDiv input {
  border-radius: 0 !important;
}

.news-desc-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.child-section {
  padding: 5px 0 0 10px;
}

.trunk-body nav li>ul>li>ul>li>.child-section li a {
  background-color: transparent !important;
  color: #464646 !important;
  padding-right: 0 !important;
}

.trunk-body nav li>ul>li>ul>li>.child-section li:hover a {
  background-color: transparent !important;
  color: #e53930 !important;
}

.child-section a {
  font-size: 12px !important;
}

.footer-child-box {
  padding-top: 0 !important;
}

.right-side-child-section {
  padding: 0;
}

.right-side-child-section a {
  font-size: 12px !important;
  line-height: initial !important;
}

.right-side-child-section a:hover {
  font-size: 12px !important;
}


.fmbl-3-row {
  column-gap: 20px;
  grid-template-columns: repeat(3, auto);
  display: grid;
}

.fmbl-3-row sup {
  font-size: 12px;
}

.fmbl-3-col {
  padding: 20px;
  border: 1px solid lightgrey;
}

.fmbl-3-col b {
  text-decoration: underline;
  margin-bottom: 20px;
}

.fmbl-3-item {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.fmbl-3-item>div {
  min-height: 62px;
  display: flex;
  align-items: center;
}

.fmbl-3-item:last-child {
  margin-bottom: 0;
}

/* .fmbl-3-col:nth-child(2) > div.fmbl-3-item {
  column-gap: 20px;
  flex-direction: row;
} */

.right-item>b {
  text-decoration: underline;
}

.fmbl-3-col:nth-child(2) .fmbl-3-item {
  align-items: center;
}

.fmbl-3-col:nth-child(3) .fmbl-3-item {
  align-items: center;
}

.fmbl-3-item img {
  width: 100%;
  max-width: 185px;
}


.fmbl-3-item p {
  text-align: left !important;
}

.fmbl-inner-row {
  margin-bottom: 40px;
  column-gap: 20px;
  display: flex;
  flex-direction: row;
}

.fmbl-inner-row:last-child {
  margin-bottom: 0;
}

.fmbl-inner-row .fmbl-3-item {
  margin-bottom: 0;
}

.fmbl-3-item li {
  margin-top: 10px;
  margin-bottom: 0;
}

.fmbl-footnote {
  margin-top: 30px;
}

.fmbl-footnote b,
.fmbl-footnote p {
  font-size: 12px !important;
  font-style: italic;
  color: grey !important;
}

.fmbl-3-item ul {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .fmbl-inner-row {
    flex-direction: column;
  }

  .fmbl-3-item {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .fmbl-inner-row {
    margin-bottom: 0;
  }

  .fmbl-3-col:nth-child(2) .fmbl-3-item {
    align-items: flex-start;
  }

  .fmbl-3-col:nth-child(3) .fmbl-3-item {
    align-items: flex-start;
  }

  .fmbl-footnote {
    margin-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .fmbl-3-row {
    grid-template-columns: repeat(1, auto);
  }

  .fmbl-3-col {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .fmbl-3-col:last-child {
    margin-bottom: 20px;
  }


}