/* Fonts */

@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-regular.eot");
  src: url("../fonts/nunito-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nunito-regular.woff") format("woff"),
    url("../fonts/nunito-regular.ttf") format("truetype"),
    url("../fonts/nunito-regular.svg#Nunito") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-semibold.eot");
  src: url("../fonts/nunito-semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nunito-semibold.woff2") format("woff2"),
    url("../fonts/nunito-semibold.woff") format("woff"),
    url("../fonts/nunito-semibold.ttf") format("truetype"),
    url("../fonts/nunito-semibold.svg#Nunito") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-bold.eot");
  src: url("../fonts/nunito-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nunito-bold.woff") format("woff"),
    url("../fonts/nunito-bold.ttf") format("truetype"),
    url("../fonts/nunito-bold.svg#Nunito") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-extrabold.eot");
  src: url("../fonts/nunito-extrabold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nunito-extrabold.woff") format("woff"),
    url("../fonts/nunito-extrabold.ttf") format("truetype"),
    url("../fonts/nunito-extrabold.svg#Nunito") format("svg");
  font-weight: 800;
  font-style: normal;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-2px);
  }
  60% {
    transform: translateX(-5px);
  }
}

@-webkit-keyframes bouncePoint {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bouncePoint {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bouncePoint {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bouncePoint {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}

* {
  font-family: "Nunito", sans-serif;
}

.mbottom5rem {
  margin-bottom: 5rem;
}

/* Icons */

.thank-you-icon {
  margin-bottom: 25px;
}

.flag {
  border: 1px solid transparent;
  width: 17px;
  height: 14px;
  background-size: 15px 12px;
  background-repeat: no-repeat;
}

.header__flag.lang__current .flag {
  /*border: 1px solid blue;*/
  display: none;
}
@media (max-width: 992px) {
  .flag {
    display: inline-flex;
    width: 29px;
    height: 22px;
    background-size: 28px 20px;
  }
}
.flag--en {
  background-repeat: no-repeat;
  background-image: url("../images/US.png");
}

.flag--id {
  background-image: url("../images/flag-id.svg");
}

.icon-next-bg {
  background: url("../images/icon-next-bg.png") no-repeat 0 0 transparent;
  width: 24px;
  height: 43px;
  display: inline-block;
}

.icon-prev-bg {
  background: url("../images/icon-prev-bg.png") no-repeat 0 0 transparent;
  width: 24px;
  height: 43px;
  display: inline-block;
}

.icon-next {
  background: url("../images/icon-next.png") no-repeat 0 0 transparent;
  width: 15px;
  height: 25px;
  display: inline-block;
}

.icon-prev {
  background: url("../images/icon-prev.png") no-repeat 0 0 transparent;
  width: 15px;
  height: 25px;
  display: inline-block;
}

.icon-next-white {
  background: url("../images/icon-next-white.png") no-repeat 0 0 transparent;
  width: 15px;
  height: 25px;
  display: inline-block;
}

.icon-prev-white {
  background: url("../images/icon-prev-white.png") no-repeat 0 0 transparent;
  width: 15px;
  height: 25px;
  display: inline-block;
}

.icon-diagram {
  background: url("../images/icon-diagram.png") no-repeat 0 0 transparent;
  width: 24px;
  height: 25px;
  display: inline-block;
}

.icon-structure {
  background: url("../images/icon-structure.png") no-repeat 0 0 transparent;
  width: 24px;
  height: 19px;
  display: inline-block;
}

.icon-info {
  background: url("../images/icon-info.png") no-repeat 0 0 transparent;
  width: 34px;
  height: 31px;
  display: inline-block;
}

.icon-office1 {
  background: url("../images/icon-office1.png") no-repeat 0 0 transparent;
  width: 39px;
  height: 33px;
  display: inline-block;
  position: relative;
}

.icon-office2 {
  background: url("../images/icon-office2.png") no-repeat 0 0 transparent;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
}

.icon-office3 {
  background: url("../images/icon-office3.png") no-repeat 0 0 transparent;
  width: 37px;
  height: 33px;
  display: inline-block;
  position: relative;
}

.icon-office4 {
  background: url("../images/icon-office4.png") no-repeat 0 0 transparent;
  width: 39px;
  height: 36px;
  display: inline-block;
  position: relative;
}

.icon-office1-sm {
  background: url("../images/icon-office1-sm.png") no-repeat center #fff;
  width: 26px;
  height: 26px;
  border: 4px solid #239ac8;
  border-radius: 50%;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  z-index: 1;
}

.icon-office2-sm {
  background: url("../images/icon-office2-sm.png") no-repeat center #fff;
  width: 26px;
  height: 26px;
  border: 4px solid #239ac8;
  border-radius: 50%;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  z-index: 1;
}

.icon-office3-sm {
  background: url("../images/icon-office3-sm.png") no-repeat center #fff;
  width: 26px;
  height: 26px;
  border: 4px solid #239ac8;
  border-radius: 50%;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  z-index: 1;
}

.icon-office4-sm {
  background: url("../images/icon-office4-sm.png") no-repeat center #fff;
  width: 26px;
  height: 26px;
  border: 4px solid #239ac8;
  border-radius: 50%;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  z-index: 1;
}

.icon-red {
  background-color: #762224;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.icon-yellow {
  background-color: #fec339;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.icon-green {
  background-color: #0b654e;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 1;
  animation: sonarWave 2s linear infinite;
}

.map--navbox .icon-green::after,
.map__icons .icon-green::after,
.map--navbox .icon-yellow::after,
.map__icons .icon-yellow::after,
.map--navbox .icon-red::after,
.map__icons .icon-red::after,
.icon-office1-sm::after,
.icon-office2-sm::after,
.icon-office3-sm::after,
.icon-office4-sm::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  animation: sonarWave 2s linear infinite;
}

.icon-green_sonar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0b654e;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: none;
}

.tab__map .active .icon-green_sonar {
  visibility: hidden;
  opacity: 0;
}

.icon-green::after {
  background-color: #0b654e;
}

.icon-yellow::after {
  background-color: #fec339;
}

.icon-red::after {
  background-color: #762224;
}

.icon-office1-sm::after,
.icon-office2-sm::after,
.icon-office3-sm::after,
.icon-office4-sm::after {
  background-color: #239ac8;
}

/* General class */

a,
button {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #e40613;
}

*:focus {
  outline: none !important;
}

#about {
  background: rgb(244, 242, 232); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(244, 242, 232, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(244, 242, 232, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(244, 242, 232, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f2e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  padding: 50px 0 25px;
}

.about {
  padding-right: 100px;
  font-size: 16px;
  line-height: 1.6em;
}

#about-content .content__img-box {
  position: relative;
  float: right;
}

#about-content .content__img-box::after {
  content: "";
  position: absolute;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 95%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 95%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 95%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#about-content .content__img-box::after {
  display: none;
}

@media (max-width: 767.98px) {
  #about-content .content__img-box::after {
    display: none;
  }

  .icon-next-white {
    background: url("../images/icon-next.png") no-repeat 0 0 transparent;
  }

  .icon-prev-white {
    background: url("../images/icon-prev.png") no-repeat 0 0 transparent;
  }
}

.about__desc {
  font-size: 15px;
  line-height: 1.8;
}

.specialization__item > a {
  color: #0e6c54;
}

.specialization__item .specialization__img {
  background-color: #fddb88;
  display: table-cell;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}

.specialization__item > a:hover .specialization__img {
  background-color: #e40613;
}

.specialization__item .specialization__img > .specialization__hover,
.specialization__item a:hover .specialization__img > .specialization__icon {
  display: none;
}

.specialization__item > a:hover .specialization__img > .specialization__hover {
  display: initial;
}

.specialization__item h5 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  color: #171f1d;
}

.specialization__item h5:hover {
  color: #e40613;
}

.specialization__nav .specialization__list {
  padding-top: 0;
}

.specialization__nav .specialization__list .specialization__item {
  margin-bottom: 40px;
}

.about__title {
  font-weight: 600;
  color: #00674e;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 15px;
}

#specialization {
  width: 100%;
  margin: auto;
}

#specialization .specialization .specialization__title,
h2.content__title {
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #333 !important;
}

#landing-about h2.content__title {
  text-align: left;
}

span.red {
  color: red;
}

#specialization .specialization .specialization__desc p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
}

.ads {
  display: inline-block;
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.ads__desc {
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.ads__desc::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 170px 53px 0 0;
  border-color: #09503e transparent transparent transparent;
  content: "";
  position: absolute;
  right: -52px;
  top: 0;
}

.ads__desc > p {
  color: #fff;
  font-size: 14px;
}

.ads__desc > p > a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

.ads__desc > p > a:hover {
  color: #e40613;
}

.ads__img {
  float: right;
  width: 60%;
}

.ads__title {
  font-weight: bold;
  font-size: 30px;
}

.ads__img > img {
  height: 100%;
  width: 100%;
  object-position: 50% -246px;
  o-object-fit: cover;
  object-fit: cover;
}

.article {
  margin-top: 50px;
  margin-bottom: 50px;
}

.article > p {
  color: #6e6e6e !important;
  font-size: 16px !important;
}

.article .btn-primary,
.article .share {
  display: inline-block;
  margin-right: 10px;
}

.article > img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  display: block;
}

.article__date {
  color: #737373;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.article__img {
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 250px;
}

.article__img img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}

.article h2.article__title {
  font-size: 35px;
}

.article h3.article__title {
  font-size: 30px;
}

.article__title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #171f1d;
}

.board h3 {
  margin-bottom: 30px;
}

/*.board-last::after {
    content: "";
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.board__list {
  position: relative;
  margin: auto;
}

.landing__desc .board .board__list,
.landing__desc .board .board__list {
  width: 80%;
}

.board__list .btn {
  margin-top: 20px;
  width: 100%;
}

.board__list .slick-arrow {
  position: absolute;
  top: 35%;
  z-index: 2;
  border: 0;
  background-color: #0c6e56;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 12px;
  cursor: pointer;
}

.board__list .slick-arrow:hover {
  background-color: #e40613;
}

.board__list .slider-prev {
  left: -40px;
}

@media screen and (min-width: 1450px) {
  .board__list .slider-prev {
    left: -15px;
  }
}

.board__list .slider-next {
  right: 30px;
}

.board__list .slick-arrow.slick-disabled {
  display: none !important;
}

.board__item,
.vehicle__item {
  width: 288px !important;
  margin-right: 15px;
  position: relative;
  margin-bottom: 25px;
  margin-left: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.vehicle__item {
  padding: 0;
  margin: 0;
}

.board__item > a,
.vehicle__item > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.vehicle__item > a {
  height: auto;
}

.board__item .board__detail,
.vehicle__item .vehicle__detail {
  margin-bottom: 0;
  text-align: center;
  padding: 15px 18px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #171f1d;
  color: white !important;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: -7px;
}

.board__item > a:hover .board__detail::after,
.vehicle__item > a:hover .vehicle__detail::after {
  background: url("../images/bod-arrow-hover.png") no-repeat;
}

.board__item > a:hover .board__detail,
.vehicle__item > a:hover .vehicle__detail {
  background-color: #e40613;
  color: #fff;
}

.board__item .board__detail > small,
.vehicle__item .vehicle__detail > small {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  font-size: 60%;
}

.board__item .board__img,
.vehicle__item .vehicle__img {
  display: inline-block;
  height: 275px;
  width: 100%;
  overflow: hidden;
  background-color: #ccccca;
}

.vehicle__item .vehicle__img {
  background-color: white;
}

span.board__img:after,
span.vehicle__img:after {
  content: "";
  padding: 10% 52%;
  display: block;
  position: relative;
  background: #171f1d;
  border-top: 5px solid red;
  transform: rotate(-5deg);
  bottom: 10%;
  transition: all 0.2s;
}

.board__item > a:hover span.board__img:after,
.vehicle__item > a:hover span.vehicle__img:after {
  background: #e40613;
}

.board__item .board__img > img {
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
  o-object-fit: cover;
  object-fit: cover;
}

.vehicle__item .vehicle__img > img {
  height: auto;
  width: 100%;
  margin: 15% 0;
}

.btn,
.form-control {
  border-radius: 0;
}

.btn-outline-primary {
  border: 2px solid #00674e;
  text-transform: uppercase;
  font-weight: 600;
  color: #00674e;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 10px;
  box-shadow: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #00674e;
  color: #fff !important;
  box-shadow: none;
  border-color: #00674e;
}

.btn-primary {
  background-color: #171f1d;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 14px 30px;
  box-shadow: none;
  border: 0;
  border-left: 5px solid #e40613 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #e40613;
  color: #fff !important;
  box-shadow: none;
}

.btn-arrow-circle {
  cursor: pointer;
  background-color: #004534;
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  color: #fff !important;
}

.btn-arrow-circle:hover,
.btn-arrow-circle:focus,
.btn-arrow-square:hover,
.btn-arrow-square:focus {
  background-color: #e40613;
}

.btn-arrow-square {
  cursor: pointer;
  background-color: #00674e;
  width: 35px;
  height: 35px;
  color: #fff !important;
}

#career {
  position: relative;
  margin-bottom: 80px;
}

.career__info {
  position: relative;
  color: #fff;
  overflow: hidden;
  margin-bottom: 22px;
}

.career__info .career__desc {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.career__info .career__desc .btn {
  border-color: #fff;
  color: #fff;
}

.career__info .career__desc .btn:hover {
  background-color: #fff;
  color: #0b664e !important;
}

.career__info .career__desc h3 {
  margin-bottom: 10px;
}

.career__info .career__img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.career__info .career__img > img {
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
  o-object-fit: cover;
  object-fit: cover;
}

.career__list {
  position: relative;
}

.career__list .slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 45%;
  z-index: 1;
  border: 0;
  background-color: #004534;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
}

.career__list .slick-arrow:hover {
  background-color: #e40613;
}

.career__list .slider-prev {
  left: 23%;
}

.career__list .slider-next {
  right: 23%;
}

.career__item {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.career__item a::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.career__item.slick-current a::after {
  background: rgba(255, 255, 255, 0);
  z-index: 0;
}

.career__item a > .career__desc {
  position: absolute;
  bottom: -999px;
  left: 0;
  right: 0;
  background-color: rgba(243, 128, 54, 0.7);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 15px 20px;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.career__item a:hover > .career__desc {
  bottom: 0;
}

.career__item .career__img {
  /* height: 450px; */
  height: auto;
  overflow: hidden;
  position: relative;
}

.career__item .career__img > a {
  width: 100%;
  display: inline-block;
  height: 100%;
  cursor: default;
}

.career__item .career__img img {
  /* height: 100%;
    width: 100%; */

  object-position: 50% 50%;
  o-object-fit: cover;
  object-fit: cover;
}

.career__desc {
  padding-left: 5%;
}

.career_desc .tag {
  letter-spacing: 2px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 50px;
}

.career_desc .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
}

.career_desc .description {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding-top: 25px;
}

.bg-career,
.bg-join {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.65);
  background-size: cover;
}

#career-join .col-md-4.title {
  font-size: 30px;
  color: white;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

#career-join img {
  max-width: 70%;
}

.career-icon {
  padding-bottom: 5%;
}

.container.career-banner {
  padding-top: 5%;
}

.career-icon .col-md-9 {
  color: white;
  font-family: "Nunito", sans-serif;
  line-height: 30px;
  font-size: 18px;
}

#job-lists h2 {
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  text-align: center;
  line-height: 45px;
  padding-bottom: 30px;
}

#job-lists .panel-heading {
  padding: 20px 30px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(112, 112, 112, 0.7);
}

@media (max-width: 750px) {

  #job-lists{
    padding-bottom:4rem;
  }
  #job-lists .panel-heading {
  padding-bottom:20px ;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center
  }
  h4.panel-title {
    font-size:18px;
    font-weight:bold;
  }
}

h4.panel-title {
  width: 50%;
  float: left;
}

span.right {
  float: right;
}

div.panel-collapse.in.collapse.show {
  margin-bottom: 5%;
}

#job-lists .panel-group .panel:last-child .panel-heading {
  border-bottom: 1px solid rgba(112, 112, 112, 0.7);
}

#job-lists .panel-heading:hover,
a.accordion .panel-heading {
  background: #171f1d;
  color: white;
}

a.accordion.collapsed .panel-heading {
  background: transparent;
  color: #6e6e6e;
}

.panel-body {
  -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.34);
  padding: 20px 30px;
}

#job-lists .panel-body {
  line-height: 28px;
  font-family: "Nunito", sans-serif;
}

