@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.banner-effect {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.banner-effect img {
  transition: all ease-out 0.3s;
}

.banner-effect:hover img {
  width: 105%;
  height: 105%;
}

@font-face {
  font-family: "mon-900";
  src: url("../font/Montserrat/static/Montserrat-Black.ttf") format("truetype");
}

@font-face {
  font-family: "mon-i-900";
  src: url("../font/Montserrat/static/Montserrat-BlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "mon-800";
  src: url("../font/Montserrat/static/Montserrat-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "mon-i-800";
  src: url("../font/Montserrat/static/Montserrat-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "mon-700";
  src: url("../font/Montserrat/static/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "mon-i-700";
  src: url("../font/Montserrat/static/Montserrat-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "mon-600";
  src: url("../font/Montserrat/static/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "mon-i-600";
  src: url("../font/Montserrat/static/Montserrat-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "mon-500";
  src: url("../font/Montserrat/static/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "mon-i-500";
  src: url("../font/Montserrat/static/Montserrat-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "mon-400";
  src: url("../font/Montserrat/static/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "mon-i-400";
  src: url("../font/Montserrat/static/Montserrat-RegularItalic.ttf") format("truetype");
}

@font-face {
  font-family: "mon-300";
  src: url("../font/Montserrat/static/Montserrat-Light.ttf") format("truetype");
}

@font-face {
  font-family: "mon-i-300";
  src: url("../font/Montserrat/static/Montserrat-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "mon-200";
  src: url("../font/Montserrat/static/Montserrat-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "mon-i-200";
  src: url("../font/Montserrat/static/Montserrat-ExtraLightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "mon-100";
  src: url("../font/Montserrat/static/Montserrat-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "mon-i-100";
  src: url("../font/Montserrat/static/Montserrat-ThinItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Allura";
  src: url("../font/Allura-Regular.ttf") format("truetype");
}

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

html {
  font-family: "mon-400";
  font-size: 16px;
  line-height: 1.5;
  scroll-behavior: smooth;
  color: #252525;
}

body {
  padding: 0;
  margin: 0;
}

.prevent-scroll {
  overflow: hidden;
}

.prevent-click {
  pointer-events: none;
}

/* Mobile */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.col {
  padding-left: 6px;
  padding-right: 6px;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-0 {
  margin-left: 0;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-0 {
    display: none;
  }

  .m-1,
  .m-2,
  .m-3,
  .m-4,
  .m-5,
  .m-6,
  .m-7,
  .m-8,
  .m-9,
  .m-10,
  .m-11,
  .m-12 {
    display: block;
  }

  .m-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .m-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .m-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .m-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .m-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .m-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .m-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .m-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m-o-0 {
    margin-left: 0;
  }

  .m-o-1 {
    margin-left: 8.33333%;
  }

  .m-o-2 {
    margin-left: 16.66667%;
  }

  .m-o-3 {
    margin-left: 25%;
  }

  .m-o-4 {
    margin-left: 33.33333%;
  }

  .m-o-5 {
    margin-left: 41.66667%;
  }

  .m-o-6 {
    margin-left: 50%;
  }

  .m-o-7 {
    margin-left: 58.33333%;
  }

  .m-o-8 {
    margin-left: 66.66667%;
  }

  .m-o-9 {
    margin-left: 75%;
  }

  .m-o-10 {
    margin-left: 83.33333%;
  }

  .m-o-11 {
    margin-left: 91.66667%;
  }
}

/* PC medium resolution > */
@media (min-width: 1070px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-0 {
    display: none;
  }

  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }

  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-o-0 {
    margin-left: 0;
  }

  .l-o-1 {
    margin-left: 8.33333%;
  }

  .l-o-2 {
    margin-left: 16.66667%;
  }

  .l-o-3 {
    margin-left: 25%;
  }

  .l-o-4 {
    margin-left: 33.33333%;
  }

  .l-o-5 {
    margin-left: 41.66667%;
  }

  .l-o-6 {
    margin-left: 50%;
  }

  .l-o-7 {
    margin-left: 58.33333%;
  }

  .l-o-8 {
    margin-left: 66.66667%;
  }

  .l-o-9 {
    margin-left: 75%;
  }

  .l-o-10 {
    margin-left: 83.33333%;
  }

  .l-o-11 {
    margin-left: 91.66667%;
  }
}

.headingHome {
  color: #1d2d5f;
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
  font-family: mon-700;
}

@media (max-width: 1499px) {
  .headingHome {
    font-size: 28px;
  }
}

@media (max-width: 1069px) {
  .headingHome {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .headingHome {
    font-size: 20px;
  }
}

.price-service__heading {
  color: #e27e40;
  text-align: center;
  font-size: 48px;
  margin: 0;
  text-transform: uppercase;
  font-family: mon-800;
}

@media (max-width: 1499px) {
  .price-service__heading {
    font-size: 40px;
  }
}

@media (max-width: 1069px) {
  .price-service__heading {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .price-service__heading {
    font-size: 24px;
  }
}

.label {
  font-size: 24px;
  font-family: mon-600;
  color: #154b87;
  text-align: center;
}

@media (max-width: 767px) {
  .label {
    font-size: 20px;
  }
}

.headingPage {
  margin-bottom: 30px;
}

@media (max-width: 1069px) {
  .headingPage {
    margin-bottom: 20px;
  }
}

.sliderDots .slick-dots {
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .sliderDots .slick-dots {
    margin: 6px 0;
  }
}

.sliderDots .slick-dots li {
  margin: 3px;
}

.sliderDots .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
  outline: 0;
  border: 1px solid #1d2d5f;
  background-color: #ffffff;
  cursor: pointer;
}

@media (max-width: 767px) {
  .sliderDots .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

.sliderDots .slick-dots li button:hover {
  opacity: 0.8;
}

.sliderDots .slick-dots .slick-active button {
  background-color: #1d2d5f;
}

.sliderDots.out {
  margin-bottom: 60px;
}

.sliderDots.out .slick-dots {
  bottom: unset;
  top: 100%;
  margin: 0;
}

.sliderDots.space .slick-list {
  margin: 0 -15px;
}

.sliderDots.space .slick-slide {
  margin: 15px;
}

.sliderArrows .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1d2d5f;
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  transition: all ease-out 0.3s;
}

.sliderArrows .slick-arrow:hover {
  opacity: 1;
}

.sliderArrows .slick-next {
  left: calc(100% + 15px);
}

.sliderArrows .slick-prev {
  right: calc(100% + 15px);
}

.sliderArrows.space .slick-list {
  margin: 0 -15px;
}

.sliderArrows.space .slick-slide {
  margin: 15px;
}

/* .slick-track {
  display: flex;
}

.slick-slide {
  height: auto;
} */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

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

@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 1070px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1270px) {
  .container {
    width: 1140px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1370px;
  }
}

@media (min-width: 1070px) {

  .hide-on-desktop,
  .header__bars {
    display: none !important;
  }
}

@media (max-width: 1069px) {
  .hide-on-mobile-tablet {
    display: none !important;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1069px) {
  .hide-on-tablet {
    display: none !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.breadcrumb {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin: 30px 0;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin: 20px 0;
  }
}

.breadcrumb li {
  text-transform: uppercase;
  font-family: mon-500;
}

@media (max-width: 767px) {
  .breadcrumb li {
    font-size: 12px;
  }
}

.breadcrumb li:not(:last-child)::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 12px;
}

.breadcrumb li a {
  color: #252525;
  text-decoration: none;
  margin-right: 10px;
  white-space: nowrap;
  transition: all ease 0.3s;
}

.breadcrumb li a:hover {
  color: #1d2d5f;
}

.btn,
.service__link {
  background-color: #1d2d5f;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  outline: 0;
  border-radius: 5px;
  padding: 12px 30px;
  font-family: mon-500;
  font-size: 16px;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  transition: all ease-out 0.3s;
}

.btn:hover,
.service__link:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

.loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 9999999;
  opacity: 1;
}

.loading img {
  width: 120px;
  margin-bottom: 15px;
}

.loading__progress {
  width: 120px;
  height: 20px;
  -webkit-mask: linear-gradient(90deg, #000 70%, rgba(0, 0, 0, 0) 0) 0/20%;
  background: linear-gradient(#7193ff 0 0) 0/0% no-repeat #ddd;
  -webkit-animation: l4 2s infinite steps(6);
  animation: l4 2s infinite steps(6);
}

.loading.hide {
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}

@-webkit-keyframes l4 {
  100% {
    background-size: 120%;
  }
}

@keyframes l4 {
  100% {
    background-size: 120%;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}

.pagination a {
  width: 40px;
  height: 40px;
  border: 1px solid #1d2d5f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d2d5f;
  text-decoration: none;
  font-family: mon-600;
  margin: 8px;
  border-radius: 5px;
  transition: all ease 0.3s;
}

.pagination a.active,
.pagination a:hover {
  background-color: #1d2d5f;
  color: #ffffff;
  transform: translateY(-2px);
}

.searchPage__top {
  font-size: 16px;
  font-family: mon-500;
}

.searchPage__top strong {
  font-family: mon-700;
  color: #1d2d5f;
}

.searchPage__item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.searchPage__name {
  font-size: 20px;
  font-family: mon-600;
  color: #7193ff;
  text-decoration: none;
  margin-bottom: 4px;
  display: block;
}

.searchPage__name:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.searchPage__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
}

.to-top {
  position: fixed;
  right: 30px;
  bottom: -200px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #7193ff;
  color: #ffffff;
  z-index: 9999;
  cursor: pointer;
  text-decoration: none;
  transition: all ease 0.5s;
}

.to-top.active {
  bottom: 20px;
}

.to-top:hover {
  opacity: 0.8;
}

.to-top i {
  font-size: 24px;
}

.popup-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(37, 37, 37, 0.8);
  border-radius: 4px;
  padding: 30px 40px;
  z-index: 999999;
  transition: all linear 0.3s;
}

.popup-notification__icon {
  font-size: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.popup-notification__content {
  font-size: 20px;
  font-family: mon-600;
  margin-top: 15px;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 767px) {
  .popup-notification {
    width: 90%;
  }

  .popup-notification__icon {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .popup-notification__content {
    font-size: 16px;
  }
}

.popup-notification.success,
.popup-notification.error {
  opacity: 1;
  visibility: visible;
}

.popup-notification.success .popup-notification__icon {
  background-color: green;
}

.popup-notification.error .popup-notification__icon {
  background-color: #fd0000;
}

.comment {
  margin-bottom: 60px;
}

.comment__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.6;
}

.comment__modal.active {
  opacity: 1;
  visibility: visible;
}

.comment__form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  background-color: #ffffff;
  width: 460px;
  max-width: calc(100% - 50px);
  padding: 25px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

.comment__form.active {
  opacity: 1;
  visibility: visible;
}

.comment__form__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #fd0000;
  cursor: pointer;
  transition: ease ease-out 0.3s;
}

.comment__form__close:hover {
  opacity: 0.8;
}

.comment__form__heading {
  font-size: 20px;
  font-family: mon-700;
  color: #1d2d5f;
  text-align: center;
  margin: 0 0 15px 0;
}

.comment__form__content {
  font-family: mon-500;
  margin-bottom: 10px;
  font-size: 15px;
}

.comment__form__content strong {
  font-family: mon-700;
  color: #1d2d5f;
}

.comment__form__textarea {
  width: 100%;
  height: 80px;
  resize: none;
  outline: 0;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}

.comment__form__flex {
  display: flex;
  justify-content: space-between;
}

.comment__form__flex .comment__form__field {
  width: calc(50% - 5px);
}

.comment__form__field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}

.comment__form__field label {
  font-size: 16px;
  color: #1d2d5f;
  display: block;
}

.comment__form__field input {
  width: 100%;
  margin-left: 6px;
  border: 0;
  outline: 0;
}

.comment__form__error {
  color: #fd0000;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: mon-500;
}

.comment__form__submit {
  width: 100%;
}

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

.comment__item {
  margin-bottom: 10px;
}

.comment__user {
  display: flex;
  align-items: center;
}

.comment__avatar {
  width: 50px;
}

.comment__body {
  padding: 10px;
}

.comment__name {
  font-family: mon-600;
  color: #1d2d5f;
  font-size: 16px;
  margin-bottom: 4px;
}

.comment__name strong {
  font-size: 14px;
  background-color: #7193ff;
  padding: 3px 8px;
  border-radius: 8px;
  color: #ffffff;
  font-family: mon-600;
}

.comment__date {
  font-size: 14px;
  font-family: mon-i-500;
  display: flex;
  opacity: 0.9;
}

@media (max-width: 1069px) {
  .comment__date {
    flex-direction: column;
  }
}

.comment__date__item {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

@media (max-width: 1069px) {
  .comment__date__item {
    margin-right: 0;
  }
}

.comment__date__item i {
  margin-right: 5px;
}

.comment__date__item strong {
  font-family: mon-i-600;
  color: #1d2d5f;
  margin-left: 4px;
}

.comment__content {
  font-size: 18px;
  font-family: mon-500;
  margin: 6px 0;
}

.comment__group .comment__list {
  padding: 10px 25px;
  background-color: #fafafa;
  border-left: 2px solid #fd0000;
  margin: 10px 0 0 25px;
}

.comment__reply {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: mon-500;
  color: #7193ff;
  cursor: pointer;
  transition: all ease-out 0.3s;
}

.comment__reply:hover {
  opacity: 0.8;
}

.comment__reply i {
  margin-right: 4px;
}

.comment__flex {
  display: flex;
  align-items: center;
}

.comment__like {
  display: flex;
  align-items: center;
  font-family: mon-500;
  color: #1d2d5f;
  margin-right: 15px;
  cursor: pointer;
  transition: all ease-out 0.3s;
}

.comment__like i {
  margin-right: 6px;
}

.comment__like .yes {
  display: none;
}

.comment__like .no {
  display: block;
}

.comment__like.liked .yes {
  display: block;
}

.comment__like.liked .no {
  display: none;
}

.comment__like:hover {
  opacity: 0.8;
}

.footer {
  padding: 120px 0;
}

@media (max-width: 1499px) {
  .footer {
    padding: 80px 0;
  }
}

@media (max-width: 1069px) {
  .footer {
    padding: 45px 0;
  }
}

@media (max-width: 1069px) {
  .footer__block {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer__block {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer__block--centerMB {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
}

.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1d2d5f;
  text-decoration: none;
}

.footer__logo img {
  width: 120px;
}

@media (max-width: 1499px) {
  .footer__logo img {
    width: 80px;
  }
}

.footer__logo span {
  display: block;
  font-family: allura;
  font-size: 36px;
  margin-top: 8px;
  white-space: nowrap;
}

@media (max-width: 1499px) {
  .footer__logo span {
    font-size: 28px;
  }
}

.footer__heading {
  font-size: 18px;
  font-family: mon-700;
  color: #1d2d5f;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .footer__heading {
    font-size: 14px;
  }
}

.footer__list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer__list ul li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #1d2d5f;
  font-family: mon-500;
}

.footer__list ul li a {
  text-decoration: none;
  color: #1d2d5f;
  font-size: 16px;
  font-family: mon-500;
  transition: all ease-out 0.3s;
}

@media (max-width: 767px) {
  .footer__list ul li a {
    font-size: 14px;
  }
}

.footer__list ul li a:hover {
  opacity: 0.8;
}

.footer__image {
  margin-bottom: 15px;
  display: flex;
}

@media (max-width: 767px) {
  .footer__image {
    margin-bottom: 0;
  }
}

.footer__image img {
  width: 100%;
}

.footer__socials {
  margin-top: 20px;
  display: flex;
}

.footer__socials a {
  display: block;
  text-decoration: none;
  margin-right: 6px;
  transition: all ease-out 0.3s;
}

@media (max-width: 767px) {
  .footer__socials a {
    margin: 0 3px;
  }
}

.footer__socials a:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

.header {
  position: relative;
  z-index: 9999;
}

.header__sticky {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  transition: all ease-in-out 1.5s;
}

.header__sticky.sticky {
  position: fixed;
  top: -300px;
  left: 0;
  right: 0;
  opacity: 0;
}

.header__sticky.slide {
  top: 0;
  opacity: 1;
}

.header__sticky.hide {
  top: -300px;
}

.header__top {
  background-color: #252525;
  padding: 6px 0;
}

.header__flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1069px) {
  .header__left {
    width: 70%;
  }
}

.header__contact {
  display: flex;
  align-items: center;
}

.header__contact__item {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}

@media (max-width: 1069px) {
  .header__contact__item {
    margin: 0 3px;
  }
}

@media (max-width: 767px) {
  .header__contact__item {
    font-size: 12px;
  }
}

.header__contact__item:hover {
  opacity: 0.8;
}

.header__contact__item:last-child {
  margin-left: 10px;
}

@media (max-width: 1069px) {
  .header__contact__item:last-child {
    margin-left: 0;
  }
}

.header__contact__item:last-child::before {
  content: "|";
  display: block;
  margin-right: 10px;
}

@media (max-width: 1069px) {
  .header__contact__item:last-child::before {
    margin-right: 0;
    content: unset;
  }
}

.header__contact__item span {
  margin-left: 4px;
}

.header__right {
  display: flex;
}

.header__social {
  display: flex;
  align-items: center;
}

@media (max-width: 1069px) {
  .header__social {
    padding: 20px;
    justify-content: center;
  }
}

.header__social__item {
  width: 24px;
  height: 24px;
  display: flex;
  border: 1px solid #ffffff;
  margin: 0 4px;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
}

.header__social__item:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.header__social__item i {
  margin: auto;
  font-size: 12px;
}

.header__lang {
  display: flex;
  align-items: center;
}

.header__lang__item {
  margin: 0 4px;
  display: flex;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all ease 0.3s;
}

.header__lang__item:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.header__lang__item img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.header__bottom {
  padding: 12px 0;
}

.header__logo {
  display: flex;
}

@media (max-width: 1069px) {
  .header__logo {
    order: 2;
  }
}

.header__logo img {
  width: 90px;
}

@media (max-width: 1499px) {
  .header__logo img {
    width: 60px;
  }
}

@media (max-width: 1069px) {
  .header__logo img {
    width: 50px;
  }
}

.header__menu {
  margin-left: auto;
}

@media (max-width: 1069px) {
  .header__menu {
    margin: unset;
    order: 1;
  }
}

.header__block {
  height: 100%;
}

@media (max-width: 1069px) {
  .header__block {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: #252525;
    z-index: 9999;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    min-width: 80%;
    transition: all ease 0.6s;
  }

  .header__block.active {
    left: 0;
  }
}

.header__block>ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 100%;
}

@media (max-width: 1069px) {
  .header__block>ul {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    height: calc(100% - 64px);
    padding: 60px 20px 20px 20px;
    overflow-y: auto;
  }
}

.header__block>ul>li {
  height: 100%;
  margin: 0 2px;
  position: relative;
}

@media (max-width: 1069px) {
  .header__block>ul>li {
    margin: 15px 0;
    height: auto;
  }
}

.header__block>ul>li>a {
  text-decoration: none;
  font-family: mon-600;
  font-size: 18px;
  color: #252525;
  height: 100%;
  padding: 0 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: all ease 0.3s;
  white-space: nowrap;
}

@media (max-width: 1499px) {
  .header__block>ul>li>a {
    font-size: 16px;
  }
}

@media (max-width: 1069px) {
  .header__block>ul>li>a {
    padding: 0 6px;
    font-family: mon-700;
    color: #ffffff;
    height: auto;
    display: flex;
    align-items: center;
  }
}

.header__block>ul>li>a::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #1d2d5f;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}

@media (max-width: 1069px) {
  .header__block>ul>li>a::after {
    top: calc(100% + 6px);
    background-color: #ffffff;
  }
}

.header__block>ul>li>a i {
  font-size: 12px;
  margin-left: 2px;
}

@media (max-width: 1069px) {
  .header__block>ul>li>a i {
    margin-left: 10px;
    width: 30px;
    text-align: center;
    padding: 6px;
    font-size: 14px;
  }
}

.header__block>ul>li.active>a {
  color: #1d2d5f;
  position: relative;
}

@media (max-width: 1069px) {
  .header__block>ul>li.active>a {
    color: #ffffff;
  }
}

.header__block>ul>li.active>a::after {
  width: 100%;
}

@media (max-width: 1069px) {
  .header__block>ul>li.active>a::after {
    width: unset;
    height: auto;
    background-color: transparent;
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    position: unset;
    transform: unset;
    margin-left: 5px;
    color: #7193ff;
  }
}

.header__block>ul>li.active .header__dropdown {
  display: block;
}

.header__block>ul>li:hover>a {
  color: #1d2d5f;
  position: relative;
}

@media (max-width: 1069px) {
  .header__block>ul>li:hover>a {
    color: #ffffff;
  }
}

.header__block>ul>li:hover>a::after {
  width: 100%;
}

@media (max-width: 1069px) {
  .header__block>ul>li:hover>a::after {
    width: unset;
  }
}

.header__block>ul>li:hover .header__dropdown {
  transform: perspective(600px) rotateX(0);
}

.header__block>ul>li .header__dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 270px;
  padding: 12px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0% 0%;
  transition: all ease-out 0.3s;
}

@media (max-width: 1069px) {
  .header__block>ul>li .header__dropdown {
    transform: unset;
    position: unset;
    transform-origin: unset;
    background-color: #252525;
    padding-left: 30px;
    box-shadow: unset;
    display: none;
  }
}

.header__block>ul>li .header__dropdown::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 100%;
}

@media (max-width: 1069px) {
  .header__block>ul>li .header__dropdown::before {
    pointer-events: none;
  }
}

.header__block>ul>li .header__dropdown>ul {
  list-style: none;
  padding-left: 0;
}

.header__block>ul>li .header__dropdown>ul>li>a, .header__dropdown>ul>li>div>a,
.submenu-list__item>li>a {
  text-decoration: none;
  color: #252525;
  font-size: 16px;
  padding: 4px 0;
  display: block;
  font-family: mon-600;
  transition: all ease 0.3s;
}

@media (max-width: 1069px) {
  .header__block>ul>li .header__dropdown>ul>li>a {
    color: #ffffff;
    font-family: mon-500;
  }
}

.header__block>ul>li .header__dropdown>ul>li>a:hover,
.header__block>ul>li .header__dropdown>ul>li.active>a {
  color: #1d2d5f;
}

@media (max-width: 1069px) {
  .header__block>ul>li .header__dropdown>ul>li>a:hover {
    color: #ffffff;
  }
}

@media (max-width: 1069px) {
  .header__block>ul>li .header__dropdown>ul>li.active {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1069px) and (max-width: 1069px) {
  .header__block>ul>li .header__dropdown>ul>li.active::after {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    margin-left: 5px;
    color: #7193ff;
  }
}

@media (max-width: 1069px) {
  .header__bars {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
  }
}

.header__search {
  margin-left: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
}

@media (max-width: 1499px) {
  .header__search {
    font-size: 16px;
  }
}

@media (max-width: 1069px) {
  .header__search {
    order: 3;
    margin-left: 0;
    font-size: 18px;
  }
}

.header__search .search {
  position: fixed;
  top: -150px;
  left: 0;
  right: 0;
  height: 120px;
  background-color: #ffffff;
  display: flex;
  z-index: 9999;
}

.header__search .search.active {
  top: 0;
}

.header__search .search__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.4s;
}

.header__search .search__modal.active {
  opacity: 1;
  visibility: visible;
}

.header__search .search i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fd0000;
  font-size: 24px;
}

.header__search .search form {
  margin: auto;
  width: 460px;
  max-width: 90%;
  display: flex;
  height: 36px;
}

.header__search .search form input {
  flex: 1;
  padding: 0 10px;
  border: 1px solid #1d2d5f;
  border-radius: 4px;
  outline: 0;
}

.header__search .search form button {
  margin-left: 4px;
  background-color: #1d2d5f;
  color: #ffffff;
  font-family: mon-500;
  border: 0;
  outline: 0;
  border-radius: 4px;
  padding: 0 12px;
  cursor: pointer;
  transition: all ease 0.3s;
}

.header__search .search form button:hover {
  opacity: 0.8;
}

.header__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
}

.header__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.4s;
}

.header__modal.active {
  opacity: 1;
  visibility: visible;
}

.bannerHome img {
  width: 100%;
}

.serviceHome {
  margin: 30px 0;
}

.serviceHome__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -30px;
}

@media (max-width: 1069px) {
  .serviceHome__list {
    margin: 0 -15px;
  }
}

@media (max-width: 767px) {
  .serviceHome__list {
    margin: 0;
  }
}

.serviceHome__item {
  display: block;
  width: calc(33.3333333333% - 60px);
  margin: 30px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

@media (max-width: 1069px) {
  .serviceHome__item {
    width: calc(50% - 30px);
    margin: 15px;
  }
}

@media (max-width: 767px) {
  .serviceHome__item {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.serviceHome__image {
  display: block;
  padding-top: 56%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.serviceHome__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all ease-out 0.3s;
}

.serviceHome__body {
  padding: 15px;
}

.serviceHome__name {
  font-size: 24px;
  line-height: 32px;
  min-height: 64px;
  font-family: mon-600;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #1d2d5f;
  margin-bottom: 15px;
  transition: all ease-out 0.3s;
}

.serviceHome__name:hover {
  opacity: 0.8;
}

@media (max-width: 1499px) {
  .serviceHome__name {
    font-size: 20px;
    line-height: 28px;
    min-height: 56px;
  }
}

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

.serviceHome__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  text-decoration: none;
  color: #1d2d5f;
  transition: all ease-out 0.3s;
}

.serviceHome__link:hover {
  opacity: 0.8;
}

.serviceHome__link:hover span {
  letter-spacing: 1px;
}

.serviceHome__link span {
  transition: all ease-out 0.3s;
}

.feedbackHome {
  margin: 30px 0;
}

.feedbackHome__heading {
  margin-bottom: 30px;
}

@media (max-width: 1069px) {
  .feedbackHome__heading {
    margin-bottom: 20px;
  }
}

.feedbackHome__item {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px;
}

.feedbackHome__avatar {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  margin: auto;
}

.feedbackHome__name {
  font-size: 28px;
  color: #252525;
  font-family: mon-500;
  text-align: center;
  margin: 15px 0;
}

@media (max-width: 1499px) {
  .feedbackHome__name {
    font-size: 20px;
  }
}

.feedbackHome__desc {
  text-align: center;
}

.workingTime {
  margin: 60px 0;
  padding: 60px 0;
  position: relative;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .workingTime {
    margin: 30px 0;
    padding: 30px 0;
  }
}

.workingTime::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 147, 255, 0.8);
}

.workingTime .container {
  position: relative;
  z-index: 1;
}

.workingTime__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1069px) {
  .workingTime__block {
    flex-direction: column;
  }
}

.workingTime__image {
  width: 40%;
  position: relative;
}

@media (max-width: 1069px) {
  .workingTime__image {
    width: 60%;
  }
}

.workingTime__image img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.workingTime__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #252525;
  border-radius: 20px;
}

.workingTime__body {
  width: calc(60% - 100px);
  color: #ffffff;
  padding: 30px;
  border: 1px dotted #ffffff;
  border-radius: 10px;
}

@media (max-width: 1069px) {
  .workingTime__body {
    width: 100%;
    margin-top: 30px;
  }
}

.workingTime__label {
  margin: 0 0 15px 0;
  font-size: 32px;
  font-family: mon-600;
}

@media (max-width: 1499px) {
  .workingTime__label {
    font-size: 24px;
  }
}

.workingTime__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: mon-600;
  font-size: 24px;
}

@media (max-width: 1499px) {
  .workingTime__flex {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .workingTime__flex {
    font-size: 16px;
  }
}

.workingTime__flex span {
  text-transform: capitalize;
  white-space: nowrap;
}

.technology {
  margin: 60px 0;
}

@media (max-width: 767px) {
  .technology {
    margin: 30px 0;
  }
}

.technology__flex {
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .technology__flex {
    margin-bottom: 20px;
  }
}

.technology__link {
  text-decoration: none;
  color: #1d2d5f;
  font-family: mon-600;
  transition: all ease-out 0.3s;
  white-space: nowrap;
  margin-left: 40px;
}

.technology__link:hover {
  letter-spacing: 1px;
  opacity: 0.8;
}

.technology__item {
  background-position: center;
  background-size: cover;
  padding: 320px 0 60px;
}

@media (max-width: 1499px) {
  .technology__item {
    padding: 200px 0 60px;
  }
}

@media (max-width: 1069px) {
  .technology__item {
    padding: 150px 0 60px;
  }
}

.technology__item--mb {
  margin-bottom: 30px;
}

.technology__body {
  width: 50%;
  margin-left: auto;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25);
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  color: #1d2d5f;
}

.technology__body--about {
  width: 65%;
}

@media (max-width: 1069px) {
  .technology__body {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }
}

.technology__sub {
  font-family: allura;
  font-size: 42px;
  line-height: 1;
}

@media (max-width: 1499px) {
  .technology__sub {
    font-size: 28px;
  }
}

.technology__name {
  font-size: 48px;
  font-family: mon-600;
  margin: 0;
}

@media (max-width: 1499px) {
  .technology__name {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .technology__name {
    font-size: 24px;
  }
}

.technology__desc {
  font-family: mon-500;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

@media (max-width: 1499px) {
  .technology__desc {
    font-size: 16px;
  }
}

.technology__link {
  display: block;
  text-align: right;
}

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

@media (max-width: 1069px) {
  .technology__page {
    margin: 0 -10px;
  }
}

.technology__page .news__item {
  width: calc(33.3333333333% - 30px);
  margin: 15px;
}

@media (max-width: 1069px) {
  .technology__page .news__item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

.news__item {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #252525;
}

.news__item:hover .news__play {
  background-color: #1d2d5f;
  color: #ffffff;
}

.news__image {
  display: flex;
  transition: all ease-out 0.3s;
  position: relative;
  padding-top: 56%;
}

.news__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.news__image--2 {}

.news__image--2 img {
  width: 100%;
}

.news__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  font-size: 32px;
  display: flex;
  color: #1d2d5f;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all ease-in-out 0.6s;
}

@media (max-width: 1499px) {
  .news__play {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .news__play {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.news__play i {
  margin: auto;
  transform: translateX(2px);
}

.news__body {
  padding: 15px;
}

.news__name {
  font-size: 24px;
  color: #1d2d5f;
  text-decoration: none;
  font-family: mon-600;
  transition: all ease-out 0.3s;
  /* 3 line */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.5em * 3);
  line-height: 1.5em;
  text-transform: uppercase;
}

.news__name:hover {
  opacity: 0.8;
}

@media (max-width: 1499px) {
  .news__name {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .news__name {
    font-size: 16px;
  }
}

.news__date {
  font-family: mon-300;
  margin: 6px 0;
}

.news__view {
  font-family: mon-600;
}

.news__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  height: 36px;
}

.news__top {
  margin-bottom: 30px;
}

.news__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .news__filter {
    flex-wrap: wrap;
  }
}

.news__form {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .news__form {
    width: 100%;
  }
}

.news__form--search .news__form__group {
  margin-left: 0;
}

@media (max-width: 767px) {
  .news__form--search {
    margin-top: 10px;
  }
}

.news__form--page {
  margin-bottom: 30px;
  width: 400px;
  max-width: 100%;
}

.news__form--page .news__form__group {
  flex: 1;
}

.news__form__label {
  font-size: 16px;
  font-family: mon-600;
  color: #1d2d5f;
  white-space: nowrap;
}

.news__form__group {
  display: flex;
  align-items: center;
  margin-left: 10px;
  border: 1px solid #1d2d5f;
  padding: 6px;
  border-radius: 8px;
  height: 36px;
}

.news__form__group label {
  font-family: mon-600;
  white-space: nowrap;
  cursor: pointer;
}

.news__form__group input[name="arrange"] {
  cursor: pointer;
}

.news__form__group input[name="field"] {
  border: 0;
  outline: 0;
}

.news__form__field {
  font-size: 16px;
}

@media (max-width: 767px) {
  .news__form__field {
    flex: 1;
    margin-left: 0;
  }
}

.news__form__field label {
  width: 32px;
  min-width: 32px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.news__form__field input {
  width: calc(100% - 32px);
}

.news__form__submit {
  white-space: nowrap;
  height: 36px;
  border-radius: 8px;
  background-color: #1d2d5f;
  color: #ffffff;
  border: 0;
  outline: 0;
  margin-left: 8px;
  cursor: pointer;
  padding: 0 12px;
  transition: all ease-out 0.3s;
}

.news__form__submit:hover {
  opacity: 0.8;
}

.detailNews {
  margin-bottom: 50px;
}

.detailNews__date,
.detailNews__user {
  font-size: 16px;
  font-family: mon-i-500;
}

@media (max-width: 767px) {

  .detailNews__date,
  .detailNews__user {
    font-size: 14px;
  }
}

.partner {
  margin: 60px 0;
}

@media (max-width: 767px) {
  .partner {
    margin: 30px 0;
  }
}

.partner__heading {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .partner__heading {
    margin-bottom: 10px;
  }
}

.partner__item {
  border: 1px solid rgba(60, 60, 60, 0.3);
  border-radius: 8px;
  overflow: hidden;
}

.partner__item img {
  width: 100%;
}

.bannerFoot {
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

@media (max-width: 1499px) {
  .bannerFoot {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .bannerFoot {
    padding: 50px 0;
  }
}

.bannerFoot__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 30px;
  background-color: #1d2d5f;
  color: #ffffff;
  border-radius: 5px;
}

@media (max-width: 1069px) {
  .bannerFoot__body {
    display: block;
  }
}

.bannerFoot__left {
  font-size: 36px;
  font-family: mon-600;
  width: 30%;
}

@media (max-width: 1499px) {
  .bannerFoot__left {
    font-size: 28px;
  }
}

@media (max-width: 1069px) {
  .bannerFoot__left {
    width: 100%;
  }
}

.bannerFoot__right {
  width: 70%;
  padding-left: 60px;
  font-size: 18px;
}

@media (max-width: 1499px) {
  .bannerFoot__right {
    font-size: 16px;
  }
}

@media (max-width: 1069px) {
  .bannerFoot__right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}

.service__block {
  margin-bottom: 30px;
}

.service__heading {
  margin: 0 0 15px 0;
  font-size: 28px;
  font-family: mon-700;
  color: #1d2d5f;
  text-transform: uppercase;
}

@media (max-width: 1499px) {
  .service__heading {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .service__heading {
    font-size: 18px;
  }
}

.service__flex {
  display: flex;
  align-items: flex-start;
  margin: 0 -15px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .service__flex {
    margin: 0 -10px;
  }
}

.service__flex .service__item {
  width: calc(25% - 30px);
  margin: 15px;
  /* min-height: 200px; */
}

@media (max-width: 1069px) {
  .service__flex .service__item {
    width: calc(50% - 30px);
    /* min-height: 180px; */
  }
}

@media (max-width: 767px) {
  .service__flex .service__item {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 10px;
    /* min-height: 160px; */
  }

}

.service__item {
  padding: 20px;
  border: 1px solid #1d2d5f;
  border-radius: 10px;
}

.service__name {
  margin: 0 0 12px 0;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-family: mon-700;
  overflow: hidden;
  min-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

}

@media (max-width: 767px) {
  .service__name {
    font-size: 16px;
    line-height: 24px;
    min-height: 72px;
  }

  .service__flex .service__item .service__name {
    font-size: 13px;
    line-height: 16px;
    min-height: 48px;
  }
}

.service__name a {
  text-decoration: none;
  color: #1d2d5f;
}

.service__image {
  padding-top: 100%;
  position: relative;
}

.service__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.service__link {
  margin: 24px auto 0;
  max-width: 100%;
}

.service__all {
  font-size: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #1d2d5f;
  text-decoration: none;
  font-family: mon-500;
  margin-top: 10px;
  transition: all ease-out 0.3s;
}

@media (max-width: 767px) {
  .service__all {
    font-size: 14px;
  }
}

.service__all:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.detailProduct {
  margin: 40px 0;
}

@media (max-width: 1069px) {
  .detailProduct {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.detailProduct__for a img {
  width: 100%;
}

.detailProduct__nav {
  padding: 0 50px;
  margin-top: 6px;
}

.detailProduct__nav .slick-list {
  margin: 0 -12px;
}

.detailProduct__nav .slick-slide {
  border: 1px solid transparent;
  margin: 12px;
  border-radius: 5px;
  cursor: pointer;
}

.detailProduct__nav .slick-current {
  border-color: #7193ff;
}

.detailProduct__nav .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  border-radius: 4px;
  outline: 0;
  border: 0;
  font-size: 24px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.52);
  cursor: pointer;
  opacity: 0.8;
  transition: all ease 0.3s;
}

.detailProduct__nav .slick-next {
  right: 0;
}

.detailProduct__nav .slick-prev {
  left: 0;
}

@media (max-width: 1069px) {
  .detailProduct__info {
    padding: 30px 0 0;
  }
}

.detailProduct__name {
  font-size: 28px;
  font-family: mon-700;
  color: #1d2d5f;
  margin: 0 0 15px 0;
}

@media (max-width: 767px) {
  .detailProduct__name {
    font-size: 20px;
  }
}

.detailProduct__desc {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: mon-600;
}

@media (max-width: 1499px) {
  .detailProduct__desc {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .detailProduct__desc {
    font-size: 14px;
  }
}

.detailProduct__desc .attention {
  color: #7193ff;
  margin-left: 4px;
}

.detailProduct__flex {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}

.detailProduct__label {
  font-size: 22px;
  font-family: mon-700;
  margin-bottom: 4px;
  margin-top: 8px;
}

@media (max-width: 1499px) {
  .detailProduct__label {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .detailProduct__label {
    font-size: 16px;
  }
}

.detailProduct__deals ul {
  margin: 0;
}

.detailProduct__deals ul li {
  margin-bottom: 4px;
  font-size: 16px;
  font-family: mon-500;
}

@media (max-width: 1499px) {
  .detailProduct__deals ul li {
    font-size: 14px;
  }
}

.detailProduct__contact {
  margin-top: 40px;
}

.detailProduct__body {
  margin: 30px 0;
}

.detailProduct__heading {
  font-size: 22px;
  font-family: mon-700;
  color: #1d2d5f;
  margin: 0 0 15px 0;
}

@media (max-width: 1499px) {
  .detailProduct__heading {
    font-size: 18px;
  }
}

.detailProduct__content {
  font-size: 18px;
}

@media (max-width: 1499px) {
  .detailProduct__content {
    font-size: 16px;
  }
}

.detailProduct__content img {
  max-width: 100%;
  display: block;
  margin: auto;
  border-radius: 4px;
}

.about {
  padding: 120px 0;
}

@media (max-width: 1499px) {
  .about {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 60px 0;
  }
}

.about--second {
  background-color: #7193ff;
}

.about--second .about__heading {
  color: #ffffff;
}

.about--second .about__desc {
  color: #ffffff;
}

.about__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.about__flex--center {
  align-items: center;
}

@media (max-width: 1069px) {
  .about__flex--reverseMB {
    flex-direction: column-reverse;
  }
}

.about__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about__content {
  width: calc(65% - 20px);
}

@media (max-width: 1069px) {
  .about__content {
    width: 100%;
    margin-bottom: 20px;
  }
}

.about__heading {
  font-size: 28px;
  font-family: mon-700;
  margin: 0 0 24px 0;
  color: #1d2d5f;
}

@media (max-width: 1499px) {
  .about__heading {
    font-size: 22px;
  }
}

.about__desc {
  font-family: mon-500;
}

@media (max-width: 1499px) {
  .about__desc {
    font-size: 14px;
  }
}

.about__desc strong {
  font-family: mon-700;
  color: #1d2d5f;
}

.about__image {
  width: calc(35% - 20px);
  height: auto;
  border-radius: 10px;
}

@media (max-width: 1069px) {
  .about__image {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about__image {}
}

.about__group {
  width: calc(35% - 20px);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1069px) {
  .about__group {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about__group {}
}

.about__group .about__image {}

.about__group .about__image {
  width: calc(50% - 15px);
  margin-top: 30px;
}

.about__group .about__image:nth-child(1) {
  width: 100%;
  margin-top: 0;
}

.about__item {
  width: calc(50% - 15px);
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

@media (max-width: 1069px) {
  .about__item {
    width: unset;
    flex-direction: column;
    margin-top: 0;
  }
}

.about__item .about__image {
  width: 35%;
  object-fit: cover;
}

@media (max-width: 1069px) {
  .about__item .about__image {
    height: 300px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about__item .about__image {
    height: 200px;
  }
}

.about__item .about__content {
  width: 65%;
}

@media (max-width: 1069px) {
  .about__item .about__content {
    width: 100%;
  }
}

.about__item .about__content {
  padding: 20px;
}

@media (max-width: 767px) {
  .about__item .about__content {
    padding: 12px;
  }
}

.about__item .about__heading {
  color: #1d2d5f;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
}

@media (max-width: 1499px) {
  .about__item .about__heading {
    font-size: 18px;
  }
}

.about__item .about__desc {
  color: #252525;
  font-size: 15px;
}

@media (max-width: 1499px) {
  .about__item .about__desc {
    font-size: 13px;
  }
}

.contact__heading {
  font-size: 64px;
  color: #1d2d5f;
  font-family: mon-700;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

@media (max-width: 1499px) {
  .contact__heading {
    font-size: 46px;
  }
}

@media (max-width: 1069px) {
  .contact__heading {
    font-size: 40px;
  }

  .contact__heading br {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact__heading {
    font-size: 24px;
  }
}

.contact__desc {
  font-size: 24px;
  color: #1d2d5f;
  font-family: mon-500;
  margin-bottom: 40px;
}

@media (max-width: 1499px) {
  .contact__desc {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .contact__desc {
    font-size: 16px;
  }
}

.contact__item {
  display: flex;
  text-decoration: none;
  color: #1d2d5f;
  margin-top: 20px;
  align-items: center;
  transition: all ease-out 0.3s;
}

.contact__item:hover {
  opacity: 0.8;
}

.contact__icon {
  font-size: 32px;
  margin-right: 20px;
}

.contact__body strong {
  display: block;
  font-family: mon-700;
  font-size: 24px;
}

@media (max-width: 1499px) {
  .contact__body strong {
    font-size: 18px;
  }
}

.contact__body span {
  font-size: 18px;
  font-family: mon-500;
}

@media (max-width: 1069px) {
  .contact__right {
    margin-top: 40px;
  }
}

.contact__form {
  border: 2px solid #154b87;
  padding: 25px;
  border-radius: 10px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .contact__form {
    padding: 15px;
  }
}

.contact__form__heading {
  font-size: 24px;
  font-family: mon-700;
  color: #154b87;
  margin: 0 0 10px 0;
}

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

@media (max-width: 1499px) {
  .contact__form__heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .contact__form__heading {
    font-size: 16px;
  }
}

.contact__form__desc {
  font-size: 16px;
  color: #1d2d5f;
  font-family: mon-500;
  margin: 0 0 20px 0;
}

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

@media (max-width: 1499px) {
  .contact__form__desc {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact__form__desc {
    font-size: 13px;
  }
}

.contact__form__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contact__form__flex .contact__form__group {
  width: calc(50% - 12px);
}

.contact__form__group {
  margin-bottom: 20px;
}

.contact__form__group label {
  display: block;
  font-size: 16px;
  color: #154b87;
  font-family: mon-600;
  margin-bottom: 4px;
}

.contact__form__field {
  width: 100%;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #154b87;
  outline: 0;
  padding: 0 8px;
  font-size: 16px;
}

.contact__form__textarea {
  width: 100%;
  height: 90px;
  border-radius: 10px;
  border: 1px solid #154b87;
  outline: 0;
  padding: 8px;
  font-size: 16px;
}

.contact__form__error {
  color: #fd0000;
  font-size: 14px;
  margin-top: 6px;
}

.contact__form__submit {
  width: 100%;
  border: 0;
  outline: 0;
  background-color: #154b87;
  color: #ffffff;
  font-size: 16px;
  font-family: mon-700;
  height: 46px;
  border-radius: 8px;
  cursor: pointer;
  transition: all ease-out 0.3s;
}

.contact__form__submit:hover {
  opacity: 0.8;
}

.contact__map {
  width: 100%;
  border-radius: 10px;
  margin-top: 60px;
}

.guarantee__form {
  padding: 30px;
  border: 1px solid #1d2d5f;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .guarantee__form {
    margin-bottom: 16px;
    padding: 20px;
  }
}

.guarantee__heading {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .guarantee__heading {
    font-size: 17px;
  }
}

.guarantee__desc {
  text-align: center;
  font-size: 16px;
  color: #1d2d5f;
}

@media (max-width: 767px) {
  .guarantee__desc {
    font-size: 13px;
  }
}

.guarantee__group {
  display: flex;
  height: 46px;
  margin-top: 20px;
}

.guarantee__field {
  flex: 1;
  border-radius: 8px;
  border: 1px solid #1d2d5f;
  outline: 0;
  padding: 0 15px;
  font-size: 16px;
}

.guarantee__submit {
  width: 150px;
  white-space: nowrap;
  margin-left: 15px;
  background-color: #1d2d5f;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  border: 0;
  outline: 0;
  font-family: mon-600;
  transition: all ease-in-out 0.6s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .guarantee__submit {
    font-size: 14px;
  }
}

.guarantee__submit:hover {
  opacity: 0.8;
}

.guarantee__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .guarantee__list {
    margin: 0 -8px;
  }
}

.guarantee__list .news__item {
  width: calc(50% - 30px);
  margin: 15px;
  display: flex;
  align-items: flex-start;
  padding: 15px;
}

@media (max-width: 1069px) {
  .guarantee__list .news__item {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .guarantee__list .news__item {
    width: 100%;
    margin: 8px;
  }
}

.guarantee__list .news__item .news__image {
  width: 50%;
}

.guarantee__list .news__item .news__image img {
  border-radius: 8px;
}

@media (max-width: 1069px) {
  .guarantee__list .news__item .news__image {
    width: 100%;
  }
}

.guarantee__list .news__item .news__body {
  width: 50%;
}

@media (max-width: 1069px) {
  .guarantee__list .news__item .news__body {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}

@media (max-width: 1069px) {
  .guarantee__list .news__item .news__name {
    font-size: 20px;
  }
}

.guarantee__list .news__item .news__desc {
  display: block;
}

.guarantee__card {
  width: calc(50% - 30px);
  margin: 15px;
}

@media (max-width: 767px) {
  .guarantee__card {
    width: 100%;
    margin: 8px;
  }
}

.guarantee__card img {
  width: 100%;
  border-radius: 10px;
}

.guarantee__result {
  margin: 15px 0;
}

@media (max-width: 1069px) {
  .guarantee__result {
    margin-top: 0;
  }
}

.guarantee__info {
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #1d2d5f;
}

@media (max-width: 1069px) {
  .guarantee__info--mt {
    margin-top: 30px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .guarantee__info--mt {
    margin-top: 16px;
  }
}

.guarantee__title {
  font-size: 24px;
  font-family: mon-700;
  color: #1d2d5f;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .guarantee__title {
    font-size: 18px;
  }
}

.guarantee__item {
  margin-bottom: 20px;
}

.guarantee__item input {
  height: 40px;
  width: 100%;
  border: 1px solid #1d2d5f;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 16px;
  font-family: mon-600;
  color: #252525;
}

.guarantee__label {
  font-size: 18px;
  font-family: mon-700;
  color: #1d2d5f;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .guarantee__label {
    font-size: 16px;
  }
}

.guarantee__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.guarantee__image a {
  max-width: 36%;
  display: block;
}

.guarantee__image a img {
  border-radius: 10px;
  width: 100%;
}

/* new css */
.footer__list ul li {
  display: flex;
}

.footer__list ul li span:last-child {
  margin-left: 6px;
}

.footer__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__block--11 {
  width: calc(11% - 20px);
}

.footer__block--20 {
  width: calc(20% - 20px);
}

.footer__block--22 {
  width: calc(22% - 20px);
}

.footer__block--25 {
  width: calc(25% - 20px);
}

@media (max-width: 1499px) {
  .footer__heading {
    font-size: 14px;
  }

  .footer__list ul li {
    font-size: 14px;
  }

  .footer__list ul li a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .footer__block--11 {
    width: calc(30% - 20px);
  }

  .footer__block--20 {
    width: 100%;
  }

  .footer__block--22 {
    width: 100%;
  }

  .footer__block--25 {
    width: calc(70% - 20px);
  }
}

.contact__map {}

.contact__map__item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(29, 45, 95, 0.5);
  display: flex;
  height: 100%;
}

@media (max-width: 991px) {
  .contact__map__item {
    height: auto;
  }
}

.contact__map__content {
  width: 50%;
  padding: 12px;
}

.contact__map__label {}

.contact__map__district {
  font-size: 14px;
  font-family: mon-700;
  color: #1d2d5f;
}

.contact__map__address {
  font-size: 16px;
  font-family: mon-700;
  color: #1d2d5f;
  margin-top: 8px;
}

.contact__map__iframe {
  width: 50%;
}

.contact__map__iframe iframe {
  height: 100%;
  width: 100%;
}

@media (max-width: 1499px) {
  .contact__map__address {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .contact__map__item {
    margin-bottom: 20px;
  }
}

.capcha__flex {
  display: flex;
  align-items: center;
}

.capcha__group {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 0 8px;
  border-radius: 50px;
  height: 36px;
  background-color: #ffffff;
}

.capcha__field {
  border: 0;
  outline: 0;
}

.capcha__error {
  color: #fd0000;
  font-size: 13px;
  display: none;
}

.capcha__error.show {
  display: block;
}

.capcha__code {
  padding: 8px;
  width: fit-content;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 0 8px;
  height: 36px;
  width: 110px;
  border-radius: 50px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -2px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.8);
  background-color: #ffffff;
  filter: blur(0.4px);
  pointer-events: none;
  user-select: none;
  font-size: 24px;
}

.capcha__change {
  color: #154b87;
  cursor: pointer;
}

.sticky-social {
  position: fixed;
  bottom: 60px;
  left: 20px;
  z-index: 999;
}

.sticky-social--right {
  left: unset;
  right: 20px;
  bottom: 120px;
}

.sticky-social a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 8px;
  box-shadow: 1px 1px 20px #1d2d5f;
  transition: all ease-out 0.4s;
}

.sticky-social a:hover {
  transform: translateY(-5px);
}

.sticky-social a:not(:last-child) {
  margin-bottom: 15px;
}

.sticky-social a img {
  height: 40px;
}

.sticky-social a span {
  font-size: 11px;
  line-height: 1.2;
  font-family: mon-600;
  text-align: center;
  margin-top: 4px;
}

.sticky-social--right a {}

.sticky-social--right a img {
  height: 56px;
}

.sticky-social--right a span {
  font-size: 16px;
}

/* menu social */
.menu-social {
  position: fixed;
  bottom: 75px;
  right: 20px;
  z-index: 1000;
}

.menu-social__popup-content {
  width: 68px;
  height: 172px;
  position: absolute;
  bottom: 150%;
  right: 8px;
  /* background: #ffffff; */
  padding: 12px;
  border-radius: 8px;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); */
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
  background: none;
  box-shadow: none;
}

.menu-social__popup-content a :hover {
  border-radius: 10px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.menu-social__popup-content a img {
  border-radius: 12px;
  width: 60px;
  height: 60px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.menu-social__popup-content.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.menu-social__popup-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-social__btn {
  background: #ffffff;
  border: none;
  padding: 10px 8px;
  border-radius: 10px;
  width: 68px;
  height: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.menu-social__btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.menu-social__btn img {
  width: 40px;
  height: 40px;
  justify-content: center;
  margin-left: 7px;
}

.menu-social__btn-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-social__btn-content span {
  font-size: 12px;
  color: #1d2d5f;
  text-decoration: none;
  font-family: mon-600;
  transition: all ease-out 0.3s;
}

.price-service {
  padding: 60px 0;
}

.tab-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px -10px 20px;
}

.tab {
  width: calc(100% / 4 - 20px);
  margin: 10px;
  height: 70px;
  padding: 15px;
  text-align: center;
  font-family: mon-700;
  border: 2px solid #000000;
  color: #000000;
  background-color: rgba(226, 126, 64, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 19px;
  justify-content: center;
  cursor: pointer;
  transition: all linear 0.3s;
}

@media (max-width: 1269px) {
  .tab {
    font-size: 16px;
  }
}

@media (max-width: 1069px) {
  .tab {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .tab {
    width: calc(100% / 2 - 20px);
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tab {
    font-size: 14px;
  }
}

.tab:hover {
  opacity: 0.9;
  background-color: #01e675;
  color: #000000;
  border-color: #01e675;
  transform: translateY(-3px);
}

.tab.active {
  background-color: #01e675;
  color: #000000;
  border-color: #01e675;
}

.display-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(37, 37, 37, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}

.display-modal.active {
  opacity: 1;
  visibility: visible;
}

.display-list {
  position: relative;
}

.display {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transform-origin: center;
  padding: 50px;
  z-index: 999999;
  background-color: #ffffff;
  transition: all ease 0.3s;
  width: 700px;
  max-width: 100%;
  max-height: 90vh;
  overflow: auto;
}

@media (max-width: 767px) {
  .display {
    padding: 50px 20px;
  }
}

.display.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.display table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.display table td,
.display table th {
  border: 1px solid #000000;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  color: #000000;
}

.display table thead {
  background-color: #01e675;
  color: #ffffff;
}

@media (max-width: 991px) {
  .display table {
    width: 100%;
  }

  .display table td,
  .display table th {
    border: 1px solid #000000;
    text-align: left;
    padding: 10px;
    font-size: 12px;
  }
}

.display table tbody tr {
  background-color: #ffffff;
}

.display table tbody tr:nth-child(even) {
  background-color: #dddddd;
}

.display table td:not(:first-child) {}

.display table th:nth-child(2) {
  text-align: center;
}

.display table th:nth-child(3) {
  text-align: right;
}

.display table td:nth-child(2) {
  text-align: center;
}

.display table td:nth-child(3) {
  text-align: right;
  min-width: 126px;
}

.display-close {
  color: #fd0000;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.display-close:hover {
  opacity: 0.8;
}

.price-service__block {
  margin-top: 50px;
}

.price-service__left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-service__left img {
  display: block;
  width: 220px;
  margin: 0 auto 30px;
}

.price-service__label {
  font-size: 20px;
  font-family: mon-500;
  margin-bottom: 15px;
  text-align: center;
  color: #154b87;
}

.price-service__highlight {
  font-size: 28px;
  font-family: mon-700;
  color: #e27e40;
  display: inline;
  margin-left: 10px;
}

.price-service__highlight span {
  display: block;
  text-align: center;
  font-size: 48px;
  color: #000000;
}

@media (max-width: 991px) {
  .price-service__left img {
    width: 160px;
  }

  .price-service__left {
    margin-bottom: 24px;
  }

  .price-service__label {
    font-size: 18px;
  }

  .price-service__highlight {
    font-size: 24px;
  }
}

/* Định nghĩa hiệu ứng shake */
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* Áp dụng hiệu ứng cho phần tử */
.shake {
  display: inline-block;
  animation: shake 0.5s;
  /* thời gian thực hiện hiệu ứng */
  animation-iteration-count: infinite;
  /* số lần lặp lại, dùng infinite để lặp vô hạn */
}

.guarantee__table table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}

.guarantee__table table td,
.guarantee__table table th {
  border: 1px solid #154b87;
  text-align: left;
  padding: 4px;
  font-size: 12px;
}

.guarantee__table table thead {
  background-color: #154b87;
  color: #ffffff;
}

.guarantee__table table tbody tr {
  background-color: #ffffff;
}

.guarantee__table table tbody tr:nth-child(even) {
  background-color: #dddddd;
}

.guarantee__table table tbody tr td:nth-child(1) {
  width: 30px;
}

.guarantee__table table td img {
  height: 50px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .guarantee__table {
    overflow: auto;
  }

  .guarantee__table table {
    width: 700px;
  }
}


.slick-track {
  margin: unset;
}

/* table of content */
.wrapper-toc {
  margin-bottom: 10px;
}

#toc-container {
  width: auto;
  background: #e9f9ff;
  padding: 15px;
  border-radius: 5px;
  max-height: 400px;
  /* overflow-y: auto;  */
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Khi TOC cuộn khỏi màn hình, thu nhỏ & cố định góc phải */
#toc-container.fixed {
  position: fixed;
  top: 152px;
  right: 0px;
  width: 250px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  max-height: 80vh;
  overflow-y: auto;
  transition: right 0.3s ease;
}

#toc-container.fixed h2 {
  font-size: 14px;
}

#toc-container.fixed a {
  font-size: 12px;
}

.toc-container__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#toc-container h2 {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

#showTOC {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

#table-of-contents {
  transition: opacity 0.3s ease;
}

#table-of-contents ul {
  margin: 3px 0px;
  list-style: none;
  padding-left: 10px;
}

/* #table-of-contents li {
  margin: 5px 0;
} */

#table-of-contents a {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #2bc1ef;
  transition: color 0.3s;
  text-transform: uppercase;
}

.menuTOC {
  display: none;
}

@media (max-width: 1499px) {
  #toc-container.fixed {
    top: 122px;
  }
}

@media (max-width: 1069px) {
  #toc-container.fixed {
    top: 112px;
  }
}

@media (max-width: 768px) {
  #table-of-contents a {
    font-size: 12px;
    line-height: 14px;
  }

  /* menu toc */
  .menuTOC {
    display: block;
    position: relative;
  }

  #menuTOCBtn {
    position: fixed;
    right: 4px;
    top: 115px;
    width: 80px;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-size: 10px;
    background-color: #1d2d5f;
    color: #ffffff;
    font-weight: bold;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }

  #toc-container.fixed {
    top: 157px;
    right: -250px;
    transition: all 0.3s ease;
  }

  #toc-container.fixed.show {
    right: 0px;
    transition: all 0.3s ease;
  }
}

#table-of-contents a:hover {
  color: #1b576a;
}

/* Ẩn modal mặc định */
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 999;
}

/* Khi mở modal */
.modal.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* Nội dung modal */
.modal__content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 360px;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .modal__content {
    padding: 15px;
    width: 320px;
  }
}

/* Khi modal mở, nội dung modal dịch chuyển xuống */
.modal.show .modal__content {
  transform: translateY(0);
}

/* Nút đóng modal */
.modal__close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}

/* Form và nút gửi */
.form-group {
  /* margin-bottom: 8px; */
  text-align: left;
}

.form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.modal__submit-btn {
  width: 100%;
  padding: 10px;
  background: #1d2d5f;
  color: white;
  margin-top: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  opacity: 1;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.modal__submit-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

#contactForm label {
  font-size: 13px;
}

#contactForm input:focus {
  border: 2px solid #1d2d5f;
  /* box-shadow: 0 0 5px #1d2d5f; */
  outline: none;
}

.error-message {
  display: block;
  color: red;
  font-size: 10px;
  min-height: 15px;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.error-message.show {
  opacity: 1;
  transform: translateY(0);
}

.error-message.hide {
  opacity: 0;
  /* transition: opacity 0.3s ease-in-out; */
  transform: translateY(-5px);
}

/* text move shake */
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}

.shake {
  animation: shake 0.3s ease-in-out;
}

/* === css cho banner dịch vụ 16 - 6 - 2025 === */
.banner-service {
  width: 100%;
}

.header__dropdown ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header__dropdown>ul>li>div>a:hover, .submenu-list__item>li>a:hover {
  color: #1d2d5f;
}



.banner-service img {
  aspect-ratio: 1940 / 863;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.submenu-list__item {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}


.header__dropdown>ul>li .submenu-list {
  width: 250px;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  z-index: 1;
  top: -13px;
  right: -260px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0% 0%;
  transition: all ease-out 0.3s;
}

/* .submenu-title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
} */

/* update 7/8/2025 */

.submenu-title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.submenu-title:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.submenu-list__item li a {
  transition: background-color 0.3s ease;
}

.submenu-list__item li a:hover {
  background-color: #f5f5f5;
}

/* update 7/8/2025 */

.header__dropdown>ul>li:hover .submenu-list {
  transform: perspective(600px) rotateX(0);
}

@media screen and (max-width: 1024px) {
  .header__dropdown>ul>li .submenu-list {
    position: unset;
    background-color: transparent;
    padding: 0px ;
    z-index: unset;
    top: unset;
    right: unset;
    box-shadow: unset;
    transform: unset;
    transform-origin: unset;
    transition: unset;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .header__dropdown>ul>li .submenu-list.show {
    max-height: 500px; 
    padding: 0px 10px 10px;
  }
  .submenu-title i{
    color: white;
  }
  
  .header__dropdown>ul>li>div>a{
    color: white;
  }


  .submenu-list__item>li>a{
    color: white;
  }

}