/**
 * Theme Name: Transkon
 * Version: 1.0.0
 * Author: Stucel
 * Description: PT. Stucel Media Kreatif | Jakarta 14250, Indonesia | Phone: +62-21-4522158, Monday-Friday, 9am to 5pm
 */
#stcl-searchform {
  display: flex;
}
.page-template-pt-core-values .detail__list > .detail__item {
  width: 25%;
  padding: 0 25px;
  margin-left: 0;
  margin-right: 0;
}

/*AAT code Menu dan megamenu*/
.dropdown-menu.header__dropdown-menu .header__dropdown-sub {
  right: auto;
  left: 100%;
  top: 0;
  margin-top: -1px;
}
.header__menu .dropdown-menu .header__item {
  margin-left: 0;
}

/*Ada di style replace aja*/
.navbar-nav.header__list .dropdown-menu {
  background-color: #2c382d;
  border: none;
  margin-top: 4px;
}
@media screen and (min-width: 62em) {
  .navbar-nav.header__list .dropdown-menu {
    min-width: 15rem;
  }
}

/*Ada di style replace aja*/
.header__dropdown-menu .header__dropdown-item.active,
.header__dropdown-menu
  .header__submenu
  .header__dropdown-sub
  .dropdown-item.active {
  background: transparent;
  color: #e40613 !important;
}

/*Ada di style replace aja*/
.navbar-nav.header__list .dropdown-item {
  color: #d0d1d0;
}
.dropdown-menu.header__dropdown-sub {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.dropdown-menu.header__dropdown-menu:before {
  position: absolute;
  z-index: -1;
  top: -9px;
  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;
}
@media screen and (min-width: 62em) {
  .dropdown-menu.header__dropdown-menu:before {
    content: "";
  }
  .navbar-nav .dropdown-menu.header__dropdown-menu {
    left: 30%;
    right: auto;
    margin-left: -100px;
    padding: 10px 5px;
  }
  .navbar-nav .dropdown-menu.header__dropdown-menu.has-megamenu {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 4px 4px 17px -2px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 4px 4px 17px -2px rgba(0, 0, 0, 0.65);
    box-shadow: 4px 4px 17px -2px rgba(0, 0, 0, 0.65);
    overflow: hidden;
    width: 30%;
    margin-left: 6%;
  }
}
.footer::after {
  z-index: -1;
}

/*Megamenu
@media screen and (min-width:62em) {
    .megamenux { min-width: 930px; }
}
*/
.megamenux__list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenux__list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 62em) {
  .megamenux__list li {
    flex: 0 0 50%;
  }
}
/* .megamenux__list li { flex: 0 0 100%; } */
.megamenux__list li a {
  display: block;
  padding: 0.5rem;
  color: #c7c9c8;
  font-size: 14px;
}
.megamenux__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dropdown-menu.header__dropdown-menu.has-megamenu:before {
  right: 65px;
  left: auto;
}
.ninja_table_wrapper {
  margin-bottom: 30px;
  height: 150px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.ninja_table_wrapper::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;
}
.ninja_table_wrapper.content-show {
  height: 100%;
  margin-bottom: 20px;
}
.ninja_table_wrapper.content-show::after {
  display: none;
}
.ninja_table_wrapper thead th {
  background-color: #0b654e !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  border-bottom: 0;
}
.ninja_table_wrapper table {
  border: 0 !important;
}
.megamenux li.header__item--active.active a {
  color: #e40613 !important;
}
.map__point {
  position: absolute;
}
#maps_iframe {
  width: 100%;
  height: 100%;
}
/* .single-stcl_service .project__item::after {
    background: none !important
} */

/* Mobile Navigation*/
@media screen and (max-width: 62em) {
  .header__menu .header__item {
    position: relative !important;
  }

  .dropdown-toggle::after {
    content: none;
  }

  .navbar-nav .nav-iconz {
    display: inline-block;
  }

  .mengamenu-parent a.nav-link:before {
    content: none;
  }
  .navbar-nav.header__list .dropdown-item {
    color: #777;
  }

  .header__dropdown-menu .header__dropdown-item {
    border: none;
  }

  .dropdown-menu.header__dropdown-sub {
    box-shadow: none;
  }

  .navbar-nav.header__list .dropdown-menu {
    background: transparent !important;
  }
}

.slider__thumb .slick-track {
  margin-left: 0;
}

@media screen and (min-width: 1200px) {
  .slider__thumb .slider__item {
    width: 280px !important;
  }
}

/*@media screen and (min-width: 1300px) {
    .slider__thumb .slider__item {
        width: 355px !important;
    }
}*/

@media screen and (min-width: 1600px) {
  .slider__thumb .slider__item {
    width: 375px !important;
  }
}

/*@media screen and (min-width: 1600px) {
    .slider__thumb .slider__item {
        width: 495px !important;
    }
}*/

.tab__map > .active > i {
  background: url("images/icon-map.png") no-repeat 0 0 transparent !important;
}

/*Nonactive submenu  # on mobile*/
@media screen and (max-width: 62em) {
  .header__list a[href*="#"] {
    color: #c6c8ca !important;
  }

  .header__dropdown-menu a.header__dropdown-item--active[href*="#"] {
    color: #777 !important;
  }
}

/*Tabs CSR*/
.program__nav.dropdown-menu {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  float: none;
  width: 100%;
}
@media screen and (max-width: 48em) {
  .program__nav .program__item {
    float: none;
    width: 100%;
  }

  .program__nav .program__item .program__box span {
    display: block !important;
    text-decoration: none;
  }

  .program__nav .program__item .program__box {
    border-radius: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    position: relative;
  }

  .program__nav .program__item {
    height: auto;
    padding-left: 31px;
  }

  .program__list {
    position: relative;
  }

  .program__nav {
    position: absolute;
    left: 0;
    padding: 0;
    border: none;
    top: 94px;
    bottom: auto;
    z-index: 100 !important;
    width: 100%;
  }

  .program__nav .program__item .program__box img {
    max-width: 24px;
    margin: 0;
  }

  .program__nav .program__item .program__box span {
    font-size: 14px;
  }

  .program__nav.show {
    top: 94px !important;
    transform: translate3d(0, 0, 0px) !important;
  }

  .program__nav .program__item .program__box.active::after {
    display: none;
  }

  .program__nav-dropdown:after {
    display: none;
  }

  .program__nav-dropdown .btn > span:before {
    content: "";
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
    right: 30px;
    position: absolute;
    top: 46%;
  }
}

.pagenumber__list > li {
  display: initial;
  padding-left: 0;
}

/*!
 =========================================================
 * HOME SLIDER
 =========================================================
 */

.home-slider {
  padding: 0 !important;
  overflow: hidden;
}

.home-slider .content-slider {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 43%;
}

.home-slider .content-slider .content-box {
  position: relative;
  padding: 45% 20px;
  padding-right: 60px;
}

.home-slider .content-slider .content-box h1 {
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 41px;
}

.home-slider .content-slider .trapezium-shape {
  display: block;
  background: transparent;
  border-style: solid;
  width: 100%;
  height: 100%;
  border-width: 0px 0px 800px 145px;
  border-color: transparent transparent rgba(23, 31, 29, 0.87) transparent;
  position: relative;
  z-index: 1;
}
.home-slider .content-slider .trapezium-shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: -85px;
  display: block;
  width: 20px;
  height: 800px;
  background-color: #e40613;
  transform: skewX(-10deg);
}

@media (min-width: 1500px) {
  section.home-slider .slider-home .swiper-slide img {
    max-height: 795px;
  }
}

/*!
 =========================================================
 * General Styles
 =========================================================
 */

a {
  font-family: "Nunito", sans-serif;
  color: #333;
  text-decoration: none !important;
  outline: none !important;
  cursor: pointer;
}
@keyframes slide-right {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@keyframes slide-left {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
}
a:hover {
  color: #e40613;
}
a:hover .fa-caret-right,
a:hover .fa-long-arrow-alt-right {
  -webkit-animation: slide-right 1s ease-in-out infinite;
  animation: slide-right 1s ease-in-out infinite;
}
a:hover .fa-caret-left {
  -webkit-animation: slide-left 1s ease-in-out infinite;
  animation: slide-left 1s ease-in-out infinite;
}
a:hover i {
  color: #fff;
}
.read-more {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 2.6px;
  color: #333333;
}

select {
  padding: 12px 20px;
  border: solid 1px rgba(51, 51, 51, 0.5);
  border-radius: 0;
  background: transparent url("../images/select-bg.png");
  background-position: right 26px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
}
select:active,
select:hover,
select:focus {
  border: solid 1px #333333;
  outline: 0;
  cursor: pointer;
}

.btn {
  box-shadow: none !important;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
}
.btn.btn-white,
.btn.btn-black {
  background-color: #ffffff;
  color: #333333;
  padding: 14px;
  font-size: 14px;
  letter-spacing: 2.4px;
  text-align: center;
  border-left: 5px solid #e40613;
}
.btn.btn-black {
  background-color: #171f1d;
  color: #fff;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black:active {
  color: #fff;
  background-color: #e40613;
}

img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .container {
    padding: 0 35px;
  }
}
section {
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  section {
    padding: 40px 0;
  }
}
.relative {
  position: relative;
}

.slick-slider.slick-initialized {
  visibility: visible;
}
.slick-slider .slick-slide {
  overflow: hidden;
  visibility: hidden;
}
.slick-slider .slick-slide:first-of-type {
  visibility: visible;
}
.slick-slider.slick-initialized .slick-slide {
  visibility: visible;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev,
.slick-next {
  width: auto;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .slick-prev,
  .slick-next {
    width: 12px;
  }
}
.slick-prev {
  left: 5%;
}
.slick-next {
  right: 5%;
}
.slick-list {
  height: auto !important;
}
.slick-list .slick-track {
  align-items: flex-start;
}
.swiper-container-horizontal {
  overflow: hidden;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  outline: none;
}
.swiper-button-next:before,
.swiper-button-next::after,
.swiper-button-prev:before,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  background: none;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  width: auto;
  height: auto;
  z-index: 2;
  margin-top: 0;
  outline: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  cursor: pointer;
  outline: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 25px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 25px;
  left: auto;
}

/*!
 =========================================================
 * MENU
 =========================================================
 */

