@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,600i,700,700i,800,900&display=swap');

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

html,
body {
  touch-action: manipulation;
}

.font-helvetica {
  font-family: Helvetica !important;
}

a {
  color: #0066b5;
  text-decoration: none !important;
}

a:hover {
  color: #842a2a;
}

b {
  font-weight: bold;
}

img {
  vertical-align: middle;
}

input {
  min-height: 36px;
}

.grey {
  color: #343434;
}

.highlight {
  color: #0066b5 !important;
}

.highlight b {
  font-weight: 800;
}

.bg-primary {
  background: #0066b5;
}

.bg-lightgrey {
  background: #f0f0f0;
}

.bg-color-block-1 {
  background: #557065;
}

.bg-color-block-2 {
  background: #9cb392;
}

.bg-color-block-3 {
  background: #4e9795;
}

.bg-color-block-4 {
  background: #6b8fb4;
}

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

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-21 {
  font-size: 21px !important;
}

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

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

.font-44 {
  font-size: 44px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-60 {
  font-size: 60px !important;
}

.font-72 {
  font-size: 72px !important;
  line-height: 80px !important;
}

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

  .font-72 {
    font-size: 6vw !important;
    line-height: 7vw !important;
  }

}

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

  .font-72 {
    font-size: 5vw !important;
    line-height: 6vw !important;
  }

}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.line-height-27 {
  line-height: 27px !important;
}

.line-height-98 {
  line-height: 98px !important;
}

.text-black {
  color: #000;
}

.paging {
  width: 100%;
  position: absolute;
  bottom: 40px;
  display: flex;
  justify-content: center;
}

.current-page,
.total-page {
  color: #fff;
  z-index: 2000;
  cursor: pointer;
}

.current-page {
  margin-right: 10px;
}

.total-page {
  margin-left: 10px;
}

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

.swiper-pagination-bullet {
  width: 75px;
  height: 3px;
  display: inline-block;
  background: #000;
  border-radius: 0;
  opacity: 1;

}


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

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  right: calc(41.67% - 13rem);
  left: unset;
  width: auto !important;
  z-index: 20;
}

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

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


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

.bg-img {
  height: 824px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-top: 0px;
  padding-top: 0;
  z-index: 1;
  text-align: left;
}

.banner-slogan {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 270px;
}

.slogan-container {
  width: 100%;
  background: rgba(0, 0, 0, 0.48);
  z-index: 9;
  text-align: center;
}

.slogan-container h1 {
  font-size: 44px;
  text-transform: uppercase;
  margin: 1.5rem;
  color: #fff;
}

.slogan-container h1.underlined {
  padding-bottom: 32px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}

.slogan-container h4 {
  font-size: 30px;
  margin: 32px 3rem 3rem;
}

.slogan-container p {
  font-size: 14px;
  color: #fff;
  margin: 1.5rem 7.5vw;
}



@media screen and (max-width: 1200px) {
  .slogan-container h1 {
    font-size: 4vw;
  }

  .slogan-container h4 {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .slogan-container {
    bottom: unset;
    top: 320px;
    left: 30%;
    right: unset;
    width: 40%;
    text-align: center;
  }

  .slogan-container h1 {
    font-size: 3vw;
    margin: 3rem 0;
  }

  .slogan-container h4 {
    font-size: 2.4vw;
  }

  .swiper-pagination-bullet {
    width: 45px;
    height: 3px;
    border-radius: 0;
    margin: 0 10px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: unset;
    top: calc(320px + 11%);
    right: unset;
    left: unset;
    width: 100% !important;
    z-index: 20;
  }
}

@media screen and (max-width:460px) {
  .slogan-container {
    bottom: unset;
    top: 320px;
    left: 10%;
    right: unset;
    width: 80%;
    text-align: center;
  }

  .slogan-container h1 {
    font-size: 24px;
    margin: 3rem 0;
  }

  .slogan-container h4 {
    font-size: 18px;
  }

  .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    border-radius: 0;
    margin: 0 10px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: unset;
    top: calc(320px + 3rem + 72px);
    right: unset;
    left: unset;
    width: 100% !important;
    z-index: 20;
  }
}

