/* ------------------------------------------------------------------------------------------------------------
|  Custom style  |
------------------------------------------------------------------------------------------------------------ */
.space-pd0 {
  padding: 0px !important;
}
.space-pb20  {
  padding: 20px !important;
}
.space-pd30  {
  padding: 30px;
}
.space-pb40  {
  padding: 40px;
}
.space-pb60 {
  padding-bottom: 60px;
}
.space-pb30-0  {
  padding: 30px 0;
}
.space-pb0 {
  padding-bottom: 0px !important;
}

.space-mb30 {
  margin-bottom: 30px;
}
.space-pl20 {
  padding-left: 20px !important;
}
.space-pl78 {
  padding-left: 78px !important;
}
.space-mg0 {
  margin: 0px !important;
}
.space-mr20 {
  margin-right: 20px;
}
.space-mt60 {
  margin-top: 60px;
}
.space-mt50 {
  margin-top: 50px !important;
}
.space-mt20 {
  margin-top: 20px;
}
.space-mb20 {
  margin-bottom: 20px;
}
.space-mb60 {
  margin-bottom: 60px;
}
.space-mb100 {
  margin-bottom: 100px;
}
.float-l {
  float: left;
}
.warpper {
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1680px !important;
  height: inherit;
  padding: 0 15px;
}
.j-c-l {
  justify-content: left;
  text-transform: none !important;
}
button:hover {
  background: rgba(255, 255, 255, 0) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cut-text-multi {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.jus-con-l{
  justify-content: left;
}
.font-w-500 {
  font-weight: 500;
}
/* ------------------------------------------------------------------------------------------------------------
|  Nav menu ir  |
------------------------------------------------------------------------------------------------------------ */
.bg-navmenu {
  background: #162570;
  margin-bottom: 60px;
}
.text-nav {
  color: #fff !important;
  position: relative;
  left: 8rem;
  font-size: 25px;
}
.navmenu-tndt {
  position: relative;
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
}
.toggle {
  position: absolute;
  padding: 13px 0 0px 78px;
  left: 0px;
  top: 0px;
  background-color: #162570;
  cursor: pointer;
}
.toggle > div {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
}

/* slide in menu */
.active {
  left: 0% !important;
}
.slide-in-menu {
  position: absolute;
  height: calc(42vh - 20px);
  width: 320px;
  background-color: #162570;
  top: 70px;
  left: -100%;
  overflow: hidden;
  transition: 0.8s ease;
  overflow-y: scroll;
  z-index: 2;
}
.slide-in-menu ul.first-level {
  list-style: none;
  padding-left: 0px;
}
.slide-in-menu ul.first-level li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px;
  transition: 0.8s ease;
}
.slide-in-menu ul.first-level li a:hover {
  background-color: #188cde;
  color: #fff;
  border-right: 3px solid #188cde;
}
/* second level menu */
.slide-in-menu ul.first-level li ul.second-level {
  padding-left: 0px;
  background-color:#7c87a7;
}
.slide-in-menu ul.first-level li ul.second-level li a {
  padding: 5px 40px;
  border-bottom: 1px rgba(212, 216, 220, 0.09) solid;
}

/* plus sign */
li.has-sub {
  position: relative;
}
li.has-sub span.icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -13px;
  right: 3px;
}

li.has-sub span.icon:after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #fff;
  right: 20px;
  top: 38px;
  z-index: 9999;
}

li.has-sub span.icon:before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #fff;
  right: 20px;
  top: 38px;
  z-index: 9999;
  transform: rotate(90deg);
}

ul.second-level {
  display: none;
}

