@import url(../vendor/hover-min.css);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,500,700|Open+Sans:300,400,600,700,800|Roboto:300,400,500,700|Rubik:300,400,500,700|Merriweather:300,300i,400,700,900&amp;display=swap");
.title-banner h3 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 55px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .title-banner h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .title-banner h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
.title {
  font-family: "Lato", sans-serif;
}
.title h1 {
  font-style: normal;
  font-weight: normal !important;
  font-size: 35px;
  line-height: 50px;
}
q {
  font-family: "Lato", sans-serif;
  text-align: center;
  font-style: italic;ba
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  display: inline-block;
  color: black;
}
@media (max-width: 480px) {
  q {
    font-size: 12px;
  }
}
.poem-center {
  position: relative;
  text-align: center;
  width: 100%;
  margin: auto;
}
.poem-center h5,
.poem-center span {
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .poem-center h5,
  .poem-center span {
    font-size: 12px;
  }
}
.poem-center span {
  display: block;
  margin-top: 32px;
  font-style: italic;
}
@media (max-width: 480px) {
  .poem-center span {
    margin: 10px 0;
  }
}
.load-more-button {
  position: relative;
  width: 100%;
}
.load-more-button button,
.load-more-button a {
  width: 160px;
  text-align: center;
  color: white;
  background-color: #661018;
  display: block;
  padding: 12px;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid white;
  margin: 32px auto;
  transition: 0.3s all ease-in-out;
}
.load-more-button button:hover,
.load-more-button a:hover {
  background-color: transparent;
  color: black;
  border-color: black;
}
.next-page {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000000;
  box-sizing: border-box;
  margin: auto;
  z-index: 1;
  margin-top: 38px;
}
.next-page a {
  display: inline-block;
  padding: 16px 27px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.next-page a:hover {
  color: #fff;
  border-color: #fff;
}
.next-page a:hover span {
  color: #fff !important;
}
.next-page a span {
  font-family: "Lato", sans-serif;
  background-color: transparent !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #000 !important;
}
.title-footer {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.title-section h1,
.title-section h2 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal !important;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 480px) {
  .title-section h1,
  .title-section h2 {
    font-size: 18px !important;
  }
}
.description,
.title-desc-slider {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 24px;
}
.link {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  text-align: center;
}
.sl-overlay {
  background: #000;
}
.sl-wrapper .sl-navigation button {
  color: #fff;
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  color: #fff;
}
@media (max-width: 480px) {
  .modal {
    top: 160px;
  }
}
.modal .close {
  position: absolute;
  top: 8%;
  right: 19%;
  color: white;
  opacity: 1;
}
@media (max-width: 480px) {
  .modal .close {
    top: 0;
    right: 8%;
  }
}
.modal-backdrop.show {
  opacity: 0.9;
}

#modalPopup .modal-dialog {
  text-align: center;
}

#modalPopup .modal-dialog img {
  width: 33%;
}

@media (max-width: 480px) {
  #modalPopup .modal-dialog img {
    width: 100%;
    margin-left: 0;
    margin-top: 25%;
  }
}

.modal-dialog {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .modal-dialog {
    margin: 1.5rem;
  }
}
.no-padding {
  padding: 0;
}
.hvr-underline-from-center:before {
  bottom: 2px;
  background: #661018;
}
.hvr-shutter-out-horizontal {
  background: transparent;
}
.hvr-shutter-out-horizontal:before {
  background: #661018;
}
.hamburger {
  display: none;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}
.hamburger .hamburger-inner {
  height: 1px;
  width: 32px;
}
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  width: 32px;
  height: 1px;
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 480px) {
  .hamburger {
    margin-top: 0;
    padding-left: 0;
    left: 16px;
  }
}
.fast {
  animation-duration: 1s;
  animation-delay: 0s;
}
.slow {
  animation-duration: 0.2ms;
  animation-delay: 0s;
}
.back {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 16px;
  width: max-content;
}
@media (max-width: 1024px) {
  .back {
    margin-left: 48px;
  }
}
@media (max-width: 768px) {
  .back {
    margin-left: 0;
  }
}
.back i {
  margin-right: 32px;
}
.back:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 24px;
  width: 24px;
  height: 1px;
  background-color: #fff;
}
.back:hover {
  color: #b50717;
}
.back:hover:before {
  background-color: #b50717;
}
.awards,
.clients,
.strategic,
.consultation,
.history,
.association,
.type-of-service,
.sajogo-container,
.msa,
.other-professional,
.msa-detail,
.supporting,
.career,
.opportunities,
.career-detail,
.contact-us,
.search-result,
.news,
.det-news,
.founder {
  position: relative;
  overflow: hidden;
  padding: 80px 111px 136px 148px;
  background-color: #000;
}
@media (max-width: 1024px) {
  .awards,
  .clients,
  .strategic,
  .consultation,
  .history,
  .association,
  .type-of-service,
  .sajogo-container,
  .msa,
  .other-professional,
  .msa-detail,
  .supporting,
  .career,
  .opportunities,
  .career-detail,
  .contact-us,
  .search-result,
  .news,
  .det-news,
  .founder {
    padding: 80px 111px 136px 80px;
  }
}
@media (max-width: 768px) {
  .awards,
  .clients,
  .strategic,
  .consultation,
  .history,
  .association,
  .type-of-service,
  .sajogo-container,
  .msa,
  .other-professional,
  .msa-detail,
  .supporting,
  .career,
  .opportunities,
  .career-detail,
  .contact-us,
  .search-result,
  .news,
  .det-news,
  .founder {
    padding: 80px 48px 136px 16px;
  }
}
@media (max-width: 480px) {
  .awards,
  .clients,
  .strategic,
  .consultation,
  .history,
  .association,
  .type-of-service,
  .sajogo-container,
  .msa,
  .other-professional,
  .msa-detail,
  .supporting,
  .career,
  .opportunities,
  .career-detail,
  .contact-us,
  .search-result,
  .news,
  .det-news,
  .founder {
    padding: 40px 16px 80px 16px;
  }
}
.awards .title,
.clients .title,
.strategic .title,
.consultation .title,
.history .title,
.association .title,
.type-of-service .title,
.sajogo-container .title,
.msa .title,
.other-professional .title,
.msa-detail .title,
.supporting .title,
.career .title,
.opportunities .title,
.career-detail .title,
.contact-us .title,
.search-result .title,
.news .title,
.det-news .title,
.founder .title {
  position: relative;
  padding-left: 18px;
}
.awards .title h2,
.clients .title h2,
.strategic .title h2,
.consultation .title h2,
.history .title h2,
.association .title h2,
.type-of-service .title h2,
.sajogo-container .title h2,
.msa .title h2,
.other-professional .title h2,
.msa-detail .title h2,
.supporting .title h2,
.career .title h2,
.opportunities .title h2,
.career-detail .title h2,
.contact-us .title h2,
.search-result .title h2,
.news .title h2,
.det-news .title h2,
.founder .title h2 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  color: #fff;
}
.awards .title::before,
.clients .title::before,
.strategic .title::before,
.consultation .title::before,
.history .title::before,
.association .title::before,
.type-of-service .title::before,
.sajogo-container .title::before,
.msa .title::before,
.other-professional .title::before,
.msa-detail .title::before,
.supporting .title::before,
.career .title::before,
.opportunities .title::before,
.career-detail .title::before,
.contact-us .title::before,
.search-result .title::before,
.news .title::before,
.det-news .title::before,
.founder .title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 64px;
  background-color: #b50717;
  top: -6px;
  left: 0;
}
.awards .description,
.clients .description,
.strategic .description,
.consultation .description,
.history .description,
.association .description,
.type-of-service .description,
.sajogo-container .description,
.msa .description,
.other-professional .description,
.msa-detail .description,
.supporting .description,
.career .description,
.opportunities .description,
.career-detail .description,
.contact-us .description,
.search-result .description,
.news .description,
.det-news .description,
.founder .description {
  color: #fff;
  padding-left: 18px;
  margin-top: 54px;
  margin-bottom: 67px;
}
.privacy {
  position: relative;
  background: linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0) 100%);
  padding: 80px 216px 136px 148px;
}
.privacy .title {
  position: relative;
  padding-left: 24px;
}
.privacy .title::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(images/favicon.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 6px;
  left: 0;
}
.privacy .title h2 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #000;
}
@media (max-width: 768px) {
  .privacy {
    padding: 80px 16px;
  }
}
.privacy .box-content {
  padding-left: 24px;
  margin-top: 16px;
}
.description {
  text-align: justify;
}
strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 1rem;
  display: block;
}
.our-professional {
  position: relative;
  background-color: #000;
  padding: 100px 148px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .our-professional {
    padding: 80px 78px;
  }
}
@media (max-width: 768px) {
  .our-professional {
    padding: 40px 16px;
  }
}
@media (max-width: 480px) {
  .our-professional {
    background-repeat: repeat-y;
    background-size: auto;
  }
}
.our-professional .our-name,
.our-professional .our-position {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal !important;
  line-height: 30px;
  color: #1d1d1d;
  display: block;
  position: relative;
}
.our-professional .our-name {
  font-size: 20px;
}
.our-professional .our-position {
  font-size: 12px;
  padding-left: 54px;
}
.our-professional .our-position::before {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #b50717;
  position: absolute;
  top: 14px;
  left: 0;
}
.our-professional .first-rule,
.our-professional .second-rule,
.our-professional .third-rule,
.our-professional .fourth-rule {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.5px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024px) {
  .our-professional .first-rule,
  .our-professional .second-rule,
  .our-professional .third-rule,
  .our-professional .fourth-rule {
    display: none;
  }
}
.our-professional .first-rule {
  left: 148px;
}
.our-professional .second-rule {
  left: calc(148px + 351px);
}
@media (max-width: 1280px) {
  .our-professional .second-rule {
    left: calc(148px + 328px);
  }
}
.our-professional .third-rule {
  left: calc(148px + 351px + 351px);
}
@media (max-width: 1280px) {
  .our-professional .third-rule {
    left: calc(148px + 328px + 328px);
  }
}
.our-professional .fourth-rule {
  left: calc(148px + 351px + 351px + 351px);
}
@media (max-width: 1280px) {
  .our-professional .fourth-rule {
    left: calc(148px + 328px + 328px + 328px);
  }
}
.card {
  border-left: none;
  border-right: none;
}
.card-header {
  background-color: transparent;
  padding-left: 0;
}
.btn {
  padding: 0;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #b50717;
  line-height: 50px;
  display: flex;
  align-items: center;
}
.btn.collapsed {
  color: #000;
}
.btn:hover {
  text-decoration: none;
  color: #b50717;
}
.btn i {
  position: absolute;
  top: 26px;
  right: 16px;
}
.card-body {
  padding-left: 0;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}
.box-container {
  margin: 120px 0;
  margin-bottom: 80px;
}
.box-container .description {
  text-align: justify !important;
}
.first-box,
.second-box,
.third-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
@media (max-width: 480px) {
  .first-box,
  .second-box,
  .third-box {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.first-box .left,
.first-box .mid,
.first-box .right,
.second-box .left,
.second-box .mid,
.second-box .right,
.third-box .left,
.third-box .mid,
.third-box .right {
  position: relative;
  width: 100%;
  height: 284px;
  background-repeat: no-repeat;
  background-position: 214px 137px;
  padding-top: 74px;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .first-box .left,
  .first-box .mid,
  .first-box .right,
  .second-box .left,
  .second-box .mid,
  .second-box .right,
  .third-box .left,
  .third-box .mid,
  .third-box .right {
    background-position: 100px 137px;
  }
}
.first-box .left span,
.first-box .mid span,
.first-box .right span,
.second-box .left span,
.second-box .mid span,
.second-box .right span,
.third-box .left span,
.third-box .mid span,
.third-box .right span {
  display: block;
  text-align: left;
}
.first-box .left span.nomor,
.first-box .left span.title-marks,
.first-box .mid span.nomor,
.first-box .mid span.title-marks,
.first-box .right span.nomor,
.first-box .right span.title-marks,
.second-box .left span.nomor,
.second-box .left span.title-marks,
.second-box .mid span.nomor,
.second-box .mid span.title-marks,
.second-box .right span.nomor,
.second-box .right span.title-marks,
.third-box .left span.nomor,
.third-box .left span.title-marks,
.third-box .mid span.nomor,
.third-box .mid span.title-marks,
.third-box .right span.nomor,
.third-box .right span.title-marks {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
}
@media (max-width: 480px) {
  .first-box .left span.nomor,
  .first-box .left span.title-marks,
  .first-box .mid span.nomor,
  .first-box .mid span.title-marks,
  .first-box .right span.nomor,
  .first-box .right span.title-marks,
  .second-box .left span.nomor,
  .second-box .left span.title-marks,
  .second-box .mid span.nomor,
  .second-box .mid span.title-marks,
  .second-box .right span.nomor,
  .second-box .right span.title-marks,
  .third-box .left span.nomor,
  .third-box .left span.title-marks,
  .third-box .mid span.nomor,
  .third-box .mid span.title-marks,
  .third-box .right span.nomor,
  .third-box .right span.title-marks {
    font-size: 14px;
    line-height: 15px !important;
  }
}
.first-box .left span.nomor,
.first-box .mid span.nomor,
.first-box .right span.nomor,
.second-box .left span.nomor,
.second-box .mid span.nomor,
.second-box .right span.nomor,
.third-box .left span.nomor,
.third-box .mid span.nomor,
.third-box .right span.nomor {
  margin-bottom: 54px;
}
@media (max-width: 480px) {
  .first-box .left span.nomor,
  .first-box .mid span.nomor,
  .first-box .right span.nomor,
  .second-box .left span.nomor,
  .second-box .mid span.nomor,
  .second-box .right span.nomor,
  .third-box .left span.nomor,
  .third-box .mid span.nomor,
  .third-box .right span.nomor {
    display: none;
  }
}
.first-box .left span.title-marks,
.first-box .mid span.title-marks,
.first-box .right span.title-marks,
.second-box .left span.title-marks,
.second-box .mid span.title-marks,
.second-box .right span.title-marks,
.third-box .left span.title-marks,
.third-box .mid span.title-marks,
.third-box .right span.title-marks {
  margin-bottom: 10px;
}
.first-box .left span.description,
.first-box .mid span.description,
.first-box .right span.description,
.second-box .left span.description,
.second-box .mid span.description,
.second-box .right span.description,
.third-box .left span.description,
.third-box .mid span.description,
.third-box .right span.description {
  width: 254px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(29, 29, 29, 0.65);
  text-align: justify;
}
@media (max-width: 1024px) {
  .first-box .left span.description,
  .first-box .mid span.description,
  .first-box .right span.description,
  .second-box .left span.description,
  .second-box .mid span.description,
  .second-box .right span.description,
  .third-box .left span.description,
  .third-box .mid span.description,
  .third-box .right span.description {
    width: 220px;
  }
}
@media (max-width: 480px) {
  .first-box .left span.description,
  .first-box .mid span.description,
  .first-box .right span.description,
  .second-box .left span.description,
  .second-box .mid span.description,
  .second-box .right span.description,
  .third-box .left span.description,
  .third-box .mid span.description,
  .third-box .right span.description {
    display: none;
  }
}
.first-box .left:hover .box-img img,
.first-box .mid:hover .box-img img,
.first-box .right:hover .box-img img,
.second-box .left:hover .box-img img,
.second-box .mid:hover .box-img img,
.second-box .right:hover .box-img img,
.third-box .left:hover .box-img img,
.third-box .mid:hover .box-img img,
.third-box .right:hover .box-img img {
  transform: scale(1.1);
}
.first-box .left .box-img,
.first-box .mid .box-img,
.first-box .right .box-img,
.second-box .left .box-img,
.second-box .mid .box-img,
.second-box .right .box-img,
.third-box .left .box-img,
.third-box .mid .box-img,
.third-box .right .box-img {
  width: 95px;
  height: 84px;
  overflow: hidden;
  position: absolute;
  top: 54px;
  right: 28px;
}
@media (max-width: 480px) {
  .first-box .left .box-img,
  .first-box .mid .box-img,
  .first-box .right .box-img,
  .second-box .left .box-img,
  .second-box .mid .box-img,
  .second-box .right .box-img,
  .third-box .left .box-img,
  .third-box .mid .box-img,
  .third-box .right .box-img {
    top: 0 !important;
  }
}
.first-box .left .box-img img,
.first-box .mid .box-img img,
.first-box .right .box-img img,
.second-box .left .box-img img,
.second-box .mid .box-img img,
.second-box .right .box-img img,
.third-box .left .box-img img,
.third-box .mid .box-img img,
.third-box .right .box-img img {
  width: auto;
  transition: all ease-in-out 0.5s;
}
.first-box .left,
.second-box .left {
  border-right: 0.2px solid rgba(29, 29, 29, 0.6);
  border-bottom: 0.2px solid rgba(29, 29, 29, 0.6);
}
@media (max-width: 480px) {
  .first-box .left,
  .second-box .left {
    border: none;
  }
}
.first-box .mid,
.second-box .mid {
  border-right: 0.2px solid rgba(29, 29, 29, 0.6);
  border-bottom: 0.2px solid rgba(29, 29, 29, 0.6);
}
@media (max-width: 480px) {
  .first-box .mid,
  .second-box .mid {
    border: none;
  }
}
.first-box .right,
.second-box .right {
  border-bottom: 0.5px solid rgba(29, 29, 29, 0.6);
}
@media (max-width: 480px) {
  .first-box .right,
  .second-box .right {
    border: none;
  }
}
.first-box .left .plus-1,
.first-box .mid .plus-1 {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  .first-box .left .plus-1,
  .first-box .mid .plus-1 {
    display: none;
  }
}
.first-box .left .plus-2,
.first-box .mid .plus-2 {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  .first-box .left .plus-2,
  .first-box .mid .plus-2 {
    display: none;
  }
}
.first-box .mid .plus-3 {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .first-box .mid .plus-3 {
    display: none;
  }
}
.first-box .right::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .first-box .right::after {
    display: none;
  }
}
.second-box .left .plus-1,
.second-box .mid .plus-1 {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #661018;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 480px) {
  .second-box .left .plus-1,
  .second-box .mid .plus-1 {
    display: none;
  }
}
.second-box .left .plus-2,
.second-box .mid .plus-2 {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  .second-box .left .plus-2,
  .second-box .mid .plus-2 {
    display: none;
  }
}
.second-box .left .plus-3,
.second-box .mid .plus-3 {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  .second-box .left .plus-3,
  .second-box .mid .plus-3 {
    display: none;
  }
}
.second-box .left .plus-4,
.second-box .mid .plus-4 {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .second-box .left .plus-4,
  .second-box .mid .plus-4 {
    display: none;
  }
}
.second-box .right::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .second-box .right::after {
    display: none;
  }
}
.third-box .left::before,
.third-box .mid::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #661018;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 480px) {
  .third-box .left::before,
  .third-box .mid::before {
    display: none;
  }
}
.third-box .left {
  border-right: 0.5px solid rgba(29, 29, 29, 0.6);
  border-bottom: none;
}
@media (max-width: 480px) {
  .third-box .left {
    border: none;
  }
}
.third-box .mid {
  border-right: 0.5px solid rgba(29, 29, 29, 0.6);
  border-bottom: none;
}
@media (max-width: 480px) {
  .third-box .mid {
    border: none;
  }
}
.third-box .right {
  border-bottom: none;
}
@media (max-width: 480px) {
  .third-box .right {
    border: none;
  }
}
.title-banner h3 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 55px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .title-banner h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .title-banner h3 {
    font-size: 35px;
    line-height: 32px;
  }
}
.title {
  font-family: "Lato", sans-serif;
}
.title h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 50px;
}
.title-footer {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.title-section h1,
.title-section h2 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
}
.description,
.title-desc-slider {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.link {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  text-align: center;
}
.sl-overlay {
  background: #000;
}
.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  color: #fff;
}
@media (max-width: 480px) {
  .modal {
    top: 0;
  }
}
.modal .close {
  position: absolute;
  top: 8%;
  right: 19%;
  color: white;
  opacity: 1;
}
@media (max-width: 480px) {
  .modal .close {
    top: 0;
    right: 8%;
  }
}
.modal-backdrop.show {
  opacity: 0.9;
}
@media (max-width: 480px) {
  .modal-dialog {
    margin: 1.5rem;
  }
}
.no-padding {
  padding: 0;
}
.hvr-underline-from-center:before {
  bottom: 2px;
  background: #661018;
}
.hvr-shutter-out-horizontal {
  background: transparent;
}
.hvr-shutter-out-horizontal:before {
  background: #661018;
}
.hamburger {
  display: none;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}
