@font-face {
  font-family: assistant-semibold;
  src: url(Assistant-SemiBold.ttf);
}

@font-face {
  font-family: avenir;
  src: url(Avenir-LT-Std-85-Heavy.otf);
}

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("./fonts/montserrat/Montserrat-ExtraBold.ttf");
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/montserrat/Montserrat-Regular.ttf");
}

/* cyrillic-ext */
/* @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXpsog.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} */

/* cyrillic */
/* @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw9aXpsog.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} */

/* vietnamese */
/* @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw2aXpsog.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} */

/* latin-ext */
/* @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXpsog.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} */

/* latin */
/* @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

:root {
  --main-color: #fec544;
}

.php-email-form {
  /* background: #ebeded; */
  /* background: #3b3b3b; */
  /* background: #6c757d; */
  /* padding: 30px; */
  border-radius: 10px;
}

.error {
  color: red;
}

.custom-shadow {
  text-shadow: 4px 4px 5px #000;
}

.main-color {
  color: var(--main-color) !important;
}

.extra-bold {
  font-family: Montserrat-ExtraBold, sans-serif !important;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.min-vh-50 {
  height: 50vh;
}

.li-dash {
  list-style-type: "- ";
}

.btn-career {
  color: #3b3a3a;
  background-color: #eeb841;
}

.btn-career:hover {
  background-color: #fff;
  border: 1px #3a3b3b solid;
}

.btn-custom {
  color: #3b3a3a;
  background-color: #eeb841;
}

.btn-custom:hover {
  background-color: #fff;
  border: 1px #3a3b3b solid;
}

.btn-modal-career {
  color: #fff;
  background-color: #3b3a3a;
}

.btn-modal-career:hover {
  background-color: #fff;
  border: 1px #3a3b3b solid;
}

.career-container {
  background-color: #f7f7f7;
  margin-top: 1.5rem !important;
  overflow: hidden;
  transition: 0.3s;
  /* box-shadow: 0 5px 10px rgb(0 0 0 / 20%); */
  box-shadow: 0px 0 30px rgb(1 41 112 / 15%);
  color: #3a3b3b !important;
}

.career-container a {
  color: #3a3b3b !important;
}

.career-container i {
  padding-right: 10px;
}

.career-container:hover {
  /* box-shadow: 0px 0 30px rgb(1 41 112 / 8%); */
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.job-desc {
  line-height: 2;
}

.career-modal {
  background-color: #f7f7f7;
}
/* career select */
[include*="form-input-select()"] {
  display: block;
  padding: 0;
  position: relative;
  /* Set options to normal weight */
  /* ------------------------------------  */
  /* START OF UGLY BROWSER-SPECIFIC HACKS */
  /* ----------------------------------  */
  /* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container.
     The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex.
     You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
  /* Show only the native arrow */
  /* color: #005BA6; */
  display: block;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  margin-top: 9px;
  margin-bottom: 15px;
  width: 100%;
}
[include*="form-input-select()"]::before,
[include*="form-input-select()"]::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
[include*="form-input-select()"] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid transparent;
  font-size: 16px;
  outline: none;
  /* Focus style */
}
[include*="form-input-select()"] select:focus {
  background-color: transparent;
  outline: none;
}
[include*="form-input-select()"] option {
  font-weight: normal;
}
[include*="form-input-select()"] x:-o-prefocus,
[include*="form-input-select()"]::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [include*="form-input-select()"] select::-ms-expand {
    display: none;
  }
  [include*="form-input-select()"] select:focus::-ms-value {
    background: transparent;
    color: #000;
  }
}
@-moz-document url-prefix() {
  [include*="form-input-select()"] {
    overflow: hidden;
  }
  [include*="form-input-select()"] select {
    width: 120%;
    width: calc(100% + 3em);
    /* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
  }
  @supports (-moz-appearance: none) {
    [include*="form-input-select()"] select {
      width: 100%;
    }
  }
  [include*="form-input-select()"] select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
}
@supports (-moz-appearance: none) {
  [include*="form-input-select()"] {
    width: 100%;
  }
}
[include*="form-input-select()"]::before,
[include*="form-input-select()"]::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
}
[include*="form-input-select()"]::before {
  bottom: 55%;
  border-width: 0 6.5px 8px 6.5px;
  border-bottom-color: #d6d6d6;
}
[include*="form-input-select()"]::after {
  border-width: 8px 6.5px 0 6.5px;
  border-top-color: #d6d6d6;
  top: 55%;
}
@-moz-document url-prefix() {
  [include*="form-input-select()"] {
    border-right: 3px solid #e6e6e6;
  }
  [include*="form-input-select()"]:hover {
    border-right: 3px solid #eeb841;
  }
}
[include*="form-input-select()"]:hover select {
  /* box-shadow: 0 2px 3px rgba(0, 91, 166, 0.1) inset; */
  border-color: #eeb841;
}
[include*="form-input-select()"]:hover select:focus {
  outline-color: transparent;
}
[include*="form-input-select()"]:hover::before {
  border-bottom-color: #eeb841;
}
[include*="form-input-select()"]:hover::after {
  border-top-color: #eeb841;
}
[include*="form-input-select()"] select {
  /* border: 3px solid #E6E6E6; */
  border-radius: 0;
  font-weight: 400;
  color: inherit;
  padding: 11px 15px;
  line-height: normal;
  transition: border-color 0.2s ease, outline 0.2s ease;
}
[include*="form-input-select()"] select:focus {
  /* box-shadow: 0 3px 4px rgba(0, 91, 166, 0.3) inset; */
  outline: 3px solid #eeb841;
  outline-offset: -3px;
}
[include*="form-input-select()"] select[disabled],
[include*="form-input-select()"] select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
[include*="form-input-select()"] select:not(:focus):invalid {
  color: #c7c7c7;
}
/* career select */

.head-logo-text {
  font-family: assistant-semibold, sans-serif;
  font-size: 22px;
}

.gkp-color {
  color: #eeb841;
}

.fs-12 {
  font-size: 12px;
}

.fs-20 {
  font-size: 20px;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.fs-45 {
  font-size: 45px;
}

.fs-50 {
  font-size: 50px;
}

.fs-55 {
  font-size: 55px;
}

.fs-70 {
  font-size: 70px;
}

.fs-80 {
  font-size: 80px;
}

.fs-90 {
  font-size: 90px;
}

.fs-100 {
  font-size: 100px;
}

.blog-tag {
  color: #757575 !important;
}

.blog-tag:hover {
  /* background-color: #3b3b3b !important;
  color:#fff!important; */
  background-color: #fff !important;
  border-color: #eeb841 !important;
  color: #eeb841 !important;
  transition-duration: 500ms;
}

.vision-content {
  color: #3b3a3a;
  line-height: 36px;
}

.blog-post img {
  max-width: 100%;
}

.blog-post {
  color: #3b3a3a !important;
}

.timeline-container {
  background-color: #f7f7f7;
}

.ff-av {
  font-family: avenir, sans-serif;
}

.divider {
  display: inline-block;
  width: 2px;
  background-color: #3b3a3a !important;
  margin: 0 5px;
  height: 1em;
  top: 2px;
  position: relative;
}

.lang-active {
  color: #eeb841;
  font-weight: bold;
  text-decoration: none;
  pointer-events: none;
}

.nav-link {
  font-size: 14px !important;
}

body {
  font-family: montserrat, sans-serif !important;
}

.main-slider .item {
  height: 100vh;
  position: relative;
}

.main-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

.main-slider .item .cover .slider-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.main-slider .item .cover .slider-content h2 {
  font-weight: 300;
  /* font-size: 35px; */
  color: #fff;
}

.main-slider .item .cover .slider-content h1 {
  /* font-size: 56px; */
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}

.main-slider .item .cover .slider-content h4 {
  /* font-size: 24px; */
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

.main-slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.main-slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.main-slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.main-slider .owl-nav .carousel-control-prev {
  position: absolute;
  left: 15px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
}

.main-slider:hover .carousel-control-prev {
  left: 0px;
  opacity: 1;
}

.main-slider .owl-nav .carousel-control-next {
  position: absolute;
  right: 15px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
}

.main-slider:hover .carousel-control-next {
  right: 0px;
  opacity: 1;
}

/* .opr-slider{
width: 50%;
} */

.opr-slider .item {
  height: 282px;
  position: relative;
  width: 100%;
}

.opr-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opr-slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.3); */
  display: flex;
  align-items: center;
}

.opr-slider .item .cover .slider-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.opr-slider .owl-nav .carousel-control-prev {
  position: absolute;
  left: 15px;
  /* opacity: 0; */
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
}

.opr-slider:hover .carousel-control-prev {
  left: 0px;
  opacity: 1;
}

.opr-slider .owl-nav .carousel-control-next {
  position: absolute;
  right: 15px;
  /* opacity: 0; */
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
}

.opr-slider:hover .carousel-control-next {
  right: 0px;
  opacity: 1;
}

/* slider operation page */
.opr-page-slider .item {
  position: relative;
  width: 100%;
  min-height: 900px;
}

.opr-page-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opr-page-slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.3); */
  display: flex;
  align-items: center;
}