ul.sub-menu.dropdown-menu.header__dropdown-menu {
  background-color: #171f1d;
  text-align: center;
}
ul.sub-menu.dropdown-menu.header__dropdown-menu:before {
  border-bottom: 13px solid #171f1d;
}
a.dropdown-item.header__dropdown-item {
  color: #fff !important;
}
a.dropdown-item.header__dropdown-item:hover,
a.dropdown-item.header__dropdown-item:focus,
.megamenux li.header__item--active.active a,
.megamenux__list li a:hover,
.megamenux__list li a:focus {
  color: #e40613 !important;
}
.megamenux .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}
.megamenux__title:hover,
.megamenux__title:focus {
  background-color: #e40613;
}
.megamenux__title {
  padding: 1rem 2rem;
  height: 60px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.megamenux__list,
.megamenux__list--block {
  text-align: center;
  padding-bottom: 10px;
}
.megamenux__list li a {
  color: #fff !important;
}
.megamenux .megamenux__list li:hover:nth-child(1),
.megamenux__list li:hover:nth-child(2) {
  background-color: #e40613;
}
.megamenux .megamenux__list li:nth-child(1) a:hover,
.megamenux__list li:nth-child(2) a:hover {
  color: #fff !important;
}
.megamenux .megamenux__list li:nth-child(1),
.megamenux__list li:nth-child(2) {
  padding: 10px 0;
  font-weight: bold;
}
ul.sub-menu li {
  padding-left: 0 !important;
}
@media screen and (min-width: 62em) {
  .navbar-nav .dropdown-menu.header__dropdown-menu {
    padding: 0;
  }
}

/*!
 =========================================================
 * USER DETAILS
 =========================================================
*/
.content--box .content__link {
  margin-bottom: 30px;
}
.content--box .content__link:hover i {
  color: #e40613;
  transition: all 0.2s;
}
@media screen and (min-width: 1280px) {
  .content--box .content__profile {
    padding-left: 450px;
    padding-right: 100px;
  }
  .content--box .content__img {
    max-width: 370px;
  }
}
.content--box .content__profile hr {
  border-top: 1px solid #e40613;
}
.content--box .content__profile blockquote {
  margin: 2rem 0 2rem;
}
.content--box .content__profile blockquote::before {
  content: "\f10d";
  position: absolute;
  font-size: 4em;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  opacity: 0.1;
  transform: translate(5px, -30px);
}
.content--box .content__profile blockquote p {
  font-size: 18px;
  margin-left: 25px;
  line-height: 1.4;
  color: #4c4c4c;
  font-style: oblique;
  letter-spacing: 0.5px;
  font-family: "Nunito", sans-serif;
}
.content--box .content__profile .content__nav .label {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
}
.content--box .content__profile .content__nav .cnext:hover .label,
.content--box .content__profile .content__nav .cprev:hover .label {
  color: #e40613;
  transition: all 0.2s;
}
.content--box .content__profile .content__nav .cnext {
  text-align: right;
  padding: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.content--box .content__profile .content__nav .cnext i {
  font-size: 2rem;
  margin-bottom: 5px;
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.content--box .content__profile .content__nav .cprev {
  text-align: left;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content--box .content__profile .content__nav .cprev i {
  font-size: 2rem;
  margin-bottom: 5px;
  margin-right: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.content--box .content__profile .content__nav .cprev:hover h3,
.content--box .content__profile .content__nav .cnext:hover h3,
.content--box .content__profile .content__nav .cprev:hover i,
.content--box .content__profile .content__nav .cnext:hover i {
  color: #e40613;
  transition: all 0.2s;
}
.content--box .content__profile .content__nav .cprev .nav-title,
.content--box .content__profile .content__nav .cnext .nav-title {
  font-weight: 500;
  margin-top: -3px;
  letter-spacing: 1.5px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.content--box .content__profile .content__nav .cprev .job-label,
.content--box .content__profile .content__nav .cnext .job-label {
  display: none;
}

/*!
 =========================================================
 * HOME OUR VEHICLES
 =========================================================
 */

.our-vehicles {
}

.our-vehicles .navigator-row {
  margin-bottom: 35px;
}

.our-vehicles .navigator-row h3 {
  font-weight: bold;
  margin: 0;
  font-size: 30px;
  color: #171f1d;
}

.our-vehicles .navigator-row .our-vehicles-tab li {
  margin-left: 40px;
  width: inherit !important;
  z-index: 1;
}

@media only screen and (min-width: 700px) and (max-width: 1200px) {
  .our-vehicles .navigator-row .our-vehicles-tab li {
    margin-left: 0;
    width: 50% !important;
    z-index: 2;
  }
}

.our-vehicles .navigator-row .our-vehicles-tab li a {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 0 9px;
}

.our-vehicles .navigator-row .our-vehicles-tab li a:hover {
  color: #e40613;
}

.our-vehicles .navigator-row .our-vehicles-tab li a.active {
  color: #e40613;
  border-bottom: solid 3px #e40613;
}

.our-vehicles .navigator-row .our-vehicles-select {
  margin-bottom: 55px;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  color: #e40613;
  text-transform: uppercase;
  background: transparent url("../images/select-bg-red.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px;
  line-height: 1.73;
}

.our-vehicles .content-slider-row .our-vehicles-content {
  padding: 0 30px;
}
.our-vehicles .container .col-md-12 {
  z-index: 1;
}
.slider-our-vehicles-content {
  visibility: hidden;
}

.slider-our-vehicles-content.slick-initialized {
  visibility: visible;
}

.our-vehicles .content-slider-row .our-vehicles-content .produk {
  margin: 0 7px;
}

.our-vehicles .content-slider-row .our-vehicles-content .produk .item {
  border: solid 1px rgba(112, 112, 112, 0.2);
  background-color: #ffffff;
  text-align: center;
  padding: 22px 0;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.our-vehicles .content-slider-row .our-vehicles-content .produk .front {
}

.our-vehicles
  .content-slider-row
  .our-vehicles-content
  .produk
  .product-detail.trapezium-shape {
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  z-index: 1;
  background-color: #171f1d;
  transition: all 0.5s ease-in-out;
  bottom: 0;
  transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
}
.our-vehicles
  .content-slider-row
  .our-vehicles-content
  .produk
  .product-detail.trapezium-shape::before {
  content: "";
  position: absolute;
  background-color: #171f1d;
  top: -25px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
}
.our-vehicles
  .content-slider-row
  .our-vehicles-content
  .produk
  .product-detail.trapezium-shape::after {
  content: "";
  position: absolute;
  background-color: #e40613;
  top: -35px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
}
.our-vehicles .content-slider-row .our-vehicles-content .produk .product-image {
  height: 210px;
  object-fit: contain;
  margin: 40px 0 30px;
}

.our-vehicles .content-slider-row .our-vehicles-content .produk .name,
.our-vehicles .content-slider-row .our-vehicles-content .produk .namex {
  margin: 0;
  font-weight: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
}
.our-vehicles .content-slider-row .our-vehicles-content .produk .read-more {
  margin-top: 5px;
}

.our-vehicles .content-slider-row .our-vehicles-content .produk .context {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-vehicles
  .content-slider-row
  .our-vehicles-content
  .produk
  .item:hover
  .product-detail.trapezium-shape {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.our-vehicles
  .content-slider-row
  .our-vehicles-content
  .produk
  .item:hover
  .product-detail.trapezium-shape::before {
}
.our-vehicles
  .content-slider-row
  .our-vehicles-content
  .produk
  .item:hover
  .namex {
  color: #ffffff;
}
.our-vehicles
  .content-slider-row
  .our-vehicles-content
  .produk
  .item:hover
  .read-more,
.our-vehicles
  .content-slider-row
  .our-vehicles-content
  .produk
  .item:hover
  .read-more
  i {
  color: #ffffff;
}
.our-vehicles
  .content-slider-row
  .our-vehicles-content
  .produk
  .item:hover
  .read-more
  .fa-long-arrow-alt-right {
  -webkit-animation: slide-right 1s ease-in-out infinite;
  animation: slide-right 1s ease-in-out infinite;
}

.our-vehicles .content-slider-row .our-vehicles-content .slick-prev {
  left: -30px;
}

.our-vehicles .content-slider-row .our-vehicles-content .slick-next {
  right: -30px;
}

/*!
 =========================================================
 * HOME ABOUT
 =========================================================
 */

#about {
  background: #fff;
}

#about:after {
  content: "";
  border-bottom: 133vh solid #f5f4f4;
  border-left: 55vh solid #1fff0000;
  background: #e4061300;
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 0;
}

#about .col-md-6 {
  z-index: 1;
}
#about .col-md-6 .about h2.about__title {
  color: #171f1d;
  font-size: 28px;
}
#latest a:hover i {
  color: #e40613;
}

/*!
 =========================================================
 * MILESTONE
 =========================================================
 */
.milestone {
  overflow: hidden;
}

.milestone .our-title h5 {
  opacity: 0.7;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 3.4px;
  color: #ffffff;
  text-transform: uppercase;
}

.milestone .set-absolute {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.milestone .our-images {
}

.milestone .our-images img {
  display: block;
  height: 360px;
  object-fit: cover;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.milestone .mls-box .bottom-red {
  position: relative;
}

.milestone .mls-box .bottom-red .trapezium-shape {
  display: block;
  background: transparent;
  border-style: solid;
  width: 100%;
  height: 360px;
  border-width: 0px 0px 360px 80px;
  border-color: transparent transparent #a30009 transparent;
  position: relative;
  z-index: 1;
}
.milestone .mls-box .bottom-red.trapezium-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  display: block;
  background: transparent;
  border-style: solid;
  width: 100%;
  height: 360px;
  border-width: 0px 0px 360px 80px;
  border-color: transparent transparent #e40613 transparent;
}

.milestone .mls-box .bottom-red.trapezium-red::after {
  content: "";
  position: absolute;
  top: -80px;
  left: 3px;
  display: block;
  background: transparent;
  border-style: solid;
  width: 100%;
  height: 360px;
  border-width: 0px 0px 360px 80px;
  border-color: transparent transparent #fff transparent;
  z-index: -1;
}
/* Scrollbar Styling */
.milestone .mls-box .bottom-red .content-box::-webkit-scrollbar {
  width: 6px;
}

.milestone .mls-box .bottom-red .content-box::-webkit-scrollbar-track {
  background-color: transparent;
}

.milestone .mls-box .bottom-red .content-box::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(228, 6, 19, 0.44);
}

.milestone .mls-box .bottom-red .content-box {
  height: 250px;
  overflow: auto;
  position: relative;
  z-index: 1;
  width: 65%;
  margin: 0 auto;
  padding: 45px 0 15px;
  top: 20px;
  padding-right: 60px;
}

.milestone .mls-box .top-white {
  position: relative;
}
.milestone .milestone-year {
  padding: 0 25%;
}
.milestone .milestone-year .slick-arrow {
  width: 7.8px;
  height: auto;
  margin-top: 1px;
}

.milestone .milestone-year .slick-prev {
  left: 24%;
}

.milestone .milestone-year .slick-next {
  right: 24%;
}

.milestone .milestone-year .slick-slide {
  padding: 28px 0;
  text-align: center;
}

.milestone .milestone-year .slick-slide.slick-current p {
  color: #e40613;
  font-weight: bold;
}

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

.milestone .milestone-year .year_item {
  outline: 0;
  cursor: pointer;
}

.milestone .milestone-year .year_item p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.6px;
  text-align: center;
  color: #707070;
  margin-bottom: 0;
}

.milestone .milestone-year .year_item p:hover {
  color: #e40613;
}

.milestone .our-content h2 {
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #ffffff;
}
.milestone .our-content p,
section#operation p {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  line-height: 28px;
}

section#operation .aop.row .label {
  margin: auto 0;
  font-family: "Nunito", sans-serif;
  letter-spacing: 2px;
  line-height: 45px;
  color: white;
  text-transform: uppercase;
  padding-left: 15px;
}

span.counter.sign:after {
  content: "+";
}

.our-client-home-content .slick-list .slick-track {
  align-items: center;
  display: flex;
}

/*!
 =========================================================
 * OUR VEHICLES
 =========================================================
 */
.page-template-pt-service ul.list {
  padding-top: 0 !important;
}

/*!
 =========================================================
 * VEHICLES DETAILs
 =========================================================
 */

.vehicles-detail-product {
}

.vehicles-detail-product h3.vehicles-name {
  font-weight: 500;
  color: #e40613;
  margin-bottom: 35px;
}

.vehicles-detail-product .vehicles-detail-tab li {
  margin: 13px 0;
  width: auto;
}

.vehicles-detail-product .vehicles-detail-tab li:not(:nth-child(1)) {
  padding: 0;
}

.col-md-12.vehicle_dlists {
  padding: 25px 0;
}

.vehicles-detail-product .vehicles-detail-tab li a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: rgba(51, 51, 51, 0.4);
  background-color: #fff;
  padding: 15px 20px;
  border: solid 1px rgba(112, 112, 112, 0.5);
}

.vehicles-detail-product .vehicles-detail-tab li a:hover {
  color: #171f1d;
}

.vehicles-detail-product .vehicles-detail-tab li a.active {
  color: rgba(255, 255, 255, 1);
  background-color: #171f1d;
}

.vehicles-detail-product .vehicles-detail-select {
  margin-bottom: 36px;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  background: transparent url("../images/select-bg.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px;
  line-height: 1.73;
}

.vehicles-detail-product .vehicles-detail-content {
}

.vehicles-detail-product .vehicles-detail-content .vehicle-image {
  height: 400px;
  overflow: hidden;
}
.vehicles-detail-product .vehicles-detail-content .vehicle-image img {
  height: 100%;
  object-fit: cover;
}
.vehicles-detail-product .vehicles-detail-content .vehicle-spec {
}
/* Scrollbar Styling */
.vehicle-spec .content-box::-webkit-scrollbar {
  width: 8px;
}

.vehicle-spec .content-box::-webkit-scrollbar-track {
  background-color: transparent;
}

.vehicle-spec .content-box::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #3e403f;
}
.vehicles-detail-product .vehicles-detail-content .vehicle-spec .content-box {
  height: 400px;
  overflow: auto;
  padding: 65px 25px;
  position: relative;
  z-index: 1;
}
.vehicles-detail-product .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.vehicles-detail-product .col-md-12 .content__desc .content__title {
  text-align: left;
}
.vehicles-detail-product .vehicles-detail-content .vehicle-spec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  height: 60px;
  background-color: #171f1d;
  z-index: 2;
}
.vehicles-detail-product .vehicles-detail-content .vehicle-spec::after {
  content: "";
  position: absolute;
  top: 340px;
  left: 0;
  width: 90%;
  margin: 0 auto;
  height: 60px;
  background-color: #171f1d;
  z-index: 2;
}
.vehicles-detail-product .vehicles-detail-content .vehicle-spec h4 {
  font-size: 17px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
}
.vehicles-detail-product .vehicles-detail-content .vehicle-spec p {
  opacity: 0.8;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  color: #ffffff;
  padding: 0 20px;
  line-height: 33px;
  margin-bottom: 30px;
}
.vehicles-detail-product .vehicles-detail-content .vehicle-spec ul {
  margin: 0;
}
.vehicles-detail-product .vehicles-detail-content .vehicle-spec ul li {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 10px 0;
}

