@media screen and (min-width: 1110px) {
  .bg {
    background-image: url("../img/bg01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100vw 100vh;
    width: 100%;
    height: 900px;
  }

  .title {
    max-width: 94%;
    margin: 0 auto;
    padding: 20% 0;
  }

  .title-h1 {
    max-width: 65%;
    color: #fff;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -.01em;
  }

  .title-h1 span {
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
    transition: opacity .3s cubic-bezier(.41, .09, .58, 1);

  }

  .content {
    position: relative;
  }

  .content-bg {
    position: relative;
    width: 100%;
  }

  .bg01 {
    position: relative;
    width: 100%;
    margin-top: -255px;
    z-index: 2;
  }

  .bg02 {
    display: none;

  }

  .bg3-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -320px;
    z-index: 1;
  }

  .bg03 {
    width: 110%;
    margin-left: -5%;
  }

  .home-container {
    position: absolute;
    color: #fff;
    left: 0;
    top: 0px;
    z-index: 88;
    padding: 0px 8% 0 5%;
  }

  .home-title h2 {
    margin-bottom: 4vw;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: -.01em;
  }

  .text {
    font-size: 1.8055555556vw;
    line-height: 1.38;
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: 3vw;
  }

  .about-container {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 0 5%;
    margin-top: -6vw;
    z-index: 88;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #490e6f;
  }

  .about-left {
    width: 47%;
  }

  .about-left h2 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.38;
  }

  .about-title {
    margin-bottom: 1vw;
    font-size: 1.25vw;
    font-weight: bolder;
    letter-spacing: -.01em;
    line-height: 1.55
  }

  .about-text {
    margin-bottom: 1.4vw;
    font-size: 1.25vw;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.55
  }

  .read-more {
    display: inline-block;
    font-size: .9722222222vw;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.5;
    padding: .9722222222vw 2.0138888889vw .8333333333vw;
    background-color: #9576ff;
    border-radius: .625vw;
    font-family: Poppins, sans-serif;
    text-align: center;
    min-width: 9.9305555556vw;
  }

  .about-right {
    width: 40%;
    height: 80%;
    border-top-left-radius: 81%;
    border-top-right-radius: 63%;
    border-bottom-left-radius: 64%;
    border-bottom-right-radius: 74%;
    background-color: #441460;
    overflow: hidden;
  }

  .about-right img {
    width: 60%;
    height: 60%;
    display: block;
    margin: 20% auto;

  }

  .what-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    z-index: 10;
  }

  .what-bg {
    position: relative;
    width: 100%;
  }

  .what-bg img {
    position: absolute;
  }

  .what-bg01 {
    width: 100%;
  }

  .what-bg03 {
    width: 100%;
  }

  .what-content {
    position: relative;
    top: 24vw;
    left: 5%;
    width: 90%;
    height: 72vw;
  }

  .what-content h2 {
    margin-bottom: 1vw;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.38;
  }

  .what-ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    justify-content: space-between;
  }

  .what-ul li {
    width: 18%;
  }

  .what-item {
    display: block;
    padding-left: 1.5972222222vw;
    border-left: .1388888889vw solid #9576ff;
  }

  .what-top {
    width: 100%;
  }

  .what-title {
    height: 8vw;
    margin-bottom: 10px;
  }

  .what-title h3 {
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 1.5;
  }

  .what-text {
    height: 0px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: height 0.3s ease-in-out;
  }

  .what-text p {
    font-size: .9722222222vw;
    font-weight: 400;
    color: rgba(255, 255, 255, .4);
    letter-spacing: -.01em;
    line-height: 1.53;
    width: 100%;
  }

  .what-right img {
    width: 40px;
    height: 40px;
  }

  .what-item:hover .what-text {
    height: 9vw;
  }

  .news-container {
    position: relative;
    top: -9vw;
    width: 100%;
    height: 60vw;
    overflow: hidden;

  }

  .news-bg {
    width: 100%;
  }

  .news-bg img {
    position: absolute;
    width: 100%;
    top: -24vw;
  }

  .news-content {
    position: relative;
    left: 0px;
    top: 15vw;
  }

  .news-title {
    color: #490e6f;
    padding: 0 5% 0;
  }

  .news-title h2 {
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 1.38;
  }

  .swiper-container {
    position: relative;
    top: 5vw;
  }

  .swiper-slide {
    position: relative;
    width: 485px;
    height: 100%;
    margin-right: 50px;
  }

  .swiper-wrapper:first-child {
    margin-left: 5%;
  }


  .swiper-slide a {
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }

  .news-img {
    width: 100%;
    height: auto;
  }

  .news-titles {
    position: absolute;
    top: 0;
    left: 0;
  }

  .news-titles h3 {
    color: #fff;
    padding: 2.4vw 2.6vw 5vw;
    font-size: 1.5277777778vw;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: -.01em;
  }

  .news-titles::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #490e6f;
    background: -webkit-gradient(linear, left top, left bottom, from(#490e6f), to(rgba(73, 14, 111, 0)));
    background: linear-gradient(180deg, #490e6f 0, rgba(73, 14, 111, 0) 100%);
    opacity: .4;
  }

  .news-item:hover .news-img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
  }

  .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 110%;
    left: 80%;
    z-index: 88;
  }

  .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 110%;
    left: 84%;
    z-index: 88;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../img/icon-left.png");
    background-size: 50px 50px;

  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../img/icon-right.png");
    background-size: 50px 50px;
  }

  .read-more-container {
    position: relative;
    top: 7vw;
    left: 5%;
  }

  .careers-container {
    width: 90%;
    margin: 0 auto 50px;
    color: #490e6f;
  }

  .careers-container h2 {
    margin-bottom: 5vw;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.38;
  }

  .careers-ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    justify-content: space-between;
  }

  .careers-ul li {
    width: 18%;
    display: flex;
    align-items: flex-end;
  }

  .careers-item {
    display: block;
    padding-left: 1.5972222222vw;
    border-left: .1388888889vw solid #9576ff;
  }

  .careers-top {
    width: 100%;
  }

  .careers-title {
    height: 3vw;
    margin-bottom: 10px;
  }

  .careers-title h3 {
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 1.5;
  }

  .careers-text {
    overflow: hidden;
    margin-bottom: 20px;
    transition: height 0.3s ease-in-out;
    font-size: .9722222222vw;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.53;
    width: 100%;
  }

  .careers-content {
    margin: 1.4vw 0;
    font-size: 1.25vw;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.55
  }

  .contact-container {
    position: relative;
    width: 500px;
    height: auto;
    margin: 0 auto;
  }

  .contact-content {
    position: absolute;
    color: #fff;
    left: 45%;
    top: 20%;
    /* text-align: center */
  }

  .contact-content h2 {
    margin-bottom: 5vw;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.38;
  }

  .contact-link {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 26px;
  }

  .contact-link img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1110px) and (min-width: 768px) {
  .bg {
    background-image: url("../img/bg01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100vw 100vh;
    width: 100%;
    height: 900px;
  }

  .title {
    max-width: 94%;
    margin: 0 auto;
    padding: 20% 0;
  }

  .title-h1 {
    max-width: 65%;
    color: #fff;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -.01em;
  }

  .title-h1 span {
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
    transition: opacity .3s cubic-bezier(.41, .09, .58, 1);

  }

  .content {
    position: relative;
  }

  .content-bg {
    position: relative;
    width: 100%;
  }

  .bg01 {
    position: relative;
    width: 100%;
    margin-top: -255px;
    z-index: 2;
  }

  .bg02 {
    display: none;

  }

  .bg3-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -320px;
    z-index: 1;
  }

  .bg03 {
    width: 110%;
    margin-left: -5%;
  }

  .home-container {
    position: absolute;
    color: #fff;
    left: 0;
    top: -80px;
    z-index: 88;
    padding: 0px 8% 0 5%;
  }

  .home-title h2 {
    margin-bottom: 4vw;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: -.01em;
  }

  .text {
    font-size: 1.8055555556vw;
    line-height: 1.38;
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: 3vw;
  }

  .about-container {
    position: relative;
    top: 67px;
    left: 0;
    width: 100%;
    padding: 0 5%;
    margin-top: -6vw;
    z-index: 88;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #490e6f;
  }

  .about-left {
    width: 47%;
  }

  .about-left h2 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.38;
  }

  .about-title {
    margin-bottom: 1vw;
    font-size: 1.8055555556vw;
    font-weight: bolder;
    letter-spacing: -.01em;
    line-height: 1.55
  }

  .about-text {
    margin-bottom: 1.4vw;
    font-size: 1.8055555556vw;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.55
  }

  .read-more {
    display: inline-block;
    font-size: .9722222222vw;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.5;
    padding: .9722222222vw 2.0138888889vw .8333333333vw;
    background-color: #9576ff;
    border-radius: .625vw;
    font-family: Poppins, sans-serif;
    text-align: center;
    min-width: 9.9305555556vw;
  }

  .about-right {
    width: 40%;
    height: 80%;
    border-top-left-radius: 81%;
    border-top-right-radius: 63%;
    border-bottom-left-radius: 64%;
    border-bottom-right-radius: 74%;
    background-color: #441460;
    overflow: hidden;
  }

  .about-right img {
    width: 60%;
    height: 60%;
    display: block;
    margin: 20% auto;

  }

  .what-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    z-index: 10;
  }

  .what-bg {
    position: relative;
    width: 100%;
  }

  .what-bg img {
    position: absolute;
  }

  .what-bg01 {
    width: 100%;
  }

  .what-bg03 {
    width: 100%;
  }

  .what-content {
    position: relative;
    top: 24vw;
    left: 5%;
    width: 90%;
    height: 72vw;
  }

  .what-content h2 {
    margin-bottom: 1vw;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.38;
  }

  .what-ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    justify-content: space-between;
  }

  .what-ul li {
    width: 18%;
  }

  .what-item {
    display: block;
    padding-left: 1.5972222222vw;
    border-left: .1388888889vw solid #9576ff;
  }

  .what-top {
    width: 100%;
  }

  .what-title {
    height: 8vw;
    margin-bottom: 10px;
  }

  .what-title h3 {
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 1.5;
  }

  .what-text {
    height: 0px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: height 0.3s ease-in-out;
  }

  .what-text p {
    font-size: 1vw;
    font-weight: 400;
    color: rgba(255, 255, 255, .4);
    letter-spacing: -.01em;
    line-height: 1.53;
    width: 100%;
  }

  .what-right img {
    width: 40px;
    height: 40px;
  }

  .what-item:hover .what-text {
    height: 9vw;
  }

  .news-container {
    position: relative;
    top: -9vw;
    width: 100%;
    height: 60vw;
    overflow: hidden;

  }

  .news-bg {
    width: 100%;
  }

  .news-bg img {
    position: absolute;
    width: 100%;
    top: -24vw;
  }

  .news-content {
    position: relative;
    left: 0px;
    top: 15vw;
  }

  .news-title {
    color: #490e6f;
    padding: 0 5% 0;
  }

  .news-title h2 {
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 1.38;
  }

  .swiper-container {
    position: relative;
    top: 5vw;
  }

  .swiper-slide {
    position: relative;
    width: 485px;
    height: 100%;
    margin-right: 50px;
  }

  .swiper-wrapper:first-child {
    margin-left: 5%;
  }


  .swiper-slide a {
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }

  .news-img {
    width: 100%;
    height: auto;
  }

  .news-titles {
    position: absolute;
    top: 0;
    left: 0;
  }

  .news-titles h3 {
    color: #fff;
    padding: 2.4vw 2.6vw 5vw;
    font-size: 1.5277777778vw;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: -.01em;
  }

  .news-titles::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #490e6f;
    background: -webkit-gradient(linear, left top, left bottom, from(#490e6f), to(rgba(73, 14, 111, 0)));
    background: linear-gradient(180deg, #490e6f 0, rgba(73, 14, 111, 0) 100%);
    opacity: .4;
  }

  .news-item:hover .news-img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
  }

  .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 113%;
    left: 77%;
    z-index: 88;
  }

  .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 113%;
    left: 84%;
    z-index: 88;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../img/icon-left.png");
    background-size: 50px 50px;

  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../img/icon-right.png");
    background-size: 50px 50px;
  }

  .read-more-container {
    position: relative;
    top: 7vw;
    left: 5%;
  }

  .careers-container {
    width: 90%;
    margin: 0 auto 50px;
    color: #490e6f;
  }

  .careers-container h2 {
    margin-bottom: 5vw;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.38;
  }

  .careers-ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    justify-content: space-between;
  }

  .careers-ul li {
    width: 18%;
    display: flex;
    align-items: flex-end;
  }

  .careers-item {
    display: block;
    padding-left: 1.5972222222vw;
    border-left: .1388888889vw solid #9576ff;
  }

  .careers-top {
    width: 100%;
  }

  .careers-title {
    height: 3vw;
    margin-bottom: 10px;
  }

  .careers-title h3 {
    font-weight: 500;
    font-size: 1.8055555556vw;
    line-height: 1.5;
  }

  .careers-text {
    overflow: hidden;
    margin-bottom: 20px;
    transition: height 0.3s ease-in-out;
    font-size: 1.2vw;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.53;
    width: 100%;
  }

  .careers-content {
    margin: 1.4vw 0;
    font-size: 1.5vw;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.55
  }

  .contact-container {
    position: relative;
    width: 500px;
    height: auto;
    margin: 0 auto;
  }

  .contact-content {
    position: absolute;
    color: #fff;
    left: 45%;
    top: 20%;
    /* text-align: center */
  }

  .contact-content h2 {
    margin-bottom: 5vw;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.38;
  }

  .contact-link {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 26px;
  }

  .contact-link img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .bg {
    background-image: url("../img/bg01.png");
    background-position: center center;
    background-position: left top;
    background-size: cover;
    width: 100%;
    height: 500px;
  }

  .title {
    max-width: 94%;
    margin: 0 auto;
    padding: 30% 0;
  }

  .title-h1 {
    max-width: 85%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -.01em;
  }

  .title-h1 span {
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
    transition: opacity .3s cubic-bezier(.41, .09, .58, 1);

  }

  .content {
    position: relative;
  }

  .content-bg {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
  }

  .bg01 {
    position: relative;
    width: 300%;
    margin-top: -40vw;
    z-index: 2;
    margin-left: -200%;
  }

  .bg02 {
    position: relative;
    width: 100%;
    margin-top: -143px;
    z-index: 2;
    height: 500px;
  }

  .bg3-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -32vw;
    z-index: 1;
  }

  .bg03 {
    width: 110%;
    margin-left: -5%;
  }

  .home-container {
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    z-index: 88;
    padding: 0px 8% 0 5%;
    /* background-color: #350355; */
  }

  .home-title h2 {
    margin-bottom: 4vw;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: -.01em;
  }

  .text {
    font-size: 18px;
    line-height: 1.38;
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: 3vw;
  }

  .about-container {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 0 5%;
    margin-top: -6vw;
    z-index: 88;
    color: #490e6f;
  }

  .about-left {
    width: 100%;
  }

  .about-left h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.38;
  }

  .about-title {
    margin-bottom: 1vw;
    font-size: 20px;
    font-weight: bolder;
    letter-spacing: -.01em;
    line-height: 1.55
  }

  .about-text {
    margin-bottom: 1.4vw;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.55
  }

  .read-more {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.5;
    padding: 10px 25px 10px;
    background-color: #9576ff;
    border-radius: .625vw;
    font-family: Poppins, sans-serif;
    text-align: center;
    min-width: 9.9305555556vw;
  }

  .about-right {
    width: 80%;
    height: 80%;
    border-top-left-radius: 81%;
    border-top-right-radius: 63%;
    border-bottom-left-radius: 64%;
    border-bottom-right-radius: 74%;
    background-color: #441460;
    overflow: hidden;
    margin: 20px auto;
  }

  .about-right img {
    width: 60%;
    height: 60%;
    display: block;
    margin: 20% auto;

  }

  .what-container {
    position: relative;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #350355;

  }

  .what-bg {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .what-bg img {
    position: absolute;
  }

  .what-bg01 {
    width: 300%;
  }

  .what-bg03 {
    width: 100%;
    /* width: 500%;
    margin-right: 400%; */
  }

  .what-content {
    position: relative;
    left: 5%;
    width: 90%;
  }

  .what-content h2 {
    margin-bottom: 1vw;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.38;
  }

  .what-ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  .what-ul li {
    width: 95%;
    margin-bottom: 20px;
  }

  .what-item {
    display: block;
    padding-left: 1.5972222222vw;
    border-left: .1388888889vw solid #9576ff;
  }

  .what-top {
    width: 100%;
  }

  .what-title {
    margin-bottom: 10px;
  }

  .what-title h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
  }

  .what-text {
    overflow: hidden;
  }

  .what-text p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .4);
    letter-spacing: -.01em;
    line-height: 1.53;
    width: 100%;
  }

  .what-right img {
    width: 40px;
    height: 40px;
  }



  .news-container {
    position: relative;
    top: 0;
    width: 100%;

  }

  .news-bg {
    width: 100%;
    overflow: hidden;
  }

  .news-bg img {
    position: absolute;
    width: 130%;
    margin-left: -30%;
    /* top: -24vw; */
  }

  .news-content {
    position: relative;
    left: 0px;
    top: 15vw;
  }

  .news-title {
    color: #490e6f;
    padding: 0 5% 0;
  }

  .news-title h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 1.38;
  }

  .swiper-container {
    position: relative;
    top: 5vw;
  }

  .swiper-slide {
    position: relative;
    width: 485px;
    height: 100%;
    margin-right: 50px;
  }

  .swiper-wrapper:first-child {
    margin-left: 5%;
  }


  .swiper-slide a {
    display: block;
    width: 90%;
    border-radius: 20px;
    overflow: hidden;
  }

  .news-img {
    width: 100%;
    height: auto;
  }

  .news-titles {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
  }

  .news-titles h3 {
    color: #fff;
    padding: 2.4vw 2.6vw 5vw;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.54;
  }

  .news-titles::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    border-radius: 20px;
    background: #490e6f;
    background: -webkit-gradient(linear, left top, left bottom, from(#490e6f), to(rgba(73, 14, 111, 0)));
    background: linear-gradient(180deg, #490e6f 0, rgba(73, 14, 111, 0) 100%);
    opacity: .4;
  }

  .news-item:hover .news-img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
  }

  .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 110%;
    left: 70%;
    z-index: 88;
  }

  .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 110%;
    left: 84%;
    z-index: 88;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../img/icon-left.png");
    background-size: 50px 50px;

  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../img/icon-right.png");
    background-size: 50px 50px;
  }

  .read-more-container {
    position: relative;
    top: 7vw;
    width: 95%;
    left: 5%;
  }

  .careers-container {
    width: 90%;
    margin: 225px auto 50px;
    color: #490e6f;
  }

  .careers-container h2 {
    margin-bottom: 5vw;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.38;
  }

  .careers-ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    justify-content: space-between;
  }

  .careers-ul li {
    width: 95%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  .careers-item {
    display: block;
    padding-left: 1.5972222222vw;
    border-left: .1388888889vw solid #9576ff;
  }

  .careers-top {
    width: 100%;
  }

  .careers-title {
    margin-bottom: 10px;
  }

  .careers-title h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
  }

  .careers-text {
    overflow: hidden;
    margin-bottom: 20px;
    transition: height 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.53;
    width: 100%;
  }

  .careers-content {
    margin: 1.4vw 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.55
  }

  .contact-container {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .contact-box {
    width: 100%;
  }

  .contact-content {
    position: absolute;
    color: #fff;
    left: 30%;
    top: 20%;
    text-align: center
  }

  .contact-content h2 {
    margin-bottom: 5vw;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.38;
  }

  .contact-link {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 26px;
  }

  .contact-link img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}