.fine {
  display: block !important;
}
.nn {
  display: none !important;
}
::-webkit-scrollbar {
  width: 0px; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
}
@media only screen and (max-width: 1440px) {
  .toggle {
    padding: 13px 0 0px 20px;
  }
  .text-nav {
    left: 4rem;
  }
  .space-mr20 {
    margin-right: 0px;
  }
  .space-mb100 {
    margin-bottom: 60px;
}
}
@media only screen and (max-width: 767px) {
  .space-mb100 {
    margin-bottom: 40px;
}
.bg-navmenu {
  margin-bottom: 40px;
}
.space-pb60 {
  padding-bottom: 40px;
}
/* .slide-in-menu ul.first-level li a {
  padding: 10px;
} */
li.has-sub span.icon {
  top: -18px;
}
}
@media only screen and (max-width: 655px) {

li.has-sub span.icon {
  top: -13px;
}
}

/* ------------------------------------------------------------------------------------------------------------
|  Event  |
------------------------------------------------------------------------------------------------------------ */

.border-event {
  padding: 10px 0 10px 0;
  border: 1px solid #dedede;
}
.text-top {
  text-transform: uppercase;
  color: var(--color-blue);
}
.text-date-event {
  color: #188cde;
  font-size: 20px;
}
.event-tndt {
  position: relative;
  width: 100%;
  max-width: 1428px;
  margin: 0 auto;
  justify-content: left !important;
}

/* Slick Slider */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 53%;
  display: block;
  width: 16px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-slider {
  margin-bottom: 0px !important;
  width: 830px !important;
  max-width: 100% !important;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 55px !important;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  display: none !important;
}
.slick-prev {
  left: 38px !important;
}
.slick-next {
  left: 67px !important;
}
.slick-next:before {
  content: url("../images/icon/next.svg");
}
.slick-prev:before {
  content: url("../images/icon/back.svg");
}
/* Simple Slider */
.simple blockquote p {
  color: #444444;
  padding: 19px 0 0 60px;
  font-size: 16px;
  text-align: center;
}
.simple cite {
  font-size: 1em;
  float: right;
  font-style: normal;
  color: #1e528e;
}
.simple cite a {
  color: #2d91c2;
  font-style: italic;
  text-decoration: none;
  font-size: 0.85em;
}
.simple cite a:hover {
  color: #00b4cc;
}

/* Bubble Slider */

.bubble blockquote {
  margin: 10px 10px 0;
  background: #fff;
  padding: 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  font-size: 1.25em;
  color: #1e528e;
}
.bubble blockquote:before,
.bubble blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  padding: 10px;
  line-height: 1;
  color: #1e528e;
}
.bubble blockquote:before {
  top: 0;
  left: 10px;
}
.bubble blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}
.bubble div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  margin: 0 0 0 60px;
  margin-bottom: 10px;
}
.bubble cite {
  padding-left: 20px;
  font-size: 1.25em;
  color: #f7f7f7;
}
@media only screen and (max-width: 1440px) {
  .space-pl78 {
    padding-left: 20px !important;
  }
  .slick-prev,
  .slick-next {
    top: 37%;
  }
  .border-event {
    padding: 20px 0 0px 0;
  }
  .simple blockquote p {
    padding: 10px 0 0 60px;
  }
}
@media only screen and (max-width: 1129px) {
  .slick-slider {
    margin-bottom: 0px !important;
    width: 780px !important;
    max-width: 100% !important;
}
  .wid-up-event {
    width: 30%;
  }
  .slick-prev {
    left: -1px !important;
  }
  .slick-next {
    left: 25px !important;
  }
}

