@charset "UTF-8";
@import url(../fonts/SFProDisplay/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/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;
}

.open-video-btn-2 {
  display: inline-block;
}

.open-video-btn-2 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%;
  -webkit-transform: translate(-50%, -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 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,
.container-2 {
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container {
  width: 1200px;
}

.container-2 {
  width: 1500px;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 768px) {
  .columns {
    margin: -7.5px;
  }
}

.column {
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .column {
    padding: 7.5px;
  }
}

.hamburger-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.hamburger-btn .bar {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #399FCD;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 2px;
}

.hamburger-btn .bar::before, .hamburger-btn .bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #399FCD;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 2px;
}

.hamburger-btn .bar::before {
  top: -8px;
}

.hamburger-btn .bar::after {
  top: 8px;
}

.hamburger-btn.active .bar {
  background-color: transparent;
}

.hamburger-btn.active .bar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger-btn.active .bar::after {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.main-btn {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: 0;
  border: 0;
  cursor: pointer;
  border-radius: 0;
  background-color: #399FCD;
  color: #fff;
  padding: 10px 50px;
  font-weight: bold;
  -webkit-transition: .2s;
  transition: .2s;
}

.main-btn.full-btn {
  text-align: center;
  width: 100%;
}

.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 {
  background-color: #2b81a8;
  color: #fff;
}

.f-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  color: inherit;
  outline: 0;
  border-radius: 0;
  width: 100%;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  color: #000;
  padding: 0 15px;
  height: 44px;
}

.f-control::-webkit-input-placeholder {
  color: inherit;
}

.f-control:-ms-input-placeholder {
  color: inherit;
}

.f-control::-ms-input-placeholder {
  color: inherit;
}

.f-control::placeholder {
  color: inherit;
}

.f-control:disabled {
  cursor: not-allowed;
}

.f-control:focus {
  border-color: #399FCD;
}

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

textarea.f-control {
  display: block;
  height: 120px;
  padding: 15px 20px;
  max-width: 100%;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.custom-checkbox .checkmark::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #399FCD;
  display: none;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 998;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #399FCD;
  border: 1px solid #399FCD;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scroll-top:hover {
  background-color: #fff;
  color: #399FCD;
}

@media screen and (max-width: 768px) {
  .scroll-top {
    right: 15px;
    bottom: 15px;
  }
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-content .mfp-close {
  color: #399FCD;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mfp-bg {
  z-index: 9998;
}

.mfp-wrap {
  z-index: 9999;
}

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

.lg-outer .lg-thumb-item:hover, .lg-outer .lg-thumb-item.active {
  border-color: #399FCD;
}

.pagination {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

.pagination > ul > li {
  display: inline-block;
}

.pagination > ul > li > .page-numbers {
  display: block;
  border: 1px solid #E9E9E9;
  background-color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagination > ul > li > .page-numbers.current, .pagination > ul > li > .page-numbers:hover {
  color: #fff;
  background-color: #399FCD;
  border-color: #399FCD;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 20px;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social-nav li {
  margin-right: 10px;
}

.social-nav li:last-child {
  margin-right: 0;
}

.social-nav li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #b9d7ea;
  color: #fff;
  font-size: 12px;
  border-radius: 100%;
}

.social-nav li a:hover {
  background-color: #399FCD;
}

.daterangepicker {
  font-family: inherit;
}

.daterangepicker .calendar-table thead {
  text-transform: uppercase;
}

.daterangepicker .calendar-table td {
  font-size: 13px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #399FCD;
}

.sec {
  padding: 90px 0;
}

.sec.pt-0 {
  padding-top: 0;
}

.sec.pb-0 {
  padding-bottom: 0;
}

.sec.p-0 {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .sec {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .sec {
    padding: 40px 0;
  }
}

.hl-color {
  color: #399FCD;
}

.hl-color-2 {
  color: #DF615C;
}

.readmore-btn {
  display: inline-block;
  color: #399FCD;
  font-weight: bold;
}

.readmore-btn:hover {
  text-decoration: underline;
}

.main-title-wrap {
  margin-bottom: 25px;
}

.main-title-wrap .sub-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 14px 20px;
  display: inline-block;
  background-color: #399FCD;
  color: #fff;
  min-width: 170px;
  text-align: center;
}

.main-title-wrap .main-title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
}

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

@media screen and (max-width: 500px) {
  .main-title-wrap .main-title {
    font-size: 22px;
  }
}

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

.breadcrumb-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
}

.text-wrap p {
  margin: 1em 0;
}

.fz-18 {
  font-size: 18px;
}

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

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

.fadeInUpShorter {
  -webkit-animation-name: fadeInUpShorter;
          animation-name: fadeInUpShorter;
}

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

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

.fadeInLeftShorter {
  -webkit-animation-name: fadeInLeftShorter;
          animation-name: fadeInLeftShorter;
}

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

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

.fadeInRightShorter {
  -webkit-animation-name: fadeInRightShorter;
          animation-name: fadeInRightShorter;
}

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

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

.fadeInDownShorter {
  -webkit-animation-name: fadeInDownShorter;
          animation-name: fadeInDownShorter;
}

.is-slider {
  position: relative;
}

.is-slider .swiper-container {
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  background-color: #399FCD;
  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: "\f177";
}

.swiper-button-next {
  right: -64px;
}

.swiper-button-next::after {
  content: "\f178";
}

.swiper-pagination {
  position: static;
  margin-top: 15px;
}

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

.swiper-pagination-bullet {
  width: 11px;
  height: 8px;
  border-radius: 20px;
  background-color: #399FCD;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 22px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-button-wrap .swiper-button-prev,
.swiper-button-wrap .swiper-button-next {
  position: static;
  color: #fff;
  background-color: #399FCD;
  margin-top: 0;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.swiper-button-wrap .swiper-button-prev:hover,
.swiper-button-wrap .swiper-button-next:hover {
  background-color: #399FCD;
}

.swiper-button-wrap .swiper-button-prev::after {
  content: "\f104";
}

.swiper-button-wrap .swiper-button-next {
  margin-left: 5px;
}

.swiper-button-wrap .swiper-button-next::after {
  content: "\f105";
}

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

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: #399FCD;
  color: #fff;
}

::selection {
  background-color: #399FCD;
  color: #fff;
}

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

body {
  font-family: "SF Pro Display", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}

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;
}

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

a:hover {
  color: #399FCD;
}

.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;
  }
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: showHeader 1s forwards;
          animation: showHeader 1s forwards;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.header.fixed .top-header {
  display: none;
}