#job-lists .panel-body h3 {
  font-family: "Nunito", sans-serif;
  font-size: 20pt;
  line-height: 28pt;
}

#job-lists .panel-heading h4.panel-title a {
  font-size: 25px;
  font-weight: 500;
  line-height: 45px;
}

#job-lists .panel-body li {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 33px;
  padding-left: 0;
}

@media (max-width: 750px) {
  
  .row.career-top {
    padding: 3rem 0;
}
  #job-lists .panel-body li {
    font-size:14px;
  }
  #job-lists .panel-body li span {
    display:block;
    line-height:18px;
  }
}
#chart {
  height: 400px;
  min-width: 310px;
}

.client h2 {
  margin-bottom: 30px;
}

.client__list {
  text-align: center;
}

.client__list > li {
  display: inline-block;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.client__list.client__transkon > li {
  width: 15%;
}

.client__list > li > a > .client__img {
  display: table-cell;
  width: 1%;
  height: 95px;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.client__list > li > a:hover > .client__img {
  border: 1px solid #e40613;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.client__list > li > a > p {
  font-weight: lighter;
  font-size: 15px;
  margin-top: 15px;
}

#contact {
  margin-top: -80px;
}

section.map.map--contact.wrap-map-intro {
  padding-top: 0 !important;
}

@media (max-width: 780px) {
  section.map.map--contact.wrap-map-intro {
    margin-bottom: 105px;
  }
}

.contact__address address,
.contact__address p {
  color: #8e8e8e;
  font-size: 15px;
}

.contact__address .contact__label {
  text-transform: uppercase;
  color: #8e8e8e;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

.contact__bg {
  padding: 50px 0;
  background: rgb(247, 247, 247); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.contact__bg .info__box {
  padding: 40px 100px 40px 40px;
}

.contact__bg .info__box.misconduct::after {
  right: 0;
}

.contact__box {
  background-color: #fff;
  padding: 50px;
}

.contact__desc h2 {
  margin-bottom: 15px;
}

.contact__desc p {
  font-size: 16px;
  margin-bottom: 20px;
}

.contact__form {
  margin-bottom: 50px;
}

.contact__form .contact__btn > .btn {
  width: 100%;
}

.contact__form .form-group .contact__input {
  padding: 20px 15px;
}

.contact__form .form-group input.contact__input[type="text"],
.contact__form .form-group input.contact__input[type="password"],
.contact__form .form-group input.contact__input[type="email"],
.contact__form .form-group input.contact__input[type="date"],
.contact__form .form-group input.contact__input[type="rel"],
.contact__form .form-group input.contact__input[type="date"],
.contact__form .form-group select {
  height: 55px;
}

.contact__form .select2-container--bootstrap .select2-selection {
  height: 55px !important;
  font-size: 15px !important;
  padding: 17px 8px !important;
}

.contact__list {
  margin-top: 20px;
  margin-bottom: 40px;
}

.contact__list > li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.contact__list > li::after {
  content: "";
  position: absolute;
  background: url("../images/icon-br.png") no-repeat 0 0 transparent;
  width: 23px;
  height: 47px;
  right: -35px;
  top: 0;
}

.contact__list > li:last-child::after {
  display: none;
}

.contact__list > li > .contact__link {
  font-weight: bold;
  color: #00674e;
  font-size: 16px;
}

.contact__list > li > small {
  text-transform: uppercase;
  color: #7f7f7f;
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 10px;
}

.container--width {
  max-width: 1240px;
}

.container-fluid .col-lg-10.col-pull-right {
  -ms-flex: 0 0 77.333333%;
  flex: 0 0 77.333%;
  max-width: 77.333%;
}

@media screen and (min-width: 1600px) {
  .container-fluid .col-lg-10.col-pull-right {
    -ms-flex: 0 0 72.333333% !important;
    flex: 0 0 72.333% !important;
    max-width: 72.333% !important;
  }
}

@media screen and (min-width: 48em) {
  .container-fluid.container-pull-right {
    padding-right: 0;
  }
}

.content {
  overflow-x: hidden;
  position: relative;
}

/*
.content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    height: 50px;
}
*/

.content.content--noshadow::before {
  background: transparent;
}

.content--box {
  padding: 80px 0;
}

.content__desc {
  padding: 70px 0 30px;
}

.content--box .content__desc {
  padding-top: 0;
}

.content__desc .content__title,
.content--full .content__title {
  font-weight: bold;
  color: #333333;
  font-size: 35px;
  margin-bottom: 15px;
}

.content--full .test__title {
  font-weight: bold;
  color: #2c382d;
  font-size: 25px;
  margin-bottom: 15px;
  opacity: 0.5;
}

.content--box .content__desc .content__title {
  margin-bottom: 30px;
}

.content__desc p,
.content--full p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #171f1d;
}

.tab__desc ol,
.tab__desc ul {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #777;
}

.tab__desc ul {
  padding-left: 0;
}

.tab__desc ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.tab__desc ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #0b654e;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
}

.content__desc h1,
.content__desc h2,
.content__desc h3,
.content__desc h4,
.content__desc h5,
.content__desc h6 {
  margin-bottom: 15px;
  color: #454545;
}

.content__desc > ul {
  padding-left: 0;
  margin-bottom: 20px;
  padding-left: 20px;
}

.content__desc > ul > li {
  font-size: 15px;
  color: #171f1d;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}

.content__desc .content-read-btn {
  text-align: center;
  margin-bottom: 0;
  z-index: 1;
}

.content__desc .content-read-btn > a {
  color: #0b654e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}

.content__desc .content-read-btn > a > i {
  font-size: 10px;
}

.content__link {
  color: #171f1d;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}

.content--full {
  padding: 80px 0;
}

.content--full .content__title .content__form {
  width: 200px;
  float: right;
}

.content--full
  .content__title
  .content__form
  .select2-container--bootstrap
  .select2-selection {
  border: 0;
  box-shadow: none;
  font-weight: normal;
  letter-spacing: 0;
}

.content--full .title__404 {
  text-transform: uppercase;
  font-weight: bold;
  color: #09503e;
  font-size: 80px;
  margin-bottom: 10px;
}

.content--full .title__404 span {
  color: #e40613;
}

.content--full .desc__404 {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 35px;
  color: #333333;
  opacity: 0.7;
}

.content__img {
  overflow: hidden;
  text-align: center;
  height: 400px;
  max-width: 324px;
  float: left;
}

.content__img span {
  display: inline-block;
  background-color: #ccccca;
}

.content__img span img {
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
  o-object-fit: cover;
  object-fit: cover;
}

.content__img-full {
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-right: auto;
}

.content__img-full > img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}

.content.content--noshadow .content__img-full > img {
  box-shadow: none;
}

.content__img-pull-right {
  position: relative;
  display: unset;
}

@media screen and (min-width: 62em) {
  .content__img-pull-left {
    margin-top: 100px;
  }
}

.content__img-pull-left > img {
  float: right;
}

.content__nav {
  display: table;
  width: 100%;
  margin-top: 66px;
  border-top: 1px solid #cccccc;
  border-right: 0 solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 0 solid #cccccc;
}

.content__nav a {
  color: #333333;
}

.content__nav .cprev,
.content__nav .cnext {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 24px;
}

.content__nav .cprev {
  text-align: right;
  border-right: 1px solid #ccc;
  float: left;
  color: #333333;
}

.content__nav .cnext {
  text-align: left;
  border-left: 1px solid #ccc;
  float: right;
  color: #333333;
}

.content__nav .cprev:hover,
.content__nav .cnext:hover {
  color: #e40613;
}

.content__nav .content__next {
  float: right;
  color: #333333;
  padding-right: 25px;
  position: relative;
}

.content__nav .content__next:hover {
  color: #e40613;
}

.content__nav .content__next .content__nav-circle {
  float: right;
  position: relative;
  margin-left: 10px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccccca;
}

.content__nav .content__next .content__nav-circle > img {
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
  o-object-fit: cover;
  object-fit: cover;
}

.content__nav .content__next .content__next-txt {
  text-align: right;
  display: inline-block;
}

.content__nav .content__next > i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 26px;
}

.content__nav .content__next small {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #777;
  display: inline-block;
  text-align: right;
}

.content__nav .content__prev {
  float: left;
  color: #333333;
  padding-left: 25px;
  position: relative;
}

.content__nav .content__prev:hover {
  color: #e40613;
}

.content__nav .content__prev .content__nav-circle {
  float: left;
  position: relative;
  margin-right: 10px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccccca;
}

.content__nav .content__prev .content__nav-circle > img {
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
  o-object-fit: cover;
  object-fit: cover;
}

.content__nav .content__prev .content__prev-txt {
  text-align: left;
  display: inline-block;
}

.content__nav .content__prev > i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 26px;
}

.content__nav .content__prev small {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #777;
  display: inline-block;
  text-align: left;
}

.content__nav .label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.content__nav h3 {
  margin: 0;
  padding: 0;
  font-size: 19px;
  line-height: 29px;
}

.content__nav .nav-title {
  font-weight: bold;
  margin-top: 10px;
}

.content__nav .job-label {
  font-size: 12px;
  text-transform: uppercase;
}

.content__profile {
  padding-left: 350px;
}

.content__profile > h4 {
  font-weight: bold;
  font-size: 30px;
}

.content__profile p {
  font-size: 15px;
  line-height: 1.8;
}

.content__profile > strong {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 400;
}

.content__read {
  margin-bottom: 30px;
  height: 150px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.content__read::after {
  content: "";
  position: absolute;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 48%,
    rgba(255, 255, 255, 0.98) 99%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 48%,
    rgba(255, 255, 255, 0.98) 99%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 48%,
    rgba(255, 255, 255, 0.98) 99%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.content__read.content-show {
  height: 100%;
  margin-bottom: 20px;
}

.content__read.content-show::after {
  display: none;
}

.content__table thead th {
  background-color: #0b654e;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 0;
}

.detail {
  position: relative;
  padding: 50px;
  overflow: hidden;
}

.detail.detail--career {
}

.detail.detail--investor,
section#detail.detail-accessories {
  padding-bottom: 0;
}

.detail__txt {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-left: 210px;
  padding-right: 210px;
}

.detail--accesories .text-center.detail__txt {
  color: #000;
}

.detail__txt .detail__title {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 10px;
  color: black;
  font-family: "Nunito", sans-serif;
}

.detail__txt .detail__title.smallh2 {
  font-size: 25px;
  padding-top: 15px;
}

.detail__txt p {
  color: #fff;
  font-size: 15px;
  line-height: 1.9;
}

.detail__list {
  display: inline-block;
  margin-top: 40px;
}

.detail__list > .detail__item {
  margin-left: 25px;
  margin-right: 25px;
  float: left;
}

.detail__list > .detail__item > .detail__icon {
  display: inline-block;
  height: 95px;
}

.detail__list > .detail__item > p {
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 10px;
}

section#dividend {
  background: #171f1d;
}

.dividend .slick-arrow {
  background: #707070 !important;
}

.dividend__box {
  position: relative;
}

.dividend__item {
  position: relative;
  margin: 20px;
}

.dividend__box .slick-track:before {
  display: none;
}

.dividend__item.slick-active::after {
  background: rgba(255, 255, 255, 0);
}

.dividend__info {
  padding: 40px 0 15px;
}

.dividend__info .dividend__number {
  color: white;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}

.dividend__info p {
  font-size: 12px;
  margin-bottom: 10px;
  color: white;
  line-height: 25px;
}

.dividend__item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dividend__share {
  padding: 20px 0;
  color: white;
  border-top: 1px solid rgba(228, 6, 19, 0.5);
  width: 70%;
}

.dividend__share > span {
  display: block;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
}

.dividend__share > small {
  font-size: 15px;
}

.dividend__skew {
  width: 10px;
  height: 20px;
  float: left;
  background: #e40613;
  transform: skew(-15deg);
}

.dividend__year {
  display: inline-block;
  width: 93%;
  float: left;
  color: #fff;
  line-height: 1;
  font-size: 19px;
  padding-left: 10px;
}

#experience {
  position: relative;
  background: #171f1d;
  padding: 30px 0;
}

.experience__counters {
  margin-top: 80px;
  color: white;
}

.experience__counters .experience__counter p {
  margin-bottom: 30px;
  color: white;
}

.experience__counters .experience__counter p:last-child {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.experience__counters .experience__counter p > big {
  position: relative;
  font-weight: 800;
  font-size: 88px;
  margin-bottom: 0;
  line-height: 0;
  color: white;
}

.experience__counters .experience__counter p > big::after {
  content: "+";
  position: absolute;
  font-weight: 800;
  right: -50px;
  top: 50px;
}

.experience__link {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.experience__link > a {
  color: #0f6a51;
}

.experience__title {
  text-transform: capitalize;
  font-size: 29px;
  font-weight: bold;
  color: white;
}

.experience__text {
  font-size: 15px;
  line-height: 1.8;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  color: white;
}

.gm-style .gm-style-iw {
  border-top: 6px solid #e48233;
  padding: 15px 5px;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  width: 100% !important;
  max-width: 221px !important;
  display: none;
}

.grid {
  margin-top: 40px;
  margin-bottom: 40px;
}

#press h4.grid__title {
  width: 89%;
  float: left;
  padding-left: 10px;
  font-weight: bold;
}

#press .dividend__skew {
  height: 30px;
}

.grid .list.list--download > .list__item:last-child {
  border-bottom: 0;
}

.grid .list.list--download > .list__item > .list__link {
  color: #6e6e6e;
  font-size: 16px;
  padding: 18px 0;
}

.grid__box {
  margin-bottom: 60px;
}

.grid__box > .grid__link {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
}

.grid__box > .grid__link:hover {
  color: #e40613;
}

.grid__year {
  color: #096a52;
  font-weight: bold;
  font-size: 25px;
}

ul.list.list--download {
  padding-top: 5%;
}

ul.row.list.service__list.text-center {
  padding-top: 0;
  margin: auto;
}

.modal-financial-highlight .modal-dialog {
  max-width: 700px;
}

.modal-dialog {
  margin-top: 3.75rem;
}

.modal-financial-highlight .modal__body {
  padding-top: 0;
}

.modal-financial-highlight .modal__body h6 {
  text-transform: uppercase;
  font-weight: bold;
  color: #7c7c7c;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1.2;
}

.btn-high {
  margin: 50px 0;
}
.btn-high .btn-primary:hover {
  background-color: #e40613;
}
.btn-high .btn-primary:focus {
  background-color: #e40613;
}
.btn-high .btn-primary.selected {
  background-color: #e40613;
}
.btn-high .btn-primary.selected:focus {
  background-color: #e40613;
}
.btn-high .btn-primary.selected:hover {
  background-color: #e40613;
}
@media only screen and (max-width: 991.98px) {
  .btn-high .btn-primary.selected:hover {
    background-color: #09503e;
  }
}
#finlight {
  overflow: hidden;

  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#finlight.more {
}

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

#highlight {
  padding: 10px 0px 25px;
  margin-bottom: 20px;
}

/*.highlight .col-md-4 {
    margin-bottom: 70px;
}

.highlight .col-md-4:nth-child(3n-1) {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}*/

