/*!
 =========================================================
 * MLAC
 =========================================================
 */
html, body {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

@keyframes slide-right {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

@keyframes slide-left {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
}

@media only screen and (max-width: 575px) {
  .container {
    padding: 0 10%;
  }
}

@media only screen and (width: 1024px) {
  .col-md-11half {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

a {
  font-family: 'Roboto', sans-serif;
  text-decoration: none !important;
  outline: none !important;
  cursor: pointer;
}

a:hover .fa-long-arrow-alt-right, a:hover .fa-long-arrow-alt-left {
  -webkit-animation: slide-right 1s ease-in-out infinite;
  animation: slide-right 1s ease-in-out infinite;
}

a:hover .fa-arrow-right {
  -webkit-animation: slide-right 1s ease-in-out infinite;
  animation: slide-right 1s ease-in-out infinite;
}

a:hover .fa-arrow-left {
  -webkit-animation: slide-left 1s ease-in-out infinite;
  animation: slide-left 1s ease-in-out infinite;
}

a.readmore {
  font-size: 16px;
  line-height: 28px;
  color: #1177b8;
}

section {
  padding: 120px 0;
  position: relative;
  background-size: cover;
}

section h1 {
  font-family: Amiri;
  font-size: 45px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  section h1 {
    font-size: 25px;
  }
}

section h2 {
  font-family: Amiri;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  section h2 {
    font-size: 22px;
  }
}

section h3 {
  font-family: Amiri;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  section h3 {
    font-size: 20px;
  }
}

section h4 {
  font-family: Amiri;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  section h4 {
    font-size: 17px;
  }
}

section h5 {
  font-family: Amiri;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  section h5 {
    font-size: 15px;
  }
}

section p {
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  section p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  section.thanks {
    padding: 200px;
  }
}

@media only screen and (max-width: 991px) {
  section {
    padding: 60px 0;
  }
}

section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 8;
}

section ul li {
  margin-top: 1.1em;
  padding-left: 20px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  list-style: none;
}

section ul li:first-child {
  margin-top: 1.5em;
}

section ul li:before {
  content: url("../assets/images/icon/ul-cat.png");
  position: absolute;
  transform: translate(-50px, -20px);
  z-index: -2;
}

ul.default-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 8;
}

ul.default-list li {
  margin-top: 1.1em;
  padding-left: 20px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  list-style: none;
}

ul.default-list li:first-child {
  margin-top: 1.5em;
}

ul.default-list li:before {
  content: url("../assets/images/icon/ul-cat.png");
  position: absolute;
  transform: translate(-50px, -20px);
  z-index: -2;
}

@media only screen and (max-width: 991px) {
  ul.default-list {
    font-size: 14px;
  }
}

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

.post-content figure {
  width: max-content !important;
}

.post-content figure figcaption {
  text-align: center;
}

figure {
  position: relative;
}

figure img {
  width: auto;
  height: auto;
}

blockquote {
  margin: 50px 0;
  padding-right: 0px;
  padding-left: 85px;
  position: relative;
  font-family: Amiri;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: left;
  color: #660000;
}

blockquote:before {
  position: absolute;
  content: '\201C';
  left: 5px;
  top: 40px;
  font-family: 'Open Sans';
  font-size: 200px;
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  line-height: 0.23;
  letter-spacing: normal;
  text-align: left;
  color: rgba(146, 25, 28, 0.1);
}

@media only screen and (max-width: 991px) {
  blockquote {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.btn {
  box-shadow: none !important;
  text-transform: uppercase;
}

.btn.btn-primary {
  border-radius: 7px;
  border: 0;
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 1.3px;
  text-align: center;
  color: #660000;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  color: #fff !important;
  background-color: #660000 !important;
  border-color: #660000 !important;
}

@media only screen and (max-width: 991px) {
  .btn.btn-primary {
    font-size: 12px;
  }
}

.btn.btn-outline-primary {
  border-radius: 7px;
  border: solid 1px #660000;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.92;
  letter-spacing: 1.3px;
  text-align: center;
  color: #660000;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  color: #fff !important;
  background-color: #660000 !important;
  border-color: #660000 !important;
}

@media only screen and (max-width: 991px) {
  .btn.btn-outline-primary {
    font-size: 12px;
  }
}

.btn.btn-outline-secondary {
  border-radius: 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.92;
  letter-spacing: 1.3px;
  text-align: center;
  border: solid 1px #ffffff;
  color: #ffffff;
}

.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary:active {
  color: #660000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

@media only screen and (max-width: 991px) {
  .btn.btn-outline-secondary {
    font-size: 12px;
  }
}

.not-btn {
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 1.3px;
  color: #660000;
}

.not-btn:hover {
  color: #660000;
}

@media only screen and (max-width: 991px) {
  .not-btn {
    font-size: 12px;
  }
}

.page-content {
  position: relative;
}

aside h4 {
  text-align: left;
}

aside ul.category {
  text-align: left;
  list-style: none;
  padding: 0;
  padding-left: 20px;
  margin-bottom: 50px;
  position: relative;
  z-index: 8;
}

aside ul.category a {
  color: #666666;
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
}

aside ul.category a:hover {
  color: #660000;
}

aside ul.category li:before {
  content: url("../assets/images/icon/ul-cat.png");
  position: absolute;
  transform: translate(-50px, -18px);
  z-index: -2;
}

aside ul.category ul.sub-category {
  list-style: none;
  padding: 0;
}

aside ul.category ul.sub-category a {
  opacity: 0.7;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

aside ul.category ul.sub-category a:hover {
  color: #660000;
}

aside ul.category ul.sub-category li:before {
  display: none;
}

.mobile-category-select {
  margin: 70px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-category-select {
    margin: 50px 0;
  }
}

.mobile-category-select button {
  border: solid 1px #666666;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.67;
  text-align: left;
  color: #666666;
  text-transform: unset;
  border-radius: 7px !important;
  width: 100%;
  margin-top: 20px;
}

.mobile-category-select button::after {
  float: right;
  margin: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-category-select button {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

.mobile-category-select .dropdown-menu {
  overflow-y: scroll;
  width: 100%;
  height: 151.2px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.31;
  letter-spacing: 0.65px;
  text-align: left;
  color: #666666;
  box-shadow: 0 3px 10px 0 rgba(134, 134, 134, 0.19);
  background-color: #efefef;
  padding: 20px 25px;
  transform: none !important;
  margin: 0;
  position: relative !important;
  margin-bottom: 25px;
}

.mobile-category-select .dropdown-menu li a {
  color: #666666;
}

.mobile-category-select .dropdown-menu li a:hover {
  color: #660000;
}

@media only screen and (max-width: 991px) {
  .mobile-category-select .sidebar-cat {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-category-select .sidebar-cat {
    margin-bottom: 0 !important;
  }
}

.hidden {
  display: none;
}

.social-media ul {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.social-media ul li {
  margin-right: 30px;
  margin-bottom: 1rem;
}

.social-media ul li a {
  font-size: 30px;
  line-height: 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #000;
}

.social-media ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.dropdown .btn-default {
  background: #FFF;
  padding: 0.75rem 1rem;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
}

.dropdown .btn-default:after {
  border: none;
  width: 11px;
  height: 6px;
  background-image: url("../img/icon/chevron-down.png");
  background-size: 100%;
  vertical-align: unset;
  margin-left: 25px;
}

.dropdown .btn-yellow {
  background: #d1b541;
  padding: 0.75rem 1rem;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  color: #FFF;
}

.dropdown .btn-yellow:after {
  border: none;
  width: 11px;
  height: 6px;
  background-image: url("../img/icon/chevron-down-white.png");
  background-size: 100%;
  vertical-align: unset;
  margin-left: 25px;
}

.dropdown .dropdown-menu {
  width: 100%;
  border-radius: 0;
}

.dropdown .nav {
  display: block;
  margin-bottom: 0 !important;
}

.dropdown .nav:after {
  display: none;
}

.dropdown .nav li a, .dropdown .nav li .nav-link, .dropdown .nav .nav-item a, .dropdown .nav .nav-item .nav-link {
  font-size: 16px !important;
  border: none !important;
  display: block;
  padding: .5rem 1rem;
  color: #333;
}

.dropdown .nav li a.active, .dropdown .nav li .nav-link.active, .dropdown .nav .nav-item a.active, .dropdown .nav .nav-item .nav-link.active {
  color: #000;
}

.filter-select {
  position: relative;
  margin-bottom: 0;
}

.filter-select:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 6px;
  background-image: url("../img/icon/chevron-down.png");
  background-size: cover;
}

.filter-select .custom-select {
  padding-right: 30px;
  height: auto !important;
  background: none;
  box-shadow: none !important;
}

.custom-select {
  border-radius: 0px;
  padding-right: 30px;
  background: #fff url("../img/icon/chevron-down.png") no-repeat right 10px center;
  box-shadow: none !important;
  height: auto !important;
}

.custom-select:focus {
  box-shadow: none !important;
}

.nav-tab-dropdown .dropdown-menu {
  border-radius: 0;
}

.nav-tab-dropdown .nav {
  display: block;
  margin-bottom: 0 !important;
}

.nav-tab-dropdown .nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}

.nav-tab-dropdown .btn {
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
  background-color: transparent !important;
}

.nav-tab-dropdown .btn:focus, .nav-tab-dropdown .btn:active {
  background-color: transparent !important;
}

.nav-tab-dropdown .btn:after {
  border: none;
  width: 21px;
  height: 12px;
  background-image: url("../img/icon/chevron-down.png");
  background-size: 100%;
  vertical-align: unset;
  margin-left: 25px;
}

.swiper-container-horizontal {
  overflow: hidden;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  outline: none;
}

.swiper-pagination-bullet {
  background-color: #666666;
  opacity: 0.2;
  width: 26px;
  height: 5px;
  border-radius: 0;
}

.swiper-pagination-bullet:hover {
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #666666;
  opacity: 0.7;
}

.swiper-button-next, .swiper-button-prev {
  background: none;
  bottom: 28px;
  top: unset;
  width: unset;
  height: unset;
  z-index: 11;
  font-size: 20px;
  color: #000;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #660000;
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  color: #000;
}

.swiper-button-next {
  right: 10%;
}

.swiper-button-prev {
  left: -5%;
}

div#sw-prev-home.swiper-button-prev, div#sw-next-home.swiper-button-next {
  top: 50%;
}

#sw-next-home.swiper-button-next {
  right: 3%;
}

.pagination .page-item .page-link {
  padding: 8px 10px;
  border-color: #ebebeb;
  font-size: 14px;
  box-shadow: none;
  color: #858585;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0;
  color: #666666;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  color: #FFF;
  box-shadow: none;
}

.nav.nav-tab-rounded {
  margin-bottom: 30px;
}

.nav.nav-tab-rounded .nav-item {
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav.nav-tab-rounded .nav-item {
    margin-right: 5px;
  }
}

.nav.nav-tab-rounded .nav-item .nav-link {
  font-size: 14px;
  padding-bottom: 0;
  color: #878580;
  padding: 10px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav.nav-tab-rounded .nav-item .nav-link {
    padding: 10px;
  }
}

.modal .close-modal {
  position: absolute;
  right: -2%;
  top: -2%;
  z-index: 99;
  opacity: 1;
  background: url(../images/icon/button-close.png);
  background-size: contain;
  border: 0 !important;
  background-repeat: no-repeat;
  padding: 1.2rem;
  cursor: pointer;
  outline: none;
}

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-body {
  padding: 0;
  position: relative;
}

.modal-backdrop {
  background-color: #000000;
}

.fancybox-image {
  width: auto;
  height: auto;
  max-width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nicescroll-rails.nicescroll-rails-hr {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .col-xs-6 {
    width: 50%;
  }
}

.fancybox-button.fancybox-button--close {
  outline: none;
}

.thankyou, .notfound {
  padding: 120px 0;
}

@media only screen and (max-width: 991px) {
  .thankyou, .notfound {
    padding: 120px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .thankyou, .notfound {
    padding-bottom: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .notfound {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .notfound {
    padding-bottom: 160px;
  }
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

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

.thankyou .thx-icon {
  margin-bottom: 20px;
  animation: mover 1.2s infinite  alternate;
}

.thankyou .thx-icon img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .thankyou .thx-icon img {
    width: 70px;
  }
}

.thankyou .t p {
  margin-bottom: 30px;
}

.notfound img {
  -webkit-animation: mover 1.2s infinite  alternate;
  animation: mover 1.2s infinite  alternate;
}

.notfound .not-logo {
  font-family: Roboto;
  font-size: 100px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #666666;
}

.notfound .not-logo img {
  width: 72px;
  height: 72px;
  margin: 0 10px;
  position: relative;
  bottom: 4px;
}

.notfound .t p {
  margin-bottom: 45px;
}

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

.main--index {
  background-color: #F8F8F8;
  font-style: 15px;
  padding: 50px 0;
  line-height: 20px;
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

.form-group {
  margin-bottom: 30px;
}

.form-group label:not(.custom-file-label) {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form-group .form-text {
  font-size: 13px;
  line-height: 28px;
}

.form-group .custom-file {
  height: auto;
  margin-bottom: 10px;
}

.form-group .custom-file .custom-file-label:after {
  background-color: #d9d9d9;
  height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #333;
  border-radius: 0;
  border-left: 0;
}

.form-group .custom-file .custom-file-input {
  box-shadow: none !important;
}

.form-group .custom-file .custom-file-input:focus ~ .custom-file-label {
  box-shadow: none;
  border-color: #660000;
}

.form-group .form-control, .form-group .custom-file-label {
  border: 1px solid #ebebeb;
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 15px;
  color: #666666;
  height: auto;
}

.form-group .form-control:focus, .form-group .custom-file-label:focus {
  box-shadow: none;
  border-color: #660000;
}

.form-group .form-control::placeholder, .form-group .form-control::-webkit-input-placeholder, .form-group .form-control:-moz-placeholder, .form-group .custom-file-label::placeholder, .form-group .custom-file-label::-webkit-input-placeholder, .form-group .custom-file-label:-moz-placeholder {
  color: #333;
}

textarea {
  min-height: 200px;
}

header.header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #660000;
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
  header.header .col-md-11half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93%;
    flex: 0 0 93%;
    max-width: 93%;
  }
}

@media (max-width: 1199px) {
  header.header .menu-outer {
    display: none;
  }
}

@media (max-width: 1199px) {
  header.header .branding-outer {
    margin: 15px 10px;
    padding: 0;
  }
}

header.header .logo-header {
  position: relative;
}

header.header .logo-header::before {
  content: url(../images/icon/logolayerheader.png) !important;
  position: absolute;
  left: -165%;
  top: -63%;
  transform: scale(0.54);
}

@media (max-width: 1199px) {
  header.header .logo-header::before {
    content: url(../images/icon/logolayermobilebig.png)  !important;
    left: -380px;
    top: -53px;
    transform: scale(0.63);
  }
}

@media (max-width: 1090px) {
  header.header .logo-header::before {
    content: url(../images/icon/logolayermobile.png)  !important;
    left: -275px;
    top: -53px;
    transform: scale(0.63);
  }
}

@media only screen and (min-width: 900px) and (max-width: 991px) {
  header.header .logo-header::before {
    content: url(../images/icon/logolayermobilebig.png)  !important;
    left: -380px;
    top: -53px;
    transform: scale(0.63);
  }
}

@media (max-width: 767.98px) {
  header.header .logo-header::before {
    content: url(../images/icon/logolayermobile.png)  !important;
    left: -320px;
    top: -55px;
    transform: scale(0.58);
  }
}

@media (max-width: 620px) {
  header.header .logo-header::before {
    content: url(../images/icon/logolayermobile.png)  !important;
    left: -280px;
    top: -55px;
    transform: scale(0.58);
  }
}

header.header .logo {
  width: 290px;
  top: 50%;
  transform: translateY(-35%);
  position: relative;
}

@media (max-width: 1199px) {
  header.header .logo {
    width: 100%;
  }
  header.header .logo img {
    width: 200px;
  }
}

@media (max-width: 767.98px) {
  header.header .logo {
    width: 100%;
  }
  header.header .logo img {
    width: 141px;
  }
}

.navbar-toggler {
  outline: 0 !important;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: none;
  color: #ffffff;
  padding: 0;
}

.navbar-toggler:hover {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .navbar-toggler {
    display: block;
  }
}

/**
 * -----------------------------------------------------
 * MENU
 * -----------------------------------------------------
 */
/**
 * Main Menu
 */
.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.15);
  padding-bottom: 0;
  position: absolute;
  background: white;
  z-index: -2;
  display: none;
}

.mega-menu .thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mega-menu .thumbs .as-background {
  position: absolute;
  top: 0;
  left: -30%;
  width: 135%;
  height: 100%;
  overflow-y: hidden;
  z-index: -2;
}

.mega-menu .thumbs .as-background img {
  height: 100%;
  object-fit: cover;
}

.mega-menu .media .media-img img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}

.mega-menu .media .media-body {
  padding-left: 20px;
  padding-right: 30px;
}

.mega-menu .media .media-body h6 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

.mega-menu .media .media-body p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

.mega-menu .media .media-body a.not-btn {
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 1.3px;
  text-align: left;
  color: #666666;
}

.mega-menu .parent-menu {
  background-color: #92191c;
}

.mega-menu .parent-menu .menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 8px 20px;
  display: block;
}

.mega-menu .parent-menu .menu-item li {
  text-align: center;
}

.mega-menu .parent-menu .menu-item li a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.29;
  letter-spacing: normal;
  color: #ffffff;
}

.mega-menu .parent-menu .menu-item li a:hover {
  font-weight: bold;
}

.mega-menu .child-menu {
  background-color: #fff;
  min-height: 240px;
}

.mega-menu .child-menu .menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 18px 30px;
}

.mega-menu .child-menu .menu-item li a {
  font-family: Barlow;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.69;
  letter-spacing: 0.65px;
  text-align: left;
  color: #666666;
}

.mega-menu .child-menu .menu-item li a:hover {
  color: #660000;
}

.main-menu {
  clear: both;
  float: right;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  padding: 10px 0 15px 0px;
}

.main-menu ul li a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 0.8px;
  text-align: right;
  color: #ffffff;
}

.main-menu ul li a.mainlink:hover {
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #ffffff;
}

.main-menu ul li a.mainlink.active {
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #ffffff;
}

.main-menu ul li.hassubmenu .mainlink::after, .main-menu ul li.hasmegamenu .mainlink::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

@media (max-width: 1024px) {
  .main-menu ul li.hassubmenu .mainlink::after, .main-menu ul li.hasmegamenu .mainlink::after {
    display: none;
  }
}

.main-menu ul li.hasmegamenu {
  position: static;
}

.main-menu ul li.hassubmenu:hover .sub-menu {
  display: block;
}

.main-menu ul li.hassubmenu:hover .sub-menu li {
  position: relative;
}

.main-menu ul li.hassubmenu:hover .sub-menu li .sub-menu {
  position: absolute;
  top: 0;
  display: none;
  padding-top: 0px;
}

.main-menu ul li.hassubmenu:hover .sub-menu li:hover .sub-menu {
  display: block;
}

.main-menu ul li .sub-menu {
  display: none;
  text-align: center;
  background: #fff;
  left: 50%;
  top: calc(100% + 0px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .main-menu ul li .sub-menu {
    margin-top: 0;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    padding: 0;
    max-width: unset;
    min-width: unset;
  }
}

.main-menu ul li .sub-menu li {
  margin-left: 0;
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.main-menu ul li .sub-menu li a {
  color: #666666;
}

.main-menu ul li .sub-menu li a:hover {
  color: #660000;
}

/**
 * Extra Menu
 */
.extra-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.extra-menu img {
  width: auto;
  height: 13px;
  margin-top: -3px;
}

@media (max-width: 1024px) {
  .extra-menu {
    order: 2;
  }
}

.extra-menu ul {
  list-style: none;
  margin: 0;
  margin-left: -15px;
  text-align: right;
  margin-right: 15%;
}

.extra-menu ul li {
  display: inline-block;
  padding: 0px 10px;
}

.extra-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Roboto', sans-serif;
  line-height: 1.38;
  letter-spacing: 0.33px;
  font-size: 13px;
}

.extra-menu .searchbox {
  top: 5px;
  position: relative;
  text-align: left;
  height: auto;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.extra-menu .searchbox .searchbox-input {
  left: 0;
  top: 0;
  border: 0;
  outline: 0;
  height: auto;
  width: 130px;
  margin: 0;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.extra-menu .searchbox .searchbox-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.extra-menu .learning {
  background-color: #4b0101;
  border: 0;
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  position: absolute;
  padding: 15px 18px;
  padding-top: 10px;
  right: 11px;
  top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/**
 * Language Menu
 */
.menu-lang {
  margin-right: 5px;
}

.menu-lang img {
  border: 2px solid transparent;
  height: 16px;
}

.menu-lang img:hover {
  border: 2px solid #660000;
}

.menu-lang.active img {
  border: 2px solid #660000;
}

/**
 * ----------------------------------------------------
 * MENU END
 * ----------------------------------------------------
 */
.open-burger {
  background: url(../assets/images/burger-menu.png);
  width: 25px;
  background-repeat: no-repeat;
  height: auto;
}

.close-burger {
  background: url(../images/close-menu.png);
  width: 25px;
  background-repeat: no-repeat;
  height: auto;
}

.pushNavIsOpen {
  overflow: auto;
  height: 100%;
}

.pushNavIsOpen .screen {
  height: 100%;
  opacity: 1;
}

.menu-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .menu-mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .menu-mobile .pushNav {
    width: 100%;
    right: -100%;
  }
  .menu-mobile .pushNav2 {
    width: 92%;
    right: -92%;
  }
  .menu-mobile .pushNav3 {
    width: 84%;
    right: -84%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-mobile .pushNav {
    width: 100%;
    right: -100%;
  }
  .menu-mobile .pushNav2 {
    width: 96%;
    right: -96%;
  }
  .menu-mobile .pushNav3 {
    width: 92%;
    right: -92%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .menu-mobile .pushNav {
    width: 100%;
    right: -100%;
  }
  .menu-mobile .pushNav2 {
    width: 97%;
    right: -97%;
  }
  .menu-mobile .pushNav3 {
    width: 94%;
    right: -94%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .menu-mobile .pushNav {
    width: 100%;
    right: -100%;
  }
  .menu-mobile .pushNav2 {
    width: 97%;
    right: -97%;
  }
  .menu-mobile .pushNav3 {
    width: 94%;
    right: -94%;
  }
}

.menu-mobile ul.pushNav, .menu-mobile ul.pushNav2, .menu-mobile ul.pushNav3 {
  margin: 0;
  list-style-type: none;
  padding: 75px 35px;
}

.menu-mobile ul.pushNav {
  padding-top: 130px;
  overflow: scroll;
}

.menu-mobile .pushNav, .menu-mobile .pushNav2, .menu-mobile .pushNav3 {
  height: 100%;
  position: fixed;
  z-index: 777;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  top: 0;
}

.menu-mobile .pushNav {
  background: #660000;
}

.menu-mobile .pushNav2 {
  background: #92191c;
}

.menu-mobile .pushNav3 {
  background: #ffffff;
}

.menu-mobile .pushNav, .menu-mobile .pushNav a {
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  line-height: 3;
  letter-spacing: normal;
  color: #ffffff;
}

.menu-mobile .has-sub {
  display: flex;
}

.menu-mobile .has-sub i.fa-caret-right {
  line-height: 3;
  padding: 0 10px;
  margin-top: 1px;
}

.menu-mobile .js-topPushNav.isOpen {
  right: 0;
}

.menu-mobile .pushNav_level2.isOpen {
  right: 0;
}

.menu-mobile .pushNav_level3.isOpen {
  right: 0;
}

.menu-mobile .closeLevel, .menu-mobile .openLevel {
  cursor: pointer;
}

.menu-mobile .openLevel, .menu-mobile .closeLevel, .menu-mobile .pushNav a {
  display: block;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}

.menu-mobile .closeLevel, .menu-mobile .closelevel > i {
  outline: none;
  color: #fff;
  display: block;
  position: relative;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 0.5;
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  line-height: 3.75;
  letter-spacing: normal;
  text-align: left;
}

.menu-mobile .pushNav3 .closeLevel, .menu-mobile .pushNav3 .closelevel > i {
  color: #333333;
}

.menu-mobile .pushNav3 a {
  color: #333333;
}

.menu-mobile .learning {
  position: relative;
  bottom: -45%;
  list-style: none;
  margin: 0;
  background-color: #4b0101;
  padding: 3px 35px !important;
  margin: 0 -35px;
}

.menu-mobile .extra-search {
  padding: 15px 0px !important;
  display: flex;
  list-style: none;
  margin: 0;
}

.menu-mobile .extra-search .searchbox {
  top: 0;
  position: relative;
  text-align: left;
  height: auto;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.menu-mobile .extra-search .searchbox i {
  font-size: 13px;
  top: 0 !important;
}

@media only screen and (max-width: 991px) {
  .menu-mobile .extra-search .searchbox i {
    font-size: 14px;
    margin-right: 5px;
  }
}

.menu-mobile .extra-search .searchbox .searchbox-input {
  padding: 7px 0;
  left: 0;
  top: 0;
  border: 0;
  outline: 0;
  height: auto;
  width: 130px;
  margin: 0;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.menu-mobile .extra-search .searchbox .searchbox-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 991px) {
  .menu-mobile .extra-search .searchbox .searchbox-input {
    font-size: 14px;
  }
}

.menu-mobile .extra-search img {
  width: auto;
  height: 13px;
  margin-top: -3px;
  margin-left: 25px;
}

@media only screen and (max-width: 991px) {
  .menu-mobile .extra-search img {
    margin-top: 7px;
    margin-left: 30px;
  }
}

.home-slider {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .home-slider .container {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slider .container {
    max-width: 100%;
  }
}

.home-slider #swiper-home,
.home-slider #swiper-news-home {
  overflow: hidden;
}

.home-slider #swiper-home {
  width: 120%;
  left: -20%;
  position: relative;
  height: 466px;
}

@media only screen and (max-width: 991px) {
  .home-slider #swiper-home {
    width: 100%;
    left: 0;
    height: auto;
  }
}

.home-slider #swiper-home::before {
  content: "";
  background-image: linear-gradient(217deg, rgba(255, 255, 255, 0), rgba(180, 180, 180, 0.39) 60%, rgba(59, 41, 41, 0.75));
}

.home-slider #swiper-home .slide-caption {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .home-slider #swiper-home .slide-caption {
    background-color: #660000;
    position: relative;
    left: 0;
    transform: none;
    top: 0;
    padding: 50px 80px;
    text-align: center;
  }
}

.home-slider #swiper-home h1 {
  width: 100%;
  text-shadow: 0 3px 6px rgba(62, 40, 40, 0.78);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: .7em;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .home-slider #swiper-home h1 {
    width: 100%;
    text-align: center;
    line-height: 35px;
  }
}

.home-slider #swiper-home img {
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .home-slider .sw-news {
    padding: 0 10%;
  }
}

.home-slider #swiper-news-home {
  padding: 30px 0;
}

@media only screen and (max-width: 991px) {
  .home-slider #swiper-news-home {
    padding: 50px 0;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider #swiper-news-home .swiper-button-prev {
    left: 13%;
    bottom: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slider #swiper-news-home .swiper-button-prev {
    left: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider #swiper-news-home .swiper-button-next {
    right: 54%;
    bottom: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slider #swiper-news-home .swiper-button-next {
    right: 40%;
  }
}

