@charset "UTF-8";
@import url(../fonts/AvantGarde/stylesheet.css);
@import url(../fonts/TimesNewRoman/stylesheet.css);
@import url(../js/Magnific-Popup-master/magnific-popup.css);
@import url(../js/lightGallery-master/dist/css/lightgallery.min.css);
@import url(../js/Font-awesome-4.7.0/css/font-awesome.min.css);
@import url(../js/swiper-5.4.3/package/css/swiper.min.css);
@import url(../js/fullPage.js-master/dist/fullpage.min.css);
@import url(../js/WOW-master/animate.css);
.open-video-btn {
  display: block;
  position: relative;
}
.open-video-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/open-video-btn.png);
  background-size: 55px auto;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
.open-video-btn img {
  width: 100%;
  height: auto;
}

.ratio-box {
  display: block;
  position: relative;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  background-color: #f6f6f6;
}
.ratio-box img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  width: auto;
}
.ratio-box iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mona-content strong,
.mona-content b {
  font-weight: bold;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}
.mona-content h1 {
  font-size: 1.7em;
}
.mona-content h2 {
  font-size: 1.6em;
}
.mona-content h3 {
  font-size: 1.25em;
}
.mona-content h4 {
  font-size: 1.125em;
}
.mona-content h5 {
  font-size: 1em;
}
.mona-content h6 {
  font-size: 0.85em;
}
.mona-content p {
  margin: 1em 0;
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
}
.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}
.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.mona-content blockquote p {
  display: inline;
}
.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}
.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}