.highlight-items {
  padding: 45px 0;
}
.highlight-items:hover .highlight-overlay {
  opacity: 0.9;
}
.highlight-overlay {
  background: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.highlight-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.highlight-overlay a {
  color: #09503e;
}
.highlight-overlay span {
  font-family: "Nunito", sans-serif;
  margin-left: 8px;
  font-size: 15px;
}
.highlight-overlay a:focus {
  color: #09503e !important;
}
.highlight-overlay a:hover {
  color: #09503e !important;
}

.highlight-items:hover .highlight__poin,
.highlight-items:hover .highlight__number,
.highlight-items:hover .highlight__note {
  color: #135343;
}

.highlight__note {
  color: #828282;
  font-size: 15px;
  display: block;
}

.highlight__number {
  color: #09503e;
  font-weight: bold;
  font-size: 40px;
  display: block;
  line-height: 1;
}

.highlight__poin {
  text-transform: uppercase;
  color: #7c7c7c;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.highlight__title,
.dividend__title,
h3.report__title {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
  font-family: "Nunito", sans-serif;
}

h2.dividend__title {
  color: white;
}

html {
  scroll-behavior: smooth;
}

.info__box {
  background-color: #dfd9c0;
  position: relative;
  padding: 40px 200px 40px 40px;
  overflow: hidden;
}

.info__box.info--box-img {
  padding: 0;
}

.info__box::after {
  content: "";
  position: absolute;
  background: url("../images/pr.png") no-repeat 0 0 transparent;
  width: 215px;
  height: 300px;
  bottom: 0;
  right: 0;
}
.info__box.misconduct {
  z-index: 2;
}
.info__box.misconduct::after {
  background: url("../images/whistle-white.png") no-repeat 0 0 transparent;
  opacity: 0.6;
  right: 5px;
  transform: rotate(-15deg);
  z-index: -2;
}
@media (max-width: 767.98px) {
  .info__box.misconduct::after {
    width: 215px;
    height: 243px;
    right: 0;
    bottom: -15px;
  }
}
section#landing-report.info {
  padding-top: 50px;
}

.info__box.info--box-img::after {
  left: 35%;
}

.info__box p {
  font-size: 16px;
  color: white;
}

.info__box p > a {
  color: #0a644b;
}

.info__box.info--box-img .info__desc {
  position: relative;
  z-index: 2;
  background-color: #a30009;
  color: white;
  display: inline-block;
  width: 50%;
  padding: 40px 50px 40px 0;
  float: right;
}

.info__box.info--box-img .info__img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.info__box.info--box-img .info__img > img {
  height: 100%;
  width: 100%;
  o-object-fit: cover;
  object-fit: cover;
}

input.form-control[type="text"],
input.form-control[type="email"],
input.form-control[type="date"],
input.form-control[type="tel"],
input.form-control[type="rel"],
input.form-control[type="password"] {
  box-shadow: none;
  padding-left: 0;
}

input.form-control.search-page {
  background: #ebebeb;
  color: #333333;
  height: auto;
  padding: 14px 15px;
  border: none;
}

.landing {
  margin-bottom: 80px;
  padding-top: 40px;
  overflow-x: hidden;
}

.landing__board .board__item {
  margin-right: 0;
  width: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.landing__bg {
  background-color: #fff;
  padding: 50px 0;
  margin-bottom: 50px;
}

.landing__bg.landing--bg2 {
  background-color: #fff;
}

.landing__bg.landing--bg-gradient {
  background-color: #fff;
}

.landing__box {
  background-color: #d6d6d6;
  border-left: 23px solid #f8af48;
  padding: 40px 40px 40px 50px;
  min-height: 213px;
}

.landing__box > h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: capitalize;
}

.landing__box > p {
  font-size: 18px;
}

.landing__btn-group {
  margin-top: 30px;
}

.landing__btn-group .btn {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 40px;
  padding-right: 13px;
  font-size: 13px;
  letter-spacing: 1px;
  height: 48px;
  margin-right: 5px;
}

@media screen and (min-width: 48em) {
  .landing__btn-group .btn {
    display: inline-flex;
    align-items: center;
  }
}

.landing__btn-group .btn > i {
  position: absolute;
  top: 11px;
  left: 7px;
}

.landing__btn-group .btn:hover > .icon-diagram {
  background-image: url("../images/icon-diagram-wt.png");
}

#landing-about .landing__desc {
  padding-right: 25px;
}
@media (max-width: 767.98px) {
  #landing-about .landing__desc {
    padding-right: 0;
  }
}

.landing__desc p {
  font-size: 16px;
}

.landing__desc ul {
  padding-left: 15px;
}

.landing__desc ul li {
  font-size: 16px;
  color: #171f1d;
  padding-left: 15px;
  margin-bottom: 15px;
}

.landing__desc .board {
  margin-top: 40px;
  margin-bottom: 20px;
}

.landing__desc .board .board__item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.landing__detail {
  display: inline-block;
  width: 100%;
}

.landing__detail .landing__detail-left {
  float: left;
  width: 53%;
  margin-top: 100px;
  padding-right: 20px;
}

.landing__detail .landing__detail-left h6 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.landing__detail .landing__detail-left p {
  margin-bottom: 0;
  font-size: 16px;
}

.landing__detail .landing__detail-left p > big {
  color: #00674e;
  font-weight: bolder;
  font-size: 55px;
}

.landing__detail .landing__detail-img {
  float: left;
  width: 47%;
  position: relative;
  display: unset;
}

.landing__detail .landing__detail-img > img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.landing__detail .slick-list {
  overflow: inherit;
}

.landing__detail-box {
  background-color: #f5f5f5;
  z-index: 1;
  position: relative;
}

.landing__green {
  color: #fff;
  background: -moz-linear-gradient(
    left,
    rgba(11, 102, 78, 1) 68%,
    rgba(0, 0, 0, 0) 78%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(11, 102, 78, 1) 68%,
    rgba(0, 0, 0, 0) 78%
  );
  background: linear-gradient(
    to right,
    rgba(11, 102, 78, 1) 68%,
    rgba(0, 0, 0, 0) 78%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b664e', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.landing__green .btn-outline-primary {
  border-color: #fff;
  color: #fff;
}

.landing__green .btn-outline-primary:hover {
  background-color: #fff;
  color: #00674e !important;
}

.landing__green p {
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

.landing__green .landing__desc {
  padding: 50px;
}

.landing__green .landing__img-pull-right > img {
  float: right;
  z-index: -1;
  position: relative;
}

.landing__icon-desc {
  margin-top: 50px;
}

.landing__icon-desc .list {
  display: inline-block;
  width: 100%;
}

.landing__icon-desc .list > li {
  position: relative;
  width: 24%;
  display: inline-table;
  padding-left: 3px;
  padding-right: 3px;
}

.landing__icon-desc .list > li .landing__icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
}

.landing__icon-desc .list > li .landing__icon > span {
  display: table-cell;
  vertical-align: middle;
}

.landing__icon-desc .list > li .landing__desc-box {
  padding: 60px 15px 20px;
  text-align: center;
  height: 120px;
}

.landing__icon-desc .list > li .landing__desc-box > p {
  margin-bottom: 0;
  color: #171f1d;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.landing__list > li > a {
  background-color: #e1ddcc;
  width: 100%;
  display: inline-block;
  color: #746b45;
  padding: 10px;
  font-size: 13px;
}

.landing__list > li > a:hover,
.landing__list > li.active > a {
  background-color: #cfc9ae;
  color: #fff !important;
}

.landing__list > li .list > li > a {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  background-color: #cfc9ae;
  color: #776d47;
  font-weight: bold;
}

.landing__list > li .list > li.active > a,
.landing__list > li .list > li > a:hover {
  background-color: #b9b089;
}

.landing__list > li .sdgcg > li.active > a,
.landing__list > li .sdgcg > li > a:hover {
  color: #fff !important;
}

.landing__list > li > a:focus,
.landing__list > li .sdgcg > li > a:focus {
  color: #fff !important;
}

.landing__sidebar {
  z-index: 9;
}

.landing__year {
  width: 47%;
  margin-bottom: -20px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}

.landing__year .slick-arrow {
  position: absolute;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
}

.landing__year .slick-arrow.slick-disabled {
  display: none !important;
}

.landing__year .slider-prev {
  right: 0;
  top: 0;
  width: 30px;
  height: 27px;
}

.landing__year .slider-next {
  right: 0;
  top: 0;
  width: 30px;
  height: 27px;
}

.landing__year .landing__item {
  cursor: pointer;
}

.landing__year .landing__item p {
  font-size: 18px;
  margin-bottom: 0;
}

.landing__year .landing__item.slick-current p {
  color: #00674e;
  font-weight: bold;
}

#latest {
  padding: 100px 0 100px;
  background-image: url(https://transkon-rent.com/staging/wp-content/themes/transkon/images/pattern.png);
  background-size: inherit;
  background-position-x: -60px;
  background-position-y: -150px;
}

@media screen and (min-width: 48em) {
  #latest {
    padding: 100px 0 100px;
    background-image: url(https://transkon-rent.com/staging/wp-content/themes/transkon/images/pattern.png);
    background-size: inherit;
    background-position-x: -60px;
    background-position-y: -150px;
  }
}

#latest .slick-arrow.slick-disabled {
  display: none !important;
}

#latest .slick-arrow,
.project .slick-arrow,
.dividend .slick-arrow {
  position: absolute;
  background-color: transparent !important;
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  color: #fff !important;
  z-index: 2;
  cursor: pointer;
  border: 0;
  font-size: 40px;
}

#latest .slick-arrow:hover,
.project .slick-arrow:hover,
.dividend .slick-arrow:hover {
  color: #e40613 !important;
}

#latest .slider-prev,
.project .slider-prev,
.dividend .slider-prev {
  left: 50px;
  top: 40%;
}

#latest .slider-next,
.project .slider-next,
.dividend .slider-next {
  right: 50px;
  top: 40%;
}

.latest__box {
  position: relative;
}

.latest__item {
  position: relative;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.latest__item::after {
  content: "";
  position: absolute;
  background: #c9cdd0;
  width: 1px;
  height: 180px;
  right: 30px;
  top: 20px;
}

.latest__item .latest__date {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #999999;
}

.latest__item .latest__link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 10px;
  color: #666666;
}

.latest__item:hover .latest__link {
  color: #e40613;
}

.latest__item .latest__name {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
}

.container.join-banner,
.col-md-12.counter,
.col-md-4.vehicle--lists {
  padding: 5% 0;
}

#latest .home-news img {
  padding-bottom: 15px;
}

a.report__link {
  color: #333;
  text-transform: uppercase;
}

p.latest__date {
  margin-bottom: 5px;
}

#home-join,
h2.about__title.white {
  color: white;
}

h2.about__title.white {
  font-size: 35px;
  color: white;
  width: 90%;
}

big.counter {
  font-size: 65px;
  font-weight: bold;
}

section#operation .aop span.counter {
  font-size: 40px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  line-height: 48px;
  color: white;
}

.col-md-4.aop.row {
  min-width: 300px;
  margin: auto;
}

.aop.row .col-md-8 {
  margin: auto;
}

.col-md-12.appen.counter:after {
  content: "+";
  font-size: 65px;
  font-weight: bold;
}

.col-md-4.join-icon.text-center {
  text-transform: uppercase;
  margin: auto;
}

img.icon {
  max-width: 15%;
}

.home .latest__item .latest__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4em;
  height: 55px;
  overflow: hidden;
}

.latest__item .latest__name > a {
  color: #666666;
}

.latest__item:hover .latest__name > a {
  color: #e40613;
}

.latest__title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 30px;
  color: #171f1d;
  text-align: center;
}

.list {
  padding-left: 0;
  list-style: none;
}

.list.list--download > .list__item {
  border-bottom: 1px solid #d9dde0;
}

.list.list--download > .list__item > .list__link {
  text-transform: capitalize;
  color: #4c4c4c;
  font-size: 17px;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 25px 0;
}

.list.list--download > .list__item > .list__link > span {
  width: 80%;
}

.list.list--download > .list__item > .list__link:hover {
  color: #e40613;
}

