/*///////////////////////////////////////////////////
//
//            ▼ トップ01 ▼
//
///////////////////////////////////////////////////*/
.top01 {
  margin: 6rem 0 0;
  position: relative;
}

.top01::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 3.8541666667%;
  transform: translateY(-50%);
  width: 35.8817708333%;
  height: 40.846875rem;
  background: url(../images/top/logo_bg.png) no-repeat;
  background-size: contain;
  opacity: 0.2;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .top01::after {
    height: 21.875rem;
  }
}

.top01 .mv {
  padding: 1.9375rem 0 18.75rem;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .top01 .mv {
    padding: 1.9375rem 0 11.25rem;
  }
}

.top01 .mv::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94deg, #085D99 12.95%, #085D99 50.77%, #51A4DD 80.92%);
  clip-path: polygon(0% 12%, 0% 12%, 0% 62%, 0% 62%);
  z-index: -1;
  transition: ease-in 0.25s;
}

.top01 .mv.anime::before {
  clip-path: polygon(0% 12%, 100% 50%, 100% 94%, 0% 62%);
}

.top01 .mv .mv_txt {
  position: absolute;
  top: 70%;
  transform: translateY(-30%);
  z-index: 2;
  background-color: hsl(0, 5%, 4%, 0.4);
  width: 100%;
  padding-left: 6.25em;
  padding-top: 2em;
  padding-bottom: 2em;
}

#top .top01 .mv .mv_txt h2::first-line {
  color: #4695fd;
  font-weight: 800;
  font-size: 4.75vw;
}

.top01 .mv .mv_txt span,
.top01 .mv .mv_txt h2 {
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 4px 4px 10px rgba(71, 88, 100, 0.8);
  white-space: nowrap;
  overflow: hidden;
  width: 0%;
}

.top01 .mv .mv_txt span {
  display: block;
  font-size: 6.25rem;
  letter-spacing: 0.05em;
}

.top01 .mv .mv_txt h2 {
  font-size: 3.375rem;
  margin: 3.375rem 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .top01 .mv .mv_txt span {
    font-size: 4.5rem;
  }

  .top01 .mv .mv_txt h2 {
    font-size: 1.25rem;
    margin: 1.25rem 0 0;
  }
}

.top01 .mv .mv_txt.anime03 span,
.top01 .mv .mv_txt.anime03 h2 {
  animation: flowing_ttl 0.3s forwards linear;
  width: 0%;
}

.top01 .mv .mv_txt.anime03 h2 {
  animation-delay: 0.3s;
}

@keyframes flowing_ttl {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.top01 .mv .swiper {
  width: 78.125%;
  margin: 0 0 0 auto;
  opacity: 0;
  transition: 0.3s;
}

.top01 .mv .swiper .swiper-container .swiper-wrapper .swiper-slide {
  display: block;
}

.top01 .mv .swiper .swiper-container .swiper-wrapper .swiper-slide picture img {
  width: 100%;
  height: auto;
}

.top01 .mv .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active picture img,
.top01 .mv .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active picture img,
.top01 .mv .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev picture img {
  width: 100%;
  height: auto;
  animation: zoomUp 8s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.top01 .mv .swiper.anime02 {
  opacity: 1;
}

.top01 .mv .mv_topic {
  display: flex;
  align-items: center;
  width: 78.125%;
  background: #fff;
  box-shadow: 4px 4px 10px 0px rgba(21, 38, 51, 0.1);
  margin: 2.5625rem 0 0 auto;
  padding: 2rem 2rem 2rem 6.125rem;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
  top: 278px;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .top01 .mv .mv_topic {
    padding: 2rem 2rem 2rem 0rem;
  }
}

.top01 .mv .mv_topic .news {
  width: fit-content;
  min-width: 9.1875rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  color: #085d99;
  position: relative;
}

.top01 .mv .mv_topic .news::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.375rem;
  background: #085d99;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .top01 .mv .mv_topic .news {
    font-size: 1.75rem;
    min-width: 9.1875rem;
  }
}