/* .opr-page-slider .item .cover .slider-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
} */

.opr-page-slider .owl-carousel .item > .even {
  background-color: #757575;
  min-height: 900px;
}

.opr-page-slider .owl-carousel .item > .odd {
  background-color: #3b3a3a;
  min-height: 900px;
}

/* .opr-page-slider .item .odd {
  background-color: #3b3a3a;
}

.opr-page-slider .item .even {
  background-color: #757575;
} */

/* .opr-page-slider .owl-stage-outer{
  background-color: red;
} */

/* .opr-page-slider .owl-item{
  height:100%!important;
} */

.opr-page-slider .owl-nav .carousel-control-prev {
  position: absolute;
  top: 50%;
  /* left: -6%; */
  /* left: 0; */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  display: block;
  z-index: 1000;
}

.opr-page-slider .owl-nav .carousel-control-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* right: -6%; */
  /* right: 10px; */
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  display: block;
  z-index: 1000;
  overflow: hidden;
}

.opr-page-slider .carousel-control-prev-icon {
  position: relative;
  left: -40%;
}

.opr-page-slider .carousel-control-next-icon {
  position: relative;
  right: -40%;
}
/* slider operation page */

/* slider career page */
.career-slider .item {
  position: relative;
  width: 100%;
  /* min-height: 600px; */
}

