.background_image {
  width: 100%;
  margin: 0 auto;
  max-width: 1940px;
  margin-top: 67px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F4F5FC;
}

@media only screen and (max-width: 568px) {
  .background_image {
    margin-top: 24px;
  }
}

.background_image .content-image {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #2063A3;
  margin: 100px 0 48px 0;
}

@media only screen and (max-width: 568px) {
  .background_image .content-image {
    font-size: 18px;
    line-height: 33px;
    margin: 24px 0 16px 0;
  }
}

@media only screen and (max-width: 480px) {
  .background_image .content-image {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    width: 80%;
  }
}

.background_image-in {
  width: 90%;
  margin-bottom: 43px;
}

@media only screen and (max-width: 568px) {
  .background_image-in {
    margin-bottom: 23px;
  }
}

.slick-dots {
  position: absolute;
  bottom: -5rem;
}

.slick-dots .dots-tour-potevin {
  width: 10px !important;
  height: 10px;
  background: #c4c4c4;
  border-radius: 50%;
}

.slick-dots .slick-active .dots-tour-potevin {
  background: #eb7f2c;
}

.slick-dots li {
  margin: 0;
}

.sliders-page-image {
  width: 100%;
  position: relative;
}

.box-image-page-introduce {
  position: relative;
  overflow: hidden;
  margin: 0 20px;
}

.box-image-page-introduce .text-page-iintroduce {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.box-image-page-introduce .text-page-iintroduce::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 41, 80, 0)), to(rgba(5, 50, 94, 0.61)));
  background: linear-gradient(180deg, rgba(0, 41, 80, 0) 0%, rgba(5, 50, 94, 0.61) 100%);
}

.box-image-page-introduce .text {
  position: relative;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 25px 0;
  z-index: 2;
}

.text-prev {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px;
}