.home-slider #swiper-news-home .swiper-pagination-bullets {
  bottom: 34px;
}

@media only screen and (max-width: 767px) {
  .home-slider #swiper-news-home .swiper-pagination-bullets {
    width: auto;
    left: 17%;
    bottom: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slider #swiper-news-home .swiper-pagination-bullets {
    width: 100%;
    left: 0;
    bottom: 35px;
  }
}

.home-slider #swiper-news-home .featured-item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .home-slider #swiper-news-home .featured-item img {
    margin: 0 auto;
  }
}

.home-slider #swiper-news-home .featured-item p {
  padding-top: 15px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: 0.8px;
}

@media only screen and (max-width: 991px) {
  .home-slider #swiper-news-home .featured-item p {
    font-size: 17px;
    padding-right: 50px;
    padding-top: 25px;
    line-height: 1.59;
    margin-bottom: 0;
  }
}

.home-slider #swiper-news-home .featured-item:hover p {
  color: #660000;
}

.home-slider #swiper-news-home .not-btn.visit-us {
  color: #666666;
}

.home-slider #swiper-news-home .not-btn.visit-us:hover {
  color: #660000;
  cursor: pointer;
}

.home-slider #swiper-news-home a {
  line-height: 2.7;
}

.client-stories {
  background-color: #efefef;
  padding: 140px 0;
}

