@media (min-width: 1440px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
 }
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Regular.ttf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Medium.ttf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Semibold.ttf") format("opentype");
    font-weight: 600;
}
body{
    color: #02363A;
    font-family: Gilroy;
}
.m-section-my {
    margin-top: 50px;
    margin-bottom: 50px;
}
.main-aboutus_box {
    display: flex;
    align-items: center;
    gap: 260px;
}
.main-aboutus_box .aboutus-begin_icon {
    min-width: 160px;
    width: 160px;
    position: relative;
}
.main-aboutus_box .aboutus-begin_icon img{
    animation: rotate 15s linear infinite;
}
.main-aboutus_box .aboutus-begin_icon svg path {
    fill: #088691;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.aboutus-banner {
    margin-top: 50px;
    margin-bottom: 50px;
}
.main-aboutus_box .aboutus-begin_icon>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section-exciting__news .m-section__header h2{
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    margin-block: 30px;
}
.section-exciting__news .m-section__header h2 span {
    color: #088691;
}
.m-section__header .m-section__description p{
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}
.m-section__header .m-section__description p:last-child{
    margin-bottom: 0;
}
.aboutus-banner img{
    border-radius: 15px;
    width: 100%;
    max-width: 100%;
}
.h-button{
    text-align: center;
}
.h-btn {
    padding: 15px 30px;
    background: #02363a;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}
.h-btn:hover {
    color: #fff;
}


.section-stay__update .stay-content__box {
    background-color: #498CA4;
    color: #FFFFFF;
    padding: 70px;
    border-radius: 20px;
    position: relative;
}
.section-stay__update .stay-content__box .m-section__subheading {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .6px;
    padding: 7px 22px;
    background-color: #fff;
    color: #498CA4;
    border-radius: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.section-stay__update .stay-content__box .m-section__description {
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.section-stay__update .stay-content__box .m-section__description p {
    margin: 0;
}
.hide-on-desk {
    display: none;
}
.form-group{
    margin-block: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.form-control{
    width: 30%;
}
.stay-update__form .btn{
    background-color: #fff;
    color: #222;
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    font-family: Gilroy;
    font-weight: 500;
}
.form-control:focus{
    box-shadow: none;
    border-color: #fff;
}
.stay-content__box img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: auto;
    height: 100%;
}
.stay-update__form .alert {
    width: auto;
    max-width: fit-content;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 14px;
}
@media (max-width: 1440px) {
    .main-aboutus_box {
        gap: 150px;
    }
}
@media (max-width: 1279px) {
    .main-aboutus_box {
        gap: 100px;
    }
    .aboutus-banner {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .section-stay__update .stay-content__box .m-section__description {
        width: 60%;
    }
}
@media (max-width: 1023px) {
    .main-aboutus_box {
        gap: 50px;
        flex-direction: column-reverse;
        align-items: start;
    }
    .main-aboutus_box .aboutus-begin_icon {
        min-width: 120px;
        width: 120px;
    }
    .main-aboutus_box .aboutus-begin_icon img {
        width: 100%;
    }
    .main-aboutus_box .aboutus-begin_icon svg {
        width: 24px;
    }
    .section-exciting__news .m-section__header h2 {
        margin-block: 20px;
        font-size: 34px;
    }
    .aboutus-banner {
        margin-top: 50px;
    }
    .m-section__header .m-section__description p {
        font-size: 16px;
    }
    .section-stay__update .stay-content__box .m-section__description {
        font-size: 16px;
    }
    .section-stay__update .stay-content__box {
        padding: 50px;
    }
    .form-control {
        width: 40%;
    }
}
@media (max-width: 991px){
    .stay-content__box img{
        width: 450px;
    }
    .section-stay__update .stay-content__box .m-section__description {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .stay-content__box img {
        position: relative;
        top: auto;
        bottom: -30px;
        width: 100%;
    }
    .m-section-my {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .main-aboutus_box .aboutus-begin_icon {
        min-width: 100px;
        width: 100px;
    }
    .main-aboutus_box {
        gap: 20px;
    }
    .section-exciting__news .m-section__header .h-logo {
        width: 150px;
    }
    .section-exciting__news .m-section__header h2 {
        margin-block: 20px 10px;
        font-size: 28px;
    }
    .m-section__header .m-section__description p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .aboutus-banner {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .h-btn {
        font-size: 14px;
    }
    .section-stay__update .stay-content__box {
        padding: 30px;
    }
    .section-stay__update .stay-content__box .m-section__description {
        width: 100%;
        font-size: 14px;
    }
    .hide-on-mobile {
        display: none;
    }
    .hide-on-desk {
        display: block;
    }
.form-control {
    width: 80%;
}
    .form-group{
        flex-direction: column;
        align-items: flex-start;
    }
}