.vehicles-detail-product .set-absolute {
  position: absolute;
  right: 0;
  top: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
}

.vehicles-detail-product .trapezium-shape {
  display: block;
  background: transparent;
  border-style: solid;
  width: 100%;
  height: 400px;
  border-width: 0px 0px 400px 80px;
  border-color: transparent transparent #171f1d transparent;
  position: relative;
  z-index: 1;
}
.vehicles-detail-product .trapezium-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  display: block;
  background: transparent;
  border-style: solid;
  width: 100%;
  height: 400px;
  border-width: 0px 0px 400px 80px;
  border-color: transparent transparent #e40613 transparent;
}

/*!
 =========================================================
 * ABOUT US
 =========================================================
 */

ul.list.landing__list {
  padding-top: 34%;
}

#landing-about.landing__desc {
  margin-left: -15px;
  margin-right: -15px;
}

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

.landing__list > li > a {
  background-color: #171f1d;
  color: #fff;
  text-transform: capitalize;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}

#landing-vision .landing__box {
  border-left: none;
  background-color: #171f1d;
  color: #fff;
}

#landing-vision .landing__box ul li {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding: 3px 0;
}

#landing-vision .landing__box p {
  color: #fff;
}

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

#landing-board,
#landing-directors {
  z-index: 1;
}

#landing-board {
  margin-bottom: 0;
}

#landing-directors {
  padding-top: 0;
}

.page-template-pt-about .landing .board .board__item {
  margin-left: 0;
}
.page-template-pt-about .landing__bg {
  margin-bottom: 0;
}
.page-template-pt-about .or_structure h2.content__title,
.page-template-pt-about .os_structure h2.content__title {
  margin-bottom: 2.5rem;
  text-align: left;
}
.page-template-pt-about .or_structure_button,
.page-template-pt-about .os_structure_button {
  display: none;
}
.page-template-pt-about .text-center h2 {
  text-align: left;
  margin-bottom: 2em;
}
.page-template-pt-about .client__list {
  text-align: left;
  padding-top: 0;
}
.page-template-pt-about .client__list > li {
  margin-left: 0;
  margin-right: 0;
}
.page-template-pt-about .client__list.list .client__img img {
  width: 300px;
}
.page-template-pt-about .landing__bg.landing--bg-gradient,
.page-template-pt-about .landing__bg.landing--bg-gradient .client {
  padding-bottom: 0;
}

