:root {
  --gapExhibition: 4vw;
}

/*========== slider top ==========*/
.slider {
  padding-top: 10px;
  width: 100%;
  height: 70vh;
  min-height: 570px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.slider .container,
.slider .row {
  height: 100%;
}
@media all and (max-width: 767px) {
  .slider {
    min-height: 400px;
  }
}
.slider .slider-images {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slider .slider-images img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .slider-images .swiper-slide {
  background-size: cover !important;
}
.slider .slider-images:not(.no_chape):after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0 90%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 90%, 100% 0, 100% 100%, 0 100%);
  background-color: #fff;
  height: 20%;
  z-index: 2;
}
@media all and (max-width: 575px) {
  .slider .slider-images:not(.no_chape):after {
    -webkit-clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  }
}
.slider .slider-images .container .row {
  padding-right: 50px;
}
.slider .slider-images .container .row p {
  color: var(--colorWhite);
  font-size: 1.5rem;
}
.slider .swiper-fraction {
  color: transparent;
}
.slider .swiper-fraction span {
  width: 22px;
  display: inline-block;
  color: var(--colorWhite);
  font-weight: 400;
}
@media all and (max-width: 575px) {
  .slider .swiper-fraction span {
    color: var(--colorMain);
  }
}
.slider .swiper-fraction span:before {
  content: "0";
}
.slider .swiper-fraction .swiper-pagination-current {
  margin-right: 122px;
}
@media all and (max-width: 575px) {
  .slider .swiper-fraction .swiper-pagination-current {
    margin-right: 60px;
  }
}
.slider .swiper-pagination-progressbar {
  top: auto;
  bottom: 56px;
  left: 50px;
  width: 100px;
  height: 2px;
  background: var(--colorWhite);
}
@media all and (max-width: 575px) {
  .slider .swiper-pagination-progressbar {
    background: var(--colortwo);
    width: 70px;
    left: 21px;
  }
}
.slider .swiper-pagination-progressbar span {
  background: var(--colorMain);
  height: 100%;
  width: 10%;
  display: block;
  max-width: 100%;
}
.slider .slider-nav {
  height: 70px;
  margin-top: -150px;
  position: relative;
  z-index: 3;
  margin-left: 50px;
}
@media all and (max-width: 575px) {
  .slider .slider-nav {
    position: absolute;
    right: 10px;
    bottom: -25px;
  }
}
.slider .my_btn {
  position: absolute;
  right: 0;
  top: -10px;
}
@media all and (max-width: 575px) {
  .slider .my_btn {
    top: 0;
  }
}
.slider .slider-nav .button_arrow {
  display: inline;
  width: 55px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background: var(--colorMain);
  color: #080808;
  margin-left: auto;
  margin-right: 8px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transform: translateY(50px);
  border-radius: 50%;
  transition: 0.25s ease-in-out;
}
.slider .slider-nav .button_arrow svg {
  width: 20px;
}
@media all and (max-width: 767px) {
  .slider .slider-nav .button_arrow {
    width: 40px;
    height: 40px;
  }
  .slider .slider-nav .button_arrow svg {
    width: 15px;
  }
}
.slider .slider-nav .button-prev:hover {
  background: #080808;
  color: var(--colorMain);
}
.slider .slider-nav .button-next:hover {
  background: #080808;
  color: var(--colorMain);
}

#text_exhibition {
  padding-top: 0px;
  overflow: inherit;
  position: relative;
  z-index: 2;
}
#text_exhibition .info {
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 8px;
}
#text_exhibition .info svg {
  width: 25px;
  margin-right: 10px;
}
#text_exhibition .info .text span,
#text_exhibition .info .text div,
#text_exhibition .info .text h2 {
  font-size: 16px;
}
@media all and (max-width: 430px) {
  #text_exhibition .info .text span,
  #text_exhibition .info .text div,
  #text_exhibition .info .text h2 {
    font-size: 12px;
  }
}
#text_exhibition .rotate_title {
  padding-top: 80px;
}
@media all and (max-width: 575px) {
  #text_exhibition .rotate_title {
    display: none;
  }
}
#text_exhibition .rotate_title .parent_rotate {
  transform: rotate(270deg) translateX(45%);
  right: 0;
}
#text_exhibition .rotate_title .lines {
  width: 50px;
}
#text_exhibition .block_top {
  background-color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 20px 50px;
}
#text_exhibition .slider-nav {
  width: 80%;
  margin: auto;
  margin-top: -130px;
  margin-bottom: 20px;
  position: relative;
}
#text_exhibition .slider-nav .swiper-pagination {
  transform: none;
  position: absolute;
  top: -30px;
  left: 0;
  background-color: transparent;
}
#text_exhibition .slider-nav .swiper-pagination span {
  width: 25px;
  height: 3.5px;
  border-radius: 0;
}
#text_exhibition .slider-nav .swiper-pagination span:first-child {
  margin-left: 0;
}
#text_exhibition .slider-nav .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--colortwo);
}