.career-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career-slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.3); */
  display: flex;
  align-items: center;
}

.career-slider .item .cover .slider-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.career-slider .container {
  /* min-height: 600px; */
}

.career-slider .owl-nav .carousel-control-prev {
  position: absolute;
  top: 40%;
  left: -5%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  display: block;
  z-index: 1000;
}

.career-slider .owl-nav .carousel-control-next {
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  display: block;
  z-index: 1000;
}
/* slider career page */

.navbar-nav .nav-link.active {
  color: #eeb841 !important;
}

.navbar-nav a,
a:active,
a:focus,
a:hover {
  transition-duration: 500ms;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #eeb841 !important;
  background-color: transparent;
}

.nav-link:focus,
.nav-link:hover {
  color: #eeb841 !important;
}

.nav-link {
  color: #3b3a3a !important;
}

.card-body {
  height: 370px !important;
  color: #000 !important;
}

.card-custom:hover {
  box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
}

.card-custom {
  background-color: #f7f7f7 !important;
  transition: 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #000 !important;
}

.gallery-card-custom:hover {
  opacity: 0.3;
}

.gallery-card-custom {
  background-color: #fff !important;
  transition: 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.navbar {
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
}

.news-item {
  padding: 1em 1em;
}

.card-body .link {
  position: relative;
  bottom: 0;
}

.btn-gkp {
  background-color: transparent;
  color: #eeb841;
  border-color: #eeb841;
}

.btn-gkp:hover {
  background-color: #eeb841;
  color: #565656;
  border-color: #565656;
}

a,
a:focus,
a:hover {
  outline: none;
  /* border: none; */
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover {
  /* color: #eeb841 !important; */
  transition-duration: 500ms;
}

.link-gkp:hover {
  color: #eeb841 !important;
}

.news- {
  padding: 1em 1em;
}

.show-ellipsis-summary-news {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: normal;
  overflow: hidden;
  white-space: normal;
  max-height: calc(1.4rem * 7);
  overflow: hidden;
  /* 
  height: calc(9.5em + 5px);
  height: 9.8em;
  text-overflow: -o-ellipsis-lastline;
  */
}

.fill {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.bg-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  background-attachment: fixed;
  background-position: bottom;
}

.bg-image-top {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  /* min-height: 700px; */
  min-height: 700px;
  /* background-attachment: fixed; */
  background-position: top;
}

.bg-image-center-42 {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 420px;
  /* min-height: 420px; */
  /* background-attachment: fixed; */
  background-position: center;
}

.bg-image-center-35 {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
  background-attachment: fixed;
  background-position: center;
}

.bg-image-center-35-x {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
  /* background-attachment: fixed; */
  background-position: center;
}

.h-700 {
  min-height: 700px !important;
}

.h-800 {
  min-height: 800px !important;
}

.h-900 {
  min-height: 900px !important;
}

.bg-image-center {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  /* min-height: 420px; */
  /* background-attachment: fixed; */
  background-position: center;
}

.bg-image-bottom {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  /* min-height: 420px; */
  /* background-attachment: fixed; */
  background-position: bottom;
}

.bg-image-default {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 522px;
  /* background-attachment: fixed; */
  /* background-position: center; */
}

.bg-image-overlay {
  position: relative;
}

.bg-image-overlay::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  /* background: #000; */
  opacity: 0.6;
}

.bg-image-overlay-dark {
  position: relative;
}

.bg-image-overlay-dark::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: #000;
  opacity: 0.6;
}