.landing .container-fluid.container-pull-right.ptrn:before {
  content: "";
  background: linear-gradient(to bottom, white, #ffffff00);
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  z-index: 0;
}

.landing .container-fluid.container-pull-right.ptrn:after {
  content: "";
  background: linear-gradient(to top, white, #ffffff00);
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  z-index: 0;
  margin-top: -20%;
}

@media screen and (min-width: 48em) {
  .container-fluid.container-pull-right.ptrn {
    background-image: url(https://www.stucel.com/transkon/wp-content/themes/transkon/images/pattern.png);
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@media screen and (min-width: 62em) {
  .content__img-pull-left {
    margin-top: 0;
  }
  div.col-lg-6.col-lg-full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
/*!
 =========================================================
 * RESPONSIVE STYLE
 =========================================================
 */

@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 35px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 25px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  .milestone .content-milestone#images-milestone {
    margin-bottom: -10px;
  }

  /*!
    =========================================================
    * HOME SLIDER
    =========================================================
    */
  .home-slider .content-slider {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    width: 100%;
    background-color: #171f1d;
  }

  .home-slider .content-slider .content-box {
    position: relative;
    padding: 50px 45px 65px;
    text-align: center;
  }

  .home-slider .content-slider .content-box h1 {
    margin-bottom: 40px;
    font-size: 35px;
  }

  .home-slider .content-slider .trapezium-shape {
    display: block;
    background: #171f1d;
    border-style: none;
    width: 100%;
    height: 100%;
    border-width: 0px;
    border-color: transparent;
    position: relative;
    z-index: 1;
  }

  .home-slider .content-slider .trapezium-shape::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    display: block;
    width: 100%;
    height: 12px;
    background-color: #e40613;
    transform: none;
  }

  /*!
    =========================================================
    * VEHICLES DETAILs
    =========================================================
    */

  .vehicles-detail-product .vehicles-detail-content .vehicle-image {
    height: 250px;
    overflow: hidden;
  }
  /* Scrollbar Styling */
  .vehicle-spec .content-box::-webkit-scrollbar {
    width: 6px;
  }

  .vehicles-detail-product .vehicles-detail-content .vehicle-spec .content-box {
    margin-right: 30px;
  }
  .vehicles-detail-product .vehicles-detail-content .vehicle-spec::before {
    width: 100%;
  }
  .vehicles-detail-product .vehicles-detail-content .vehicle-spec::after {
    width: 100%;
  }

  .vehicles-detail-product .set-absolute {
    position: relative;
    right: auto;
    top: auto;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .vehicles-detail-product .trapezium-shape {
    display: block;
    background: #171f1d;
    border-style: none;
    width: 100%;
    height: 400px;
    border-width: 0;
    border-color: transparent;
    position: relative;
    z-index: 1;
  }
  .vehicles-detail-product .trapezium-red::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    display: block;
    background: #e40613;
    border-style: solid;
    width: 100%;
    height: 12px;
    border-width: 0;
    border-color: transparent;
  }

  /*!
    =========================================================
    * MILESTONE
    =========================================================
    */

  .milestone .our-title h5 {
    font-size: 15px;
    letter-spacing: 3px;
  }

  .milestone .set-absolute {
    position: relative;
    right: auto;
    top: auto;
    z-index: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .milestone .our-images img {
    height: 370px;
  }

  .milestone .mls-box .bottom-red .trapezium-shape {
    background: rgba(163, 0, 9, 0.87);
    border-style: none;
    width: 100%;
    height: 360px;
    border-width: 0px;
    border-color: transparent;
    position: relative;
    z-index: 1;
    padding: 60px 45px;
  }
  .milestone .mls-box .bottom-red.trapezium-red::before {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    bottom: -12px;
    display: block;
    background: #e40613;
    border-style: none;
    width: 100%;
    height: 12px;
    border-width: 0px;
    border-color: transparent;
  }

  .milestone .mls-box .bottom-red.trapezium-red::after {
    display: none;
  }

  .milestone .mls-box .bottom-red .content-box {
    height: 235px;
    width: 100%;
    padding: 0;
    top: 0;
    padding-right: 30px;
  }

  .milestone .milestone-year {
    padding: 0 45px;
  }

  .milestone .milestone-year .slick-prev {
    left: 45px;
  }

  .milestone .milestone-year .slick-next {
    right: 45px;
  }

  .milestone .milestone-year .slick-slide {
    padding: 28px 0;
    text-align: center;
  }

  .milestone .milestone-year .year_item p {
    font-size: 15px;
  }

  .milestone .our-content h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  select {
    width: 100%;
  }

  /*!
    =========================================================
    * HOME OUR VEHICLES
    =========================================================
    */

  .our-vehicles {
  }

  .our-vehicles .navigator-row {
    margin-bottom: 0;
  }

  .our-vehicles .navigator-row h3 {
    margin-bottom: 30px;
    color: #171f1d;
  }

  .our-vehicles .content-slider-row .our-vehicles-content {
    padding: 0 20px;
  }
  .our-vehicles .content-slider-row .our-vehicles-content .produk {
    margin: 0 7px;
  }
  .our-vehicles .content-slider-row .our-vehicles-content .produk .front {
  }

  .our-vehicles
    .content-slider-row
    .our-vehicles-content
    .produk
    .product-detail.trapezium-shape {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .our-vehicles
    .content-slider-row
    .our-vehicles-content
    .produk
    .product-image {
    height: 210px;
    object-fit: contain;
    margin: 15px 0 35px;
  }

  .our-vehicles .content-slider-row .our-vehicles-content .produk .name,
  .our-vehicles .content-slider-row .our-vehicles-content .produk .namex {
    color: #ffffff;
  }
  .our-vehicles .content-slider-row .our-vehicles-content .produk .read-more,
  .our-vehicles .content-slider-row .our-vehicles-content .produk .read-more i {
    color: #ffffff;
  }
  .our-vehicles .content-slider-row .our-vehicles-content .slick-arrow {
    width: 15px;
  }

  .our-vehicles .content-slider-row .our-vehicles-content .slick-prev {
    left: -20px;
  }

  .our-vehicles .content-slider-row .our-vehicles-content .slick-next {
    right: -20px;
  }
}

.service-landing {
  background-image: url("https://www.stucel.com/transkon/wp-content/themes/transkon/images/pattern.png");
  background-size: contain;
  background-repeat: repeat;
}

.hide-m {
  display: none;
}
@media only screen and (min-width: 150px) and (max-width: 768px) {
  .hide-m {
    display: block;
  }
  .hide-d {
    display: none;
  }
}

section#operation,
.masterplan-wrap {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #171f1d;
  overflow: hidden;
  width: auto;
  text-align: center;
  background-position: top center;
}
@media screen and (min-width: 48em) {
  .masterplan-wrap {
    background-size: inherit;
    padding: 0;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .masterplan-wrap {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .masterplan-wrap .masterplan-pins {
    white-space: nowrap;
  }
}
.masterplan-pins,
.masterplan-wrap:before {
  right: 0;
  margin: auto;
  width: 100%;
  position: absolute;
  left: 0;
}
.masterplan-wrap .map-bg {
  width: 100%;
}
.masterplan-pins {
  top: 0;
  padding-right: 15px;
  padding-left: 15px;
  height: 100%;
}
.masterplan-pins {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .masterplan-pins {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .masterplan-pins {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .masterplan-pins {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .masterplan-pins {
    max-width: 1140px;
  }
}

.mp-pin {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.mp-pin a {
  display: block;
}
.mp-pin .img-pin {
  max-width: 100px;
}
@media screen and (min-width: 48em) {
  .mp-pin {
    width: 60px;
  }
}
@media screen and (min-width: 62em) {
  .mp-pin {
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  .mp-pin .tooltip > .tooltip-inner {
    width: 330px;
    max-width: none;
    background-color: #1f2b3d;
    padding: 25px;
    color: #fff;
    text-align: center;
    font: 14px/1.3 Montserrat;
    font-weight: 300;
  }
  .mp-pin .tooltip > .tooltip-inner h5 {
    font: 17px/1.3 Arapey;
    font-weight: 400;
    letter-spacing: 0.3em;
    padding-bottom: 13px;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
  }
  .mp-pin .tooltip > .tooltip-inner h5:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 1px;
    background: #4c5564;
  }
  .mp-pin .tooltip > .tooltip-inner p,
  .mp-pin .tooltip > .tooltip-inner span {
    font: 14px/1.3 Montserrat;
    font-weight: 300;
  }
  .mp-pin .tooltip > .tooltip-arrow {
    display: none;
  }
  .mp-pin img {
    width: 35px !important;
  }
}
.wrap-single-item .slick-slider {
  background-color: #171f1d;
  color: #fff;
  text-align: center;
  padding: 20px 0 25px;
}
.wrap-single-item .slick-slider h5 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 4px;
}
.wrap-single-item .slick-slider span,
.wrap-sub-menu-projects ul li > a {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}
.wrap-single-item .slick-slider h5:after {
  height: 1px;
  display: block;
  width: 75px;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px rgba(255, 255, 255, 0.5);
  margin-top: 0.8em;
  margin-bottom: -0.8em;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.wrap-single-item .slick-slider span p {
  line-height: 17px;
}
.wrap-single-item .slick-slider span {
  display: block;
  font-size: 12px;
  padding: 15px 48px;
}
.wrap-single-item .slick-slider .slick-prev {
  position: absolute;
  left: 16px;
  top: 70px;
  border: none;
  text-indent: -9999px;
  background: url(../../asset/img/home/icon-arrow-left-masterplan.png) no-repeat;
  width: 25px;
  height: 40px;
  z-index: 99;
  outline: 0;
}
.wrap-single-item .slick-slider .slick-next {
  position: absolute;
  right: 0;
  top: 70px;
  border: none;
  text-indent: -9999px;
  background: url(../../asset/img/home/icon-arrow-right-masterplan.png)
    no-repeat;
  width: 25px;
  height: 40px;
  z-index: 99;
  outline: 0;
}

/*!
 =========================================================
 * VEHICLE RENTAL
 =========================================================
 */
.stcl_service-template-default .main .content__desc {
  padding: 0;
}

/*!
 =========================================================
 * OUR CLIENTS
 =========================================================
 */
.page-template-pt-client .landing {
  padding-top: 0;
}

.page-template-pt-client .client .text-center h2 {
  color: #171f1d;
}

.page-template-pt-client .client__list.list {
  padding-top: 5%;
}

.page-template-pt-client .client__list.list .client__img {
  height: 100px;
}

.page-template-pt-client .client__list.list .client__img img {
  width: 150px;
}

.page-template-pt-client .client__list > li {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 45px;
}

.page-template-pt-client .client__list > li > a > p {
  display: none;
  place-content: center;
}

.page-template-pt-client .landing,
.page-template-pt-client .landing__bg.landing--bg-gradient,
.page-template-pt-client section.client {
  padding-bottom: 0;
}

/*!
 =========================================================
 * INVESTOR PRESS
 =========================================================
 */

#press li.list__item {
  padding-left: 0 !important;
}
ul.list.list--download {
  margin-bottom: 5%;
}
.list.list--download > .list__item {
  border-bottom: none;
}
.list.list--download > .list__item > .list__link:hover {
  color: #e40613;
}
.grid .list.list--download > .list__item > .list__link {
  padding: 7px 0;
}
.page-template-pt-investor-area a:hover i {
  color: #e40613;
}

/*!
 =========================================================
 * ANNUAL REPORT
 =========================================================
 */

.page-template-pt-annual-report .content__title {
  text-align: left;
}
.page-template-pt-annual-report .col-md-12 hr {
  position: relative;
  bottom: 2em;
  margin-left: 20em;
  z-index: -1;
}
.page-template-pt-annual-report .col-md-3 .article__img {
  max-width: 280px;
}
.page-template-pt-annual-report .col-md-3 .article_top-title {
  display: block;
  margin-top: 1em;
  text-align: center;
}
.page-template-pt-annual-report .col-md-12 h4 {
  margin-left: 1em;
  margin-bottom: 2em;
}
.page-template-pt-annual-report .col-md-12 h4 b {
  background-color: #fff;
  z-index: 1;
  padding-right: 40px;
}
.page-template-pt-annual-report .col-md-12 h4:before {
  content: "";
  background-color: red;
  width: 10px;
  height: 30px;
  position: absolute;
  left: 0.7em;
  transform: skew(-15deg);
}
.page-template-pt-annual-report .col-md-12 ul.list.list--download {
  padding-top: 0;
}
.page-template-pt-annual-report .col-md-12 ul li.list__item {
  padding-left: 0;
}
.page-template-pt-annual-report
  .col-md-12
  .list.list--download
  > .list__item
  > .list__link {
  padding: 0 0 12px 0;
}
.page-template-pt-annual-report .col-md-12 i.fas.fa-download:before {
  content: "\f1c1";
}
.page-template-pt-annual-report
  .col-md-12
  .pagenumber
  ul.list.pagenumber__list.pagination {
  padding-top: 0;
}
.page-template-pt-annual-report a:hover i {
  color: #e40613;
}
@media only screen and (min-width: 768px) {
  .page-template-pt-annual-report .col-md-12 .col-md-3 {
    order: 1;
  }
}

/*!
 =========================================================
 * SUSTAINABILITY REPORT
 =========================================================
 */
.page-template-pt-sustainability-report .content__title {
  text-align: left;
}
.page-template-pt-sustainability-report .col-md-12 hr {
  position: relative;
  bottom: 4em;
  margin-left: 5em;
  z-index: -1;
}
.page-template-pt-sustainability-report .col-md-3 .article__img {
  max-width: 280px;
}
.page-template-pt-sustainability-report .col-md-3 .article_top-title {
  display: block;
  margin-top: 1em;
  text-align: center;
}
.page-template-pt-sustainability-report .col-md-12 h4 {
  margin-left: 1em;
  margin-bottom: 2em;
}
.page-template-pt-sustainability-report .col-md-12 h4 b {
  background-color: #fff;
  z-index: 1;
  padding-right: 40px;
}
.page-template-pt-sustainability-report .col-md-12 h4:before {
  content: "";
  background-color: red;
  width: 10px;
  height: 30px;
  position: absolute;
  left: 0.7em;
  transform: skew(-15deg);
}
.page-template-pt-sustainability-report .col-md-12 ul.list.list--download {
  padding-top: 0;
}
.page-template-pt-sustainability-report .col-md-12 ul li.list__item {
  padding-left: 0;
}
.page-template-pt-sustainability-report
  .col-md-12
  .list.list--download
  > .list__item
  > .list__link {
  padding: 0 0 12px 0;
}
.page-template-pt-sustainability-report .col-md-12 i.fas.fa-download:before {
  content: "\f1c1";
}
.page-template-pt-sustainability-report
  .col-md-12
  .pagenumber
  ul.list.pagenumber__list.pagination {
  padding-top: 0;
}
.page-template-pt-sustainability-report a:hover i {
  color: #e40613;
}
@media only screen and (min-width: 768px) {
  .page-template-pt-sustainability-report .col-md-12 .col-md-3 {
    order: 1;
  }
}

/*!
 =========================================================
 * SHAREHOLDER UPDATE (COMPANY ANNOUNCEMENTS)
 =========================================================
 */
.page-template-pt-company-announcements .col-md-12 h2.content__title {
  text-align: left;
}
.page-template-pt-company-announcements
  .col-md-12
  .col-md-8
  ul.list.list--download {
  padding-top: 0;
}
.page-template-pt-company-announcements
  .col-md-12
  .col-md-8
  .list.list--download
  li {
  padding-left: 0;
}
.page-template-pt-company-announcements
  .col-md-12
  .col-md-8
  .list.list--download
  .list__item
  .list__link
  > .list__date {
  font-weight: 400;
  font-size: 13px;
  opacity: 0.5;
}
.page-template-pt-company-announcements
  .col-md-12
  .col-md-8
  .list.list--download
  .list__item
  .list__link
  > .list__title {
  font-weight: 400;
}
.page-template-pt-company-announcements
  .col-md-12
  .col-md-8
  .list.list--download
  > .list__item
  > .list__link {
  padding: 10px 0;
}
.page-template-pt-company-announcements
  .col-md-12
  .col-md-8
  .pagenumber
  ul.list.pagenumber__list.pagination {
  padding-top: 0;
}
.page-template-pt-company-announcements
  .col-md-12
  .col-md-4
  .sidebar__form-group {
  margin-top: -50px;
}
.page-template-pt-company-announcements a:hover i {
  color: #e40613;
}

/*!
 =========================================================
 * FINANCIAL STATEMENTS
 =========================================================
 */
.page-template-pt-financial-statements .content--full .content__title {
  text-align: left;
  margin-bottom: 7%;
}
.page-template-pt-financial-statements .content--full .grid .grid__year:before {
  content: "";
  background-color: red;
  width: 10px;
  height: 30px;
  position: absolute;
  left: 0.7em;
  transform: skew(-15deg);
}
.page-template-pt-financial-statements .content--full .grid .grid__year {
  color: #171f1d;
  margin-left: 1em;
}
.page-template-pt-financial-statements
  .content--full
  .grid
  .list.list--download
  > .list__item
  > .list__link {
  color: #171f1d;
}
.page-template-pt-financial-statements
  .content--full
  .grid
  .list.list--download
  > .list__item
  > .list__link:hover {
  color: #e40613;
}
.page-template-pt-financial-statements
  .content--full
  .grid
  .col-md-4
  .grid__box
  ul.list.list--download {
  padding-top: 5%;
}
.page-template-pt-financial-statements
  .content--full
  .grid
  .col-md-4
  .grid__box
  .list.list--download
  li {
  padding-left: 0;
}
.page-template-pt-financial-statements
  .content--full
  .grid
  .col-md-4
  .grid__box
  .list.list--download
  .list__item
  i.fas.fa-file-pdf {
  margin-right: 0.5em;
}
.page-template-pt-financial-statements
  .content--full
  .grid
  .pagenumber
  ul.list.pagenumber__list.pagination {
  padding-top: 0;
  justify-content: center;
}
.page-template-pt-financial-statements
  .content--full
  .grid
  .pagenumber
  .pagination
  .page-item.pagenumber__active
  a.page-link:before {
  content: "";
  background-color: #e40613;
  transform: skew(-20deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-template-pt-financial-statements a:hover i {
  color: #e40613;
}
@media only screen and (min-width: 768px) {
  .page-template-pt-financial-statements .container--width .content__form {
    margin-top: -1em;
  }
}

/*!
 =========================================================
 * General Meeting
 =========================================================
 */
.page-template-pt-general-meeting .content--full .content__title {
  text-align: left;
  margin-bottom: 7%;
}
.page-template-pt-general-meeting .content--full .grid .grid__year:before {
  content: "";
  background-color: red;
  width: 10px;
  height: 30px;
  position: absolute;
  left: 0.7em;
  transform: skew(-15deg);
}
.page-template-pt-general-meeting .content--full .grid .grid__year {
  color: #171f1d;
  margin-left: 1em;
}
.page-template-pt-general-meeting
  .content--full
  .grid
  .list.list--download
  > .list__item
  > .list__link {
  color: #171f1d;
}
.page-template-pt-general-meeting
  .content--full
  .grid
  .list.list--download
  > .list__item
  > .list__link:hover {
  color: #e40613;
}
.page-template-pt-general-meeting
  .content--full
  .grid
  .col-md-4
  .grid__box
  ul.list.list--download {
  padding-top: 5%;
}
.page-template-pt-general-meeting
  .content--full
  .grid
  .col-md-4
  .grid__box
  .list.list--download
  li {
  padding-left: 0;
}
.page-template-pt-general-meeting
  .content--full
  .grid
  .col-md-4
  .grid__box
  .list.list--download
  .list__item
  i.fas.fa-file-pdf {
  margin-right: 0.5em;
}
.page-template-pt-general-meeting
  .content--full
  .grid
  .pagenumber
  ul.list.pagenumber__list.pagination {
  padding-top: 0;
  justify-content: center;
}
.page-template-pt-general-meeting
  .content--full
  .grid
  .pagenumber
  .pagination
  .page-item.pagenumber__active
  a.page-link:before {
  content: "";
  background-color: #e40613;
  transform: skew(-20deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-template-pt-general-meeting a:hover i {
  color: #e40613;
}
@media only screen and (min-width: 768px) {
  .page-template-pt-general-meeting .container--width .content__form {
    margin-top: -1em;
  }
}

/*!
 =========================================================
 * NEWS RELEASE
 =========================================================
 */
.page-template-pt-news-release .content--full .content__title {
  text-align: left;
  margin-bottom: 7%;
}
.page-template-pt-news-release
  .content--full
  .col-md-12
  .grid
  .grid__year:before {
  content: "";
  background-color: red;
  width: 10px;
  height: 30px;
  position: absolute;
  left: 0.7em;
  transform: skew(-15deg);
}
.page-template-pt-news-release .content--full .col-md-12 .grid .grid__year {
  color: #171f1d;
  margin-left: 1em;
}
.page-template-pt-news-release
  .content--full
  .col-md-12
  .grid
  .list.list--download
  > .list__item
  > .list__link {
  color: #171f1d;
}
.page-template-pt-news-release
  .content--full
  .col-md-12
  .grid
  .list.list--download
  > .list__item
  > .list__link:hover {
  color: #e40613;
}
.page-template-pt-news-release
  .content--full
  .col-md-12
  .grid
  .col-md-4
  .grid__box
  ul.list.list--download {
  padding-top: 5%;
}
.page-template-pt-news-release
  .content--full
  .col-md-12
  .grid
  .col-md-4
  .grid__box
  .list.list--download
  li {
  padding-left: 0;
}
.page-template-pt-news-release
  .content--full
  .col-md-12
  .grid
  .col-md-4
  .grid__box
  .list.list--download
  .list__item
  i.fas.fa-file-pdf {
  margin-right: 0.5em;
}
.page-template-pt-news-release
  .content--full
  .col-md-12
  .grid
  .pagenumber
  ul.list.pagenumber__list.pagination {
  padding-top: 0;
  justify-content: center;
}
.page-template-pt-news-release
  .content--full
  .col-md-12
  .grid
  .pagenumber
  .pagination
  .page-item.pagenumber__active
  a.page-link:before {
  content: "";
  background-color: #e40613;
  transform: skew(-20deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-template-pt-news-release a:hover i {
  color: #e40613;
}
/*!
 =========================================================
 * COMPANY UPDATES
 =========================================================
 */
.page-template-pt-company-updates .content--full .content__title {
  text-align: left;
  margin-bottom: 7%;
}
.page-template-pt-company-updates
  .content--full
  .col-md-12
  .grid
  .grid__year:before {
  content: "";
  background-color: red;
  width: 10px;
  height: 30px;
  position: absolute;
  left: 0.7em;
  transform: skew(-15deg);
}
.page-template-pt-company-updates .content--full .col-md-12 .grid .grid__year {
  color: #171f1d;
  margin-left: 1em;
}
.page-template-pt-company-updates
  .content--full
  .col-md-12
  .grid
  .list.list--download
  > .list__item
  > .list__link {
  color: #171f1d;
}
.page-template-pt-company-updates
  .content--full
  .col-md-12
  .grid
  .list.list--download
  > .list__item
  > .list__link:hover {
  color: #e40613;
}
.page-template-pt-company-updates
  .content--full
  .col-md-12
  .grid
  .col-md-4
  .grid__box
  ul.list.list--download {
  padding-top: 5%;
}
.page-template-pt-company-updates
  .content--full
  .col-md-12
  .grid
  .col-md-4
  .grid__box
  .list.list--download
  li {
  padding-left: 0;
}
.page-template-pt-company-updates
  .content--full
  .col-md-12
  .grid
  .col-md-4
  .grid__box
  .list.list--download
  .list__item
  i.fas.fa-file-pdf {
  margin-right: 0.5em;
}
.page-template-pt-company-updates
  .content--full
  .col-md-12
  .grid
  .pagenumber
  ul.list.pagenumber__list.pagination {
  padding-top: 0;
  justify-content: center;
}
.page-template-pt-company-updates
  .content--full
  .col-md-12
  .grid
  .pagenumber
  .pagination
  .page-item.pagenumber__active
  a.page-link:before {
  content: "";
  background-color: #e40613;
  transform: skew(-20deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-template-pt-company-updates a:hover i {
  color: #e40613;
}

/*!
 =========================================================
 * CORPORATE GOVERNANCE
 =========================================================
 */
.page-template-pt-gcg .landing {
  padding-top: 80px;
}
.page-template-pt-gcg .detail__txt {
  padding-left: 0;
  padding-right: 0;
}
.page-template-pt-gcg .col-lg-12 section {
  padding: 40px 0;
}
.page-template-pt-gcg .col-lg-12 h2 b {
  background-color: #fff;
  padding-right: 40px;
}
.page-template-pt-gcg .col-lg-12 hr {
  position: relative;
  bottom: 2.3em;
  margin-left: 5em;
  z-index: -1;
}
.page-template-pt-gcg h2 {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  color: #171f1d;
  opacity: 0.8;
}
.page-template-pt-gcg .col-lg-12 .landing__desc .desc-gcg {
  background-color: #a5020b;
  padding: 40px;
  margin: 20px 0;
}
.page-template-pt-gcg .col-lg-12 ul.list-styled {
  list-style: unset;
}
.page-template-pt-gcg .col-lg-12 ul li {
  padding-left: 0;
  margin-left: 20px;
}
.page-template-pt-gcg .col-lg-12 ul.list-styled > li::before {
  content: "";
}
.page-template-pt-gcg .col-lg-12 .landing__desc .desc-gcg p {
  font-size: 22px;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}
.page-template-pt-gcg .col-lg-12 .landing__desc .desc-gcg ul {
  font-weight: 300;
}
.page-template-pt-gcg .landing-internal .page-template-pt-gcg .col-lg-12 ul li {
  font-size: 17px;
}
.page-template-pt-gcg .col-lg-12 .landing__desc .desc-gcg p,
.page-template-pt-gcg .col-lg-12 .landing__desc .desc-gcg ul li {
  color: #fff;
}
.page-template-pt-gcg .btn-outline-primary {
  border: 0;
  background-color: #171f1d;
  border-left: 5px solid #e40613;
  color: #fff;
  font-weight: lighter;
  padding: 15px 30px;
}
.page-template-pt-gcg .btn-outline-primary:hover,
.page-template-pt-gcg .col-lg-12 .btn-outline-primary:focus {
  background-color: #e40613;
  border-color: transparent;
}
.page-template-pt-gcg .col-lg-12 .landing__desc .board .slick-list {
  display: flex;
  text-align: center;
}
.page-template-pt-gcg
  .col-lg-12
  .landing__desc
  .board
  .slick-list
  .slick-track {
  width: 65.2em !important;
}
.page-template-pt-gcg .landing-internal p,
.page-template-pt-gcg .landing-internal li,
.page-template-pt-gcg .landing-secretary p,
.page-template-pt-gcg .landing-secretary li {
  color: #171f1d;
}
.page-template-pt-gcg .landing-internal .col-md-12,
.page-template-pt-gcg .landing-secretary .col-md-12 {
  margin-bottom: 3em;
}
.page-template-pt-gcg .landing-internal .col-md-12 p,
.page-template-pt-gcg .landing-secretary .col-md-12 p {
  font-size: 16px;
}
.page-template-pt-gcg .landing-internal .col-md-8 .landing__desc p,
.page-template-pt-gcg .landing-secretary .col-md-8 .landing__desc p {
  font-size: 22px;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}
.page-template-pt-gcg
  .landing-internal
  .col-md-8
  .landing__desc
  .list-styled
  li,
.page-template-pt-gcg
  .landing-secretary
  .col-md-8
  .landing__desc
  .list-styled
  li {
  font-size: 16px;
}
#landing-code .col-md-5 .content__img {
  height: 400px;
  max-width: 400px;
  margin-top: 20px;
}
#landing-code .core_desc .content__desc h3 {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  color: #171f1d;
  opacity: 0.8;
}
#landing-code .core_desc .content__desc p {
  font-size: 16px;
  color: #171f1d;
}
section#landing-code .bgpattern .content__img.text-center {
  max-width: 340px;
  height: 340px;
  margin: auto;
}
.page-template-pt-gcg .col-md-12.corevaluescontainer .bgpattern {
  background-image: url(https://www.stucel.com/transkon/wp-content/themes/transkon/images/bgac2.png);
  background-position: -80% 60%;
  background-repeat: no-repeat;
  background-size: 63%;
}

/*!
 =========================================================
 * PRESS RELEASE
 =========================================================
 */
.page-template-pt-press-release .col-md-12 .content__title {
  text-align: left;
}

/*!
 =========================================================
 * CAREER
 =========================================================
 */
.page-template-pt-career .career_image img {
  box-shadow: 0px 0px 15px -6px rgba(56, 56, 56, 0.84);
}
.page-template-pt-career .career_desc .title {
  color: #171f1d;
}
.page-template-pt-career .career_desc .description p {
  font-family: "Nunito", sans-serif;
  color: #171f1d;
}
.page-template-pt-career .career-banner .col-md-8 .col-md-9,
.page-template-pt-career .panel-default .panel-body p {
  font-family: "Nunito", sans-serif;
}
.page-template-pt-career .panel-default .panel-body h3 {
  font-family: "Nunito", sans-serif;
  color: #171f1d;
  font-size: 16pt;
}
.page-template-pt-career .panel-default .panel-body li {
  font-family: "Nunito", sans-serif;
  color: #171f1d;
}

/*!
 =========================================================
 * CONTACT
 =========================================================
 */

.form-control:focus {
  border-color: #e40613;
  box-shadow: none;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
  background-color: #171f1d;
  border-left: 5px solid #e40613;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary:hover {
  border-color: #e40613;
  background-color: #e40613;
}

.page-template-pt-contact .wrap-map-intro .caption-map span.email {
  color: #fff;
}

.page-template-pt-contact .wrap-map-intro .caption-map span.email:hover {
  color: #e40613;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #e40613;
  box-shadow: none;
}

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

.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
  background-color: #fbcacdf7;
  color: #6e6e6e;
}
.page-template-pt-contact .contact .col-md-12 {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.32);
  top: -10em;
  background-color: #fff;
}
.page-template-pt-contact .contact .col-md-12:after {
  content: "";
  position: absolute;
  width: 110%;
  background-color: transparent;
  bottom: -15em;
  height: 55em;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff, #fff, #fff);
  left: -40px;
  z-index: 0;
}
.page-template-pt-contact .contact .col-md-12 .contact__box {
  position: relative;
  z-index: 9;
}
.page-template-pt-contact .contact__info p {
  color: #fff;
}

/*!
 =========================================================
 * THANK YOU
 =========================================================
 */

.page-template-pt-thankyou .main {
  background-image: url(https://www.stucel.com/transkon/wp-content/themes/transkon/images/pattern.png);
  background-position-y: 20%;
  background-size: cover;
}

@media (min-width: 1500px) {
  .page-template-pt-thankyou .main {
    padding-bottom: 5%;
  }
}

.page-template-pt-thankyou a.btn.btn-primary {
  background-color: #171f1d;
  border-left: 5px solid #e40613;
}

.page-template-pt-thankyou a.btn.btn-primary:hover {
  background-color: #e40613;
}

.thank-you-icon {
  margin-top: -75%;
  width: 45% !important;
  padding-bottom: 50px;
}

/*!
 =========================================================
 * SEARCH
 =========================================================
 */
.search-results .container .col-md-12 {
  padding-right: 50px;
  padding-left: 50px;
}
input.form-control.search-page {
  background: transparent;
  border: solid 1px #a5a5a5;
}
.search-results .container .col-md-12 .search-keyword h5 strong {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}
.search-results .container .col-md-12 .search-list li.list__item {
  padding-left: 0;
}
button.btn.btn-primary.btn-global-search {
  background-color: #171f1d;
  padding: 14px 50px;
  border-left: none !important;
  font-weight: 300;
  letter-spacing: 5px;
}

button.btn.btn-primary.btn-global-search:hover {
  background-color: #e40613;
}

.page-link {
  margin: 0 5px;
  border: none;
  background-color: transparent;
}

.page-link:hover {
  background-color: transparent;
  border-color: transparent;
}

.prev.page-link:hover:before,
.next.page-link:hover:before {
  content: "";
  background-color: #e40613;
  transform: skew(-20deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.page-link:hover:before {
  content: "";
  background-color: #e40613;
  transform: skew(-20deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.page-link.current:before {
  content: "";
  background-color: #e40613;
  transform: skew(-20deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
/*!
 =========================================================
 * 404
 =========================================================
 */
.error404 .content--full .col-md-8 .text-center .title__404 {
  font-size: 23em;
}
.error404 .content--full .col-md-8 .text-center .title__404 span {
  z-index: -1;
  position: relative;
  color: #cecece;
}
.error404 .content--full .col-md-8 .text-center .img_404 {
  width: 75%;
  margin-top: -12em;
  margin-bottom: 2.5em;
}
.error404 .content--full .col-md-8 .text-center h3.page_not_found {
  font-size: 2.5em;
  font-weight: 700;
  color: #e40613;
  margin-bottom: 1rem;
}
.error404 .content--full .col-md-8 .text-center .btn-primary {
  background-color: #171f1d;
  border-left: 5px solid #e40613 !important;
  letter-spacing: 4px;
  font-weight: 300;
}

/*!
 =========================================================
 * FOOTER
 =========================================================
 */

.footer__row .footer__col-3 .list-title__menu h6 {
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  line-height: 30px;
}

.footer__row .footer__col-3 p,
.footer__row .footer__col-3.second p {
  line-height: 30px;
  color: #fff;
  font-weight: 300;
}

.footer__row .footer__col-3.second .textwidget a {
  color: #fff;
}

.footer__row .footer__col-3.second .textwidget a:hover,
a.footer__link:hover {
  color: #e40613 !important;
}

.footer__nav .footer__title {
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
}

a.footer__link {
  color: #fff !important;
}

ul.list.footer__list {
  padding-top: 0 !important;
}

.wrap-map-intro {
  position: relative;
}
.wrap-map-intro #mapLarge,
.wrap-map-intro #mapResponsive {
  width: 100% !important;
  height: 490px !important;
}
@media (max-width: 768px) {
  .wrap-map-intro #mapLarge,
  .wrap-map-intro #mapResponsive {
    width: 100% !important;
    height: 350px !important;
  }
}
@media (max-width: 768px) {
  .wrap-map-intro #mapLarge {
    display: none;
  }
}
@media (min-width: 768px) {
  .wrap-map-intro #mapLarge {
    display: none;
  }
}
@media (min-width: 1200px) {
  .wrap-map-intro #mapLarge {
    display: block;
  }
}
@media (min-width: 1200px) {
  .wrap-map-intro #mapResponsive {
    display: none;
  }
}
@media (max-width: 768px) {
  .wrap-map-intro .caption-map {
    background-color: #ac1f26;
    position: inherit;
    z-index: 9;
  }
}
@media (min-width: 768px) {
  .wrap-map-intro .caption-map {
    background-color: #ac1f26;
    position: inherit;
  }
}
@media (min-width: 1200px) {
  .wrap-map-intro .caption-map {
    background-color: transparent;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    margin-top: -5%;
  }
}
.wrap-map-intro .caption-map span {
  display: block;
}
.wrap-map-intro .caption-map i {
  margin-right: 4px;
}
.wrap-map-intro .caption-map span.company-name {
  text-transform: uppercase;
}
.wrap-map-intro .caption-map span.company-name {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .wrap-map-intro .caption-map span.company-name {
    font-weight: 600;
  }
}
.wrap-map-intro .caption-map span.company-name,
.wrap-map-intro .caption-map span.address,
.wrap-map-intro .caption-map span.telephone,
.wrap-map-intro .caption-map span.email,
.wrap-map-intro .caption-map span.icon-time {
  margin-bottom: 14px;
}
.wrap-map-intro .caption-map span.today {
  margin-right: 8px;
}
.wrap-map-intro .caption-map span.today,
.wrap-map-intro .caption-map span.time-work {
  display: inline-block;
}
.wrap-map-intro .caption-map address {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  /*padding: 110px 98px 44px 44px;
    margin-top: 20em;*/
  position: relative;
  margin-top: 7.5em;
  margin-right: 5em;
  z-index: 1;
}
.wrap-map-intro .caption-map address h3 {
  margin-bottom: 1em;
  font-weight: 900;
}
@media (max-width: 768px) {
  .wrap-map-intro .caption-map address {
    margin-top: 0em;
    margin-right: 0em;
    font-size: 15px;
    padding: 46px 25px 50px 25px;
  }
}
@media (min-width: 768px) {
  .wrap-map-intro .caption-map address {
    font-size: 17px;
    padding: 46px 25px 50px 25px;
  }
}
.wrap-map-intro .caption-map:after {
  content: "";
}
@media (max-width: 768px) {
  .wrap-map-intro .caption-map:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .wrap-map-intro .caption-map:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .wrap-map-intro .caption-map:after {
    display: block;
    background: url("./images/redbg.png") no-repeat;
    background-size: cover;
    width: 563px;
    height: 600px;
    position: absolute;
    top: 4em;
    bottom: 0;
    right: 0;
  }
}

/*!
 =========================================================
 * MOBILE
 =========================================================
 */

@media only screen and (max-width: 768px) {
  /* HEADER */
  .navbar-toggler {
    order: 3;
  }
  .navbar-toggler .header__bar {
    background-color: #171f1d;
  }
  .header__mobile {
    order: 2;
  }
  .navbar-brand.header__logo {
    order: 1;
  }
  .navbar-collapse {
    order: 4;
  }
  .offcanvas-collapse .header__box {
    height: 100vh;
    background: #161f1c;
  }
  .header__menu .header__item .header__link,
  .header__menu .header__item.header__item--dropdown .header__link {
    color: #c6c8ca;
  }
  .form-control {
    background-color: transparent;
    border: 1px solid #626467;
  }
  .header__input-group .header__btn {
    color: #626467;
  }
  .header__box .header__mobile .input-group {
    margin: 0 auto;
    display: inline-block;
    width: 80%;
  }
  .header__box .header__mobile .header__lang {
    margin-left: 0;
    margin-top: -38px;
    float: right;
    border: 1px solid #626467;
    width: 20.3%;
    display: flex;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 2px;
  }
  #stcl-searchform-mobile {
    margin-top: 50px;
  }

  /* HOME */
  #about:after {
    border-bottom: 90vh solid #f5f4f4;
    border-left: 45vh solid #1fff0000;
  }
  #specialization {
    width: 100%;
  }
  #specialization .specialization__nav {
    margin-top: 30px;
  }
  #operation .col-md-4.aop.row {
    display: block;
    margin-top: 25px;
  }
  #operation h2.about__title.white {
    width: 100%;
  }
  section#operation .aop.row .label {
    padding-left: 0;
  }
  #operation .col-md-12.row {
    margin: 0;
  }
  #latest .home-news .col-md-4 {
    margin: 25px 0;
  }
  #latest .text-center {
    margin-top: 25px;
  }
  #home-join .bg-join {
    background-size: cover;
    background-position: center;
  }
  #home-join .join-banner .col-md-4.title {
    text-align: center;
    margin-bottom: 5em;
  }
  #home-join .join-banner .col-md-4.title h2.about__title.white {
    font-size: 35px;
    width: 100%;
    padding: 20px 30px;
  }
  #home-join .join-banner .col-md-4.title a.btn-white {
    padding: 10px 20px;
  }
  #home-join .join-banner .row {
    margin-right: 0;
    margin-left: 0;
  }
  #home-join .join-banner .col-md-8.row {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  #home-join .join-banner .col-md-8 .col-md-4.join-icon.text-center {
    margin: 20px auto;
    letter-spacing: 3px;
  }
  #home-join .join-banner .col-md-8 .col-md-12 .icon {
    max-width: 8%;
  }
  #home-join .join-banner .col-md-8 .col-md-12.counter {
    padding: 0;
  }
  .our-client .row .col-md-12.row {
    margin: 0;
  }
  .our-client .container .text-center {
    padding-bottom: 50px;
  }

  /* ABOUT US */
  .page-template-pt-about .landing {
    padding-top: 0;
  }
  section#landing-about {
    padding: 0 !important;
  }
  #landing-about .landing__desc .col-lg-6.col-lg-full {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3em;
  }
  #landing-about .landing__desc .col-lg-6 .content__img-box {
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
  }
  #landing-about .landing__desc .content__title {
    text-align: left;
    margin-bottom: 1.5rem;
  }
  #landing-vision .landing__box {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px;
  }
  #landing-vision .landing__box > h3 {
    margin-bottom: 20px;
  }
  #landing-vision .landing__box > ul > li {
    margin-bottom: 15px;
    color: #ffffffcf;
  }
  #landing-values .col-md-12 .landing__desc {
    color: #171f1d;
  }
  #landing-values .col-md-12 .landing__desc h3 {
    margin-bottom: 15px;
    text-align: center;
  }
  #landing-values .col-md-12 .landing__desc p {
    text-align: center;
  }
  #landing-values .col-md-12 .landing__icon-desc {
    text-align: center;
    margin-top: 50px;
  }
  #landing-values .col-md-12 .landing__icon-desc .list > li {
    margin-bottom: 60px;
  }
  #landing-values
    .col-md-12
    .landing__icon-desc
    .list
    > li
    .landing__desc-box
    > p {
    color: #313131cf;
    font-size: 16px;
    line-height: 20px;
  }
  #landing-board .board__list,
  #landing-directors .board__list {
    justify-content: center;
  }
  #landing-board.board h3 {
    color: #171f1d;
    font-size: 2rem;
  }
  #landing-milestones.milestone {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  #landing-milestones.milestone .milestone-year {
    padding: 0 60px;
  }
  #landing-subsidiaries .text-center h2 {
    color: #171f1d;
  }
  #organizational-structure .content__img-box img,
  #landing-subsidiaries .content__img-box img {
    display: none;
  }
  #organizational-structure .or_structure_button,
  #landing-subsidiaries .os_structure_button {
    display: block;
  }
  #organizational-structure a.btn-primary,
  #landing-subsidiaries a.btn-primary {
    font-weight: lighter;
    letter-spacing: 3px;
    padding: 12px 30px;
  }
  #organizational-structure .btn-primary:not(:disabled):not(.disabled):active,
  #landing-subsidiaries .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #e40613;
    border-color: #e40613;
  }

  /* OUR VEHICLE */
  .page-template-pt-service
    .service
    .service__list
    .service__item
    .service__link
    .service__img {
    height: 200px;
  }
  .page-template-pt-service
    .service
    .service__list
    .service__item
    .service__link
    .service__img
    > img {
    height: auto;
    width: 80%;
  }
  .page-template-pt-service
    .service
    .service__list
    .service--left
    .service__link
    .service__img
    > img {
    left: 15%;
  }
  .page-template-pt-service
    .service
    .service__list
    .service--right
    .service__link
    .service__img
    > img {
    right: 15%;
  }
  .page-template-pt-service
    .service
    .service__list
    .service__item
    .service__link
    .service__desc {
    text-align: center;
    border-top: solid 10px #e40613;
  }

  /* LANDING VEHICLE */
  .stcl_service-template-default .col-md-5 .service-image-resp {
    text-align: center;
    padding-top: 15px;
  }
  .stcl_service-template-default .col-md-5 .service-image-resp img {
    width: 90%;
    box-shadow: 0px 0px 14px 0px rgba(117, 117, 117, 0.5);
  }
  .service-landing .col-md-12 .vehicle__item .vehicle__img {
    height: 260px;
  }

  /* ACCECORIES */
  .page-template-pt-accessories .bgpattern:nth-child(odd) {
    background-position: -100% 10%;
    background-size: 130%;
  }
  .page-template-pt-accessories .bgpattern:nth-child(even) {
    background-position: 200% 12%;
    background-size: 130%;
  }
  .page-template-pt-accessories .bgpattern .content__desc {
    padding: 60px 0 0;
  }
  .page-template-pt-accessories .detail {
    padding: 0;
  }

  /* OUR CLIENTS */
  .page-template-pt-client .client__list.client__transkon > li {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-pt-client .client__list.list .client__img img {
    width: 170px;
  }
  .page-template-pt-client .modal-dialog {
    margin: 5rem 2.5rem;
  }

  /* INVESTOR */
  .page-template-pt-investor-area section#detail {
    padding: 0;
  }
  #detail .detail.detail--investor {
    padding: 50px 50px 0;
  }
  #presentation .container.container--width {
    padding: 0;
  }
  #presentation .container.container--width .row {
    margin: auto;
  }
  .page-template-pt-investor-area .presentation__stock .separator__stock {
    display: none;
  }
  #report .report .report__box {
    margin-bottom: 20px;
  }
  #report .report .report__box .report__img img {
    width: 170px;
    box-shadow: 0px 0px 13px -5px rgba(77, 77, 77, 0.54);
  }
  #press h4.grid__title {
    margin-bottom: 20px;
    color: #171f1d;
  }
  #press .grid .list.list--download > .list__item > .list__link {
    color: #171f1d;
  }
  .page-template-pt-investor-area .col-md-12 .ads {
    margin-bottom: 5em;
  }

  /* ANNUAL REPORT */
  .page-template-pt-annual-report .content__title {
    text-align: center;
  }
  .page-template-pt-annual-report .col-md-3 .article_top-title {
    text-align: center;
    margin-left: 0;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #171f1d;
  }
  .page-template-pt-annual-report .col-md-9 {
    margin-top: 50px;
  }
  .page-template-pt-annual-report .col-md-9 .article__title {
    font-weight: 400;
  }
  .page-template-pt-annual-report .col-md-12 h4 {
    margin-left: 1.5em;
  }
  .page-template-pt-annual-report .col-md-12 h4:before {
    left: 1.5em;
  }

  /* SUSTAINABILITY REPORT */
  .page-template-pt-sustainability-report .content__title {
    text-align: center;
  }
  .page-template-pt-sustainability-report .col-md-3 .article_top-title {
    text-align: center;
    margin-left: 0;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #171f1d;
  }
  .page-template-pt-sustainability-report .col-md-9 {
    margin-top: 50px;
  }
  .page-template-pt-sustainability-report .article__title {
    font-weight: 400;
  }
  .page-template-pt-sustainability-report .col-md-12 hr {
    display: none;
  }
  .page-template-pt-sustainability-report .col-md-12 h4 {
    margin-left: 1.5em;
  }
  .page-template-pt-sustainability-report .col-md-12 h4:before {
    left: 1.5em;
  }

  /* SHAREHOLDER UPDATES */
  .page-template-pt-company-announcements .content .col-md-8 {
    order: 2;
  }
  .page-template-pt-company-announcements
    .col-md-12
    .col-md-4
    .sidebar__form-group {
    margin-top: 20px;
  }
  .page-template-pt-company-announcements .grid {
    margin-top: 0;
  }
  .page-template-pt-company-announcements .grid .sidebar__form-group {
    margin-bottom: 40px;
  }
  .page-template-pt-company-announcements .grid .grid__year:before {
    left: 1.2em;
  }

  /* FINANCIAL STATEMENTS */
  .page-template-pt-financial-statements
    .content--full
    .grid
    .grid__year:before {
    left: 1.2em;
  }
  .page-template-pt-financial-statements
    .content--full
    .grid
    .col-md-4
    .grid__box
    ul.list.list--download {
    padding-top: 3%;
  }
  .page-template-pt-financial-statements .content__mobile .sidebar__form-group {
    margin-bottom: 50px;
  }

  /* General Meeting */
  .page-template-pt-general-meeting .content--full .grid .grid__year:before {
    left: 1.2em;
  }
  .page-template-pt-general-meeting
    .content--full
    .grid
    .col-md-4
    .grid__box
    ul.list.list--download {
    padding-top: 3%;
  }
  .page-template-pt-general-meeting .content__mobile .sidebar__form-group {
    margin-bottom: 50px;
  }

  /* NEWS RELEASE */
  .page-template-pt-news-release
    .content--full
    .col-md-12
    .grid
    .grid__year:before {
    left: 1.2em;
  }
  .page-template-pt-news-release
    .content--full
    .col-md-12
    .grid
    .col-md-4
    .grid__box
    ul.list.list--download {
    padding-top: 3%;
  }
  .page-template-pt-news-release .content__mobile .sidebar__form-group {
    margin-bottom: 50px;
  }

  /* COMPANY UPDATES */
  .page-template-pt-company-updates
    .content--full
    .col-md-12
    .grid
    .grid__year:before {
    left: 1.2em;
  }
  .page-template-pt-company-updates
    .content--full
    .col-md-12
    .grid
    .col-md-4
    .grid__box
    ul.list.list--download {
    padding-top: 3%;
  }
  .page-template-pt-company-updates .content__mobile .sidebar__form-group {
    margin-bottom: 50px;
  }

  /* CORPORATE GOVERNANCE */
  .page-template-pt-gcg .landing .detail__txt h2 {
    margin-left: -15px;
  }
  .page-template-pt-gcg .col-lg-12 hr {
    display: none;
  }
  .page-template-pt-gcg .col-lg-12 section {
    padding-top: 20px;
  }
  .page-template-pt-gcg .landing__desc h2 {
    margin-bottom: 1.5rem;
  }
  .page-template-pt-gcg .col-lg-12 .landing__desc .desc-gcg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .page-template-pt-gcg .landing .landing__desc .board .board__list {
    margin: 0 auto;
  }
  .page-template-pt-cgc
    .landing
    .landing__desc
    .board
    .board__list
    .board__item {
    margin-left: 5px;
    margin-right: 5px;
  }
  section #landing-committee-1 .board__list {
    width: 75%;
  }
  .page-template-pt-gcg .landing-internal .col-md-12,
  .page-template-pt-gcg .landing-secretary .col-md-12 {
    margin-bottom: 0;
  }
  .page-template-pt-gcg .landing__board {
    margin-bottom: 30px;
  }
  .page-template-pt-gcg .landing__board .board__list {
    text-align: -webkit-center;
  }
  .page-template-pt-gcg .content__mobile {
    display: none;
  }
  .page-template-pt-gcg .col-md-12.corevaluescontainer .bgpattern {
    background-position: 140% 1.5%;
    background-size: 180%;
  }
  .page-template-pt-gcg .col-md-12.corevaluescontainer .content__img {
    float: none;
  }
  .page-template-pt-gcg
    .col-md-12.corevaluescontainer
    .content__img.text-center {
    margin-top: 2em !important;
    margin-right: calc(50% - 50vw) !important;
  }
  .page-template-pt-gcg .col-md-12.corevaluescontainer .content__desc {
    padding: 40px 0 0;
  }

  /* PRESS RELEASE */
  .page-template-pt-press-release .col-md-12 .col-md-8 {
    order: 2;
  }

  /* CAREER */
  .page-template-pt-career .career_desc .tag {
    margin-top: 40px;
  }
  .page-template-pt-career .bg-career {
    background-size: cover;
    background-position-x: 15%;
  }
  .page-template-pt-career .bg-career .career-banner {
    text-align: center;
  }
  .page-template-pt-career .bg-career .career-banner .title {
    font-size: 27px !important;
    font-weight: 400 !important;
    font-family: "Nunito", sans-serif;
    margin-bottom: 50px;
  }
  .page-template-pt-career .bg-career .career-banner .col-md-8.row {
    width: 115%;
  }
  .page-template-pt-career
    .bg-career
    .career-banner
    .col-md-8.row
    .career-icon {
    padding-bottom: 10%;
  }
  .page-template-pt-career .bg-career .career-banner .col-md-3 img {
    max-width: 10% !important;
    margin-bottom: 20px;
  }
  .page-template-pt-career .bg-career .career-banner .col-md-8 .col-md-9 {
    opacity: 0.8;
  }
  #job-lists .panel-heading:hover,
  a.accordion .panel-heading {
    text-align: center;
  }
  #job-lists h2 {
    color: #171f1d;
  }
  #job-lists .panel-body h3 {
    font-family: "Nunito", sans-serif;
  }
  a.accordion.collapsed .panel-heading {
    color: #171f1d;
  }
  a.accordion h4.panel-title:after {
    float: none;
    text-align: center;
    display: block;
    margin-top: 20px;
    opacity: 0.8;
  }

  /* CONTACT */
  .page-template-pt-contact .contact .col-md-12:after {
    height: 95em;
    left: -19.5px;
  }
  .map__box .gm-style {
    height: 45% !important;
  }
  #maps_iframe {
    height: 50%;
  }
  .page-template-pt-contact .contact .col-md-12:after {
    top: -100px;
  }
  .page-template-pt-contact .wrap-map-intro .caption-map {
    margin-top: -22em;
    border-top: solid 10px #e40613;
  }

  /* 404 */
  .error404 .content--full .col-md-8 .text-center .title__404 {
    font-size: 10em;
  }
  .error404 .content--full .col-md-8 .text-center .img_404 {
    width: 80%;
    margin-top: -7em;
  }

  /* SEARCH */
  .search-results .container .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .search-results .container .col-md-12 .form-group.d-md-flex.d-sm-block {
    display: flex;
  }
  button.btn.btn-primary.btn-global-search {
    padding: 14px 0;
    letter-spacing: 3px;
    width: 60% !important;
  }

  /* FOOTER */
  .footer .row.footer__row {
    padding-top: 20%;
  }
  .footer .row.footer__row .footer__nav {
    padding-left: 0;
  }
  .footer .row.footer__row .footer__copyright,
  .footer .row.footer__row .footer__design {
    text-align: center;
  }
  .row.footer__row:nth-child(2):before {
    bottom: 0;
    width: 100%;
  }
  .footer__mobile .stock {
    display: none;
  }
  .fixed-bottom {
    z-index: 998;
  }

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

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

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

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

  .footer::after {
    left: 0;
    width: 100% !important;
    height: 180px;
    background-size: cover;
    bottom: 0;
    animation: footer-road 55s infinite;
  }
}