@media only screen and (max-width: 1024px) {
  .text-prev {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 1px;
    line-height: 10px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 568px) {
  .text-prev {
    display: none;
  }
}

.text-next {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px;
}

@media only screen and (max-width: 1024px) {
  .text-next {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 1px;
    line-height: 10px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 568px) {
  .text-next {
    display: none;
  }
}

.sliders-page-image .image-page-introduce {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sliders-page-image .image-page-introduce:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (max-width: 1200px) {
  .sliders-page-image .image-page-introduce {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 1024px) {
  .sliders-page-image .image-page-introduce {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {
  .sliders-page-image .image-page-introduce {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 480px) {
  .sliders-page-image .image-page-introduce {
    height: 249px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.next-custom {
  background: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 236px;
  height: 180px;
  z-index: 1;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .next-custom {
    width: 100px;
    height: 78px;
  }
}

@media only screen and (max-width: 568px) {
  .next-custom {
    width: 50px;
    height: 29px;
    display: none;
    background: none;
    right: 10px;
  }
}

.next-custom .button-next-image {
  position: absolute;
  width: 15%;
  height: 25%;
  display: none;
}

@media only screen and (max-width: 568px) {
  .next-custom .button-next-image {
    display: block;
    width: 25%;
    height: 100%;
  }
}

.next-custom:hover {
  background: #f2700b;
  z-index: 2;
}

@media only screen and (max-width: 568px) {
  .next-custom:hover {
    background: none;
  }
}

.next-custom:hover .button-next-image {
  display: block;
  opacity: 1;
}

.next-custom:hover img {
  opacity: 0.2;
}

.next-custom:hover span {
  opacity: 0.2;
}

.next-custom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 568px) {
  .next-custom img {
    display: none;
  }
}

.prev-custom {
  position: absolute;
  background: #fff;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 236px;
  height: 180px;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) {
  .prev-custom {
    width: 100px;
    height: 78px;
  }
}

@media only screen and (max-width: 568px) {
  .prev-custom {
    width: 50px;
    height: 29px;
    display: none;
    background: none;
    left: 10px;
  }
}

.prev-custom .button-prev-image {
  position: absolute;
  width: 15%;
  height: 25%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: none;
}

@media only screen and (max-width: 568px) {
  .prev-custom .button-prev-image {
    display: block;
    width: 25%;
    height: 100%;
  }
}

.prev-custom:hover {
  background: #f2700b;
  z-index: 2;
}

@media only screen and (max-width: 568px) {
  .prev-custom:hover {
    background: none;
  }
}

.prev-custom:hover .button-prev-image {
  display: block;
  opacity: 1;
}

.prev-custom:hover img {
  opacity: 0.2;
}

.prev-custom:hover span {
  opacity: 0.2;
}

.prev-custom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 568px) {
  .prev-custom img {
    display: none;
  }
}

.background_partner {
  width: 100%;
  margin: 0 auto;
  max-width: 1940px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .background_partner {
    margin-bottom: 0;
  }
}

.background_partner .container_partner {
  position: relative;
  width: 80%;
  margin: 84px 0 63px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .background_partner .container_partner {
    margin: 67px 0 0 0;
  }
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner {
    margin: 24px 0 0 0;
    padding: 0;
  }
}

.background_partner .container_partner .image_partner {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .background_partner .container_partner .image_partner {
    height: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .background_partner .container_partner .image_partner {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner .image_partner {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {
  .background_partner .container_partner {
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner {
    width: 100%;
  }
}

.background_partner .container_partner .sliders-partner {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .background_partner .container_partner .sliders-partner {
    width: 80%;
    background: transparent;
  }
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner .sliders-partner {
    width: 50%;
    background: #fff;
    margin-top: 0;
  }
}

.background_partner .container_partner .sliders-partner .slick-slide {
  margin: 4px 4px;
}

.background_partner .container_partner .sliders-partner .slick-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .background_partner .container_partner .sliders-partner .slick-slide {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner .sliders-partner .slick-slide {
    margin: 0 10px;
  }
}

.background_partner .container_partner .sliders-partner .image-background-introduce {
  width: 100px;
  height: 100px;
  z-index: 1;
  position: unset;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .background_partner .container_partner .sliders-partner .image-background-introduce {
    margin: 0 auto;
    z-index: 999;
  }
}

@media only screen and (max-width: 768px) {
  .background_partner .container_partner .sliders-partner .image-background-introduce {
    width: 100%;
    margin: 0 auto;
    z-index: 999;
  }
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner .sliders-partner .image-background-introduce {
    width: 100%;
    margin: 0 auto;
    z-index: 999;
  }
}

.background_partner .container_partner .sliders-partner .next--arrow-slick {
  width: 40px;
  height: 30px;
  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;
  position: absolute;
  top: 30%;
  right: -60px;
  cursor: pointer;
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner .sliders-partner .next--arrow-slick {
    right: -50px;
  }
}

.background_partner .container_partner .sliders-partner .next--arrow-slick img {
  z-index: 999;
  width: 95%;
  height: 60%;
  color: #2063A3;
}

.background_partner .container_partner .sliders-partner .prev--arrow-slick {
  width: 40px;
  height: 30px;
  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;
  position: absolute;
  top: 30%;
  left: -60px;
  cursor: pointer;
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner .sliders-partner .prev--arrow-slick {
    left: -50px;
  }
}

.background_partner .container_partner .sliders-partner .prev--arrow-slick img {
  width: 95%;
  height: 60%;
  z-index: 999;
  color: #2063A3;
}

.background_partner .container_partner-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  width: 100%;
}

.background_partner .container_partner-content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 58px 0 110px 0;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 81px;
}

@media only screen and (max-width: 768px) {
  .background_partner .container_partner-content-image {
    gap: 0 30px;
    margin: 48px 0 48px 0;
  }
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner-content-image {
    gap: 0 20px;
    margin: 48px 0 48px 0;
  }
}

.background_partner .container_partner-content-image .in-image {
  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;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner-content-image .in-image {
    padding: 4px;
  }
}

.background_partner .container_partner-content-image .in-image-introduce {
  width: 100%;
  background: #fff;
  width: 20rem;
  height: 20rem;
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner-content-image .in-image-introduce {
    width: 12rem;
    height: 12rem;
  }
}

.background_partner .container_partner-content-text {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  margin-bottom: 100px;
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner-content-text {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .background_partner .container_partner-content-text {
    margin-bottom: 62px;
  }
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner-content-text {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .background_partner .container_partner-content-text {
    margin-bottom: 16px;
    margin-top: 24px;
  }
}

.background_partner .container_partner-content-text .text-partner {
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  padding-bottom: 22px;
  text-transform: uppercase;
  color: #2063a3;
  text-align: center;
  font-style: normal;
}

@media only screen and (max-width: 568px) {
  .background_partner .container_partner-content-text .text-partner {
    font-size: 18px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .background_partner .container_partner-content-text .text-partner {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }
}

.background_partner .container_partner-content-text .line {
  width: 80px;
  height: 1px;
  background: #eb7f2c;
}

.content-partner {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #72757b;
  font-style: normal;
  font-weight: 400;
}

.image-background {
  width: 100%;
  padding: 10px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .image-background {
    width: 100%;
    padding: 10px 0;
    background: transparent;
  }
}

.bi-chevron-right {
  color: #2063A3;
  font-size: 24px;
}

.bi-chevron-left {
  color: #2063A3;
  font-size: 24px;
}

.bi-chevron-left:hover {
  color: #eb7f2c;
}

.bi-chevron-right:hover {
  color: #eb7f2c;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .background_image .content-image {
    font-size: 32px;
    margin: 88px 134px 32px 127px;
  }
  .background_partner .container_partner-content-text .text-partner {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
  .background_image .content-image {
    font-size: 32px;
  }
  .background_partner .container_partner-content-text .text-partner {
    font-size: 32px;
  }
}

@media screen and (max-width: 480px) {
  .background_image.container {
    padding-bottom: 0 !important;
  }
}

.background_image.container {
  padding-bottom: 50px;
}

@media screen and (max-width: 568px) {
  .background_partner .container_partner-content-text {
    padding: 0 16px;
  }
}
/*# sourceMappingURL=image.css.map */