.bg-opr-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 390px;
  background-attachment: fixed;
  background-position: top;
}

.bg-image-overlay-light {
  position: relative;
}

.bg-image-overlay-light::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: #fff;
  opacity: 0.8;
}

.bg-image-overlay-light4 {
  position: relative;
}

.bg-image-overlay-light4::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: #fff;
  opacity: 0.4;
}

.sekilas-container {
  background-color: #dbdbdb;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-left-div {
  position: absolute;
  top: 30%;
  left: 16px;
}

.top-right-div {
  position: absolute;
  top: 16px;
  right: 16px;
}

.top-right-div-2 {
  position: absolute;
  top: 100px;
  right: 100px;
}

.center-right-div {
  position: absolute;
  top: 40%;
  right: 16px;
}

.center-right-div-2 {
  position: absolute;
  top: 40%;
  right: 100px;
}

.center-top-div {
  position: absolute;
  top: 50px;
  transform: translateX(50%);
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-left: auto;
  margin-right: auto;
  right: 50%;
}

.bot-right {
  position: absolute;
  bottom: 0;
  right: 20;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horizontal-center {
  margin: 0;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.exp-slider-bg {
  background: radial-gradient(circle at 50% 50%, #f7f7f7 0%, #c0d2e5 100%);
}

.underline-left {
  text-decoration: none;
  position: relative;
}

.underline-left:after {
  position: absolute;
  content: "";
  height: 7px;
  /* bottom: -10px; */
  bottom: -20px;
  margin: 0 auto;
  left: 0;
  width: 120px;
  background: #eeb841;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.underline-center {
  text-decoration: none;
  position: relative;
}

.underline-center:after {
  position: absolute;
  content: "";
  height: 7px;
  /* bottom: -10px; */
  bottom: -20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 120px;
  background: #eeb841;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.harita-value {
  position: absolute;
  font-size: 7em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  font-weight: bold;
}

.harita-wrapper {
  position: relative;
}

.harita-wrapper:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.harita-wrapper::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.harita-wrapper:hover .harita-desc {
  opacity: 1;
  z-index: 10;
}

.harita-wrapper:hover .harita-value {
  opacity: 0;
}

.harita-desc {
  position: absolute;
  opacity: 0;
  font-size: 1.5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.darkened-image {
  filter: brightness(60%);
}

.lightned-image {
  filter: brightness(130%);
}

.container-about a {
  color: #fff !important;
}

.container-about a:hover {
  color: #eeb841 !important;
}

.bg-footer {
  background-color: #3b3b3b;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.text-footer {
  color: #eeb841;
}

.opr-content {
  font-size: 18px;
  text-align: justify;
  line-height: 32px;
}

.container-header {
  margin-right: 0;
  margin-left: 0;
}

.navbar .nav-item .dropdown-menu {
  display: none;
}
.navbar .nav-item:hover .nav-link {
}
.navbar .nav-item:hover .dropdown-menu {
  display: block;
}
.navbar .nav-item .dropdown-menu {
  margin-top: 0;
}

.contact-centered {
  margin: auto;
  width: 70%;
  /* border: 3px solid green; */
  padding: 10px;
}

/* .blog-social-link a{
padding-right:15px;
font-size:16px!important;
color:#000!important;
} */

.blog-social-link a {
  font-size: 16px;
  display: inline-block;
  color: #3b3a3a;
  line-height: 0;
  margin-right: 20px;
  transition: 0.3s;
}

.blog-social-link a:hover {
  color: #eeb841;
  transform: scale(0.8);
}

.social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.social-links a:hover {
  color: #eeb841;
  transform: scale(0.8);
}

.news-thumbnail {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-img-container {
  height: 223px;
}

.gallery-thumbnail {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.gallery-img-container {
  height: 223px;
}

.csr-title {
  color: #757575;
  font-size: 30px;
  font-weight: bold;
}

.csr-content {
  color: #3b3a3a;
  font-size: 17px;
}

.csr-image {
  min-height: 350px;
}

/* timeline vertical */
#timeline {
  position: relative;
  /* display: table; */
  display: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 5rem; */
}
#timeline div:after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0.5rem;
  bottom: 0rem;
  left: 60px;
  z-index: 1;
  /* background: #c5c5c5; */
  background: #757575;
}
#timeline h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  color: #888;
  margin: 0;
  font-size: 1em;
  /* font-size: 30px; */
  font-weight: 700;
  color: #3b3a3a;
}
@media (min-width: 62em) {
  #timeline h3 {
    font-size: 1.1em;
  }
}
#timeline section.year {
  position: relative;
}
#timeline section.year:first-child section {
  margin-top: -1.3em;
  padding-bottom: 0px;
}
#timeline section.year section {
  position: relative;
  padding-bottom: 1.25em;
  margin-bottom: 2.2em;
}
#timeline section.year section h4 {
  position: absolute;
  bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 0 89px;
  color: #c5c5c5;
}
@media (min-width: 62em) {
  #timeline section.year section h4 {
    font-size: 1em;
  }
}
#timeline section.year section ul {
  list-style-type: none;
  padding: 0 0 0 75px;
  margin: -1.35rem 0 1em;
  max-width: 32rem;
  font-size: 1em;
}
@media (min-width: 62em) {
  #timeline section.year section ul {
    font-size: 1.1em;
    padding: 0 0 0 81px;
  }
}
#timeline section.year section ul:last-child {
  margin-bottom: 0;
}
#timeline section.year section ul:first-of-type:after {
  content: "";
  width: 15px;
  height: 15px;
  /* background: #c5c5c5;
  border: 2px solid #ffffff; */
  background: #757575;
  border: 2px solid #757575;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 54px;
  top: 3px;
  z-index: 2;
}
#timeline section.year section ul li {
  margin-left: 0.5rem;
  color: #757575;
}
#timeline section.year section ul li:before {
  /* content: "·"; */
  margin-left: -0.5rem;
  padding-right: 0.3rem;
}
#timeline section.year section ul li:not(:first-child) {
  margin-top: 0.5rem;
}
#timeline section.year section ul li span.price {
  color: mediumturquoise;
  font-weight: 500;
}