.hamburger .hamburger-inner {
  height: 1px;
  width: 32px;
}
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  width: 32px;
  height: 1px;
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 480px) {
  .hamburger {
    margin-top: 0;
    padding-left: 0;
    left: 16px;
  }
}
.fast {
  animation-duration: 1s;
  animation-delay: 0s;
}
.slow {
  animation-duration: 1.8s;
  animation-delay: 0s;
}
.back {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 16px;
  width: max-content;
}
.back i {
  margin-right: 32px;
}
.back:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 24px;
  width: 24px;
  height: 1px;
  background-color: #fff;
}
.back:hover {
  color: #b50717;
}
@media (max-width: 1024px) {
  .back {
    margin-left: 48px;
  }
}
@media (max-width: 768px) {
  .back {
    margin-left: 0;
  }
}
.awards,
.clients,
.strategic,
.consultation,
.history,
.association,
.type-of-service,
.sajogo-container,
.msa,
.other-professional,
.msa-detail,
.supporting,
.career,
.opportunities,
.career-detail,
.contact-us {
  position: relative;
  overflow: hidden;
  padding: 80px 111px 136px 148px;
  background-color: #000;
}
@media (max-width: 1024px) {
  .awards,
  .clients,
  .strategic,
  .consultation,
  .history,
  .association,
  .type-of-service,
  .sajogo-container,
  .msa,
  .other-professional,
  .msa-detail,
  .supporting,
  .career,
  .opportunities,
  .career-detail,
  .contact-us {
    padding: 40px 48px;
  }
}
@media (max-width: 768px) {
  .awards,
  .clients,
  .strategic,
  .consultation,
  .history,
  .association,
  .type-of-service,
  .sajogo-container,
  .msa,
  .other-professional,
  .msa-detail,
  .supporting,
  .career,
  .opportunities,
  .career-detail,
  .contact-us {
    padding: 80px 48px 136px 16px;
  }
}
@media (max-width: 480px) {
  .awards,
  .clients,
  .strategic,
  .consultation,
  .history,
  .association,
  .type-of-service,
  .sajogo-container,
  .msa,
  .other-professional,
  .msa-detail,
  .supporting,
  .career,
  .opportunities,
  .career-detail,
  .contact-us {
    padding: 40px 16px 80px 16px;
  }
}
.awards .title,
.clients .title,
.strategic .title,
.consultation .title,
.history .title,
.association .title,
.type-of-service .title,
.sajogo-container .title,
.msa .title,
.other-professional .title,
.msa-detail .title,
.supporting .title,
.career .title,
.opportunities .title,
.career-detail .title,
.contact-us .title {
  position: relative;
  padding-left: 18px;
}
.awards .title h2,
.clients .title h2,
.strategic .title h2,
.consultation .title h2,
.history .title h2,
.association .title h2,
.type-of-service .title h2,
.sajogo-container .title h2,
.msa .title h2,
.other-professional .title h2,
.msa-detail .title h2,
.supporting .title h2,
.career .title h2,
.opportunities .title h2,
.career-detail .title h2,
.contact-us .title h2 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  color: #fff;
}
.awards .title::before,
.clients .title::before,
.strategic .title::before,
.consultation .title::before,
.history .title::before,
.association .title::before,
.type-of-service .title::before,
.sajogo-container .title::before,
.msa .title::before,
.other-professional .title::before,
.msa-detail .title::before,
.supporting .title::before,
.career .title::before,
.opportunities .title::before,
.career-detail .title::before,
.contact-us .title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 64px;
  background-color: #b50717;
  top: -6px;
  left: 0;
}
.awards .description,
.clients .description,
.strategic .description,
.consultation .description,
.history .description,
.association .description,
.type-of-service .description,
.sajogo-container .description,
.msa .description,
.other-professional .description,
.msa-detail .description,
.supporting .description,
.career .description,
.opportunities .description,
.career-detail .description,
.contact-us .description {
  color: #fff;
  padding-left: 18px;
  margin-top: 54px;
  margin-bottom: 67px;
}
@media (max-width: 480px) {
  .awards .description,
  .clients .description,
  .strategic .description,
  .consultation .description,
  .history .description,
  .association .description,
  .type-of-service .description,
  .sajogo-container .description,
  .msa .description,
  .other-professional .description,
  .msa-detail .description,
  .supporting .description,
  .career .description,
  .opportunities .description,
  .career-detail .description,
  .contact-us .description {
    padding-left: 0;
  }
}
.description {
  text-align: justify;
}
strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 1rem;
  display: block;
}
.our-professional {
  position: relative;
  background-color: #000;
  padding: 100px 148px;
  padding-bottom: 40px;
  overflow: hidden;
}
.our-professional .our-name,
.our-professional .our-position {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  color: #1d1d1d;
  display: block;
  position: relative;
}
.our-professional .our-name {
  font-size: 18px;
}
.our-professional .our-position {
  font-size: 14px;
  padding-left: 54px;
}
.our-professional .our-position::before {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #b50717;
  position: absolute;
  top: 14px;
  left: 0;
}
.our-professional .first-rule,
.our-professional .second-rule,
.our-professional .third-rule,
.our-professional .fourth-rule {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.5px;
  background-color: rgba(255, 255, 255, 0.4);
}
.our-professional .first-rule {
  left: 148px;
}
.our-professional .second-rule {
  left: calc(148px + 351px);
}
.our-professional .third-rule {
  left: calc(148px + 351px + 351px);
}
.our-professional .fourth-rule {
  left: calc(148px + 351px + 351px + 351px);
}
@media (max-width: 1024px) {
  .our-professional {
    padding: 80px 48px;
  }
}
@media (max-width: 768px) {
  .our-professional {
    padding: 40px 16px;
  }
}
@media (max-width: 480px) {
  .our-professional {
    background-repeat: repeat-y;
    background-size: auto;
  }
}
@media (max-width: 1024px) {
  .our-professional .first-rule,
  .our-professional .second-rule,
  .our-professional .third-rule,
  .our-professional .fourth-rule {
    display: none;
  }
}
@media (max-width: 1280px) {
  .our-professional .second-rule {
    left: calc(148px + 328px);
  }
}
@media (max-width: 1280px) {
  .our-professional .third-rule {
    left: calc(148px + 328px + 328px);
  }
}
@media (max-width: 1280px) {
  .our-professional .fourth-rule {
    left: calc(148px + 328px + 328px + 328px);
  }
}
.card {
  border-left: none;
  border-right: none;
}
.card-header {
  background-color: transparent;
  padding-left: 0;
}
.btn {
  padding: 0;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #b50717;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
.btn.collapsed {
  color: #000;
}
.btn:hover {
  text-decoration: none;
  color: #b50717;
}
.btn i {
  position: absolute;
  top: 26px;
  right: 16px;
}
.card-body {
  padding-left: 0;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}
.box-container {
  margin: 120px 0;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .box-container {
    margin: 40px 0;
    margin-bottom: 40px;
  }
}
.first-box,
.second-box,
.third-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
@media (max-width: 480px) {
  .first-box .nomor,
  .first-box .description,
  .second-box .nomor,
  .second-box .description,
  .third-box .nomor,
  .third-box .description {
    display: none;
  }
}
.first-box .left,
.first-box .mid,
.first-box .right {
  position: relative;
  width: 100%;
  height: 284px;
  background-repeat: no-repeat;
  background-position: 214px 137px;
  padding-top: 74px;
  padding-left: 20px;
  padding-right: 16px;
}
@media (max-width: 480px) {
  .first-box .left,
  .first-box .mid,
  .first-box .right {
    height: auto;
  }
}
.second-box .left,
.second-box .mid,
.second-box .right {
  position: relative;
  width: 100%;
  height: 284px;
  background-repeat: no-repeat;
  background-position: 214px 137px;
  padding-top: 74px;
  padding-left: 20px;
  padding-right: 16px;
}
@media (max-width: 480px) {
  .second-box .left,
  .second-box .mid,
  .second-box .right {
    height: auto;
  }
}
.third-box .left,
.third-box .mid,
.third-box .right {
  position: relative;
  width: 100%;
  height: 284px;
  background-repeat: no-repeat;
  background-position: 214px 137px;
  padding-top: 74px;
  padding-left: 20px;
  padding-right: 16px;
}
@media (max-width: 480px) {
  .third-box .left,
  .third-box .mid,
  .third-box .right {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .first-box .left,
  .first-box .mid,
  .first-box .right {
    background-position: 100px 137px;
  }
  .second-box .left,
  .second-box .mid,
  .second-box .right {
    background-position: 100px 137px;
  }
  .third-box .left,
  .third-box .mid,
  .third-box .right {
    background-position: 100px 137px;
  }
}
.first-box .left span,
.first-box .mid span,
.first-box .right span {
  display: block;
  text-align: left;
}
.second-box .left span,
.second-box .mid span,
.second-box .right span {
  display: block;
  text-align: left;
}
.third-box .left span,
.third-box .mid span,
.third-box .right span {
  display: block;
  text-align: left;
}
.first-box .left span.nomor,
.first-box .left span.title-marks {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
}
@media (max-width: 480px) {
  .first-box .left span.nomor,
  .first-box .left span.title-marks {
    font-size: 12px;
  }
}
.first-box .mid span.nomor,
.first-box .mid span.title-marks {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
}
@media (max-width: 480px) {
  .first-box .mid span.nomor,
  .first-box .mid span.title-marks {
    font-size: 12px;
  }
}
.first-box .right span.nomor,
.first-box .right span.title-marks {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
}
@media (max-width: 480px) {
  .first-box .right span.nomor,
  .first-box .right span.title-marks {
    font-size: 12px;
  }
}
.second-box .left span.nomor,
.second-box .left span.title-marks {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
}
@media (max-width: 480px) {
  .second-box .left span.nomor,
  .second-box .left span.title-marks {
    font-size: 12px;
  }
}
.second-box .mid span.nomor,
.second-box .mid span.title-marks {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
}
@media (max-width: 480px) {
  .second-box .mid span.nomor,
  .second-box .mid span.title-marks {
    font-size: 12px;
  }
}
.second-box .right span.nomor,
.second-box .right span.title-marks {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
}
@media (max-width: 480px) {
  .second-box .right span.nomor,
  .second-box .right span.title-marks {
    font-size: 12px;
  }
}
.third-box .left span.nomor,
.third-box .left span.title-marks {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
}
@media (max-width: 480px) {
  .third-box .left span.nomor,
  .third-box .left span.title-marks {
    font-size: 12px;
  }
}
.third-box .mid span.nomor,
.third-box .mid span.title-marks {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
}
@media (max-width: 480px) {
  .third-box .mid span.nomor,
  .third-box .mid span.title-marks {
    font-size: 12px;
  }
}
.third-box .right span.nomor,
.third-box .right span.title-marks {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
}
@media (max-width: 480px) {
  .third-box .right span.nomor,
  .third-box .right span.title-marks {
    font-size: 12px;
  }
}
.first-box .left span.nomor,
.first-box .mid span.nomor,
.first-box .right span.nomor {
  margin-bottom: 54px;
}
.second-box .left span.nomor,
.second-box .mid span.nomor,
.second-box .right span.nomor {
  margin-bottom: 54px;
}
.third-box .left span.nomor,
.third-box .mid span.nomor,
.third-box .right span.nomor {
  margin-bottom: 54px;
}
.first-box .left span.title-marks,
.first-box .mid span.title-marks,
.first-box .right span.title-marks {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .first-box .left span.title-marks,
  .first-box .mid span.title-marks,
  .first-box .right span.title-marks {
    margin-top: 14px;
  }
}
.second-box .left span.title-marks,
.second-box .mid span.title-marks,
.second-box .right span.title-marks {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .second-box .left span.title-marks,
  .second-box .mid span.title-marks,
  .second-box .right span.title-marks {
    margin-top: 14px;
  }
}
.third-box .left span.title-marks,
.third-box .mid span.title-marks,
.third-box .right span.title-marks {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .third-box .left span.title-marks,
  .third-box .mid span.title-marks,
  .third-box .right span.title-marks {
    margin-top: 14px;
  }
}
.first-box .left span.description,
.first-box .mid span.description,
.first-box .right span.description {
  width: 254px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(29, 29, 29, 0.65);
  text-align: justify;
}
.second-box .left span.description,
.second-box .mid span.description,
.second-box .right span.description {
  width: 254px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(29, 29, 29, 0.65);
  text-align: justify;
}
.third-box .left span.description,
.third-box .mid span.description,
.third-box .right span.description {
  width: 254px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(29, 29, 29, 0.65);
  text-align: justify;
}
@media (max-width: 1024px) {
  .first-box .left span.description,
  .first-box .mid span.description,
  .first-box .right span.description {
    width: 220px;
  }
  .second-box .left span.description,
  .second-box .mid span.description,
  .second-box .right span.description {
    width: 220px;
  }
  .third-box .left span.description,
  .third-box .mid span.description,
  .third-box .right span.description {
    width: 220px;
  }
}
@media (max-width: 480px) {
  .first-box .left span.description,
  .first-box .mid span.description,
  .first-box .right span.description {
    width: 100%;
  }
  .second-box .left span.description,
  .second-box .mid span.description,
  .second-box .right span.description {
    width: 100%;
  }
  .third-box .left span.description,
  .third-box .mid span.description,
  .third-box .right span.description {
    width: 100%;
  }
}
.first-box .left:hover .box-img img,
.first-box .mid:hover .box-img img,
.first-box .right:hover .box-img img {
  transform: scale(1.1);
}
.second-box .left:hover .box-img img,
.second-box .mid:hover .box-img img,
.second-box .right:hover .box-img img {
  transform: scale(1.1);
}
.third-box .left:hover .box-img img,
.third-box .mid:hover .box-img img,
.third-box .right:hover .box-img img {
  transform: scale(1.1);
}
.first-box .left .box-img,
.first-box .mid .box-img,
.first-box .right .box-img {
  width: 95px;
  height: 76px;
  overflow: hidden;
  position: absolute;
  top: 54px;
  right: 28px;
}
@media (max-width: 480px) {
  .first-box .left .box-img,
  .first-box .mid .box-img,
  .first-box .right .box-img {
    right: 13px;
  }
}
.second-box .left .box-img,
.second-box .mid .box-img,
.second-box .right .box-img {
  width: 95px;
  height: 84px;
  overflow: hidden;
  position: absolute;
  top: 54px;
  right: 28px;
}
@media (max-width: 480px) {
  .second-box .left .box-img,
  .second-box .mid .box-img,
  .second-box .right .box-img {
    right: 13px;
  }
}
.third-box .left .box-img,
.third-box .mid .box-img,
.third-box .right .box-img {
  width: 95px;
  height: 76px;
  overflow: hidden;
  position: absolute;
  top: 54px;
  right: 28px;
}
@media (max-width: 480px) {
  .third-box .left .box-img,
  .third-box .mid .box-img,
  .third-box .right .box-img {
    right: 13px;
  }
}
.first-box .left .box-img img,
.first-box .mid .box-img img,
.first-box .right .box-img img {
  width: auto;
  transition: all ease-in-out 0.5s;
}
.second-box .left .box-img img,
.second-box .mid .box-img img,
.second-box .right .box-img img {
  width: auto;
  transition: all ease-in-out 0.5s;
}
.third-box .left .box-img img,
.third-box .mid .box-img img,
.third-box .right .box-img img {
  width: auto;
  transition: all ease-in-out 0.5s;
}
.first-box .left,
.second-box .left,
.first-box .mid,
.second-box .mid {
  border-right: 0.2px solid rgba(29, 29, 29, 0.6);
  border-bottom: 0.2px solid rgba(29, 29, 29, 0.6);
}
@media (max-width: 480px) {
  .first-box .left,
  .second-box .left {
    border: none;
  }
}
@media (max-width: 480px) {
  .first-box .mid,
  .second-box .mid {
    border: none;
  }
}
.first-box .right,
.second-box .right {
  border-bottom: 0.5px solid rgba(29, 29, 29, 0.6);
}
@media (max-width: 480px) {
  .first-box .right,
  .second-box .right {
    border: none;
  }
}
.first-box .left .plus-1,
.first-box .mid .plus-1 {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  right: 0;
}
.first-box .left .plus-2 {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  right: 0;
}
.first-box .mid .plus-2 {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  right: 0;
}
.first-box .mid .plus-3 {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  left: 0;
}
.first-box .right::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .first-box .left .plus-1,
  .first-box .mid .plus-1 {
    display: none;
  }
}
@media (max-width: 480px) {
  .first-box .left .plus-2,
  .first-box .mid .plus-2 {
    display: none;
  }
}
@media (max-width: 480px) {
  .first-box .mid .plus-3 {
    display: none;
  }
}
@media (max-width: 480px) {
  .first-box .right::after {
    display: none;
  }
}
.second-box .left .plus-1,
.second-box .mid .plus-1 {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #661018;
  position: absolute;
  top: 0;
  right: 0;
}
.second-box .left .plus-2,
.second-box .mid .plus-2 {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  right: 0;
}
.second-box .left .plus-3,
.second-box .mid .plus-3 {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  right: 0;
}
.second-box .left .plus-4,
.second-box .mid .plus-4,
.second-box .right::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #661018;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .second-box .left .plus-1,
  .second-box .mid .plus-1 {
    display: none;
  }
}
@media (max-width: 480px) {
  .second-box .left .plus-2,
  .second-box .mid .plus-2 {
    display: none;
  }
}
@media (max-width: 480px) {
  .second-box .left .plus-3,
  .second-box .mid .plus-3 {
    display: none;
  }
}
@media (max-width: 480px) {
  .second-box .left .plus-4,
  .second-box .mid .plus-4 {
    display: none;
  }
}
@media (max-width: 480px) {
  .second-box .right::after {
    display: none;
  }
}
.third-box .left::before,
.third-box .mid::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #661018;
  position: absolute;
  top: 0;
  right: 0;
}
.third-box .left,
.third-box .mid {
  border-right: 0.5px solid rgba(29, 29, 29, 0.6);
  border-bottom: none;
}
.third-box .right {
  border-bottom: none;
}
@media (max-width: 480px) {
  .third-box .left::before,
  .third-box .mid::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .third-box .left {
    border: none;
  }
}
@media (max-width: 480px) {
  .third-box .mid {
    border: none;
  }
}
@media (max-width: 480px) {
  .third-box .right {
    border: none;
  }
}
html {
  letter-spacing: 0.2;
  -webkit-overflow-x-scrolling: hidden;
  position: relative;
}
body {
  letter-spacing: 0.2;
  -webkit-overflow-x-scrolling: hidden;
  position: relative;
  font-family: "Lato", sans-serif;
  width: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  html.noscroll {
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  body.noscroll {
    overflow: hidden;
    height: 100%;
  }
}
button:focus {
  outline: 0;
}
ul {
  padding-left: 20px;
  margin: 0;
}
ul li {
  list-style-type: disc;
}
ol {
  padding-left: 20px;
  margin: 0;
}
ol li {
  list-style-type: decimal;
}
.con:before {
  content: "";
  display: table;
  line-height: 0;
  height: 0;
}
.con:after {
  content: "";
  display: table;
  line-height: 0;
  height: 0;
  clear: both;
}
.clear {
  clear: both;
}
input,
textarea {
  text-decoration: none;
  outline: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
figure {
  line-height: 0;
  max-width: 100%;
}
img {
  height: auto;
}
strong {
  font-weight: 900;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
select {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background: white;
  background-image: none;
  color: #9e9e99 !important;
  position: relative;
}
input,
article,
figure,
div,
select {
  text-decoration: none;
  outline: none;
}
.row {
  margin: 0;
}
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .wrapper {
    max-width: 1600px;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    max-width: 930px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    max-width: 680px;
  }
}
header {
  position: fixed;
  height: 90px;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  transition: 0.5s all ease-in-out;
}
header nav {
  display: grid;
  grid-template-columns: 300px auto;
  height: 100%;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1024px) {
  header nav {
    grid-template-columns: 200px auto;
  }
}
header nav .logo {
  width: 100%;
  height: 90px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  header nav .logo {
    height: 70px;
  }
}
header nav .logo a {
  margin: auto;
  width: 180px;
  height: 90px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
header nav .logo a img {
  width: 100%;
}
header nav .menu {
  position: relative;
  background-color: #661018;
}
header nav .menu ul {
  padding-left: 0;
}
header nav .menu ul li {
  list-style-type: none;
  display: inline-block;
}
@media (max-width: 768px) {
  header nav .menu ul li {
    display: block;
  }
}
header nav .menu ul li a {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 57px;
  padding: 16px 0;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  header nav .menu ul li a {
    display: block;
    padding: 0;
  }
}
header nav .menu ul li a i {
  position: relative;
  top: 7px;
  right: 0;
}
header nav .menu ul li a:hover {
  text-shadow: 0px 0px #fff;
}
header nav .menu ul li a.active {
  font-weight: bold;
}
header nav .menu .top-menu {
  height: 90px;
  width: 100%;
  padding: 0 48px;
  padding-right: 77px;
}
@media (max-width: 1024px) {
  header nav .menu .top-menu {
    padding: 0 16px !important;
  }
}
header nav .menu .top-menu .mobile-search {
  display: none;
  padding: 0 16px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  header nav .menu .top-menu .mobile-search {
    display: block;
  }
}
header nav .menu .top-menu .mobile-search form {
  width: 100%;
}
header nav .menu .top-menu .mobile-search form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  width: 100%;
  padding: 8px;
  color: white;
}
header nav .menu .top-menu .mobile-search form input::placeholder {
  color: white;
}
header nav .menu .top-menu .mobile-search form button {
  background: transparent;
  border: none;
  color: white;
  position: absolute;
  top: 5px;
  right: 9px;
}
header nav .menu .top-menu ul li {
  width: fit-content;
  margin-right: 48px;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  header nav .menu .top-menu ul li {
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  header nav .menu .top-menu ul li {
    width: 100%;
    text-align: left;
    padding: 0 16px;
  }
}
header nav .menu .top-menu ul li .form-search {
  display: none;
  position: absolute;
  right: 0;
  top: 13px;
  width: 400px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
header nav .menu .top-menu ul li .form-search .header-search {
  position: absolute;
  padding-left: 32px;
  padding-right: 3px;
  right: 0;
  top: 16px;
  width: 0;
  border: none;
  border-bottom: 1px solid;
  padding-left: 32px;
  background: transparent !important;
  border-bottom: 1px solid white;
  color: white;
}
header nav .menu .top-menu ul li .form-search .header-search::placeholder {
  color: white;
}
header nav .menu .top-menu ul li .form-search button {
  position: absolute;
  border: none;
  top: 13px;
  left: -7px;
  color: white;
  background: transparent;
  transition: all ease-in-out 0.3s;
}
header nav .menu .top-menu ul li .form-search .close-search {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
header nav .menu .top-menu ul li a {
  color: #fff;
}
@media (max-width: 768px) {
  header nav .menu .top-menu ul li a {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  header nav .menu .top-menu ul li a.search {
    display: none;
  }
}
header nav .menu .top-menu ul li .submenu {
  position: absolute;
  top: 80px;
  left: -16px;
  width: 250px;
  z-index: 1;
  background-color: #661018;
  padding-bottom: 16px;
  display: none;
}
header nav .menu .top-menu ul li .submenu ul li {
  text-align: left;
  margin: 0;
  width: 100%;
}
header nav .menu .top-menu ul li .submenu ul li a {
  line-height: 1;
  padding: 16px 25px;
}
@media (max-width: 768px) {
  header nav .menu .top-menu ul li .submenu ul li a {
    padding: 8px 25px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  header nav .menu .top-menu ul li .submenu ul li a.dd-sub i {
    transform: rotate(90deg);
  }
}
header nav .menu .top-menu ul li .submenu ul li i {
  position: absolute;
  top: 10px;
  right: 0;
}
@media (max-width: 768px) {
  header nav .menu .top-menu ul li .submenu ul li i {
    top: 2px;
  }
}
header nav .menu .top-menu ul li .submenu ul li .submenu-sub {
  position: absolute;
  top: 0px;
  left: 250px;
  width: 225px;
  z-index: 1;
  background-color: #661018;
  display: none;
}
header nav .menu .top-menu ul li .submenu ul li .submenu-sub ul {
  text-align: left;
  display: block;
  padding: 8px;
}
header nav .menu .top-menu ul li .submenu ul li .submenu-sub ul li {
  text-align: left;
  margin: 0;
}
header nav .menu .top-menu ul li .submenu ul li .submenu-sub ul li a {
  line-height: 1;
  text-align: left;
  padding: 16px;
}
@media (max-width: 768px) {
  header nav .menu .top-menu ul li .submenu ul li .submenu-sub ul li a {
    padding: 8px 0;
  }
}
header nav .menu .top-menu .right-side {
  float: right;
}
header nav .menu .top-menu .right-side li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  header nav .menu .top-menu .right-side .lang {
    display: inline-block;
    margin-left: 0;
    position: absolute;
    top: 66px;
    width: auto;
    right: 15px;
  }
}
header nav .menu .top-menu .right-side .lang a {
  position: relative;
}
header nav .menu .top-menu .right-side .lang a:first-child {
  padding-right: 4px;
}
header nav .menu .top-menu .right-side .lang a:first-child:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  bottom: 50%;
  margin-bottom: -8px;
  right: 0;
}
header nav .menu .top-menu .right-side .lang .separator {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: white;
  margin: 0 4px;
  position: relative;
  top: 4px;
}
header nav .menu .bottom-menu {
  height: calc(116px / 2);
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 100%;
}
header nav .menu .bottom-menu ul {
  margin: auto;
  position: relative;
  display: inline-block;
}
header nav .menu .bottom-menu ul li {
  margin: 0 28px;
}
header nav .menu .bottom-menu ul li a {
  color: #1d1d1d;
}
header nav .menu .bottom-menu ul li a:hover {
  color: #b50717;
}
header nav .menu .bottom-menu ul li .submenu {
  position: absolute;
  top: 58px;
  left: 122px;
  width: 247px;
  z-index: 1;
  background-color: #fff;
  display: none;
}
header nav .menu .bottom-menu ul li .submenu ul {
  text-align: left;
  display: block;
}
header nav .menu .bottom-menu ul li .submenu ul li {
  float: none;
  margin: 0;
  margin-bottom: 14px;
}
header nav .menu .bottom-menu ul li .submenu ul li a {
  line-height: 1;
  text-align: left;
  padding: 16px;
}
header nav .menu .bottom-menu ul li .submenu ul li .submenu-sub {
  position: absolute;
  top: 49px;
  left: 247px;
  width: 225px;
  z-index: 1;
  background-color: #fff;
  display: none;
}
header nav .menu .bottom-menu ul li .submenu ul li .submenu-sub ul {
  text-align: left;
  display: block;
  padding: 8px;
}
header nav .menu .bottom-menu ul li .submenu ul li .submenu-sub ul li {
  float: none;
  margin: 0;
  margin-bottom: 14px;
}
header nav .menu .bottom-menu ul li .submenu ul li .submenu-sub ul li a {
  line-height: 1;
  text-align: left;
  padding: 16px;
}
header .float-menu {
  padding: 0 118px;
  position: relative;
  display: none;
  transition: 0.3s all ease-in-out;
}
header .float-menu ul {
  padding-left: 0;
}
header .float-menu ul li {
  list-style-type: none;
  float: left;
}
header .float-menu ul li a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 50px;
  padding: 24px 0;
  position: relative;
}
header .float-menu ul li a i {
  position: relative;
  top: 7px;
  right: 0;
}
header .float-menu .right-menu {
  float: right;
  position: relative;
}
header .float-menu .right-menu ul {
  position: relative;
}
header .float-menu .right-menu ul li {
  margin: 0 24px;
  position: relative;
}
header .float-menu .right-menu ul li .float-form-search {
  display: none;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 1;
  width: 400px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
header .float-menu .right-menu ul li .float-form-search .float-header-search {
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0;
  border: none;
  padding: 8px;
  background: transparent !important;
  border-bottom: 1px solid black;
  color: black;
}
header
  .float-menu
  .right-menu
  ul
  li
  .float-form-search
  .float-header-search::placeholder {
  color: #000;
}
header .float-menu .right-menu ul li .float-form-search button {
  position: absolute;
  border: none;
  background: transparent;
  transition: all ease-in-out 0.3s;
  color: black;
  top: 14px;
  right: 0;
}
header .float-menu .right-menu ul li .float-close-search {
  display: none;
  position: absolute;
  top: -23px;
  left: 0px;
}
header .float-menu .right-menu ul li a {
  color: #000;
}
header .float-menu .right-menu ul li a:hover {
  color: #b50717;
}
header .float-menu .right-menu ul li.lang .separator {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: black;
  margin: 0 4px;
  position: relative;
  top: -18px;
}
header .float-menu .right-menu ul li .submenu {
  position: absolute;
  top: 58px;
  left: -24px;
  width: 180px;
  z-index: 1;
  background-color: #fff;
  display: none;
}
header .float-menu .right-menu ul li .submenu ul li {
  float: none;
  margin-bottom: 14px;
}
header .float-menu .right-menu ul li .submenu ul li a {
  line-height: 1;
}
header .float-menu .left-menu {
  text-align: center;
  position: relative;
  float: left;
}
header .float-menu .left-menu ul {
  margin: auto;
  position: relative;
  display: inline-block;
}
header .float-menu .left-menu ul li {
  margin: 0 28px;
}
header .float-menu .left-menu ul li a {
  color: #1d1d1d;
}
header .float-menu .left-menu ul li a:hover {
  color: #b50717;
}
header .float-menu .left-menu ul li .submenu {
  position: absolute;
  top: 58px;
  left: 13px;
  width: 247px;
  z-index: 1;
  background-color: #fff;
  display: none;
}
header .float-menu .left-menu ul li .submenu ul {
  text-align: left;
  display: block;
}
header .float-menu .left-menu ul li .submenu ul li {
  float: none;
  margin: 0;
  margin-bottom: 14px;
}
header .float-menu .left-menu ul li .submenu ul li a {
  line-height: 1;
  text-align: left;
  padding: 16px;
}
header .float-menu .left-menu ul li .submenu ul li .submenu-sub {
  position: absolute;
  top: 49px;
  left: 247px;
  width: 225px;
  z-index: 1;
  background-color: #fff;
  display: none;
}
header .float-menu .left-menu ul li .submenu ul li .submenu-sub ul {
  text-align: left;
  display: block;
  padding: 8px;
}
header .float-menu .left-menu ul li .submenu ul li .submenu-sub ul li {
  float: none;
  margin: 0;
  margin-bottom: 14px;
}
header .float-menu .left-menu ul li .submenu ul li .submenu-sub ul li a {
  line-height: 1;
  text-align: left;
  padding: 16px;
}
@media (max-width: 480px) {
  header {
    height: 72px !important;
  }
}
@media (max-width: 768px) {
  header nav {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media (max-width: 480px) {
  header nav .logo a {
    height: 72px;
  }
}
@media (max-width: 480px) {
  header nav .logo a img {
    width: 60%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  header nav .menu {
    display: none;
    background-color: #661018;
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    padding-bottom: 80px;
    height: 100%;
    padding-top: 24px;
    overflow-y: scroll;
  }
}
@media (max-width: 768px) {
  header nav .menu ul li {
    float: none;
  }
}
@media (min-width: 1920px) {
  header nav .menu .top-menu {
    padding-left: 230px;
  }
}
@media (max-width: 1024px) {
  header nav .menu .top-menu {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  header nav .menu .top-menu {
    height: auto;
  }
}
@media (max-width: 768px) {
  header nav .menu .top-menu ul li .search {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  header nav .menu .top-menu ul li .submenu {
    position: relative;
    top: 0;
    left: 0;
    width: 55%;
  }
}
@media (max-width: 480px) {
  header nav .menu .top-menu ul li .submenu {
    width: 100%;
  }
}
@media (max-width: 768px) {
  header nav .menu .bottom-menu {
    height: auto;
    text-align: left;
    background-color: #661018;
  }
}
@media (max-width: 1024px) {
  header nav .menu .bottom-menu ul li {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  header nav .menu .bottom-menu ul li {
    margin: 0 24px;
  }
}
@media (max-width: 768px) {
  header nav .menu .bottom-menu ul li a {
    color: #fff;
  }
}
@media (max-width: 768px) {
  header nav .menu .bottom-menu ul li .submenu {
    position: relative;
    top: 0;
    left: 0;
    width: 30%;
    background-color: #661018;
  }
}
@media (max-width: 480px) {
  header nav .menu .bottom-menu ul li .submenu {
    width: 100%;
  }
}
@media (max-width: 768px) {
  header nav .menu .top-menu ul li .submenu ul li .submenu-sub {
    position: relative;
    top: 0;
    left: 0;
    width: 30%;
    background-color: #661018;
  }
}
@media (max-width: 480px) {
  header nav .menu .top-menu ul li .submenu ul li .submenu-sub {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  header .float-menu {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  header .float-menu .right-menu ul li {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  header .float-menu .right-menu ul li .float-search {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  header .float-menu .right-menu ul li .float-form-search {
    display: block;
    left: 20px;
  }
}
@media (max-width: 480px) {
  header .float-menu .right-menu ul li .float-form-search {
    width: 86%;
  }
}
@media (max-width: 768px) {
  header .float-menu .left-menu ul li .submenu {
    position: relative;
    top: 0;
    left: 0;
    width: 30%;
  }
}
@media (max-width: 480px) {
  header .float-menu .left-menu ul li .submenu {
    width: 100%;
  }
}
@media (max-width: 768px) {
  header .float-menu .left-menu ul li .submenu ul li .submenu-sub {
    position: relative;
    top: 0;
    left: 0;
    width: 30%;
  }
}
@media (max-width: 480px) {
  header .float-menu .left-menu ul li .submenu ul li .submenu-sub {
    width: 100%;
  }
}
.banner {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.banner .top-box {
  width: 300px;
  height: 80px;
  left: 0px;
  background: #661018;
  top: 90px;
  position: absolute;
}
.banner .right-box {
  position: absolute;
  width: 80px;
  background: #661018;
  top: 90px;
  bottom: 0;
}
.banner .discover-more {
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 70px;
  text-align: center;
  color: #fff;
}
.banner .discover-more span {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
}
.banner .discover-more .mouse {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 28px;
  width: 26px;
  height: 46px;
  margin: 16px auto;
  position: relative;
}
.banner .discover-more .mouse::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.banner .bg-banner .box-banner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .banner .bg-banner .box-banner {
    padding-top: 72px;
  }
}
.banner .bg-banner .box-banner .mobile-banner-background {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 480px) {
  .banner .bg-banner .box-banner .mobile-banner-background {
    display: block;
  }
}
.banner .bg-banner .box-banner img {
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .banner .bg-banner .box-banner img {
    display: none;
  }
}
.banner .bg-banner .box-banner .title-banner {
  position: absolute;
  left: 180px;
  top: 350px;
  width: 500px;
}
@media (max-width: 1024px) {
  .banner .bg-banner .box-banner .title-banner {
    top: 186px;
  }
}
.banner .bg-banner .box-banner .title-banner h3 {
  color: #fff;
  line-height: 1.2;
}
.banner .bg-banner .box-banner .title-banner h3 .red {
  color: red;
}
.banner .bg-banner .box-banner .title-banner a {
  color: white;
  border: 1px solid;
  padding: 10px 16px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 16px;
  cursor: pointer;
}
.banner .bg-banner .box-banner .title-banner a:hover {
  background-color: #661018;
}
.banner .bg-banner .slick-next,
.banner .bg-banner .slick-prev {
  position: absolute;
  top: 370px;
  background-color: transparent;
  text-indent: -10000px;
  border: 1px solid #fff;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1024px) {
  .banner .bg-banner .slick-next,
  .banner .bg-banner .slick-prev {
    top: 200px;
  }
}
.banner .bg-banner .slick-next {
  background-image: url(images/right-white.png);
  right: 84px;
}
@media (max-width: 768px) {
  .banner .bg-banner .slick-next {
    right: 16px;
  }
}
.banner .bg-banner .slick-prev {
  background-image: url(images/left-white.png);
  left: 84px;
  z-index: 1;
}
@media (max-width: 768px) {
  .banner .bg-banner .slick-prev {
    left: 16px;
  }
}
.banner .bg-banner .slick-dots {
  position: absolute;
  top: 320px;
  left: 160px;
}
@media (max-width: 1024px) {
  .banner .bg-banner .slick-dots {
    top: 180px;
  }
}
.banner .bg-banner .slick-dots li {
  list-style-type: none;
  float: left;
  width: 32px;
  height: 4px;
  margin-right: 8px;
  background-color: rgba(196, 196, 196, 0.3);
}
.banner .bg-banner .slick-dots li.slick-active {
  background-color: #c4c4c4;
}
.banner .bg-banner .slick-dots li button {
  background-color: transparent;
  text-indent: -1000px;
  border: none;
}
@media (max-width: 1024px) {
  .banner .top-box {
    display: none;
  }
}
@media (max-width: 1024px) {
  .banner .right-box {
    display: none;
  }
}
@media (max-width: 1024px) {
  .banner .discover-more {
    display: none;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
@keyframes scrollup {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-15px);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .banner .bg-banner .box-banner .title-banner {
    top: 50%;
    left: 90px;
    width: 76%;
  }
}
@media (max-width: 480px) {
  .banner .bg-banner .box-banner .title-banner {
    left: 19px;
    top: 250px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .banner .bg-banner .slick-next,
  .banner .bg-banner .slick-prev {
    top: 50%;
  }
}
@media (max-width: 480px) {
  .banner .bg-banner .slick-next,
  .banner .bg-banner .slick-prev {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .banner .bg-banner .slick-dots {
    top: 48%;
    left: 73px;
  }
}
@media (max-width: 480px) {
  .banner .bg-banner .slick-dots {
    top: 240px;
    left: 0px;
  }
}
.banner-notarial {
  background-color: #000;
  position: relative;
}
.banner-notarial .top-box {
  width: 300px;
  height: calc(116px + 80px);
  left: 0px;
  background: #661018;
  top: 0;
  position: absolute;
}
.banner-notarial .right-box {
  position: absolute;
  width: 80px;
  background: #661018;
  top: 0;
  bottom: 0;
}
.banner-notarial .bg-banner-notarial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.banner-notarial .bg-banner-notarial img {
  width: 85%;
  position: relative;
  top: 80px;
}
.banner-notarial .bg-banner-notarial img.mobile {
  display: none;
}
.banner-notarial .banner-grid-notarial,
.banner-notarial .banner-grid-notarial2 {
  position: relative;
  padding-top: 180px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}
.banner-notarial .banner-grid-notarial .box-img-notarial,
.banner-notarial .banner-grid-notarial2 .box-img-notarial {
  width: 502px;
  height: 106px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 35px;
}
.banner-notarial .banner-grid-notarial .box-img-notarial img,
.banner-notarial .banner-grid-notarial2 .box-img-notarial img {
  width: 100%;
}
.banner-notarial .banner-grid-notarial .right .description {
  width: 484px;
  color: #1d1d1d;
  opacity: 0.75;
}
.banner-notarial .banner-grid-notarial .right .title-banner-notarial {
  margin-bottom: 16px;
}
.banner-notarial .banner-grid-notarial .right .title-banner-notarial h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: black;
  letter-spacing: 0.05em;
}
.banner-notarial .banner-grid-notarial2 .left .box-img {
  width: 383px;
  height: 516px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto;
}
.banner-notarial .banner-grid-notarial2 .left .box-img img {
  width: 100%;
}
.banner-notarial .banner-grid-notarial2 .right .description {
  width: 484px;
  color: #fff;
  opacity: 0.75;
}
.banner-notarial .banner-grid-notarial2 .right .title-banner-notarial {
  margin-bottom: 16px;
}
.banner-notarial .banner-grid-notarial2 .right .title-banner-notarial h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .banner-notarial {
    height: 470px !important;
  }
}
@media (max-width: 480px) {
  .banner-notarial {
    height: auto !important;
  }
}
@media (max-width: 1024px) {
  .banner-notarial .top-box {
    display: none;
  }
}
@media (max-width: 1024px) {
  .banner-notarial .right-box {
    display: none;
  }
}
@media (max-width: 1280px) {
  .banner-notarial .bg-banner-notarial img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-notarial .bg-banner-notarial img {
    top: 72px;
  }
}
@media (max-width: 480px) {
  .banner-notarial .bg-banner-notarial img.desktop {
    display: none;
  }
}
@media (max-width: 480px) {
  .banner-notarial .bg-banner-notarial img.mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .banner-notarial .banner-grid-notarial,
  .banner-notarial .banner-grid-notarial2 {
    padding-top: 72px;
  }
}
@media (max-width: 480px) {
  .banner-notarial .banner-grid-notarial,
  .banner-notarial .banner-grid-notarial2 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media (max-width: 768px) {
  .banner-notarial .banner-grid-notarial .right,
  .banner-notarial .banner-grid-notarial2 .right {
    padding-right: 24px;
  }
}
@media (max-width: 480px) {
  .banner-notarial .banner-grid-notarial .right,
  .banner-notarial .banner-grid-notarial2 .right {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .banner-notarial .banner-grid-notarial .box-img-notarial,
  .banner-notarial .banner-grid-notarial2 .box-img-notarial {
    width: 100%;
    height: 81px;
    margin-bottom: 32px;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .banner-notarial .banner-grid-notarial .left {
    height: 230px;
  }
}
@media (max-width: 768px) {
  .banner-notarial .banner-grid-notarial .right .description {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-notarial .banner-grid-notarial .right .title-banner-notarial {
    display: none;
  }
}
@media (max-width: 480px) {
  .banner-notarial .banner-grid-notarial2 {
    padding-top: 72px;
  }
}
@media (max-width: 480px) {
  .banner-notarial .banner-grid-notarial2 .left {
    height: auto;
  }
}
@media (max-width: 768px) {
  .banner-notarial .banner-grid-notarial2 .left .box-img {
    height: 440px;
  }
}
@media (max-width: 480px) {
  .banner-notarial .banner-grid-notarial2 .left .box-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-notarial .banner-grid-notarial2 .right .description {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-notarial .banner-grid-notarial2 .right .title-banner-notarial {
    display: none;
  }
}
.banner-section-footer {
  position: relative;
}
.banner-section-footer .horizontal-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #661018;
  top: 0;
  left: 0;
}
.banner-section-footer .right-box {
  position: absolute;
  height: calc(322px + 63px);
  width: 80px;
  background-color: #661018;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .banner-section-footer .horizontal-box {
    display: none;
  }
}
@media (max-width: 1024px) {
  .banner-section-footer .right-box {
    display: none;
  }
}
.associates-banner {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
}
.associates-banner .box-associates-banner {
  width: 1280px;
  height: 800px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .associates-banner .box-associates-banner {
    width: 100%;
  }
}
.associates-banner .box-associates-banner img {
  width: 100%;
}
.associates-banner .associates-title-banner {
  position: absolute;
  top: 66%;
  left: 148px;
  width: 484px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 22px 35px;
}
.associates-banner .associates-title-banner .title,
.associates-banner .associates-title-banner .description {
  color: white;
}
.associates-banner .top-box {
  width: 300px;
  height: 80px;
  left: 0px;
  background: #661018;
  top: 90px;
  position: absolute;
}
.associates-banner .left-box {
  position: absolute;
  width: 80px;
  background: #661018;
  top: 90px;
  bottom: 0;
}
@media (max-width: 480px) {
  .associates-banner {
    padding-top: 72px;
  }
}
@media (max-width: 768px) {
  .associates-banner .box-associates-banner {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 480px) {
  .associates-banner .box-associates-banner {
    height: auto;
  }
}
@media (max-width: 768px) {
  .associates-banner .associates-title-banner {
    top: 275px;
  }
}
@media (max-width: 480px) {
  .associates-banner .associates-title-banner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 22px 16px;
  }
}
@media (max-width: 1024px) {
  .associates-banner .top-box {
    display: none;
  }
}
@media (max-width: 1024px) {
  .associates-banner .left-box {
    display: none;
  }
}
.banner-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: calc(380px + 90px);
}
.banner-section .banner-section-mobile {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 480px) {
  .banner-section .banner-section-mobile {
    display: block;
  }
}
.banner-section .title-banner-section {
  position: absolute;
  top: 62%;
  left: 248px;
}
@media (max-width: 1024px) {
  .banner-section .title-banner-section {
    left: 148px;
  }
}
.banner-section .title-banner-section h3 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 50px;
  color: white;
}
.banner-section img {
  width: 100%;
  position: relative;
}
.banner-section .top-box {
  width: 300px;
  height: 80px;
  left: 0px;
  background: #661018;
  top: 90px;
  position: absolute;
}
.banner-section .left-box {
  position: absolute;
  width: 80px;
  background: #661018;
  top: 90px;
  bottom: 0;
}
@media (max-width: 1280px) {
  .banner-section {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .banner-section {
    padding-top: 72px;
    height: 293px;
  }
}
@media (max-width: 480px) {
  .banner-section {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .banner-section .title-banner-section {
    top: 50%;
    left: 24px;
  }
}
@media (max-width: 480px) {
  .banner-section .title-banner-section {
    top: 200px;
    left: 16px;
  }
}
@media (max-width: 480px) {
  .banner-section .title-banner-section h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .banner-section img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .banner-section .top-box {
    display: none;
  }
}
@media (max-width: 1024px) {
  .banner-section .left-box {
    display: none;
  }
}
.who-we-are {
  position: relative;
  padding: 130px 160px 63px 164px;
  height: 692px;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .who-we-are {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .who-we-are {
    padding: 24px 16px 0 16px;
    background-image: none !important;
    height: auto;
  }
}
.who-we-are .grid-we-are {
  display: grid;
  grid-template-columns: 40% auto;
}
@media (max-width: 1024px) {
  .who-we-are .grid-we-are {
    grid-template-columns: 50% auto;
    height: 607px;
    overflow-y: auto;
  }
}
.who-we-are .grid-we-are .right .who {
  position: relative;
  padding-left: 16px;
}
.who-we-are .grid-we-are .right .who span {
  color: #b50717;
}
.who-we-are .grid-we-are .right .who::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #aa0e0d;
  top: 2px;
  left: 0;
}
.who-we-are .grid-we-are .right .who::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #000;
  bottom: 6px;
  left: -8px;
}
.who-we-are .grid-we-are .right .description {
  font-weight: normal;
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .who-we-are .grid-we-are .right .description {
    margin-bottom: 16px;
  }
}
.who-we-are .grid-we-are .right .description p {
  margin: 0;
  text-align: justify;
}
.who-we-are .grid-we-are .right h2 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  color: #1d1d1d;
}
.who-we-are .grid-we-are .right span {
  display: block;
  margin: 24px 0;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.who-we-are a {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: auto;
  color: #1d1d1d;
  border: 1px solid;
  padding: 14px 33px;
}
.who-we-are a:hover {
  background-color: #661018;
  color: #fff;
}
.who-we-are .horizontal-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #661018;
  top: 0;
  left: 0;
}
.who-we-are .right-box {
  position: absolute;
  height: calc(322px + 80px);
  width: 80px;
  background-color: #661018;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .who-we-are .grid-we-are {
    height: auto;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media (max-width: 1024px) {
  .who-we-are .horizontal-box {
    display: none;
  }
}
@media (max-width: 1024px) {
  .who-we-are .right-box {
    display: none;
  }
}
.mobile-who-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}
.mobile-who-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .mobile-who-img {
    display: block;
  }
}
.awards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  padding-bottom: 80px;
  padding-top: 64px;
}
@media (max-width: 1024px) {
  .awards {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .awards {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.awards .left {
  position: relative;
  padding-top: 32px;
}
.awards .left .awards-slider .slick-slide {
  display: flex;
  align-items: center;
}
.awards .left .awards-slider .box-slider {
  width: 186px;
  height: 80px;
  overflow: hidden;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .awards .left .awards-slider .box-slider {
    width: 250px;
    height: 150px;
  }
}
.awards .left .awards-slider .box-slider img {
  width: 100%;
}
.awards .left .awards-slider .slick-next,
.awards .left .awards-slider .slick-prev {
  background-color: transparent;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 40%;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.awards .left .awards-slider .slick-next {
  right: 0;
  background-image: url(images/right-white.png);
}
.awards .left .awards-slider .slick-prev {
  z-index: 1;
  left: 0;
  background-image: url(images/left-white.png);
}
.awards .right {
  position: relative;
}
.awards .right .trophy-slider {
  position: relative;
  transform: translateY(180px);
  opacity: 0;
  transition: ease-in-out all 0.5s;
}
.awards .right .trophy-slider.fadeUp {
  opacity: 1;
  transform: translateY(0);
}
.awards .right .box-img {
  width: 442px;
  height: 386px;
  float: right;
  display: flex;
  overflow: hidden;
  align-items: center;
}
@media (max-width: 1024px) {
  .awards .right .box-img {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 768px) {
  .awards .right .box-img {
    height: 270px;
    margin-top: 80px;
  }
}
.awards .right .box-img img {
  margin: auto;
}
@media (max-width: 768px) {
  .awards .right .box-img img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .awards {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    padding: 16px;
    padding-bottom: 54px;
  }
}
@media (max-width: 480px) {
  .awards .right {
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .awards .right .box-img {
    float: none;
    width: 250px;
    height: 325px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .awards .right .box-img img {
    width: 100%;
  }
}
.services {
  position: relative;
  overflow: hidden;
  padding-bottom: 64px;
}
.services .box-aksen {
  width: 120px;
  height: 120px;
  background-image: url(images/box-aksen.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 45px;
  left: 46%;
}
.services .bg-services {
  position: relative;
  background-color: #661018;
  padding-top: 77px;
  padding-bottom: 64px;
}
.services .bg-services .title {
  text-align: center;
  margin-bottom: 24px;
}
.services .bg-services .title h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 50px;
  color: white;
}
.services .bg-services .description {
  width: 656px;
  text-align: center;
  color: white;
  margin: auto;
}
.services #service-tab .nav-tab-type {
  background: #f6f6f6;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  height: 130px;
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .services #service-tab .nav-tab-type {
    margin-bottom: 40px;
  }
}
.services #service-tab .nav-tab-type .left .box-img {
  width: 268px;
  height: 60px;
  display: flex;
  align-items: center;
  margin: auto;
  overflow: hidden;
}
.services #service-tab .nav-tab-type .left .box-img img {
  width: 100%;
}
.services #service-tab .nav-tab-type .right .box-img {
  width: 304px;
  height: 58px;
  display: flex;
  align-items: center;
  margin: auto;
  overflow: hidden;
}
.services #service-tab .nav-tab-type .right .box-img img {
  width: 100%;
}
.services #service-tab .nav-tab-type .tab-link {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.services #service-tab .nav-tab-type .tab-link img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.services #service-tab .nav-tab-type .tab-link.current {
  border-bottom: 7px solid #661018;
}
.services #service-tab .nav-tab-type .tab-link.current::before {
  position: absolute;
  bottom: -27px;
  left: 50%;
  content: "";
  width: 36px;
  height: 26px;
  border-style: solid;
  border-width: 26px 18px 0 18px;
  border-color: #661018 transparent transparent transparent;
}
.services #service-tab .nav-tab-type .tab-link.current img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.services #service-tab .nav-tab-content {
  position: relative;
  padding: 0 148px;
  text-align: center;
}
@media (max-width: 1024px) {
  .services #service-tab .nav-tab-content {
    padding: 0 48px;
  }
}
.services #service-tab .nav-tab-content .box-container .description {
  text-align: justify !important;
}
.services #service-tab .nav-tab-content .tab-content {
  display: none;
}
.services #service-tab .nav-tab-content .tab-content.current {
  display: block;
}
.services #service-tab .nav-tab-content .tab-content .description {
  width: 100%;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.services #service-tab .nav-tab-content .tab-content .box-content {
  position: relative;
  margin-top: 27px;
}
.services #service-tab .nav-tab-content .tab-content .box-content h4 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 50px;
}
.services #service-tab .nav-tab-content .tab-content .box-content .description {
  position: relative;
  width: 530px;
  margin: auto;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .box-content
  .description::before {
  position: absolute;
  content: "";
  width: 78px;
  height: 4px;
  background-color: #661018;
  top: -8px;
  left: 43%;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .services-slider
  .slick-list {
  margin: 0 8px;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .services-slider
  a
  .box-slider {
  position: relative;
  height: 154px;
  display: flex;
  align-items: center;
  border-right: 0.5px solid rgba(29, 29, 29, 0.6);
  background-repeat: no-repeat;
  background-position: bottom;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 1024px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .services-slider
    a
    .box-slider {
    border: none;
  }
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .services-slider
  a
  .box-slider
  .box-content-slider {
  margin: auto;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .services-slider
  a
  .box-slider
  .box-content-slider
  span {
  display: block;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 24px;
  color: #1d1d1d;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .services-slider
  a
  .box-slider
  .box-content-slider
  span:nth-child(2) {
  font-size: 16px;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .services-slider
  a:hover
  .box-slider {
  background-image: url(images/hover.png);
  background-position: center;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .services-slider
  .slick-next,
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .services-slider
  .slick-prev {
  position: absolute;
  top: 65px;
  text-indent: -1000000px;
  background: transparent;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .services-slider
  .slick-next {
  background-image: url(images/right-black.png);
  right: 0;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .services-slider
  .slick-prev {
  background-image: url(images/left-black.png);
  left: 0;
  z-index: 1;
}
.services #service-tab .nav-tab-content .tab-content .discover-more {
  position: relative;
  margin-top: 40px;
  display: none;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .discover-more
  .grid-discover-more
  .box-discover {
  display: block;
  width: 90%;
  height: 150px;
  background-color: rgba(29, 29, 29, 0.1);
  padding: 8px;
  text-align: center;
}
@media (max-width: 480px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .discover-more
    .grid-discover-more
    .box-discover {
    width: 100%;
  }
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .discover-more
  .grid-discover-more
  .box-discover:hover
  .box-img
  img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .discover-more
  .grid-discover-more
  .box-discover:hover
  span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: -4px;
  left: 50%;
  background-color: #b50717;
  margin-left: -21px;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .discover-more
  .grid-discover-more
  .box-discover
  .box-img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  margin: auto;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .discover-more
  .grid-discover-more
  .box-discover
  .box-img
  img {
  filter: grayscale(1);
  transition: all ease-in-out 0.5s;
  margin: auto;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .discover-more
  .grid-discover-more
  .box-discover
  span {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .discover-more
  .grid-discover-more
  .slick-next,
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .discover-more
  .grid-discover-more
  .slick-prev {
  text-indent: -100000px;
  background: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 60px;
  width: 24px;
  height: 24px;
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .discover-more
  .grid-discover-more
  .slick-next {
  background-image: url(images/right-red.png);
  right: -20px;
}
@media (max-width: 480px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .discover-more
    .grid-discover-more
    .slick-next {
    right: 0;
  }
}
.services
  #service-tab
  .nav-tab-content
  .tab-content
  .discover-more
  .grid-discover-more
  .slick-prev {
  background-image: url(images/left-red.png);
  left: -50px;
}
@media (max-width: 480px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .discover-more
    .grid-discover-more
    .slick-prev {
    left: 0;
  }
}
@media (max-width: 480px) {
  .services .box-aksen {
    top: 18px;
    left: 36%;
  }
}
@media (max-width: 768px) {
  .services .bg-services {
    padding-top: 48px;
  }
}
@media (max-width: 480px) {
  .services .bg-services .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .services .bg-services .description {
    width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .services #service-tab .nav-tab-type {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .services #service-tab .nav-tab-type .left .box-img {
    width: 78%;
  }
}
@media (max-width: 480px) {
  .services #service-tab .nav-tab-type .right .box-img {
    width: 78%;
  }
}
@media (max-width: 480px) {
  .services #service-tab .nav-tab-type .tab-link.current::before {
    left: 39%;
  }
}
@media (max-width: 480px) {
  .services #service-tab .nav-tab-content {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .box-content
    .description {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .box-content
    .description::before {
    left: 39%;
  }
}
@media (max-width: 768px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .services-slider
    .slick-list {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .services-slider
    a
    .box-slider {
    border: none;
  }
}
@media (max-width: 1024px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .services-slider
    .slick-next {
    right: -24px;
  }
}
@media (max-width: 480px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .services-slider
    .slick-next {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .services-slider
    .slick-prev {
    left: -24px;
  }
}
@media (max-width: 480px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .services-slider
    .slick-prev {
    left: 0;
  }
}
@media (max-width: 768px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .discover-more
    .grid-discover-more {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media (max-width: 768px) {
  .services
    #service-tab
    .nav-tab-content
    .tab-content
    .discover-more
    .grid-discover-more
    .box-discover {
    margin-bottom: 16px;
  }
}
.discover-more-services {
  position: relative;
  margin-top: 40px;
}
.discover-more-services .grid-discover-more {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
  column-gap: 24px;
}
.discover-more-services .grid-discover-more .box-discover {
  width: 100%;
  height: 150px;
  background-color: rgba(29, 29, 29, 0.1);
  padding: 8px;
  text-align: center;
  margin-bottom: 16px;
}
.discover-more-services .grid-discover-more .box-discover:hover .box-img img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.discover-more-services .grid-discover-more .box-discover:hover span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: -4px;
  left: 50%;
  background-color: #b50717;
  margin-left: -21px;
}
.discover-more-services .grid-discover-more .box-discover .box-img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  margin: auto;
}
.discover-more-services .grid-discover-more .box-discover .box-img img {
  filter: grayscale(1);
  transition: all ease-in-out 0.5s;
  margin: auto;
}
.discover-more-services .grid-discover-more .box-discover span {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
@media (max-width: 768px) {
  .discover-more-services .grid-discover-more {
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  }
}
@media (max-width: 480px) {
  .discover-more-services .grid-discover-more {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.clients {
  position: relative;
  background-color: transparent;
  background-image: url(images/client-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.clients .description {
  width: 462px;
}
.clients .clients-slider {
  opacity: 0;
  transform: translateY(50px);
  transition: all ease-in-out 0.5s;
}
.clients .clients-slider.fadeUp {
  opacity: 1;
  transform: translateY(0);
}
.clients .clients-slider ul {
  padding-left: 32px;
  margin: 0;
}
.clients .clients-slider ul li {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 32px;
  list-style-type: none;
  position: relative;
}
.clients .clients-slider ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #aa0e0d;
  position: absolute;
  top: 6px;
  left: -13px;
}
.clients .clients-slider .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
}
@media (max-width: 480px) {
  .clients .clients-slider .slick-dots {
    margin-left: -90px;
  }
}
.clients .clients-slider .slick-dots li {
  list-style-type: none;
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}
.clients .clients-slider .slick-dots li.slick-active {
  background-color: #aa0e0d;
}
.clients .clients-slider .slick-dots li::before {
  display: none;
}
.clients .clients-slider .slick-dots li button {
  text-indent: -10000px;
  background: transparent;
  border: none;
}
.clients .clients-slider .slick-next,
.clients .clients-slider .slick-prev {
  text-indent: -100000px;
  background: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40px;
  width: 32px;
  height: 32px;
  background-color: #c4c4c4;
}
.clients .clients-slider .slick-next:hover,
.clients .clients-slider .slick-prev:hover {
  background-color: rgba(181, 7, 23, 0.9);
}
.clients .clients-slider .slick-next {
  background-image: url(images/right-white.png);
  right: -40px;
}
.clients .clients-slider .slick-prev {
  background-image: url(images/left-white.png);
  left: -40px;
}
.clients .clients-sajogo .slick-list {
  margin: 0 40px;
}
.clients .clients-sajogo .box-img {
  width: 178px;
  height: 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
.clients .clients-sajogo .box-img img {
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
.clients .clients-sajogo .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
}
.clients .clients-sajogo .slick-dots li {
  list-style-type: none;
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}
.clients .clients-sajogo .slick-dots li.slick-active {
  background-color: #aa0e0d;
}
.clients .clients-sajogo .slick-dots li::before {
  display: none;
}
.clients .clients-sajogo .slick-dots li button {
  text-indent: -10000px;
  background: transparent;
  border: none;
}
.clients .clients-sajogo .slick-next,
.clients .clients-sajogo .slick-prev {
  text-indent: -100000px;
  background: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 32px;
  width: 32px;
  height: 32px;
  background-color: #c4c4c4;
}
.clients .clients-sajogo .slick-next:hover,
.clients .clients-sajogo .slick-prev:hover {
  background-color: rgba(181, 7, 23, 0.9);
}
.clients .clients-sajogo .slick-next {
  background-image: url(images/right-white.png);
  right: 0;
}
.clients .clients-sajogo .slick-prev {
  background-image: url(images/left-white.png);
  left: -40px;
}
@media (max-width: 768px) {
  .clients .clients-sajogo .slick-prev {
    left: 0;
  }
}
@media (max-width: 768px) {
  .clients .description {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .clients .clients-slider .slick-list {
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  .clients .clients-slider ul {
    padding-left: 14px;
  }
}
@media (max-width: 768px) {
  .clients .clients-slider .slick-next {
    right: -24px;
  }
}
@media (max-width: 480px) {
  .clients .clients-slider .slick-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .clients .clients-slider .slick-prev {
    left: 0;
  }
}
.strategic {
  position: relative;
  background-color: #fafafa;
  background-image: url(images/strategic-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 148px;
}
@media (max-width: 1024px) {
  .strategic {
    padding: 40px 48px;
  }
}
@media (max-width: 768px) {
  .strategic {
    padding: 40px 16px;
  }
}
@media (max-width: 480px) {
  .strategic {
    padding: 16px;
    height: auto;
  }
}
.strategic .title {
  width: 188px;
  float: left;
}
.strategic .title h2 {
  color: #000;
}
.strategic .strategic-slider,
.strategic .supporting-slider {
  width: calc(265px + 98px);
  float: left;
  margin-left: 150px;
  margin-bottom: 64px;
  transform: translateY(50px);
  transition: all ease-in-out 0.5s;
  opacity: 0;
}
.strategic .strategic-slider.fadeUp,
.strategic .supporting-slider.fadeUp {
  opacity: 1;
  transform: translateY(0);
}
.strategic .strategic-slider .box-img,
.strategic .supporting-slider .box-img {
  width: 214px;
  height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
}
.strategic .strategic-slider .box-img img,
.strategic .supporting-slider .box-img img {
  width: 100%;
}
.strategic .strategic-slider address,
.strategic .supporting-slider address {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(29, 29, 29, 0.65);
}
.strategic .strategic-slider .slick-next,
.strategic .strategic-slider .slick-prev,
.strategic .supporting-slider .slick-next,
.strategic .supporting-slider .slick-prev {
  text-indent: -100000px;
  background: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40px;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.strategic .strategic-slider .slick-next,
.strategic .supporting-slider .slick-next {
  background-image: url(images/right-black.png);
  right: 0;
}
.strategic .strategic-slider .slick-prev,
.strategic .supporting-slider .slick-prev {
  background-image: url(images/left-black.png);
  left: 0;
}
.strategic .box-supporting {
  display: block;
  width: 100%;
  clear: both;
}
.strategic .box-supporting .supporting-slider {
  margin-left: 150px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .strategic .box-supporting .supporting-slider {
    margin-left: 0;
    float: none;
    text-align: center;
    width: auto;
  }
}
.strategic .box-supporting .supporting-slider .box-img {
  width: 70%;
  height: 92px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .strategic {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .strategic {
    height: auto;
    display: block;
  }
}
@media (max-width: 480px) {
  .strategic .title {
    width: 90%;
    float: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .strategic .strategic-slider {
    border: none;
    width: 100%;
    margin-left: 0;
    padding-left: 48px;
    float: none;
  }
}
@media (max-width: 480px) {
  .strategic .strategic-slider .slick-next {
    right: 0;
  }
}
@media (max-width: 480px) {
  .strategic .strategic-slider .slick-prev {
    left: 0;
  }
}
.consultation {
  position: relative;
  background-image: url(images/consultation.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 496px;
  padding-top: 42px;
  padding-bottom: 48px;
}
.consultation .form-consultation {
  width: 900px;
  padding-left: 40px;
  margin-top: 66px;
}
.consultation .form-consultation .form-group {
  margin: 0;
}
.consultation .form-consultation .form-group input,
.consultation .form-consultation .form-group textarea {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
.consultation .form-consultation .form-group input::placeholder,
.consultation .form-consultation .form-group textarea::placeholder {
  color: #fff;
}
.consultation .form-consultation .form-group input {
  height: 44px;
}
.consultation .form-consultation .form-group textarea {
  height: 102px;
}
.consultation .form-consultation .submit {
  background: #661018;
  width: 160px;
  height: 48px;
  border: none;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  float: right;
}
@media (max-width: 480px) {
  .consultation {
    height: auto;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .consultation .form-consultation {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .consultation .form-consultation {
    margin-top: 40px;
    padding-left: 24px;
  }
}
@media (max-width: 480px) {
  .consultation .form-consultation .col {
    flex: 0 0 100%;
  }
}
footer {
  position: relative;
  clear: both;
}
footer .right-box {
  position: absolute;
  height: 364px;
  width: 80px;
  background-color: #661018;
  top: 0;
  right: 0;
  z-index: 2;
}
footer .box-link-footer {
  padding: 40px 108px 0 150px;
}
footer .box-link-footer .link-logo {
  float: left;
}
footer .box-link-footer .link-logo a {
  display: block;
  margin-bottom: 63px;
  width: 206px;
  height: 46px;
  overflow: hidden;
}
footer .box-link-footer .link-logo a img {
  width: 100%;
}
footer .box-link-footer .grid-footer {
  float: left;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
  width: 78%;
  margin-bottom: 40px;
  margin-left: 24px;
}
footer .box-link-footer .grid-footer .first-grid,
footer .box-link-footer .grid-footer .second-grid {
  padding-left: 48px;
}
footer .box-link-footer .grid-footer .third-grid {
  padding-left: 48px;
}
footer .box-link-footer .grid-footer .third-grid ul li a:hover {
  color: #b50717;
}
footer .box-link-footer .grid-footer address,
footer .box-link-footer .grid-footer p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: 20px;
  color: rgba(29, 29, 29, 0.65);
}
footer .box-link-footer .grid-footer address {
  font-size: 14px;
}
footer .box-link-footer .grid-footer h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #b50717;
  margin-bottom: 22px;
}
footer .box-link-footer .grid-footer p {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
footer .box-link-footer .grid-footer .email p {
  margin-bottom: 12px;
}
footer .box-link-footer .grid-footer ul {
  padding-left: 0;
  margin: 0;
}
footer .box-link-footer .grid-footer ul li {
  list-style-type: none;
}
footer .box-link-footer .grid-footer ul li a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: 20px;
  font-size: 14px;
  color: rgba(29, 29, 29, 0.65);
  display: block;
  margin-bottom: 16px;
}
footer .footer-rule {
  clear: both;
  position: relative;
  width: 92%;
  height: 1px;
  background-color: #e0e0e0;
}
footer .box-copy {
  padding: 17px 108px 18px 50px;
  height: 60px;
}
@media (max-width: 768px) {
  footer .box-copy {
    padding: 17px 60px 18px 50px;
  }
}
footer .box-copy .copyright {
  float: left;
  padding-top: 6px;
}
footer .box-copy .copyright p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #757575;
  margin-bottom: 0;
}
footer .box-copy .policy {
  float: right;
}
footer .box-copy .policy a {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
  margin-left: 16px;
}
@media (max-width: 1024px) {
  footer .right-box {
    display: none;
  }
}
@media (max-width: 1024px) {
  footer .box-link-footer {
    padding: 40px 48px 0 48px;
  }
}
@media (max-width: 768px) {
  footer .box-link-footer {
    padding: 40px 108px 0 80px;
  }
}
@media (max-width: 480px) {
  footer .box-link-footer {
    padding: 24px 16px;
  }
}
@media (max-width: 1024px) {
  footer .box-link-footer .link-logo {
    float: none;
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .box-link-footer .link-logo {
    float: none;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  footer .box-link-footer .link-logo a {
    display: inline-block;
    margin-right: 48px;
  }
}
@media (max-width: 768px) {
  footer .box-link-footer .link-logo a {
    margin-bottom: 40px;
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (max-width: 480px) {
  footer .box-link-footer .link-logo a {
    margin-bottom: 8px;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  footer .box-link-footer .grid-footer {
    width: 76%;
  }
}
@media (max-width: 1024px) {
  footer .box-link-footer .grid-footer {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  footer .box-link-footer .grid-footer {
    display: none;
  }
}
@media (max-width: 1280px) {
  footer .box-link-footer .grid-footer .first-grid,
  footer .box-link-footer .grid-footer .second-grid,
  footer .box-link-footer .grid-footer .third-grid {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  footer .box-link-footer .grid-footer .first-grid,
  footer .box-link-footer .grid-footer .second-grid,
  footer .box-link-footer .grid-footer .third-grid {
    padding-left: 12px;
  }
}
@media (max-width: 480px) {
  footer .box-copy {
    padding: 16px;
    height: auto;
  }
}
@media (max-width: 768px) {
  footer .box-copy .copyright {
    float: none;
    text-align: center;
    width: 300px;
    margin: auto;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  footer .box-copy .policy {
    float: none;
    text-align: center;
  }
}
.our-professional .breadcrumb {
  position: relative;
  padding-left: 0;
  background-color: transparent;
  z-index: 2;
}
.our-professional .breadcrumb li {
  list-style-type: none;
}
.our-professional .breadcrumb li.breadcrumb-item::before {
  color: #b50717;
}
.our-professional .breadcrumb li a {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #b50717;
}
.our-professional .grid-title {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}
.our-professional .grid-title .left-title h1 {
  color: #fff;
}
.our-professional .grid-title .right-desc .box-desc {
  width: 320px;
  float: right;
}
.our-professional .grid-title .right-desc .box-desc p {
  margin: 0;
  color: #fff;
}
.our-professional .box-main-img {
  width: 100%;
  height: 573px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
}
.our-professional .box-main-img img {
  width: 100%;
}
.our-professional .managing,
.our-professional .associates {
  position: relative;
  z-index: 2;
}
.our-professional .managing .managing-title,
.our-professional .managing .associates-title {
  margin: 48px 0;
  position: relative;
  display: flex;
  align-items: center;
  height: 64px;
  padding-left: 25px;
}
.our-professional .associates .managing-title,
.our-professional .associates .associates-title {
  margin: 48px 0;
  position: relative;
  display: flex;
  align-items: center;
  height: 64px;
  padding-left: 25px;
}
.our-professional .managing .managing-title h2,
.our-professional .managing .associates-title h2 {
  color: #fff;
  margin-bottom: 0;
}
.our-professional .associates .managing-title h2,
.our-professional .associates .associates-title h2 {
  color: #fff;
  margin-bottom: 0;
}
.our-professional .managing .managing-title::before,
.our-professional .managing .associates-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 64px;
  content: "";
  background-color: #b50717;
}
.our-professional .associates .managing-title::before,
.our-professional .associates .associates-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 64px;
  content: "";
  background-color: #b50717;
}
.our-professional .managing .grid-managing,
.our-professional .managing .grid-associates {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.our-professional .associates .grid-managing,
.our-professional .associates .grid-associates {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.our-professional .managing .grid-managing .box-img-managing,
.our-professional .managing .grid-managing .box-img-associates {
  width: 291px;
  height: 342px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .our-professional .managing .grid-managing .box-img-managing,
  .our-professional .managing .grid-managing .box-img-associates {
    width: 100%;
  }
}
.our-professional .managing .grid-associates .box-img-managing,
.our-professional .managing .grid-associates .box-img-associates {
  width: 291px;
  height: 342px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .our-professional .managing .grid-associates .box-img-managing,
  .our-professional .managing .grid-associates .box-img-associates {
    width: 100%;
  }
}
.our-professional .associates .grid-managing .box-img-managing,
.our-professional .associates .grid-managing .box-img-associates {
  width: 291px;
  height: 342px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .our-professional .associates .grid-managing .box-img-managing,
  .our-professional .associates .grid-managing .box-img-associates {
    width: 100%;
  }
}
.our-professional .associates .grid-associates .box-img-managing,
.our-professional .associates .grid-associates .box-img-associates {
  width: 291px;
  height: 342px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .our-professional .associates .grid-associates .box-img-managing,
  .our-professional .associates .grid-associates .box-img-associates {
    width: 100%;
  }
}
.our-professional
  .managing
  .grid-managing
  .box-img-managing:hover
  .box-photo
  img,
.our-professional
  .managing
  .grid-managing
  .box-img-associates:hover
  .box-photo
  img {
  transform: scale(1.1);
}
.our-professional
  .managing
  .grid-associates
  .box-img-managing:hover
  .box-photo
  img,
.our-professional
  .managing
  .grid-associates
  .box-img-associates:hover
  .box-photo
  img {
  transform: scale(1.1);
}
.our-professional
  .associates
  .grid-managing
  .box-img-managing:hover
  .box-photo
  img,
.our-professional
  .associates
  .grid-managing
  .box-img-associates:hover
  .box-photo
  img {
  transform: scale(1.1);
}
.our-professional
  .associates
  .grid-associates
  .box-img-managing:hover
  .box-photo
  img,
.our-professional
  .associates
  .grid-associates
  .box-img-associates:hover
  .box-photo
  img {
  transform: scale(1.1);
}
.our-professional .managing .grid-managing .box-img-managing .box-photo,
.our-professional .managing .grid-managing .box-img-associates .box-photo {
  width: 260px;
  height: 286px;
  overflow: hidden;
}
.our-professional .managing .grid-associates .box-img-managing .box-photo,
.our-professional .managing .grid-associates .box-img-associates .box-photo {
  width: 260px;
  height: 286px;
  overflow: hidden;
}
.our-professional .associates .grid-managing .box-img-managing .box-photo,
.our-professional .associates .grid-managing .box-img-associates .box-photo {
  width: 260px;
  height: 286px;
  overflow: hidden;
}
.our-professional .associates .grid-associates .box-img-managing .box-photo,
.our-professional .associates .grid-associates .box-img-associates .box-photo {
  width: 260px;
  height: 286px;
  overflow: hidden;
}
.our-professional .managing .grid-managing .box-img-managing .box-photo img,
.our-professional .managing .grid-managing .box-img-associates .box-photo img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
.our-professional .managing .grid-associates .box-img-managing .box-photo img,
.our-professional
  .managing
  .grid-associates
  .box-img-associates
  .box-photo
  img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
.our-professional .associates .grid-managing .box-img-managing .box-photo img,
.our-professional
  .associates
  .grid-managing
  .box-img-associates
  .box-photo
  img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
.our-professional .associates .grid-associates .box-img-managing .box-photo img,
.our-professional
  .associates
  .grid-associates
  .box-img-associates
  .box-photo
  img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
.our-professional .managing .grid-managing .box-img-managing .box-name,
.our-professional .managing .grid-managing .box-img-associates .box-name {
  width: 238px;
  height: 92px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 24px;
}
.our-professional .managing .grid-associates .box-img-managing .box-name,
.our-professional .managing .grid-associates .box-img-associates .box-name {
  width: 238px;
  height: 92px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 24px;
}
.our-professional .associates .grid-managing .box-img-managing .box-name,
.our-professional .associates .grid-managing .box-img-associates .box-name {
  width: 238px;
  height: 92px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 24px;
}
.our-professional .associates .grid-associates .box-img-managing .box-name,
.our-professional .associates .grid-associates .box-img-associates .box-name {
  width: 238px;
  height: 92px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 24px;
}
.our-professional .horizontal-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #661018;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  .our-professional .grid-title {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media (max-width: 480px) {
  .our-professional .grid-title .right-desc .box-desc {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  .our-professional .box-main-img {
    height: auto;
  }
}
@media (max-width: 480px) {
  .our-professional .managing .grid-managing,
  .our-professional .managing .grid-associates {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .our-professional .associates .grid-managing,
  .our-professional .associates .grid-associates {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media (max-width: 768px) {
  .our-professional .managing .grid-managing .box-img-managing,
  .our-professional .managing .grid-managing .box-img-associates {
    width: 100%;
  }
  .our-professional .managing .grid-associates .box-img-managing,
  .our-professional .managing .grid-associates .box-img-associates {
    width: 100%;
  }
  .our-professional .associates .grid-managing .box-img-managing,
  .our-professional .associates .grid-managing .box-img-associates {
    width: 100%;
  }
  .our-professional .associates .grid-associates .box-img-managing,
  .our-professional .associates .grid-associates .box-img-associates {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .our-professional .managing .grid-managing .box-img-managing,
  .our-professional .managing .grid-managing .box-img-associates {
    margin-bottom: 16px;
  }
  .our-professional .managing .grid-associates .box-img-managing,
  .our-professional .managing .grid-associates .box-img-associates {
    margin-bottom: 16px;
  }
  .our-professional .associates .grid-managing .box-img-managing,
  .our-professional .associates .grid-managing .box-img-associates {
    margin-bottom: 16px;
  }
  .our-professional .associates .grid-associates .box-img-managing,
  .our-professional .associates .grid-associates .box-img-associates {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .our-professional .managing .grid-managing .box-img-managing .box-photo,
  .our-professional .managing .grid-managing .box-img-associates .box-photo {
    width: 100%;
  }
  .our-professional .managing .grid-associates .box-img-managing .box-photo,
  .our-professional .managing .grid-associates .box-img-associates .box-photo {
    width: 100%;
  }
  .our-professional .associates .grid-managing .box-img-managing .box-photo,
  .our-professional .associates .grid-managing .box-img-associates .box-photo {
    width: 100%;
  }
  .our-professional .associates .grid-associates .box-img-managing .box-photo,
  .our-professional
    .associates
    .grid-associates
    .box-img-associates
    .box-photo {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .our-professional .managing .grid-managing .box-img-managing .box-name,
  .our-professional .managing .grid-managing .box-img-associates .box-name {
    height: auto;
    padding: 16px;
  }
  .our-professional .managing .grid-associates .box-img-managing .box-name,
  .our-professional .managing .grid-associates .box-img-associates .box-name {
    height: auto;
    padding: 16px;
  }
  .our-professional .associates .grid-managing .box-img-managing .box-name,
  .our-professional .associates .grid-managing .box-img-associates .box-name {
    height: auto;
    padding: 16px;
  }
  .our-professional .associates .grid-associates .box-img-managing .box-name,
  .our-professional .associates .grid-associates .box-img-associates .box-name {
    height: auto;
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .our-professional .managing .grid-managing .box-img-managing .box-name,
  .our-professional .managing .grid-managing .box-img-associates .box-name {
    width: 85%;
  }
  .our-professional .managing .grid-associates .box-img-managing .box-name,
  .our-professional .managing .grid-associates .box-img-associates .box-name {
    width: 85%;
  }
  .our-professional .associates .grid-managing .box-img-managing .box-name,
  .our-professional .associates .grid-managing .box-img-associates .box-name {
    width: 85%;
  }
  .our-professional .associates .grid-associates .box-img-managing .box-name,
  .our-professional .associates .grid-associates .box-img-associates .box-name {
    width: 85%;
  }
}
.partner .horizontal-box,
.history .horizontal-box,
.association .horizontal-box,
.notarial .horizontal-box,
.sajogo-marks .horizontal-box,
.career .horizontal-box,
.career-detail .horizontal-box,
.contact-us .horizontal-box,
.news .horizontal-box,
.det-news .horizontal-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #661018;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .our-professional .horizontal-box,
  .partner .horizontal-box,
  .history .horizontal-box,
  .association .horizontal-box,
  .notarial .horizontal-box,
  .sajogo-marks .horizontal-box,
  .career .horizontal-box,
  .career-detail .horizontal-box,
  .contact-us .horizontal-box,
  .news .horizontal-box,
  .det-news .horizontal-box {
    display: none;
  }
}
.our-professional .right-box,
.partner .right-box,
.history .right-box,
.association .right-box,
.notarial .right-box,
.sajogo-marks .right-box,
.career .right-box,
.career-detail .right-box,
.contact-us .right-box,
.news .right-box,
.det-news .right-box {
  position: absolute;
  height: calc(322px + 80px);
  width: 80px;
  background-color: #661018;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .our-professional .right-box,
  .partner .right-box,
  .history .right-box,
  .association .right-box,
  .notarial .right-box,
  .sajogo-marks .right-box,
  .career .right-box,
  .career-detail .right-box,
  .contact-us .right-box,
  .news .right-box,
  .det-news .right-box {
    display: none;
  }
}
.detail-associates {
  padding: 240px 80px 180px 157px;
  position: relative;
  overflow: hidden;
  padding: 240px 148px 180px 157px;
  background-color: #000;
}
.detail-associates .more-detail {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 8px 16px;
  transition: all 0.3s ease-in-out;
}
.detail-associates .more-detail:hover {
  border-color: #661018;
  background-color: #661018;
}
.detail-associates .show-readmore {
  display: none;
  padding-bottom: 32px;
}
.detail-associates .modal .modal-header {
  border: none;
  padding: 0;
}
.detail-associates .modal .close {
  position: absolute;
  top: -23px;
  right: -40px;
  color: white;
  font-size: 32px;
}
@media (max-width: 480px) {
  .detail-associates .modal .close {
    top: -40px;
    right: 0;
  }
}
.detail-associates .modal .modal-body form input,
.detail-associates .modal .modal-body form textarea {
  width: 100%;
  padding: 8px;
}
.detail-associates .modal .modal-body form input {
  height: 40px;
  margin-bottom: 16px;
}
.detail-associates .modal .modal-body form textarea {
  height: 180px;
}
.detail-associates .modal .modal-body form .more-detail {
  float: right;
  border: 1px solid #661018;
  background-color: #661018;
  width: 140px;
  margin-top: 24px;
}
.detail-associates .modal .modal-body form .more-detail:hover {
  background-color: #fff;
  color: #661018;
}
@media (max-width: 1024px) {
  .detail-associates,
  .partner-banner {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 0;
  }
}
.partner-banner {
  position: relative;
  overflow: hidden;
  padding: 240px 148px 180px 157px;
  background-color: #000;
}
.partner-banner .box-img {
  display: block;
  align-items: unset;
}
.fadeUp {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .detail-associates,
  .partner-banner {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .detail-associates,
  .partner-banner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.detail-associates .top-box,
.partner-banner .top-box {
  width: 300px;
  height: calc(116px + 80px);
  left: 0px;
  background: #661018;
  top: 0;
  position: absolute;
}
@media (max-width: 1024px) {
  .detail-associates .top-box,
  .partner-banner .top-box {
    display: none;
  }
}
.detail-associates .left-box,
.partner-banner .left-box {
  position: absolute;
  width: 80px;
  background: #661018;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .detail-associates .left-box,
  .partner-banner .left-box {
    display: none;
  }
}
@media (max-width: 768px) {
  .detail-associates .left-box,
  .partner-banner .left-box {
    display: none;
  }
}
.detail-associates .horizontal-box,
.partner-banner .horizontal-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #661018;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .detail-associates .horizontal-box,
  .partner-banner .horizontal-box {
    display: none;
  }
}
.detail-associates .right-box,
.partner-banner .right-box {
  position: absolute;
  height: calc(322px + 80px);
  width: 80px;
  background-color: #661018;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .detail-associates .right-box,
  .partner-banner .right-box {
    display: none;
  }
}
.detail-associates .grid-detail-associates,
.partner-banner .grid-detail-associates {
  display: grid;
  grid-template-columns: 427px auto;
  column-gap: 50px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .detail-associates .grid-detail-associates,
  .partner-banner .grid-detail-associates {
    column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .detail-associates .grid-detail-associates,
  .partner-banner .grid-detail-associates {
    grid-template-columns: 100%;
  }
}
@media (max-width: 1024px) {
  .detail-associates .grid-detail-associates .left-side,
  .partner-banner .grid-detail-associates .left-side {
    padding-left: 48px;
  }
}
@media (max-width: 480px) {
  .detail-associates .grid-detail-associates .left-side,
  .partner-banner .grid-detail-associates .left-side {
    padding-left: 0;
  }
}
.detail-associates .grid-detail-associates .left-side .box-photo,
.partner-banner .grid-detail-associates .left-side .box-photo {
  width: 100%;
  height: 807px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .detail-associates .grid-detail-associates .left-side .box-photo,
  .partner-banner .grid-detail-associates .left-side .box-photo {
    margin-bottom: 48px;
    height: 520px;
  }
}
@media (max-width: 480px) {
  .detail-associates .grid-detail-associates .left-side .box-photo,
  .partner-banner .grid-detail-associates .left-side .box-photo {
    height: 620px;
  }
}
.detail-associates
  .grid-detail-associates
  .left-side
  .box-photo
  .flip-card-inner,
.partner-banner .grid-detail-associates .left-side .box-photo .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.detail-associates
  .grid-detail-associates
  .left-side
  .box-photo
  .flip-card-front,
.detail-associates
  .grid-detail-associates
  .left-side
  .box-photo
  .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}
.partner-banner .grid-detail-associates .left-side .box-photo .flip-card-front,
.partner-banner .grid-detail-associates .left-side .box-photo .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}
.detail-associates
  .grid-detail-associates
  .left-side
  .box-photo
  .flip-card-back,
.partner-banner .grid-detail-associates .left-side .box-photo .flip-card-back {
  display: none;
}
.detail-associates .grid-detail-associates .left-side .box-photo img,
.partner-banner .grid-detail-associates .left-side .box-photo img {
  margin: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .detail-associates .grid-detail-associates .left-side .box-photo img,
  .partner-banner .grid-detail-associates .left-side .box-photo img {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .detail-associates .grid-detail-associates .left-side .box-photo img,
  .partner-banner .grid-detail-associates .left-side .box-photo img {
    width: 100%;
  }
}
.detail-associates .grid-detail-associates .right-side,
.partner-banner .grid-detail-associates .right-side {
  overflow: hidden;
  width: 100%;
}
.detail-associates .grid-detail-associates .right-side .nav-tab-type,
.partner-banner .grid-detail-associates .right-side .nav-tab-type {
  margin-bottom: 28px;
  margin-top: 32px;
  height: 24px;
}
.detail-associates .grid-detail-associates .right-side .nav-tab-type .tab-link,
.partner-banner .grid-detail-associates .right-side .nav-tab-type .tab-link {
  color: rgba(255, 255, 255, 0.3);
  float: left;
  margin-right: 24px;
  cursor: pointer;
}
.detail-associates
  .grid-detail-associates
  .right-side
  .nav-tab-type
  .tab-link.current,
.partner-banner
  .grid-detail-associates
  .right-side
  .nav-tab-type
  .tab-link.current {
  color: #e42020;
}
.detail-associates .grid-detail-associates .right-side .nav-tab-content,
.partner-banner .grid-detail-associates .right-side .nav-tab-content {
  clear: both;
}
.detail-associates
  .grid-detail-associates
  .right-side
  .nav-tab-content
  .tab-content,
.partner-banner
  .grid-detail-associates
  .right-side
  .nav-tab-content
  .tab-content {
  display: none;
}
.detail-associates
  .grid-detail-associates
  .right-side
  .nav-tab-content
  .tab-content.current,
.partner-banner
  .grid-detail-associates
  .right-side
  .nav-tab-content
  .tab-content.current {
  display: block;
}
.detail-associates .grid-detail-associates .right-side .title-detail h1,
.partner-banner .grid-detail-associates .right-side .title-detail h1 {
  font-size: 20px;
  line-height: 24px;
  color: #e42020;
}
.detail-associates .grid-detail-associates .right-side .title-partner h2,
.partner-banner .grid-detail-associates .right-side .title-partner h2 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .detail-associates .grid-detail-associates .right-side .title-partner h2,
  .partner-banner .grid-detail-associates .right-side .title-partner h2 {
    font-size: 24px;
  }
}
.detail-associates .grid-detail-associates .right-side .title-partner span,
.partner-banner .grid-detail-associates .right-side .title-partner span {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.detail-associates .grid-detail-associates .right-side strong,
.partner-banner .grid-detail-associates .right-side strong {
  color: white;
}
.detail-associates .grid-detail-associates .right-side p,
.partner-banner .grid-detail-associates .right-side p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
  text-align: justify;
}
.detail-associates .grid-detail-associates .right-side .title-desc,
.partner-banner .grid-detail-associates .right-side .title-desc {
  color: #fff;
  margin: 16px 0;
}
.detail-associates .grid-detail-associates .right-side .title-desc h3,
.partner-banner .grid-detail-associates .right-side .title-desc h3 {
  font-size: 16px;
  font-weight: 500;
}
.detail-associates .grid-detail-associates .right-side ul,
.partner-banner .grid-detail-associates .right-side ul {
  padding-left: 0;
}
.detail-associates .grid-detail-associates .right-side ul li,
.partner-banner .grid-detail-associates .right-side ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 8px;
}
.detail-associates .grid-detail-associates .right-side .desc-slider ul,
.partner-banner .grid-detail-associates .right-side .desc-slider ul {
  padding-left: 0;
}
.detail-associates .grid-detail-associates .right-side .desc-slider ul li,
.partner-banner .grid-detail-associates .right-side .desc-slider ul li {
  padding-left: 8px;
  list-style-type: none;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .detail-associates .grid-detail-associates .right-side .desc-slider ul li,
  .partner-banner .grid-detail-associates .right-side .desc-slider ul li {
    width: 100%;
  }
}
.detail-associates
  .grid-detail-associates
  .right-side
  .desc-slider
  ul
  li::before,
.partner-banner .grid-detail-associates .right-side .desc-slider ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #aa0e0d;
  top: 8px;
  left: 0;
}
.detail-associates .grid-detail-associates .right-side .desc-slider .slick-dots,
.partner-banner .grid-detail-associates .right-side .desc-slider .slick-dots {
  margin-top: 8px;
}
.detail-associates
  .grid-detail-associates
  .right-side
  .desc-slider
  .slick-dots
  li,
.partner-banner
  .grid-detail-associates
  .right-side
  .desc-slider
  .slick-dots
  li {
  width: 24px;
  height: 4px;
  background-color: rgba(196, 196, 196, 0.4);
  margin-right: 8px;
  float: left;
}
.detail-associates
  .grid-detail-associates
  .right-side
  .desc-slider
  .slick-dots
  li.slick-active,
.partner-banner
  .grid-detail-associates
  .right-side
  .desc-slider
  .slick-dots
  li.slick-active {
  background-color: #e42020;
}
.detail-associates
  .grid-detail-associates
  .right-side
  .desc-slider
  .slick-dots
  li
  button,
.partner-banner
  .grid-detail-associates
  .right-side
  .desc-slider
  .slick-dots
  li
  button {
  text-indent: -10000px;
  background-color: transparent;
  border: none;
}
.detail-associates .grid-detail-associates .right-side .box-member,
.partner-banner .grid-detail-associates .right-side .box-member {
  margin-top: 14px;
  margin-bottom: 80px;
  height: 80px;
}
.detail-associates
  .grid-detail-associates
  .right-side
  .box-member
  .box-photo-member,
.partner-banner
  .grid-detail-associates
  .right-side
  .box-member
  .box-photo-member {
  display: flex;
  align-items: center;
  width: 132px;
  height: 80px;
  float: left;
  margin-right: 40px;
}
@media (max-width: 480px) {
  .detail-associates
    .grid-detail-associates
    .right-side
    .box-member
    .box-photo-member,
  .partner-banner
    .grid-detail-associates
    .right-side
    .box-member
    .box-photo-member {
    margin-bottom: 16px;
  }
}
.detail-associates
  .grid-detail-associates
  .right-side
  .box-member
  .box-photo-member
  img,
.partner-banner
  .grid-detail-associates
  .right-side
  .box-member
  .box-photo-member
  img {
  margin: auto;
}
.detail-associates .grid-detail-associates .right-side .all-partners,
.partner-banner .grid-detail-associates .right-side .all-partners {
  clear: both;
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: 1px solid;
  width: 170px;
  text-align: center;
  height: 48px;
  padding: 11px 0px;
}
.detail-associates .title-partner-section,
.partner-banner .title-partner-section {
  color: white;
  float: left;
  margin-right: 116px;
  position: relative;
}
@media (max-width: 480px) {
  .detail-associates .title-partner-section,
  .partner-banner .title-partner-section {
    margin-bottom: 8px;
  }
}
.detail-associates .title-partner-section::after,
.partner-banner .title-partner-section::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: white;
  top: 12px;
  left: 70px;
}
.detail-associates .tab-link,
.partner-banner .tab-link {
  color: white;
  display: inline;
  margin-right: 24px;
  padding-bottom: 8px;
  cursor: pointer;
}
.detail-associates .grid-detail-associates .nav-tab-content {
  position: relative;
  height: 610px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 16px;
}
@media (max-width: 768px) {
  .detail-associates .grid-detail-associates .nav-tab-content {
    height: auto;
  }
}
.opportunities {
  background: linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0) 100%),
    rgba(133, 133, 133, 0.32) !important;
}
.ps__thumb-y {
  background-color: #b50717;
}
.ps__rail-y:hover > .ps__thumb-y {
  background-color: #b50717;
}
.box-discover-more {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.box-discover-more .img-arrow {
  width: 24px;
  height: 24px;
  position: relative;
  margin: auto;
  overflow: hidden;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
.box-discover-more .img-arrow.arrow-up {
  animation-name: scrollup;
}
.box-discover-more .img-arrow img {
  width: 100%;
}
.box-discover-more .img-arrow img.active {
  transform: rotate(180deg);
}
.arrow-down {
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
.bg-gradient {
  background: linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0) 100%),
    rgba(133, 133, 133, 0.32);
}
.news {
  background: linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0) 100%),
    rgba(133, 133, 133, 0.32);
  padding-bottom: 80px;
  padding-top: 160px;
}
@media (max-width: 768px) {
  .news {
    padding-top: 40px;
  }
}
.news .title h2 {
  color: #000;
}
.news .box-all-news {
  position: relative;
  margin-top: 56px;
}
.news .box-all-news .grid-lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
  column-gap: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .news .box-all-news .grid-lists {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}
@media (max-width: 480px) {
  .news .box-all-news .grid-lists {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    column-gap: 0;
  }
}
.news .box-all-news .grid-lists .box-list {
  position: relative;
  width: 100%;
  height: 395px;
  margin-bottom: 32px;
  overflow: hidden;
}
.news .box-all-news .grid-lists .box-list:hover .box-img img {
  transform: scale(1.1);
}
.news .box-all-news .grid-lists .box-list .box-img {
  width: 100%;
  height: 166px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.news .box-all-news .grid-lists .box-list .box-img .category {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 200px;
  height: 45px;
  background-color: rgba(102, 16, 24, 0.7);
  text-align: center;
  padding: 10px 16px;
  color: white;
  font-size: 14px;
}
.news .box-all-news .grid-lists .box-list .box-img img {
  width: 100%;
  transition: 0.3s all ease-in-out;
}
.news .box-all-news .grid-lists .box-list .date {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  position: relative;
  margin: 10px 0;
}
.news .box-all-news .grid-lists .box-list .date::after {
  content: "";
  width: 116px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 10px;
  right: 0;
}
.news .box-all-news .grid-lists .box-list .list-title a {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
  color: black;
}
.news .box-all-news .grid-lists .box-list .description {
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  margin: 15px 0;
  padding-left: 0;
  color: #000000;
  font-weight: 300 !important;
}
.news .box-all-news .grid-lists .box-list .link-list {
  color: black;
  background-color: transparent;
  display: block;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  padding-bottom: 5px;
}
.news .box-all-news .grid-lists .box-list .link-list:hover {
  color: #b50717;
  font-weight: bold;
}
.news
  .box-all-news
  .grid-lists
  .box-list
  .link-list.hvr-underline-from-center:before {
  bottom: -2px;
  background-color: #b50717;
}
.det-news {
  position: relative;
  padding-top: 160px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .det-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.det-news .title {
  padding-left: 24px;
}
.det-news .title h2 {
  color: black;
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .det-news .title h2 {
    font-size: 18px;
  }
}
.det-news .title::before {
  background-color: transparent;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(images/favicon.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 12px;
  left: 0;
}
.det-news .box-content {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .det-news .box-content {
    margin-bottom: 24px;
  }
}
.det-news .box-content .box-img {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .det-news .box-content .box-img {
    height: 280px;
  }
}
.det-news .box-content .box-img img {
  width: 100%;
}
.det-news .box-content .date {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}
.det-news .box-content .description {
  padding-left: 0;
  color: black;
  margin: 24px 0;
}
@media (max-width: 480px) {
  .det-news .box-content .description {
    text-align: justify;
    font-size: 14px;
  }
}
.founder,
.second-founder {
  position: relative;
  padding: 168px 182px 50px 148px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .founder,
  .second-founder {
    padding: 40px 48px;
  }
}
@media (max-width: 768px) {
  .founder,
  .second-founder {
    padding: 40px 16px;
  }
}
.founder .horizontal-box,
.second-founder .horizontal-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #661018;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .founder .horizontal-box,
  .second-founder .horizontal-box {
    display: none;
  }
}
.founder .right-box,
.second-founder .right-box {
  position: absolute;
  height: calc(322px + 80px);
  width: 80px;
  background-color: #661018;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .founder .right-box,
  .second-founder .right-box {
    display: none;
  }
}
.founder .title,
.second-founder .title {
  margin-bottom: 32px;
}
.founder .title h2,
.second-founder .title h2 {
  color: #1d1d1d;
}
@media (max-width: 480px) {
  .founder .title h2,
  .second-founder .title h2 {
    font-size: 32px;
  }
}
.founder .founder-content .title,
.second-founder .founder-content .title {
  padding-left: 0;
}
.founder .founder-content .description,
.second-founder .founder-content .description {
  color: black;
  padding-left: 0;
  margin-top: 16px;
}
.founder .img-founder,
.second-founder .img-founder {
  float: left;
  width: 300px;
  height: 312px;
  margin-top: 11px;
  overflow: hidden;
  margin-right: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .founder .img-founder,
  .second-founder .img-founder {
    width: 100%;
    float: none;
  }
}
.founder .img-founder img,
.second-founder .img-founder img {
  width: 100%;
}
.founder .founder-content .title {
  margin-bottom: 0;
}
.founder .founder-content .title:before {
  display: none;
}
.founder .founder-content .description {
  margin-bottom: 40px;
}
.second-founder {
  width: 100%;
  height: 301px;
  padding: 0;
  background-color: #f3f3f3;
  display: grid;
  grid-template-columns: 472px auto;
  column-gap: 54px;
}
@media (max-width: 1024px) {
  .second-founder {
    grid-template-columns: 330px auto;
    column-gap: 16px;
  }
}
@media (max-width: 768px) {
  .second-founder {
    grid-template-columns: 100%;
    height: auto;
  }
}
.second-founder .img-founder {
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .second-founder .img-founder {
    height: auto;
  }
}
.second-founder .img-founder img {
  width: auto;
}
.second-founder .founder-content {
  display: flex;
  align-items: center;
  padding: 16px;
}
.second-founder .founder-content .title {
  margin-bottom: 0;
}
.second-founder .founder-content .title:before {
  display: none;
}
.second-founder .founder-content .poem {
  line-height: 32px;
}
@media (max-width: 768px) {
  .second-founder .founder-content .poem {
    width: 100%;
    margin-left: 0;
  }
}
.second-founder .founder-content .poem em {
  display: block;
}
@media (max-width: 480px) {
  .second-founder .founder-content .poem em {
    font-size: 12px;
    line-height: 1.75;
  }
}
.second-founder .founder-content .poem span {
  display: block;
  margin-top: 16px;
  float: right;
}
@media (max-width: 768px) {
  .second-founder .founder-content .poem span {
    float: none;
  }
}
@media (max-width: 480px) {
  .second-founder .founder-content .poem span {
    line-height: 15px;
    font-size: 12px;
  }
}
.detail-associates .tab-link.current,
.partner-banner .tab-link.current {
  color: #e42020;
  border-bottom: 1px solid #e42020;
}
.detail-associates .nav-tab-content .tab-content,
.partner-banner .nav-tab-content .tab-content {
  display: none;
}
.detail-associates .nav-tab-content .tab-content.current,
.partner-banner .nav-tab-content .tab-content.current {
  display: block;
}
.detail-associates .nav-tab-content .tab-content .grid-content,
.partner-banner .nav-tab-content .tab-content .grid-content {
  display: grid;
  grid-template-columns: 40% 60%;
  position: relative;
  margin-top: 57px;
}
@media (max-width: 768px) {
  .detail-associates .nav-tab-content .tab-content .grid-content,
  .partner-banner .nav-tab-content .tab-content .grid-content {
    grid-template-columns: 100%;
  }
}
@media (max-width: 480px) {
  .detail-associates .nav-tab-content .tab-content .grid-content,
  .partner-banner .nav-tab-content .tab-content .grid-content {
    margin-top: 24px;
  }
}
.detail-associates .nav-tab-content .tab-content .grid-content .title,
.partner-banner .nav-tab-content .tab-content .grid-content .title {
  color: white;
  margin-bottom: 54px;
}
@media (max-width: 480px) {
  .detail-associates .nav-tab-content .tab-content .grid-content .title,
  .partner-banner .nav-tab-content .tab-content .grid-content .title {
    margin-bottom: 32px;
  }
}
.detail-associates .nav-tab-content .tab-content .grid-content .title h2,
.partner-banner .nav-tab-content .tab-content .grid-content .title h2 {
  margin-bottom: 16px;
}
.detail-associates .nav-tab-content .tab-content .grid-content .description,
.partner-banner .nav-tab-content .tab-content .grid-content .description {
  color: rgba(255, 255, 255, 0.65);
}
.detail-associates
  .nav-tab-content
  .tab-content
  .grid-content
  .description
  p.strong,
.partner-banner
  .nav-tab-content
  .tab-content
  .grid-content
  .description
  p.strong {
  font-weight: 500;
}
.detail-associates .nav-tab-content .tab-content .grid-content .left .box-img,
.partner-banner .nav-tab-content .tab-content .grid-content .left .box-img {
  display: flex;
  align-items: center;
  width: 351px;
  height: 288px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .detail-associates .nav-tab-content .tab-content .grid-content .left .box-img,
  .partner-banner .nav-tab-content .tab-content .grid-content .left .box-img {
    height: auto;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .detail-associates .nav-tab-content .tab-content .grid-content .left .box-img,
  .partner-banner .nav-tab-content .tab-content .grid-content .left .box-img {
    width: 100%;
  }
}
.detail-associates
  .nav-tab-content
  .tab-content
  .grid-content
  .left
  .box-img
  img,
.partner-banner .nav-tab-content .tab-content .grid-content .left .box-img img {
  margin: auto;
}
@media (max-width: 480px) {
  .detail-associates
    .nav-tab-content
    .tab-content
    .grid-content
    .left
    .box-img
    img,
  .partner-banner
    .nav-tab-content
    .tab-content
    .grid-content
    .left
    .box-img
    img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .partner-banner {
    padding-left: 96px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .partner-banner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 480px) {
  .partner-banner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.partner {
  position: relative;
  padding: 48px 148px;
  padding-top: 118px;
  background: #f3f3f3;
}
.partner span {
  font-size: 20px;
  line-height: 24px;
}
.partner .title-partner-section {
  color: black;
  float: left;
  margin-right: 108px;
  position: relative;
}
.partner .title-partner-section::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #000;
  top: 12px;
  left: 80px;
}
.partner .tab-link {
  color: rgba(0, 0, 0, 0.4);
  display: inline;
  margin-right: 24px;
  padding-bottom: 8px;
  cursor: pointer;
}
.partner .tab-link.current {
  color: #e42020;
  border-bottom: 1px solid #e42020;
}
.partner .nav-tab-content .tab-content {
  display: none;
}
.partner .nav-tab-content .tab-content.current {
  display: block;
}
.partner .nav-tab-content .tab-content .grid-content {
  display: grid;
  grid-template-columns: 40% 60%;
  position: relative;
  margin-top: 57px;
}
.partner .nav-tab-content .tab-content .grid-content .title h2 {
  margin-bottom: 16px;
}
.partner .nav-tab-content .tab-content .grid-content .description {
  color: rgba(29, 29, 29, 0.65);
}
.partner .nav-tab-content .tab-content .grid-content .description p.strong {
  font-weight: 500;
}
.partner .nav-tab-content .tab-content .grid-content .left .box-img {
  display: flex;
  align-items: center;
  width: 344px;
  height: 354px;
  background: radial-gradient(
    66.63% 53.9% at 47.39% 53.97%,
    rgba(243, 243, 243, 0) 92.11%,
    #f3f3f3 100%
  );
  overflow: hidden;
}
.partner .nav-tab-content .tab-content .grid-content .left .box-img img {
  margin: auto;
}
@media (max-width: 768px) {
  .partner {
    padding: 48px;
    padding-top: 48px;
  }
}
@media (max-width: 480px) {
  .partner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 480px) {
  .partner .title-partner-section {
    float: none;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .partner .nav-tab-content .tab-content .grid-content {
    grid-template-columns: 100%;
  }
}
@media (max-width: 480px) {
  .partner .nav-tab-content .tab-content .grid-content {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .partner .nav-tab-content .tab-content .grid-content .left .box-img {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .partner .nav-tab-content .tab-content .grid-content .left .box-img {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .partner .nav-tab-content .tab-content .grid-content .left .box-img img {
    width: 100%;
  }
}
.history {
  background-color: #ffffff;
  padding-top: 118px;
}
.history .title h2 {
  color: black;
}
.history .description {
  color: rgba(29, 29, 29, 0.65);
}
.history .box-content .description {
  color: rgba(29, 29, 29, 0.65);
  margin-bottom: 0;
}
.privacy {
  padding-top: 160px;
}
@media (max-width: 768px) {
  .privacy {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .privacy {
    padding-top: 40px;
  }
}
.privacy .title-desc {
  margin-bottom: 76px;
}
.privacy .title-desc .description {
  padding-left: 0;
}
.privacy .content-container {
  margin-bottom: 50px;
}
.privacy .title h2 {
  color: black;
  text-transform: uppercase;
}
.privacy .description {
  color: rgba(29, 29, 29, 0.65);
  margin: 0;
}
.privacy .horizontal-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #661018;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .privacy .horizontal-box {
    display: none;
  }
}
.privacy .right-box {
  position: absolute;
  height: calc(322px + 80px);
  width: 80px;
  background-color: #661018;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .privacy .right-box {
    display: none;
  }
}
@media (max-width: 480px) {
  .history {
    padding-top: 24px;
  }
}
.search-result {
  background-color: #ffffff;
  padding-top: 160px;
}
@media (max-width: 768px) {
  .search-result {
    padding-top: 40px;
  }
}
.search-result .title h2 {
  color: black;
  text-transform: uppercase;
}
.search-result .search-container {
  margin-top: 32px;
  padding-left: 18px;
}
@media (max-width: 768px) {
  .search-result .search-container {
    padding-left: 0;
  }
}
.search-result .search-container a {
  border-bottom: 1px solid gray;
  display: block;
  padding-bottom: 16px;
}
.search-result .search-container a .title-section h2 {
  color: #000;
}
.search-result .search-container a .description {
  padding-left: 0;
  margin: 0;
}
.search-result .search-container a .description span {
  color: black;
}
.search-result .search-container a:hover .title-section h2 {
  color: #b50717;
}
.search-result .pagination {
  margin-top: 40px;
}
.search-result .pagination li {
  list-style-type: none;
}
.search-result .pagination li a {
  border: none;
  padding: 0;
  margin-right: 16px;
  color: #1d1d1d;
}
.search-result .pagination li a:hover {
  background-color: transparent;
  color: #b50717;
}
.search-result .horizontal-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #661018;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .search-result .horizontal-box {
    display: none;
  }
}
.search-result .right-box {
  position: absolute;
  height: calc(322px + 80px);
  width: 80px;
  background-color: #661018;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .search-result .right-box {
    display: none;
  }
}
.association {
  width: 100%;
  height: 581px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 26.23%);
  position: relative;
}
.association .title h2 {
  color: black;
}
.association .bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
}
.association .bg-img img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
@media (max-width: 480px) {
  .association .bg-img img {
    width: auto;
    position: relative;
    left: -1000px;
  }
}
.association .associations-slider .box-logo-link {
  padding: 80px 140px;
}
@media (max-width: 1280px) {
  .association .associations-slider .box-logo-link {
    padding: 80px 125px;
  }
}
.association .associations-slider .box-logo-link .grid-logo {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17%, 1fr));
  column-gap: 80px;
}
@media (max-width: 1024px) {
  .association .associations-slider .box-logo-link .grid-logo {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    column-gap: 0;
  }
}
@media (max-width: 480px) {
  .association .associations-slider .box-logo-link .grid-logo {
    grid-template-columns: repeat(auto-fill, minmax(37%, 1fr));
  }
}
.association .associations-slider .box-logo-link .grid-logo .logo-link {
  width: 123px;
  height: 82px;
  display: flex;
  align-items: center;
  margin: auto;
  margin-bottom: 16px;
}
.association
  .associations-slider
  .box-logo-link
  .grid-logo
  .logo-link:hover
  img {
  transform: scale(1.1);
}
.association .associations-slider .box-logo-link .grid-logo .logo-link img {
  margin: auto;
  transition: all ease-in-out 0.5s;
}
.association .associations-slider .slick-next,
.association .associations-slider .slick-prev {
  position: absolute;
  top: 180px;
  text-indent: -1000000px;
  background: transparent;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
@media (max-width: 480px) {
  .association .associations-slider .slick-next,
  .association .associations-slider .slick-prev {
    top: 250px;
  }
}
.association .associations-slider .slick-next {
  background-image: url(images/right-black.png);
  right: 0;
}
@media (max-width: 480px) {
  .association .associations-slider .slick-next {
    right: -12px;
  }
}
.association .associations-slider .slick-prev {
  background-image: url(images/left-black.png);
  left: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .association .associations-slider .slick-prev {
    left: -12px;
  }
}
@media (max-width: 768px) {
  .association {
    height: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .association .box-logo-link {
    padding: 80px 125px;
  }
}
@media (max-width: 480px) {
  .association .box-logo-link {
    padding: 80px 0 !important;
  }
}
@media (max-width: 768px) {
  .association .box-logo-link .grid-logo {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    column-gap: 0;
  }
}
.notarial {
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .notarial {
    padding-top: 0;
  }
}
.notarial .banner-img-notarial {
  position: relative;
  width: 100%;
  height: 676px;
  overflow: hidden;
  background: white;
  display: grid;
  grid-template-columns: 40% auto;
}
@media (max-width: 1024px) {
  .notarial .banner-img-notarial {
    height: auto;
    grid-template-columns: 100%;
  }
}
.notarial .banner-img-notarial .box-img {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .notarial .banner-img-notarial .box-img img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .notarial .banner-img-notarial .box-img img.desktop {
    display: none;
  }
}
.notarial .banner-img-notarial .box-img img.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .notarial .banner-img-notarial .box-img img.mobile {
    display: block;
  }
}
.notarial .banner-img-notarial .content-banner {
  padding-right: 148px;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .notarial .banner-img-notarial .content-banner {
    padding: 16px;
  }
}
.notarial .banner-img-notarial .content-banner .box-img-notarial {
  width: 400px;
  overflow: hidden;
  margin: 40px 0;
}
@media (max-width: 1024px) {
  .notarial .banner-img-notarial .content-banner .box-img-notarial {
    width: 100%;
    margin: 56px 0;
  }
}
@media (max-width: 480px) {
  .notarial .banner-img-notarial .content-banner .box-img-notarial {
    display: flex;
    margin-bottom: 40px;
    margin-top: 0;
    align-items: center;
    height: 150px;
  }
}
.notarial .banner-img-notarial .content-banner .box-img-notarial img {
  width: 100%;
}
.notarial .more-detail {
  border: 1px solid black;
  background-color: transparent;
  color: black;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 8px 16px;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
.notarial .more-detail:hover {
  border-color: #661018;
  background-color: #661018;
  color: #fff;
}
@media (max-width: 1024px) {
  .notarial .readmore-hide {
    display: none;
  }
}
.notarial .show-readmore {
  display: none;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .notarial .show-readmore {
    display: block;
  }
}
.notarial .nav-tab-type {
  margin-bottom: 16px;
}
.notarial .nav-tab-type .tab-link {
  display: inline-block;
  margin-right: 24px;
  cursor: pointer;
  padding-bottom: 8px;
}
.notarial .nav-tab-type .tab-link.current {
  color: #e42020;
  border-bottom: 1px solid #e42020;
  font-weight: bold;
}
.notarial .nav-tab-content {
  height: 445px;
  position: relative;
  padding-right: 16px;
}
@media (max-width: 1024px) {
  .notarial .nav-tab-content {
    height: auto;
  }
}
.notarial .nav-tab-content .tab-content {
  display: none;
}
.notarial .nav-tab-content .tab-content.current {
  display: block;
}
.notarial .notarial-content .box-img {
  width: 425px;
  height: 435px;
  display: flex;
  align-items: center;
  overflow: hidden;
  float: left;
  margin-bottom: 24px;
  margin-right: 30px;
}
.notarial .notarial-content .box-img img {
  width: 100%;
}
.notarial .notarial-content .box-notarial-desc .box-img-notarial {
  width: 484px;
  height: 106px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 94px;
}
.notarial .notarial-content .box-notarial-desc .box-img-notarial img {
  width: 100%;
}
.notarial .notarial-content .box-notarial-desc .description {
  color: white;
}
.notarial .description {
  color: #1d1d1d;
  opacity: 0.75;
}
.notarial .description span {
  display: block;
  line-height: 1.5;
}
.notarial .box-title-desc {
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .notarial .box-title-desc {
    margin-bottom: 0;
  }
}
.notarial .box-title-desc h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: black;
  margin-bottom: 12px;
}
.notarial .grid-notarial {
  display: grid;
  position: relative;
  padding: 80px 148px;
  grid-template-columns: 30% 70%;
  display: none;
}
@media (max-width: 1024px) {
  .notarial .grid-notarial {
    grid-template-columns: 100%;
    padding: 16px;
  }
}
.notarial .grid-notarial .right {
  padding-left: 113px;
}
@media (max-width: 1024px) {
  .notarial .grid-notarial .right {
    padding-left: 0;
  }
}
.notarial .grid-notarial .right .box-img-notarial {
  width: 484px;
  height: 106px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 94px;
}
@media (max-width: 1024px) {
  .notarial .grid-notarial .right .box-img-notarial {
    width: 100%;
    margin-bottom: 64px;
  }
}
@media (max-width: 1024px) {
  .notarial .grid-notarial .right .box-img-notarial {
    display: none;
  }
}
.notarial .grid-notarial .right .box-img-notarial img {
  width: 100%;
}
.notarial .grid-notarial .right strong {
  color: #1d1d1d;
}
@media (max-width: 1024px) {
  .notarial .grid-notarial .left {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .notarial .notarial-content .box-img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .notarial .notarial-content .box-notarial-desc .box-img-notarial {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .notarial .grid-notarial {
    grid-template-columns: 100%;
  }
}
@media (max-width: 480px) {
  .notarial .grid-notarial .right {
    padding-left: 0;
  }
}
.type-of-service {
  background: linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0) 100%),
    rgba(133, 133, 133, 0.32);
}
.type-of-service .description {
  margin: 24px 0;
}
.opportunities-detail {
  background-color: transparent;
}
@media (max-width: 480px) {
  .type-of-service,
  .opportunities-detail {
    padding-bottom: 48px;
  }
}
.type-of-service .title h2,
.opportunities-detail .title h2 {
  color: black;
}
.accordion .card {
  background: transparent;
}
.type-of-service .services-content,
.opportunities-detail .services-content {
  padding-top: 40px;
}
@media (max-width: 480px) {
  .type-of-service .services-content,
  .opportunities-detail .services-content {
    padding-left: 0;
  }
}
.type-of-service .title-service,
.opportunities-detail .title-service {
  border-top: 0.5px solid rgba(29, 29, 29, 0.3);
}
.type-of-service .title-service h3,
.opportunities-detail .title-service h3 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 50px;
  color: black;
}
.type-of-service .title-service:last-child,
.opportunities-detail .title-service:last-child {
  border-bottom: 0.5px solid rgba(29, 29, 29, 0.3);
}
.type-of-service ul,
.opportunities-detail ul {
  padding-left: 0;
}
.type-of-service ul li,
.opportunities-detail ul li {
  font-size: 14px;
  line-height: 24px;
  color: rgba(29, 29, 29, 0.65);
  margin-bottom: 24px;
  list-style-type: none;
  position: relative;
  padding-left: 16px;
}
.type-of-service ul li ul,
.opportunities-detail ul li ul {
  margin-top: 8px;
}
.type-of-service ul li ul li,
.opportunities-detail ul li ul li {
  margin-bottom: 8px;
  position: relative;
}
.type-of-service ul li ul li:before,
.opportunities-detail ul li ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #c4c4c4;
}
.type-of-service ul li:before,
.opportunities-detail ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #c4c4c4;
}
.type-of-service p,
.type-of-service span {
  font-size: 14px;
  line-height: 24px;
  color: rgba(29, 29, 29, 0.65);
}
.opportunities-detail p,
.opportunities-detail span {
  font-size: 14px;
  line-height: 24px;
  color: rgba(29, 29, 29, 0.65);
}
.opportunities-detail .services-content {
  padding-top: 0;
}
.opportunities-detail ul li {
  font-size: 20px;
  line-height: 24px;
  color: black;
  padding-left: 0;
}
.opportunities-detail ul li ul {
  margin-top: 8px;
}
.opportunities-detail ul li ul li {
  margin-bottom: 8px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: rgba(29, 29, 29, 0.65);
  margin-bottom: 16px;
  list-style-type: none;
  padding-left: 18px;
}
.opportunities-detail ul li ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: #c4c4c4;
}
.opportunities-detail ul li:before {
  background-color: transparent;
}
.opportunities-detail ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: black;
  border: 1px solid black;
  padding: 15px 40px;
  margin-top: 35px;
}
.sajogo-marks {
  position: relative;
  padding: 180px 218px;
  padding-bottom: 100px;
  background-image: url(images/consultation.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .sajogo-marks {
    padding: 48px;
  }
}
.sajogo-marks .description {
  color: white;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sajogo-marks {
    padding: 40px 24px;
  }
}
.sajogo-container {
  background-color: #fff;
  padding: 0;
}
.sajogo-container .type-of-service {
  background: transparent;
  padding: 0;
}
.sajogo-container .type-of-service .services-content {
  padding: 40px 148px;
}
@media (max-width: 1024px) {
  .sajogo-container .type-of-service .services-content {
    padding: 40px 48px;
  }
}
@media (max-width: 768px) {
  .sajogo-container .type-of-service .services-content {
    padding: 24px 48px;
  }
}
@media (max-width: 768px) {
  .sajogo-container .type-of-service .services-content {
    padding: 24px 16px;
  }
}
.sajogo-container .type-of-service .services-content .modal .modal-header {
  border: none;
  padding: 0;
}
.sajogo-container .type-of-service .services-content .modal .close {
  position: absolute;
  top: -40px;
  right: 0;
}
.sajogo-container .type-of-service .services-content .modal .close span {
  color: white;
  font-size: 32px;
}
.sajogo-container
  .type-of-service
  .services-content
  .modal
  .modal-body
  form
  input,
.sajogo-container
  .type-of-service
  .services-content
  .modal
  .modal-body
  form
  textarea {
  width: 100%;
  padding: 8px;
}
.sajogo-container
  .type-of-service
  .services-content
  .modal
  .modal-body
  form
  input {
  height: 40px;
  margin-bottom: 16px;
}
.sajogo-container
  .type-of-service
  .services-content
  .modal
  .modal-body
  form
  textarea {
  height: 180px;
}
.sajogo-container
  .type-of-service
  .services-content
  .modal
  .modal-body
  form
  .more-detail {
  float: right;
  border: 1px solid #661018;
  background-color: #661018;
  width: 140px;
  margin-top: 24px;
  color: white;
  padding: 8px;
}
.sajogo-container
  .type-of-service
  .services-content
  .modal
  .modal-body
  form
  .more-detail:hover {
  background-color: #fff;
  color: #661018;
}
.sajogo-container .type-of-service .services-content .card {
  overflow: unset;
}
.sajogo-container
  .type-of-service
  .services-content
  .card
  .card-header
  h2
  .box-img {
  width: 60px;
  height: 65px;
  overflow: hidden;
  display: inline-block;
  margin-right: 16px;
}
.sajogo-container
  .type-of-service
  .services-content
  .card
  .card-header
  h2
  .box-img
  img {
  width: 100%;
}
.sajogo-container .type-of-service .services-content .next-page {
  margin: 0;
  width: fit-content;
}
@media (max-width: 480px) {
  .sajogo-container .type-of-service .services-content .next-page {
    margin-top: 16px;
  }
}
.sajogo-container .type-of-service .services-content .card-body {
  position: relative;
}
.sajogo-container .type-of-service .services-content .card-body .bg-card-2 {
  position: relative;
  width: 370px;
  height: 249px;
  overflow: hidden;
  float: left;
  margin-right: 16px;
  margin-bottom: 8px;
  border-left: 4px solid #b50717;
}
@media (max-width: 480px) {
  .sajogo-container .type-of-service .services-content .card-body .bg-card-2 {
    width: 100%;
    float: none;
  }
}
.sajogo-container .type-of-service .services-content .card-body .bg-card {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -148px;
  width: 100%;
  opacity: 0.1;
}
@media (max-width: 480px) {
  .sajogo-container .type-of-service .services-content .card-body .bg-card {
    display: none;
  }
}
.sajogo-container .type-of-service .services-content .card-body .bg-card img {
  height: 100%;
}
.sajogo-container .title-section {
  margin-bottom: 16px;
}
.sajogo-container .title-section h2 {
  color: #000;
  line-height: 1.5;
  margin: 0;
}
.sajogo-container .description {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: justify;
}
.sajogo-container .description p {
  color: #1d1d1d;
}
.sajogo-container .title {
  margin: 80px 111px 0 148px;
}
@media (max-width: 1024px) {
  .sajogo-container .title {
    margin: 48px;
  }
}
@media (max-width: 768px) {
  .sajogo-container .title {
    margin: 40px 16px;
  }
}
.sajogo-container .title h2 {
  color: #000;
}
.sajogo-container .box-container span.description {
  margin: 0;
  padding: 0;
  text-align: justify;
}
.box-content-law {
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}
.box-content-law h4 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 50px;
}
.box-content-law .description {
  position: relative;
  width: 530px;
  margin: auto;
  text-align: center;
  color: rgba(29, 29, 29, 0.65);
}
.box-content-law .description::before {
  position: absolute;
  content: "";
  width: 78px;
  height: 4px;
  background-color: #661018;
  top: -8px;
  left: 43%;
}
@media (max-width: 480px) {
  .box-content-law .description {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .box-content-law .description::before {
    left: 39%;
  }
}
.services-slider-law {
  margin-bottom: 100px;
}
.services-slider-law .slick-list {
  margin: 0 4px;
}
.services-slider-law a .box-slider {
  position: relative;
  height: 154px;
  text-align: center;
  display: flex;
  align-items: center;
  border-right: 0.5px solid rgba(29, 29, 29, 0.6);
  background-repeat: no-repeat;
  background-position: bottom;
  transition: 0.5s all ease-in-out;
}
.services-slider-law a .box-slider .box-content-slider {
  margin: auto;
}
.services-slider-law a .box-slider .box-content-slider span {
  display: block;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 24px;
  color: #1d1d1d;
}
.services-slider-law a .box-slider .box-content-slider span:nth-child(2) {
  font-size: 16px;
}
.services-slider-law a:hover .box-slider {
  background-image: url(images/hover.png);
  background-position: center;
}
.services-slider-law .slick-next,
.services-slider-law .slick-prev {
  position: absolute;
  top: 65px;
  text-indent: -1000000px;
  background: transparent;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.services-slider-law .slick-next {
  background-image: url(images/right-black.png);
  right: 0;
}
.services-slider-law .slick-prev {
  background-image: url(images/left-black.png);
  left: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .services-slider-law {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .services-slider-law .slick-list {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .services-slider-law a .box-slider {
    border: none;
  }
}
@media (max-width: 1024px) {
  .services-slider-law .slick-next {
    right: -24px;
  }
}
@media (max-width: 768px) {
  .services-slider-law .slick-next {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .services-slider-law .slick-prev {
    left: -24px;
  }
}
@media (max-width: 768px) {
  .services-slider-law .slick-prev {
    left: 0;
  }
}
.msa,
.other-professional,
.msa-detail,
.supporting,
.opportunities,
.career-detail,
.contact-us {
  background-color: #fff;
  padding-bottom: 40px;
}
.msa .title h2,
.other-professional .title h2,
.msa-detail .title h2,
.supporting .title h2,
.opportunities .title h2,
.career-detail .title h2,
.contact-us .title h2 {
  color: #000;
}
.other-professional {
  padding: 0;
  padding-bottom: 170px;
}
.other-professional .box-title {
  padding: 0 148px;
}
.other-professional .box-discover-more-services {
  margin-top: 80px;
  padding: 0 208px;
}
@media (max-width: 768px) {
  .other-professional {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .other-professional .box-title {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .other-professional .box-discover-more-services {
    margin-top: 40px;
    padding: 0 32px;
  }
}
.msa-detail {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
    rgba(133, 133, 133, 0.32);
}
.msa-detail .description {
  color: #1d1d1d;
  opacity: 0.65;
  margin: 0;
}
.msa-detail .description p {
  margin-bottom: 0;
}
.msa-detail .grid-detail {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}
.msa-detail .tax-services .description {
  margin-bottom: 16px;
}
.msa-detail ul {
  padding-left: 32px;
}
.msa-detail ul li {
  list-style-type: none;
  color: #1d1d1d;
  position: relative;
  font-weight: normal;
  text-align: justify;
  opacity: 0.65;
  font-size: 14px;
  line-height: 1.75;
}
.msa-detail ul li.solid {
  opacity: 1;
}
.msa-detail ul li .title-detail {
  padding-left: 18px;
  margin-top: 24px;
  color: #000;
  opacity: 1;
}
.msa-detail ul li .title-detail h2,
.msa-detail ul li .title-detail h3 {
  font-style: normal;
  font-size: 20px;
  color: #000;
}
.msa-detail ul li .title-detail h2 {
  font-family: "Lato", sans-serif;
  line-height: 50px;
}
.msa-detail ul li .title-detail h3 {
  line-height: 24px;
}
.msa-detail ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #c4c4c4;
  position: absolute;
  top: 8px;
  left: -14px;
}
.msa-detail ul li ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -14px;
  width: 8px;
  height: 1px;
  background-color: #c4c4c4;
}
.msa-detail .title-detail {
  padding-left: 18px;
  margin-top: 24px;
}
.msa-detail .title-detail h2,
.msa-detail .title-detail h3 {
  font-style: normal;
  font-size: 20px;
  color: #000;
}
.msa-detail .title-detail h2 {
  font-family: "Lato", sans-serif;
  line-height: 50px;
}
.msa-detail .title-detail h3 {
  line-height: 24px;
}
.msa-detail .professional-tax {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .msa-detail .grid-detail {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.supporting {
  position: relative;
  padding-bottom: 100px;
}
.supporting .grid-supporting .left {
  padding-left: 18px;
}
.supporting .grid-supporting .left .box-img {
  float: left;
  width: 300px;
  height: 90px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  float: left;
  margin-right: 16px;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .supporting .grid-supporting .left .box-img {
    float: none;
  }
}
.supporting .grid-supporting .left .box-img img {
  width: 100%;
}
.supporting .grid-supporting .right {
  position: relative;
  margin-top: 24px;
  padding-left: 18px;
}
.supporting .grid-supporting .right .description {
  padding-left: 0;
  margin: 0;
  color: #1d1d1d;
  opacity: 0.65;
  position: relative;
  z-index: 2;
}
.supporting .back-support {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  z-index: 1;
}
.supporting .back-support .box-img {
  width: 568px;
  height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.supporting .back-support .box-img img {
  width: 100%;
}
@media (max-width: 480px) {
  .supporting {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .supporting .grid-supporting {
    grid-template-columns: auto;
  }
}
@media (max-width: 480px) {
  .supporting .grid-supporting .left .box-img {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .supporting .grid-supporting .right .description {
    width: 100%;
  }
}
.career {
  padding-top: 170px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .career {
    padding-top: 48px;
  }
}
.career .description {
  color: white;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .career {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .career .description {
    margin-bottom: 40px;
    width: 100%;
  }
}
.associate-img {
  position: relative;
  width: 100%;
  background-color: #000000;
}
.associate-img .box-img {
  margin: auto;
  width: 100%;
  height: 374px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.associate-img .box-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .associate-img .box-img {
    height: 200px;
  }
}
.opportunities .description {
  color: #1d1d1d;
  opacity: 0.65;
  margin: 0;
  margin-top: 45px;
  margin-bottom: 50px;
}
.career-detail {
  padding-top: 170px;
  background: linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0) 100%),
    rgba(133, 133, 133, 0.32) !important;
}
@media (max-width: 1024px) {
  .career-detail {
    padding-top: 48px;
  }
}
.career-detail form {
  margin-top: 97px;
  padding: 0 24px;
}
.career-detail form .grid-form-career {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  column-gap: 26px;
}
.career-detail form input,
.career-detail form textarea {
  width: 100%;
  padding: 12px 24px;
  margin-bottom: 36px;
  background-color: transparent;
  border: 1px solid grey;
}
.career-detail form input {
  height: 56px;
}
.career-detail form input[type="file"] {
  margin-bottom: 0;
  padding-bottom: 0;
  height: auto;
  padding-left: 0;
  border: none;
}
.career-detail form span {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: rgba(29, 29, 29, 0.65);
  padding-left: 24px;
}
.career-detail form textarea {
  height: 250px;
  background: transparent;
}
.career-detail form button {
  background-color: #661018;
  border: none;
  color: white;
  padding: 10px 60px;
  float: right;
}
@media (max-width: 768px) {
  .career-detail {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .career-detail {
    padding-top: 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .career-detail form {
    margin-top: 32px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .career-detail form button {
    float: none;
    margin-top: 40px;
  }
}
.contact-us {
  padding-top: 170px;
  position: relative;
  background: linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0) 100%),
    rgba(133, 133, 133, 0.32);
}
@media (max-width: 1024px) {
  .contact-us {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .contact-us {
    padding: 40px 16px;
  }
}
@media (max-width: 768px) {
  .contact-us .title-desktop {
    display: none;
  }
}
.contact-us .title-mobile {
  display: none;
}
@media (max-width: 768px) {
  .contact-us .title-mobile {
    display: block;
  }
}
.contact-us #map {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 480px) {
  .contact-us #map {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .contact-us .outer-grid-contact {
    display: block;
  }
}
.contact-us .outer-grid-contact .contact-title h4 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 50px;
  color: black;
}
.contact-us .outer-grid-contact .address {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  margin-top: 24px;
}
@media (max-width: 768px) {
  .contact-us .outer-grid-contact .address {
    display: grid;
  }
}
@media (max-width: 480px) {
  .contact-us .outer-grid-contact .address {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.contact-us .outer-grid-contact .address .email-title {
  margin-bottom: 16px;
}
.contact-us .outer-grid-contact .address .email-title h5 {
  font-size: 18px;
  line-height: 24px;
  color: #643939;
}
.contact-us .outer-grid-contact .address address,
.contact-us .outer-grid-contact .address span {
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  display: block;
  opacity: 0.65;
}
.contact-us .outer-grid-contact .find-us {
  overflow: hidden;
}
.contact-us .outer-grid-contact .find-us #map {
  width: 484px;
  height: 280px;
  overflow: hidden;
  z-index: 1;
}
.underconstruction {
  position: relative;
  display: flex;
  align-items: center;
}
.underconstruction .box-under {
  display: block;
  margin: auto;
  text-align: center;
}
.underconstruction .box-under .logo-under {
  width: 328px;
  height: 184px;
  display: flex;
  align-items: center;
  margin: auto;
}
.underconstruction .box-under .logo-under img {
  width: 100%;
}
.underconstruction .box-under .back-soon {
  display: block;
}
.underconstruction .box-under .back-soon h1 {
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0.015em;
}
.underconstruction .box-under .back-soon span {
  display: block;
  font-size: 24px;
}

.notfound { 
    position: relative; 
    width: 100%;  
    height: 100%; 
    display: flex;  
    align-items: center;  
    text-align: center; 
} 
.notfound .content {  
    margin: auto; 
} 
.notfound h1 {  
    font-size: 48px;  
    font-weight: 500; 
} 
.notfound span {  
    display: block; 
}