.list__link > .list__date {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.list__item.list-has-image img {
  width: 30%;
  float: left;
  margin-right: 15px;
}

.list__link:hover > .list__date {
  color: #4c4c4c;
}

.list__link > .list__title {
  font-weight: bold;
}

.list__link > .list__text-right {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 5px;
}

.list__link:hover > .list__text-right {
  color: #e40613;
}

.main {
  position: relative;
  /* transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; */
}

.main--index {
  background-color: #f8f8f8;
  font-style: 15px;
  padding: 50px 0;
}

.main__card {
  display: block;
  max-width: 320px;
  margin: 0 auto 50px;
  min-height: 300px;
  background: #00674e;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 5px 5px 30px -5px #ddd;
}

.main__card-label {
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.main__card-header {
  position: relative;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  letter-spacing: 1px;
  padding: 30px 0 20px 0;
}

.main__card-header figure > img {
  max-width: 160px;
}

.main__card-list {
  background: #fff;
  border-top: 0;
}

.main__card-list .main__card-item > a {
  display: block;
  font-weight: 700;
  color: #333;
  padding: 13px 20px;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  border-top: 1px solid #eee;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  position: relative;
}

.main__card-list .main__card-item > a > i {
  float: right;
  position: relative;
  top: 5px;
}

.main__card-list .main__card-item > a:hover,
.main__card-list .main__card-item > a.active {
  color: #fff !important;
  background: #e40613;
  border-top: 1px solid #fff;
  border-left: 5px solid #e40613;
  text-decoration: none;
}

.main__stock {
  position: fixed;
  top: 340px;
  right: 0;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.map {
  margin-bottom: 100px;
}

.map.map--contact {
  margin-bottom: 0;
}

.map__box {
  position: relative;
  text-align: center;
}

.map.map--contact .map__box {
  height: 600px;
}

.map__bg.map--bg-tb,
.map__bg.map--bg-mb {
  display: none;
  width: 100%;
}

.map__box .map__bg {
  max-width: 100%;
  height: auto;
}

.map__icons > .map__poin1 {
  position: absolute;
  bottom: 25%;
  left: 24%;
}

.map__icons > .map__poin2 {
  position: absolute;
  bottom: 26%;
  left: 26%;
}

.map__icons > .map__poin3 {
  position: absolute;
  top: 40%;
  left: 45%;
}

.map__icons > .map__poin4 {
  position: absolute;
  right: 17%;
  top: 53%;
}

.map__icons > .map__poin5 {
  position: absolute;
  right: 10%;
  bottom: 35%;
}

.map__icons > .map__poin6 {
  position: absolute;
  top: 33%;
  left: 40%;
}

.map__icons > .map__poin7 {
  position: absolute;
  top: 34%;
  left: 41%;
}

.map__icons > .map__poin8 {
  position: absolute;
  top: 45%;
  left: 43%;
}

.map__icons > .map__poin9 {
  position: absolute;
  bottom: 31%;
  right: 7%;
}

.map__icons > .map__poin10 {
  position: absolute;
  bottom: 32%;
  right: 6%;
}

.map__icons > .map__poin11 {
  position: absolute;
  bottom: 42%;
  left: 42%;
}

.map__icons > .map__poin12 {
  position: absolute;
  top: 40%;
  left: 42%;
}

.map__icons > .map__poin13 {
  position: absolute;
  bottom: 40%;
  left: 43.5%;
}

.map__icons > .map__poin14 {
  position: absolute;
  top: 30%;
  left: 45.5%;
}

.map__icons > span {
  cursor: pointer;
}

.map__nav {
  margin-top: 50px;
}

.map__nav .map__list.map--navbox {
  background-color: #fafafa;
  display: inline-block;
  padding: 10px;
}

.map__nav .map__list {
  background-color: #fafafa;
  display: inline-block;
  padding: 10px;
}

.map__nav .map__list > li {
  color: #777;
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.map__nav .map__list > li > i {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.map__nav .map__list > li > .icon-green_sonar {
  top: 3px !important;
  left: 15px !important;
}

.map__popup {
  width: 190px;
  text-align: left;
  padding-left: 1rem;
}

.map__popup p,
.map__popup address {
  line-height: 1.5;
  margin-bottom: 10px;
}

.map__popup p > b {
  font-weight: bold;
  font-size: 15px;
}

.modal__body,
.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.modal__body .row.text-center {
  margin: 0;
}

.modal__content {
  border-radius: 0;
}

.modal__desc {
  padding-right: 50px;
  padding-bottom: 20px;
  padding-top: 30px;
}

.modal__desc > h2 {
  font-size: 26px;
  color: #333333;
}

.modal__desc > h3 {
  color: white;
}

.modal__desc p {
  font-size: 16px;
  line-height: 1.8;
  width: 65%;
  margin: auto;
  color: white;
}

.modal__dialog {
  max-width: 750px;
}

.page-template-pt-about .modal-dialog {
  position: relative;
  top: 50%;
  transform: translateY(-55%) !important;
}

.modal__header {
  border-bottom: 0;
}

.modal__header > .close {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 27px;
  line-height: 18px;
  color: white;
  background: black;
  border-radius: 50px;
  border: 5px solid white;
  margin-right: -5%;
  margin-top: -6%;
  opacity: 1;
}

.modal__img {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  margin: auto;
}

.modal__img img {
  max-width: 100%;
  height: auto;
}

.nav__list {
  border-bottom: 3px solid #297864;
}

.nav__list .nav__item.active > a {
  background-color: #0b654e;
  color: #fff;
}

.nav__list .nav__item > a {
  font-size: 20px;
  font-weight: 600;
  color: #777;
  padding: 15px 25px;
  display: inline-block;
}

.nav__list .slick-arrow {
  /* position: absolute; */
  display: none !important;
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  border: 0;
  font-size: 25px;
}

.nav__list .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.nav__list .slider-prev {
  left: -80px;
  top: 15px;
}

.nav__list .slider-next {
  left: -40px;
  top: 15px;
}

.nav.nav--slider {
  /* padding-left: 100px; */
  position: relative;
  overflow: hidden;
}

.nav.nav--slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  bottom: 20px;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 64%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 64%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 64%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.navbar-toggler .header__bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background-color: #f38035;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all 0.2s;
}

.navbar-toggler .header__bar:nth-child(2) {
  transition: ease all 0.2s;
}

.navbar-toggler .header__bar + .header__bar {
  margin-top: 4px;
}

.navbar-toggler:hover > .header__bar:nth-child(2) {
  width: 22px;
  transition: ease all 0.2s;
}

.navbar-toggler:active > .header__bar:nth-child(2) {
  width: 22px;
  transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .header__bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .header__bar:nth-child(2) {
  opacity: 0;
  transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .header__bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
  transition: ease all 0.2s;
}

p {
  color: #171f1d;
}

.pagenumber {
  margin-top: 50px;
}

.pagenumber__list > li {
  font-size: 15px;
}

.pagenumber__list > li > a,
.pagenumber__list > li > span {
  color: #383838;
  height: 36px;
}

.pagenumber__list > li > a:hover,
.pagenumber__list > .pagenumber__active > a {
  color: #fff;
}

.pagenumber__list > li > span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
}

.pagenumber__prev > a {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.pagenumber__next > a {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

#presentation {
  text-align: center;
}

.presentation {
  position: relative;
  top: -100px;
  width: 906px;
  max-width: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 48em) and (max-width: 62em) {
  .presentation {
    top: -40px;
  }
}

.presentation__ptro img {
  max-width: 100%;
  height: auto;
}

.presentation__stock {
  text-align: left;
}

.presentation__stock big {
  font-size: 60px;
  line-height: 1;
}

.presentation__stock p {
  margin-bottom: 0;
  font-size: 21px;
}

.presentation__stock-detail {
  float: left;
  width: 46%;
  background-color: #e40613;
  color: #f7f7f4;
  padding: 40px 25px 30px;
  height: 165px;
  text-align: center;
}

.presentation__stock-detail p {
  color: #d0ccbb;
}

.separator__stock {
  border-bottom: 165px solid #a30009;
  border-left: 72px solid transparent;
  float: left;
  background: #e40613;
}

.presentation__stock-number {
  float: left;
  width: 46%;
  background-color: #a30009;
  color: #f7f7f4;
  padding: 40px 25px 30px;
  height: 165px;
  text-align: center;
}

.presentation__stock-number p {
  color: #fff;
}

.presentation__stock-sub {
  width: 100%;
  background-color: #171f1d;
  color: white;
  padding: 20px 25px 0;
  height: 225px;
}

.presentation__stock-sub ul.list {
  text-align: center;
}

.presentation__stock-sub li {
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  display: inline;
  margin-bottom: 5px;
  padding-left: 15%;
}

.presentation__stock-sub li:first-child {
  padding-left: 0;
}

.presentation__stock-sub li b {
  text-transform: uppercase;
}

.presentation__stock-sub li i {
  font-style: normal;
  font-weight: bolder;
}

.presentation__chart {
  position: relative;
  padding-top: 56.25%;
  height: 564px;
}

.presentation__chart iframe {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#press {
  padding: 50px 0;
  background: #f9f9f9;
}

#press .grid__box {
  margin-bottom: 70px;
}

.program {
  margin-bottom: 100px;
}

.program h3 {
  margin-bottom: 40px;
}

.program__list .tab-content > .active {
  display: block !important;
}

.program__nav .program__item {
  background-color: #ddd;
  height: 90px;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25%;
}

.program__nav .program__item.program--bg1,
.program__nav-dropdown .program-bg1,
.program__nav-dropdown .program--bg1 {
  background-color: #0b664e;
}

.program__nav .program__item.program--bg2,
.program__nav-dropdown .program-bg2,
.program__nav-dropdown .program--bg2 {
  background-color: #e48233;
}

.program__nav .program__item.program--bg3,
.program__nav-dropdown .program-bg3,
.program__nav-dropdown .program--bg3 {
  background-color: #f8af48;
}

.program__nav .program__item.program--bg4,
.program__nav-dropdown .program-bg4,
.program__nav-dropdown .program--bg4 {
  background-color: #a3a4a3;
}

.program__nav .program__item .program__box.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ddd transparent;
  top: -15px;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.program__nav .program__item.program--bg1 .program__box.active::after {
  border-color: transparent transparent #0b664e transparent;
}

.program__nav .program__item.program--bg2 .program__box.active::after {
  border-color: transparent transparent #e48233 transparent;
}

.program__nav .program__item.program--bg3 .program__box.active::after {
  border-color: transparent transparent #f8af48 transparent;
}

.program__nav .program__item.program--bg4 .program__box.active::after {
  border-color: transparent transparent #a3a4a3 transparent;
}

.program__nav .program__item .program__box {
  display: table;
  padding: 20px;
  position: relative;
  width: 100%;
  text-align: left;
}

.program__nav .program__item .program__box img {
  float: left;
  margin-top: 7px;
}

.program__nav .program__item .program__box span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
  text-transform: capitalize;
}

.program__nav .slick-list {
  overflow: inherit;
}

.program__slider .program__item {
  position: relative;
  height: 570px;
  overflow: hidden;
}

.program__slider .program__item > img {
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
  o-object-fit: cover;
  object-fit: cover;
}

.program__slider .program__item .program__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin-bottom: 0;
  padding: 40px 25px;
  font-size: 15px;
}

.program__slider .slick-arrow {
  position: absolute;
  top: 35%;
  border: 0;
  background-color: transparent;
  z-index: 2;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}

.program__slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.program__slider .slider-prev {
  left: 10px;
}

.program__slider .slider-next {
  right: 10px;
}

.project {
  padding-top: 40px;
  padding-bottom: 100px;
  background: -moz-linear-gradient(
    top,
    rgba(245, 244, 236, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(245, 244, 236, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(245, 244, 236, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f5f4ec', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.project .slick-arrow {
  background: #0c6e56 !important;
}

.project__box {
  position: relative;
}

.project__item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 15px;
  position: relative;
}

.project__item::after {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.project__item > a {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 330px;
  cursor: default;
}

.project__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.39);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.project__item.slick-active::after {
  background: rgba(255, 255, 255, 0);
  z-index: -1;
}

.project__item .project__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 103, 78, 0.7);
  color: #fff;
  padding: 14px 13px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.project__item a:hover > .project__desc {
  /*background-color: rgba(243,128,54,0.9);*/
  cursor: default;
}

.project__item .project__desc > b {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1;
}

.project__item .project__desc > small {
  font-size: 10px;
}

.project__item .project__img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.project__item .project__img > img {
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
  o-object-fit: cover;
  object-fit: cover;
}

.project__title {
  font-size: 30px;
  margin-bottom: 30px;
}

.quote {
  font-weight: bold;
  color: #1d4120;
  font-size: 25px;
}
#report {
  color: black;
  padding: 60px 0;
}

#report .report__name {
  font-weight: normal;
  font-size: 18px;
}

#report .report__name > a {
  color: black;
}

#report .report__name > a:hover {
  color: #e40613;
}

#report .report__link {
  color: #9eafaa;
  font-size: 13px;
  letter-spacing: 1px;
}

#report .report__link:hover {
  color: #e40613;
}

#target-zero .report ul li {
  padding-left: 0 !important;
}

.report {
  margin-top: 20px;
}

.report__box {
  padding: 50px 10px;
  border: 1px solid rgba(112, 112, 112, 0.2);
}

.report__box .report__img {
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.report__box .report__img > img {
  height: auto;
  width: 105px;
}

.report__box .report__link {
  color: #0f6a51;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
}

.report__box .report__link:hover {
  color: #e40613;
}

.report__list {
  display: inline-block;
  width: 100%;
}

.report__list > li {
  float: left;
  width: 50%;
}

h5.report__title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.search-keyword {
  margin-top: 25px;
}

.select2-container--bootstrap .select2-selection {
  border-radius: 0;
  height: 45px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 11px 3px;
}

.select2-container--bootstrap
  .select2-results__option--highlighted[aria-selected] {
  background-color: #00674e;
}

/* page-template-accessories */
.page-template-pt-accessories .bgpattern:nth-child(odd) {
  background-image: url(../images/bgac1.png);
  background-position: 140% 60%;
}

.page-template-pt-accessories .bgpattern:nth-child(even) {
  background-image: url(../images/bgac2.png);
  background-position: -40% 60%;
}

@media (min-width: 1600px) {
  .page-template-pt-accessories .bgpattern:nth-child(odd) {
    background-position: 100% 60%;
  }
  .page-template-pt-accessories .bgpattern:nth-child(even) {
    background-position: 0% 60%;
  }
}

.page-template-pt-accessories .bgpattern {
  background-repeat: no-repeat;
}

body.page-template-pt-accessories section .corevaluescontainer img {
  max-height: 300px;
  width: auto;
}

.service {
  margin-top: 50px;
}

.service__link {
  display: inline-block;
  width: 100%;
  height: 248px;
  overflow: hidden;
}

.service__link .service__img {
  float: left;
  width: 35%;
  height: 100%;
  background: #171f1d;
}

.service__link .service__img > img {
  height: auto;
  width: 35%;
  position: absolute;
  z-index: 10;
}

li.service--left .service__link .service__img > img {
  left: 0;
}

li.service--right .service__link .service__img > img {
  right: 0;
}

.service__link .service__desc {
  height: 100%;
  position: relative;
  float: left;
  width: 65%;
  background-color: #ac1f27;
  padding: 40px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.service--left .service__link .service__desc {
  text-align: right;
}

.service__link:hover .service__desc {
  background-color: #e40613;
}

.service__link .service__desc > h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: bold;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.service__link .service__desc > p {
  color: #fff;
  font-size: 16px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.service__link .service__desc > span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.service__link:hover .service__desc > h4,
.service__link:hover .service__desc > p,
.service__link:hover .service__desc > span {
  color: #fff;
}

.service__link .service__bg-icon > img {
  position: absolute;
  -webkit-transform: scale(2.4) rotate(0.01deg);
  transform: scale(2.4) rotate(0.01deg);
  z-index: 1;
  bottom: 30%;
}

li.service__item {
  padding: 0;
}

li.service__item.service--right {
  padding: 70px 0;
}

.service__item.service--left .service__bg-icon > img {
  left: -60px;
  bottom: 30%;
}

.service__item.service--right .service__bg-icon > img {
  right: -60px;
}

.service__link .service__bg-icon .service__hover,
.service__link:hover .service__bg-icon .service__icon {
  display: none;
}

.service__link:hover .service__bg-icon .service__hover {
  display: inherit;
}

.service__item.service--left > .service__link .service__desc::after {
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 249px 83px;
  border-color: transparent transparent #ac1f27 transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.service__item.service--left > .service__link:hover .service__desc::after {
  border-color: transparent transparent #e40613 transparent;
}

.service__item.service--right > .service__link .service__desc::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 249px 83px 0 0;
  border-color: #ac1f27 transparent transparent transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.service__item.service--right > .service__link:hover .service__desc::after {
  border-color: #e40613 transparent transparent transparent;
}

.service__item.service--left > .service__link .service__desc::before {
  content: "";
  position: absolute;
  left: -81px;
  z-index: 2;
  top: 0;
  background: url("../images/service-bgleftwt.png") no-repeat 0 0 transparent;
  width: 88px;
  height: 249px;
}

.service__item.service--right > .service__link .service__desc::before {
  content: "";
  position: absolute;
  right: -84px;
  z-index: 2;
  top: 0;
  background: url("../images/service-bgleftwt.png") no-repeat 0 0 transparent;
  width: 88px;
  height: 249px;
}

.service__list .service__item:nth-child(2n) .service__img,
.service__list .service__item:nth-child(2n) .service__desc {
  float: right;
}

.share {
  margin-top: 40px;
}

.share__title {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  color: #999999;
  display: inline-block;
}

.share__social {
  display: inline-block;
}

.share__social > li {
  display: inline-block;
  margin-left: 3px;
}

.share__social > li > a {
  color: #999999;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  display: inline-block;
  width: 23px;
  height: 23px;
  text-align: center;
  font-size: 10px;
  padding: 3px;
}

.share__social > li > a:hover,
.share__social > li > a:focus {
  color: #fff !important;
}

.share__social > li > .share__facebook:hover {
  background-color: #3c5b96;
  color: #fff;
  border-color: #3c5b96;
}

.share__social > li > .share__twitter:hover {
  background-color: #1c9ceb;
  color: #fff;
  border-color: #1c9ceb;
}

.share__social > li > .share__email:hover {
  background-color: #f6ca4f;
  color: #fff;
  border-color: #f6ca4f;
}

.share__social > li > .share__whatsapp:hover {
  background-color: #24cc63;
  color: #fff;
  border-color: #24cc63;
}

.sidebar__box {
  width: 300px;
  float: right;
}

.sidebar__border {
  background-color: #f9f9f9;
  border-top: 10px solid #00674e;
  padding: 20px 25px;
}

.sidebar__border .sidebar__title {
  margin-bottom: 20px;
}

.sidebar__form-group {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.sidebar__list .sidebar__item {
  border-bottom: 1px solid #e9e9e9;
}

.sidebar__list .sidebar__item:last-child {
  border-bottom: 0;
}

.sidebar__list .sidebar__link {
  color: #585858;
  font-size: 16px;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}

.sidebar__list .sidebar__link:hover {
  color: #e40613;
}

.sidebar__list .sidebar__item:first-child > .sidebar__link {
  padding-top: 0;
}

.sidebar__list .sidebar__item:last-child > .sidebar__link {
  padding-bottom: 0;
}

.sidebar__list .sidebar__link > small {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.sidebar__title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button::before {
  font-size: 10px;
}

#slider-big-img {
  height: auto;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
}

#slider-big-img.slick-slider div.slick-active img {
  -webkit-animation: myMove 2s 1 ease-in-out forwards;
  -moz-animation: myMove 2s 1 ease-in-out forwards;
  -o-animation: myMove 2s 1 ease-in-out forwards;
  -ms-animation: myMove 2s 1 ease-in-out forwards;
  animation: myMove 2s 1 ease-in-out forwards;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
@keyframes myMove {
  from {
    transform: scale(1, 1);
    transform-origin: 50% 50%;
  }
  to {
    transform: scale(1.1, 1.1);
    transform-origin: 50% 25%;
  }
}
@-webkit-keyframes myMove {
  from {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
    -webkit-transform-origin: 50% 25%;
  }
}
@-o-keyframes myMove {
  from {
    -o-transform: scale(1, 1);
    -o-transform-origin: 50% 50%;
  }
  to {
    -o-transform: scale(1.1, 1.1);
    -o-transform-origin: 50% 25%;
  }
}
@-moz-keyframes myMove {
  from {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 50% 50%;
  }
  to {
    -moz-transform: scale(1.1, 1.1);
    -moz-transform-origin: 50% 25%;
  }
}
@-ms-keyframes myMove {
  from {
    -ms-transform: scale(1, 1);
    -ms-transform-origin: 50% 50%;
  }
  to {
    -ms-transform: scale(1.1, 1.1);
    -ms-transform-origin: 50% 25%;
  }
}

@media screen and (max-width: 767.98px) {
  @keyframes myMove {
    from {
      transform: scale(1, 1);
      transform-origin: 50% 50%;
    }
    to {
      transform: scale(1.1, 1.1);
      transform-origin: 50% 50%;
    }
  }
  @-webkit-keyframes myMove {
    from {
      -webkit-transform: scale(1, 1);
      -webkit-transform-origin: 50% 50%;
    }
    to {
      -webkit-transform: scale(1.1, 1.1);
      -webkit-transform-origin: 50% 50%;
    }
  }
  @-o-keyframes myMove {
    from {
      -o-transform: scale(1, 1);
      -o-transform-origin: 50% 50%;
    }
    to {
      -o-transform: scale(1.1, 1.1);
      -o-transform-origin: 50% 50%;
    }
  }
  @-moz-keyframes myMove {
    from {
      -moz-transform: scale(1, 1);
      -moz-transform-origin: 50% 50%;
    }
    to {
      -moz-transform: scale(1.1, 1.1);
      -moz-transform-origin: 50% 50%;
    }
  }
  @-ms-keyframes myMove {
    from {
      -ms-transform: scale(1, 1);
      -ms-transform-origin: 50% 50%;
    }
    to {
      -ms-transform: scale(1.1, 1.1);
      -ms-transform-origin: 50% 50%;
    }
  }
}

#slider-big-img::before {
  display: none;
  content: "";
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0.65+0,0+100 */
  width: 100%;
  height: 100%;
  z-index: 1;
}

#slider-big-img .slick-arrow {
  position: absolute;
  background-color: transparent !important;
  width: 35px;
  height: 45px;
  border-radius: 0;
  border: 0;
  color: #fff !important;
  z-index: 1;
  cursor: pointer;
  font-size: 30px;
}

#slider-big-img .slick-arrow:hover {
  background-color: transparent !important;
}

