/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}
header {
  font-size: 62.5%;
}
body {
  font-size: 1.8rem;
  font-family: 'psl_display_pro';
  background-color: #f8f9fa;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #5d5d5d;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.read-more {
    font-size: 26px;
    font-weight: bold;
    color: #0079c2;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.read-more:hover {
    color: #004d7b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.line-more {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  display: inline-block;
}
.line-more .icon {
    position: absolute;
    right: 2px;
    font-size: 21px;
    top: 41%;
    color: #0079c1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.line-more .icon.icon-2 {
    right: -4px;
}
.ir-text-head-2 {
    font-weight: bold;
    border-bottom: 1px solid #d0d0d0;
    margin: 0 0 25px 0;
    padding: 0px 0 29px 0;
}
.ir-text-head-2 .line {
    height: 4px;
    width: 110px;
    background: #0072be;
    position: relative;
    top: 30px;
}

/*-----------------------------------------------------------------------------------*/
/* Banner
/*-----------------------------------------------------------------------------------*/
.big-headSubText {
    color: white;
    text-align: left;
    font-size: 4.5rem;
    /* display: table; */
    /* margin: auto; */
    padding: 98px 0;
    /* font-weight: bold; */
    text-shadow: -3px 0px 20px black;
    font-family: 'psl_kandamodern_extra_proRg';
}
.big-headSubText p {
    color: #eadf24;
    font-size: 3.25rem;
    line-height: 0.7;

}
.main-header.-banner {
    /* padding-bottom: 14px; */
    min-height: 140px;
    background: #000;
    color: #fff;
    text-align: center;
}
.main-header.-banner .container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;*/
}
.main-header {
    position: relative;
    overflow: hidden;
    padding-top: 16px;
    display: flex;
}

@media only screen and (min-width: 992px) {
    .main-header.-banner {
        /* padding-bottom: 26px; */
        min-height: 604px;
        /* margin-bottom: 30px; */
    }
}

/*Banner ir*/
.banner_shop {
    background-color: #ffffff;
    height: auto; 
    /*margin-bottom: 100px;*/
}
.ir .main-header .bg {
    background: url(../images/bg-ir.jpg);
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -50px;
    right: -50px;
    background-size: auto;
    opacity: 1;
    /* -webkit-filter: blur(5px); */
    /* filter: blur(5px); */
    background-position: center;
}
.ir {
    margin-top: 139px;
    width: 100%;
}
.ir-text-head {
    color: #000;
    font-weight: bold;
    font-size: 42px;
        text-transform: uppercase;
}
.ir-text-head span {
  color: #0079c2;
}