.arrow-down {
  background-color: rgba(255, 255, 255, 0.49);
  position: absolute;
  bottom: 40px;
  left: calc(50% - 54px / 2);
  height: 58px;
  width: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width:767px) {
  .bg-img {
    /* height: 240px; */
  }
}


@media screen and (max-width:460px) {
  .bg-img {
    /* height: 180px; */
  }
}

.top-img {
  height: 568px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-top: 0px;
  padding-top: 0;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

  .top-img {
    margin-top: 130px;
  }
}

.footer {
  background-color: #474747;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  line-height: 17px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
}

.footer .row.bottom {
  width: 100%;
  margin: 0 7.5vw;
}

@media screen and (max-width: 1316px) {
  .footer .row.bottom {
    margin: 0 6vw;
  }
}

@media screen and (max-width: 1271px) {
  .footer .row.bottom {
    margin: 0 4vw;
  }
}

@media screen and (max-width: 1217px) {
  .footer .row.bottom {
    margin: 0 2.5vw;
  }
}

.footer .white-logo {
  margin-top: -30px;
  margin-left: 48px;
}

.sitemap {
  text-align: left;
}

.sitemap li {
  padding: 6px 0px;
}

.sitemap li a {
  line-height: 20px;
}

.footer p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  color: #fff;
}

.footer a {
  font-size: 13px;
  color: #fff;
}

.footer a:hover {
  color: #0066b5;
}


.footer h4 {
  font-size: 35px;
}

.sitemap a {
  font-size: 18px;
}

.sitemap p {
  font-size: 18px;
  padding: 0;
}

.sitemap b {
  font-size: 21px;
  line-height: 26px;
  font-weight: normal;
}

.sitemap b a {
  font-size: 21px;
  font-weight: normal;
  color: #0066b5;
}

.sitemap a:hover {
  color: #0066b5 !important;
}

/* 
.sitemap b:before {
  content: '›';
  font-size: 32px;
  margin-left: -20px;
  margin-right: 10px;
  color: #0066b5;
  vertical-align: -3px;
} */

.main-content {
  display: flex;
  justify-content: center;
}

.main-content.limit {
  margin: 0 auto;
  max-width: 821px;
}

.main-content .block {
  width: 100%;
}

.block.section {
  padding-top: 152px;
  padding-bottom: 152px;
}

.middle {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
}

.block.move-up {
  margin-top: -80px;
  z-index: 8999;
  margin-bottom: 80px;
}

.report-bg-move-up {
  margin-top: 80px;
  z-index: 8999;
  margin-bottom: 80px;
}

.send-to-front {
  z-index: 9000;
}

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

  .send-to-front {
    flex-wrap: wrap;
  }
}

.block-img {
  height: auto;
  max-height: 337px;
}

.main-content h1 {
  font-size: 60px;
  font-weight: 900;
}

.main-content h2 {
  font-size: 44px;
}

.main-content h3 {
  font-size: 32px;
}

.main-content h4 {
  font-size: 30px;
}

.main-content h6 {
  font-size: 24px;
}

@media screen and (max-width: 480px) {
  .main-content h2 {
    font-size: 32px;
  }

  .main-content h3 {
    font-size: 28px;
  }
}

.main-content p {
  font-size: 14px;
  line-height: 29px;
}

h2.head {
  margin-top: 56px;
  margin-bottom: 16px;
}

.more-button {
  position: relative;
  width: 116px;
  height: 34px;
  font-size: 12.2px;
  line-height: 34px;
  font-weight: bold;
  background: #005393;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-self: center;
  border: 1px solid #005393;
}

.more-button a {
  color: #fff;
}