#slider-big-img .slider-prev {
  left: 100px;
  top: 45%;
  display: block !important;
}

#slider-big-img .slick-arrow.slick-disabled {
  display: none !important;
}

#slider-big-img .slider-next {
  right: 100px;
  top: 45%;
}

#slider-big-img .slider__item > img {
  height: auto;
  width: 100%;
}

.slider__services {
  background-color: #ded9c2;
  padding: 15px 0;
  position: relative;
}

.slider__services::after {
  content: "";
  position: absolute;
  background: url("../images/bg-transparent3.png") repeat-y right top
    transparent;
  width: 200px;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
}

.slider__services-title {
  text-align: right;
  color: #e40613;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 5px;
  margin-top: 9px;
}

.slider__thumb .slick-arrow {
  position: absolute;
  z-index: 2;
  background-color: transparent;
  border: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.slider__thumb .slider-prev {
  right: 70px;
  top: 35%;
  display: block !important;
}

.slider__thumb .slick-arrow.slick-disabled {
  display: none !important;
}

.slider__thumb .slider-next {
  right: 40px;
  top: 35%;
}

.thumb-arrow .slick-arrow {
  position: absolute;
  z-index: 2;
  background-color: transparent;
  border: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.thumb-arrow .slider-prev {
  right: 70px;
  top: 35%;
  display: block !important;
}

.thumb-arrow .slick-arrow.slick-disabled {
  display: none !important;
}

.thumb-arrow .slider-next {
  right: 40px;
  top: 35%;
}

.slider__thumb .slider__item {
  padding: 10px 30px 5px;
  position: relative;
  border-left: 1px solid #d0cbb7;
}

.slider__thumb .slider__item a,
.slider__thumb .slider__item span {
  color: #252525;
}

.slider__thumb .slider__item span:hover,
.slider__thumb .slick-current.slider__item span,
.slider__thumb .slider__item span:hover,
.slider__thumb .slick-current.slider__item span,
.slider__thumb .slider__item a:hover,
.slider__thumb .slick-current.slider__item a,
.slider__thumb .slider__item a:hover,
.slider__thumb .slick-current.slider__item a {
  color: #e40613;
}

.slider__thumb .slider__item p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #6e6e6e;
}

@media screen and (min-width: 768px) {
  .slider__thumb .slider__item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.slider__thumb .slider__item .slider__services-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
}

.slider__thumb .slider__item .slider__services-name::before {
  content: "";
  position: absolute;
  background: url("../images/icon-title2.png") no-repeat 0 0 transparent;
  width: 17px;
  height: 17px;
  left: -18px;
  top: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.slider__thumb .slider__item a:hover .slider__services-name::before,
.slider__thumb .slick-current.slider__item a .slider__services-name::before {
  background-image: url("../images/icon-title.png");
}

.slider__thumb .slider__item .slider__services-link {
  text-transform: uppercase;
  font-size: 9px;
  color: #00674e;
  font-weight: bold;
  letter-spacing: 2px;
}

.slider__thumb .slider__item a:hover .slider__services-link,
.slider__thumb .slick-current.slider__item a .slider__services-link {
  color: #e40613;
}

.stock {
  cursor: pointer;
}

.stock__box {
  background-color: #fff;
  position: relative;
  width: 35px;
  height: 120px;
  z-index: 2;
  text-align: center;
  color: #707070;
  padding: 13px 5px;
  border-left: 8px solid #e40613;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.stock:hover .stock__box {
  border-left: 8px solid #e40613;
  background-color: #e40613;
  color: white;
}

a:hover .stock__box i.fa.fa-phone {
  color: white;
}

.stock__box > i {
  font-size: 15px;
}

.stock__box .stock__text {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  top: 110px;
  right: -63px;
  width: 150px;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.stock__info {
  height: 200px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #33a084;
  position: absolute;
  top: 0;
  right: -9999px;
  width: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.stock:hover .stock__info {
  width: 550px;
  right: 35px;
}

.stock__info .stock__detail {
  background-color: #0b654e;
  color: #e7efed;
  padding: 40px 20px 40px 30px;
}

.stock__info .stock__detail big,
.stock__info .stock__number big {
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

.stock__info .stock__detail p {
  margin-bottom: 0;
  color: #669f90;
  font-size: 17px;
  font-weight: 600;
}

.stock__info .stock__number {
  background-color: #09503e;
  color: #e7efed;
  padding: 40px 20px 40px 30px;
}

.stock__info .stock__number p {
  margin-bottom: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.stock__info .stock__sub-info {
  background-color: #33a084;
  color: #fff;
}

.stock__info .stock__sub-info small {
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 0;
}

.tab {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.tab__content {
  width: 85%;
  float: left;
  z-index: 1;
  position: relative;
}

.tab__content .nav-tabs {
  border-bottom: 0;
}

.tab__content .list,
.tab__content .tab__detail {
  float: left;
  width: 50%;
}

.tab__content .list {
  padding: 0 25px;
  max-height: 370px;
  overflow-y: scroll;
  height: auto;
}

.tab__content .list::-webkit-scrollbar {
  width: 7px;
}

.tab__content .list::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
}

.tab__content .list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}

.tab__content .list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.tab__content .list::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.3);
}

.tab__content .list > li {
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.tab__content .list > li > a {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}

.tab__content .list > li:first-child > a {
  padding-top: 0;
}

.tab__content .list > li > a:hover {
  color: #f3823a;
}

.tab__content .list > li > a:hover > small {
  color: #f3823a;
}

.tab__content .list > li > a > small {
  display: block;
  font-size: 15px;
  color: #777;
}

.tab__detail .tab__desc {
  display: none !important;
  padding-left: 20px;
  padding-right: 20px;
  height: 330px;
  overflow-y: scroll;
}
.tab__detail .tab__desc::-webkit-scrollbar {
  width: 7px;
}

.tab__detail .tab__desc::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
}

.tab__detail .tab__desc::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}

.tab__detail .tab__desc::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.tab__detail .tab__desc::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.3);
}

.tab__detail .tab__desc.show {
  display: block !important;
}

.tab__detail .tab__desc > h6 {
  text-transform: initial;
  font-weight: bolder;
  font-size: 15px;
}

.tab__list {
  width: 15%;
  float: left;
}

.tab__list .tab__item {
  background-color: #474747;
  text-align: center;
  color: #fff;
  position: relative;
  border-bottom: 3px solid #ddd;
  display: table;
  width: 97% !important;
  /* height: 94px; */
  /*display: block; */
  height: auto;
}

.tab__list .tab__item > a {
  display: table-cell;
  vertical-align: middle;
}

.tab__list .slick-arrow {
  width: 97%;
  border: 0;
  background-color: #b6a14e;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  padding: 4px;
  display: inline-block;
}

.tab__list .slick-arrow.slick-disabled {
  display: none !important;
}

.tab__list .slick-prev {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}

.tab__list .slick-next {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.tab__list .tab__item.tab--green {
  background-color: #0b654e;
}

.page-template-pt-past-projects .tab__list .tab__item.tab--green {
  min-height: 117px;
}

.page-template-pt-projects .tab__list .tab__item.tab--green {
  min-height: 105px;
}

.tab__list .tab__item.tab--red {
  background-color: #762224;
}

.tab__list .tab__item.tab--yellow {
  background-color: #feba1b;
}

.tab__list .selected.tab__item::after {
  position: absolute;
  content: "";
  top: 40%;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #474747;
}

.tab__list .selected.tab__item.tab--green::after {
  border-color: transparent transparent transparent #0b654e;
}

.tab__list .selected.tab__item.tab--red::after {
  border-color: transparent transparent transparent #762224;
}

.tab__list .selected.tab__item.tab--yellow::after {
  border-color: transparent transparent transparent #feba1b;
}

.tab__list .tab__item .tab__icon {
  position: absolute;
  -webkit-transform: scale(1.5) rotate(0.01deg);
  transform: scale(1.5) rotate(0.01deg);
  left: 0;
}

.tab__list .tab__item .tab__title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  width: 100%;
  color: #fff;
  display: block;
  position: relative;
  padding: 20px 15px;
  overflow: hidden;
}

.tab__map {
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
  height: 350px;
}

.tab__map > .tab__img {
  width: 70%;
  height: 70%;
  margin: 20px auto;
}

.tab__map > .active > i {
  background: url("../images/icon-map.png") no-repeat 0 0 transparent;
  width: 28px;
  height: 43px;
  position: relative;
  top: -11px;
  left: -5px;
  display: inherit;
  animation: bouncePoint 2s infinite;
  -webkit-animation: bouncePoint 2s infinite;
  -moz-animation: bouncePoint 2s infinite;
  -o-animation: bouncePoint 2s infinite;
}

.tab__map > .active > i::after {
  display: none;
}

.tab__nav {
  margin-bottom: 30px;
  margin-top: 20px;
}

.tab__nav .list > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
}

.tab__nav .list > li > a {
  color: #333;
}

.tab__nav .list > li > a:hover,
.tab__nav .list > li.active > a {
  color: #e40613;
}

.tab__poin1 {
  position: absolute;
}

.tab__poin2 {
  position: absolute;
  left: 34%;
  top: 28%;
}

.tab__poin3 {
  position: absolute;
  right: 34%;
  bottom: 28%;
}

#target-zero {
  padding: 30px 0 20px;
}

.target-zero__detail .target-zero__img img {
  float: left;
  margin-right: 25px;
  position: relative;
  top: -30px;
}

.target-zero__detail .target-zero__title {
  font-weight: bold;
  color: #00674e;
  font-size: 30px;
  margin-top: 50px;
}

.target-zero__detail p {
  font-size: 15px;
  line-height: 1.8;
  padding-right: 45px;
}

.target-zero__detail p .target-zero__org {
  color: #f48123;
}

.target-zero__detail p .target-zero__grn {
  color: #0f6a51;
}

.target-zero__detail .target-zero__link {
  color: #0f6a51;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
}

.target-zero__detail .target-zero__link:hover {
  color: #e40613;
}

.testimonial {
  margin-bottom: 80px;
  position: relative;
}

.testimonial__box {
  padding: 20px 0;
  overflow: hidden;
}

.testimonial__desc {
  position: relative;
  padding-right: 80px;
  padding-left: 80px;
  color: #6e6e6e;
}

.testimonial__item.slick-current .testimonial__desc::after {
  content: "";
  position: absolute;
  background: #e2e6e8;
  width: 1px;
  height: 169px;
  right: 31px;
  top: 0;
}

.testimonial__desc::before {
  content: "\f10d";
  position: absolute;
  left: 48px;
  top: -35px;
  font-family: "Font Awesome 5 Free";
  font-size: 47px;
  color: #f0f0f0;
  font-weight: 900;
  z-index: -1;
}

.testimonial__desc p {
  font-size: 19px;
  color: #6e6e6e;
}

.testimonial__list .slick-list {
  overflow: inherit;
}

.testimonial__nav .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  cursor: pointer;
  border: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #004534;
  color: #fff;
}

.testimonial__nav .slick-arrow.slick-disabled {
  opacity: 0;
}

.testimonial__nav .slick-arrow:hover {
  background-color: #e40613;
}

.testimonial__nav .slider-prev {
  left: -40px;
}

.testimonial__nav .slider-next {
  right: -40px;
}

.testimonial__user .testimonial__img {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.testimonial__user .testimonial__img > img {
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
  o-object-fit: cover;
  object-fit: cover;
}

.testimonial__user .testimonial__name {
  font-size: 15px;
}

.tooltip-inner {
  background-color: #fff;
  color: #777;
  text-align: left;
  border-top: 6px solid #e40613;
  border-radius: 10px;
  padding: 15px 20px;
}

.bs-tooltip-top .arrow::before {
  border-top-color: #fff;
}

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
}

/* Header */

.header {
  top: 0.5%;
  padding-top: 5px;
  z-index: 999;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .header {
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
  }
}

.header.affix {
  position: fixed;
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 99;
  padding-top: 0;
  width: 100%;
  min-height: 45px;
  z-index: 9999;
}
.header.affix .navbar-brand {
  margin-top: -2px;
}

.header__container {
  position: relative;
}