@media only screen and (max-width: 991px) {
  .client-stories {
    padding: 40px 0;
  }
}

.client-stories #swiper-client-home {
  margin-top: 80px;
}

@media only screen and (max-width: 991px) {
  .client-stories #swiper-client-home {
    margin-top: 55px;
  }
}

.client-stories #swiper-client-home .swiper-pagination-bullets {
  top: 30%;
}

@media only screen and (max-width: 767px) {
  .client-stories #swiper-client-home .swiper-pagination-bullets {
    top: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-stories #swiper-client-home .swiper-pagination-bullets {
    top: 17%;
  }
}

.client-stories #swiper-client-home .swiper-wrapper {
  z-index: 12;
}

.client-stories .images {
  padding-right: 30px;
}

.client-stories .images .client-logo {
  background: white;
  border-radius: 10px;
  padding: 25px 50px;
}

@media only screen and (max-width: 991px) {
  .client-stories .images .client-logo {
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 10px 40px;
  }
}

.client-stories .item-link a {
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.65px;
  color: rgba(102, 102, 102, 0.7);
  display: block;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .client-stories .item-link a {
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .client-stories .item-link a {
    margin-bottom: 5px;
  }
}

.client-stories .item-link a:hover {
  font-weight: bold;
}

.client-stories .cta {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .client-stories .cta {
    margin-top: 20px;
  }
  .client-stories .cta a {
    display: block;
    width: fit-content;
  }
}

.client-stories .cta .not-btn {
  margin-left: 25px;
  color: rgba(102, 102, 102, 0.7);
}

@media only screen and (max-width: 767px) {
  .client-stories .cta .not-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

.client-stories .cta .not-btn:hover {
  color: #666666;
}

.our-services {
  background-color: #efefef;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .our-services {
    padding: 20px 0;
    padding-bottom: 0px;
  }
}

.our-services .margin-product {
  margin-top: 35px;
}

.our-services .colchild {
  padding: 0;
  transition: transform 1s;
}

.our-services .box-container {
  display: flex;
  flex-wrap: wrap;
}

.our-services .box-content {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #e8e8e8;
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.our-services .box-content::before {
  content: '';
  background-image: linear-gradient(to bottom, rgba(62, 25, 25, 0), #2f1111 100%, rgba(21, 3, 4, 0));
  width: 100%;
  height: 25%;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}

.our-services .box-content:hover .content-overlay {
  opacity: 0.7;
}

.our-services .box-content:hover .logo-overlay img {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .our-services .box-content:hover .logo-overlay img {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services .box-content:hover .logo-overlay img {
    width: 75%;
  }
}

.our-services .box-content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.our-services .box-content:hover .box-button {
  background: #660000;
}

.our-services .box-content:hover .box-button .icon {
  transform: rotate(0deg);
}

.our-services .box-content:hover .box-button .icon::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px white;
  position: absolute;
  bottom: 6px;
  transform: rotate(90deg);
}

.our-services .box-content:hover .box-title {
  opacity: 0;
  transition-duration: 0.45s;
}

.our-services .box-content .box-image {
  width: 100%;
  object-fit: cover;
}

.our-services .box-content .box-title {
  position: absolute;
  bottom: 10px;
  left: 30px;
  font-family: Amiri;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.6;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services .box-content .box-title {
    font-size: 18px;
    bottom: 3px;
    left: 20px;
  }
}

.our-services .box-content .content-overlay {
  background: #660000;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.our-services .box-content .content-overlay::after {
  content: url("../assets/images/icon/overlay-pattern-top.png");
  position: absolute;
  right: 20px;
  top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services .box-content .content-overlay::after {
    right: 5px;
    top: 5px;
    transform: scale(0.6);
  }
}

.our-services .box-content .logo-overlay img {
  position: absolute;
  height: auto;
  width: auto;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.our-services .box-content .content-details {
  color: white;
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.our-services .box-content .content-details h3 {
  line-height: 2.17;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services .box-content .content-details h3 {
    font-size: 18px;
    line-height: 1.71;
  }
}

.our-services .box-content .content-details p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .our-services .box-content .content-details p {
    font-size: 14px;
    line-height: 1.71;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services .box-content .content-details p {
    font-size: 10px;
    line-height: 1.71;
  }
}

.our-services .box-content .content-details a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 1.3px;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services .box-content .content-details a {
    font-size: 8px;
    line-height: 1.2;
  }
}

.our-services .box-content .content-details img {
  width: auto;
  height: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1em;
}

.our-services .box-content .box-button {
  background: #000000;
  color: white;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
}

.our-services .box-content .box-button .icon {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  position: relative;
}

.our-services .box-content .box-button .icon::before {
  content: '';
  display: block;
  width: 14px;
  height: 0px;
  border-bottom: solid 2px white;
  position: absolute;
  bottom: 6px;
  transform: rotate(90deg);
  transition: width 0.3s;
}

.our-services .box-content .box-button .icon::after {
  content: '';
  display: block;
  width: 14px;
  height: 0px;
  border-bottom: solid 2px white;
  position: absolute;
  bottom: 6px;
}

.founder {
  min-height: 748px;
  overflow: hidden;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .founder {
    padding-bottom: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .founder {
    min-height: 490px;
  }
}

.founder .set-center {
  transform: translateY(25%);
}

@media only screen and (max-width: 767px) {
  .founder .set-center {
    transform: translateY(15%);
  }
}

.founder:before {
  content: url("../assets/images/founder-pattern.png");
  position: absolute;
  transform: translate(60%, 0%);
  z-index: 0;
}

@media (min-width: 1400px) {
  .founder:before {
    transform: translate(80%, 0%);
  }
}

@media only screen and (max-width: 767px) {
  .founder:before {
    transform: translate(60%, -17%) rotate(50deg) scale(1.3);
  }
}

@media only screen and (max-width: 650px) {
  .founder:before {
    transform: translate(30%, -15%) rotate(44deg) scale(1.2);
  }
}

@media only screen and (max-width: 500px) {
  .founder:before {
    transform: translate(15%, -18%) rotate(40deg) scale(1);
  }
}

@media only screen and (max-width: 410px) {
  .founder:before {
    transform: translate(0%, -16%) rotate(40deg) scale(0.9);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .founder:before {
    transform: translate(23%, -17%) scale(0.7);
  }
}

.founder::after {
  content: url("../assets/images/icon/logo-circle.png");
  position: absolute;
  right: 10%;
  top: 75%;
}

@media only screen and (max-width: 767px) {
  .founder::after {
    right: -34%;
    top: 69%;
    transform: scale(0.6);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .founder::after {
    right: -8%;
    top: 60%;
    transform: scale(0.6);
  }
}

.founder .content {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .founder .content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .founder .content {
    margin-left: 0;
  }
}

.founder .content h1 p, .founder .content h1 {
  font-family: Amiri;
  font-size: 27px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 991px) {
  .founder .content h1 p, .founder .content h1 {
    font-size: 22px;
  }
}

.founder .content h1 b {
  font-weight: bold;
  color: #660000;
}

.founder .content h1::before {
  content: "\201C";
  font-family: Open Sans;
  font-size: 200px;
  font-weight: 600;
  font-style: italic;
  color: rgba(146, 25, 28, 0.1);
  top: -51%;
  left: -14%;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .founder .content h1::before {
    top: -40%;
    left: -20%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .founder .content h1::before {
    top: -40%;
    left: -27%;
  }
}

.founder .images {
  text-align: center;
}

.founder .images img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .founder .images img {
    width: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .founder .images img {
    width: 260px;
  }
}

.founder .images .founder-box {
  border-radius: 50px;
  background-color: #660000;
  color: #ffffff;
  padding: 17px 50px;
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  top: 0;
  transform: translateY(-100%);
}

@media only screen and (max-width: 767px) {
  .founder .images .founder-box {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .founder .images .founder-box {
    padding: 15px 35px;
  }
}

.founder .images .founder-box .name {
  font-family: Amiri;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}

@media only screen and (max-width: 991px) {
  .founder .images .founder-box .name {
    font-size: 15px;
  }
}

.founder .images .founder-box .title {
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media only screen and (max-width: 991px) {
  .founder .images .founder-box .title {
    font-size: 12px;
  }
}

.life-at-tjitra {
  padding: 150px 0;
  background-color: #666666;
  padding-bottom: 0;
  z-index: 14;
}

@media only screen and (max-width: 991px) {
  .life-at-tjitra {
    padding: 60px 0;
    padding-bottom: 0;
  }
}

.life-at-tjitra .maintext {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .life-at-tjitra .maintext {
    top: unset;
    transform: none;
    margin-bottom: 30px;
  }
}

.life-at-tjitra .maintext h1 {
  text-align: left;
  color: #ffffff;
}

.life-at-tjitra .maintext p {
  color: #ffffff;
}

.life-at-tjitra .button-slider {
  margin-top: 40px;
}

.life-at-tjitra .button-slider button {
  width: 39.5px;
  height: 39.5px;
  background-color: #efefef;
  border: 0;
  color: #666666;
  outline: none;
  cursor: pointer;
  font-size: 20px;
}

.life-at-tjitra .button-slider button:hover {
  color: #ffffff;
  background-color: #000000;
}

.life-at-tjitra #swiper-life-at-tjitra {
  width: 150%;
}

.life-at-tjitra figure {
  width: 100%;
  min-height: 502px;
  display: inline-block;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  margin: 0;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .life-at-tjitra figure {
    width: 200%;
  }
}

.life-at-tjitra figure img {
  width: 100%;
  height: 295px;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .life-at-tjitra figure img {
    height: 120px;
  }
}

.life-at-tjitra figure figcaption {
  background-color: #fff;
  padding: 20px;
}

.life-at-tjitra figure figcaption a {
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.life-at-tjitra figure figcaption p {
  text-align: center;
  margin-bottom: 20px;
}

.life-at-tjitra figure:hover figcaption h4, .life-at-tjitra figure:hover figcaption a {
  color: #660000;
}

.life-at-tjitra .career-float {
  transform: translateY(50%);
}

@media only screen and (max-width: 991px) {
  .life-at-tjitra .career-float {
    transform: translateY(15%);
  }
}

.life-at-tjitra .career-float .job {
  overflow: hidden;
  background: url(../assets/images/bg-career-home.png);
  border-radius: 14px;
  padding: 25px 10%;
}

.life-at-tjitra .career-float .job .title {
  opacity: 0.5;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 2.1px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .life-at-tjitra .career-float .job .title {
    font-size: 13px;
    margin-bottom: 7px;
  }
}

.life-at-tjitra .career-float .job h3 {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .life-at-tjitra .career-float .job h3 {
    font-size: 22px;
    line-height: 1.45;
  }
}

.life-at-tjitra .career-float .job p {
  color: #ffffff;
  margin-bottom: 0;
}

.life-at-tjitra .career-float .job .not-btn {
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
  line-height: 2;
  opacity: 0.5;
}

@media only screen and (max-width: 991px) {
  .life-at-tjitra .career-float .job .not-btn {
    margin-top: 15px;
  }
}

.life-at-tjitra .career-float .job .btn-outline-primary {
  border: solid 1px #ffffff;
  color: #ffffff;
}

.life-at-tjitra .career-float .job .btn-outline-primary:hover {
  border: solid 1px #660000;
  background: #fff !important;
  color: #660000 !important;
}

.life-at-tjitra .career-float .job .swiper-button-next, .life-at-tjitra .career-float .job .swiper-button-prev {
  font-size: 20px;
  opacity: 0.7;
  top: 55%;
  bottom: unset;
  color: #ffffff;
}

.life-at-tjitra .career-float .job .swiper-button-next:hover, .life-at-tjitra .career-float .job .swiper-button-prev:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .life-at-tjitra .career-float .job .swiper-button-next, .life-at-tjitra .career-float .job .swiper-button-prev {
    top: 50%;
  }
}

.life-at-tjitra .career-float .job .swiper-button-next {
  right: 6%;
}

@media only screen and (max-width: 767px) {
  .life-at-tjitra .career-float .job .swiper-button-next {
    right: 12%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .life-at-tjitra .career-float .job .swiper-button-next {
    right: 8%;
  }
}

.life-at-tjitra .career-float .job .swiper-button-prev {
  left: 6%;
}

@media only screen and (max-width: 767px) {
  .life-at-tjitra .career-float .job .swiper-button-prev {
    left: 12%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .life-at-tjitra .career-float .job .swiper-button-prev {
    left: 8%;
  }
}

@media only screen and (max-width: 991px) {
  .life-at-tjitra .career-float .job .swiper-slide {
    padding: 25px;
  }
}

.life-at-tjitra .career-float .social {
  border-radius: 14px;
  background-color: #ffffff;
  width: 207px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.life-at-tjitra .career-float .social::before {
  content: url("../assets/images/social-home.png");
  position: absolute;
  left: -15%;
  bottom: -25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .life-at-tjitra .career-float .social::before {
    left: -8%;
  }
}

@media only screen and (max-width: 991px) {
  .life-at-tjitra .career-float .social {
    width: 100%;
    height: 161px;
    margin-top: 30px;
  }
}

.life-at-tjitra .career-float .social .it {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.life-at-tjitra .career-float .social .it h4 {
  color: #660000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.25;
  letter-spacing: 4px;
  text-align: center;
}

.life-at-tjitra .career-float .social .ic {
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.73;
  letter-spacing: 2.4px;
  text-align: center;
  color: #660000;
  padding: 15px;
}

.life-at-tjitra .career-float .social .ic .fa-linkedin-in:hover {
  color: #007bb5;
}

.life-at-tjitra .career-float .social .ic .fa-instagram:hover {
  color: #bc2a8d;
}

.career-news-updates {
  padding-bottom: 110px;
  background: #EFEFEF;
  z-index: 13;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .career-news-updates {
    padding-bottom: 30px;
  }
}

.career-news-updates .news-updates-bg img {
  position: absolute;
  top: 90%;
}

@media only screen and (max-width: 991px) {
  .career-news-updates .news-updates-bg img {
    top: 99%;
  }
}

.career-news-updates h1 {
  text-align: left;
}

.career-news-updates .see-all {
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .career-news-updates .see-all {
    text-align: left;
  }
}

.career-news-updates .news-title {
  margin-bottom: 20px;
  margin-top: 80px;
}

@media only screen and (max-width: 991px) {
  .career-news-updates .news-item .nws {
    margin-bottom: 25px;
  }
}

.career-news-updates .news-item .date {
  text-transform: uppercase;
  opacity: 0.5;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 2.1px;
  text-align: left;
  color: #555555;
}

@media only screen and (max-width: 991px) {
  .career-news-updates .news-item .date {
    font-size: 12px;
  }
}

.career-news-updates .news-item .title {
  font-family: Amiri;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

.career-news-updates .news-item .title:hover {
  color: #660000;
}

@media only screen and (max-width: 991px) {
  .career-news-updates .news-item .title {
    font-size: 18px;
  }
}

.client-references {
  text-align: center;
  padding: 165px 0;
}

@media only screen and (max-width: 767px) {
  .client-references {
    padding: 60px 0;
    margin: 80px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-references {
    padding: 60px 0;
    margin: 60px 0;
  }
}

.client-references .slick-wrapper {
  visibility: hidden;
}

.client-references .slick-initialized {
  visibility: visible;
}

.client-references .slick-dots {
  position: absolute;
  bottom: -25px;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.client-references .slick-dots li {
  font-size: 0;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  background-color: #666666;
  opacity: 0.2;
  width: 26px;
  height: 5px;
  border-radius: 0;
}

.client-references .slick-dots li:hover {
  opacity: 0.7;
  cursor: pointer;
}

.client-references .slick-dots li button {
  opacity: 0;
}

.client-references .slick-dots li.slick-active {
  background: #666666;
  opacity: 0.7;
}

.client-references .slick-prev,
.client-references .slick-next {
  z-index: 5;
  position: absolute;
  top: 50%;
  color: rgba(102, 102, 102, 0.2);
  font-size: 40px;
}

.client-references .slick-prev:before,
.client-references .slick-next:before {
  display: none;
}

.client-references .slick-prev:hover,
.client-references .slick-next:hover {
  color: rgba(102, 102, 102, 0.5);
}

.client-references .slick-prev {
  left: 20px;
}

.client-references .slick-next {
  right: 20px;
}

.client-references img {
  width: 200px;
  height: auto;
  margin: 25px auto;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}

.client-references img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

@media only screen and (max-width: 991px) {
  .client-references img {
    width: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-references img {
    width: 140px;
  }
}

.client-references .swiper-button-next, .client-references .swiper-button-prev {
  font-size: 40px;
  top: 50%;
  bottom: unset;
  color: rgba(102, 102, 102, 0.2);
}

.client-references .swiper-button-next:hover, .client-references .swiper-button-prev:hover {
  color: rgba(102, 102, 102, 0.5);
}

.client-references .swiper-button-next {
  right: 10%;
}

.client-references .swiper-button-prev {
  left: 10%;
}

.client-references .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: unset;
}

@media only screen and (max-width: 767px) {
  .client-references .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
}

.about-banner {
  padding: 0;
  background: #666666;
}

.about-banner .banner-overlay {
  background-image: linear-gradient(179deg, rgba(0, 0, 0, 0.55), rgba(90, 0, 0, 0.74) 100%, #660000);
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .about-banner .banner-overlay {
    height: 151px;
  }
}

@media only screen and (max-width: 767px) {
  .about-banner img {
    height: 151px;
    object-fit: cover;
  }
}

.about-banner .about-content {
  position: absolute;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-banner .about-content p {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .about-banner .about-content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .about-banner .about-content {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    background-color: #660000;
    padding: 50px;
    text-align: center;
  }
}

.mission {
  background-color: #efefef;
}

.mission h1 {
  text-align: left;
}

.mission .margin-product {
  margin-top: 20px;
  margin-bottom: 2.5em;
}

.mission .colchild {
  transition: transform 1s;
}

@media only screen and (max-width: 991px) {
  .mission .colchild {
    margin-bottom: 20px;
  }
}

.mission .box-container {
  display: flex;
  flex-wrap: wrap;
}

.mission .box-content {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #e8e8e8;
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.mission .box-content::before {
  content: '';
  background-image: linear-gradient(to bottom, rgba(62, 25, 25, 0), #2f1111 100%, rgba(21, 3, 4, 0));
  width: 100%;
  height: 25%;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}

.mission .box-content:hover .content-overlay {
  opacity: 0.8;
}

.mission .box-content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.mission .box-content:hover .box-button {
  background: #660000;
}

.mission .box-content:hover .box-button .icon {
  transform: rotate(0deg);
}

.mission .box-content:hover .box-button .icon::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px white;
  position: absolute;
  bottom: 6px;
  transform: rotate(90deg);
}

.mission .box-content:hover .box-title {
  opacity: 0;
  transition-duration: 0.45s;
}

.mission .box-content .box-image {
  width: 100%;
}

.mission .box-content .box-title {
  position: absolute;
  bottom: 12px;
  left: 23px;
  font-family: Amiri;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding-right: 20%;
}

@media only screen and (max-width: 767px) {
  .mission .box-content .box-title {
    font-size: 18px;
    left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mission .box-content .box-title {
    font-size: 18px;
    left: 20px;
    line-height: 1.3;
    bottom: 10px;
    padding-right: 50%;
  }
}

.mission .box-content .content-overlay {
  background: #660000;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.mission .box-content .content-overlay::after {
  content: url("../assets/images/icon/overlay-pattern-top.png");
  position: absolute;
  right: 20px;
  top: 20px;
}

@media only screen and (max-width: 767px) {
  .mission .box-content .content-overlay::after {
    right: 8px;
    top: 8px;
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mission .box-content .content-overlay::after {
    right: 5px;
    top: 5px;
    transform: scale(0.6);
  }
}

.mission .box-content .content-details {
  color: white;
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.mission .box-content .content-details h3 {
  line-height: 2.17;
  text-align: center;
  color: #ffffff;
}

.mission .box-content .content-details p {
  font-size: 20px;
  line-height: 1.65;
  text-align: center;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .mission .box-content .content-details p {
    font-size: 17px;
    line-height: 1.79;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mission .box-content .content-details p {
    font-size: 14px;
    line-height: 1.79;
  }
}

.mission .box-content .content-details a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 1.3px;
  text-align: center;
  color: #ffffff;
  display: none;
}

.mission .box-content .content-details img {
  width: auto;
  height: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1em;
}

.mission .box-content .box-button {
  background: #000000;
  color: white;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
}

.mission .box-content .box-button .icon {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  position: relative;
}

.mission .box-content .box-button .icon::before {
  content: '';
  display: block;
  width: 14px;
  height: 0px;
  border-bottom: solid 2px white;
  position: absolute;
  bottom: 6px;
  transform: rotate(90deg);
  transition: width 0.3s;
}

.mission .box-content .box-button .icon::after {
  content: '';
  display: block;
  width: 14px;
  height: 0px;
  border-bottom: solid 2px white;
  position: absolute;
  bottom: 6px;
}

.vision {
  z-index: 2;
  overflow: hidden;
}

.vision::before {
  content: url("../assets/images/icon/logo-circle.png");
  position: absolute;
  left: -8%;
  top: -17%;
  z-index: -2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vision h1 {
    margin-bottom: 10px;
  }
}

.vision .desc {
  max-width: 659px;
  text-align: center;
  margin: 0 auto;
}

.vision .desc p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .vision .desc p {
    font-size: 15px;
  }
}

.vision .desc p b {
  font-weight: bold;
  color: #660000;
}

.vision .desc p span {
  font-weight: 500;
}

.vision .vicon {
  text-align: center;
  margin: 0 auto;
}

.vision .vision-icon img {
  height: 120px;
  width: auto;
  margin: 35px 0;
}

@media only screen and (max-width: 767px) {
  .vision .vision-icon img {
    height: 100px;
  }
}

.vision .vision-icon p {
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .vision .vision-icon p {
    font-size: 14px;
  }
}

.values {
  background-color: #efefef;
  padding: 60px 0;
}

@media only screen and (max-width: 767px) {
  .values {
    padding: 40px 0;
  }
}

.values h1 {
  margin-bottom: .7em;
}

@media only screen and (max-width: 767px) {
  .values h1 {
    margin-bottom: 1.2em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .values h1 {
    margin-bottom: 1em;
  }
}

.values img.value-icon {
  width: 150px;
}

.values .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .values .icons {
    display: none;
  }
}

.values .value-list {
  margin-bottom: 30px;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

@media only screen and (max-width: 991px) {
  .values .value-list {
    margin-bottom: 0;
  }
  .values .value-list .vl {
    margin-bottom: 20px;
  }
}

.values .value-item {
  background-color: #666666;
  border-radius: 15px;
  color: #ffffff;
  text-align: left;
  padding: 35px;
}

.values .value-item h4 {
  color: #ffffff;
  text-align: left;
}

.values .value-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.values .value-item ul li {
  padding-left: 20px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.values .value-item ul li:before {
  content: url("../images/icon/ul-value.png");
  position: absolute;
  transform: translate(-50px, -17px);
  z-index: 0;
}

.management {
  overflow: hidden;
}

.management:before {
  content: url("../images/pattern.png");
  position: absolute;
  transform: translate(-35%, -30%);
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .management:before {
    transform: translate(-15%, -35%) scale(1) rotate(35deg);
  }
}

@media only screen and (max-width: 649px) {
  .management:before {
    transform: translate(-21%, -37%) scale(0.8) rotate(35deg);
  }
}

@media only screen and (max-width: 585px) {
  .management:before {
    transform: translate(-20%, -39%) scale(0.8) rotate(35deg);
  }
}

@media only screen and (max-width: 490px) {
  .management:before {
    transform: translate(-35%, -35%) scale(0.8) rotate(35deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .management:before {
    transform: translate(-10%, -30%) rotate(37deg);
  }
}

@media only screen and (max-width: 991px) {
  .management {
    padding-bottom: 0;
  }
  .management .management-container {
    display: grid;
    margin-bottom: 45px;
  }
  .management .item-img {
    order: 1;
  }
  .management .item-txt {
    order: 2;
  }
}

.management .twocolom {
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .management .twocolom {
    margin-top: 0;
  }
}

.management .item-img {
  text-align: center;
}

.management .item-img img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .management .item-img img {
    width: 100%;
  }
}

.management .item-img.two-row {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .management .item-img.two-row {
    margin-bottom: 45px;
  }
}

.management .item-img.two-row img {
  width: auto;
  height: 382px;
}

@media only screen and (max-width: 767px) {
  .management .item-img.two-row img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .management .item-img.two-row img {
    width: 394px;
    height: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .management .item-img.two-row img {
    width: 100%;
    height: auto;
  }
}

.management .item-img.two-row p {
  text-align: center;
}

.management .item-img .management-box {
  border-radius: 50px;
  background-color: #660000;
  color: #ffffff;
  padding: 10px 35px;
  position: relative;
  text-align: center;
  width: max-content;
  margin: 0 auto;
  margin-top: -25%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .management .item-img .management-box {
    margin-top: -100px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .management .item-img .management-box {
    padding: 10px 25px;
    margin-bottom: 30px;
  }
}

.management .item-img .management-box .name {
  font-family: Amiri;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .management .item-img .management-box .name {
    font-size: 15px;
  }
}

.management .item-img .management-box .title {
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
  .management .item-img .management-box .title {
    font-size: 12px;
  }
}

.management .item-txt .management-text {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

.management .item-txt h3:hover {
  color: #660000;
}

.history {
  background: linear-gradient(rgba(102, 0, 0, 0.25), rgba(102, 0, 0, 0.25)), url(../images/history-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.history h1 {
  color: #ffffff;
  margin-bottom: 25px;
}

.history p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .history p {
    font-size: 16px;
    line-height: 1.88;
  }
}

.milestone {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .milestone h1 {
    margin-bottom: 1em;
  }
}

.milestone .navigation-tab {
  background-color: #660000;
  margin-top: 40px;
  margin-bottom: 70px;
}

.milestone .navigation-tab ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}

.milestone .navigation-tab ul li {
  display: inline-block;
  padding: 10px 40px;
  margin-top: 5px;
  display: inline-block;
  overflow: hidden;
}

.milestone .navigation-tab ul li::before {
  display: none;
}

.milestone .navigation-tab ul li a {
  font-size: 20px;
  line-height: 1.75;
  color: #ffffff;
}

.milestone .navigation-tab ul li a:hover, .milestone .navigation-tab ul li a:active {
  font-weight: bold;
}

.milestone .milestone-filter button {
  border: solid 1px #660000;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.67;
  text-align: left;
  color: #660000;
  text-transform: unset;
  border-radius: 0;
  width: 100%;
  transform: none;
  margin-top: 22px;
}

.milestone .milestone-filter button::after {
  float: right;
  margin: 10px 0;
}

.milestone .milestone-filter .dropdown-menu {
  overflow-y: scroll;
  height: 151.2px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.31;
  letter-spacing: 0.65px;
  text-align: left;
  color: #666666;
  box-shadow: 0 3px 10px 0 rgba(134, 134, 134, 0.19);
  background-color: #efefef;
  padding: 20px 25px;
  width: 100%;
}

.milestone .milestone-filter .dropdown-menu li a {
  color: #666666;
}

.milestone .milestone-filter .dropdown-menu li a:hover {
  color: #660000;
}

.milestone #swiper-milestone {
  margin: 50px 0;
}

@media only screen and (max-width: 991px) {
  .milestone #swiper-milestone {
    margin-bottom: 0px;
  }
}

.milestone #swiper-milestone img {
  object-fit: cover;
  height: 210px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  background-color: #c7c7c7;
}

.milestone #swiper-milestone .swiper-button-next, .milestone #swiper-milestone .swiper-button-prev {
  top: 450px;
  bottom: unset;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #efefef;
  padding: 10px 20px;
}

@media only screen and (max-width: 991px) {
  .milestone #swiper-milestone .swiper-button-next, .milestone #swiper-milestone .swiper-button-prev {
    top: 315px;
  }
}

.milestone #swiper-milestone .swiper-button-next:hover, .milestone #swiper-milestone .swiper-button-prev:hover {
  background: #000000;
  color: #ffffff;
}

.milestone #swiper-milestone .swiper-button-prev {
  left: 12%;
}

@media only screen and (max-width: 767px) {
  .milestone #swiper-milestone .swiper-button-prev {
    left: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .milestone #swiper-milestone .swiper-button-prev {
    left: 2%;
  }
}

.milestone #swiper-milestone .swiper-button-next {
  right: 12%;
}

@media only screen and (max-width: 767px) {
  .milestone #swiper-milestone .swiper-button-next {
    right: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .milestone #swiper-milestone .swiper-button-next {
    right: 2%;
  }
}

.milestone #swiper-milestone .slide-caption {
  margin: 50px 0;
  text-align: center;
}

.milestone #swiper-milestone .slide-caption .year {
  font-family: Amiri;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #666666;
  margin-bottom: 15px;
}

.milestone #swiper-milestone .slide-caption .desc {
  text-align: center;
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.product-landing {
  padding: 0;
}

.product-landing .banner-overlay {
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(179deg, rgba(0, 0, 0, 0.76), rgba(90, 0, 0, 0.74) 100%, #660000);
}

@media only screen and (max-width: 767px) {
  .product-landing .banner-overlay {
    height: 151px;
  }
}

@media only screen and (max-width: 767px) {
  .product-landing img {
    height: 151px;
    object-fit: cover;
  }
}

.product-landing .product-title {
  display: flex;
  position: absolute;
  align-items: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
}

.product-landing .product-title h1 {
  color: #fff;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .product-landing .product-title {
    background-color: #660000;
    position: relative;
    padding: 50px;
    text-align: center;
  }
  .product-landing .product-title br {
    display: none;
  }
}

.what-we-do {
  padding: 90px 0;
  background-color: #efefef;
  overflow: hidden;
}

.what-we-do .col-lg-7 {
  padding-left: 25px;
}

@media only screen and (max-width: 991px) {
  .what-we-do .col-lg-7 {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .what-we-do::after {
    left: -18% !important;
    bottom: -8% !important;
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 991px) {
  .what-we-do {
    padding: 60px 0;
  }
  .what-we-do br {
    display: none;
  }
}

.what-we-do p b {
  color: #660000;
}

.what-we-do h1 {
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.79;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .what-we-do h1 {
    font-size: 30px;
    line-height: 1.83;
  }
}

.what-we-do h6 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  .what-we-do h6 {
    font-size: 16px;
  }
}

.product-framework h2 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .product-framework::after {
    right: -45% !important;
    bottom: -15% !important;
    transform: scale(0.7);
  }
}

.product-content {
  background-color: #efefef;
}

.product-content h2 {
  text-align: center;
}

.product-content .item-container {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .product-content .item-container {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-content .item-container.imgLeft .item-img {
    text-align: right;
  }
}

.product-content .item-container.imgLeft .item-img:before {
  content: "";
  background: url("../images/white-pattern-before.png");
  position: absolute;
  left: -40%;
  bottom: -13%;
  width: 468px;
  height: 285px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .product-content .item-container.imgLeft .item-img:before {
    width: 258.2px;
    height: 157.2px;
    left: -8%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-content .item-container.imgLeft .item-img:before {
    width: 258.2px;
    height: 157.2px;
    left: -45%;
    bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .product-content .item-container.imgLeft .item-img:before {
    width: 400px;
    height: 240px;
  }
}

.product-content .item-container.imgLeft .item-txt {
  padding-left: 60px;
}

@media only screen and (max-width: 991px) {
  .product-content .item-container.imgLeft .item-txt {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-content .item-container.imgRight .item-img {
    text-align: left;
  }
}

.product-content .item-container.imgRight .item-img:before {
  content: "";
  background: url("../images/red-pattern-before.png");
  position: absolute;
  right: -40%;
  bottom: -13%;
  width: 468px;
  height: 285px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .product-content .item-container.imgRight .item-img:before {
    width: 258.2px;
    height: 157.2px;
    right: -8%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-content .item-container.imgRight .item-img:before {
    width: 258.2px;
    height: 157.2px;
    right: -45%;
    bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .product-content .item-container.imgRight .item-img:before {
    width: 400px;
    height: 240px;
  }
}

.product-content .item-container.imgRight .item-txt {
  padding-right: 60px;
}

@media only screen and (max-width: 991px) {
  .product-content .item-container.imgRight .item-txt {
    padding-right: 15px;
  }
}

.product-content .item-img img {
  width: 350px;
  height: 350px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
  background-color: #f0f0f0;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .product-content .item-img img {
    width: 250px;
    height: 250px;
  }
}

@media only screen and (max-width: 480px) {
  .product-content .item-img img {
    width: 193.1px;
    height: 193.1px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-content .item-img img {
    width: 170px;
    height: 170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .product-content .item-img img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .product-content .item-img {
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .product-content .item-txt {
    order: 2;
    margin-top: 50px;
  }
}

.product-content .item-txt .vc {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

.product-content .item-txt h3:hover {
  color: #660000;
}

.our-services.page-services {
  background-color: #ffffff;
  padding: 120px 0;
}

@media only screen and (max-width: 767px) {
  .our-services.page-services .container {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .our-services.page-services {
    padding: 40px 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services.page-services {
    padding: 60px 0;
  }
}

.our-services.page-services .logo-overlay img {
  width: 90%;
}

img.framework {
  margin: 50px 0;
  margin-bottom: 80px;
}

.source {
  opacity: 0.4;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: 1.5px;
  text-align: center;
  color: #666666;
}

.culture-framework {
  background-color: #92191c;
}

.culture-framework:after {
  content: url("../images/icon/before-cu.png");
  position: absolute;
  left: 0;
  bottom: 0;
}

.culture-framework h1 {
  color: #ffffff;
}

.culture-framework .source {
  color: #ffffff;
}

.talent-framework:after {
  content: url("../images/icon/before-ta.png");
  position: absolute;
  right: 0;
  bottom: 0;
}

.change-framework {
  background-color: #efefef;
}

.change-framework:after {
  content: url("../images/icon/before-ch.png");
  position: absolute;
  left: 0;
  bottom: 0;
}

.pagination {
  font-size: 14px;
  text-align: center;
  color: #666666;
  padding: 0 5px;
}

@media only screen and (max-width: 991px) {
  .pagination {
    font-size: 12px;
  }
}

.pagination .diamond-shape {
  background: #fff;
  text-align: center;
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  margin-right: 17px;
}

@media only screen and (max-width: 991px) {
  .pagination .diamond-shape {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.pagination .diamond-shape:hover {
  border: solid 1px #660000;
  cursor: pointer;
}

.pagination .diamond-shape.active {
  background: #660000;
  color: #ffffff;
}

.pagination .diamond-shape.arrow {
  background-color: #666666;
  color: #efefef;
}

.pagination .diamond-shape.arrow:hover {
  border: none;
  cursor: pointer;
}

.pagination .diamond-shape .item-count {
  display: table-cell;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .pagination .diamond-shape .item-count {
    width: 20px;
    height: 20px;
  }
}

.news-updates-top {
  background-color: #efefef;
}

@media only screen and (max-width: 767px) {
  .news-updates-top {
    padding: 40px 0;
  }
}

.news-updates-top .icontain {
  margin-top: 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .news-updates-top .icontain {
    margin-top: 0;
  }
}

.news-updates-top .news-icon img {
  height: 90px;
  width: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .news-updates-top .news-icon img {
    height: auto;
    width: 70px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .news-updates-top .news-icon {
    margin-top: 30px;
  }
}

.news-updates-top .news-icon a {
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-align: center;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .news-updates-top .news-icon a {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.56px;
  }
}

.news-updates-top .news-icon a:hover {
  color: #660000;
}

.news-updates-top .news-icon a:hover img {
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
}

.news-items .pagination {
  margin-top: 40px;
  margin-bottom: 50px;
}

.publication-slider {
  background-color: #efefef;
  padding: 100px 0;
  padding-bottom: 160px;
}

@media only screen and (max-width: 991px) {
  .publication-slider {
    padding: 60px 0;
    padding-bottom: 100px;
  }
}

.publication-slider #swiper-publication {
  padding: 40px 0;
}

.publication-slider #swiper-publication .swiper-pagination {
  bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .publication-slider #swiper-publication .swiper-pagination {
    bottom: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .publication-slider #swiper-publication {
    padding: 40px 0;
  }
}

.publication-slider #swiper-publication .swiper-button-next,
.publication-slider #swiper-publication .swiper-button-prev {
  bottom: 47%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #efefef;
  padding: 10px 20px;
}

@media only screen and (max-width: 991px) {
  .publication-slider #swiper-publication .swiper-button-next,
  .publication-slider #swiper-publication .swiper-button-prev {
    bottom: 43%;
  }
}

.publication-slider #swiper-publication .swiper-button-next:hover,
.publication-slider #swiper-publication .swiper-button-prev:hover {
  background-color: #000000;
  color: #ffffff;
}

.content-item {
  margin-top: 50px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .content-item {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}

.content-item .media {
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .content-item .media {
    margin-bottom: 40px;
  }
}

.content-item .media .media-img img {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
}

.media-item {
  z-index: 2;
  margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .media-item {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media-item {
    padding-bottom: 120px;
  }
}

.media-item::after {
  content: url("../assets/images/icon/logo-circle.png");
  position: absolute;
  right: -7%;
  top: 9%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .media-item::after {
    right: -43%;
    top: 0;
    transform: scale(0.7);
  }
}

.media-item h1 {
  text-align: left;
}

.media-item h3:hover {
  color: #660000;
}

.media-item .dtl {
  padding-right: 90px;
}

@media only screen and (max-width: 991px) {
  .media-item .dtl {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .media-item .media {
    display: grid;
  }
}

.media-item .media .media-img img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .media-item .media .media-img {
    order: 1;
    margin: 20px 0;
  }
}

.media-item .media .media-body {
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .media-item .media .media-body {
    order: 2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media-item .pagination {
    padding: 20px 5px;
  }
}

.events-top {
  background-color: #efefef;
  padding: 100px 0;
  padding-bottom: 140px;
}

@media only screen and (max-width: 991px) {
  .events-top {
    padding: 60px 0;
  }
  .events-top .elogoitem {
    margin-bottom: 40px;
  }
}

.events-top h1 {
  margin-bottom: 40px;
}

.events-top img {
  height: 184px;
  object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .events-top img {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
}

.events-top #swiper-events {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-top #swiper-events {
    padding: 0;
  }
}

.events-top #swiper-events .swiper-button-next,
.events-top #swiper-events .swiper-button-prev {
  bottom: 43%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #efefef;
  padding: 10px 20px;
}

.events-top #swiper-events .swiper-button-next:hover,
.events-top #swiper-events .swiper-button-prev:hover {
  background-color: #000000;
  color: #ffffff;
}

.events-top #swiper-events .swiper-button-next {
  right: 5%;
}

.events-top #swiper-events .swiper-button-prev {
  left: 5%;
}

.events-top #swiper-events .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}

.events-top #swiper-events .swiper-navigation.disabled {
  display: none;
}

.client-stories-top {
  background-color: #efefef;
}

.client-stories-top::after {
  content: url("../assets/images/icon/logo-circle.png");
  position: absolute;
  right: -8%;
  top: -8%;
}

@media only screen and (max-width: 767px) {
  .client-stories-top::after {
    right: -47%;
    top: -7%;
    transform: scale(0.7);
  }
}

.client-stories-top img.ct {
  width: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .client-stories-top img.ct {
    height: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-stories-top img.ct {
    margin-bottom: 25px;
  }
}

.client-stories-top p {
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .client-stories-top p {
    font-size: 17px;
  }
}

.solutions-product {
  padding-top: 170px;
}

@media only screen and (max-width: 991px) {
  .solutions-product {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-product {
    padding-bottom: 90px;
  }
}

.solutions-product .product-item {
  margin-bottom: 55px;
}

@media only screen and (max-width: 991px) {
  .solutions-product .product-item {
    margin-bottom: 40px;
  }
}

.solutions-product .product-item a {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .solutions-product .product-item a {
    display: grid;
  }
}

.solutions-product .product-item a:hover h3 {
  color: #660000;
}

@media only screen and (max-width: 767px) {
  .solutions-product .product-item .desc {
    order: 2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-product .product-item .desc {
    width: 100%;
    margin-bottom: 75px;
  }
}

.solutions-product .product-item .date {
  opacity: 0.5;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 2.1px;
  text-align: left;
  color: #555555;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .solutions-product .product-item .date {
    font-size: 12px;
    line-height: 2.92;
  }
}

.solutions-product .product-item .product-logo {
  padding-right: 90px;
}

@media only screen and (max-width: 767px) {
  .solutions-product .product-item .product-logo {
    order: 1;
    margin-bottom: 10px;
  }
}

.solutions-product .product-item .product-logo img {
  width: 143.5px;
  height: 143.5px;
  object-fit: contain;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 3px 30px 0 rgba(134, 134, 134, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-product .product-item .product-logo {
    padding-right: 0;
    padding-top: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .solutions-product .product-filter {
    width: 100%;
  }
}

.solutions-product .product-filter select {
  opacity: 0;
}

.solutions-product .product-filter button {
  border: solid 1px #666666;
  color: #666666;
  background-color: #ffffff;
  transform: translateY(-150%);
  font-size: 15px;
  line-height: 1.67;
  text-align: left;
  text-transform: unset;
  border-radius: 6px;
  width: 266.7px;
}

.solutions-product .product-filter button:hover {
  border: solid 1px #660000;
  color: #660000;
}

@media only screen and (max-width: 991px) {
  .solutions-product .product-filter button {
    transform: none;
    width: 100%;
    margin-bottom: 50px;
  }
}

.solutions-product .product-filter button::after {
  float: right;
  margin: 10px 0;
}

.solutions-product .product-filter .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
  opacity: 0;
}

.solutions-product .product-filter .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 1.67;
  color: #660000;
  width: 266.7px;
  padding: .375rem .75rem;
  border: solid 1px #660000;
  background-color: #ffffff;
  transform: translateY(-150%);
  text-transform: unset;
  border-radius: 6px;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .solutions-product .product-filter .select {
    transform: none;
    width: 100%;
    margin-bottom: 50px;
  }
}

.solutions-product .product-filter .select-styled {
  text-align: left;
}

.solutions-product .product-filter .select-styled:after {
  position: absolute;
  top: 16px;
  right: 13px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.solutions-product .product-filter .select-options {
  display: none;
  position: absolute;
  overflow-y: scroll;
  width: 266.7px;
  height: 151.2px;
  box-shadow: 0 3px 10px 0 rgba(134, 134, 134, 0.19);
  padding: 20px 25px;
  background-color: #efefef;
  top: 100%;
  left: 0;
  z-index: 1000;
  margin: .125rem 0 0;
  float: left;
  min-width: 10rem;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

@media only screen and (max-width: 991px) {
  .solutions-product .product-filter .select-options {
    width: 100%;
  }
}

.solutions-product .product-filter .select-options li {
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.31;
  letter-spacing: 0.65px;
  text-align: left;
  color: #666666;
  transition: all 0.2s ease-in;
}

.solutions-product .product-filter .select-options li:hover {
  color: #c0392b;
}

.solutions-product .product-filter .select-options li[rel="hide"] {
  display: none;
}

.solutions-product .product-filter .select-options li a {
  color: #666666;
}

.solutions-product .product-filter .select-options li a:hover {
  color: #660000;
}

.solutions-product .product-filter .select-options li[rel="hide"] {
  display: none;
}

.solutions-product .product-filter .dropdown-menu {
  overflow-y: scroll;
  width: 266.7px;
  height: 151.2px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.31;
  letter-spacing: 0.65px;
  text-align: left;
  color: #666666;
  box-shadow: 0 3px 10px 0 rgba(134, 134, 134, 0.19);
  background-color: #efefef;
  padding: 20px 25px;
}

@media only screen and (max-width: 991px) {
  .solutions-product .product-filter .dropdown-menu {
    width: 100%;
  }
}

.solutions-product .product-filter .dropdown-menu li a {
  color: #666666;
}

.solutions-product .product-filter .dropdown-menu li a:hover {
  color: #660000;
}

.solutions-product .pagination {
  margin-top: 80px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .solutions-product .pagination {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.posts.post-search::after {
  content: url("../assets/images/icon/logo-circle.png");
  position: absolute;
  right: -8%;
  top: -7%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .posts.post-search::after {
    right: -47%;
    top: -7%;
    transform: scale(0.7);
  }
}

.posts.post-search .keyword h1 {
  line-height: 1;
  text-align: left;
}

.posts.post-search .keyword h1 strong {
  color: #660000;
}

.posts.post-search .search-global-box {
  margin-bottom: 81px;
  width: 680px;
}

@media only screen and (max-width: 991px) {
  .posts.post-search .search-global-box {
    width: 100%;
  }
}

.posts.post-search .search-global-box .form-control {
  border-radius: 5px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 15px 20px;
}

@media only screen and (max-width: 767px) {
  .posts.post-search .search-global-box .form-control {
    padding: 10px 15px;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
  }
}

.posts.post-search .search-global-box .btn-global-search {
  background-color: #666666;
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: .375rem 1.6rem;
}

.posts.post-search .search-global-box .btn-global-search:hover {
  background-color: #660000;
}

@media only screen and (max-width: 767px) {
  .posts.post-search .search-global-box .btn-global-search {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

.posts.post-search .search-global-box input {
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #660000;
}

@media only screen and (max-width: 767px) {
  .posts {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .posts .pagination {
    justify-content: center !important;
  }
}

.posts .post-content {
  padding-right: 80px;
}

@media only screen and (max-width: 767px) {
  .posts .post-content {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts .post-content {
    padding-right: 35px;
  }
}

.posts h1 {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .posts h1 {
    margin-bottom: 30px;
  }
}

.posts .media {
  margin-bottom: 40px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .posts .media {
    display: grid;
  }
}

.posts .media .media-img {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .posts .media .media-img {
    order: 1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.posts .media .media-img img {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
  width: 151px;
  height: 151px;
  object-fit: cover;
}

.posts .media .media-body {
  padding-right: 44px;
}

@media only screen and (max-width: 767px) {
  .posts .media .media-body {
    padding-right: 0;
    order: 2;
  }
}

.posts .media .media-body .tag {
  opacity: 0.5;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 2.1px;
  text-align: left;
  color: #555555;
  text-transform: uppercase;
}

.posts .media .media-body a:hover h3 {
  color: #660000;
}

.posts.posts-detail {
  padding: 60px 0;
  z-index: 2;
}

.posts.posts-detail h2, .posts.posts-detail h3, .posts.posts-detail h4 {
  margin-bottom: .5em;
  text-align: left;
}

.posts.posts-detail p {
  margin-bottom: 2em;
}

.posts.posts-detail aside {
  padding-top: 50px;
  padding-left: 50px;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail aside {
    padding-left: 0;
  }
}

.posts.posts-detail aside.solutions .media .media-img {
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail aside.solutions h4 {
    font-size: 24px;
  }
}

.posts.posts-detail aside .solufilter {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail {
    padding: 35px 0;
  }
}

.posts.posts-detail::after {
  content: url("../images/news-detail-after.png");
  position: absolute;
  right: -9%;
  top: 8%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .posts.posts-detail::after {
    right: -48%;
    top: -6%;
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts.posts-detail::after {
    right: -20%;
    top: -3%;
  }
}

.posts.posts-detail .share {
  padding: 30px 0;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail .share {
    padding: 10px 0;
    margin-bottom: 0px;
  }
}

.posts.posts-detail .share p {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #666666;
  margin-bottom: 7px;
}

.posts.posts-detail .share .social {
  color: #ffffff;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 2px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  transition: all 220ms ease-in-out;
}

.posts.posts-detail .share .social:hover {
  transform: translateY(-6px);
}

.posts.posts-detail .share .facebook {
  background: #3B5997;
}

.posts.posts-detail .share .twitter {
  background: #55ACEF;
}

.posts.posts-detail .share .linkedin {
  background: #0277B5;
}

.posts.posts-detail .share .email {
  background: #7D7D7D;
}

.posts.posts-detail .share .link {
  background: #95CF3A;
}

.posts.posts-detail h1 {
  margin-bottom: 0;
  font-family: Amiri;
  font-size: 45px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #660000;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail h1 {
    font-size: 25px;
    line-height: 1.52;
  }
}

.posts.posts-detail .breadcumb {
  opacity: 0.4;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.69;
  letter-spacing: normal;
  text-align: left;
  color: #555555;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .posts.posts-detail .breadcumb {
    margin-bottom: 1.3em;
    font-size: 11px;
    line-height: 1.91;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts.posts-detail .breadcumb {
    margin-bottom: 1.2em;
  }
}

.posts.posts-detail .date {
  opacity: 0.5;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2.1px;
  text-align: left;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail .date {
    font-size: 12px;
    letter-spacing: 1.8px;
  }
}

.posts.posts-detail .author {
  opacity: 0.5;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #555555;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail .author {
    font-size: 12px;
  }
}

.posts.posts-detail img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.posts.posts-detail .media {
  margin-bottom: 20px;
}

.posts.posts-detail .media .media-img {
  overflow: hidden;
  max-width: 263px;
  margin-right: 25px;
}

.posts.posts-detail .media .media-img img {
  width: 100%;
  margin-bottom: 0;
}

.posts.posts-detail .photo-caption {
  margin: 30px 0;
  text-align: center;
}

.posts.posts-detail .photo-caption p {
  opacity: 0.5;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

.posts.posts-detail .photo-caption img {
  width: unset;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 15px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
  .posts.posts-detail .photo-caption img {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .posts.product-detail::after {
    right: -40% !important;
    top: unset !important;
    bottom: -3% !important;
    transform: scale(0.6);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts.product-detail::after {
    right: -18% !important;
    top: unset !important;
    bottom: -3% !important;
    transform: scale(0.6);
  }
}

.posts.solutions-detail img.page-img, .posts.product-detail img.page-img {
  box-shadow: 0 3px 20px 0 rgba(144, 144, 144, 0.32);
  margin-left: 35px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .posts.solutions-detail img.page-img, .posts.product-detail img.page-img {
    margin-left: 10px;
    margin-top: 20px;
  }
}

.posts.solutions-detail .title-box, .posts.product-detail .title-box {
  background: url(../images/service-detail-bg.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 15px 21px;
  border-radius: 15px;
  margin-top: -12%;
  margin-bottom: 60px;
  position: relative;
}

.posts.solutions-detail .title-box .date, .posts.solutions-detail .title-box .author, .posts.solutions-detail .title-box h1, .posts.product-detail .title-box .date, .posts.product-detail .title-box .author, .posts.product-detail .title-box h1 {
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .posts.solutions-detail .title-box, .posts.product-detail .title-box {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts.solutions-detail .title-box, .posts.product-detail .title-box {
    margin-top: -8%;
    margin-bottom: 30px;
  }
}

.posts.solutions-detail .photo-caption, .posts.product-detail .photo-caption {
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .posts.solutions-detail aside.solutions h4.solufilter, .posts.product-detail aside.solutions h4.solufilter {
    font-size: 24px;
    margin: 40px 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .posts.solutions-detail aside.solutions .service-filter, .posts.product-detail aside.solutions .service-filter {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts.solutions-detail aside.solutions .service-filter, .posts.product-detail aside.solutions .service-filter {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .posts.solutions-detail aside.solutions .media, .posts.product-detail aside.solutions .media {
    display: flex;
  }
}

@media only screen and (max-width: 991px) {
  .posts.solutions-detail aside.solutions .media, .posts.product-detail aside.solutions .media {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .posts.solutions-detail aside.solutions .media .media-body, .posts.product-detail aside.solutions .media .media-body {
    order: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts.solutions-detail aside.solutions .media .media-body, .posts.product-detail aside.solutions .media .media-body {
    order: 2;
    margin-bottom: 20px;
  }
}

.posts.solutions-detail aside.solutions .media .media-body .tag, .posts.product-detail aside.solutions .media .media-body .tag {
  font-size: 10px;
  line-height: 3.5;
  letter-spacing: 1.5px;
}

.posts.solutions-detail aside.solutions .media .media-body a h5, .posts.product-detail aside.solutions .media .media-body a h5 {
  line-height: 1.3;
}

.posts.solutions-detail aside.solutions .media .media-body a h5:hover, .posts.product-detail aside.solutions .media .media-body a h5:hover {
  color: #660000;
}

.posts.solutions-detail aside.solutions .media .media-img, .posts.product-detail aside.solutions .media .media-img {
  background: white;
  overflow: unset;
}

@media only screen and (max-width: 767px) {
  .posts.solutions-detail aside.solutions .media .media-img, .posts.product-detail aside.solutions .media .media-img {
    order: 2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts.solutions-detail aside.solutions .media .media-img, .posts.product-detail aside.solutions .media .media-img {
    order: 1;
    margin-top: 0;
    width: 88px;
    height: 88px;
  }
}

.posts.solutions-detail aside.solutions .media .media-img img, .posts.product-detail aside.solutions .media .media-img img {
  box-shadow: 0 3px 6px 0 rgba(152, 152, 152, 0.16);
  width: 88px;
  height: 88px;
  object-fit: contain;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  .posts.solutions-detail aside.solutions .service-filter, .posts.product-detail aside.solutions .service-filter {
    display: block !important;
  }
}

.posts.solutions-detail aside.solutions .service-filter button, .posts.product-detail aside.solutions .service-filter button {
  border: solid 1px #666666;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.67;
  text-align: left;
  color: #666666;
  text-transform: unset;
  width: 266.7px;
}

@media only screen and (max-width: 991px) {
  .posts.solutions-detail aside.solutions .service-filter button, .posts.product-detail aside.solutions .service-filter button {
    width: 100%;
  }
}

.posts.solutions-detail aside.solutions .service-filter button::after, .posts.product-detail aside.solutions .service-filter button::after {
  float: right;
  margin: 10px 0;
}

.posts.solutions-detail aside.solutions .service-filter .dropdown-menu, .posts.product-detail aside.solutions .service-filter .dropdown-menu {
  overflow-y: scroll;
  width: 266.7px;
  height: 151.2px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.31;
  letter-spacing: 0.65px;
  text-align: left;
  color: #666666;
  box-shadow: 0 3px 10px 0 rgba(134, 134, 134, 0.19);
  background-color: #efefef;
  padding: 20px 25px;
}

@media only screen and (max-width: 991px) {
  .posts.solutions-detail aside.solutions .service-filter .dropdown-menu, .posts.product-detail aside.solutions .service-filter .dropdown-menu {
    transform: none !important;
    margin: 0;
    position: relative !important;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .posts.solutions-detail aside.solutions .service-filter .dropdown-menu, .posts.product-detail aside.solutions .service-filter .dropdown-menu {
    width: 100%;
  }
}

.posts.solutions-detail aside.solutions .service-filter .dropdown-menu li a, .posts.product-detail aside.solutions .service-filter .dropdown-menu li a {
  color: #666666;
}

.posts.solutions-detail aside.solutions .service-filter .dropdown-menu li a:hover, .posts.product-detail aside.solutions .service-filter .dropdown-menu li a:hover {
  color: #660000;
}

.posts.solutions-detail aside.services a h4:hover, .posts.product-detail aside.services a h4:hover {
  color: #660000;
}

.career-slider {
  padding: 0;
}

.career-slider #swiper-career {
  overflow: unset;
}

.career-slider .swiper-slide {
  box-shadow: 0 3px 20px 0 rgba(88, 88, 88, 0.51);
  background-color: #666666;
}

.career-slider .swiper-slide .img-overlay {
  background: linear-gradient(270deg, rgba(102, 0, 0, 0) 67%, rgba(102, 0, 0, 0.25) 80%, rgba(59, 41, 41, 0.75) 100%);
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .career-slider .swiper-slide .img-overlay {
    height: 151px;
  }
}

.career-slider .swiper-slide img {
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .career-slider .swiper-slide img {
    height: 151px;
    object-fit: cover;
  }
}

.career-slider .swiper-slide .slide-caption {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  width: 440px;
}

@media only screen and (max-width: 991px) {
  .career-slider .swiper-slide .slide-caption {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    background-color: #660000;
    padding: 50px;
    text-align: center;
    width: 100%;
  }
}

.career-slider .swiper-slide .slide-caption h1 {
  text-shadow: 0 3px 10px rgba(36, 31, 31, 0.96);
  font-family: Amiri;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .career-slider .swiper-slide .slide-caption h1 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
  }
}

.career-slider .swiper-pagination-bullets {
  bottom: 35px;
  right: 10%;
  width: auto;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .career-slider .swiper-pagination-bullets {
    bottom: 65%;
    right: 7%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .career-slider .swiper-pagination-bullets {
    bottom: 45%;
    right: 7%;
  }
}

.career-slider .swiper-pagination-bullet {
  opacity: 0.6;
  background-color: #ffffff;
}

.career-slider .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

.career-path {
  padding: 130px 0;
}

@media only screen and (max-width: 767px) {
  .career-path {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .career-path {
    padding: 60px 0;
  }
}

.career-path::after {
  content: url("../assets/images/icon/logo-circle.png");
  position: absolute;
  right: -8%;
  bottom: -8%;
}

@media only screen and (max-width: 767px) {
  .career-path::after {
    right: -45%;
    bottom: -8%;
  }
}

.career-path .cp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-path .cp .desc p {
  margin-bottom: 30px;
}

.career-path h1 {
  text-align: left;
  line-height: 1.15;
}

.career-path img {
  margin-bottom: 2em;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .career-path img {
    padding-right: 0;
  }
}

.career-path .single-text {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .career-path .single-text {
    margin: 60px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .career-path .single-text {
    margin-top: 75px;
  }
}

.career-path .single-text p {
  font-family: Roboto;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.72;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

.career-path .single-text p span {
  font-weight: bold;
}

.career-path .single-text p b {
  font-weight: bold;
  color: #660000;
}

@media only screen and (max-width: 991px) {
  .career-path .single-text p {
    font-size: 19px;
  }
}

.career-path .btn.btn-outline-primary {
  border: solid 1px #666666;
  color: #666666;
  margin-top: 25px;
}

.job-vacancy {
  background-color: #efefef;
  padding-bottom: 160px;
}

@media only screen and (max-width: 767px) {
  .job-vacancy {
    padding-bottom: 95px;
    padding-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-vacancy {
    padding-bottom: 95px;
    padding-top: 45px;
  }
}

.job-vacancy h1 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .job-vacancy h1 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-vacancy h1 {
    margin-bottom: 40px;
  }
}

.job-vacancy .containerImg {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .job-vacancy .containerImg {
    margin-bottom: 25px;
  }
}

.job-vacancy .containerImg a {
  color: #fff;
}

.job-vacancy .containerImg a:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-vacancy .containerImg a {
    font-size: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .job-vacancy .containerImg a {
    font-size: 15px;
  }
}

.job-vacancy img.image {
  display: block;
  object-fit: cover;
}

.job-vacancy .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(102, 0, 0, 0.7);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
}

.job-vacancy .containerImg:hover .overlay {
  width: 100%;
  left: 0;
}

.job-vacancy .text, .job-vacancy .text-details {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.job-vacancy .text {
  opacity: 1;
}

.job-vacancy .text p {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.job-vacancy .text p.title {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1.17;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-vacancy .text p.title {
    font-size: 18px;
  }
}

.job-vacancy .text p.sub {
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-vacancy .text p.sub {
    font-size: 12px;
  }
}

.job-vacancy .text-details {
  background: url("../images/career-bg.png");
  height: 100%;
  width: 100%;
  opacity: 0;
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.job-vacancy .text-details .btn.btn-outline-secondary {
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .job-vacancy .text-details .btn.btn-outline-secondary {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-vacancy .text-details .btn.btn-outline-secondary {
    margin-top: 18px;
    padding: 7px 11px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .job-vacancy .text-details .btn.btn-outline-secondary {
    display: block;
  }
}

.job-vacancy .text-details .link {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.job-vacancy .containerImg:hover .text {
  opacity: 0;
}

.job-vacancy .containerImg:hover .text-details {
  opacity: 1;
}

@media (max-width: 620px) {
  .job-vacancy .containerOverlay {
    width: 100%;
  }
}

.drop-quote {
  padding-bottom: 140px;
}

.drop-quote .drop-cv {
  top: 0;
  transform: translateY(-175px);
  background: #92191c url(../images/drop-cv-bg.png);
  padding: 30px 50px;
  border-radius: 15px;
}

.drop-quote .drop-cv p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.75;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .drop-quote .drop-cv p {
    line-height: 2;
  }
}

@media only screen and (max-width: 767px) {
  .drop-quote .drop-cv {
    padding: 25px;
    transform: translateY(-95%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drop-quote .drop-cv {
    padding: 35px;
    transform: translateY(-115%);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .drop-quote .drop-cv {
    padding: 35px 50px;
  }
}

.drop-quote .drop-cv .btn {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .drop-quote .drop-cv .btn {
    margin-left: 0;
  }
}

.drop-quote .career-quote {
  font-family: Amiri;
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
  margin-top: -50px;
}

@media only screen and (max-width: 991px) {
  .drop-quote .career-quote {
    font-size: 20px;
  }
}

.drop-quote .career-quote:before {
  position: absolute;
  content: '\201C';
  left: -15px;
  top: 30px;
  font-family: 'Open Sans';
  font-size: 180px;
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  line-height: 0.25;
  letter-spacing: normal;
  text-align: left;
  color: rgba(146, 25, 28, 0.1);
}

.drop-quote .career-quote b {
  color: #660000;
}

.drop-quote .career-quote p {
  font-family: Amiri;
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  .drop-quote .career-quote p {
    font-size: 20px;
  }
}

.drop-quote .career-quote p b {
  color: #660000;
}

.maps {
  padding: 0;
}

.maps .map-responsive {
  position: relative;
  height: 100%;
  z-index: 25;
}

.maps .mapouter {
  text-align: right;
  height: 418px;
}

.maps::after {
  content: url("../assets/images/icon/logo-circle.png");
  position: absolute;
  right: -7%;
  top: 45%;
  z-index: 22;
}

@media only screen and (max-width: 767px) {
  .maps::after {
    right: -50%;
    top: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maps::after {
    right: -25%;
    top: 70%;
  }
}

.contact-card {
  padding: 0;
  z-index: 26;
}

.contact-card .card {
  position: relative;
  background: #92191C url(../images/patternBatikRed.png) no-repeat;
  width: 475px;
  padding: 15px 25px;
  top: 50% !important;
  transform: translateY(-35%);
  border-radius: 13px;
}

@media only screen and (max-width: 767px) {
  .contact-card .card {
    transform: translateY(-15%);
  }
}

.contact-card .card h3 {
  margin-bottom: 0;
  font-size: 35px;
  line-height: 1.57;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .contact-card .card h3 {
    font-size: 28px;
  }
}

.contact-card .card p {
  margin-bottom: 7px;
  line-height: 1.87;
  color: #ffffff;
}

.contact-card .card span {
  letter-spacing: 1.05px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .contact-card .card {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .contact-card .card .row div {
    width: auto;
  }
}

.form {
  margin-bottom: 150px;
  padding: 10px 0;
}

@media only screen and (max-width: 991px) {
  .form {
    padding: 0;
  }
}

.form .contact-form {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .form .contact-form {
    margin-top: 15px;
  }
}

.form .contact-form .row {
  margin: 0 -10px;
}

.form .contact-form .col-lg-6, .form .contact-form .col-lg-12 {
  padding: 0 10px;
}

.form .contact-form .form-control {
  margin: 10px 0;
  padding: 25px 20px;
  border-radius: 7px;
  border: solid 1px #707070;
  background-color: #ffffff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #660000;
}

.form .contact-form .form-control:focus {
  outline: none;
  border: solid 1px #660000;
  box-shadow: none;
}

.form .contact-form .submit {
  margin-top: 55px;
}

.form .contact-form textarea {
  padding: 15px 20px !important;
}

.pre-footer {
  border-bottom: 8px solid #660000;
  z-index: 99;
  right: 0;
  left: 0;
  position: relative;
}

.pre-footer .shape {
  position: relative;
  float: right;
  background-color: #660000;
  margin-top: -33px;
  padding: 0px 25px;
  padding-left: 8px;
}

.pre-footer .shape::before {
  content: url(../assets/images/icon/footer-shape.png);
  position: absolute;
  left: -35px;
  z-index: -2;
}

.pre-footer .shape h5 {
  margin-bottom: 0;
  font-family: Amiri;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: 0.34px;
  text-align: right;
  color: #ffffff;
  bottom: -2px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .pre-footer .shape h5 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  color: #666666;
}

footer .second {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  footer .footeraddress {
    order: 2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footeraddress .btn.btn-outline-primary {
    font-size: 8px;
  }
}

footer .footersocmed {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  footer .footersocmed {
    order: 1;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footersocmed {
    padding-top: 15px;
  }
}

footer .footersocmed .social-media {
  margin-top: 45px;
}

footer .footersocmed .social-media a {
  font-size: 16px;
  text-align: center;
  color: #666666;
  padding: 15px;
}

footer .footersocmed .social-media a:hover {
  color: #660000;
}

footer .foologo {
  width: auto;
}

@media only screen and (max-width: 991px) {
  footer .foologo {
    width: 100%;
    height: auto;
  }
}

footer .address {
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  margin-bottom: 25px;
}

footer .address span {
  letter-spacing: 0.91px;
  margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .address span {
    display: block;
    margin-left: 0;
  }
}

footer .sitemap-mobile {
  margin: 50px 0;
}

footer .sitemap-mobile p {
  font-family: Roboto;
  letter-spacing: 0.75px;
}

footer .sitemap-mobile p:after {
  float: right;
  margin: 10px 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

footer .footer-menu {
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.67;
  letter-spacing: 0.75px;
  text-align: left;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  footer .footer-menu {
    line-height: 1.5;
  }
}

footer .footer-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}

footer .footer-menu ul li {
  list-style: none;
}

@media only screen and (max-width: 991px) {
  footer .footer-menu ul li {
    margin-bottom: 15px;
  }
}

footer .footer-menu ul li a {
  color: #666666;
}

footer .footer-menu ul li a:hover {
  color: #660000;
}

footer .copyright {
  opacity: 0.5;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.92;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

footer .stucel {
  opacity: 0.5;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.92;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

footer .stucel a {
  color: #666666;
}

footer .stucel a:hover {
  color: #660000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .stucel {
    text-align: right;
  }
}