.title_card h2 {
  font-weight: 400;
  font-size: 1.9rem;
}
.title_card span {
  font-weight: 900;
}
.title_card p {
  font-size: 1.2rem;
  font-weight: 300;
}
@media all and (min-width: 576px) {
  .title_card.title_left_top {
    transform: translateY(-30%);
    margin-top: -50px;
  }
}

/*========== logo slider ==========*/
#logo_slider_first {
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  padding-top: 170px;
}
#logo_slider_first::before {
  background-color: #f4f6f6;
}

.logo_slider {
  padding-bottom: 100px;
  position: relative;
}
@media all and (max-width: 756px) {
  .logo_slider {
    padding-bottom: 60px;
  }
}
.logo_slider::before {
  content: "";
  position: absolute;
  inset: 0;
}
.logo_slider .parentSilder {
  margin: auto;
  padding: 0 2rem;
}
@media all and (min-width: 992px) {
  .logo_slider .parentSilder {
    width: 80%;
    padding: 0 5rem;
  }
}
.logo_slider .swiper-wrapper .swiper-slide {
  height: auto;
  position: relative;
}
.logo_slider .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(var(--colorMain) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 2px 7px;
  background-repeat: repeat-y;
  opacity: 0.4;
  width: 1px;
}
.logo_slider .swiper-wrapper .swiper-slide img {
  width: 200px;
  height: auto;
  max-width: 80%;
}

/*========== contact ==========*/
#contact {
  padding-top: 100px;
  padding-bottom: 125px;
  overflow: hidden;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
@media all and (max-width: 767px) {
  #contact {
    padding-top: 20px;
    padding-bottom: 100px;
    margin-bottom: -5%;
  }
}
@media all and (max-width: 575px) {
  #contact {
    margin-bottom: -10%;
  }
}
#contact .overlay {
  position: absolute;
  inset: 0;
}
#contact .overlay svg {
  transform: translate(-5%, 6%);
  width: 68%;
  margin: auto;
  display: block;
}
#contact .row {
  z-index: 2;
  position: relative;
  color: var(--colorMain);
}
#contact h2 {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 0.9;
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  #contact h2 {
    margin-top: 0px;
  }
}
#contact p {
  position: relative;
  font-size: 1.7rem;
  font-weight: 300;
}
#contact p::before {
  content: "";
  margin-top: 27px;
  margin-bottom: 25px;
  position: relative;
  width: 30px;
  background-color: var(--colortwo);
  height: 3px;
  border-radius: 2px;
  display: block;
}
#contact p.line_colortwo::before {
  background-color: var(--colorMain);
}
#contact .contact_form {
  background-color: var(--colorMain);
  padding: 4rem 3rem 3rem;
  border-radius: 7px;
}
#contact .contact_form button {
  margin-left: auto;
  display: block;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  #contact .contact_form {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
@media all and (max-width: 479px) {
  #contact {
    -webkit-clip-path: none;
            clip-path: none;
  }
  #contact .form_home {
    width: 100% !important;
  }
  #contact .contact_form {
    margin-bottom: 10px;
  }
}

/*========== rtm_exhibtors ==========*/
#rtm_exhibtors .d-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: end;
  justify-items: center;
  gap: 50px;
}
#rtm_exhibtors .d-grid img {
  max-height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 575px) {
  #rtm_exhibtors .d-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #rtm_exhibtors .d-grid img {
    max-height: 70px;
    height: 100px;
    width: 100px;
  }
}

/*========== last exhibtors ==========*/
.info {
  grid-template-columns: auto 1fr;
  gap: 15px;
}
@media all and (max-width: 767px) {
  .info {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  }
}
.info svg {
  width: 25px;
  margin-right: 10px;
}
.info .text {
  gap: 3px;
  font-size: 1rem;
  flex-wrap: wrap;
}
.info .text span {
  font-size: 0.7em;
}
.info .text div,
.info .text h2 {
  font-size: 0.8em;
  font-weight: 900;
}