/*!
 =========================================================
 * TABLET
 =========================================================
*/

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* HEADER */
  .navbar-toggler {
    order: 3;
  }
  .navbar-toggler .header__bar {
    background-color: #171f1d;
  }
  .header__mobile {
    order: 2;
  }
  .navbar-brand.header__logo {
    order: 1;
  }
  .navbar-collapse {
    order: 4;
  }
  .offcanvas-collapse .header__box {
    height: 100vh;
    background: #161f1c;
  }
  header.header {
    transition: 0.2s all ease-in-out;
  }
  .header__menu {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .header__menu .header__item {
    border-bottom: none;
  }
  .header__menu .header__item .header__link,
  .header__menu .header__item.header__item--dropdown .header__link {
    color: #c6c8ca;
  }
  .form-control {
    background-color: transparent;
    border: 1px solid #626467;
  }
  .header__input-group .header__btn {
    color: #626467;
  }
  .header__box .header__mobile .input-group {
    margin: 0 auto;
    display: inline-block;
    width: 80%;
  }
  .header__box .header__mobile .header__lang {
    margin-left: 0;
    margin-top: -38px;
    float: right;
    border: 1px solid #626467;
    width: 20.3%;
    display: flex;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 2px;
  }
  #stcl-searchform-mobile {
    margin-top: 50px;
  }

  /* HOME */
  #about:after {
    border-bottom: 80vh solid #f5f4f4;
    border-left: 50vh solid #1fff0000;
  }
  #about .row {
    position: relative;
    overflow: hidden;
    margin-right: calc(50% - 50vw);
  }
  #about .row div:nth-child(2) {
    position: absolute;
    z-index: 13;
    right: -37px;
    width: 600px;
    max-width: none;
    margin-right: -110px;
  }
  #operation .row .col-md-12 {
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #operation .row .col-md-12 .col-md-6 {
    margin: auto;
    flex: 0 0 70%;
    max-width: 70%;
  }
  #operation .row .number__experience {
    width: 120% !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-bottom: 25px !important;
    padding-top: 25px;
  }
  #operation .row .col-md-4.aop.row {
    display: inline;
    margin: 0;
    min-width: 250px;
  }
  #latest {
    padding: 50px 0;
  }
  #latest .container--width .text-center {
    margin-top: 25px;
  }
  #home-join .col-md-4.title h2.about__title.white {
    font-size: 20px;
    margin: 0;
    width: 100%;
  }
  #home-join .col-md-4.title a.btn.btn-white {
    padding: 12px;
    font-size: 10px;
  }
  #home-join .col-md-8.row img.icon {
    max-width: 25%;
  }
  #home-join .col-md-8.row big.counter,
  #home-join .col-md-8.row .col-md-12.appen.counter:after {
    font-size: 50px;
  }
  #home-join .col-md-8.row .col-md-12.text {
    font-size: 13px;
  }
  .our-client {
    margin-bottom: 60px;
  }
  .our-client .row .col-md-12.row {
    margin: 0;
  }
  .our-client .slick-slider.slick-initialized .slick-slide {
    width: 65px !important;
    margin: 0 20px;
  }

  /* ABOUT */
  .page-template-pt-about .landing {
    padding-top: 0;
  }
  .page-template-pt-about .landing .landing__desc .col-lg-6 {
    padding: 0 0 25px;
  }
  section#landing-about {
    padding: 40px 0 0;
  }
  .page-template-pt-about .landing__icon-desc .list > li {
    width: 24% !important;
    padding: 0;
    margin-bottom: 0;
  }
  .page-template-pt-about .landing__icon-desc .list > li .landing__icon {
    width: 80px;
  }
  .page-template-pt-about .container-fluid.container-pull-right.ptrn {
    padding: 0 35px;
  }
  .page-template-pt-about .container-fluid .col-lg-10.col-pull-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-template-pt-about .landing .board__list {
    justify-content: center;
  }
  .page-template-pt-about .landing .board .board__item {
    margin: 0 auto;
    width: 220px !important;
  }
  .page-template-pt-about .board__item .board__detail {
    font-size: 13px;
  }
  .page-template-pt-about .milestone .col-lg-7.order-last {
    order: 2;
  }
  .page-template-pt-about .milestone .col-lg-6.order-first {
    order: 1;
  }
  .page-template-pt-about .container-fluid.container-pull-right {
    padding: 0;
  }
  .page-template-pt-about .client__list.list {
    text-align: center;
  }

  /* OUR VEHICLE */
  .page-template-pt-service .service__link .service__img > img {
    height: auto;
    width: 50%;
    margin-top: 25px;
  }
  .page-template-pt-service
    li.service--left
    .service__link
    .service__img
    > img {
    left: -5%;
  }
  .page-template-pt-service
    li.service--right
    .service__link
    .service__img
    > img {
    right: -5%;
  }
  .page-template-pt-service li.service--left .service__link .service__desc {
    padding-left: 100px;
  }
  .page-template-pt-service li.service--right .service__link .service__desc {
    padding-right: 100px;
  }

  /* VEHICLE RENTAL */
  .stcl_service-template-default .content--img-order .col-md-5,
  .stcl_service-template-default .content--img-order .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stcl_service-template-default .content--img-order .col-md-5 img {
    max-width: 100%;
  }
  .stcl_service-template-default .service-landing .col-md-12 .list {
    padding-right: 0;
  }
  .stcl_service-template-default .service-landing .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .stcl_service-template-default .service-landing .col-md-4 .vehicle__item {
    width: 250px !important;
    margin: auto;
  }
  .stcl_service-template-default
    .service-landing
    .col-md-4
    .vehicle__item
    .vehicle__img {
    height: 240px;
  }

  /* VEHICLE DETAIL */
  .stcl_project-template-default .vehicles-detail-product .container {
    padding: 35px;
  }
  .stcl_project-template-default .vehicles-detail-product .content__desc {
    padding: 0;
  }

  /* CORPORATE GOVERNANCE */
  .page-template-pt-gcg .landing .landing__desc .board__list {
    width: 100% !important;
  }
  .page-template-pt-gcg .landing .landing__desc .board__list .board__item {
    width: 220px !important;
    margin: auto !important;
  }
  .page-template-pt-gcg .landing-internal .col-md-12,
  .page-template-pt-gcg .landing-secretary .col-md-12 {
    margin-bottom: 0;
  }
  .page-template-pt-gcg .landing-internal .col-md-4,
  .page-template-pt-gcg .landing-secretary .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: -webkit-center;
    margin: 25px 0;
  }
  .page-template-pt-gcg .landing-internal .col-md-8,
  .page-template-pt-gcg .landing-secretary .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-template-pt-gcg .landing-internal .col-md-8 .content__mobile,
  .page-template-pt-gcg .landing-secretary .col-md-8 .content__mobile {
    display: none;
  }
  .page-template-pt-gcg .bgpattern {
    background-position: -65em 5em !important;
    background-size: 180% !important;
  }
  .page-template-pt-gcg .bgpattern .content--noshadow {
    padding: 0 35px;
    margin: 0;
    max-width: 100%;
  }
  .page-template-pt-gcg .bgpattern .core_img,
  .page-template-pt-gcg .bgpattern .core_desc {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-template-pt-gcg .bgpattern .content__img.text-center {
    max-width: 90% !important;
    height: 100% !important;
    margin-right: calc(50% - 50vw) !important;
    float: right;
    margin-top: 15% !important;
    margin-bottom: 10% !important;
  }

  /* ACCECORIES */
  .page-template-pt-accessories .bgpattern {
    margin: 25px 0;
  }
  .page-template-pt-accessories .bgpattern:nth-child(odd) {
    background-position: 150%;
    background-size: 500px;
  }
  .page-template-pt-accessories .bgpattern:nth-child(even) {
    background-position: -50%;
    background-size: 500px;
  }
  .page-template-pt-accessories .bgpattern .core_img .content__img-full {
    margin: 0 auto;
  }
  .page-template-pt-accessories .col-md-6.core_desc {
    padding: 0 20px;
  }

  /* INVESTOR */
  .page-template-pt-investor-area .presentation__stock .separator__stock {
    border-left: 58px solid transparent;
  }
  .page-template-pt-investor-area .report .col-md-3 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .page-template-pt-investor-area .presss .col-md-6 {
    padding: 0 40px;
  }
  .page-template-pt-investor-area .presss ul.list.list--download {
    padding-top: 15%;
  }
  .page-template-pt-investor-area .ads__desc {
    width: 100%;
  }

  /* FINANCIAL STATEMENTS */
  .page-template-pt-financial-statements .grid .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* GENERAL MEETING */
  .page-template-pt-general-meeting .grid .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* NEWS RELEASE */
  .page-template-pt-news-release .grid .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* COMPANY UPDATES */
  .page-template-pt-company-updates .grid .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* CONTACT */
  .page-template-pt-contact .wrap-map-intro .caption-map address {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10rem;
    padding: 46px 50px 50px 50px;
  }
  .page-template-pt-contact .contact .col-md-12:after {
    height: 50em;
  }

  /* CAREER */
  .page-template-pt-career .container .career_image,
  .page-template-pt-career .container .career_desc {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 25px;
  }
  .page-template-pt-career .container .career_image img {
    height: 300px;
    object-fit: cover;
  }
  .page-template-pt-career .career-banner .career-icon .row {
    align-items: center;
  }
  .page-template-pt-career .career-banner .career-icon .col-md-3 img {
    max-width: 100% !important;
  }
  .page-template-pt-career .career-banner .career-icon .row .col-md-9 {
    line-height: 20px;
    font-size: 14px;
  }
  .page-template-pt-career .panel-group {
    margin-bottom: 100px;
  }

  /* 404 */
  .error404 .content--full .col-md-8 .text-center .title__404 {
    font-size: 10em;
  }
  .error404 .content--full .col-md-8 .text-center .img_404 {
    width: 80%;
    margin-top: -10em;
  }

  /* FOOTER */
  .footer:after {
    width: 100%;
    height: 100%;
  }
  .footer .row.footer__row .footer__col-3,
  .footer .row.footer__row .footer__col-6.margin-sitemap {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row.footer__row:nth-child(2):before {
    width: 30%;
  }
  .footer .row.footer__row .footer__col-6.margin-sitemap {
    padding-left: 85px;
  }
  .footer .row.footer__row .footer__col-3.second {
    margin-top: 40px;
  }
  .fixed-bottom {
    z-index: 998;
  }
}

@media (min-width: 768px) {
  li.backmenu {
    display: none;
  }
  li.backmenus {
    display: none;
  }
}

@media (max-width: 768px) {
  ul.header__dropdown-menu {
  }

  .navbar-nav.header__list .dropdown-menu {
    width: 100%;
    position: fixed;
    background-color: #171f1d !important;
    top: 56.52px;
    left: 0;
    height: 70vh;
  }

  ul.sub-menu.dropdown-menu.header__dropdown-menu {
    text-align: left;
    padding-top: 3em;
  }

  .header__menu .header__item {
    border-bottom: none;
  }

  .backmenu {
    z-index: 1;
  }
  .backmenus {
    z-index: 2;
  }

  .backmenu,
  .backmenus {
    position: absolute;
    top: 0;
    margin-top: 1em;
    color: #fff;
  }
  .backmenu a,
  .backmenus a {
    padding: 8px 15px;
    font-size: 90%;
  }

  .supermenu .wrappermenu {
    position: absolute !important;
    z-index: 9999999999 !important;
    top: -94px !important;
  }

  #menu-item-6719 ul.wrappermenu,
  #menu-item-6717 ul.wrappermenu {
    /*display: none !important;*/
  }

  #menu-item-6717 ul {
    top: -52px !important;
    padding-top: 3rem;
  }

  #menu-item-6719 ul {
    padding-top: 3rem;
  }

  #menu-item-6667 .header__dropdown-menu {
    padding-left: 2rem;
  }
}