.header__dropdown-menu,
.header__dropdown-menu .header__submenu .header__dropdown-sub {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.header__dropdown-menu {
  width: 30%;
}

.header__dropdown-menu .header__submenu .header__dropdown-sub {
  left: 100%;
  top: 0;
}

.header__dropdown-menu .header__dropdown-item,
.header__dropdown-menu .header__submenu .header__dropdown-sub .dropdown-item {
  text-transform: capitalize;
  padding: 8px 15px;
  font-size: 14px;
}

.header__dropdown-menu .header__dropdown-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.header__dropdown-menu .header__dropdown-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header__dropdown-menu .header__dropdown-item:hover,
.header__dropdown-menu
  .header__submenu
  .header__dropdown-sub
  .dropdown-item:hover {
  color: #e40613 !important;
  background: transparent;
}

.header__dropdown-menu .header__dropdown-item:focus,
.header__dropdown-menu
  .header__submenu
  .header__dropdown-sub
  .dropdown-item:focus {
  color: #e40613 !important;
  background: transparent;
}

.header__dropdown-menu .header__dropdown-item.active,
.header__dropdown-menu
  .header__submenu
  .header__dropdown-sub
  .dropdown-item.active {
  background-color: #00674e;
}

.header__dropdown-menu .header__submenu {
  position: relative;
}

.header__logo > img {
  width: 170px;
  height: auto;
}

.affix .header__logo > img {
  width: 134px;
  height: auto;
}

.header__menu {
  margin-top: 25px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.affix .header__menu {
  margin-top: 0;
}

.header__menu .header__item {
  margin-left: 10px;
  padding-left: 0;
  cursor: default;
}

.header__menu .header__item.open {
  display: block;
}

.header__menu .header__item .header__link {
  font-size: 16px;
  text-transform: capitalize;
  color: #474747;
}

header.header {
  -webkit-box-shadow: 0 8px 30px -20px black;
  -moz-box-shadow: 0 8px 30px -20px black;
  box-shadow: 0 8px 30px -20px black;
}

.header__menu .header__item.header__item--active .header__link,
.header__menu .header__item.show > .header__link,
.header__menu .header__item .header__link:hover,
.header__menu .header__item .header__link:focus {
  color: #e40613 !important;
}

.header__menu .header__item:last-child > .header__link {
  padding-right: 0;
}

.header__menu .header__item.header__item--dropdown .header__link {
  color: #474747;
}

.header__menu .header__item.header__item--dropdown .header__link::after {
  vertical-align: 2px;
}

.header__mobile,
.footer__mobile,
.content__mobile {
  display: none;
}

.header__nav {
  padding-left: 0;
  padding-right: 0;
  padding: 0;
}

.header__input-group {
  margin-right: 0;
}

.header__input-group .header__btn {
  color: #333333;
  border: 0;
  padding-left: 0;
  font-size: 12px;
  padding-right: 20px;
}

.header__input-group .header__btn:hover {
  background-color: transparent;
}

.header__input-group .header__btn:focus {
  box-shadow: none;
}

.header__search {
  width: auto;
  float: right;
  margin-bottom: -10px;
}

.header__search .header__input {
  background-color: transparent;
  border: 0;
  width: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding-right: 8px;
  font-size: 12px;
}

.header__search.open .header__input {
  width: 300px;
  font-size: 12px;
}

.header__toggler {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.header__top {
  position: absolute;
  right: 15px;
  top: -15px;
  padding: 5px 15px;
  padding-bottom: 0;
  border: 1px solid #efefef;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}

.affix .header__top {
  opacity: 0;
}

.header__top .header__lang {
  float: right;
  margin-top: 8px;
  margin-bottom: -10px;
  padding-left: 10px;
}

.header__top .header__lang .header__flag {
  display: inline-flex;
}

/* Footer */

.footer {
  overflow: hidden;
  background-color: #171f1d;
  position: relative;
  padding-bottom: 20px;
  z-index: 10;
}

@-webkit-keyframes footer-car {
  0% {
    bottom: 10%;
  }
  3% {
    bottom: 12%;
  }
  5% {
    bottom: 10%;
  }
  7% {
    bottom: 13%;
  }
  10% {
    bottom: 10%;
  }
  12% {
    bottom: 12%;
  }
  15% {
    bottom: 10%;
  }
}

@-moz-keyframes footer-car {
  0% {
    bottom: 10%;
  }
  3% {
    bottom: 12%;
  }
  5% {
    bottom: 10%;
  }
  7% {
    bottom: 13%;
  }
  10% {
    bottom: 10%;
  }
  12% {
    bottom: 12%;
  }
  15% {
    bottom: 10%;
  }
}

@-o-keyframes footer-car {
  0% {
    bottom: 10%;
  }
  3% {
    bottom: 12%;
  }
  5% {
    bottom: 10%;
  }
  7% {
    bottom: 13%;
  }
  10% {
    bottom: 10%;
  }
  12% {
    bottom: 12%;
  }
  15% {
    bottom: 10%;
  }
}

@keyframes footer-car {
  0% {
    bottom: 10%;
  }
  3% {
    bottom: 12%;
  }
  5% {
    bottom: 10%;
  }
  7% {
    bottom: 13%;
  }
  10% {
    bottom: 10%;
  }
  12% {
    bottom: 12%;
  }
  15% {
    bottom: 10%;
  }
}

.row.footer__row:nth-child(2):before {
  content: "";
  position: absolute;
  background: url("../images/car.png") no-repeat 0 0 transparent;
  left: 5%;
  bottom: 10%;
  width: 20%;
  height: 20%;
  -webkit-animation: footer-car 5s infinite;
  -moz-animation: footer-car 5s infinite;
  -o-animation: footer-car 5s infinite;
  animation: footer-car 5s infinite;
}

@-webkit-keyframes footer-road {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

@-moz-keyframes footer-road {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

@-o-keyframes footer-road {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

@keyframes footer-road {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

.footer::after {
  content: "";
  position: absolute;
  background: url("../images/content1.png") no-repeat 0 0 transparent;
  right: 0;
  bottom: -40%;
  height: 100%;
  width: 100%;
  -webkit-animation: footer-road 20s infinite;
  -moz-animation: footer-road 20s infinite;
  -o-animation: footer-road 20s infinite;
  animation: footer-road 20s infinite;
}

.footer__accordion {
  position: relative;
  z-index: 1;
}

.footer__accordion-title {
  cursor: pointer;
}

.footer__accordion-title > .footer__link {
  text-transform: uppercase;
  color: #424242 !important;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 13px;
  display: block;
  position: relative;
  padding-left: 15px;
}

.footer__accordion-title > .footer__link::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.footer__accordion-title > .footer__link.collapsed::before {
  content: "+";
}

.footer__copyright,
.footer__design a {
  text-align: left;
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  color: #9b9b9b;
}

.footer__design {
  text-align: right;
}

.row.footer__row {
  padding-top: 5%;
}

@media screen and (max-width: 991px) {
  .footer__copyright {
    margin-top: 13px;
  }
  .footer::after {
    height: 300px;
    width: 335px;
  }
}

.footer__detail {
  padding-left: 15px;
  padding-right: 5px;
}

.footer__logo {
  margin-top: 25px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .footer__logo::before {
    background-image: url("../images/line-footer-sm.png");
    width: 100%;
    height: 6px;
    top: -6px;
    left: 0;
    right: 0;
    background-size: 100%;
  }
}

.footer__logo .footer__link {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}

.footer__logo .footer__link > img {
  max-width: 200px;
  height: auto;
}

@media (max-width: 767.98px) {
  .sitemap_foo_list {
    margin-right: 0;
    margin-left: 15px;
  }
}

.footer__list.footer__list--col-3 {
  display: inline-block;
  width: 100%;
}

.footer__list .footer__item {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 600;
}

.footer__list.footer__list--col-3 .footer__item {
  float: left;
  width: 33.3333%;
}

.footer__list .footer__link {
  text-transform: capitalize;
  color: #7a7a7a;
  z-index: 2;
  position: relative;
  line-height: 24px;
  font-weight: 300;
}

.footer__mobile .stock {
  position: relative;
}

.footer__mobile .stock .stock__mobile {
  position: absolute;
  bottom: 50px;
  background-color: #2c6350;
  color: #fff;
  right: 0;
  left: 0;
  display: none;
}

.footer__mobile .stock .stock__mobile big {
  font-size: 69px;
  line-height: 1;
}

.footer__mobile .stock .stock__mobile p {
  color: #ddd;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.footer__mobile .stock .stock__mobile .stock__close-btn {
  position: absolute;
  background-color: #1a4334;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 19px;
  padding: 4px;
  right: 10px;
  top: -15px;
}

.footer__mobile .stock .stock__detail {
  padding: 20px 40px;
}

.footer__mobile .stock .stock__number {
  padding: 20px 40px;
  background-color: #224e3f;
}

.footer__mobile .stock .stock__sub-info .list {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.footer__mobile .stock .stock__sub-info .list > li {
  float: left;
  width: 50%;
  text-transform: uppercase;
  font-size: 16px;
}

.footer__mobile .stock .stock__sub-info {
  background-color: #549e84;
  padding: 20px 40px;
}

.footer__mobile .stock > .stock__footer {
  height: 50px;
}

.footer__nav .footer__title {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  color: #a1a1a1;
  position: relative;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Media Queries */

@media (max-width: 359.98px) {
  .header__lang {
    margin-left: 0 !important;
  }
  .program__nav-dropdown .btn > img,
  .program__nav-dropdown .dropdown-menu .dropdown-item > img {
    height: 34px;
  }
  .program__nav-dropdown .btn > span {
    font-size: 15px;
    line-height: 1.3;
  }
}
/* 320 iphone 5s */
@media (max-width: 320px){  
  h4.panel-title {
    font-size: 15px;
    font-weight: bold;
  }
  span.right{
    font-size: 13px;
  }
  #job-lists .panel-body li {
    font-size: 12px;
  }
  #job-lists .panel-body li span {
    display:block;
    line-height:18px;
  }
  .error404 .content--full .col-md-8 .text-center .title__404{
    font-size: 9em;
  }
}
/*Phone Portrait*/
@media (min-width: 320px) and (max-width: 480px) {
  #slider-big-img .slider__item > img {
    height: 230px;
    object-fit: cover;
    o-object-fit: cover;
    object-position: right;
  }
  .page-id-115 .text-center p,
  .page-id-124 .text-center p {
    margin: 0 !important;
  }
  .presentation__chart iframe {
    position: initial !important;
  }
  .ads__img > img {
    height: 100%;
    width: 100%;
    object-position: unset !important;
  }
}
/*Phone Landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .page-id-115 .text-center p,
  .page-id-124 .text-center p {
    margin: 0 !important;
  }
}

@media (max-width: 575.98px) {
  #career {
    top: -32px;
  }
  .content__nav .content__next {
    text-align: right;
  }
  .content__nav .content__next .content__next-txt {
    padding-right: 0 !important;
    display: inline-block;
    width: 70%;
  }
  .detail {
    padding: 50px 25px;
  }
  .detail__list > .detail__item {
    margin-bottom: 50px;
    height: 153px;
  }
  .detail__list > .detail__item > p {
    font-size: 12px;
  }
  #latest {
    padding-bottom: 62px;
  }
}

@media (max-width: 767.98px) {
  #about {
    padding: 20px 0;
  }
  .about {
    padding-right: 0;
  }
  #about .col-md-6 img {
    padding-bottom:2rem;
    padding-top:1rem;
  }
  #about-content .content__img-pull-left img {
    max-width: 100%;
  }
  #about-content .content__desc {
    padding-bottom: 0;
  }
  .about__title {
    font-size: 19px;
    line-height: 1.5;
  }
  .ads {
    height: auto;
  }
  .ads__desc,
  .ads__img {
    text-align: center;
    width: 100%;
  }
  .ads__desc::after {
    display: none;
  }
  .ads__desc > p {
    word-wrap: break-word;
  }
  .article__img {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 150px;
  }
  .board__list .slider-prev {
    /* left: 20px; */
    left: 0;
  }
  .board__list .slider-next {
    right: -5px;
  }
  .btn-global-search {
    width: 100%;
  }
  #career {
    top: 0;
  }
  .career__info .career__desc {
    padding: 30px;
    width: 100%;
  }
  .career__info .career__desc::after {
    display: none;
  }
  .career__info .career__desc h3 {
    margin-bottom: 30px;
  }
  .career__info .career__img {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .career__item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .career__item .career__img {
    /* height: 250px; */
  }
  .career__list .slider-prev {
    left: 7%;
  }
  .career__list .slider-next {
    right: 7%;
  }
  .client__list > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-md-first {
    order: 1;
  }
  .col-md-full {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col-md-last {
    order: 12;
  }
  .content__desc {
    padding: 20px 0 0;
  }
  .col-md-last .content__desc .btn {
    width: 100%;
  }
  .contact__bg .info__box {
    padding: 40px 20px;
  }
  .contact__bg .info__box h3 {
    position: relative;
  }
  .contact__bg .info__box h3 .icon-info {
    left: 0px !important;
  }
  .contact__box {
    padding: 40px 10px;
  }
  .contact__list > li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .contact__list > li::after {
    display: none;
  }

  .container--width {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container--width .row {
    margin-right: -30px;
    margin-left: -30px;
  }

  .container--width .row .col-md-1,
  .container--width .row .col-md-2,
  .container--width .row .col-md-3,
  .container--width .row .col-md-4,
  .container--width .row .col-md-5,
  .container--width .row .col-md-6,
  .container--width .row .col-md-7,
  .container--width .row .col-md-8,
  .container--width .row .col-md-9,
  .container--width .row .col-md-10,
  .container--width .row .col-md-11,
  .container--width .row .col-md-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-fluid .col-lg-10.col-pull-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content__desc .content__title {
    font-size: 30px;
  }
  .content--full {
    padding: 20px 0 50px;
  }
  .content--full .title__404 {
    font-size: 50px;
  }
  .content--full .desc__404 {
    font-size: 15px;
  }
  .content--full .content__title .content__form {
    display: none;
  }
  .content__img-full {
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .content__img-full > img {
    width: 85%;
  }
  .content__img-pull-right,
  .content__img-pull-left {
    display: inline-block;
  }
  .content__img-pull-right > img,
  .content__img-pull-left > img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
  }
  .content__nav .content__next .content__next-txt {
    padding-right: 50px;
  }
  .content__nav .content__next > i {
    top: 35%;
  }
  .content__nav .content__next .content__nav-circle {
    display: none;
  }
  .content__table thead th {
    width: auto;
  }
  .content--img-order .col-md-7 {
    order: 12;
  }
  .content--img-order .col-md-5 {
    order: 1;
  }
  .content--img-order .content__img-pull-right {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .content--img-order .content__img-pull-right img {
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
  }
  #content-value .col-md-5 {
    order: 1;
  }
  #content-value .col-md-7 {
    order: 12;
  }
  #content-value .content__desc {
    padding: 20px 0 40px;
  }
  #content-value .content__img-full {
    height: 250px;
    margin-top: 0;
  }
  #content-value .content__img-full img {
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
  }
  .detail__list > .detail__item {
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 50% !important;
    height: 120px;
  }
  .detail__list > .detail__item > .detail__icon {
    height: 45px;
  }
  .detail__list > .detail__item > .detail__icon > img {
    max-width: 50%;
  }
  .detail__txt {
    width: 100%;
    top: 55%;
    padding: 0;
  }
  .detail__txt .detail__title {
    font-size: 28px;
  }
  .detail__txt p {
    font-size: 14px;
    padding: 15px 20px;
  }

  .dividend-first::after,
  .dividend-last::after {
    display: none;
  }
  .dividend__info {
    padding-left: 50px;
    padding-right: 50px;
  }
  .dividend__title {
    margin-bottom: 15px;
  }
  .dropdown-area .dropdown-sub {
    background-color: #a5a477;
    padding: 13px 20px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #868453;
  }
  .dropdown-area .dropdown-sub .list {
    margin-bottom: 0;
    padding-left: 15px;
  }
  .dropdown-area .dropdown-sub .list > li > a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
  }
  #experience {
    padding-top: 30px;
    padding-bottom: 0 !important;
  }
  .experience__link {
    font-size: 0.8em;
  }
  .experience__text {
    width: 100%;
  }
  .experience__counters .experience__counter {
    margin-bottom: 70px;
  }
  .experience__counters .experience__counter p > big {
    font-size: 58px;
  }
  .experience__counters .experience__counter p > big::after {
    right: -35px;
    top: 40px;
  }
  /*
    footer::before {
        display: none;
    }
    */
  .footer__copyright {
    margin-top: 13px;
    text-align: left;
    width: 100%;
  }
  .footer__logo {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .footer__logo .footer__link > img {
    max-width: 140px;
    padding: 9px 0;
  }
  .footer__mobile .stock > .stock__footer {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #006e50;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 15px 5px 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .footer__mobile .stock .stock__mobile.stock-open {
    display: block !important;
  }
  .footer__nav {
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .footer__nav .footer__title {
    margin-top: 20px;
  }
  .footer__list.footer__list--col-3 .footer__item {
    width: 100%;
  }
  .footer__title {
    cursor: pointer;
  }
  .grid__box > .grid__link {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  #press .grid__box > .grid__link {
    text-align: left;
  }
  .highlight .col-md-4::after {
    content: "";
    position: absolute;
    background-color: #ddd;
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .highlight .col-md-4:last-child::after {
    display: none;
  }
  .info__box {
    padding: 50px 50px 50px 75px;
  }
  .info__box .icon-info {
    position: absolute;
    left: 30px;
  }
  .info__box.info--box-img .info__desc {
    width: 100%;
    padding: 20px;
  }
  .info__box.info--box-img .info__img {
    position: relative;
  }
  #landing {
    margin-bottom: 0;
  }
  #landing-report {
    margin-bottom: 40px;
  }
  .landing__board {
    margin-top: 30px;
  }
  .landing__box {
    margin-bottom: 20px;
    padding-right: 20px;
  }
  .landing__btn-group .btn {
    height: auto;
    margin-bottom: 20px;
    width: 100%;
  }
  .landing__detail .slick-list {
    overflow: hidden;
  }
  .landing__detail .landing__detail-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .landing__detail .landing__detail-img {
    width: 100%;
  }
  .landing__detail .landing__detail-img img {
    max-width: 100%;
    height: auto;
  }
  .landing__green {
    background: #0b664e;
  }
  .landing__green .landing__img-pull-right {
    position: relative;
    /*display: inline-block;*/
    display: none;
  }
  .landing__green .landing__img-pull-right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(
      top,
      rgba(11, 102, 78, 1) 0%,
      rgba(84, 148, 131, 1) 30%,
      rgba(255, 255, 255, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(11, 102, 78, 1) 0%,
      rgba(84, 148, 131, 1) 30%,
      rgba(255, 255, 255, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(11, 102, 78, 1) 0%,
      rgba(84, 148, 131, 1) 30%,
      rgba(255, 255, 255, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b664e', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  }
  .landing__green .landing__desc {
    padding: 30px;
  }
  .landing__green .landing__img-pull-right > img {
    max-width: 100%;
    height: auto;
    z-index: 0;
  }
  .landing__icon-desc {
    margin-top: 100px;
  }
  .landing__icon-desc .list > li {
    width: 50%;
    margin-bottom: 80px;
  }
  #landing-secretary .board__list > .btn,
  #landing-internal .board__list > .btn {
    display: none;
  }
  #landing-secretary .board__item,
  #landing-internal .board__item {
    margin-bottom: 30px;
  }
  #landing-secretary .landing__desc .btn,
  #landing-internal .landing__desc .btn {
    width: 100%;
    margin-top: 20px;
  }
  .landing__sidebar {
    margin-bottom: 40px;
    display: none;
  }
  #landing-values .landing__desc .btn {
    display: none;
  }
  #landing-values .content__mobile {
    margin-top: -55px;
  }
  .landing__year .slider-next::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
  }
  .landing__year .slider-next.slick-disabled::before {
    display: none;
  }
  #latest .slider-prev {
    left: 25px;
    bottom: -45px;
    top: auto;
  }
  #latest .slider-next {
    right: 20px !important;
    bottom: -45px;
    top: auto;
  }
  .latest__box::before,
  .latest__box::after {
    display: none;
  }
  .list.list--download > .list__item > .list__link {
    text-align: left;
    padding: 25px 0;
  }
  .list__link > .list__text-right {
    width: 100%;
    margin-top: 20px;
  }
  .latest__item {
    margin-left: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .latest__item::after {
    display: none;
  }
  .main__stock {
    display: none;
  }
  .map__bg.map--bg-dk,
  .map__bg.map--bg-tb,
  .map__icons {
    display: none;
  }
  .map__bg.map--bg-mb {
    display: block;
    margin-top: 30px;
  }
  .map__icons > span {
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  .map__icons > .map__poin1 {
    bottom: 18%;
  }
  .map__icons > .map__poin2 {
    bottom: 17%;
  }
  .map__icons > .map__poin3 {
    left: 43%;
  }
  .map__icons > .map__poin4 {
    right: 14%;
    top: 49%;
  }
  .map__nav .map__list > li {
    width: 100%;
    text-align: left;
    padding-left: 47px;
    margin-bottom: 10px;
  }
  .modal__desc {
    padding-right: 0;
  }
  .modal__img {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .presentation {
    top: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .presentation__stock-detail,
  .presentation__stock-number,
  .presentation__stock-sub {
    width: 100%;
  }
  .presentation__stock-sub li {
    float: left;
    width: 50%;
    font-size: 13px;
  }
  .presentation__stock-sub li i {
    float: left;
    margin-left: 10px;
  }
  .presentation__stock-sub {
    height: auto;
    padding-bottom: 20px;
  }
  .program__nav {
    display: none;
  }
  .program__nav .program__item {
    padding: 10px;
    text-align: center;
  }
  .program__nav .program__item .program__box {
    display: inline-block;
  }
  .program__nav .program__item .program__box span {
    display: none;
  }
  .program__nav-dropdown .btn {
    width: 100%;
    text-align: left;
    padding: 30px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    position: relative;
  }
  .program__nav-dropdown .btn.dropdown-toggle::after {
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
    right: 30px;
    position: absolute;
    top: 50%;
  }
  .program__nav-dropdown .btn > span {
    margin-left: 10px;
  }
  .program__nav-dropdown .dropdown-menu {
    transform: translate3d(0px, 100%, 0px) !important;
    -moz-transform: translate3d(0px, 100%, 0px) !important;
    -webkit-transform: translate3d(0px, 100%, 0px) !important;
    border-radius: 0;
    padding: 0;
    right: 0;
    top: -25px !important;
    left: 0;
    display: none;
  }
  .program__nav-dropdown.show .dropdown-menu.show {
    display: block;
  }
  .program__nav-dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    border-radius: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .program__nav-dropdown .dropdown-menu .dropdown-item:hover,
  .program__nav-dropdown .dropdown-menu .dropdown-item:focus {
    color: #fff !important;
  }
  .program__nav-dropdown .dropdown-menu .dropdown-item:hover::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .program__nav-dropdown .dropdown-menu .dropdown-item > span {
    margin-left: 10px;
    position: relative;
    z-index: 1;
  }
  .program__nav-dropdown .dropdown-menu .dropdown-item > img {
    position: relative;
    z-index: 1;
  }
  .program__slider .program__item {
    height: auto;
    overflow: auto;
  }
  .program__slider .program__item .program__desc {
    position: relative;
  }
  .program__slider .slick-arrow {
    top: 20%;
  }
  .project__title {
    font-size: 25px;
  }
  #press .list.list--download > .list__item > .list__link {
    text-align: left;
  }
  #report .col-md-4 {
    margin-bottom: 30px;
  }
  .report__list > li {
    width: 100%;
  }
  .report__box .report__img {
    float: left;
  }
  .report__box .report__name {
    padding-left: 120px;
  }
  .report__box .report__link {
    padding-left: 15px;
  }
  #report .report__box .report__img {
    width: 100%;
    box-shadow: none;
  }
  #report .report__box .report__name {
    padding-left: 0;
  }
  .sidebar__form-group {
    margin-right: 0;
    width: 100%;
  }
  .slider__services-title {
    text-align: left;
    font-size: 20px;
  }
  .search-list > .list__item > .list__link {
    text-align: left !important;
  }
  .service__link {
    height: auto;
  }
  .service__link .service__img {
    height: 280px;
    width: 100%;
  }
  .service__link .service__desc {
    width: 100%;
    padding: 25px 20px;
  }
  .service__item.service--left > .service__link .service__desc::before,
  .service__item.service--left > .service__link .service__desc::after,
  .service__item.service--right > .service__link .service__desc::before,
  .service__item.service--right > .service__link .service__desc::after {
    display: none;
  }
  .service__list .service__item {
    margin-bottom: 40px;
  }
  .sidebar__box {
    width: 100%;
  }
  .slider__thumb .owl-dots .owl-dot span {
    background-color: #fff;
  }
  #slider-big-img {
    height: auto;
  }
  #slider-big-img .slider-prev {
    left: 0;
  }
  #slider-big-img .slider-next {
    right: 0;
  }
  .slider__services::before,
  .slider__services::after {
    display: none;
  }
  .slider__thumb .slick-arrow {
    color: #00674e;
  }
  .slider__thumb .slider__item {
    border-left: 0;
  }
  .slider__thumb .slider-prev {
    right: 25px;
    top: -45px;
  }
  .slider__thumb .slider-next {
    right: 0px;
    top: -45px;
  }
  .thumb-arrow .slick-arrow {
    padding-right: 30px;
    padding-top: 5px;
  }
  .thumb-arrow .slider-prev {
    right: 25px;
    top: -45px;
  }
  .thumb-arrow .slider-next {
    right: 0px;
    top: -45px;
  }
  .stock .stock__mobile.stock-open,
  .stock .stock__footer.stock-open {
    z-index: 101;
  }
  .stock-active {
    position: relative;
  }
  .stock-active::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .stock .stock__footer.stock-open {
    position: relative;
    background-color: #fff;
  }
  .tab,
  .nav.nav--slider {
    display: none;
  }
  .tab__list {
    width: 100%;
  }
  .tab__list .slick-arrow {
    width: 100%;
  }
  .tab__content {
    width: 100%;
  }
  .tab__content .list,
  .tab__content .tab__detail {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .tab__detail .tab__desc {
    padding-left: 0;
  }
  .target-zero__detail {
    margin-bottom: 30px;
  }
  .target-zero__detail p {
    padding-right: 0;
  }
  .target-zero__detail img {
    margin-right: 20px;
    margin-left: 20px;
    max-width: 100%;
    height: auto;
  }
  .target-zero__detail .target-zero__img {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .target-zero__detail .target-zero__img img {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: 180px;
    max-width: 100%;
  }
  .target-zero__detail .target-zero__title {
    margin-top: 10px;
  }
  .testimonial {
    margin-top: 50px;
  }
  .testimonial__desc {
    padding: 0 60px;
  }
  .testimonial__desc::before {
    left: 30px;
  }
  .testimonial__item.slick-current .testimonial__desc::after {
    display: none;
  }
  .testimonial__nav .slider-prev {
    left: 0;
  }
  .testimonial__nav .slider-next {
    right: 0;
  }
}
@media (width: 1024px) and (height: 768px) {
  .landing__box {
    min-height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header__lang {
    margin-left: -255px;
    margin-top: 5px;
  }

  .landing__box {
    min-height: 315px;
  }
  .about {
    padding-right: 0;
  }
  .ads__desc {
    width: 60%;
    padding: 25px;
  }
  .ads__img {
    width: 40%;
  }
  #career {
    top: 0;
  }
  .contact__box {
    padding: 20px;
  }
  .contact__bg .info__box {
    padding: 20px;
  }
  .contact__bg .info__box::after {
    display: none;
  }
  .contact__list > li {
    margin-bottom: 20px;
  }
  .container-fluid .col-lg-10.col-pull-right {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .content .align-items-center .content__desc {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .detail__txt {
    width: 100%;
    padding: 0 15px;
  }
  .dropdown-toggle::after {
    border-top: 3px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    position: absolute;
    right: -2px;
    top: 15px;
  }
  .experience__counters .experience__counter {
    margin-bottom: 70px;
  }
  .experience__counters .experience__counter p > big {
    font-size: 68px;
  }
  .experience__counters .experience__counter p > big::after {
    right: -35px;
    top: 40px;
  }
  .footer__list.footer__list--col-3 .footer__item {
    width: 50%;
  }
  .header__logo > img {
    max-width: 150px;
  }
  .header__menu .header__item {
    margin-left: 2px;
  }
  .header__menu .header__item .header__link {
    font-size: 13px;
  }
  .header__dropdown-menu .header__dropdown-item {
    font-size: 14px;
  }
  .header__dropdown-menu .header__dropdown-item::after {
    position: absolute;
    right: 10px;
    top: 15px;
    border-top: 3px solid transparent;
    border-right: 0;
    border-bottom: 3px solid transparent;
    border-left: 3px solid;
  }
  .header__dropdown-menu .header__submenu:hover .header__dropdown-sub {
    font-size: 14px;
    display: block;
  }
  .header__dropdown-menu .header__dropdown-item,
  .header__dropdown-menu .header__submenu .header__dropdown-sub .dropdown-item {
    white-space: normal;
    line-height: 1.3;
    word-wrap: break-word;
  }
  .header__menu .header__item:last-child > .header__link {
    padding-right: 15px;
  }
  .info__box.info--box-img .info__desc {
    padding: 20px 30px 20px 30px;
  }
  .landing__box > p {
    font-size: 17px;
  }
  .landing__green {
    position: relative;
    overflow: hidden;
  }
  .landing__green .landing__img-pull-right > img {
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    top: 0;
  }
  .landing__icon-desc .list > li {
    width: 50%;
    margin-bottom: 80px;
  }
  .landing__list > li > a {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: -6px;
  }
  .landing__list > li .list > li > a {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: -6px;
  }
  .landing__year .landing__item p {
    font-size: 18px;
  }
  .latest__item {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .latest__item::after {
    right: 10px;
  }
  .latest__item .latest__name {
    font-size: 19px;
  }
  .list__link > .list__text-right {
    font-size: 12px;
    width: 20%;
  }
  .map__bg.map--bg-dk,
  .map__bg.map--bg-mb,
  .map__icons {
    display: none;
  }
  .map__bg.map--bg-tb {
    display: block;
  }
  .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
  }
  .nav__list .nav__item > a {
    font-size: 17px;
  }
  .program__nav .program__item .program__box span {
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
  }
  .program__nav .program__item .program__box img {
    height: 31px;
  }
  .service__link .service__desc {
    padding: 20px 25px;
  }
  .service__link .service__desc > p {
    line-height: 1.6;
    font-size: 15px;
  }
  .sidebar__box {
    width: 100%;
  }
  #slider-big-img {
    height: auto;
  }
  #slider-big-img .slider-prev {
    left: 10px;
  }
  #slider-big-img .slider-next {
    right: 10px;
  }
  .slider__services-title {
    font-size: 20px;
    letter-spacing: 0;
  }
  .slider__services::after {
    background-size: 70%;
  }
  .tab__content {
    width: 80%;
  }
  .tab__list {
    width: 20%;
  }
  .tab__list .tab__item .tab__title {
    padding: 5px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .tab__nav .list > li {
    font-size: 16px;
  }
  .tab__list .selected.tab__item::after {
    right: -5px;
  }
  .testimonial {
    margin-top: 50px;
  }
  .testimonial__desc {
    padding-left: 40px;
    padding-right: 40px;
  }
  .testimonial__item.slick-current .testimonial__desc::after {
    height: 252px;
    right: 2px;
  }
  .testimonial__nav .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .testimonial__nav .slider-prev {
    left: 0;
  }
  .testimonial__nav .slider-next {
    right: 0;
  }
  .ads__img > img,
  .info__img > img {
    object-position: 50% -17px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ads__desc {
    width: 50%;
  }
  .ads__img {
    width: 50%;
  }
  .board__item,
  .vehicle__item {
    width: 250px;
  }
  #career {
    top: 0;
  }
  .contact__bg .info__box {
    padding: 20px 80px 20px 20px;
  }
  .contact__list > li {
    margin-bottom: 20px;
  }
  .container-fluid .col-lg-10.col-pull-right {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .detail__list > .detail__item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .detail__list > .detail__item > .detail__icon {
    height: 75px;
  }
  .detail__list > .detail__item > .detail__icon > img {
    max-width: 80%;
  }
  .dividend__share > span {
    font-size: 22px;
  }
  .header__dropdown-menu .header__dropdown-item {
    padding-right: 30px;
  }
  .header__dropdown-menu .header__dropdown-item::after {
    position: absolute;
    right: 10px;
    top: 15px;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .header__dropdown-menu .header__submenu:hover .header__dropdown-sub {
    display: block;
  }
  .header__menu .header__item.header__item--dropdown .header__link::after {
    position: absolute;
    right: -4px;
    top: 18px;
  }
  .landing__green {
    position: relative;
    overflow: hidden;
  }
  .landing__green .landing__img-pull-right > img {
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    top: 0;
  }
  .landing__year .landing__item p {
    font-size: 15px;
  }
  .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
  }
  #slider-big-img {
    height: auto;
  }
  .tab__list .tab__item .tab__title {
    padding: 5px;
    letter-spacing: 0;
  }
  .testimonial {
    margin-top: 50px;
  }
  .testimonial__nav .slider-prev {
    left: 0;
  }
  .testimonial__nav .slider-next {
    right: 0;
  }
  .testimonial__item.slick-current .testimonial__desc::after {
    height: 252px;
    right: 2px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container-fluid .col-lg-10.col-pull-right {
    -ms-flex: 0 0 80.333333%;
    flex: 0 0 80.333%;
    max-width: 80.333%;
  }
  .header__dropdown-menu,
  .header__dropdown-menu .header__submenu .header__dropdown-sub {
    font-size: 14px;
  }
  .header__dropdown-menu .header__submenu .header__dropdown-sub {
    left: 90%;
  }
  .main__stock {
    top: 43%;
  }
  .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
  }
  .testimonial__nav .slider-prev {
    left: 0;
  }
  .testimonial__nav .slider-next {
    right: 0;
  }
}

@media (min-width: 1200px) {
  .header__dropdown-menu .header__submenu:hover .header__dropdown-sub {
    display: block;
  }
  .header__dropdown-menu .header__dropdown-item::after {
    position: absolute;
    right: 10px;
    top: 15px;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
}

/*Add Style aat*/
.navbar-brand {
  padding-bottom: 2px;
  margin-top: -7px;
}
.project__item.item:hover .project__desc {
  /*background-color: rgba(243,128,54,0.7);*/
  cursor: default;
}

.header__menu .header__item.mengamenu-parent {
  position: static;
}

a.nav-link.header__link.dropdown-toggle {
  position: relative;
}

.mengamenu-parent a.nav-link:before {
  display: none;
  content: "";
  width: 3px;
  position: absolute;
  z-index: 0;
  top: auto;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #2c382d;
}

.mengamenu-parent:hover a.nav-link:before {
  display: block;
}

.dropdown-menu.header__dropdown-menu.has-megamenu:before {
  display: none;
}

.nav-tabs.tab__list {
  border: none;
}

.content__nav:empty {
  display: none;
}

/*carousel Overlay*/
/* .project__item:after {
    display: none;
}

.project__item.project-last::after,
.project__item.project-first::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
} */

img {
  max-width: 100%;
}

/* Image lazy
img {
    visibility: hidden;
} */

.fadeIn {
  -webkit-animation: animat_show 0.8s;
  animation: animat_show 0.8s;
  visibility: visible !important;
}

@-webkit-keyframes animat_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 48em) and (max-width: 68em) {
  .project__item > a {
    height: 270px;
  }
}

/*List Global*/
dl,
ol,
ul {
  padding-left: 20px;
}

ol li,
ul li {
  padding-left: 15px;
}

.content__img-pull-right img {
  height: auto !important;
}

.service-image-resp img {
  padding: 25px 0;
}
@media (max-width: 767.98px) {
  .service-image-resp img {
    position: relative !important;
    padding: 0;
  }
}

@media (min-width: 1281px) {
  .service-image-resp img {
    max-width: 602px;
  }
}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {
  .service-image-resp img {
    max-width: 522px;
  }
}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {
  .footer__mobile {
    display: none !important;
  }

  .service-image-resp img {
    max-width: 305px;
  }

  .navbar-nav .nav-iconz {
    font-size: 11px !important;
    top: 11px !important;
    right: -2px !important;
  }

  .latest__item .latest__date {
    font-size: 14px;
  }
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .service-image-resp img {
    max-width: 412px;
  }
}

@media screen and (max-width: 48em) {
  .board__item .board__img,
  .vehicle__item .vehicle__img {
    height: 315px;
  }
}

/*Menu Dropdwon nav*/
.navbar-nav .nav-iconz {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 9px;
  color: #666666;
  font-size: 19px;
  width: 38px;
  text-align: right;
  height: 30px;
  cursor: pointer;
}

/*Hero banner Text Mobile*/
@media screen and (max-width: 767px) {
  .page-template-pt-prospectus .btn-primary {
    padding: 14px 18px;
  }
}

.codeofconduct img {
  object-fit: cover;
  height: 100%;
}

/*add megamenu 3 columns*/
.megamenux__title {
  padding: 2rem 2rem 0;
  margin: 0;
  margin-bottom: -10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
  color: white;
}

.megamenux__list.megamenux__list--block {
  display: block;
}

.megamenux__list.megamenux__list--block li {
  display: block;
}

.program__slider .program__item .program__desc p {
  color: white;
}

.list.landing__list .list li {
  padding-left: 0;
}

/*List Checklist*/
.landing__detail-left > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.landing__detail-left > ul > li {
  font-size: 15px;
  color: #757575;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

.landing__detail-left > ul > li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #0b654e;
  font-size: 20px;
  position: absolute;
  top: -4px;
  left: 0;
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .header__flag.lang__current {
    display: none;
  }
}

.content__result-top {
  background-color: #f0f0f0;
  padding: 10px 25px;
}

.content__result-top {
  background-color: #f0f0f0;
  padding: 10px 25px;
}

.content__result-top p {
  margin-bottom: 0;
}

.content__result.current {
  display: block;
}

.footer__title {
  position: relative;
}

.footer__title .fas {
  float: right;
}

@media screen and (min-width: 767.98px) {
  .footer__title .fas {
    display: none;
  }
}

.slider__thumb .slider__item--wrap a {
  color: #252525;
}

.slider__thumb .slider__item--wrap a:hover,
.slider__thumb .slick-current.slider__item--wrap a {
  color: #e40613;
}

.slider__thumb .slider__item--wrap .slider__services-link {
  text-transform: uppercase;
  font-size: 9px;
  color: #00674e;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  margin-left: 31px;
}

.slider__thumb .slider__item--wrap a:hover .slider__services-link,
.slider__thumb .slick-current.slider__item--wrap a .slider__services-link {
  color: #e40613;
}

/*Add 18 apr 2019*/
@media screen and (max-width: 62em) {
  #about-content .content__img-box {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
  }
  .landing__sidebar {
    display: none;
  }

  #about-content .content__img-pull-right,
  #about-content .content__img-pull-left {
    width: 100%;
  }

  .board__list .slider-prev {
    left: 0;
  }
}
@media screen and (max-width: 48em) {
  .board__item,
  .vehicle__item {
    margin-right: 0;
    margin-left: 0;
  }
}