@media only screen and (max-width: 986px) {
  .slick-prev,
  .slick-next {
    top: 48%;
  }
  .border-event {
    padding: 20px 0 20px 0;
  }
  .simple blockquote p {
    padding: 10px 0 0 90px;
    line-height: 24px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .simple blockquote p {
    padding: 10px 0 0 70px;
    line-height: 24px;
    text-align: left;
  }
  .wid-up-event {
    width: 100%;
  }
  .slick-slider {
    width: 100% !important;
    position: absolute;
    top: 100%;
  }
  .cut-text-multi {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .border-event {
    padding: 20px 0 60px 0;
  }
  .slick-next {
    left: 45px !important;
}
.slick-prev {
  left: 20px !important;
}
  .slick-prev,
  .slick-next {
    top: 40%;
  }
}


/* ------------------------------------------------------------------------------------------------------------
|  New  |
------------------------------------------------------------------------------------------------------------ */



.newpageir .warpper {
  display: block;
}
.new-ir {
  position: relative;
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
}
.new-ir .title {
  justify-content: flex-start;
}
.new-ir .card {
  position: relative;
  width: 100%;
}
.new-ir .card ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.new-ir .card li {
  width: 50%;
  position: relative;
  padding: 15px;
}
.new-ir .card li .box {
  position: relative;
  width: 100%;
  height: 100%;
}
.new-inbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 50px 70px 10px 0;
  color: #ffffff;
  border: 1px solid var(--color-dropdfdf);
}

.new-ir .card li a:hover .btn-more {
  color: #162570;
}
.new-ir .card li a:hover .btn-more:before {
  width: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new-ir .card li .btn-more {
  position: relative;
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: 20px;
  color: var(--color-sky);
}
.new-ir .card li .btn-more:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--color-blue);
  left: 110%;
  top: 40%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* End Head */
.news-wrap {
  padding: 0 0 0 78px;
  margin-bottom: 60px;
  width: 100%;
}
.news-wrap .topic {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
/* icon circle*/
.svg-icon {
  width: 1em;
  height: 1em;
  float: right;
  font-size: 25px;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #000;
}


@media (max-width: 1440px) {
  .news-wrap {
    padding: 0 0 0 20px;
    margin-bottom: 30px;
  }
  .new-inbox {
    padding: 20px 20px 0px 0;
  }
  .new-ir .card li .btn-more {
    margin-top: 8px;
  }
}
.news-wrap .news-content {
  padding: 15px 0;
  border-bottom: 1px #d4d8dc solid;
  overflow: hidden;
  min-height: 100px;
  transition: all 0.2s linear;
}
.news-wrap .news-content:hover {
  border-bottom: 1px #1a8dde solid;
  background: #ffffff;
  padding-left: 15px;
}
.news-content a {
  font-size: 24px;
  color: #404040 !important;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none !important;
}
.news-content a:hover {
  color: #208706 !important;
  transition: all 0.2s linear;
}
.news-content h1 {
  font-size: 18px;
  color: #000;
  margin-top: 0;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 25px;
}
.news-content p {
  font-size: 16px;
  font-weight: normal;
  color: #555;
  line-height: 24px;
  padding: 0px;
  margin-bottom: 3px;
  height: 100%;
}
.news-content i {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 19px;
  margin-bottom: 0;
}
.img-new {
  width: 10px;
  float: right;
}
.wid-s-more {
  width: 504.95px;
}
.icn-news {
  float: left;
  margin: 3px 15px 35px 0px;
  max-width: 27px;
  width: 6%;
}
.detail-news {
  float: left;
  width: 100%;
  overflow: hidden;
}
.news-more {
  position: absolute;
  right: 45px;
  top: 3px;
  font-size: 12px;
  font-weight: 600;
}
.news-more:hover {
  color: #208706;
}
@media (max-width: 767px) {
  .new-ir .title {
    padding-left: 0;
    padding-right: 0;
  }
  .new-ir .card li {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .wid-s-more {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------------------------------------
|  Stock quote & Stock Graph  |
------------------------------------------------------------------------------------------------------------ */
.bg-stock-l {
  background: #162570;
  color: #fff;
  max-height: 100%;
  padding: 100px;
  height: 870px;
}
.bg-stock-r {
  color: #fff;
  max-height: 100%;
  padding: 100px;
  height: 870px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/ir/bg-stock-r.jpg);
}
.bg-tab-stock {
  background: #fff;
  color: #162570;
  text-align: center;
  margin-top: 35px;
  border-bottom: 1px #d4d8dc solid;
  text-transform: uppercase;
  font-weight: bold;
}
.bg-tab-stock-bd {
  border-right: 1px solid #dcdcdc;
  padding: 20px;
  float: left;
}
.bg-tab-stock-bd2 {
padding: 20px;
}
.text-intab-stock {
  font-size: 12px;
  font-weight: 400;
  padding: 0px;
  color: #626262;
}
.bg-img-stock {
  padding: 20px;
  background: white;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  display: block;
  max-width: 250px;
  margin: 0px auto;
}
.bg-stock-qg{
  color: #626262;
  max-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url(../images/bg-content.png);
}
.text-pd-stock {
  padding: 30px 0 0 0;
}
.bg-button {
 background: var(--color-sky);
  color: var(--color-white);
  text-align: center;
  padding: 0px;
  font-size: 16px;
  text-transform: uppercase;
}
.bg-button a:hover {
  background: #188cde;
}
.bg-button-set{
  background: #188cde;
  text-align: center;
  padding: 0px;
  font-size: 16px;
  text-transform: uppercase;
      font-weight: 500;
}
.color-white2 {
  color:#fff;
  padding: 20px;
  border: 1px solid #dcdcdc;
}
.color-white2:hover {
  color: #162570!important;
}

.color-white {
  color:#fff;
  padding: 20px;
  border: 1px solid #dcdcdc;
}
/* Finance High */
.icet-container {
padding-left: 1px;
}
.text-intab-top {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  padding: 0px;
}
.text-intab-but {
  padding: 0px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
div {
	box-sizing: border-box;
	transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.icetab {
  border: 1px solid #dcdcdc;
  display: inline-block;
  border-bottom: 0px;
  margin: -1.5px;
  color: #fff;
  cursor: pointer;
  border-right: 0px;
  padding: 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  width: 33.32%;
  text-align: center;
  letter-spacing: 2px;
  background: rgba(125, 137, 195, 0.80);
}

.icetab:last-child {
	border-right: 1px solid #dcdcdc;	
}

#icetab-content {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #dcdcdc;
  width: 100%;
}


.tabcontent {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.80);
  width: 100%;
  border-top: 0px;
  border: 1px solid #dcdcdc;
  border-top: 0px;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.tabcontent:first-child {
	position: relative;	
}
.tabcontent.tab-active {
  border-top: 0px;
  display: block;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  font-size: 50px;
  color: #162570;
  font-weight: bold;
}
.tabcontent {
  padding-top: 50px;
  height: 280px;
}

.current-tab {
  background: #188cde;
}
@media only screen and (max-width: 1862px) {
  .bg-tab-stock-bd {
 height: 106px;
  }
  }
@media only screen and (max-width: 1440px) {
  .bg-stock-l {
    padding: 60px;
  }
  .bg-stock-r {
    padding: 60px;
  }
  .tabcontent.tab-active {
    font-size: 40px;
}
.tabcontent {
  height: 260px;
}
}
@media only screen and (max-width: 1364px) {
  .bg-stock-l {
    height: 779px;
}
.bg-stock-r {
  height: 779px;
}
}
@media only screen and (max-width: 1199px) {
  .bg-tab-stock {
    height: 80px;
}
.bg-stock-qg {
  height: 420px;
}
.bg-stock-l {
  height: 759px;
}
.bg-stock-r {
  height: 650px;
}
.icetab {
  width: 33.34%;
}
}
@media only screen and (max-width: 1007px) {
  .bg-stock-r {
    height: 674px;
}
}
@media only screen and (max-width: 851px) {
  .bg-tab-stock {
    height: 107px;
}
.bg-stock-l {
  height: 787px;
}
}
@media only screen and (max-width: 767px) {
  
  .bg-tab-stock {
    height: 245px;
    padding: 0px;
}

.bg-stock-qg {
  height: 720px;
}
.bg-tab-stock-bd {
  border-right: 0px solid #dcdcdc;
  padding: 10px 15px 0px 15px;
  width: 100%;
  height: 60px;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
}
.bg-tab-stock-bd2 {
  padding: 190px 15px 0 15px;
  text-align: left;
}
  .bg-stock-l {
    padding: 40px 15px 40px 15px;
    height: 1250px;
  }
  .bg-stock-r {
    padding: 40px 15px 40px 15px;
    height: 850px;;
}
  .icetab {
    width: 100%;
    border-right: 1px solid #dcdcdc;
    padding: 14px;
}
.tabcontent {
  padding-top: 10px;
  height: 380px;
}
.tabcontent.tab-active {
  font-size: 30px;
}
.text-intab-top {
  font-size: 16px;
}
.bt-767{
  margin-bottom: 30px;
}
}
@media only screen and (max-width: 554px) {
  .bg-stock-r {
    height: 858px;
}
}
@media only screen and (max-width: 504px) {
  .bg-stock-r {
    height: 873px;
}
}
@media only screen and (max-width: 409px) {
  .bg-stock-qg {
    height: 750px;
}
.bg-stock-l {
  height: 1314px;
}
}
@media only screen and (max-width: 344px) {
  .bg-stock-r {
    height: 906px;
}
}


/* ------------------------------------------------------------------------------------------------------------
|  Annaul |
------------------------------------------------------------------------------------------------------------ */
.img-book {width: 210px;margin: 0 auto;box-shadow: -5px 5px 16px 0px rgba(0, 0, 0, 0.21);}
.annual-report .warpper { display: block; }
.annual-report-tndt { position: relative; width: 100%; max-width: 1440px; margin: 0 auto;  }
.annual-ir { position: relative; width: 100%; max-width: 1340px; margin: 0 auto;  }
.annual-report .download { position: relative; width: 100%;  }
.annual-report .download ul { display: flex; flex-wrap: wrap; margin: -15px; }
.annual-report .download li { width: 100%;position: relative;padding: 15px;}
.annual-report .download li .box {
  position: relative;
  width: 100%;
  padding: 60px;
  border: 1px solid #dcdcdc;
  height: 581px;
  max-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url(../images/bg-content.png);
}
.annual-report .download li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 200px;
  margin-top: 30px;
  padding: 0px 50px 0 50px;
  color: var(--color-blue);
}
.annual-report .download li a:hover .btn-more { color: #162570 }
.annual-report .download li a:hover .btn-more:before { width: 60px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.annual-report .download li .btn-more { position: relative; margin-top: auto; text-transform: uppercase; font-size: 15px; color: var(--color-sky); }
.annual-report .download li .btn-more:before { content: ''; position: absolute; width: 30px; height: 1px; background: var(--color-blue); left: 110%; top: 50%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.annual-card {
  background: #162570;
  padding: 30px 60px;
  color: #fff;
  height: 290px;
  text-align: center;
  max-height: 100%;
}
.img-icon-a {
  width: 150px;
  margin-top: 30px;
  fill: #188cde;
}
.hov-card :hover {
  background: #188cde;
  fill: #fff;
}

.img-icon-a :hover {
  width: 150px;
  margin-top: 30px;
  
}


.ir-annual main { width: 100%; max-width: 1440px; margin: 0 auto; }
.ir-annual ul { display: flex; flex-wrap: wrap; justify-content: space-around; flex-flow: row wrap; }

.ir-annual li h4 { padding-bottom: 0 }
.ir-annual li p { padding-top: 10px; color: var(--color-whiteblue); }
.ir-annual li svg {
  width: 130px;
  padding-top: 33px;
}
.ir-annual li a path { fill: var(--color-sky); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.ir-annual li a:hover path { fill: var(--color-white); }
.ir-annual li a {
  height: 290px;
  padding: 30px 60px;
  max-height: 100%;
  text-align: center;
  color: var(--color-white);
  border: 1px solid rgba(220, 220, 220, 0.12);
  background: var(--color-blue);
}
.ir-annual li a:hover { background: var(--color-sky) }
@media screen and (max-width: 1440px) {
  .annual-report .download li .box {
    height: 544px;
}
.ir-annual li a {
  height: 267px;
}
}
@media screen and (max-width: 1199px) {
.mg-t-30{
  margin-top: 30px;
}
.annual-report .download li a {
  width: 15%;
  margin-left: 20%;
  margin-right: 11%;
  margin-top: 30px;
  padding: 0px;
  color: var(--color-blue);
}
}
  @media screen and (max-width: 1279px) {

  .ir-annual ul { margin: 0 -15px; }
  .ir-annual li {
    width: 49.92%;
    padding: 0px;
}
}
  /*To Mobile*/
  @media screen and (max-width: 767px) {
    .ir-annual-pd0 {
      padding: 15px !important;
  }
  .annual-report .download li .box {
    padding: 40px;
    height: 493px;
}
  .ir-annual ul { margin: -15px; }
  .ir-annual li { width: 100%; padding: 15px; }}

  @media screen and (max-width: 677px) {
    .annual-report .download li .box {
      height: 516px;
  }
}
  @media screen and (max-width: 450px) {
    .annual-report .download li a {
      margin-left: 10%;
      margin-right: 21%;
  }
}
/* ------------------------------------------------------------------------------------------------------------
|  tab Contact|
------------------------------------------------------------------------------------------------------------ */
.button-download {
  position: relative;
  width: inherit;
  display: initial;
  padding: 0px;
}
.button-download a {
  position: relative;
  min-width: 180px;
  height: 46px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: var(--color-white) !important;
  line-height: 45px;
  text-transform: uppercase;
  background: var(--color-blue);
}
.border-contact{
  border-right: 1px solid rgba(220, 220, 220, 0.12) !important;
}
.button-download a:hover {
  color: var(--color-sky) !important;
}
.button-download span svg {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
@media screen and (max-width: 1440px) {
  .button-download a {
    font-size: 15px;
}
}
@media screen and (max-width: 767px) {
  .line-but {
    border-bottom: 1px solid rgba(220, 220, 220, 0.12) !important;
}
.border-contact {
  border-right: 0px solid rgba(220, 220, 220, 0.12) !important;
}
.button-download span {
  justify-content: left;
}
.space-pd30 {
  padding: 10px;
}
}



/* ------------------------------------------------------------------------------------------------------------
|  Chairman|
------------------------------------------------------------------------------------------------------------ */
.signature-text {
  font-weight: bold;
  font-size: 20px;
}


@media only screen and (max-width: 767px) {
  
  .sig {
    text-align: left !important;
}
}

/* ------------------------------------------------------------------------------------------------------------
|  Documents|
------------------------------------------------------------------------------------------------------------ */

.investor-relations .title { justify-content: flex-start; }
.investor-relations-category {
  position: relative;
  width: 100%;
  padding: 0px;
}
.investor-relations-category ul { display: flex; flex-wrap: wrap; margin: -15px; }
.investor-relations-category li {
  width: 50%;
  position: relative;
  padding: 0 15px 15px 15px;
}
.investor-relations-category li .box {
  position: relative;
  width: 100%;
  height: 66%;
  background: var(--color-white) url(../images/bg-content-2.png) no-repeat top right;
}
.investor-relations-category li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  min-height: 300px;
  padding: 15px 30px 30px 30px;
  color: var(--color-blue);
  border: 1px solid var(--color-dropdfdf);
}
.investor-relations-category li a:hover { background: var(--color-sky) ; color: var(--color-white); border: 1px solid var(--color-sky) }
.investor-relations-category li a:hover .btn-more { color: var(--color-white) }
.investor-relations-category li a:hover .btn-more:before { width: 60px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.investor-relations-category li h4 { display: block; width: 100%; text-transform: inherit; font-weight: 400 }
.investor-relations-category li .btn-more { position: relative; margin-top: auto; text-transform: uppercase; font-size: 15px; color: var(--color-sky); }
.investor-relations-category li .btn-more:before { content: ''; position: absolute; width: 30px; height: 1px; background: var(--color-blue); left: 110%; top: 50%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

.mg-b-p {
margin-bottom: 20px;
}
.wid100per {
  width: 100% !important;
  height: 200px;
}

  @media screen and (max-width: 1023px) {

  .investor-relations-category li { width: 50%; }
  .investor-relations-category li a { min-height: inherit; }}
  
  @media screen and (max-width: 767px) {

  .investor-relations-category { padding-top: 30px; }
  .investor-relations-category li { width: 100%; }
  .investor-relations-category li h4 { padding-bottom: 25px; }
  .investor-relations-category li a { padding: 10px 25px 25px 25px }
  .mg-b-p {
    margin-bottom: 0px;
    }}

/* ------------------------------------------------------------------------------------------------------------
|  Report-director|
------------------------------------------------------------------------------------------------------------ */
.editor-ir .box-spac-style-ir {
  position: relative;
  width: 100%;
  margin: 15px 0 40px 0;
  background: url(../images/bg-content-2.png) no-repeat center;
  background-size: cover;
}
.editor-ir .box-spac-style-ir:before { content: ''; position: absolute; width: 50px; height: 50px; background: url(../images/icon-frame-top-left.svg) no-repeat; background-size: 100%; left: 0; top: 0; }
.editor-ir .box-spac-style-ir:after { content: ''; position: absolute; width: 50px; height: 50px; background: url(../images/icon-frame-top-right.svg) no-repeat; background-size: 100%; right: 0; top: 0; }
.editor-ir .box-spac-style-ir .in-frame {
  position: relative;
  width: 100%;
  padding: 30px;
  height: 601px;
}
.editor-ir .box-spac-style-ir .in-frame:before { content: ''; position: absolute; width: 50px; height: 50px; background: url(../images/icon-frame-bottom-left.svg) no-repeat; background-size: 100%; left: 0; bottom: 0; }
.editor-ir .box-spac-style-ir .in-frame:after { content: ''; position: absolute; width: 50px; height: 50px; background: url(../images/icon-frame-bottom-right.svg) no-repeat; background-size: 100%; right: 0; bottom: 0; }






/* ------------------------------------------------------------------------------------------------------------
|  Annual Report|
------------------------------------------------------------------------------------------------------------ */
.list-item {
text-align: center;
text-transform: uppercase;
}
.list-item p {
	margin: 0;
}


.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a, .simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  background-color: var(--color-dropwhitefooter);
 
}

.simple-pagination .current {
  color: #FFF;
  background-color: var(--color-blue);

  display: inline-flex;
  width: 40px;
  height: 40px;

  justify-content: center;
  align-items: center;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background:var(--color-dropwhitefooter);
  color: var(--color-blue);
}



.annualreport-page .title { justify-content: flex-start; }
.annualreport-page .download { position: relative; width: 100%; }
.annualreport-page .download ul { display: flex; flex-wrap: wrap; margin: -15px; }
.annualreport-page .download li { width: 33.3%; position: relative; padding: 0px 17px 50px 17px; }
.annualreport-page .download li .box { position: relative; width: 100%; height: 100%; background: var(--color-white) url(../images/bg-content-2.png) no-repeat top right; }
.annualreport-page .download li a { position: relative; display: flex; flex-wrap: wrap; height: 100%; min-height: 170px;    padding: 15px 30px 80px 30px; color: var(--color-blue); border: 1px solid var(--color-dropdfdf) }
.annualreport-page .download li a:hover { background: var(--color-sky) ; color: var(--color-white); border: 1px solid var(--color-sky) }
.annualreport-page .download li a:hover .btn-more { color: var(--color-white) }
.annualreport-page .download li a:hover .btn-more:before { width: 60px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.annualreport-page .download li h4 { display: block; width: 100%; text-transform: inherit; font-weight: 400 }
.annualreport-page .download li .btn-more { position: absolute; margin-top: auto; text-transform: uppercase; font-size: 15px; color: var(--color-sky); top: 400px;  }
.annualreport-page .download li .btn-more:before { content: ''; position: absolute; width: 30px; height: 1px; background: var(--color-blue); left: 110%; top: 50%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }



  @media screen and (max-width: 1023px) {

  
  .annualreport-page .download li a { min-height: inherit; }
  }

  
  @media screen and (max-width: 767px) {

  .annualreport-page .title { padding-left: 0; padding-right: 0; padding-bottom: 20px; }
  .annualreport-page .download li { width: 100%;     padding: 0px 15px 30px 15px; }
  .space-mt60 {
    margin-top: 40px;
  }
  .annualreport-page .download ul {
    margin-bottom: 14px;
}

  }
/* ------------------------------------------------------------------------------------------------------------
|  Major Shareholder|
------------------------------------------------------------------------------------------------------------ */
.table-data {
  overflow:auto; 
  padding: 10px 0;
  margin-bottom: 25px;
  overflow-y: hidden !important;
}
.table-width {
  width: 1428px !important;
  background-color: #d2d2d240;
}

.text-sub1-DividendPolicyPayment {

  font-weight: 200;
  line-height: 1.8;
}

table th {
  padding: 15px 0 15px 0;
  font-weight: 200;
}
div.table-data table tbody tr.Head-table-MajorShareholder th {
  padding: 30px 0 30px 0;
}

table tr td:first-child {
       border-left: 0;
}

table tr.even td {
  background: #fff;
  padding: 10px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

table tr.evenImportant td {
  background: #f9f9f9;
  font-weight: 600;
}

.topicTeble {
  color: var(--color-dropblack);
  padding: 10px;
  background:  var(--color-dropwhitefooter);
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-weight: 500;
}
.topicTeble2 {
  color: #000000;
  background:  #e8e8e8;
  font-size: 16px;
  font-family: 'Sarabun';
  font-weight: 400;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
td.topicTeble2 {
  padding: 9px 15px !important;
  font-weight: 400;
}


/* ------------------------------------------------------------------------------------------------------------
|  Form56-1|
------------------------------------------------------------------------------------------------------------ */


.from56 .title { justify-content: flex-start; }
.from56 .download { position: relative; width: 100%; padding: 60px 0; }
.from56 .download ul { display: flex; flex-wrap: wrap; margin: -15px; }
.from56 .download li { width: 33.3%; position: relative; padding: 15px; }
.from56 .download li .box { position: relative; width: 100%; height: 100%; background: var(--color-white) url(../images/bg-content-2.png) no-repeat top right; }
.from56 .download li a { position: relative; display: flex; flex-wrap: wrap; height: 100%; min-height: 170px; padding: 15px 30px 30px 30px; color: var(--color-blue); border: 1px solid var(--color-dropdfdf) }
.from56 .download li a:hover { background: var(--color-sky) ; color: var(--color-white); border: 1px solid var(--color-sky) }
.from56 .download li a:hover .btn-more { color: var(--color-white) }
.from56 .download li a:hover .btn-more:before { width: 60px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.from56 .download li h4 { display: block; width: 100%; text-transform: inherit; font-weight: 400 }
.from56 .download li .btn-more { position: relative; margin-top: auto; text-transform: uppercase; font-size: 15px; color: var(--color-sky); }
.from56 .download li .btn-more:before { content: ''; position: absolute; width: 30px; height: 1px; background: var(--color-blue); left: 110%; top: 50%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }


  @media screen and (max-width: 1023px) {

  .from56 .download li a { min-height: inherit; }}
  

  /*To Mobile*/
  @media screen and (max-width: 767px) {

  .from56 .title { padding-left: 0; padding-right: 0; padding-bottom: 20px; }
  .from56 .download li { width: 100%; }
  .from56 .download li a { padding: 15px 25px 25px 25px }
  .from56 .download { padding: 30px 0; }
  .from56-report .title { padding-left: 0; padding-right: 0; }
  .from56-report .detail-report { padding: 10px 25px; }
  .from56-achievement { padding-top: 60px; padding-bottom: 15px;  }
  .from56-achievement .detail-achievement { padding: 10px 25px }}



  .chart {
    width: 100%;
    min-height: 450px;
  }
  
  .row {
    margin: 0 !important;
  }
  