.usd {
  display: inline;
}

svg {
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
/* end timeline vertical */

/* timeline horizontal */
.timeline-hori {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.timeline-hori .li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  /* padding: 0px 40px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
  margin-right: 10%;
  /* text-align:center; */
  justify-content: center;
  height: 110px;
}

.time-desc {
  color: #757575;
}

.status {
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #757575;
  position: relative;
  transition: all 200ms ease-in;
  height: 35px;
}
.status p {
  margin-right: 10%;
}
.status:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #757575;
  border: 2px solid #757575;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -9px;
  left: 42%;
  z-index: 2;
}

.year-hori {
  font-size: 30px !important;
  color: #3a3b3b;
  font-weight: bold;
}
/* end timeline horizontal */

.ui-to-top {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 38px !important;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  transition: 0.3s all ease;
  box-shadow: 0 0 1px 0px rgba(159, 159, 159, 0.3);
  transform: translateY(100px);
}

.ui-to-top.active {
  transform: translateY(0);
}

.ui-to-top:hover {
  color: #fff !important;
  background: #eeb841;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.4);
}

.ui-to-top {
  color: #fff;
  background: #2a2b2b;
}

.value-image {
  width: 190px;
  height: 190px;
}

.blog-header {
  border-bottom: 1px solid #e5e5e5;
}