#last_exhibtors .exhibition img {
  height: 400px;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#last_exhibtors .exhibition .paragraph {
  font-size: 0.9rem;
}
#last_exhibtors .other_exhibitions .lines::after, #last_exhibtors .other_exhibitions .lines::before {
  background-color: var(--colorMain);
}
#last_exhibtors .other_exhibitions .exhibition_cards .singl_card {
  display: block;
  width: 100%;
  transition: all ease-in-out 0.3s;
}
#last_exhibtors .other_exhibitions .exhibition_cards .singl_card .top_card {
  position: relative;
}
#last_exhibtors .other_exhibitions .exhibition_cards .singl_card .top_card img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
#last_exhibtors .other_exhibitions .exhibition_cards .singl_card .top_card .app_lines {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: calc(100% + var(--gapExhibition) / 2);
}
@media all and (max-width: 575px) {
  #last_exhibtors .other_exhibitions .exhibition_cards .singl_card .top_card .app_lines {
    display: none;
  }
}
#last_exhibtors .other_exhibitions .exhibition_cards .singl_card .info {
  grid-template-columns: 1fr;
  gap: 5px;
}
#last_exhibtors .other_exhibitions .exhibition_cards .singl_card .info svg {
  height: 25px;
}
@media all and (max-width: 767px) {
  #last_exhibtors .other_exhibitions .exhibition_cards .singl_card .info {
    gap: 0;
  }
}
#last_exhibtors .other_exhibitions .exhibition_cards .singl_card:nth-child(3n+3) .top_card .app_lines {
  display: none;
}
@media all and (max-width: 767px) {
  #last_exhibtors .other_exhibitions .exhibition_cards .singl_card:nth-child(1n+1) .top_card .app_lines {
    display: none;
  }
}
#last_exhibtors .other_exhibitions .exhibition_cards .singl_card:hover {
  color: var(--colortwo);
}
#last_exhibtors .other_exhibitions .exhibition_cards .singl_card .info .text span {
  font-size: 10px;
}
#last_exhibtors .other_exhibitions .exhibition_cards .singl_card .info .text div,
#last_exhibtors .other_exhibitions .exhibition_cards .singl_card .info .text h2 {
  font-size: 11px;
  font-weight: 700;
}
#last_exhibtors .other_exhibitions .exhibition_cards .swiper-slide:last-child .singl_card .app_lines {
  display: none;
}
#last_exhibtors .other_exhibitions .exhibition_cards .title_card span {
  font-weight: 400;
}
#last_exhibtors .other_exhibitions .exhibition_cards p.paragraph {
  margin-top: 20px;
  font-size: 0.9rem;
}

/*========== questions and answers ==========*/
#questions_and_answers {
  padding: 230px 0;
  position: relative;
  overflow: inherit;
  overflow-x: clip;
}
@media all and (max-width: 991px) {
  #questions_and_answers {
    padding: 130px 0;
  }
}
@media all and (max-width: 575px) {
  #questions_and_answers {
    padding-top: 80px;
  }
}
#questions_and_answers .sub_title {
  opacity: 0.3;
}
#questions_and_answers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  background-color: var(--colorMain);
  z-index: -1;
  min-width: 1200px;
  width: 100%;
  height: 100%;
}
#questions_and_answers * {
  color: var(--colorWhite);
}
#questions_and_answers .title .content_title .lines::after,
#questions_and_answers .title .content_title .lines::before {
  background-color: var(--colorWhite);
}
#questions_and_answers .singl_question {
  margin-bottom: 80px;
}
#questions_and_answers .singl_question p {
  font-weight: 300;
}
#questions_and_answers .singl_question h2 {
  font-weight: 400;
  font-size: 1.25rem;
}
#questions_and_answers .singl_question p {
  font-size: 1.1rem;
  padding: 25px;
}
#questions_and_answers .singl_question .title_question {
  cursor: pointer;
  grid-template-columns: auto 1fr;
  gap: 20px;
  font-size: 1.3rem;
}
#questions_and_answers .singl_question .title_question h2 {
  transition: all ease-in-out 0.7s;
}
#questions_and_answers .singl_question .title_question .arrow {
  position: relative;
  height: 100%;
}
#questions_and_answers .singl_question .title_question .arrow svg {
  transition: stroke, right, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  height: 25px;
  stroke: #fff;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(100%, -50%);
}
#questions_and_answers .singl_question .question_paragraph {
  margin-top: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.5215686275);
  overflow: hidden;
  position: relative;
}
#questions_and_answers .singl_question .question_paragraph,
#questions_and_answers .singl_question .question_paragraph * {
  transition: all ease-in-out 0.5s;
}
#questions_and_answers .singl_question .question_paragraph::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
}
#questions_and_answers .singl_question:not(.active) .question_paragraph {
  height: 0 !important;
}
#questions_and_answers .singl_question.active .title_question h2 {
  color: var(--colortwo);
}
#questions_and_answers .singl_question.active .title_question svg {
  transition: stroke, right, 0.7s transform 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  stroke: var(--colortwo);
  right: 0;
  transform: translate(0, -50%) rotate(90deg);
}
#questions_and_answers .singl_question.active .question_paragraph::after {
  background-color: #fff;
}