.tab__map > .active > i {
  border-radius: 0;
}

ul.list {
  padding-top: 19%;
}

ul.list-styled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

ul.list-styled > li {
  font-size: 15px;
  color: #757575;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

ul.list-styled > li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #0b654e;
  font-size: 20px;
  position: absolute;
  top: -4px;
  left: 0;
  font-weight: 900;
}

.nav__list .nav__item > a.opened {
  background-color: #0b654e;
  color: white;
}

@media screen and (max-width: 767px) {
  .project__item::after {
    display: none;
  }
}

/*Fix for specific WP page by ID selector*/

/*Current & Past Projects*/
.page-id-115 .text-center p,
.page-id-124 .text-center p {
  margin: 0 170px;
}

/*Ipad April 2019*/
.landing__year .slider-prev {
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .header__lang {
    margin-left: -55px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 992px) {
  .landing__year {
    width: 100%;
    text-align: center;
    padding-top: 3px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .landing__detail .landing__detail-left {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .landing__detail .landing__detail-img {
    width: 100%;
    float: none;
  }

  #latest .slider-prev,
  .project .slider-prev,
  .dividend .slider-prev {
    left: 20px;
  }

  #latest .slider-next,
  .project .slider-next,
  .dividend .slider-next {
    right: 7px;
  }

  .main__stock {
    display: none;
  }

  .content__img {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .content__img span {
    margin-left: auto;
    margin-right: auto;
  }
  .content__img span img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-position: unset;
  }

  .content__profile {
    padding-left: 0;
  }
  .content__profile > h4 {
    font-size: 31px;
  }

  /*Menu Tablet*/
  .navbar-light .navbar-brand {
    margin-right: 0;
    margin-top: unset;
  }

  .offcanvas-collapse.show {
    left: 15px;
    visibility: visible;
  }

  .header__top {
    display: none;
  }

  .header {
    padding-top: 0;
  }
  .header__logo > img {
    max-width: 120px;
    padding: 7px 0;
  }
  .header__dropdown-menu {
    box-shadow: none;
    border: 0;
    background-color: #e3e3e3;
    color: #848484;
  }
  .header__menu {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #e3e3e3;
  }
  .header__menu .header__box {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  .header__menu .header__item {
    margin-left: 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .header__menu .header__item.header__item--dropdown .header__link {
    color: #666;
  }
  .header__menu .header__item:last-child > .header__link {
    padding-right: 15px;
  }
  .header__menu .header__item.header__item--dropdown .header__link::after,
  .header__dropdown-menu .header__dropdown-item::after {
    float: right;
    margin-top: 10px;
  }
  .header__menu .header__item.header__item--dropdown.show .header__link::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  .header__dropdown-menu .header__dropdown-item,
  .header__dropdown-menu .header__submenu .header__dropdown-sub .dropdown-item {
    color: #777;
    border-bottom: 1px solid #d6d6d6;
  }
  .header__dropdown-menu .header__dropdown-item.header__dropdown-item--active {
    color: #e40613;
  }
  .header__dropdown-menu .header__dropdown-item:hover,
  .header__dropdown-menu .header__dropdown-item:focus {
    background-color: transparent;
    color: #e40613 !important;
  }
  .header__dropdown-menu .header__submenu .header__dropdown-sub {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding-left: 10px;
  }
  .header__dropdown-menu
    .header__submenu
    .header__dropdown-sub
    .dropdown-item:hover,
  .header__dropdown-menu
    .header__submenu
    .header__dropdown-sub
    .dropdown-item:focus {
    background-color: transparent;
    color: #e40613 !important;
  }
  .header__mobile .input-group {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .header__mobile .input-group > .header__input {
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
  }
  .header__mobile .header__input-group {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .header__mobile .header__input-group > .btn {
    padding-left: 10px;
  }
  .header__mobile .input-group {
    margin-bottom: 150px;
  }

  .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav.nav--slider::after {
    display: none;
  }
  /*.offcanvas-collapse {
        position: fixed;
        top: 65px;
        bottom: 0;
        left: -300px;
        width: 100vw;
        visibility: hidden;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
        align-items: start;
        -moz-background-clip: padding;
        -webkit-background-clip: padding;
        background-clip: padding-box;
        border-right: 5px solid rgba(0, 0, 0, 0.2);
        z-index: 99;
        border-bottom: 7px solid #006e50;
        height: 100vh;
    }*/
  .offcanvas-collapse .header__box {
    overflow-y: auto;
    height: 100%;
    background: white;
  }

  .header__mobile,
  .footer__mobile,
  .content__mobile {
    display: block;
  }

  .toggler-active {
    overflow: hidden;
  }
  .toggler-active::after {
    content: "";
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
  }

  /*Megamenu On Mobile*/
  .megamenux {
    display: none;
  }
  .megamenux__title {
    display: none;
    margin-bottom: 0;
    padding: 8px 0;
    color: #777;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
  }

  .content__filter .select2-container--bootstrap .select2-selection,
  .content__filter .dropdown .btn {
    box-shadow: none !important;
    border: 0 !important;
    background-color: #000 !important;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: bold;
    height: 50px;
    padding: 12px 20px;
    width: 100%;
    text-align: left;
  }
  .content__filter
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__rendered {
    color: #fff;
  }
  .content__filter
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow,
  .content__filter .dropdown .btn::after {
    display: inline-block;
    background-color: #192d28;
    width: 50px;
    right: 0;
  }
  .content__filter
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow
    b,
  .content__filter .dropdown .btn::after {
    border: 0 !important;
  }
  .content__filter
    .select2-container--bootstrap
    .select2-selection--single
    .select2-selection__arrow::after,
  .content__filter .dropdown .btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0b0";
    position: absolute;
    bottom: 0;
    right: 15px;
    top: 12px;
    font-style: 20px;
    color: #fff;
  }
  .content__filter .dropdown.show .btn::after {
    content: "\f00d";
    background-color: #403d18;
  }
  .content__filter .dropdown .btn::after {
    right: 0 !important;
    top: 0 !important;
    text-align: center;
    padding: 13px;
  }
  .content__filter .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0px;
    transform: translate3d(0px, 50px, 0px) !important;
    -moz-transform: translate3d(0px, 50px, 0px) !important;
    -webkit-transform: translate3d(0px, 50px, 0px) !important;
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-height: 400px !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
  }
  .content__filter .dropdown-menu .dropdown-item {
    background-color: #827f4f;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 13px 20px;
    border-radius: 0 !important;
  }
  .content__filter .dropdown-menu .dropdown-item:hover {
    background-color: #66633e;
    color: #fff;
  }
  .content__result .content__result-top {
    background-color: #f0f0f0;
    padding: 10px 25px;
  }
  .content__result .content__result-top p {
    margin-bottom: 0;
  }
  .content__result .list li {
    padding: 20px 25px;
  }
  .content__result .list li a {
    color: #777777;
  }
  .content__result .list li a > small {
    font-size: 16px;
    color: #868686;
    display: block;
  }
  .content__result .list li a > strong {
    font-size: 15px;
    display: inline-block;
    line-height: 1.3;
  }
}

/*Pagination mobile*/
.pagenumber__list {
  flex-wrap: wrap;
}

ul.list.pagenumber__list {
  padding-top: 0;
}

ul.list.list--download.search-list {
  padding-top: 0;
}

ul.top-menu {
  float: right;
  margin-bottom: 0;
  padding: 0;
}

ul.top-menu li {
  float: left;
  list-style: none;
}

ul.top-menu li:nth-child(1) {
  border-left: 1px solid #efefef;
}

ul.top-menu li a.nav-link {
  padding: 0.5rem 0;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}

.pagenumber__list > li > a > i {
  display: none;
  font-size: 14px !important;
}

@media screen and (max-width: 48em) {
  .pagenumber__list.pagination .page-item:first-child .page-link,
  .pagenumber__list.pagination .page-item:last-child .page-link {
    font-size: 0;
  }

  .pagenumber__list > li > a > i {
    display: block;
  }

  .pagenumber__list > li {
    display: none;
  }

  .pagenumber__list > li:first-child,
  .pagenumber__list > li:last-child {
    display: inline-block;
  }

  .pagenumber__list > li.page-item.pagenumber__active {
    display: inline-block;
  }
}

/*Header on mobile */
@media screen and (max-width: 767.98px) {
  .header .container--width {
    padding-left: 0;
    padding-right: 0;
  }

  .header .header__nav {
    padding-right: 15px;
    padding-left: 15px;
  }
  .core_img {
    order: 1;
  }
  .core_desc {
    order: 2;
  }
  .corevaluescontainer section {
    margin-bottom: 35px;
  }
  .corevaluescontainer section:last-child {
    margin-bottom: 0;
  }
  .icon-red,
  .icon-yellow,
  .icon-green {
    display: none !important;
  }
  .map__nav ul:first-child {
    margin-bottom: 0;
  }
  .map__nav ul:first-child > li {
    padding-left: 83px;
  }
  .map__nav .map__list > li > .icon-green_sonar {
    left: 51px !important;
  }
  .content__result .list li a > .result_desc strong {
    display: inline-block;
    line-height: 1.3;
    font-size: 18px;
    margin-bottom: 3px;
  }
  .map {
    margin-bottom: 50px;
  }
  #landing-code .landing__green {
    margin-bottom: 50px;
  }
  #landing .landing__bg.landing--bg-gradient {
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
  #press {
    padding-bottom: 0;
  }
  #career {
    margin-bottom: 25px;
  }
  .map__nav .map__list > li > i {
    background-size: cover !important;
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  #about .about__nav {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px - 1) {
  .content__filter,
  .content__result {
    display: none;
  }
}

/* April 2019 social share icon */

.share__social > li > a i {
  color: #999999;
}

.share__social > li > a:hover i,
a:hover .vehicle__detail i {
  color: white;
}

/* Footer Column */

.margin-contact-us {
  margin-left: 85px;
}

.margin-sitemap {
  margin-left: 10%;
  margin-right: -500px;
}

@media screen and (max-width: 992px) {
  .margin-contact-us {
    margin-left: 0;
  }

  .margin-sitemap {
    margin-left: 0;
    margin-right: 0;
  }
}

#ouibounce-modal .modal-body a {
  display: unset;
}
@media screen and (max-width: 767.98px) {
  #ouibounce-modal .modal {
    height: 480px !important;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  #ouibounce-modal .modal-body {
    font-size: 11px;
  }
}
/* Portrait */
@media only screen and (min-width: 320px) and (max-height: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #ouibounce-modal .modal-body {
    font-size: 11.5px !important;
  }
  #ouibounce-modal .modal {
    height: 445px !important;
  }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #ouibounce-modal .modal-body {
    font-size: 9px !important;
  }
}