.table-responsive {
  max-width: 100%;
  overflow: auto;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.full-img img {
  width: 100%;
  height: auto;
}

.container {
  width: 1200px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.column {
  padding: 15px;
}

.hamburger-btn {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger-btn .bar {
  position: relative;
  background: #be1823;
  transition: all 0ms 300ms;
}
.hamburger-btn .bar,
.hamburger-btn .bar::before,
.hamburger-btn .bar::after {
  width: 35px;
  height: 3px;
}
.hamburger-btn .bar::before,
.hamburger-btn .bar::after {
  content: "";
  position: absolute;
  left: 0;
  background: #be1823;
}
.hamburger-btn .bar::before {
  bottom: 10px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-btn .bar::after {
  top: 10px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-btn.active .bar {
  background: rgba(255, 255, 255, 0);
}
.hamburger-btn.active .bar::before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-btn.active .bar::after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.main-btn {
  display: inline-block;
  appearance: none;
  font: inherit;
  outline: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: #be1823;
  color: #fff;
  padding: 10px 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "AvantGarde";
  transition: 0.3s;
  text-align: center;
}
.main-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #e42532;
  transition: 0.3s;
}
.main-btn.full-btn {
  text-align: center;
  width: 100%;
}
.main-btn.pill-btn {
  border-radius: 4px;
}
.main-btn.black-btn {
  background-color: #2b2b2b;
  color: #fff;
}
.main-btn.shadow-btn {
  box-shadow: 4px 4px 2px rgba(43, 43, 43, 0.5);
}
.main-btn.disabled,
.main-btn.disabled:hover,
.main-btn:disabled,
.main-btn:disabled:hover {
  cursor: not-allowed;
  background-color: #d8d8d8;
  color: #9b9b9b;
}
.main-btn:hover {
  color: #fff;
}
.main-btn:hover::after {
  left: 0;
  width: 100%;
}

.f-control {
  appearance: none;
  font: inherit;
  color: inherit;
  outline: 0;
  border-radius: 0;
  width: 100%;
  border: 1px solid #ececed;
  background-color: #ececed;
  color: #000;
  padding: 0 20px;
  height: 45px;
  font-size: 16px;
  transition: 0.2s;
}
.f-control::placeholder {
  color: #000;
}
.f-control:disabled {
  cursor: not-allowed;
}
.f-control:focus {
  border-color: #be1823;
}
.f-control.wpcf7-not-valid {
  border-color: #f00;
}

select.f-control {
  background: url(../images/select.png) right 20px center/10px no-repeat;
  padding-right: 30px;
}

textarea.f-control {
  display: block;
  height: 120px;
  padding: 15px 20px;
  resize: none;
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.custom-radio input {
  display: none;
}
.custom-radio input:checked ~ .checkmark {
  border-color: #be1823;
}
.custom-radio input:checked ~ .checkmark::after {
  opacity: 1;
}
.custom-radio .checkmark {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #707070;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  flex-shrink: 0;
}
.custom-radio .checkmark::after {
  content: "";
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #be1823;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked ~ .checkmark {
  border-color: #be1823;
}
.custom-checkbox input:checked ~ .checkmark::after {
  opacity: 1;
}
.custom-checkbox .checkmark {
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.custom-checkbox .checkmark::after {
  content: "✔";
  line-height: 1;
  opacity: 0;
  color: #be1823;
  font-size: 18px;
}

.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #be1823;
  border: 1px solid #be1823;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  background-color: #fff;
  color: #be1823;
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .main-popup,
.mfp-move-from-top .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.4s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.4s;
}
.mfp-move-from-top.mfp-ready .main-popup,
.mfp-move-from-top.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .main-popup,
.mfp-move-from-top.mfp-removing .mfp-iframe-scaler {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-fade .main-popup {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-fade.mfp-ready .main-popup {
  opacity: 1;
}
.mfp-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-fade.mfp-removing .main-popup {
  opacity: 0;
}
.mfp-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-content .mfp-close {
  color: #be1823;
  transition: 0.3s;
}

html .mfp-bg {
  z-index: 999998;
}
html .mfp-wrap {
  z-index: 999999;
}

.main-popup {
  background: #fff;
  padding: 30px;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.lg-outer .lg-thumb {
  margin-left: auto;
  margin-right: auto;
}
.lg-outer .lg-thumb-item:hover,
.lg-outer .lg-thumb-item.active {
  border-color: #be1823;
}

.pagination {
  margin-top: 25px;
}
.pagination > ul > li {
  display: inline-block;
}
.pagination > ul > li > .page-numbers {
  display: block;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  transition: 0.3s;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
}
.pagination > ul > li > .page-numbers.current,
.pagination > ul > li > .page-numbers:hover {
  color: #fff;
  background-color: #be1823;
  border-color: #be1823;
}

.rating-stars {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.rating-stars .empty-stars,
.rating-stars .filled-stars {
  text-shadow: none;
  width: 100%;
  white-space: nowrap;
}
.rating-stars .empty-stars {
  color: #e1e1e1;
}
.rating-stars .filled-stars {
  color: #f7941d;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.social-nav {
  display: flex;
  flex-wrap: wrap;
}
.social-nav li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  transition: 0.3s;
}

.sec {
  padding: 60px 0;
}
.sec.pt-0 {
  padding-top: 0;
}
.sec.pb-0 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 30px 0;
  }
}

.hl-color {
  color: #be1823;
}

.readmore-btn {
  display: inline-block;
  color: #706f6f;
  transition: 0.2s;
  cursor: pointer;
}
.readmore-btn .fa {
  margin-left: 10px;
  font-size: 18px;
  vertical-align: middle;
}
.readmore-btn:hover {
  color: #be1823;
}

.main-title {
  font-size: 44px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "AvantGarde";
}
@media screen and (max-width: 768px) {
  .main-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .main-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main-title {
    margin-bottom: 15px;
  }
}

.main-title-wrap {
  margin-bottom: 25px;
}
.main-title-wrap .main-sub-title {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .main-title-wrap {
    margin-bottom: 20px;
  }
}

.main-title-2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: normal;
  font-family: "AvantGarde";
}
@media screen and (max-width: 768px) {
  .main-title-2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .main-title-2 {
    font-size: 26px;
  }
}

.main-title-3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: normal;
  font-family: "AvantGarde";
}
@media screen and (max-width: 768px) {
  .main-title-3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .main-title-3 {
    font-size: 22px;
  }
}

.main-sub-title {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main-sub-title {
    font-size: 16px;
  }
}

.breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-nav li:first-child::before {
  display: none;
}
.breadcrumb-nav li::before {
  content: "/";
  padding: 0 6px;
}
.breadcrumb-nav li:last-child {
  color: #838383;
}

.tab-link {
  cursor: pointer;
}

@keyframes showTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
  animation: showTab 0.6s forwards;
}

@keyframes fadeInUpShorter {
  from {
    opacity: 0;
    transform: translate(0, 100px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpShorter {
  animation-name: fadeInUpShorter;
}

@keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    transform: translate(-100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftShorter {
  animation-name: fadeInLeftShorter;
}

@keyframes fadeInRightShorter {
  from {
    opacity: 0;
    transform: translate(100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightShorter {
  animation-name: fadeInRightShorter;
}

@keyframes fadeInDownShorter {
  from {
    opacity: 0;
    transform: translate(0, -100px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownShorter {
  animation-name: fadeInDownShorter;
}

.is-slider {
  position: relative;
}
.is-slider * {
  outline: 0;
}
.is-slider .swiper-container {
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  background-color: #be1823;
  color: #fff;
  outline: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: FontAweSome;
  font-size: 20px;
}

.swiper-button-prev {
  left: -64px;
}
.swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  right: -64px;
}
.swiper-button-next::after {
  content: "";
}

.swiper-pagination {
  position: static;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    margin-top: 10px;
  }
}

.swiper-pagination-bullet {
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background-color: #be1823;
  opacity: 1;
}

.swiper-wrapper {
  margin: -15px;
  width: auto;
}
.swiper-wrapper .swiper-slide {
  padding: 15px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    margin: -7.5px;
  }
  .swiper-wrapper .swiper-slide {
    padding: 7.5px;
  }
}

.swiper-button-wrap {
  display: flex;
}
.swiper-button-wrap .swiper-button-prev,
.swiper-button-wrap .swiper-button-next {
  position: static;
  color: #fff;
  background-color: #be1823;
  margin-top: 0;
  width: 35px;
  height: 35px;
  display: inline-flex;
}
.swiper-button-wrap .swiper-button-prev:hover,
.swiper-button-wrap .swiper-button-next:hover {
  background-color: #be1823;
}
.swiper-button-wrap .swiper-button-prev::after {
  content: "";
}
.swiper-button-wrap .swiper-button-next {
  margin-left: 5px;
}
.swiper-button-wrap .swiper-button-next::after {
  content: "";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

::selection {
  background-color: #be1823;
  color: #fff;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

html {
  overflow-x: auto;
}

body {
  font-family: "AvantGarde", sans-serif;
  color: #2b2b2b;
  font-size: 15px;
  line-height: 1.5;
  user-select: none;
}

img,
iframe {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style-type: none;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  outline: 0;
}
a:hover {
  color: #be1823;
}

strong,
b,
.bold {
  font-weight: bold;
}

i,
.italic {
  font-style: italic;
}

sup {
  vertical-align: top;
  font-size: 70%;
}

.admin-bar .header.fixed {
  top: 32px;
}
@media screen and (max-width: 1024px) {
  .admin-bar .main-menu {
    top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .admin-bar .header.fixed {
    top: 46px;
  }
  .admin-bar .main-menu {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .header.fixed {
    top: 0;
  }
  .admin-bar .header.fixed .main-menu {
    top: 0;
  }
}

@keyframes showHeader {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header {
  position: relative;
  z-index: 999;
  background-color: #eeeeee;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.fixed {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: showHeader 1s forwards;
}

.hd-logo .custom-logo-link {
  display: block;
  width: 300px;
  padding: 10px 0;
}
.hd-logo .custom-logo-link img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .hd-logo .custom-logo-link {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .hd-logo .custom-logo-link {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .main-menu {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    transition: 0.4s;
  }
  .main-menu.active {
    right: 0;
  }
}

.main-menu-nav {
  font-family: "AvantGarde";
  display: flex;
  flex-wrap: wrap;
}
.main-menu-nav a {
  transition: 0.2s;
}
.main-menu-nav > li > a {
  display: block;
  padding: 75px 20px 25px;
}
.main-menu-nav .current-menu-item > a,
.main-menu-nav .current-menu-parent > a {
  background-color: #be1823;
  color: #fff;
}
.main-menu-nav .dropdown {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .main-menu-nav .dropdown:hover > .sub-menu-wrap {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .main-menu-nav .dropdown .dropdown > a > .fa {
    transform: rotate(-90deg);
  }
}
.main-menu-nav .dropdown > a {
  position: relative;
  padding-right: 30px;
}
.main-menu-nav .dropdown > a > .fa {
  position: absolute;
  top: 78px;
  right: 0;
  width: 30px;
  text-align: center;
}
.main-menu-nav .dropdown .sub-menu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
}
.main-menu-nav .dropdown .sub-menu-wrap > .sub-menu > li > a {
  display: block;
  padding: 10px 25px;
}
.main-menu-nav .dropdown .sub-menu-wrap > .sub-menu > li > a:hover {
  background-color: #be1823;
  color: #fff;
}
.main-menu-nav .dropdown .sub-menu-wrap .sub-menu-wrap {
  top: 0;
  left: 100%;
}
@media screen and (max-width: 1024px) {
  .main-menu-nav {
    flex-grow: 1;
    text-align: left;
    overflow: auto;
    display: block;
  }
  .main-menu-nav > li {
    display: block;
    border-bottom: 1px solid #e1e1e1;
  }
  .main-menu-nav > li > a {
    padding: 15px;
  }
  .main-menu-nav .current-menu-item > a,
  .main-menu-nav .current-menu-parent > a {
    background-color: #91121b;
    color: #fff;
  }
  .main-menu-nav .dropdown > a > .fa {
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
  }
  .main-menu-nav .dropdown .sub-menu-wrap {
    width: 100%;
    position: static;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    background-color: transparent;
    color: inherit;
    overflow: hidden;
    max-height: 0;
  }
  .main-menu-nav .dropdown .sub-menu-wrap > .sub-menu > li {
    border-top: 1px solid #e1e1e1;
  }
  .main-menu-nav .dropdown .sub-menu-wrap > .sub-menu > li > a {
    padding: 15px;
    padding-left: 40px;
  }
  .main-menu-nav .dropdown .sub-menu-wrap .sub-menu-wrap > .sub-menu > li > a {
    padding-left: 65px;
  }
  .main-menu-nav .dropdown.show-sub-menu > a > .fa::before {
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 1024px) {
  .main-menu-inner {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #eeeeee;
    color: #2b2b2b;
    z-index: 2;
  }
}

.main-menu-logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .main-menu-logo {
    display: block;
  }
}
.main-menu-logo .custom-logo-link {
  padding: 15px;
  display: block;
}
.main-menu-logo .custom-logo-link img {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
}

.main-menu-social {
  padding: 15px;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 1024px) {
  .main-menu-social {
    display: flex;
  }
}
.main-menu-social li {
  margin: 0 2.5px;
}
.main-menu-social li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #be1823;
  color: #fff;
  border-radius: 0;
  padding: 0;
}

.main-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
@media screen and (max-width: 1024px) {
  .main-menu-overlay {
    display: block;
  }
}

.main-menu-btn {
  display: none;
  margin-left: 10px;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .main-menu-btn {
    display: flex;
  }
}

.page-intro-sec {
  padding: 70px 0;
}
.page-intro-sec .page-intro-wrap {
  background-color: #eaeaeb;
}
.page-intro-sec .container {
  display: flex;
  align-items: center;
}
.page-intro-sec .page-intro-title {
  padding: 30px 30px 30px 0;
  width: 50%;
}
.page-intro-sec .page-intro-title .main-title {
  margin-bottom: 0;
}
.page-intro-sec .page-intro-title .sub-title {
  margin-top: 10px;
  font-size: 16px;
}
.page-intro-sec .page-intro-img {
  width: 50%;
  margin: -45px 0;
  padding: 15px;
  align-self: stretch;
  background-color: rgba(120, 128, 133, 0.15);
}
.page-intro-sec .page-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .page-intro-sec {
    padding: 0 0 30px;
    color: #fff;
  }
  .page-intro-sec .page-intro-wrap {
    padding: 60px 0;
    position: relative;
  }
  .page-intro-sec .page-intro-title {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.55);
  }
  .page-intro-sec .page-intro-img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #000;
  }
  .page-intro-sec .page-intro-img img {
    opacity: 0.6;
  }
}

.top-footer {
  background-color: #2b2b2b;
  color: #fff;
  padding: 30px 0;
  box-shadow: 0 0 8.5px rgba(0, 0, 0, 0.4);
}

.ft-logo {
  text-align: center;
  margin-bottom: 30px;
}
.ft-logo img {
  width: 330px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .ft-logo {
    margin-bottom: 20px;
  }
  .ft-logo img {
    width: 260px;
  }
}
@media screen and (max-width: 500px) {
  .ft-logo {
    text-align: initial;
  }
  .ft-logo img {
    width: 240px;
  }
}

.ft-content {
  display: flex;
  flex-wrap: wrap;
}
.ft-content .ft-contact {
  width: 40%;
}
.ft-content .ft-map {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .ft-content .ft-contact {
    width: 50%;
  }
  .ft-content .ft-map {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .ft-content .ft-contact {
    width: 100%;
    margin-bottom: 30px;
  }
  .ft-content .ft-map {
    width: 100%;
  }
}

.ft-contact {
  position: relative;
  padding-right: 50px;
}
.ft-contact::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3px;
  border-radius: 3px;
  background-color: #c6c6c6;
}
.ft-contact-title {
  font-family: "AvantGarde";
  font-size: 26px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ft-contact-title {
    font-size: 20px;
  }
}
.ft-contact-nav {
  margin-bottom: 20px;
}
.ft-contact-nav a {
  transition: 0.2s;
}
.ft-contact-nav strong {
  font-family: "AvantGarde";
}
.ft-contact-nav-2 {
  font-family: "AvantGarde";
}
.ft-contact-nav-2 a {
  transition: 0.2s;
}
.ft-contact-nav-2 li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.ft-contact-nav-2 li:last-child {
  margin-bottom: 0;
}
.ft-contact-nav-2 li .fa {
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #2b2b2b;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .ft-contact {
    padding-right: 0;
  }
  .ft-contact::after {
    display: none;
  }
  .ft-contact-nav {
    margin-bottom: 15px;
  }
  .ft-contact-nav-2 li {
    margin-bottom: 15px;
  }
}

.ft-map {
  padding-left: 50px;
}
.ft-map-title {
  font-family: "AvantGarde";
  margin-bottom: 15px;
}
.ft-map-nav {
  color: #c6c6c6;
  font-family: "AvantGarde";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ft-map-nav > li {
  width: 25%;
  position: relative;
}
.ft-map-nav > li.break-line {
  width: 100%;
}
.ft-map-nav > li > span {
  transition: 0.2s;
  padding: 15px 15px 15px 0;
  display: inline-block;
}
.ft-map-nav > li > span > .fa {
  margin-right: 10px;
}
.ft-map-nav > li:hover > span {
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  color: #2b2b2b;
}
@media screen and (max-width: 768px) {
  .ft-map-nav {
    justify-content: flex-start;
  }
  .ft-map-nav > li {
    width: 50%;
  }
  .ft-map-nav > li.break-line {
    display: none;
  }
  .ft-map-nav > li > span {
    padding: 10px 10px 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .ft-map {
    padding-left: 0;
  }
  .ft-map-title {
    margin-bottom: 5px;
  }
  .ft-map-nav > li > span {
    padding: 5px 10px 5px 0;
  }
}

.m-tooltip-wrap {
  position: absolute;
  right: 0;
  bottom: 100%;
  background-color: #1d1d1b;
  color: #c6c6c6;
  padding: 15px;
  font-size: 12px;
  font-family: "Times New Roman";
  width: 230px;
  border-radius: 5px;
  display: none;
}
:hover > .m-tooltip-wrap {
  display: block;
}
.m-tooltip-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top-color: #1d1d1b;
  transform: translateX(-50%) skew(-45deg);
}
.m-tooltip-wrap .m-tooltip-row {
  margin-bottom: 10px;
}
.m-tooltip-wrap .m-tooltip-row:last-child {
  margin-bottom: 0;
}
.m-tooltip-wrap .m-tooltip-title {
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (max-width: 500px) {
  .m-tooltip-wrap {
    width: 180px;
  }
  .m-tooltip-wrap::after {
    border-width: 10px;
  }
}

.bottom-footer {
  padding: 30px 0;
  color: #7c7c7c;
  font-size: 12px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .bottom-footer {
    padding: 15px 0;
  }
}

.contact-form .column {
  width: 100%;
}
.contact-form .column.w-50 {
  width: 50%;
}
.contact-form .column.w-35 {
  width: 35%;
}
.contact-form .column.w-15 {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .contact-form .columns {
    margin: -7.5px;
  }
  .contact-form .column {
    padding: 7.5px;
  }
  .contact-form .column.w-35 {
    width: 50%;
  }
  .contact-form .column.w-15 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-form .column.w-50 {
    width: 100%;
  }
  .contact-form .column.w-35 {
    width: 100%;
  }
}

.custom-main-btn {
  position: relative;
  width: 100%;
  padding: 0 0 15px 15px;
}
.custom-main-btn .main-btn {
  box-shadow: -3px 3px 1.5px rgba(132, 131, 131, 0.88);
  width: 100%;
  font-size: 18px;
}
.custom-main-btn::before {
  content: "";
  position: absolute;
  background-color: #ececed;
  bottom: 0;
  left: 0;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .custom-main-btn {
    width: 170px;
    margin: 0 auto;
  }
}

.services-wrap .columns {
  justify-content: center;
}
.services-wrap .column {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .services-wrap .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .services-wrap .column {
    width: 100%;
  }
}

.services-item {
  margin: 0 15px 15px;
  background-color: rgba(127, 130, 134, 0.15);
  padding: 15px;
  position: relative;
  height: calc(100% - 15px);
}
.services-item::before {
  content: "";
  width: 0;
  border-bottom: 5px solid #2b2b2b;
  position: absolute;
  bottom: 0;
  left: 55px;
  transition: 0.4s;
  box-shadow: 5px 5px 5px rgba(43, 43, 43, 0.5);
}
.services-item::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: -15px;
  left: -15px;
  background-color: rgba(127, 130, 134, 0.15);
  z-index: -1;
}
.services-item .services-title {
  padding: 10px 15px 10px 0;
  margin-right: -45px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "AvantGarde";
  font-weight: normal;
  position: relative;
}
.services-item .services-title a {
  display: block;
  background-color: #2b2b2b;
  color: #fff;
  transition: 0.2s;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(43, 43, 43, 0.55);
  position: relative;
}
.services-item .services-title a::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -15px;
  width: 100%;
  background-image: url(../images/square.svg);
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.services-item .services-title a:hover {
  background-color: #be1823;
}
.services-item .services-desc {
  font-family: "Times New Roman";
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.services-item .services-nav li {
  padding-left: 60px;
  margin-bottom: 15px;
  background-image: url(../images/dots.svg);
  background-position: left top 7px;
  background-size: 50px auto;
  background-repeat: no-repeat;
}
.services-item .services-nav li:last-child {
  margin-bottom: 0;
}
.services-item .services-nav li a {
  transition: 0.2s;
}
.services-item .services-nav li a:hover {
  text-decoration: underline;
}
.services-item .services-img a {
  display: block;
  overflow: hidden;
}
.services-item .services-img img {
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.services-item:hover::before {
  width: calc(100% - 55px);
}
@media screen and (max-width: 768px) {
  .services-item {
    margin: 0;
    height: 100%;
  }
  .services-item::after {
    display: none;
  }
  .services-item::before {
    left: 0;
  }
  .services-item .services-title {
    padding: 0;
    margin-right: 0;
    min-height: 0;
  }
  .services-item .services-title a {
    padding: 10px 15px;
  }
  .services-item .services-title a::after {
    display: none;
  }
  .services-item .services-desc {
    -webkit-line-clamp: unset;
    margin-bottom: 10px;
  }
  .services-item .services-nav li {
    margin-bottom: 8px;
  }
}

.services-detail-title {
  padding: 15px 0 15px 15px;
  font-size: 14px;
  font-family: "AvantGarde";
  font-weight: normal;
  z-index: 2;
  position: relative;
}
.services-detail-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(../images/square.svg);
  background-position: left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.services-detail-title .title {
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  background-color: #2b2b2b;
  width: 460px;
  max-width: 100%;
}

.services-detail-content {
  padding: 80px;
  border-bottom: 5px solid #2b2b2b;
  background-color: #f6f6f6;
  box-shadow: 4px 1px 3px rgba(29, 29, 27, 0.4);
  font-size: 20px;
  margin: 0 30px;
  margin-top: -35px;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  .services-detail-content {
    font-size: 18px;
  }
}
.services-detail-content .tt-1 {
  font-size: 66px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .services-detail-content .tt-1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 500px) {
  .services-detail-content .tt-1 {
    font-size: 40px;
  }
}
.services-detail-content .tt-2 {
  font-size: 26px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .services-detail-content .tt-2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .services-detail-content {
    font-size: 16px;
    padding: 50px 30px 30px;
  }
}
@media screen and (max-width: 500px) {
  .services-detail-content {
    margin-left: 0;
    margin-right: 0;
    padding: 50px 20px 20px;
  }
}

.related-services-sec .services-wrap .column {
  width: 400px;
  max-width: 50%;
}
.related-services-sec .services-item {
  padding-bottom: 70px;
}
.related-services-sec .services-item .services-title {
  font-size: 16px;
  min-height: 0;
}
@media screen and (max-width: 768px) {
  .related-services-sec .services-item {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .related-services-sec .services-wrap .column {
    width: 100%;
    max-width: 100%;
  }
}

.news-wrap .columns {
  margin: -30px -45px;
}
@media screen and (max-width: 1300px) {
  .news-wrap .columns {
    margin: -15px;
  }
}
.news-wrap .column {
  width: calc(100% / 3);
  padding: 30px 45px;
}
@media screen and (max-width: 1300px) {
  .news-wrap .column {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .news-wrap .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .news-wrap .column {
    width: 100%;
  }
}

.recruitment-wrap .column {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .recruitment-wrap .column {
    width: 100%;
  }
}

.recruitment-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.recruitment-item .recruitment-title {
  margin-bottom: -20px;
  padding: 15px 15px 0 25px;
  font-family: "AvantGarde";
  font-size: 14px;
  font-weight: normal;
  position: relative;
  z-index: 2;
  letter-spacing: 0.5px;
}
.recruitment-item .recruitment-title > a {
  background-color: #2b2b2b;
  color: #fff;
  position: relative;
  box-shadow: 4px 5px 5px rgba(29, 29, 27, 0.55);
  padding: 10px 20px;
  display: block;
  transition: 0.2s;
}
.recruitment-item .recruitment-title > a > span {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .recruitment-item .recruitment-title > a > span {
    font-size: 20px;
  }
}
.recruitment-item .recruitment-title > a::after {
  content: "";
  position: absolute;
  top: -15px;
  bottom: 5px;
  right: -15px;
  width: 100%;
  background-image: url(../images/square.svg);
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.recruitment-item .recruitment-title > a:hover {
  background-color: #be1823;
  color: #fff;
}
.recruitment-item .recruitment-info {
  background-color: #ececed;
  padding: 40px 25px 25px 60px;
  background-image: url(../images/dots-vertical.svg);
  background-repeat: no-repeat;
  background-position: left 30px top 40px;
  background-size: 10px auto;
  margin-right: 30px;
  position: relative;
  flex-grow: 1;
}
.recruitment-item .recruitment-info::after {
  content: "";
  width: 0;
  border-bottom: 5px solid #2b2b2b;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.6s;
  box-shadow: 5px 5px 5px rgba(43, 43, 43, 0.5);
}
.recruitment-item .recruitment-location {
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .recruitment-item .recruitment-location {
    font-size: 18px;
  }
}
.recruitment-item .recruitment-expiration {
  font-style: italic;
  font-family: "Times New Roman";
  margin-bottom: 10px;
}
.recruitment-item:hover .recruitment-info::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruitment-item .recruitment-title {
    margin-bottom: 0;
    padding: 0;
  }
  .recruitment-item .recruitment-title > a > span {
    font-size: 18px;
  }
  .recruitment-item .recruitment-title > a::after {
    display: none;
  }
  .recruitment-item .recruitment-info {
    padding: 20px 20px 20px 60px;
    background-position: left 30px top 25px;
    margin-right: 0;
  }
}

.detail-btn {
  font-style: italic;
  font-weight: bold;
  font-family: "Times New Roman";
  padding-right: 60px;
  background-image: url(../images/dots-2.svg);
  background-position: right top 4px;
  background-size: 50px auto;
  background-repeat: no-repeat;
  transition: 0.2s;
}

.cv-online-sec {
  overflow: hidden;
  padding: 30px 0;
}
.cv-online-sec .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.cv-online-left {
  width: 40%;
  padding: 70px 50px 70px 0;
}
@media screen and (max-width: 768px) {
  .cv-online-left {
    padding: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .cv-online-left {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

.cv-online-title {
  position: relative;
  padding: 50px 0;
}
.cv-online-title .main-title {
  margin-bottom: 0;
}
.cv-online-title .main-title-3 {
  margin-bottom: 0;
}
.cv-online-title .sub-title {
  margin-top: 10px;
}
.cv-online-title .sub-title p {
  margin: 10px 0;
}
.cv-online-title .main-btn {
  font-size: 16px;
  margin-top: 30px;
}
.cv-online-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 999vw;
  height: 100%;
  background-color: rgba(127, 130, 134, 0.15);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cv-online-title {
    padding: 30px 0;
  }
  .cv-online-title .main-btn {
    margin-top: 15px;
  }
}

.cv-online-apply {
  padding: 20px 0 40px;
}
.cv-online-apply .main-btn {
  font-size: 20px;
  font-family: "AvantGarde";
}
@media screen and (max-width: 768px) {
  .cv-online-apply .main-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .cv-online-apply {
    padding: 15px 0 30px;
  }
  .cv-online-apply .main-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .cv-online-apply {
    padding: 15px;
  }
}

.cv-online-detail {
  padding: 15px 0;
  text-align: right;
}

.cv-online-related {
  padding: 35px;
  position: relative;
  background-color: rgba(127, 130, 134, 0.15);
}
.cv-online-related::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
  background-color: rgba(127, 130, 134, 0.15);
  z-index: -1;
}
.cv-online-related-title {
  font-size: 16px;
  font-family: "AvantGarde";
  margin-bottom: 15px;
}
.cv-online-related-nav {
  font-family: "Times New Roman";
}
.cv-online-related-nav li {
  padding-left: 60px;
  margin-bottom: 15px;
  background-image: url(../images/dots.svg);
  background-position: left top 6px;
  background-size: 50px auto;
  background-repeat: no-repeat;
}
.cv-online-related-nav li:last-child {
  margin-bottom: 0;
}
.cv-online-related-nav li a {
  transition: 0.2s;
}
.cv-online-related-nav li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  .cv-online-related {
    padding: 30px;
  }
  .cv-online-related::before {
    display: none;
  }
}

.cv-online-right {
  width: 60%;
  box-shadow: 3px 3px 3px rgba(43, 43, 43, 0.55);
  border: 15px solid #dadada;
  background-color: #fff;
  padding: 55px 40px;
}
.cv-online-right .mona-content {
  font-size: 20px;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  .cv-online-right .mona-content {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .cv-online-right {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .cv-online-right {
    width: 100%;
    padding: 15px;
  }
}

.cv-form .column {
  width: 100%;
}
.cv-form .column.w-70 {
  width: 70%;
}
.cv-form .column.w-30 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .cv-form .columns {
    margin: -7.5px -15px;
  }
  .cv-form .column {
    padding: 7.5px 15px;
  }
  .cv-form .column.w-70 {
    width: 100%;
  }
  .cv-form .column.w-30 {
    width: 100%;
  }
}

.custom-file-label .custom-file-input {
  display: none;
}
.custom-file-label .custom-file-txt {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #c5c7c8;
  box-shadow: 4px 5px 10px rgba(43, 43, 43, 0.45);
  font-size: 16px;
  cursor: pointer;
  display: block;
}

.info-contact-sec.pt-0 {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .info-contact-sec {
    position: relative;
  }
  .info-contact-sec::before {
    content: "";
    width: 1170px;
    max-width: calc(100% - 30px);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-top: 1px solid #2b2b2b;
  }
}

.info-contact-nav {
  margin: 0 -15px;
  font-size: 13px;
}
.info-contact-nav li {
  display: inline-flex;
  align-items: center;
  padding: 6px 15px;
}
.info-contact-nav li > img {
  width: 25px;
  height: auto;
  flex-shrink: 0;
  margin-right: 10px;
}
.info-contact-nav li a {
  transition: 0.2s;
}
.info-contact-nav li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  .info-contact-nav {
    text-align: left;
    margin: 0;
  }
  .info-contact-nav li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .info-contact-nav li:last-child {
    margin-bottom: 0;
  }
}

.about-wrap .about-left {
  width: 75%;
}
.about-wrap .about-left .info-contact-nav {
  text-align: left;
  margin-top: 40px;
}
.about-wrap .about-right {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .about-wrap .about-left {
    width: 100%;
  }
  .about-wrap .about-left .info-contact-nav {
    margin-top: 15px;
  }
  .about-wrap .about-right {
    width: 105%;
  }
}

.about-intro-item {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-intro-item:last-child {
  margin-bottom: 0;
}
.about-intro-item .about-intro-title {
  background-color: #2b2b2b;
  color: #fff;
  padding: 12px 20px;
  text-align: center;
  font-family: "AvantGarde";
  font-weight: normal;
  font-size: 16px;
  width: 30%;
  position: relative;
  z-index: 2;
  line-height: 1.5;
}
.about-intro-item .about-intro-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.4s;
  z-index: -1;
  background-color: #be1823;
}
.about-intro-item .about-intro-desc {
  width: 70%;
  padding-left: 15px;
}
.about-intro-item:hover .about-intro-title::before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-intro-item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .about-intro-item .about-intro-title {
    width: 100%;
  }
  .about-intro-item .about-intro-desc {
    width: 100%;
    padding-left: 0;
    background-color: #eaeaeb;
    padding: 15px;
  }
}

.company-profile-wrap {
  position: relative;
  padding: 0 10px;
  background-image: url(../images/line.svg), url(../images/line.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 5px auto;
}

.company-profile-inner {
  padding: 25px;
  background-color: #eaeaeb;
}
.company-profile-inner .company-profile-title {
  font-size: 16px;
  color: #fff;
  font-family: "AvantGarde";
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 4px 4px 3px rgba(43, 43, 43, 0.65);
}
.company-profile-inner .company-profile-title a {
  display: block;
  background-color: #be1823;
  padding: 10px 20px;
  transition: 0.2s;
}
.company-profile-inner .company-profile-title a:hover {
  background-color: #fff;
  color: #be1823;
}

.company-profile-detail-sec .cv-online-left {
  padding-right: 30px;
  padding-bottom: 0;
  width: 60%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.company-profile-detail-sec .cv-online-right {
  width: 40%;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .company-profile-detail-sec .cv-online-left {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
    order: 2;
  }
  .company-profile-detail-sec .cv-online-right {
    width: 100%;
  }
}

.company-profile-pdf img {
  width: 100%;
  height: auto;
}
.company-profile-pdf.open-profile-popup-btn {
  background-color: #fff;
  overflow: hidden;
}
.company-profile-pdf.open-profile-popup-btn img {
  transition: 0.2s;
}
.company-profile-pdf.open-profile-popup-btn:hover img {
  cursor: zoom-in;
  opacity: 0.85;
  transform: scale(1.05);
}

.cv-online-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
}
.cv-online-contact-left {
  width: 60%;
}
.cv-online-contact-right {
  width: 40%;
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 500px) {
  .cv-online-contact-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .cv-online-contact-right {
    width: 100%;
    padding: 0;
  }
}

.hotline-btn {
  display: inline-block;
  font-family: "AvantGarde";
  transition: 0.2s;
  text-align: center;
}
.hotline-btn-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -10px;
  letter-spacing: 0.7px;
}
.hotline-btn-title::before,
.hotline-btn-title::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid currentColor;
}
.hotline-btn-title::before {
  margin-right: 5px;
}
.hotline-btn-title::after {
  margin-left: 5px;
}
.hotline-btn-tel {
  font-size: 22px;
  padding: 10px 12px;
  border: 1px solid currentColor;
  border-top: 0;
  display: block;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  .hotline-btn-tel {
    font-size: 20px;
  }
}
.hotline-btn:hover {
  color: #be1823;
}

.profile-popup {
  max-width: 100%;
  margin: 0;
  padding: 40px;
  height: 100%;
  overflow-x: hidden;
}

.profile-popup-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.profile-popup-inner .profile-slider-title {
  font-size: 26px;
  font-family: "AvantGarde";
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .profile-popup-inner .profile-slider-title {
    font-size: 20px;
  }
}
.profile-popup-inner .profile-slider-content {
  margin: auto 0;
  position: relative;
}
.profile-popup-inner .profile-slider-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200vw;
  height: 30%;
  background-color: rgba(127, 130, 134, 0.15);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  .profile-popup-inner {
    justify-content: center;
  }
  .profile-popup-inner .profile-slider-title {
    text-align: center;
  }
  .profile-popup-inner .profile-slider-content {
    margin: 0;
  }
}

.mfp-full {
  background-color: #fff;
}
.mfp-full .mfp-container {
  padding: 0;
}
.mfp-full .mfp-container .mfp-content {
  height: 100%;
}
.mfp-full .mfp-close {
  color: #b2b2b2;
  font-size: 60px;
}
.mfp-full .mfp-close:hover {
  color: #be1823;
}

.profile-slider .swiper-wrapper {
  margin: 0;
}
.profile-slider .swiper-slide {
  padding: 0;
  width: calc(100% / 3);
}
.profile-slider .swiper-button-prev {
  left: 0;
}
.profile-slider .swiper-button-next {
  right: 0;
}
.profile-slider .full-img {
  padding: 15px;
  background-color: #dadada;
  box-shadow: 0 5px 10px rgba(132, 131, 131, 0.55);
}
.profile-slider .swiper-pagination {
  display: none;
}

.customers-slider .swiper-container {
  margin: -15px;
  padding: 15px;
}
.customers-slider .swiper-slide {
  width: 20%;
}
.customers-slider .box-img {
  height: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative;
}
.customers-slider .swiper-pagination {
  display: none;
}
@media screen and (max-width: 1200px) {
  .customers-slider .swiper-pagination {
    display: block;
  }
  .customers-slider .swiper-button-prev,
  .customers-slider .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .customers-slider .swiper-wrapper {
    margin: -7.5px;
  }
  .customers-slider .swiper-slide {
    padding: 7.5px;
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  .customers-slider .swiper-slide {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 375px) {
  .customers-slider .swiper-slide {
    width: 50%;
  }
}

.why-choose-us-sec .main-title-2 {
  margin-bottom: 15px;
}

.reasons-wrap .columns {
  margin: 0;
}
.reasons-wrap .column {
  padding: 0;
  width: calc(100% / 3);
}
@media screen and (max-width: 500px) {
  .reasons-wrap .column {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .reasons-wrap .column {
    width: 100%;
  }
}

.reasons-item {
  text-align: center;
  padding: 30px;
  transition: 0.2s;
  border-radius: 4px;
  height: 100%;
}
.reasons-item .reasons-icon {
  margin-bottom: 10px;
}
.reasons-item .reasons-icon img {
  height: 100%;
  width: auto;
  transition: 0.2s;
}
.reasons-item .reasons-title {
  font-size: 16px;
  font-family: "AvantGarde";
  margin-bottom: 5px;
}
.reasons-item:hover {
  background-color: #be1823;
  color: #fff;
}
.reasons-item:hover .reasons-icon img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 500px) {
  .reasons-item {
    padding: 15px;
  }
}

.home .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.home .header.fixed {
  animation: none;
}
.home:not(.fp-viewing-0) .header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.home .main {
  margin-top: 0 !important;
}
@media screen and (min-width: 1025px) {
  .home.fp-viewing-0 .header {
    background-color: #fff;
  }
  .home.fp-viewing-0 .header .main-menu-nav > li > a {
    background-color: #808284;
    color: #fff;
  }
  .home.fp-viewing-0 .header .main-menu-nav > li > a:hover {
    color: #be1823;
  }
  .home.fp-viewing-0 .header .main-menu-nav .current-menu-item > a,
  .home.fp-viewing-0 .header .main-menu-nav .current-menu-parent > a {
    background-color: #be1823;
    color: #fff;
  }
  .home.fp-viewing-0 .header .main-menu-nav .current-menu-item > a:hover,
  .home.fp-viewing-0 .header .main-menu-nav .current-menu-parent > a:hover {
    color: #fff;
  }
}

.booking-wrap {
  text-align: center;
}
.booking-wrap .column {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .booking-wrap .column {
    width: 100%;
  }
  .booking-wrap .column + .column {
    padding-top: 0;
  }
}

.booking-item {
  display: inline-flex;
  align-items: center;
}
.booking-item .booking-icon {
  width: 45px;
  flex-shrink: 0;
}
.booking-item .booking-icon img {
  width: 100%;
  height: auto;
}
.booking-item .booking-title {
  box-shadow: 5px 5px 10px rgba(43, 43, 43, 0.4);
  font-size: 14px;
  font-family: "AvantGarde";
}
.booking-item .booking-title a {
  display: block;
  padding: 10px 15px;
  background-color: #2b2b2b;
  color: #fff;
  transition: 0.2s;
}
.booking-item .booking-title a:hover {
  background-color: #be1823;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .booking-item {
    display: flex;
  }
  .booking-item .booking-title {
    width: calc(100% - 45px);
  }
}

.home-news-wrap .home-news-left {
  width: 75%;
}
.home-news-wrap .home-news-right {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .home-news-wrap .home-news-left {
    width: 100%;
  }
  .home-news-wrap .home-news-right {
    width: 100%;
  }
}

.home-news-left .column {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .home-news-left .column {
    width: 100%;
  }
}

.home-news-item {
  background-color: #ededed;
  padding: 15px 20px 20px;
  position: relative;
  margin: 15px 20px 20px 40px;
}
.home-news-item::before {
  content: "";
  width: 0;
  border-bottom: 5px solid #2b2b2b;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  box-shadow: 5px 5px 5px rgba(43, 43, 43, 0.5);
}
.home-news-item::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -20px;
  right: -20px;
  background-color: rgba(127, 130, 134, 0.15);
}
.home-news-item:hover::before {
  width: calc(100% - 30px);
}
.home-news-item .home-news-title {
  margin-left: -40px;
  font-family: "AvantGarde";
  margin-bottom: 25px;
  width: 250px;
  max-width: 100%;
  position: relative;
}
.home-news-item .home-news-title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: -30px;
  left: -15px;
  background-color: rgba(127, 130, 134, 0.15);
}
.home-news-item .home-news-title a {
  padding: 10px 20px;
  background-color: #2b2b2b;
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
  box-shadow: 5px 5px 10px rgba(43, 43, 43, 0.4);
  transition: 0.2s;
}
.home-news-item .home-news-title a:hover {
  background-color: #be1823;
  color: #fff;
}
.home-news-item .home-news-info {
  display: flex;
  flex-wrap: wrap;
}
.home-news-item .home-news-info .home-news-desc {
  width: 50%;
  padding-right: 20px;
  font-family: "Times New Roman";
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.home-news-item .home-news-info .home-news-img {
  width: 50%;
}
.home-news-item .home-news-info .home-news-img img {
  margin-bottom: 15px;
}
.home-news-item .home-news-info .home-news-img img a {
  display: block;
}
.home-news-item .home-news-info .home-news-img img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .home-news-item {
    padding: 15px;
    margin: 0;
  }
  .home-news-item::before,
  .home-news-item::after {
    display: none;
  }
  .home-news-item .home-news-title {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .home-news-item .home-news-title::after {
    display: none;
  }
}

.home-news-sidebar {
  font-family: "AvantGarde";
}
.home-news-sidebar li {
  margin-bottom: 20px;
}
.home-news-sidebar li:last-child {
  margin-bottom: 0;
}
.home-news-sidebar li a {
  display: block;
  padding: 10px 20px;
  background-color: #dadada;
  color: #2b2b2b;
  transition: 0.2s;
  margin: 0 0 10px 10px;
  position: relative;
}
.home-news-sidebar li a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #2b2b2b;
  bottom: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: -1;
}
.home-news-sidebar li a:hover {
  background-color: #be1823;
  color: #fff;
  box-shadow: 5px 5px 10px rgba(43, 43, 43, 0.4);
}
@media screen and (max-width: 768px) {
  .home-news-sidebar {
    display: flex;
    flex-wrap: wrap;
    margin: -7.5px;
  }
  .home-news-sidebar li {
    padding: 7.5px;
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .home-news-sidebar li {
    width: 100%;
  }
}

.home-intro-sec .cv-online-left {
  width: 50%;
  padding-bottom: 0;
}
.home-intro-sec .cv-online-right {
  width: 50%;
  border: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  align-self: stretch;
}
.home-intro-sec .cv-online-title .tt-1 {
  font-size: 38px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .home-intro-sec .cv-online-title .tt-1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .home-intro-sec .cv-online-title .tt-1 {
    font-size: 26px;
  }
}
.home-intro-sec .cv-online-title .tt-2 {
  font-size: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .home-intro-sec .cv-online-title .tt-2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .home-intro-sec .cv-online-title .tt-2 {
    font-size: 20px;
  }
}
.home-intro-sec .cv-online-contact {
  margin-top: 25px;
}
.home-intro-sec .cv-online-contact-left {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .home-intro-sec .cv-online-left {
    padding: 0 30px 0 0;
  }
  .home-intro-sec .cv-online-left .cv-online-title {
    padding: 30px 0;
  }
  .home-intro-sec .cv-online-contact {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .home-intro-sec .cv-online-left {
    width: 100%;
    order: 2;
    padding: 0;
  }
  .home-intro-sec .cv-online-left .cv-online-title {
    padding: 0 0 30px;
  }
  .home-intro-sec .cv-online-right {
    width: 100%;
  }
}

.cv-online-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 25px;
}
.cv-online-btn-wrap .main-btn {
  margin-top: 0;
  margin-right: 30px;
  font-size: 20px;
  padding: 9px 35px;
}
@media screen and (max-width: 768px) {
  .cv-online-btn-wrap .main-btn {
    font-size: 18px;
  }
}
.cv-online-btn-wrap .hotline-btn-tel {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .cv-online-btn-wrap {
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .cv-online-btn-wrap .main-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .cv-online-btn-wrap .hotline-btn {
    width: 100%;
  }
}

.cv-online-slider-wrap {
  float: left;
  width: 50vw;
  background-color: rgba(127, 130, 134, 0.15);
  padding: 40px;
  padding-right: 0;
  position: relative;
  height: 100%;
}
.cv-online-slider-wrap::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background-color: rgba(127, 130, 134, 0.15);
  left: -25px;
  bottom: -25px;
}
@media screen and (max-width: 1024px) {
  .cv-online-slider-wrap {
    padding: 30px;
  }
  .cv-online-slider-wrap::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cv-online-slider-wrap {
    width: calc(100% + 30px);
    padding: 30px 15px 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.cv-online-slider {
  height: 100%;
}
.cv-online-slider .swiper-button-prev,
.cv-online-slider .swiper-button-next {
  display: none;
}
.cv-online-slider .swiper-pagination {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
}
.cv-online-slider .swiper-container {
  height: 100%;
}
.cv-online-slider .swiper-wrapper {
  height: 100%;
  margin: 0 -15px;
}
.cv-online-slider .swiper-slide {
  padding: 0 15px;
}
.cv-online-slider .full-img {
  height: 100%;
}
.cv-online-slider .full-img img {
  height: 100%;
  object-fit: cover;
}

.fixed-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  padding: 30px 10px;
  background-color: #2b2b2b;
  display: flex;
  align-items: flex-end;
  box-shadow: 5px 0 10px rgba(43, 43, 43, 0.35);
}
@media screen and (max-width: 1200px) {
  .fixed-sidebar {
    height: auto;
    top: unset;
    bottom: 100px;
    padding: 10px;
    z-index: 999;
  }
}

.fixed-sidebar-nav li {
  display: block;
  margin-bottom: 20px;
}
.fixed-sidebar-nav li:last-child {
  margin-bottom: 0;
}
.fixed-sidebar-nav li img {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .fixed-sidebar-nav li {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .section-wrap .info-contact-sec {
    position: sticky;
    bottom: 0;
    padding: 5px 0;
    z-index: 997;
    background-color: #fff;
    box-shadow: -5px 0 1px rgba(43, 43, 43, 0.35);
  }
}

@media screen and (max-width: 768px) {
  .wow {
    animation-delay: 0s !important;
  }
}

.services-wrap.services-wrap-2 .column {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .services-wrap.services-wrap-2 .column {
    width: 100%;
  }
}
.services-wrap.services-wrap-2 .services-item {
  width: 390px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .services-wrap.services-wrap-2 .services-item {
    width: 100%;
  }
}
.services-wrap.services-wrap-6 .column {
  width: calc(100% / 3);
}
@media screen and (max-width: 768px) {
  .services-wrap.services-wrap-6 .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .services-wrap.services-wrap-6 .column {
    width: 100%;
  }
}

.swiper-news-slide .news-detail-sec .container {
  position: relative;
  z-index: 1;
}
/* .swiper-news-slide .profile-slider {
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
}
.swiper-news-slide .profile-slider .swiper-slide {
	width: 100%;
} */
.swiper-news-slide .news-detail-sec .swiper-button-prev,
.swiper-news-slide .news-detail-sec .swiper-button-next {
  color: #848484;
  background: #ececec;
  z-index: 0;
  height: 160px;
}
.swiper-news-slide .news-detail-sec .swiper-button-prev::after,
.swiper-news-slide .news-detail-sec .swiper-button-next::after {
  font-size: 2rem;
}
.swiper-news-slide .news-detail-sec .swiper-button-prev {
  left: 0;
}
.swiper-news-slide .news-detail-sec .swiper-button-prev::after {
  font-size: 90px;
}
.swiper-news-slide .news-detail-sec .swiper-button-next {
  right: 0;
}
.swiper-news-slide .news-detail-sec .swiper-button-next::after {
  font-size: 90px;
}
.swiper-news-slide .news-detail-sec .services-detail-content {
  margin: 0;
  padding: 15px;
  background: #ececec;
  border-radius: 10px;
  box-shadow: 4px 1px 20px rgba(29, 29, 27, 0.4);
}
.swiper-news-slide .news-detail-sec .services-detail-content .mona-content {
  padding: 15px;
  background: #fff;
}
.swiper-news-slide .mfp-close {
  top: 15px;
  right: 3%;
  font-size: 80px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .swiper-news-slide .mfp-close {
    font-size: 60px;
  }
  .swiper-news-slide .news-detail-sec .swiper-button-prev::after {
    font-size: 60px;
  }
  .swiper-news-slide .news-detail-sec .swiper-button-next::after {
    font-size: 60px;
  }
}

/*# sourceMappingURL=style.css.map */
