header {
  padding: 140px 0;
  
  
  background-size: cover;
 background-repeat: no-repeat;
	
}
header.bg-about { background: url( "../../../images/banner1-1.jpg");background-attachment: fixed;background-position: center top;}
header.bg-consumer {background: url( "../../../images/banner2-1.jpg");background-attachment: fixed;background-position: center top;}
header.bg-industry {background: url( "../../../images/banner3-1.jpg");background-attachment: fixed;background-position: center top;}
header.bg-news {background: url( "../../../images/banner4-1.jpg");background-attachment: fixed;background-position: center top;}
header.bg-contact {background: url( "../../../images/banner5-1.jpg");background-attachment: fixed;background-position: center top;}
header .contain {
  z-index: 2;
}
header h1 {
  font-size: 62px;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}
header p {
  max-width: 700px;
  font-size: 18px;
  font-weight: lighter;
  color: #000;
}
header img.float-img {
  right: 0;
  top: -100px;
  max-width: 400px;
  z-index: 1;
}
/* Shapes */
.shapes {
  left: 0;
  top: 60px;
  pointer-events: none;
}
.shapes .shape {
  position: absolute;
  left: 50%;
  width: 688px;
  -webkit-transform: rotateZ(-15deg) translateX(-50%);
  transform: rotateZ(-15deg) translateX(-50%);
  border-radius: 160px;
}
.shapes .shape-1 {
  height: 570px;
  top: -25%;
  margin-left: -100px;
  opacity: 0.3;
  background-image: linear-gradient(210deg, #395bff, rgba(78, 227, 239, 0.33));
}
.shapes .shape-2 {
  height: 570px;
  bottom: -5%;
  margin-left: -340px;
  opacity: 0.2;
  background-image: linear-gradient(241deg, #395bff, rgba(78, 227, 239, 0.33));
}
.shapes .shape-3 {
  height: 570px;
  bottom: 0;
  margin-left: 630px;
  opacity: 0.3;
  background-image: linear-gradient(
    113deg,
    rgba(144, 247, 216, 0.63),
    rgba(52, 100, 255, 0.47)
  );
}
/* --------------------------------- */

/* -- :: History */
.history .content .item {
  margin-bottom: 30px;
}
.history .content .item .img-c {
  margin-bottom: 25px;
  padding: 20px;
  border: 1px dashed var(--thWhite3);
  border-radius: 50%
}
.history .content .item img {
  width: 60px;
}
.history .content .item h4 {
  color: var(--thBlack);
  font-size: 24px;
}
.history .content .item p {
  font-size: 16px;
  line-height: 26px;
  color: var(--thGray);
}
/* --------------------------------- */

/* -- :: Section 3 */
.section-3 {
  background: url(./../../../../assets/images/backgrounds/06.jpeg) center no-repeat;
  background-size: cover;
  position: relative;
}
.section-3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(3, 27, 78, .7);
  z-index: 2;
}
.section-3 .content {
  position: relative;
  z-index: 3;
}
/* lift side */
.section-3 .content .left-side .text-contain {
  max-width: 380px;
}
.section-3 .content .left-side .text-contain h3 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #fff
}
.section-3 .content .left-side .text-contain p {
  font-size: 24px;
  margin-bottom: 37px;
  color: #fff
}
.section-3 .content .left-side .number {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.section-3 .content .left-side .currency {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-top: 7px;
  color: #fff;
}
.section-3 .content .left-side .amount {
  font-size: 140px;
  line-height: 116px;
  font-weight: 700;
  color: #fff;
}
.section-3 .content .left-side .s-b {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.section-3 .content .left-side .top-text {
  position: relative;
  right: -5px;
  font-size: 38px;
  font-weight: 700;
  color: #fff
}
.section-3 .content .left-side .duration {
  position: relative;
  right: -5px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  align-self: flex-end;
  color: #fff;
}
/* right side */
.section-3 .content .right-side .text-contain {
  background: var(--thYellow);
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 4px solid var(--thWhite);
  border-width: 0 4px;
}
.section-3 .content .right-side .text-contain h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 86px;
  font-family: 'Oswald', sans-serif !important;
  color: #fff
}
.section-3 .content .right-side .text-contain p {
  font-size: 26px;
  letter-spacing: 2px;
  opacity: .7;
  font-weight: 100;
  line-height: 20px;
  color: #fff
}
/* --------------------------------- */

/* -- :: Section VI */
.section-4 .item {
  overflow: hidden;
  background: #fff;
}
.section-4 .item .img-c img {
  border-radius: 4px 4px 0 0;
}
.section-4 .item .img-c > div {
  left: 0;
  right: 0;
  bottom: 0;
  padding:  15px;
  background: rgba(0, 0, 0, 0.4);
}
.section-4 .item .img-c h4 {
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.section-4 .item .img-c h5 {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
}
.section-4 .item .info {
  padding: 30px 15px;
  border-radius: 0 0 4px 4px;
  border: 1px solid var(--thWhite2);
}
.section-4 .item .info h6 {
  font-size: 17px;
  font-weight: 500;
  color: var(--thYellow);
}
.section-4 .item .info p {
  font-size: 14px;
  font-weight: 400;
  color: var(--thGray);
}
.section-4 .item .info .icon {
  width: 55px;
  height: 55px;
  border: 1px solid var(--thWhite2);
  border-radius: 50%;
  background: #fff;
  top: -22px;
  right: 15px;
  padding: 15px;
}
/* --------------------------------- */

/* -- :: Map Section */
.map-section .content {
  position: relative;
}
.map-section #map-img {
  opacity: .7;
}
/* flags contain */
.map-section .f-c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.map-section .f-c .flag {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.map-section .f-c .flag img {
  width: 28px;
  z-index: 3;
  cursor: pointer
}
.map-section .f-c .flag:nth-child(odd) .flag-border {
  -webkit-animation: widgetPulse infinite 1.5s;
          animation: widgetPulse infinite 1.5s;
}
.map-section .f-c .flag:nth-child(even) .flag-border {
  -webkit-animation: widgetPulse infinite 1.5s .7s;
          animation: widgetPulse infinite 1.5s .7s;
}
.map-section .f-c .flag .flag-border {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 3px solid var(--thBlack);
  z-index: -1;
  border-radius: 50%;
}
@-webkit-keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0
  }
}
@keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0
  }
}
.map-section .flag-info {
  position: absolute;
  white-space: nowrap;
  left: -6px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 5px 10px;
  border-radius: 50px;
  overflow: hidden;
  background: rgba(255, 255, 255, .2);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.map-section .flag-info a {
  max-width: 0;
  overflow: hidden;
  font-size: 16px;
  color: var(--thBlue);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.map-section .f-c .flag.open {
  z-index: 4;
  top: 50px;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.map-section .f-c .flag.open .flag-border {
  -webkit-animation: none;
          animation: none;
}
.map-section .f-c .flag.open .flag-info {
  max-width: 240px;
  box-shadow: 0 10px 20px rgba(3, 27, 78, 0.1);
  background: rgba(255, 255, 255, 1)
}
.map-section .f-c .flag.open a {
  max-width: 300px;
  padding-left: 34px;
}
/* flags list */
.map-section .f-c .e01-f {
  left: 16%;
  top: 20%;
}
.map-section .f-c .e02-f {
  left: 26%;
  top: 64%;
}
.map-section .f-c .e03-f {
  left: 47%;
  top: 37%;
}
.map-section .f-c .e04-f {
  left: 65%;
  top: 15%;
}
.map-section .f-c .e05-f {
  left: 75%;
  top: 33%;
}
.map-section .f-c .e06-f {
  left: 55%;
  top: 60%;
}
.map-section .f-c .e07-f {
  left: 80%;
  top: 15%;
}
.map-section .f-c .e08-f {
  left: 23%;
  top: 82%;
}
.map-section .f-c .e09-f {
  left: 62%;
  top: 43%;
}
.map-section .f-c .e10-f {
  left: 52%;
  top: 22%;
}
.map-section .f-c .e11-f {
  left: 35%;
  top: 7%;
}
.map-section .f-c .e12-f {
  left: 10%;
  top: 33%;
}
.map-section .f-c .e13-f {
  left: 89%;
  top: 11%;
}
.map-section .f-c .e14-f {
  left: 50%;
  top: 73%;
}
.map-section .f-c .e15-f {
  left: 88%;
  top: 77%;
}
.map-section .f-c .e16-f {
  left: 80%;
  top: 61%;
}
/* --------------------------------- */

/* -- :: Media Query */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  /* -- :: Header */
  header {
    padding: 70px 0;
  }
  header h1 {
    font-size: 48px;
  }
  header p {
    margin: 0 auto;
    font-size: 20px;
  }
  /* -- :: Section 3 */
  .section-3 .content .left-side .text-contain {
    max-width: 100%;
  }
  .section-3 .content .right-side .text-contain {
    max-width: 400px;
  }
  .section-3 .content .right-side .text-contain h2 {
    font-size: 52px;
  }
  .section-3 .content .right-side .text-contain p {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  /* -- :: Header */
  header::after {
    display: none;
  }
  /* -- :: Section 3 */
  .section-3 .content .right-side {
    position: absolute;
    top: -4px;
    right: 0;
  }
  .section-3 .content .right-side .text-contain {
    width: 120px;
    height: 120px;
    border-radius: 0 0 50% 50%;
    border-width: 4px;
    padding: 0;
  }
  .section-3 .content .right-side .text-contain h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 0;
  }
  .section-3 .content .right-side .text-contain p {
    display: none;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* -- :: Header */
  header h1 {
    font-size: 52px;
  }
  /* -- :: Section 3 */
  /* Right Side */
  .section-3 .content .right-side {
    display: none;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* -- :: Header */
  header {
    padding: 40px 0;
  }
  header h1 {
    font-size: 28px;
  }
  header p {
    font-size: 16px;
  }
  /* -- :: History */
  .history .content .item .img-c {
    margin-bottom: 20px;
  }
  .history .content .item img {
    width: 50px;
  }
  /* -- :: Section 3 */
  .section-3 .content .left-side .text-contain h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .section-3 .content .left-side .text-contain p {
    font-size: 18px;
  }
  .section-3 .content .left-side .number {
    margin-bottom: 43px;
  }
  .section-3 .content .left-side .currency {
    font-size: 30px;
  }
  .section-3 .content .left-side .amount {
    font-size: 120px;
  }
  .section-3 .content .left-side .top-text {
    font-size: 36px;
  }
}

.headerline { width: 100px; height: 3px; background: #FFBE00; margin-top: -10px; margin-bottom: 15px;}
.bg-blue { 
	background: url( "../../../images/bg2.jpg");
		background-position: center bottom;
	background-size:100% auto;
      background-repeat: no-repeat;
}
.bar-blue {height: 5px; width: 100%; background: #000}
a.anchor01 {
    display: block;
    position: relative;
    top: -170px;
    visibility: hidden;
}
   div.alphabet {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 1em;
}
 
div.alphabet span {
    display: table-cell;
    color:  #FF9E00;
    cursor: pointer;
    text-align: center;
    width: 3.5%
}
 
div.alphabet span:hover {
    text-decoration: underline;
}
 
div.alphabet span.active {
    color: black;
}
 
div.alphabet span.empty {
    color: #676767;
}
 
div.alphabetInfo {
    display: block;
    position: absolute;
    background-color: #111;
    border-radius: 3px;
    color: white;
    top: 2em;
    height: 1.8em;
    padding-top: 0.4em;
    text-align: center;
    z-index: 1;
}

.table01 {width: 100%; margin: 20px 0;}
.table01 tr td:first-child {border-left: solid 4px #79272d; }
.table01 td{ padding: 10px 10px; border-top: solid 4px #fff; font-size: 15px }
.table01 th{ padding: 10px 10px; font-size: 15px }
.table01 tr:nth-child(even) {background: #E9F7FF }

.table01 thead tr th { color: #fff; background: #004882; padding-left: 10px  }
.table01 thead tr th:first-child {border-top-left-radius: 10px;  padding-left: 15px;   }
.table01 thead tr th:last-child {border-top-right-radius: 10px; padding-left: 15px;  }

.table02 {width: 100%}
.table02 td p {margin-bottom: 0px}
.table02 td{padding: 5px; border: solid thin #000; }
@media (max-width: 580px) {
.table02 td{ font-size: 14px; line-height: 18px  }	
}
@media (max-width: 580px) {
	.table-overflow { overflow-x: auto}
	
}

.dataTables_filter {
   float: left !important;
}
.employer-logo {display: inline-block; width: 24%; padding: 40px 1%; text-align: center}
.employer-logo img {max-width: 245px; max-height: 88px}

@media (max-width: 1200px){.employer-logo {display: inline-block; width: 32%; padding: 30px 1%; text-align: center}
.employer-logo img {max-width: 220px; max-height: 80px} }

@media (max-width: 768px){.employer-logo {display: inline-block; width: 49%; padding: 20px 1%; text-align: center}
.employer-logo img {max-width: 132px; max-height: 48px} }
.alert-error1 {width: 100%; padding: 5px; border: 1px solid #D00003; background-color:#FFBABB; color: #D00003; z-index: 99999999; }


.pop2a { position: absolute; width: 94%; max-width: 825px;  display: none; top: 18%;left: 50%; margin-left:-410px;   z-index: 10000; background-color: transparent; text-align: center; padding: 25px }

.popfixed {position: fixed}
.pop1a-inner {  font-size:16px; line-height: 22px; background-color: rgba(255, 255, 255, 0.95); padding: 25px; width: 94%; max-width: 775px;   text-align:justify; border: 1px solid #999999; }
.pop2aclose  {width: 20px;height: 20px;position: absolute;margin-left: 81%; margin-top: 0px; z-index: 10001;}


@media (max-width: 980px) {
.pop2a { padding: 2%; width: 100%; max-width: 100%; top: 25%;left: 2%; margin-left:0px; font-size: 12px; line-height: 18px  }
.pop1a-inner {  font-size:12px; line-height: 18px; padding: 2%; width: 95%; }
.pop2aclose {width: 20px;height: 20px;position: absolute;margin-left: 82%; margin-top: 0px; }


}
.popc iframe {
  height: 380px;
  /* 315/560 = .5625 */
}

@media (max-width:768px) { 
	.popc iframe {
  height: 200px;
  /* 315/560 = .5625 */
}
}
a.pop-video { display: inline-block; }
a.pop-video img { width: 100px; height: auto }
.btn-lang {display: inline-block; padding: 20px 30px; background: #79272d; color:#fff; font-weight: bold}
@media (max-width:580px) { 
	.btn-lang {padding: 15px 20px; }
}
.btn-lang:hover {color:yellow;}
.btn-logout { padding: 5px 18px; background: red ; color: #fff; font-weight: bold; border-radius: 25px;}

.input-md {max-width: 400px;}