.link-secondary {
  color: #3b3a3a !important;
  font-size: 18px;
  transition-duration: 500ms;
}

.link-secondary:hover {
  font-weight: bold !important;
  transition-duration: 500ms;
  transform: scale(1.2);
}

.link-secondary.active {
  font-weight: bold !important;
  transform: scale(1.2);
  margin: 0 20px 0 20px;
}

.dropdown-item.active {
  background-color: #fff !important;
  color: #eeb841 !important;
}

.inputs {
  position: relative;
}

.inputs i {
  position: absolute;
  top: 10px;
  left: 4px;
  color: #b8b9bc;
}

.form-search {
  text-indent: 15px;
  border: none;
  height: 45px px;
  border-radius: 0px;
  border-bottom: 1px solid #eee;
}

.form-search:focus {
  color: blue;
}

.form-search:focus {
  color: #495057;
  background-color: #fff;
  border-color: #eee;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #eeb841;
}

.archived ul a span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.archived ul a span:before {
  content: "(";
}

.archived ul a span:after {
  content: ")";
}

.archived ul li {
  border-bottom: 1px solid #eaeaea;
}

.archived ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 10px 0; */
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.gkp-list a {
  display: flex;
  flex-flow: row nowrap;
  line-height: 1.8em;
  padding: 4px 0;
  color: #666;
  transition: all 0.25s ease;
}

.gkp-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gkp-list li {
  display: block;
}

.gkp-list a:hover {
  color: #eeb841 !important;
}

.btn-news-detail {
  background-color: transparent;
  color: #fff;
  border-color: #757575;
  background-color: #757575;
}

.btn-news-detail:hover {
  background-color: #eeb841;
  color: #000;
  border-color: #eeb841;
}

.float-right {
  float: right !important;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page-link {
  color: #3b3a3a;
}

.page-link:hover {
  background-color: #757575;
  color: #fff;
  border-color: transparent;
}

.active > .page-link {
  background-color: #757575;
  color: #fff;
  border-color: transparent;
}

.gallery-link {
  font-weight: bold !important;
  font-size: 30px;
  transition-duration: 500ms;
}

.gallery-link:hover {
  transition-duration: 500ms;
  transform: scale(1.2);
}

@media (min-width: 576px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin: 0 0 30px;
  }

  .timeline-hori {
    display: none;
  }

  #timeline {
    display: table;
  }
}

@media screen and (max-width: 576px) {
  .main-timeline .timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: center;
    padding: 130px 25px 25px;
  }
  .main-timeline .timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    height: 70px;
    width: 100%;
  }
  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: translateY(0) translateX(-50%);
    top: 16px;
    left: 50%;
    right: auto;
  }
  .main-timeline .timeline-year,
  .main-timeline .timeline:nth-child(even) .timeline-year {
    transform: translateY(0) translateX(-50%);
    top: 80px;
    left: 50%;
    right: auto;
  }

  .bg-image {
    min-height: 1000px;
  }

  .value-image {
    width: 150px;
    height: 150px;
  }

  .harita-desc {
    font-size: 1em;
  }
}
/* end timeline */

@media only screen and (min-width: 680px) and (max-width: 1024px) {
  .card-custom h5 {
    font-size: 1em;
  }
}

@media only screen and (min-width: 1312px) {
  .container-about {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .container-header {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  /* .navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; } */
}

@media only screen and (max-width: 767px) {
  .about-content {
    font-size: 0.9rem;
  }

  .main-slider .item .cover .slider-content h2 {
    font-weight: 300;
    font-size: 25px;
    color: #fff;
  }
  .main-slider .item .cover .slider-content h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
  .main-slider .item .cover .slider-content h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }

  /* .opr-slider .item .cover .slider-content h2 {
    font-weight: 300;
    font-size: 25px;
    color: #fff;
  }
  .opr-slider .item .cover .slider-content h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
  .opr-slider .item .cover .slider-content h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
    color: #fff; */
}

.head-logo-text {
  font-size: 18px;
}

/* loader */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #eeb841;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* end loader */