/*========== style_sction_exp ==========*/
.style_sction_exp img {
  border-radius: 7px;
}
.style_sction_exp .card_top {
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 5vw;
  grid-template-columns: repeat(2, 1fr);
}
.style_sction_exp .card_top .singl_card {
  position: relative;
  display: grid;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: space-between;
  grid-template-columns: 1fr auto;
}
.style_sction_exp .card_top .singl_card .img_card {
  height: 100%;
}
.style_sction_exp .card_top .singl_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.style_sction_exp .card_top .singl_card h2 {
  font-size: 1.6rem;
  margin-bottom: 7px;
}
.style_sction_exp .card_top .singl_card P {
  font-size: 1.3em;
  color: var(--colorFour);
}
.style_sction_exp .card_top .singl_card .app_lines {
  position: absolute;
  right: -2.5vw;
  top: 0;
  width: 1px;
  height: 100%;
}
.style_sction_exp .card_top .singl_card .app_lines .lines::before,
.style_sction_exp .card_top .singl_card .app_lines .lines::after {
  background-color: var(--colorMain);
}
.style_sction_exp .card_top .singl_card:last-child .app_lines {
  display: none;
}
@media all and (max-width: 991px) {
  .style_sction_exp .card_top .singl_card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media all and (max-width: 479px) {
  .style_sction_exp .card_top .app_lines {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .style_sction_exp .card_top {
    grid-template-columns: 1fr;
  }
}
.style_sction_exp .card_bottom {
  margin-top: 20px;
  gap: 25px;
  grid-template-columns: repeat(5, 1fr);
}
.style_sction_exp .card_bottom .singl_card {
  position: relative;
}
.style_sction_exp .card_bottom .singl_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.style_sction_exp .card_bottom .singl_card h2 {
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 1rem;
}
.style_sction_exp .card_bottom .singl_card P {
  font-size: 0.9rem;
  color: var(--colorFour);
}
@media all and (max-width: 1199px) {
  .style_sction_exp .card_bottom {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 991px) {
  .style_sction_exp .card_bottom {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 480px) {
  .style_sction_exp .card_bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*========== latest_news ==========*/
#latest_news .singl_card {
  display: grid;
}
#latest_news .singl_card span {
  font-size: 0.9rem;
}
#latest_news .row {
  row-gap: 50px;
}
#latest_news .big_card_top .singl_card:first-child {
  grid-template-columns: 45% 1fr;
}
#latest_news .big_card_top .singl_card:first-child .titleCard,
#latest_news .big_card_top .singl_card:first-child .titleCard span {
  font-size: 1.5rem;
}
#latest_news .big_card_top .singl_card:first-child .content_text span {
  color: var(--colortwo) !important;
}
@media all and (max-width: 767px) {
  #latest_news .big_card_top .singl_card:first-child {
    grid-template-columns: 1fr;
  }
}
#latest_news .singl_card {
  grid-template-rows: auto 1fr;
}
#latest_news .singl_card .titleCard,
#latest_news .singl_card .titleCard span {
  font-size: 1.125rem;
}
#latest_news .singl_card p {
  font-size: 13px;
}
#latest_news .content_text {
  background-color: #f4f6f6;
}
#latest_news .slider_img_card {
  height: 100%;
}
#latest_news .singl_card:first-child {
  height: 100%;
}
#latest_news .singl_card:first-child img {
  max-height: 450px;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#latest_news .singl_card:first-child p {
  font-size: 16px;
}
/*========== contact media ==========*/
.contact_media .contact_form {
  background-color: var(--colortwo) !important;
  position: relative;
  overflow: hidden;
}
.contact_media .contact_form button {
  color: var(--colortwo);
}
@media all and (max-width: 479px) {
  .contact_media .contact_form button {
    width: 100%;
  }
}
.contact_media .contact_form .rtm_stroke {
  position: absolute;
  top: 10%;
  left: 30%;
  width: 100%;
  opacity: 0.3;
}
.contact_media .contact_form form {
  position: relative;
  z-index: 2;
}

@media all and (min-width: 992px) {
  :root {
    --gapExhibition: 6vw;
  }
}
@media all and (max-width: 991px) {
  html {
    font-size: 14px !important;
  }
}/*# sourceMappingURL=exhibition.css.map */