.more-button span {
  padding-left: 12px;
  font-size: 20px;
  vertical-align: 0px;
}

.more-button:hover {
  background: #fff;
}

.more-button:hover a {
  color: #005393
}

.block .image-card {
  margin: 0 auto;
  width: 100%;
  max-width: 437px;
  height: 100%;
  max-height: 437px;
}

.block .image-card img {
  width: 100%;
  height: 100%;
}

.block .image-card .overlay {
  position: absolute;
  top: 0;
  padding: 0;
  width: 100%;
  max-width: 437px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .block .image-card .overlay {
    top: 0;
    padding: 0;
    width: auto;
    max-width: auto;
    margin: 0 auto;
    left: 5%;
    right: 5%;
  }
}

ul.inline-list {
  list-style: disc;
}

ul.inline-list li {
  list-style-position: outside;
  font-size: 14px;
}

.contact img {
  height: 48px;
  width: auto;
}

.contact .d-flex {
  align-items: center;
}

.contact .d-flex div {
  font-family: 'Montserrat', 'Calibri', Helvetica, 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  line-height: 19px;
}

.divider {
  background: #0066b5;
  width: 100%;
}

.thin.divider {
  height: 16px;
}

.thick.divider {
  height: 42px;
}

ul.item-list {
  list-style: disc;
  margin-left: 20px;
}

ul.item-list li {
  font-size: 15px;
  line-height: 30px;
}

@media only screen and (max-width: 1200px) {
  .swiper-container {
    margin-top: 130px;
  }

  .main-content.limit {
    margin: 0 40px;
    max-width: 1160px;
  }

  .footer .row {
    width: calc(100% - 20px);
  }
}

.circle {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 240px;
  height: 240px;
}

.sub {
  position: absolute;
  top: 116px;
  width: 100%;
  color: #fff;
  font-size: 18px;
}

.odometer {
  margin-top: -260px;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
}

.mask {
  height: 60px;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 20;
  font-weight: bold;
}

.mask div {
  margin-top: -12px;
}

.border-top,
.border-bottom {
  border-color: #000 !important;
}

.text-box {
  border-radius: 8px;
  border: none;
  font-size: 14px;
  padding: 0 20px !important;
}

.arrow {
  position: absolute;
  top: -3px;
  font-size: 32px;
  right: 10px;
}

.bottom-0 {
  bottom: 0;
}

.h-280 {
  height: 280px;
}

.reports-card {
  margin-right: 120px;
}

@media screen and (max-width:767px) {
  .reports-card {
    margin-right: 40px;
    flex: 1 0 100%;
  }
}

.reports-card-img {}

.reports-card-img img {
  max-height: 298px;
  width: auto;
}

.reports-card-text {
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -18px;
  position: relative;
}

.reports-card-text div {
  height: 57px;
}

.reports-card-text p {
  position: absolute;
  bottom: 0;
}

.b_logo {
  max-width: 173px;
  max-height: 50px;
  height: auto;
  width: 100%;
  margin: auto;
}

@keyframes fadein {
  from {
    padding-top: 30px;
    border-bottom: none;
  }

  to {
    padding-top: 20px;
    border-bottom: 10px solid #0066b5;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    padding-top: 30px;
    border-bottom: none;
  }

  to {
    padding-top: 20px;
    border-bottom: 10px solid #0066b5;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    padding-top: 30px;
    border-bottom: none;
  }

  to {
    padding-top: 20px;
    border-bottom: 10px solid #0066b5;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    padding-top: 30px;
    border-bottom: none;
  }

  to {
    padding-top: 20px;
    border-bottom: 10px solid #0066b5;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    padding-top: 30px;
    border-bottom: none;
  }

  to {
    padding-top: 20px;
    border-bottom: 10px solid #0066b5;
  }
}

.hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hover a {
  font-weight: bold;
}

.hover:hover {
  filter: none;
}

.hover:hover a {
  font-weight: bold;
  color: #0066b5;
}