/*-----------------------------------------------------------------------------------*/
/* about
/*-----------------------------------------------------------------------------------*/
.block-services-1 {
  color: #7d7d7d;
  padding: 70px 0px 70px 0px;
  background: url(../images/bg-ir-about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.block-services-1 h3 {
  color: #000;
  font-weight: bold;
  font-size: 42px;
}
.block-services-1 .block-service-1-more {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  display: inline-block;
}
.block-services-1 .block-service-1-more .icon {
    position: absolute;
    right: -23px;
    font-size: 21px;
    top: 41%;
    color: #0079c1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.block-services-1 .block-service-1-more .icon.icon-2 {
    right: -29px;
}
/*.block-services-1 .block-service-1-more:hover {
  padding-right: 8px;
}*/
.block-services-1 .block-service-1-card .thumbnail-link {
  position: relative;
  overflow: hidden;
  /*border-radius: 4px;*/
}
.block-services-1 .block-service-1-card .thumbnail-link img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  width: 100%;
}
.block-services-1 .block-service-1-card .block-service-1-heading {
  font-size: 20px;
}
.block-services-1 .block-service-1-card .block-service-1-heading a {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
.block-services-1 .block-service-1-card .block-service-1-heading a:hover {
  color: #0079c2;
}
.block-services-1 .block-service-1-card:hover .thumbnail-link img, .block-services-1 .block-service-1-card:focus .thumbnail-link img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.block-service-1-excerpt p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.ir-text-about {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/* news
/*-----------------------------------------------------------------------------------*/
.block-news {
  padding: 100px 0px;
}
.content-news-ir .item-news {
  border: 1px solid #d5d5d5;
  padding: 30px 30px 40px 30px;
  margin-bottom: 15px;
}
.content-news-ir .item-news .icon-news {
  float: left;
  margin-right: 20px;
}
.content-news-ir .item-news .info p {
    font-size: 28px;
    font-weight: bold;
    /* line-height: 1.13; */
    color: #262626; 
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 60px;
}
.content-news-ir .item-news .info p:hover {
    color: #0079c2;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.content-news-ir .item-news .info .dateTime {
    font-size: 22px;
    color: #626262;
    padding-top: 10px;
    padding-left: 70px;
}
.content-news-ir .item-news .info .date {
    float: left;
}
.content-news-ir .item-news .info .time {
    float: right;
}
@media only screen and (max-width: 425px) {
  .content-news-ir .item-news .info p {
      font-size: 24px;
      height: 50px;
  }
  .content-news-ir .item-news .icon-news {
    margin-right: 10px;
  }
  .content-news-ir .item-news {
    padding: 25px 15px 40px 15px;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Stock & Financial Highlight
/*-----------------------------------------------------------------------------------*/
.block-stock-BFH {
  color: #ffffff;
  /*padding: 70px 0px 70px 0px;*/
  background: url(../images/bg-ir-stock_FH.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cover-stock {
  padding:100px 0px;
}
.container-stock {
    text-align: center;
    margin: auto;
    display: table;
}
.cover-stock-price {
    margin-right: 25px;
    padding: 20px 15px 30px;
    margin-top: 30px;
    background-color: #ffffff;
    float: left;
}
.cover-stock-index {
    padding: 20px 15px 30px;
    background-color: #ffffff;
    float: left;
    margin-top: 30px;
}
.cover-stock-text {
    text-align: center;
}
.cover-stock-text p:first-child {
    color: #ffffff;
    font-size: 26px;
    margin-top: 30px;
    font-weight: bold;
    padding: 0 25%;
    margin-bottom: 10px;
}
.stock-line {
    border: 1.5px solid #008cc1;
    width: 30px;
    margin: 20px auto 25px auto;

}
.container-stock-bt {
    padding: 15px 0px 0px 0px;
    text-align: center;
    margin: auto;
    display: table;
}
.stock-bt-1 {
    float: left;
    margin-right: 20px;
}
.stock-bt-2 {
    float: left;
}
/* btn-ir 2 */
a.btn-ir2 {
    display: inline-block;
    position: relative;
    border: #ffffff solid 1px;
    color: #ffffff;
    background-color: #ffffff00;
    font-size: 26px;
    transition: ease 0.5s;
    text-transform: uppercase;
    height: 55px;
    width: 215px;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    border-radius: 50px;
}
a.btn-ir2:hover {
    background-color: #0079c2;
    border: #0079c2 solid 1px;
    color: #ffffff;
    text-decoration: none;
}
a.btn-ir2:active {
    text-decoration: none;
}
a.btn-ir2:focus {
    text-decoration: none;
}
/* btn-ir 3 */
a.btn-ir3 {
    display: inline-block;
    position: relative;
    border: #0079c2 solid 1px;
    color: #ffffff;
    background-color: #0079c2;
    font-size: 26px;
    transition: ease 0.5s;
    text-transform: uppercase;
    height: 55px;
    width: 215px;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    border-radius: 50px;
}
a.btn-ir3:hover {
    background-color: #004d7b;
    border: #004d7b solid 1px;
    color: #ffffff;
    text-decoration: none;
}
a.btn-ir3:active {
    text-decoration: none;
}
a.btn-ir3:focus {
    text-decoration: none;
}
.center {
  text-align: center;
}
.colorWhite {
  color: #ffffff;
}

.btn-br{
  background-color: transparent !important; 
  border: 1px solid #fff !important;
}
.btn-br:hover{
  background-color: #0079c2 !important;
  border: #0079c2 solid 1px !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/*Financial Highlight*/
.cover-FH {
  padding: 120px 9% 110px 9%;
  background-color: rgba(10, 124, 194, 0.6784313725490196);
}
.cover-FH p.content {
    color: #ffffff;
    font-size: 26px;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
    margin-bottom: 25px;
}
.headFinancialText {
    font-family: 'psl_display_pro';
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 45px;
    text-align: center;
    padding-top: 40px;
    line-height: 0.8;
    color: #1073a1;
}
.coverFinancial-1 {
    background-image: url(../images/fh-1.png);
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
    background-position-y: 15px;
}
.coverFinancial-2 {
    background-image: url(../images/fh-2.png);
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
    background-position-y: 15px;
}
.coverFinancial-3 {
    background-image: url(../images/fh-3.png);
    background-repeat: no-repeat;
    float: left;
    background-position-y: 15px;
}
.coverFinancial-Padding {
    padding: 15px 60px 15px 70px;
}
.Financial_text1 {
    font-size: 55px;
    font-weight: 600;
    text-align: left;
    color: #feef26;
}
.Financial_text2 {
    font-family: 'psl_display_pro';
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 26px;
    margin-top: 5px;
    font-weight: bold;
}
.Financial_text3 {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
}

.Tr-Financial {
    border-bottom: 0.5px solid #dddddd;
    border-top: 0.5px solid #dddddd;
    background-color: rgba(0, 0, 0, 0.17);
    transition: ease 0.5s;
}
.Tr-Financial:hover {
    background-color: rgba(0, 121, 193, 0.53);
}
.circle {
    margin-right: 8px;
    margin-top: 10px;
    background-color: #ffffff;
    height: 10px;
    width: 10px;
    float: left;
    border-radius: 10px;
}
.lastDayFinancial {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}
.AllInfoFinancial {
    float: right;
    color: #34abc9;
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
}
.AllInfoFinancial:hover {
    color: #164b58;
    text-decoration: underline;
}
.Td-FinancialText1 {
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}
.Td-FinancialText2 {
    text-align: center;
    padding-top: 8px;
    font-size: 26px;
    font-weight: 600;
    color: #feef26;
}
.Td-FinancialText3 {
    text-align: right;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 0px;
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}
.more-FH {
  margin-top: 50px;
}
.more-FH .read-more {
  color: #ffffff;
  font-size: 26px;
  transition: ease 0.5s;
}
.more-FH .icon-keyboard_arrow_right {
  color: #ffffff;
}
.more-FH .read-more:hover {
  color: #b1b1b1;
}

@media only screen and (max-width: 1880px) {
  /*Financial Highlight*/
  .coverFinancial-Padding {
      padding: 15px 30px 15px 60px;
  } 
}

@media only screen and (max-width: 1199px) {
  /*Financial Highlight*/
  .coverFinancial-Padding {
      padding: 15px 20px 15px 60px;
  }
  /*Stock*/
  .cover-stock-text p:first-child {
    padding: 0 5%;
  }
  .cover-stock-price {
    margin-right: 10px;
    padding: 18px 13px 30px;
  }
  .cover-stock-index {
    padding: 18px 13px 30px;
  }
}
@media only screen and (max-width: 495px) {
  /*Financial Highlight*/
  .coverFinancial-1 {
    float: none;
    float: unset;
  }
  .coverFinancial-2 {
    float: none;
    float: unset;
  }
  .coverFinancial-3 {
    float: none;
    float: unset;
  }
  .coverFinancial-Padding {
    padding: 0px 20px 0px 60px;
  }
  .coverFinancial-1 {
    background-position-y: 8px;
  }
  .coverFinancial-2 {
    background-position-y: 8px;
  }
  .coverFinancial-3 {
    background-position-y: 8px;
  }

  /*Stock*/
  .cover-stock-price {
    margin-right: 0px;
    padding: 20px 15px 30px;
    float: none;
    float: unset;
  }
  .cover-stock-index {
    padding: 20px 15px 30px;
    float: none;
    float: unset;
  }
}

@media only screen and (max-width: 425px) {
  /*Stock*/
  .container-stock-bt {
    display: block;
    margin: auto;
    text-align: center;
    padding: 5px 0px 30px 0px;
  }
  .stock-bt-1 {
    float: none;
    float: unset;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .stock-bt-2 {
    float: none;
    float: unset;
  }
  .cover-stock-text p:first-child {
    padding: 0 0;
  }
}



/*-----------------------------------------------------------------------------------*/
/* investor kits 
/*-----------------------------------------------------------------------------------*/
.block-investor-kits {
    padding: 100px 0px;
}
.half-wrap {
  width: 50%;
}

@media (max-width: 991.98px) {
  .half-wrap {
    width: 100%;
  }
}

.half-wrap > .half {
  width: 50%;
}

@media (max-width: 991.98px) {
  .half-wrap > .half {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 375px) {
  .half-wrap > .half {
      height: 230px;
  }
}

.half-wrap > .half.arrow-right {
  position: relative;
}

.half-wrap > .half.arrow-right:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}

@media (max-width: 767.98px) {
  .half-wrap > .half.arrow-right:after {
    display: none;
  }
}

.half-wrap > .half.arrow-left {
  position: relative;
}

.half-wrap > .half.arrow-left:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}

@media (max-width: 767.98px) {
  .half-wrap > .half.arrow-left:after {
    display: none;
  }
}

.half-wrap > .half .text {
  padding: 30px 25px 30px 25px;
  color: #888;
}

.half-wrap h2 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.half-wrap p {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.btn.btn-sm {
    padding: 3px 25px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: bold;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #004d7b;
    border-color: #004d7b;
}
.btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.read-more.half-wrap-more {
    padding: 4px 11px;
    font-size: 22px;
    margin-top: 0px;
}
.ir-text-head-3 {
    font-weight: bold;
    /*border-bottom: 1px solid #d0d0d0;*/
    margin: 0 0 25px 0;
    padding: 0px 0 29px 0;
    text-align: center;
}






/*-----------------------------------------------------------------------------------*/
/* calendar
/*-----------------------------------------------------------------------------------*/
.block-calendar {
  color: #7d7d7d;
  padding: 70px 0px 70px 0px;
  background: url(../images/bg-ir-calendar.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cover-calendar {
  background-color: white;
  padding: 30px 0px 0 0px;
}
.date-calendar {
  background-color: #ffea27;
  float: left;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  padding-top: 15px;
  margin: 0 30px 190px 30px;
}
.date-calendar p {
  color: black;
  font-size: 45px;
  font-weight: bold;
  line-height: 0.8;
  text-align: center;
}
.cotent-calendar {
  padding-right: 30px;
}
.cotent-calendar .text1 {
    color: black;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.cotent-calendar .text2 {
    margin-bottom: 25px;
}
.date-calendar-icon {
     margin-bottom: 15px; 
}
.date-calendar-icon span:nth-child(2) {
  margin-right: 25px;
}
.load {
    background-color: #0079c1;
    padding: 20px 0px 20px 160px;
}
.load span {
    color: white;
    font-weight: bold;
}
.load a span:nth-child(1) {
    margin-right: 25px;
}
.load a span:hover {
  color: #b1b1b1;
  transition: ease 0.5s;
}
.load div:first-child {
  float: left;
}
@media only screen and (max-width: 767px) {
  .cover-calendar {
    margin-bottom: 15px;
  }
  .load div:first-child {
     margin-bottom: 15px;
     float: none;
     float: unset;
  }
}
@media only screen and (max-width: 425px) {
  .date-calendar {
    margin: 0 30px 250px 30px;
  }
  .load {
    padding: 20px 0px 20px 35%;
  }
}


/*-----------------------------------------------------------------------------------*/
/* Email & contact
/*-----------------------------------------------------------------------------------*/
.block-Email-contact {
  color: #ffffff;
  padding: 120px 0px;
  background: url(../images/bg-ir-email.jpg);
  background-color: #165da1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.block-Email-contact .ir-text-head {
  color: #ffffff;
  margin-bottom: 30px;
}
.block-Email-contact .text {
  font-size: 26px;
  font-weight: bold;
}
.bt-Email-contact {
    padding: 15px 0px 0px 0px;
    text-align: center;
    margin: auto;
    display: table;
}
.bt-Email {
    float: left;
    margin-right: 20px;
}
.bt-contact {
    float: left;
}
.bt-Email-contact a.btn {
    display: inline-block;
    position: relative;
    border: #ffffff solid 1px;
    color: #ffffff;
    background-color: #ffffff00;
    font-size: 26px;
    transition: ease 0.5s;
    text-transform: uppercase;
    height: 60px;
    width: 155px;
    text-align: center;
    padding-top: 12px;
    font-weight: bold;
    border-radius: 50px;
}
.bt-Email-contact a.btn:hover {
    background-color: #ffffff;
    border: #ffffff solid 1px;
    color: #0079c2;
    text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/* Banner Canbon Footprint
/*-----------------------------------------------------------------------------------*/
.box-carbon-img{
  overflow: hidden;
  height: 100%;
}
.carbon_foot{
  width: 100%;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease;
}
.carbon_foot:hover{
  transform: scale(1.01);
  transition: all 0.3s ease;
}
.pad-left{
  padding-left: 0;
}
.pad-right{
  padding-right: 0;
}
.carbon-br{
  display: block;
}
.box-carbon{
  background-color: #165ea1;
  padding:0 20px;
  height: 100%;
  display: flex; 
  justify-content: center; 
  flex-direction: column;
}
@media (max-width: 990.98px) {
  .box-carbon{
    padding: 30px 30px 40px 30px;
  }
  .pad-left{
    padding-left: 15px;
  }
  .pad-right{
    padding-right: 15px;
  }
  .carbon-br{
    display: none;
  }
}
@media (max-width: 424.98px) {
  .carbon-br{
    display: block;
  }
}