/*prefooter*/
.pre-footer {
  z-index: 800 !important;
}
.pre-footer a {
  right: 0;
  bottom: 0;
  background-color: #e40613;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 17px;
  padding-right: 100px;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  letter-spacing: 0.9px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
}
.pre-footer img {
  width: 70px;
  position: absolute;
  right: 1em;
  top: -2em;
  transform: rotate(10deg) translateX(-1%);
}
.pre-footer a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: transparent;
  border-style: solid;
  width: 0;
  height: 20px;
  margin-left: -15px;
  border-width: 0px 0px 45px 15px;
  border-color: transparent transparent #e40613 transparent;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .pre-footer a {
    font-size: 14px;
    width: 85%;
    text-align: right;
  }
  .pre-footer a:after {
    height: 70px;
    margin-left: -20px;
    border-width: 0 0 70px 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) {
  .pre-footer a {
    width: 85%;
  }
}
/*prefooter*/
.footer__mobile {
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .footer__mobile {
    margin-bottom: 3em;
  }
}
#footer {
  z-index: 998;
}
@media only screen and (max-width: 320px) {
  .error404 .content--full .col-md-8 .text-center .title__404 {
    font-size: 9em;
  }
}
.text-vehicle-map {
  font-size: 20px;
}
.text-vehicle-map span {
  color: #e40613;
}
a:hover i.fas.fa-file-pdf {
  color: #e40613;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .page-template-pt-general-meeting .sidebar__form-group {
    display: none;
  }
}
.container--width {
  margin: auto !important;
}