.top01 .mv .mv_topic .topic {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 3.4375rem;
  margin: 0 0 0 3.75rem;
  padding: 0 1.3vw 0 1.3vw;
}

.top01 .mv .mv_topic .topic .date,
.top01 .mv .mv_topic .topic .ttl_txt {
  font-size: 1vw;
  color: #085d99;
}

.top01 .mv .mv_topic .topic .date {
  font-weight: 700;
}

.top01 .mv .mv_topic .topic .ttl_txt {
  font-weight: 400;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .top01 .mv .mv_topic .topic {
    gap: 1.3vw;
    margin: 0 0 0 1.5625em;
    flex-wrap: nowrap;
    display: flex;
  }
}

.top01 .mv .mv_topic.anime04 {
  opacity: 1;
}


.top01 .mv .mv_topic .topic .ttl_txt a:hover {
  text-decoration: underline;
  color: red;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ01【英語・ベトナム語】 ▼
//
///////////////////////////////////////////////////*/
.top01.en01 .mv .mv_txt h2,
.top01.vn01 .mv .mv_txt h2 {
  line-height: 1.45;
  padding: 0 0 0.75rem 0;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ01【ベトナム語】 ▼
//
///////////////////////////////////////////////////*/
.top01.vn01 .mv .mv_txt .en {
  padding-bottom: 1rem;
}

@media screen and (min-width: 1026px) and (max-width: 1279.999px) {
  .top01.vn01 .mv .mv_txt .en {
    font-size: 4.5rem;
  }
}

@media (max-width: 768px) {
    .top01 .mv .mv_txt {
        width: 90%; /* Chiếm 80% chiều rộng màn hình */
        max-width: 800px; /* Giới hạn tối đa để không quá lớn */
        text-align: center; /* Căn giữa nội dung */
        padding: 20px;
        margin: 0 auto; /* Căn giữa theo chiều ngang */
    }

    .top01 .mv .mv_txt .en {
        font-size: 1rem;
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }

    .top01 .mv .mv_txt h2 {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .top01 .mv .mv_txt h2 a {
        font-style: italic;
        color: white;
        font-size: 0.8rem;
    }

    .top01 .mv .is_sp {
        display: none;
    }
    
    .top04 .l_container .common_btn {
    transform: translateY(-600px); /* Dịch lên 30px */
}

}


/*///////////////////////////////////////////////////
//
//            ▼ トップ02 ▼
//
///////////////////////////////////////////////////*/
.top02 {
  margin: 0;
  padding: 2rem 0 10rem;
  position: relative;
  background: url(../images/top/top02_img01.png) no-repeat center center;
  background-size: cover; /* Tự co giãn theo màn hình */
}

/* Hiệu ứng overlay mờ trên nền */
.top02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ========================== */
/* TEXT STYLING (GIỮ MÀU GỐC) */
/* ========================== */
.top02 .top02_ttl {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.top02 .top02_ttl span {
  font-size: 1.3vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #085d99; /* Màu gốc */
}

.top02 .top02_ttl .en1 {
  font-size: 4vw;
  font-weight: bold;
  color: #085d99; /* Màu gốc */
  line-height: 1.3;
}

/* ========================== */
/* IMAGE HANDLING */
/* ========================== */
.top02 figure {
  position: relative;
  z-index: 2;
  width: 55%;
  margin: 2rem auto;
}

.top02 figure img {
  width: 100%;
}

/* ========================== */
/* BUTTON STYLE */
/* ========================== */
.top02 .common_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* Căn giữa ngang */
  margin-top: 4rem;
  position: relative;
  z-index: 10;
}

.top02 .common_btn a {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #085d99 0%, #0b82d1 100%); /* Gradient xanh dương */
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

/* Hiệu ứng hover */
.top02 .common_btn a:hover {
  background: linear-gradient(135deg, #0b82d1 0%, #085d99 100%);
  transform: scale(1.1);
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.3);
}

/* ========================== */
/* RESPONSIVE DESIGN */
/* ========================== */

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .top02 {
    padding: 2rem 0 8rem;
  }
  
  .top02 figure {
    width: 70%;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .top02 {
    padding: 2rem 1rem 6rem;
  }

  .top02 .top02_ttl span {
    font-size: 4vw;
  }

  .top02 .top02_ttl .en1 {
    font-size: 6vw;
  }

  .top02 figure {
    width: 80%;
  }

  .top02 .common_btn {
    width: 80%;
  }

  .top02 .common_btn a {
    font-size: 0.5rem;
    padding: 0.6rem 1.5rem;
  }
}

.number {
    text-align: center;
    padding: 40px 20px;
    background-color: #f5f5f5;
}

.number_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.number_item {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(20% - 40px); /* 4 cột trên desktop */
    max-width: 250px;
    min-width: 180px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.number_item:hover {
    transform: translateY(-5px);
}

.number_item i {
    color: #085d99;
    font-size: 3vw;
}

.num {
    font-size: 2rem;
    font-weight: bold;
    color: red;
}

.plus {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff6600;
}

.number_item p {
    font-size: 1.5rem;
    color: black;
    font-weight: bold;
}

/*   
.number {
  padding: 70px 0;
}

.number_content {
  display: flex;
  justify-content: space-around;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.number {
    padding: 30px 15px;
    background-color: #f4f4f4; 
    text-align: center;
}

.number_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.number_item {
    width: 45%; 
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.number_item:hover {
    transform: translateY(-5px); 
}

.number_item p {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.number_item .num {
    font-size: 22px;
    font-weight: bold;
    color: #ff4d00;
}

.number_item .plus {
    font-size: 18px;
    font-weight: bold;
    color: #ff4d00;
}

.number_item i {
    color: #ff4d00;
    font-size: 6vw;
}

@media (max-width: 768px) { 
    .number {
        display: none !important; 
    }
}

.number_item {
  margin-right: 20px;
  margin-left: 20px;
}

.number_item .num,
.number_item .plus {
  font-size: 2vw;
  color: #0569ac;
  font-weight: 600;
}

.number_item p:last-child {
  font-size: 1.4vw;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 24px 0;
}
*/

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
    .number_content {
        gap: 15px;
    }

    .number_item {
        flex: 1 1 calc(50% - 30px); /* Hiển thị 2 cột trên hàng */
        max-width: 300px;
    }

    .number_item i {
        font-size: 4vw; /* Biểu tượng to hơn */
    }

    .num {
        font-size: 2.2rem;
    }

    .number_item p {
        font-size: 1.1rem;
    }
}

/* Mobile nhỏ (≤ 480px) */
@media (max-width: 480px) {
    .number_content {
        flex-direction: column;
        align-items: center;
    }

    .number_item {
        width: 90%;
        max-width: 300px;
    }

    .number_item i {
        font-size: 6vw; /* Tăng kích thước icon */
    }

    .num {
        font-size: 2.5rem;
    }

    .number_item p {
        font-size: 1.2rem;
    }
}


/*///////////////////////////////////////////////////
//
//            ▼ トップ03 ▼
//
///////////////////////////////////////////////////*/
.top03 {
  padding: 0 0 26.25rem;
  position: relative;
}

.top03::before {
  content: "";
  position: absolute;
  top: -9%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94deg, #085D99 50.77%, #51A4DD 80.92%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 64%, 100% 64%);
  z-index: 1;
  transition: ease-in 0.3s;
}

.top03.bg_ribbon.anime::before {
  clip-path: polygon(0% 36%, 100% 0%, 100% 64%, 0% 100%);
}

.top03 .l_container {
  position: relative;
  z-index: 2;
}

.top03 .l_container .top03_in {
  display: flex;
  justify-content: space-between;
}

.top03 .l_container .top03_in .item {
  width: 49.1071428571%;
  height: 100%;
  box-shadow: 4px 4px 10px 0px rgba(21, 38, 51, 0.1);
  position: relative;
}

.top03 .l_container .top03_in .item a {
  width: 100%;
  transition: 0.3s;
}

.top03 .l_container .top03_in .item a figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.top03 .l_container .top03_in .item a figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 35, 56, 0.42);
  z-index: 1;
}

.top03 .l_container .top03_in .item a figure img {
  width: 100%;
  transition: 0.3s;
}

.top03 .l_container .top03_in .item a .txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  z-index: 2;
}

.top03 .l_container .top03_in .item a .txt_box .txt_ttl {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #fff;
  text-align: center;
}

.top03 .l_container .top03_in .item a .txt_box .txt_ttl span {
  display: block;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4791666667;
  letter-spacing: 0.024em;
  margin: 0 0 0.375rem;
}

.top03 .l_container .top03_in .item a .txt_box .txt {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 1.75rem 0 0;
}

.top03 .l_container .top03_in .item a:hover figure img {
  transform: scale(1.05);
}

.top03 .l_container .top03_in .item:first-of-type {
  margin: 5rem 0 0;
}

.top03 .l_container .top03_in .fadein {
  transition-delay: 0.8s;
}

.top03 .l_container .top03_in .fadein02 {
  transition-delay: 1.3s;
}

/* Tablet (Từ 768px đến 1024px) */
@media screen and (max-width: 1024px) {
  .top03 {
    padding: 0 0 10rem;
  }

  .top03 .l_container .top03_in {
    flex-direction: column;
    align-items: center;
  }

  .top03 .l_container .top03_in .item {
    width: 90%;
    margin-bottom: 3rem;
  }

  .top03 .l_container .top03_in .item a .txt_box {
    width: 100%;
    padding: 1rem;
    text-align: center;
  }

  .top03 .l_container .top03_in .item a .txt_box .txt_ttl {
    font-size: 1rem;
  }

  .top03 .l_container .top03_in .item a .txt_box .txt_ttl span {
    font-size: 2rem;
  }

  .top03 .l_container .top03_in .item a .txt_box .txt {
    font-size: 1rem;
  }
}

/* Mobile (Dưới 768px) */
@media screen and (max-width: 767px) {
  .top03 .l_container .top03_in .item a .txt_box .txt_ttl {
    font-size: 0.5rem;  /* Giảm 0.5rem so với tablet */
  }

  .top03 .l_container .top03_in .item a .txt_box .txt_ttl span {
    font-size: 1rem;  /* Giảm 0.5rem so với tablet */
  }

  .top03 .l_container .top03_in .item a .txt_box .txt {
    font-size: 0.5rem;  /* Giảm 0.5rem so với tablet */
  }
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ04 ▼
//
///////////////////////////////////////////////////*/
.top04 {
  padding: 0 0 7.2025rem;
  position: relative;
}

.top04::before {
  content: "";
  position: absolute;
  top: 21%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94deg, rgba(1, 91, 153, 0.6) 2%, #085D99 40%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 64%, 0% 64%);
  z-index: 1;
  transition: ease-in 0.3s;
}

.top04.bg_ribbon.anime::before {
  clip-path: polygon(0% 0%, 100% 36%, 100% 100%, 0% 64%);
}


.top04::after {
  content: "";
  position: absolute;
  top: -43%;
  right: 0;
  width: 56.7708333333%;
  height: 48.75rem;
  background: url(../images/top/top04_img04.png) no-repeat;
  background-size: contain;
}

.top04 .l_container {
  position: relative;
  z-index: 2;
}

.top04 .l_container .top04_ttl {
  display: flex;
  align-items: flex-start;
}

.top04 .l_container .top04_ttl .sub_txt {
  width: fit-content;
  font-size: 1rem;
  font-weight: 400;
  color: #085d99;
  margin: 0 0 0 4.875rem;
}

.top04 .l_container .common_btn {
  display: block;
  margin: 2.875rem 0 0;
}

.top04 .l_container .common_btn a {
  margin: 0 0 0 auto;
  transform: translateY(-1px);
}

.top04 .l_container .top04_in .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; /* Giữ 1 hàng ngang, không xuống dòng */
  color: white;
  font-size: 20px;
  font-weight: bold;
  gap: 2rem;
  text-align: center;
  align-items: flex-end; /* Căn theo bottom nếu cần hiệu ứng translate */
}

.top04 .l_container .top04_in .row .col1 {
  flex: 1;
  min-width: 150px;
  transform: translateY(3.125rem);
}

.top04 .l_container .top04_in .row .col2 {
  flex: 1;
  min-width: 150px;
  transform: translateY(6.125rem);
}

.top04 .l_container .top04_in .row .col3 {
    flex: 1;
  min-width: 150px;
  transform: translateY(9.125rem);    
}

.top04 .l_container .top04_in .row .col4 {
    flex: 1;
  min-width: 150px;
  transform: translateY(12.125rem);    
}

.top04 .l_container .more {
  transform: translateY(10.125rem);
}

.col p {
    display: inline-block; /* Giúp giữ hình tròn */
    background-color: black; /* Nền đen */
    color: white; /* Chữ trắng */
    padding: 10px 20px; /* Tăng khoảng cách */
    width: 150px;
    border-radius: 50px; /* Làm tròn hoàn toàn */
    font-weight: bold; /* Chữ đậm */
    text-transform: uppercase; /* Chữ in hoa */
    margin-top: 10px; /* Cách ảnh 1 chút */
    background-color: rgba(0, 0, 0, 0.8)
}

/* Áp dụng cho Mobile và Tablet */
@media (max-width: 1024px) {
    .top04 .row {
        display: grid;
        grid-template-columns: 1fr; /* Mỗi hàng 1 cột */
        gap: 0px;
        justify-items: center;
        transform: translateY(-150px);
    }
    .top04 .col img {
        width: 200px;
        height: auto;
    }
}

/*
.top04 .l_container .top04_in {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
}
.top04 .l_container .top04_in .item {
  width: 32.0238095238%;
}

.top04 .l_container .top04_in .item figure {
  box-shadow: 4px 4px 10px 0px rgba(21, 38, 51, 0.1);
}
.top04 .l_container .top04_in .item .capture {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: right;
  margin: 0.625rem 0 0;
}

.top04 .l_container .top04_in .item:nth-of-type(2) {
  margin: 4.375rem 0 0;
}
.top04 .l_container .top04_in .item:nth-of-type(3) {
  margin: 10rem 0 0;
}

.top04 .l_container .top04_in .fadein {
  transition-delay: 0.8s;
}
.top04 .l_container .top04_in .fadein02 {
  transition-delay: 1s;
}
.top04 .l_container .top04_in .fadein03 {
  transition-delay: 1.2s;

}
.top04 .l_container .top04_in .fadein04 {
  transition-delay: 1.4s;
}*/

/*video background*/
/* Container chứa video */
.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -999; /* Đặt video ở lớp dưới */
}

/* Video nền */
.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Lớp phủ màu trắng với opacity */
.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85); /* Màu trắng với độ mờ 60% */
    z-index: 0; /* Đặt trên video */
}

/* Nội dung chính */
.content {
    position: relative;
    z-index: 1; /* Hiển thị trên overlay */
    color: black; /* Chữ màu đen để nổi bật */
    text-align: center;
    padding: 50px;
    font-size: 20px;
}

/* Phần kéo dài để cuộn */
.spacer {
    height: 2000px;
    background: rgba(0, 0, 0, 0.05);
}

.top02 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2; /* Đặt trên video nhưng dưới nội dung */
    padding: 100px 0;
}


/*///////////////////////////////////////////////////
//
//            ▼ CTA（トップ） ▼
//
///////////////////////////////////////////////////*/
#top .contact_cta {
  margin: -7.5rem 0 0;
}

@media screen and (min-width: 1026px) and (max-width: 1279.999px) {
  #top .contact_cta {
    margin-top: -12.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  #top .contact_cta {
    margin-top: -15rem;
  }
}