.main-content .dropdown {
  max-width: 180px;
  width: 100%;
}

.main-content .dropdown .dropdown-toggle {
  max-width: 180px;
  width: 100%;

  background: #0066b5;
  color: #fff;
  border-radius: 4px;
  border: none;
  padding-left: 37px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16.5px;
}

.main-content .dropdown.show .dropdown-toggle {

  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.main-content .dropdown .dropdown-toggle::after {
  float: right;
  margin-top: 8px;
  margin-right: 12px;
}

.main-content .dropdown .dropdown-menu {
  max-width: 180px;
  width: 100%;
  background: #842a2a;
  border: none;
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 4px 0 0 0;
}

.main-content .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 16.5px;
  padding-left: 37px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.main-content .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.main-content .dropdown-menu .dropdown-item:hover {
  background: #0066b5;
}

.main-content .dropdown .dropdown-menu.show:before {
  width: 0;
  height: 0;
  margin-top: -14px;
  margin-left: 8px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #842a2a;
  position: absolute;
}

.large {
  max-width: 240px !important;
}

.table {
  width: 100%;
}

.table .th {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 5px solid #0066b5;
}

.table .td {
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #842a2a;
}

.table .pagination {
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}

.table .pagination .page {
  font-size: 18px;
  color: #0066b5;
  line-height: 28px;
  width: 28px;
  height: 28px;
  text-align: center;
}

.table .pagination .page:hover,
.table .pagination .page.active {
  color: #fff;
  background: #0066b5;
  border-radius: 50%;
}

i.fa-file-pdf-o {
  color: #0066b5;
  font-size: 18px;
}

.form {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.form span {
  color: red;
}

.form .row {
  margin: 10px 0;
}

.form .field {
  width: 100%;
  background: #e4e4e4;
  border: none;
}

.form .button {
  background: #0066b5;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border: none;
  border-radius: 0;
  padding: 12px 24px;
  width: 120px;
}

.form .button:last-child {
  margin-left: 30px;
}

.reports {
  padding: 0px;
}

.reports:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.contact-block .col-1 {
  max-width: 30px;
}

.email-form td {
  display: flex;
  margin: 4px 0px;
  align-items: center;
}

.email-form input[type="checkbox"] {
  flex: 1 0 24px;
  min-height: 24px;
  max-width: 24px;
  margin-right: 8px;
}

.align-center {
  align-items: center;
}

.ui input {
  min-height: unset;
}

.ir_stock_box {
  width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f1f1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}

.ir_stock_box_2 {
  width: 700px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1f1f1;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  text-align: center;
}

.stock_text {
  font-size: 13px;
  text-transform: none;
  color: #666666;
  line-height: 18px;
}

.stock_text_green {
  font-size: 30px;
  text-transform: none;
  line-height: 22px;
  color: #009E20;
  font-weight: bold;
}

.stock_text_green_s {
  font-size: 24px;
  text-transform: none;
  line-height: 22px;
  color: #009E20;
}

.border-left-dashed {

  border-left: dashed;
  border-left-width: 1px;
  border-left-color: #cfcfcf;
}

.stock_text_big {
  font-size: 22px;
  text-transform: none;
  color: #666666;
  line-height: 18px;
  font-weight: bold;
}

.stock_text_footer {
  font-size: 12px;
  text-transform: none;
  line-height: 22px;
  color: #b1b1b1;
  text-align: center;
}

.btn-default {
  border-bottom: 2px solid transparent;
  border-radius: 0;
}

.btn-default:hover {
  border-bottom: 2px solid #0066b5;
  color: #0066b5
}

.line_report {
  width: 100%;
  height: 2px;
  background: #0066b5;
}

.select_butt_o:link {
  color: #ffffff;
  text-decoration: none;
}

.select_butt_o {
  font-size: 14px;
  color: #ffffff;
  width: 150px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  border: 1px solid #0066b5;
  height: 28px;
  display: block;
  font-weight: bold;
  background: #0066b5;
  margin-bottom: 12px;
}

.check_box {
  font-size: 14px;
  text-transform: none;
  color: #444444;
  line-height: 28px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select_butt:link {
  color: #0066b5;
  text-decoration: none;
}

.select_butt {
  font-size: 14px;
  color: #0066b5;
  width: 150px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  border: 1px solid #0066b5;
  height: 28px;
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
}

.check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.check_box input:checked~.checkmark {
  background-color: #0066b5;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.check_box input:checked~.checkmark:after {
  display: block;
}

.check_box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.text_date {
  font-size: 13px;
  text-transform: none;
  color: #0066b5;
  line-height: 22px;
  font-weight: bold;
}

.text {
  font-size: 14px;
  text-transform: none;
  color: #000000;
  line-height: 22px;
  text-align: justify;
}

.line_1 {
  width: 100%;
  height: 1px;
  background: #0066b5;
}

.sticky>.row {
  align-items: center;
}

.logos {
  margin: 100px 0px;
}

.logos img {
  height: 108px;
}

.logos p {
  margin-top: 20px;
}

.modal-backdrop {
  z-index: 10000;
}

.ui.modal {
  margin: 25vh auto;
  z-index: 10001;
  position: fixed;
  height: 50vh;
}

.lg-backdrop {
  z-index: 10000;
}

.lg-outer {
  z-index: 10001;
}

.image-holder {
  height: 360px;
  max-width: 100%;
  overflow: hidden;
}

.active.title {
  color: #0066b5 !important;
}

.extra {
  font-size: 13px;
  color: #666666
}

.contents-news .card .image {
  max-height: 200px;
  overflow: hidden;
}

.clickable {
  cursor: pointer;
}

.collapse.show+div .reverse {
  display: none;
}

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

  .ui.tabular.menu {
    display: flex;
    flex-direction: column;
  }

  .ui.buttons {
    display: flex;
    flex-wrap: wrap;
  }

  .font-60 {
    font-size: 32px !important;
  }
}

.stock-info {
  background-color: #f5f5f5;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, .1);
  margin-bottom: 30px;
  padding: 30px;
}

.presentation-title {
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e5e5
}

.download-item {
  cursor: pointer;
  background-color: #f5f5f5;
  color: #000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px;
  margin-bottom: 10px;
  transition: all .2s ease-in-out;
}

.block-item {
  transition: background-position .2s ease-in-out;
  background-size: 100% 200%;
  background-image: linear-gradient(180deg, #f5f5f5 50%, #0066b5 0);
  padding: 1.5em 2em;
  border-top: 4px solid #0066b5;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, .1);
  margin: 15px 0;
}

.block-item .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-item .block-content .block-text-wrapper {
  padding-left: 1.5em;
  text-align: left;
}

.block-item .block-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.block-item .link-icon-btn {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-right: .5em;
}

.brand-tab:hover {
  color: #e81e25 !important;
}

.bottom-line-indicator {
  width: 148px;
  height: 38px;
  border-bottom: 1px solid #0066b5;
}

.bottom-line-indicator-w {
  width: 148px;
  height: 38px;
  border-bottom: 1px solid #fff;
}

.bottom-line-indicator-w.long {
  flex: 1 0 auto;
}

.flex-1 {
  flex: 1;
}

.big-logo-wrapper {
  position: absolute;
  margin-top: 65px;
}

.underline {
  padding-bottom: 14px;
  border-bottom: 8px solid #4c0901;
}

.news-wrapper {
  background: url(../img/news.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 650px;
}

.stock-wrapper {
  background-color: #0066b5;
}

.news-content {
  text-align: left;
  padding-top: 60px;
}

.news-content h4 {
  margin-left: 12px;
  padding-right: 12px;
  font-size: 30px;
  min-width: 120px;
}

.news-content .news-row {
  padding-left: 160px;
  padding-right: 20px
}

.news-content .news-row p {
  font-size: 20px;
  text-align: justify;
  line-height: 22px;
  margin-top: 32px;
}

.news-content .news-row span {
  font-size: 18px;
}

.news-content .news-row span a {
  color: white;
}

.news-content .news-row span a:hover {
  color: #0066b5;
}

.stock-wrapper .stock-block {
  margin-top: 32px;
}

.stock-wrapper .stock-title {
  font-size: 18px;
  line-height: 22px;
}

.stock-wrapper .stock-title span {
  font-size: 20px;
}

.stock-wrapper .stock-price {
  font-size: 48px;
  line-height: 56px;
}

.stock-wrapper .stock-change {
  font-size: 20px;
  line-height: 24px;
}

.border-bottom-b {
  border-bottom: 1px solid #1f425d;
  margin-left: 12px;
  margin-right: 40px;
}

.margin-left-12 {
  margin-left: 12px;
}

.email-alert-input {
  position: relative;
  height: 60px;
  flex: 1 0 auto;
  border: none;
  padding: 20px;
}

.email-alert-input-arrow {
  position: absolute;
  font-size: 32px;
  line-height: 32px;
  right: 68px;
  top: 18px;
  color: #0066b5;
  vertical-align: -3px;
}

.chevron::before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  border-color: #0066b5;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.sitemap-logo {
  padding-top: 52px;
}

.d-flex.align-center {
  flex-direction: column;
  align-items: center;
}

.report-wrapper {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
}

.report-container {
  flex: 1;
  max-width: 275px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
}

.report-container .reports {
  width: 275px;
  height: auto;
}

.report-year {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 160px;
  text-align: center;
  color: #842a2a;
  font-size: 24px;
}

.pdf-tag {
  position: absolute;
  left: 0;
  bottom: -16px;
  max-height: 32px;
}

.bus {
  background-image: url(../img/bus.jpg);
  width: 100%;
  height: 533px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-top: 0px;
  padding-top: 0;
  z-index: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.transparent-button {
  background: transparent;
  border: 1px solid #fff;
}

.bus i.icofont {
  font-size: 20px;
  vertical-align: middle;
}

.left-block {
  min-height: 600px;
  background-image: url(../img/left.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.right-block {
  min-height: 600px;
  background-image: url(../img/right.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.announce {
  min-height: 689px;
  padding-bottom: 32px;
  background-image: url(../img/announce.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.announce-container {
  width: 100%;
  background: rgba(60, 81, 120, 0.65);
  z-index: 9;
  text-align: center;
}

.white-circle {
  background: #fff;
  width: 72px;
  height: 72px;
  font-size: 19px;
  border-radius: 50%;
  color: #0066b5;
  line-height: 20px;
  padding: 16px 0px;
}

.white-circle span {
  color: #0066b5;
  font-size: 36px;
}

.justify-content-end {
  justify-content: flex-end;
}

.announcement {
  color: white;
  text-align: left;
}

.announcement .title {
  font-size: 16px;
  font-weight: bold;
}

.announcement .desc {
  font-size: 13px;
  line-height: 23px;
  font-weight: normal;
}

.ir-section {
  background: url(../img/ir.jpg);
  min-height: 1168px
}

.white-box {
  background: #fff;
  width: 100%;
  padding: 32px 16px;
}

.event-row {
  text-align: left;
}

.event-row .title {
  font-size: 22px;
  font-weight: normal;
  line-height: 37px;
}

.event-row .desc {
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}

.sub-menu {
  background: url(../img/menu-bg.jpg);
  position: absolute;
  width: 365px;
  min-height: 365px;
  border: 18px solid #fff;
  right: 7.5vw;
  bottom: -180px;
  z-index: 1000;
}

.sub-menu .white-box {
  min-height: calc(365px - 4rem);
}

.sub-menu ul li a {
  text-transform: uppercase;
  line-height: 32px;
  font-size: 18.5px;
}