@-webkit-keyframes showHeader {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showHeader {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 1025px) {
  .mobile-hd-logo {
    display: none;
  }
}

.custom-logo-link {
  display: block;
  width: 70px;
}

.custom-logo-link img {
  width: 100%;
  height: auto;
}

.top-header {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
}

.top-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .top-header {
    display: none;
  }
}

.hd-intro-wrap {
  max-width: 800px;
}

.hd-intro-wrap .columns {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.hd-intro-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd-intro-item .hd-intro-icon {
  width: 36px;
}

.hd-intro-item .hd-intro-icon img {
  width: 100%;
  height: auto;
}

.hd-intro-item .hd-intro-info {
  width: calc(100% - 36px);
  padding-left: 5px;
}

.hd-intro-item .hd-intro-info .hd-intro-title {
  font-weight: bold;
}

.hd-intro-item .hd-intro-info .hd-intro-desc {
  font-size: 12px;
  color: #969696;
}

.bottom-header {
  padding: 10px 0;
}

.bottom-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-header-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

.header-search-wrap {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.header-search-wrap > .open-popup-btn {
  width: 70px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .header-search-wrap > .open-popup-btn {
    width: 50px;
    height: 30px;
  }
}

.header-search-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.header-search-form {
  position: relative;
}

.header-search-form .f-control {
  padding-right: 60px;
  border-radius: 0;
}

.header-search-form .main-btn {
  height: 40px;
  width: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.main-menu {
  margin-left: -25px;
}

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

.main-menu-nav {
  font-size: 18px;
  font-weight: bold;
}

.main-menu-nav > li {
  display: inline-block;
}

.main-menu-nav > li > a {
  display: block;
  padding: 10px 15px;
}

.main-menu-nav .current-menu-item > a,
.main-menu-nav .current-menu-parrent > a {
  color: #399FCD;
}

.main-menu-nav .dropdown {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .main-menu-nav .dropdown:hover > .sub-menu-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .main-menu-nav .dropdown .dropdown > a > .fa {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.main-menu-nav .dropdown > a {
  position: relative;
  padding-right: 30px;
}

.main-menu-nav .dropdown > a > .fa {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu-nav .dropdown > .sub-menu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.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:first-child {
  border-top: 0;
}

.main-menu-nav .dropdown > .sub-menu-wrap > .sub-menu > li > a {
  display: block;
  padding: 12px 25px;
}

.main-menu-nav .dropdown > .sub-menu-wrap .sub-menu-wrap {
  top: 0;
  left: 100%;
}

@media screen and (max-width: 1200px) {
  .main-menu-nav {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .main-menu-nav {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: #399FCD;
    color: #fff;
    z-index: 2;
    padding: 20px 0 50px;
    overflow: auto;
    text-align: left;
  }
  .main-menu-nav a:hover {
    color: #fff;
  }
  .main-menu-nav > li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu-nav > li > a {
    padding: 15px;
  }
  .main-menu-nav .current-menu-item > a,
  .main-menu-nav .current-menu-parrent > a {
    background-color: #2b81a8;
    color: #fff;
  }
  .main-menu-nav .dropdown > a > .fa {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu-nav .dropdown > .sub-menu-wrap {
    min-width: 100%;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: none;
    background-color: transparent;
    color: inherit;
  }
  .main-menu-nav .dropdown > .sub-menu-wrap > .sub-menu > li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu-nav .dropdown > .sub-menu-wrap > .sub-menu > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu-nav .dropdown > .sub-menu-wrap > .sub-menu > li > a {
    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 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu-nav .dropdown.show-sub-menu > .sub-menu-wrap {
    display: block;
  }
}

.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;
}

@media screen and (max-width: 1024px) {
  .main-menu-btn {
    display: block;
  }
}

.home-banner-slider .swiper-wrapper {
  margin: 0;
}

.home-banner-slider .swiper-slide {
  padding: 0;
  width: 100%;
}

.home-banner-slider .home-banner-pagination {
  display: none;
  position: absolute;
  bottom: 20px;
}

.home-banner-slider .swiper-pagination-bullet {
  background-color: #fff;
}

.home-banner-slider .home-banner-button-prev {
  left: 15px;
}

.home-banner-slider .home-banner-button-next {
  right: 15px;
}

@media screen and (max-width: 1200px) {
  .home-banner-slider {
    position: relative;
  }
  .home-banner-slider .home-banner-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-banner-slider .home-banner-navigation .home-banner-button-prev,
  .home-banner-slider .home-banner-navigation .home-banner-button-next {
    position: static;
    margin: 0;
  }
  .home-banner-slider .home-banner-navigation .home-banner-button-next {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.home-banner-item {
  padding: 250px 0;
  background-size: cover;
  background-position: center center;
  color: #fff;
  overflow: hidden;
}

.home-banner-item .home-banner-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  line-height: 1.4;
  max-width: 730px;
}

@media screen and (max-width: 1024px) {
  .home-banner-item .home-banner-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .home-banner-item .home-banner-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .home-banner-item .home-banner-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .home-banner-item {
    padding: 160px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .home-banner-item {
    padding: 100px 0 140px;
  }
}

.services-slider .swiper-slide {
  width: 20%;
}

.services-slider-pagination {
  display: none;
}

@media screen and (max-width: 1600px) {
  .services-slider-button-prev, .services-slider-button-next {
    display: none;
  }
  .services-slider-pagination {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .services-slider .swiper-slide {
    width: 25%;
  }
}

@media screen and (max-width: 500px) {
  .services-slider .swiper-slide {
    width: 50%;
  }
}

.services-item .services-img a {
  display: block;
  position: relative;
  overflow: hidden;
}

.services-item .services-img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 159, 205, 0.4);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.services-item .services-img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-item .services-info {
  margin-top: 15px;
}

.services-item .services-info .services-title {
  font-size: 18px;
  font-weight: bold;
}

.services-item .services-info .services-desc {
  margin-top: 8px;
}

.services-item .services-info .readmore-btn {
  margin-top: 8px;
}

.services-item:hover .services-img a::after {
  opacity: 1;
}

.services-item:hover .services-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .services-item .services-info {
    margin-top: 10px;
  }
  .services-item .services-info .services-desc {
    margin-top: 5px;
  }
  .services-item .services-info .readmore-btn {
    margin-top: 5px;
  }
}

.projects-wrap .column {
  width: calc(100% / 3);
}

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

.projects-item .projects-img a {
  display: block;
  position: relative;
  overflow: hidden;
}

.projects-item .projects-img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 159, 205, 0.4);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.projects-item .projects-img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.projects-item .projects-info {
  margin-top: 12px;
}

.projects-item .projects-info .projects-title {
  font-size: 18px;
  font-weight: bold;
}

.projects-item .projects-info .readmore-btn {
  margin-top: 10px;
}

.projects-item:hover .projects-img a::after {
  opacity: 1;
}

.projects-item:hover .projects-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .projects-item .projects-info {
    margin-top: 10px;
  }
  .projects-item .projects-info .readmore-btn {
    margin-top: 5px;
  }
}

.parallax-sec {
  position: relative;
}

.parallax-sec .parallax-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-sec {
  color: #fff;
  padding: 160px 0 220px;
}

.banner-sec .banner-inner {
  max-width: 570px;
}

.banner-sec .text-wrap {
  margin-top: 30px;
}

.banner-sec .main-btn {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .banner-sec {
    padding: 100px 0 140px;
  }
}

.home-about-sec {
  padding: 280px 0 0;
}

@media screen and (max-width: 768px) {
  .home-about-sec {
    padding: 140px 0 0;
  }
}

.home-about-inner {
  background-color: #fff;
  max-width: 470px;
  padding: 30px 30px 75px;
  position: relative;
}

.home-about-inner .main-title-wrap {
  margin-bottom: 20px;
}

.home-about-inner .main-title-wrap .sub-title {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .home-about-inner {
    padding: 30px;
  }
  .home-about-inner .main-title-wrap {
    margin-bottom: 15px;
  }
}

.home-couter-sec {
  padding: 65px 0;
  background-color: #399FCD;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .home-couter-sec {
    padding: 30px 0;
  }
}

.couter-wrap {
  overflow: hidden;
}

.couter-wrap .column {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .couter-wrap .columns {
    margin: -15px;
  }
  .couter-wrap .column {
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .couter-wrap .column {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

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

.counter-item .counter-number {
  font-size: 56px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .counter-item .counter-number {
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .counter-item .counter-number {
    font-size: 36px;
  }
}

@media screen and (max-width: 500px) {
  .counter-item .counter-number {
    font-size: 30px;
  }
}

.counter-item .counter-title {
  font-size: 18px;
  font-weight: bold;
}

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

.footer {
  border-top: 1px solid #f0f0f0;
}

.top-footer {
  padding: 95px 0 40px;
}

.top-footer .column {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .top-footer {
    padding: 50px 0 40px;
  }
  .top-footer .main-title-wrap {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 500px) {
  .top-footer {
    padding: 40px 0;
  }
  .top-footer .column {
    width: 100%;
  }
  .top-footer .column + .column {
    margin-top: 10px;
  }
}

.ft-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.ft-form .f-group {
  padding: 5px;
  width: 100%;
}

.ft-form .f-group.w-50 {
  width: 50%;
}

.ft-text-wrap {
  line-height: 1.7;
}

.ft-get-price {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .ft-get-price {
    margin-top: 12px;
  }
}

.bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 0;
  border-top: 1px solid #f0f0f0;
}

@media screen and (max-width: 768px) {
  .bottom-footer {
    padding: 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .bottom-footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.ft-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.ft-social > .title {
  font-weight: bold;
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  .ft-social {
    margin-bottom: 5px;
  }
}

.our-projects-sec {
  color: #fff;
}

.our-projects-slider .swiper-pagination-bullet {
  background-color: #fff;
}

.our-projects-slider .swiper-wrapper {
  margin: 0;
}

.our-projects-slider .swiper-slide {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .our-projects-slider .our-projects-button-prev,
  .our-projects-slider .our-projects-button-next {
    display: none;
  }
}

.our-projects-item {
  position: relative;
  overflow: hidden;
}

.our-projects-item .our-projects-img img {
  width: 100%;
  height: auto;
}

.our-projects-item .our-projects-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.our-projects-item .our-projects-info .our-projects-title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.our-projects-item .our-projects-info .our-projects-desc {
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.our-projects-item .our-projects-info .readmore-btn {
  margin-top: 8px;
}

.our-projects-item:hover .our-projects-info {
  top: 0;
}

@media screen and (max-width: 768px) {
  .our-projects-item .our-projects-info {
    background-color: #399FCD;
    top: unset;
    bottom: 0;
    height: auto;
    padding: 10px 15px;
  }
  .our-projects-item .our-projects-info .our-projects-title {
    font-size: 16px;
  }
  .our-projects-item .our-projects-info .our-projects-title a {
    color: inherit;
  }
  .our-projects-item .our-projects-info .our-projects-desc {
    display: none;
  }
  .our-projects-item .our-projects-info .readmore-btn {
    display: none;
  }
  .our-projects-item:hover .our-projects-info {
    top: unset;
  }
}

.banner-2-sec {
  background-image: cover;
  background-position: center center;
  color: #fff;
  padding: 150px 0;
}

.banner-2-sec .banner-sub-title {
  font-weight: bold;
  margin-bottom: 12px;
}

.banner-2-sec .banner-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .banner-2-sec .banner-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .banner-2-sec .banner-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .banner-2-sec .banner-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-2-sec {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .banner-2-sec {
    padding: 100px 0;
  }
}

.about-us-sec .about-us-img {
  width: calc(100% / 12 * 4);
}

.about-us-sec .about-us-img img {
  width: 100%;
  height: auto;
}

.about-us-sec .about-us-content {
  width: calc(100% / 12 * 8);
  padding-left: 45px;
}

.about-us-sec .about-us-content .main-title-wrap {
  margin-bottom: 30px;
}

.about-us-sec .about-us-content .text-wrap {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .about-us-sec .about-us-content {
    padding-left: 20px;
  }
  .about-us-sec .about-us-content .main-title-wrap {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
  .about-us-sec .about-us-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-us-sec .about-us-content {
    width: 100%;
    padding-left: 7.5px;
  }
}

.motto-cont {
  margin-top: 35px;
}

.motto-cont .motto-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
}

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

@media screen and (max-width: 768px) {
  .motto-cont {
    margin-top: 20px;
  }
  .motto-cont .motto-title {
    margin-bottom: 15px;
  }
}

.motto-wrap {
  width: 400px;
  max-width: 100%;
}

.motto-wrap .columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.motto-wrap .column {
  width: 110px;
  max-width: calc(100% / 3);
}

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

.motto-item .icon {
  margin-bottom: 12px;
}

.motto-item .title {
  font-size: 16px;
  font-weight: 600;
}

.vision-sec-wrap {
  background-color: #399FCD;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .vision-sec-wrap {
    padding: 60px 0;
  }
}

.vision-sec {
  margin-bottom: 70px;
}

.vision-sec:last-child {
  margin-bottom: 0;
}

.vision-sec .vision-img {
  width: 50%;
}

.vision-sec .vision-content {
  width: 50%;
}

.vision-sec .main-title-wrap {
  margin-bottom: 35px;
}

.vision-sec .text-wrap {
  font-size: 16px;
}

.vision-sec:nth-child(odd) .vision-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .vision-sec {
    margin-bottom: 30px;
  }
  .vision-sec .main-title-wrap {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
  .vision-sec .vision-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .vision-sec .vision-content {
    width: 100%;
  }
  .vision-sec:nth-child(odd) .vision-img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.value-wrap .column {
  width: 50%;
}

@media screen and (max-width: 320px) {
  .value-wrap .column {
    width: 100%;
  }
}

.value-item {
  font-size: 16px;
}

.value-item .value-icon {
  height: 40px;
}

.value-item .value-icon img {
  max-height: 100%;
  width: auto;
  height: auto;
}

.value-item .value-title {
  font-weight: bold;
  margin-top: 5px;
}

.value-item .value-desc {
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .value-item .value-desc {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

.projects-filter-nav {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 45px;
}

.projects-filter-nav li {
  display: inline-block;
  margin: 5px 35px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.projects-filter-nav li.active {
  color: #399FCD;
  border-bottom-color: currentColor;
}

@media screen and (max-width: 768px) {
  .projects-filter-nav {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .projects-filter-nav li {
    margin: 5px 15px;
  }
}

.projects-detail-art .projects-detail-title {
  font-size: 35px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .projects-detail-art .projects-detail-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 500px) {
  .projects-detail-art .projects-detail-title {
    font-size: 26px;
  }
}

.projects-detail-art .projects-detail-sub-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

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

.projects-detail-art .projects-detail-img {
  margin-top: 35px;
}

.projects-detail-art .projects-detail-content {
  margin-top: 40px;
}

.projects-detail-art .projects-detail-content .left {
  width: 75%;
}

.projects-detail-art .projects-detail-content .right {
  width: 25%;
}

.projects-detail-art .projects-detail-content .mona-content > :first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .projects-detail-art .projects-detail-img {
    margin-top: 25px;
  }
  .projects-detail-art .projects-detail-content {
    margin-top: 30px;
  }
  .projects-detail-art .projects-detail-content .left {
    width: 70%;
  }
  .projects-detail-art .projects-detail-content .right {
    width: 30%;
  }
}

@media screen and (max-width: 500px) {
  .projects-detail-art .projects-detail-content .left {
    width: 100%;
  }
  .projects-detail-art .projects-detail-content .right {
    width: 100%;
  }
}

.projects-detail-sidebar {
  border: 5px solid #ececec;
  padding: 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.projects-detail-sidebar li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.projects-detail-sidebar li:last-child {
  margin-bottom: 0;
}

.projects-detail-sidebar li img {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.projects-detail-sidebar li p {
  width: calc(100% - 20px);
  padding-left: 15px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .projects-detail-sidebar {
    padding: 20px;
  }
  .projects-detail-sidebar li {
    margin-bottom: 10px;
  }
}

.news-sec-left {
  width: 25%;
}

.news-sec-right {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .news-sec-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news-sec-right {
    width: 100%;
    margin-bottom: 15px;
  }
}

.news-wrap .column {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .news-wrap .column {
    width: calc(100% / 3);
  }
}

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

@media screen and (max-width: 375px) {
  .news-wrap .column {
    width: 100%;
  }
}

.news-item {
  background-color: #ebebeb;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-item .news-img a {
  display: block;
  overflow: hidden;
  position: relative;
}

.news-item .news-img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 159, 205, 0.4);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.news-item .news-img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-item .news-info {
  padding: 20px 30px;
}

.news-item .news-info .news-date {
  font-size: 12px;
}

.news-item .news-info .news-title {
  font-size: 18px;
  margin-top: 10px;
}

.news-item .news-info .news-desc {
  margin-top: 5px;
}

.news-item .news-info .social-nav {
  margin-top: 15px;
}

.news-item:hover .news-img a::after {
  opacity: 1;
}

.news-item:hover .news-img a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .news-item .news-info {
    padding: 15px;
  }
  .news-item .news-info .news-title {
    font-size: 18px;
    margin-top: 5px;
  }
  .news-item .news-info .social-nav {
    margin-top: 10px;
  }
}

.sidebar-item {
  padding: 20px;
  background-color: #efefef;
  margin-bottom: 30px;
}

.sidebar-item:last-child {
  margin-bottom: 0;
}

.sidebar-item .sidebar-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}

.sidebar-item .sidebar-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sidebar-item .sidebar-tags li {
  margin: 0 5px 5px 0;
}

.sidebar-item .sidebar-tags li a {
  display: block;
  background-color: #399FCD;
  color: #fff;
  padding: 5px 15px;
}

.sidebar-item .sidebar-tags li a:hover {
  background-color: #2b81a8;
}

.sidebar-item .sidebar-search {
  position: relative;
}

.sidebar-item .sidebar-search .f-control {
  height: 40px;
  padding: 0 50px 0 20px;
  border: 1px solid #e4e4e4;
}

.sidebar-item .sidebar-search .f-control::-webkit-input-placeholder {
  color: #969696;
}

.sidebar-item .sidebar-search .f-control:-ms-input-placeholder {
  color: #969696;
}

.sidebar-item .sidebar-search .f-control::-ms-input-placeholder {
  color: #969696;
}

.sidebar-item .sidebar-search .f-control::placeholder {
  color: #969696;
}

.sidebar-item .sidebar-search .f-control:focus {
  border-color: #399FCD;
}

.sidebar-item .sidebar-search .main-btn {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 20px;
  color: #969696;
}

.sidebar-item .sidebar-search .main-btn:hover {
  color: #399FCD;
}

@media screen and (max-width: 768px) {
  .sidebar-item {
    margin-bottom: 20px;
  }
  .sidebar-item .sidebar-title {
    margin-bottom: 10px;
  }
}

.recent-news-slider .recent-news-button-prev,
.recent-news-slider .recent-news-button-next {
  display: none;
}

.recent-news-slider .swiper-slide {
  width: 100%;
}

.recent-news-slider .recent-news-pagination {
  text-align: left;
  margin-top: 5px;
}

.recent-news-slider .recent-news-pagination .swiper-pagination-bullet {
  border-radius: 1px;
  width: 11px;
  height: 5px;
  background-color: #c4c4c4;
}

.recent-news-slider .recent-news-pagination .swiper-pagination-bullet-active {
  background-color: #399FCD;
}

@media screen and (max-width: 768px) {
  .recent-news-slider .swiper-slide {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 500px) {
  .recent-news-slider .swiper-slide {
    width: 50%;
  }
}

.recent-news-item {
  height: 100%;
}

.recent-news-item .recent-news-img a {
  display: block;
  overflow: hidden;
  position: relative;
}

.recent-news-item .recent-news-img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 159, 205, 0.4);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.recent-news-item .recent-news-img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.recent-news-item .recent-news-info {
  margin-top: 10px;
}

.recent-news-item .recent-news-info .recent-news-date {
  font-size: 11px;
}

.recent-news-item .recent-news-info .recent-news-title {
  margin-top: 5px;
  font-weight: bold;
}

.recent-news-item:hover .recent-news-img a::after {
  opacity: 1;
}

.recent-news-item:hover .recent-news-img a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news-detail-art .news-detail-img {
  margin-bottom: 15px;
}

.news-detail-art .news-detail-date {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .news-detail-art .news-detail-date {
    margin-bottom: 10px;
  }
}

.news-detail-art .news-detail-title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .news-detail-art .news-detail-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .news-detail-art .news-detail-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .news-detail-art .news-detail-title {
    margin-bottom: 15px;
  }
}

.news-detail-art .news-detail-content {
  font-size: 16px;
}

.news-detail-art .news-detail-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  margin-bottom: 30px;
}

.news-detail-art .news-detail-share li {
  width: calc((100% - 60px) / 3);
}

.news-detail-art .news-detail-share li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d8bdf;
  color: #fff;
  padding: 25px;
}

.news-detail-art .news-detail-share li a .fa {
  margin-right: 15px;
  font-size: 20px;
}

.news-detail-art .news-detail-share li a:hover {
  background-color: #0a6daf;
}

@media screen and (max-width: 768px) {
  .news-detail-art .news-detail-share {
    margin-bottom: 15px;
  }
  .news-detail-art .news-detail-share li {
    width: calc((100% - 30px) / 3);
  }
  .news-detail-art .news-detail-share li a {
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .news-detail-art .news-detail-share li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .news-detail-art .news-detail-share li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 375px) {
  .news-detail-art .news-detail-share li {
    width: 100%;
  }
}

.map-sec {
  padding-top: 0;
}

.map-sec iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.contact-sec .main-title-wrap .main-title {
  font-size: 20px;
}

.contact-sec .column {
  width: 50%;
}

@media screen and (max-width: 500px) {
  .contact-sec .column {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-sec .column:last-child {
    margin-bottom: 0;
  }
}

.contact-form-wrap {
  padding: 25px 25px;
  background-color: #ececec;
}

.contact-form-wrap .main-title-wrap {
  margin-bottom: 15px;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.contact-form .f-group {
  padding: 5px;
  width: 100%;
}

.contact-form .f-group.w-50 {
  width: 50%;
}

@media screen and (max-width: 500px) {
  .contact-form .f-group.w-50 {
    width: 100%;
  }
}

.contact-form .f-control {
  height: 40px;
  border-color: transparent;
  padding: 0 20px;
}

.contact-form .f-control::-webkit-input-placeholder {
  color: #969696;
}

.contact-form .f-control:-ms-input-placeholder {
  color: #969696;
}

.contact-form .f-control::-ms-input-placeholder {
  color: #969696;
}

.contact-form .f-control::placeholder {
  color: #969696;
}

.contact-form .f-control:focus {
  border-color: #399FCD;
}

.contact-form textarea.f-control {
  height: 100px;
  padding: 10px 20px;
}

.contact-form select.f-control {
  padding: 0 40px 0 20px;
}

.address-wrap .column {
  width: calc(100% / 3);
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .address-wrap .column {
    width: 50%;
  }
}

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

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

.address-item .address-icon {
  margin-bottom: 15px;
  height: 50px;
}

.address-item .address-icon img {
  max-height: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .address-item .address-icon {
    margin-bottom: 10px;
    height: 40px;
  }
}

.our-services-sec {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f0f0f0;
}

.our-services-sec .our-services-img {
  width: 60%;
}

.our-services-sec .our-services-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-services-sec .our-services-info {
  width: 40%;
  padding: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-services-sec .our-services-info-inner {
  width: 540px;
  max-width: 100%;
}

.our-services-sec .our-services-info .our-services-title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .our-services-sec .our-services-info .our-services-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .our-services-sec .our-services-info .our-services-title {
    font-size: 22px;
  }
}

.our-services-sec .our-services-info .our-services-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 130px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 5px solid #399FCD;
}

.our-services-sec:nth-child(odd) .our-services-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.our-services-sec.our-services-sec-first .our-services-img {
  width: calc(100% / 3);
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.our-services-sec.our-services-sec-first .our-services-info {
  width: calc(100% / 3);
}

@media screen and (max-width: 1024px) {
  .our-services-sec .our-services-info .our-services-title {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .our-services-sec .our-services-info .our-services-title::after {
    border-bottom-width: 3px;
  }
  .our-services-sec.our-services-sec-first .our-services-info {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .our-services-sec .our-services-img {
    width: 100%;
  }
  .our-services-sec .our-services-info {
    width: 100%;
    padding: 40px;
  }
  .our-services-sec:nth-child(even) .our-services-img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .our-services-sec.our-services-sec-first .our-services-img {
    width: 100%;
  }
  .our-services-sec.our-services-sec-first .our-services-info {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 500px) {
  .our-services-sec .our-services-info {
    padding: 30px;
  }
}