@media screen and (min-width: 768px) {
  .footer__copyright br {
    display: none;
  }
}

.contact__form .form-group .select2-container {
  width: 100% !important;
}

/*Select dropdwon table issue on page*/
@media screen and (max-width: 992px) {
  .page-template-pt-news-release .content__mobile,
  .page-template-pt-company-updates .content__mobile,
  .page-template-pt-financial-statements .content__mobile,
  .page-template-pt-general-meeting .content__mobile {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .page-template-pt-news-release .content__mobile,
  .page-template-pt-company-updates .content__mobile,
  .page-template-pt-financial-statements .content__mobile,
  .page-template-pt-general-meeting .content__mobile {
    display: block !important;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .slider__services::after {
    display: none;
  }
}

@media screen and (min-width: 2350px) {
  .career__item {
    box-shadow: none;
  }
}

.content__result .list li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content__result .list li ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px;
}

.content__result .list li ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #0b654e;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
}

.pt-news-release-new {
  margin-bottom: 60px;
}

.pt-news-release-new .header-image {
  margin-bottom: 30px;
}

.pt-news-release-new h1 {
  text-align: center;
  margin: 30px 0;
}

.pt-news-release-new a.card {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.pt-news-release-new .pagination-wrapper {
  margin-top: 20px;
}

.pt-news-release-new .pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pt-news-release-new .pagination-wrapper a {
  margin: 0 5px;
}

.pt-news-release-new .pagination-wrapper .page-numbers,
.content--download .list__link {
  background-color: #171f1d;
  color: #fff;
  padding: 14px;
  font-size: 14px;
  letter-spacing: 2.4px;
  text-align: center;
  border-left: 5px solid #e40613;
  transition: all 0.3s linear;
}

.pt-news-release-new .pagination-wrapper .page-numbers:hover,
.content--download .list__link:hover {
  color: #fff;
  background-color: #e40613;
}

.pt-news-release-new .card-text a {
  color: #e40613;
}

.content--download {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 40px 0 100px 0;
}

.pt-news-release-new .pagination-wrapper .active .page-numbers {
  color: #fff;
  background-color: #e40613;
  border-left: 5px solid #e40613;
}

.stcl-header {
  width: 100%;
  height: 200px;
  padding: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.stcl-header .text-heading {
  color: #333;
  font-weight: 700;
}

.stcl-news.content.content--box {
  padding-top: 0 !important;
}

.stcl-news .content--profile {
  padding: unset;
}

.stcl-news .content--img {
  width: 100%;
  margin-bottom: 10px;
}

.stcl-news .content--profile hr {
  border-top: 1px solid #e40613;
}

.stcl-news ul {
  list-style: none;
  padding-left: unset !important;
}

.stcl-news ul li {
  padding-left: unset !important;
}

.stcl-news ul li a {
  color: #e40613;
}

.stcl-news .black {
  color: #171f1d;
}

.stcl-news .red {
  color: #e40613;
}

@media (max-width: 700px) {
  .pt-news-release-new {
    margin-bottom: 100px;
  }

  .pt-news-release-new .row .col-sm {
    margin-bottom: 20px;
  }

  .pt-news-release-new a.card {
    width: 100%;
  }
}
