/*================== used less files ===================*/
/*==================== google fonts =================*/
@import url("https://fonts.googleapis.com/css?family=Oswald|Quicksand&display=swap");
/*==================== web colors ===================*/
/*==================== fonts ===================*/
/*===================== font sizes ================*/
/*=================== screen sizes ================*/
/*==================== image path =================*/
/*===================== others ======================*/
::-moz-selection {
  background-color: #5b7303;
  color: #fff;
}

::selection {
  background-color: #5b7303;
  color: #fff;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:focus,
button:focus,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 5px 0px;
  }
}

body {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
}

section {
  padding: 60px 0px;
}
@media (max-width: 991.98px) {
  section {
    padding: 30px 0px;
  }
}

section:after {
  display: block;
  clear: both;
}

.full-width {
  width: 100%;
  height: 100vh;
}

.bg-size-cover {
  background-size: cover;
}

.theme-color-text {
  color: #5b7303;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  z-index: 5555;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fixed {
  position: fixed;
}

.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*------------------------img hover ------------------------*/
img {
  transition: ease-in all 0.25s;
}

.overflow-hidden {
  overflow: hidden;
}

.img-zoom-in {
  transform: scale(1);
}
.img-zoom-in:hover {
  transform: scale(1.2);
}
@media (max-width: 767.98px) {
  .img-zoom-in:hover {
    transform: scale(1);
  }
}

/*------------------------rotate ------------------------*/
.rotate {
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  /* Standard syntax */
}

/*------------------------text clamp ------------------------*/
.line-clamb-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamb-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
/*======================  bootstrap edits ===================*/
section.common-kt-microsite-header {
  position: fixed;
  width: 100%;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
section.common-kt-microsite-header .mobile-lang-btn {
  position: absolute;
  left: 60%;
  top: 0;
  z-index: 999;
}
@media (max-width: 400px) {
  section.common-kt-microsite-header .mobile-lang-btn {
    left: 40%;
  }
}
section.common-kt-microsite-header .btn-new {
  font-size: 12px !important;
  padding: 0px 5px;
  display: inline-block;
  font-family: "Quicksand", sans-serif !important;
  font-size: 10px !important;
  line-height: 16px;
  margin-top: 9px;
  border: none;
}
section.common-kt-microsite-header .btn-new:nth-child(1) {
  background-color: #09C !important;
}
section.common-kt-microsite-header .btn-new:nth-child(2) {
  background-color: #000 !important;
  margin-left: -4px;
}
section.common-kt-microsite-header .download-app {
  position: absolute;
  bottom: -77px;
  right: 0;
  z-index: 999999;
  background-image: linear-gradient(#906, #C36);
  padding: 10px;
}
section.common-kt-microsite-header .download-app img {
  max-width: 100px !important;
}
section.common-kt-microsite-header .navbar-light .navbar-toggler {
  border: none;
}
@media (max-width: 767.98px) {
  section.common-kt-microsite-header .navbar-light .navbar-toggler {
    position: absolute;
    right: 0;
    top: 18px;
  }
}
section.common-kt-microsite-header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255, .85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
section.common-kt-microsite-header .logo {
  width: 80%;
}
@media (max-width: 991.98px) {
  section.common-kt-microsite-header .logo {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  section.common-kt-microsite-header .logo {
    width: 60%;
  }
}
@media (max-width: 490px) {
  section.common-kt-microsite-header .logo {
    padding-top: 18px;
  }
}
@media (max-width: 575.98px) {
  section.common-kt-microsite-header .logo {
    width: 70%;
  }
}
section.common-kt-microsite-header.active {
  background-color: #003973;
  transition: background-color 200ms linear;
  border-bottom: 0px solid #fff;
}
@media (min-width: 1280px) {
  section.common-kt-microsite-header .container {
    max-width: 1220px;
  }
}
@media (min-width: 1366px) {
  section.common-kt-microsite-header .container {
    max-width: 1266px;
  }
}
@media (min-width: 1440px) {
  section.common-kt-microsite-header .container {
    max-width: 1380px;
  }
}
@media (min-width: 1600px) {
  section.common-kt-microsite-header .container {
    max-width: 1450px;
  }
}
@media (min-width: 1920px) {
  section.common-kt-microsite-header .container {
    max-width: 1600px;
  }
}
section.common-kt-microsite-header .container .navbar-nav.top li {
  border-top: none;
  float: none !important;
  display: inline-block !important;
  width: auto;
  margin-right: 5px;
  border: none !important;
}
section.common-kt-microsite-header .container .navbar-nav.top li .soc-icon {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  -khtml-border-radius: 30px 30px 30px 30px;
  color: #ffffff;
  cursor: pointer;
  line-height: 26px;
  font-size: 16px;
}
section.common-kt-microsite-header .container .navbar-nav.top li .soc-icon.yt {
  background-color: #ba2025;
}
section.common-kt-microsite-header .container .navbar-nav.top li .soc-icon.fb {
  background-color: #3b5999;
}
section.common-kt-microsite-header .container .navbar-nav.top li .soc-icon.tw {
  background-color: #27aae1;
}
section.common-kt-microsite-header .container .navbar-nav.top li .soc-icon.ig {
  background-color: #5280a5;
}
section.common-kt-microsite-header .container .navbar-nav.top li .soc-icon.wa {
  background-color: #189d0e;
}
section.common-kt-microsite-header .container .navbar-nav.top li a {
  text-transform: none;
  font-family: "Quicksand", sans-serif !important;
  font-size: 12px !important;
  display: inline-block !important;
}
@media (max-width: 767.98px) {
  section.common-kt-microsite-header .container .navbar-nav.top li a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1;
  }
}
@media (max-width: 1199.98px) {
  section.common-kt-microsite-header .container .navbar-nav li {
    width: 25%;
    float: left;
  }
}
@media (max-width: 991.98px) {
  section.common-kt-microsite-header .container .navbar-nav li {
    width: 50%;
    float: left;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
section.common-kt-microsite-header .container .navbar-nav li a {
  font-family: "Oswald", sans-serif;
  list-style: none;
  font-size: 18px;
  line-height: 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  section.common-kt-microsite-header .container .navbar-nav li a {
    font-size: 16px !important;
    padding: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  section.common-kt-microsite-header .container .navbar-nav li a {
    font-size: 15px !important;
    padding: 5px;
  }
}
@media (max-width: 991.98px) {
  section.common-kt-microsite-header .container .navbar-nav li a {
    font-size: 14px !important;
    text-align: center;
  }
}
section.common-kt-microsite-header .container .navbar-nav li a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  section.common-kt-microsite-header .navbar-expand-lg .navbar-nav {
    flex-direction: row !important;
  }
}

/*# sourceMappingURL=kt-common-header.css.map */
