.content {
    width: auto;
}

.navigation a {
    color: white;
    font-size: 16px;
    list-style: 24.2px;
}

.navigation a:hover {
    color: #F5981D;
}

.i {
    margin-right: 350px;
}

.nav-lang {
    height: 30px;
    width: 55px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-ova :hover{
    background-color: #313572;
    transition-duration: 0.7s;
}

.nav-try {
    height: 33px;
    width: 55px;
    border-radius: 2px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.try {
    color: white;
    font-weight: bolder;
    line-height: 24.2px;
    font-size: 16px;
}

h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.73px;
    font-style: italic;
}

h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.73px;
    font-style: italic;
}

.detail-p {
    font-size: 20px;
    line-height: 29.05px;
    font-weight: 500;
    color: #242752;
}

.ovacom {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-style: non;
    color:white
}

.detail-text {
    font-size: 16px;
    line-height: 24.2px;
    font-weight: 300;
    color: black;
}

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

h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.27px;
    font-style: inika;
    text-decoration: #242752;
}

.orange {
    background-color: #F5981D;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 355px;
    height: 30px;
    border-radius: 3px;
}

.h {
    margin-top: 80px;
}

.mid-band {
    font-style: italic;
    line-height: 24.2px;
    font-weight: 600;
    font-size: 16px;
}

.layout-blue-green {
    background-color: #009089;
    width: 100%;
    height: auto;
}

.layout-blue-green-no-flex {
    background-color: #009089;
    width: 100%;
    height: auto;
}

.layout-title {
    display: flex;
    justify-content: center;
}

.text {
    text-decoration: solid 0.5;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.text-1 {
    text-decoration: solid 0.5;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
}

.text-2 {
    text-decoration: solid 0.5;
    font-weight: 300;
    font-size: 17px;
    line-height: 22.5px;
}

.detail-span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #242752;
}

/* .right {
    width: 1450px;
}

.left {
    width: 1450px;
} */

.bton {
    background-color: #242752;
    border-radius: 5px;
}

.part {
    width: 700px;
}

.foot {
    height: auto;
    background-color: #242752;
}

hr.division {
    border: 1px solid #F5981D;
}

hr.division-2 {
    border: 1px solid #fcfafb;
}

.el a {
    text-decoration: none;
    color: #29C8E7;
    font-size: 16px;
    list-style: 24.2px;
}

.el {
    list-style: none;
}

.box-1 {
    border: 0.5px solid #29C8E7;
}

.box-2 {
    border: 0.5px solid #F5981D;
}

.box-3 {
    border: 0.5px solid white;
    height: 100%;
}

.box-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 38.73px;
    font-style: italic;
}

/* .select-selected {
    background-color: DodgerBlue;
  } */
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
    appearance: none;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }

  .el a:hover {
    color: #009089;
  }

  @media (max-width : 767.98px) {
    /* body {
        background-color: #29C8E7;
    } */

    .detail-p {
        text-align: center;
    }

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

    .box-1 {
        margin-bottom: 1.5rem;
    }

    .box-2 {
        margin-bottom: 1.5rem;
    }

    .box-3 div {
        display: flex;
        justify-content: center;
    }

    .list {
        padding-left: 2%;
    }

    .infos {
        display: none;
    }

    .info {
        /* display: block !important;   */
        display: initial;
      }
  }