a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .top_banner {
        background-image: url('/image/top_banner.png');
        background-size: 100% 500px;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top_banner_img {
        width: 9%;
        position: relative;
        bottom: 10%;
    }    
}

@media (max-width: 767px) {
    .top_banner {
        background-image: url('/image/top_banner_mobile.png');
        background-size: 100% 250px;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 250px;
        display: block;
        padding-top: 23%;
    }

    .top_banner_img {
        text-align: left;
        margin-bottom: 5px;        
    }
    
    .top_banner_img img {
        width: 29% !important;
        margin-left: 5%;
    }
}


.title {
    font-size: 30px;
    font-family: 'Nexa', sans-serif;
    color: #1C4C95;
    font-weight: bold;
}

.description {
    font-size: 15px;
    font-family: Calibri, sans-serif;
    color: #80A4CE;
    text-align: justify;
}

.mission_n_vision_container {
    background-color: #f2f2f2;
}

.border_right {
    border-right: thin solid #b5b9d3;
}

.our_advantages_container {
    background-color: #abb0ce;
}

.advantage_list {
    color: white;
    font-size: 20px;
}

.is_now_available_text {
    color: white;
}

.advantage_img {
    transform: scale(1.8);
}

.mobile_pa_text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
}

.now_available_text {
    font-size: 12px;
}

.avaiable_img {
    width: 110px;
}

.footer_container {
    background-color: #1C4C95;
    margin-top: 4.4%;
}

.company_name_text {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.company_slogan_text {
    color :#b5d3f6;
    font-size: 11px;
}

.company_reg_no_text {
    color: #748398;
    font-size: 9px;
}

.icon {
    color: #b5d3f6;
    font-size: 12px;
}

.icon_text {
    color: #b5d3f6;
    font-size: 12px;
    margin-top: 5px;
}

.pdpa_document_text {
    color: #b5d3f6;
    font-size: 12px;
}
