@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*:focus {
    outline: 0 !important;
}

html {}

body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a>i {
    color: white;
}

hr {
    height: .2rem;
    width: 100%;
    margin: 0;
    border: none;
}

.a-more-button{
    display: flex;
    position: relative;
    width: 100px;
    text-align: center;
}

.a-more-button a{
    padding: 10px;
    width: 100%;
    height: 100%;
}

.a-more-button2{
    display: flex;
    position: relative;
    width: 100px;
    text-align: center;
}

.a-more-button2 a{
    padding: 10px;
    width: 100%;
    height: 100%;
}

/* Sticky Footer */
.wrapper {
    position: relative;
    min-height: 100%;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.a-footer-container {
    width: 100%;
    background-color: rgba(0,0,0,0.05);
    color: black;
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.a-footer-inside {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.a-footer-inside img{
    margin-right: 20px;
}

.a-footer-text {
    margin: 0;
    padding: 0;
}


/* Navbar */
.navbar {
    padding: 1rem;
}

.nav_container {
    margin-top: 90px;
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.a-navbar-collapse {
    position: absolute;
    top: 0;
    right: 0;
}

.nav_item {
    margin-bottom: 30px;
    padding: 0 20px;
}


.nav_item h6 {
    font-size: 24px;
    font-weight: 700;
    color: #002855;
    cursor: pointer;
}

.nav_item a {
    color: #002855;
}

.nav_item ul {
    display: none;
    padding: 0 10px;
}

.nav_item ul.active {
    display: flex;
    flex-direction: column;
}

.nav_item ul li {
    margin-top: 10px;
}

.nav_item ul li a {
    color: #002855;
}

.nav_item h6:hover,
.nav_item a:hover {
    text-decoration: underline !important;
}

.a-lang {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 10;
    width: fit-content;
}

.a-lang  a{
    cursor: pointer;
}
.a-expand-nav-bar {
    width: 100%;
    min-width: 400px;
    max-width: 550px;
    height: 100vh;
    padding: 15px;
}

.a-expand-nav-bar::-webkit-scrollbar {
    display: none;
}

.company-logo {
    width: 120px;
}

.sections {
    width: 100%;
}

.a-large-title {
    font-size: 24px;
    width: 100%;
    font-weight: 900;
    letter-spacing: 5px;
}

.a-paragraph-text {
    padding: 25px 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    text-align: justify;
}

.content {
    margin-top: 95px;
    min-height: 100vh;
}

.a-financial-container,
.a-announcement-container {
    padding: 40px;
}

.a-announcement-text li {
    margin-bottom: 20px;
}

.a-announcement-text li:last-child {
    margin-bottom: 0;
}

/* Our Business */
.business-inner {
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    text-align: center;
    padding: 25px;
    height: fit-content;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.business-inner-titie {
    font-weight: 600;
}

.swiper {
    width: 100%;
    max-width: 600px;
}

/* Contact Us */

.a-contact-item{
    margin: 60px 0 0;
}
.a-contact {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.a-contact>p {
    text-align: start;
}

.a-contact svg{
    margin-right: 15px;
}

.a-contact>span,
.a-contact>p,
.a-contact>a {
    margin: 0;
}


/* Google Map */
.a-map-responsive {
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
}

.a-map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/* Section Background */
.about-section,
.corporate-info-section,
.business-section,
.contact-section,
.report-section {
    position: relative;
    z-index: 999;
    height: 100%;
    width: 100%;
    padding: 5vw 10vw;
}

.ir-section {
    position: relative;
    z-index: 999;
    height: 100%;
    width: 100%;
    padding: 5vw;
}

.a-about-container,
.a-corporate-info-container,
.a-business-container,
.a-ir-container,
.a-contact-container,
.a-report-container,
.a-footer.container {
    width: 100%;
    height: fit-content;
}

.bg-about {
    background: url(../img/background.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg-contact-us {
    background: url(../img/aboutus.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg-corporate-info {
    background: url(../img/aboutus.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg-business {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/business.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg-ir {
    background: url(../img/aboutus.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg-financial-reports {
    background: url(../img/aboutus.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


/* Financial Reports Swiper */
.swiper-slide {
    text-align: center;
}

.report-swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.report-swiper-container img {
    max-width: 280px;
}

/* Financial Reports */
.hide {
    display: none;
}

.form-control {
    width: 120px;
    padding: 0 10px;
}

.a-reports {
    display: flex;
    flex-wrap: wrap;
}

.report {
    margin: 0 20px 20px 0;
    text-align: center;
    padding: 20px;
    width: fit-content;
    background-color: white;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.65);
    border: 3px solid white;
}

.report>img {
    min-width: 120px;
    width: 100%;
    max-width: 250px;
}

/* Announcement */
.document-title>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* Auto Upload System TEXT*/
.aconnectSystem {
    width: 100%;
    text-align: right;
    font-size: 13px;
    padding-top: 20px;
}

/* Corporate Info */
.a-info {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}

/* BACK TO TOP BUTTON */
#btnToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    border: none;
    outline: none;
    background-color: white;
    opacity: 75%;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
}

#btnToTop:hover {
    background-color: #555;
}

.a-milestone-box{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.a-milestone-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.a-milestone-year {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.a-team-box{
    margin-top: 40px;
}

.a-team-item{
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.a-team-item img{
    width: 200px;
    height: 260px;
    object-fit: cover;
    object-position: top;
}

.a-team-name{
    margin-top: 10px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.a-team-pos{
    font-weight: 700;
    font-size: 20px;
}

.a-team-desc{
    margin-left: 40px;
}

.a-team-desc ul{
    margin-top: 10px;
    margin-left: 23px;
}

.a-team-desc ul li{
    list-style-type: disc;
    margin-bottom: 10px;
    font-size: 18px;
}

.a-team-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.a-so-ul{
    margin-left: 22px;
}

.a-so-ul li{
    margin-bottom: 10px;
    list-style-type: disc;
}

.a-so-ul li:last-child{
    margin-bottom: 0;
}

.a-business-master-tab{
    display: flex;
    flex-direction: column;
}

.a-business-tabbar{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
}

.a-business-tabbar2{
    margin-top: 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}

.a-business-item-box{
    position: relative;
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.a-business-item{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.a-business-item.active{
    display: flex;
}

.a-business-item .swiper{
    overflow: hidden;
}

.a-business-item img{
    object-fit: cover;
}

.a-business-title{
    width: 100%;
    max-width: 350px;
    border-left: 3px solid lightgrey;
    cursor: pointer;
    padding: 20px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
    color: grey;
}

.a-business-title.active{
    color: #002855;

    border-left: 3px solid #002855;
}

.a-business-title:hover{
    border-left: 3px solid #002855;
    transition: all .3s ease-in-out;
}

.a-business-cover{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
}

.a-business-cover img{
    width: 100%;
}


.prospectus-container {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

    .prospectus-container .go-first {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #002855;
    }

        .prospectus-container .go-first img {
            margin: 0 0 20px;
            border: 5px solid #002855;
            max-width: 300px;
        }

.board-label {
    margin-top: 40px;
}

.board-info {
    margin: 20px 0 0;
}

.pdf-btn-container {
    margin: 40px 0;
    text-align: center !important;
}

.pdf-btn {
    color: #002855;
}

.a-gov-box {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.a-gov-item{
    border: 1px solid lightgrey;
}

.a-gov-label {
    padding: 20px;
    text-align: center;
    font-weight: 700;
    color: white;
    background-color: #002855;
}

.a-gov-name{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a-gov-name > div{
    margin-bottom: 10px;
    text-align: center;
}

    .a-gov-name a {
        font-size: 16px;
        margin-top: 20px;
        color: #127ad3;
    }

        .a-gov-name a:hover {
            color: #002855;
        }

.a-gov-doc-box {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

    .a-gov-doc-box a {
        border: 1px solid lightgrey;
        padding: 20px;
        font-size: 16px;
        color: #127ad3;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .a-gov-doc-box a svg{
        margin-right: 10px;
    }

        .a-gov-doc-box a:hover {
            color: #002855;
        }

.a-enquiry {
    display: flex;
    align-items: center;
    color: #127ad3;
}

    .a-enquiry:hover {
        color: #002855;
    }

    .a-enquiry span {
        margin-left: 10px;
        margin-bottom: 7px;
        line-height: 1;
    }

.a-press{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.a-press-box{
    margin-top: 20px;
    width: 100%;
}

.a-press-item {
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid lightgrey;
}
       
    .float-right{
        float: right;
    }

    .a-press-title{
        font-weight: 700;
        color: black;
    }

    .a-press-date{
        color: black;
    }

    .a-press-item:hover .a-press-title{
        color: #002855;
    }


    /*==============================================================================*/
/*==================================RESPONSIVE==================================*/
/*==============================================================================*/

@media screen and (max-width: 1600px) {
    
}

/* Large devices (desktops, less than 1200px) */
@media screen and (max-width: 1199.98px) {
    .a-fr>.a-large-title {
        margin-top: 2.5rem;
        font-size: 20px;
    }

    .a-la>.a-large-title {
        margin-top: 2.5rem;
        font-size: 20px;
    }
    
    .a-business-item-box .swiper-pagination-bullet{
        width: 30px;
        height: 6px;
    }
    .a-business-item-box .swiper {
        max-width: 360px;
    }
    .a-business-title{
        font-size: 16px;
    }

}

/* Medium devices (tablets, less than 992px) */
@media screen and (max-width: 991.98px) {
    .a-gov-box{
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
    .a-gov-label{
        font-size: 16px;
        padding: 10px;
    }
    .a-gov-doc-box a{
        flex-direction: column-reverse;
    }
    .a-gov-item{
        width: 100%;
    }
    .a-gov-doc-box a svg{
        margin-right: 0;
        margin-top: 10px;
    }
    .a-gov-doc-box{
        width: 100%;
    }
    .a-gov-name a{
        font-size: 14px;
    }
    .a-gov-doc-box a{
        font-size: 14px;
    }
    .a-gov-name > div{
        font-size: 14px;
    }
    .a-so-ul li{
        font-size: 14px;
    }
    .a-financial-container {
        padding: 40px 0!important;
    }

    div.a-financial-container>div.row {
        display: contents;
    }

    .a-large-title {
        font-size: 2rem;
    }

    .a-contact {
        line-height: 1.5;
    }

    .document-title>p{
        font-size: 16px;
        -webkit-line-clamp: 5;
    }

    .a-team-item{
        flex-direction: column!important;
        align-items: center!important;
    }
    
    .a-team-desc{
        margin-top: 20px;
        margin-left: 0!important;
    }

    .a-paragraph-text{
        font-size: 16px;
    }

    .a-contact-place{
        font-size: 18px;
        text-align: left;
    }

    .a-contact{
        font-size: 16px;
    }
}

/* Sticky Footer */
@media screen and  (max-width: 848.98px) {
    .wrapper {
        position: relative;
        min-height: 100%;
        padding-bottom: 150px;
        box-sizing: border-box;
    }

    .a-footer-container {
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 20px 10px;
    }
    .a-footer-inside img{
        margin-right: 0;
        margin-bottom: 20px;
    }

    .a-footer-text{
        font-size: 14px;
    }
    .a-business-item-box .swiper {
        max-width: 320px;
    }
    .a-business-title{
        font-size: 14px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media screen and  (max-width: 767.98px) {
    .a-business-tabbar{
    }
    .a-business-title{
        color:white;
        background-color: grey;
        border-left: none;
    }
    .a-business-title.active{
        color:white!important;
        background-color: #002855;
        border-left: none;
    }
    .a-business-title:hover{
        color:white;
        background-color: #002855;
        border-left: none;
    }
    .a-team-pos{
        font-size: 18px!important;
    }
    .a-team-desc ul li{
        font-size: 16px!important;
    }
    .a-milestone-year{
        font-size: 20px!important;
        margin-bottom: 10px!important;
    }
    .a-milestone-text li{
        font-size: 16px;
    }
    .content{
        min-height: calc(100vh);
    }
    .company-logo {
        width: 100px;
    }

    .a-lang a{
        font-size: 16px;
    }

    .nav_container {
        margin-top: 80px;
        height: 80vh;
    }

    .a-contact>span,
    p,
    a {
        padding-left: 0;
    }

    .a-info {
        margin-top: 1.25rem;
        margin-bottom: 0.15rem;
    }

    .bg-about,
    .bg-business,
    .bg-contact-us,
    .bg-corporate-info,
    .bg-ir,
    .bg-financial-reports {
        background-attachment: initial;
    }

    .a-expand-nav-bar{
        min-width: initial;
        max-width: initial;
    }

    .content{
        margin-top: 87px;
    }

    .a-business-master-tab{
        width: 100%;
    }
    
    .a-business-item-box{
        flex-direction: column;
    }

    .a-business-tabbar{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        justify-content: flex-start;
    }
    
    .a-business-item{
        padding: 60px 0 40px;
    }

    .a-business-title{
        padding: 10px;
        font-size: 14px;
        text-align: center;
        min-width: 225px;
        max-width: initial;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .a-press-item{
        display: flex;
        flex-direction: column-reverse;
    }

    .a-press-date{
        font-size: 14px;
    }

    .a-press-title{
        font-size: 18px;
    }

    .a-contact-item{
        margin: 40px 0 20px;
    }
    :root {
        --swiper-navigation-size: 25px;
    }
}

/* Common Mobile Devices */
@media screen and (max-width: 575.98px) {
    .a-announcement-container{
        padding: 40px 0!important;
    }
    .a-fr>.a-large-title,
    .a-la>.a-large-title{
        padding-bottom: 0!important;
    }

    .a-expand-nav-bar{
        width: 100vw;
    }
    .nav_item h6{
        font-size: 18px;
    }
    .nav_item ul li a{
        font-size: 16px;
    }
    .report-swiper-container img{
        max-width: 160px;
    }
    .business-inner{
        margin-top: 0!important;
        padding: 25px 15px;
    }

    .about-section, .corporate-info-section, .business-section, .contact-section, .report-section{
        padding: 40px 5vw;

    }

    .about-section .sections{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content {
        margin-top: 88px;
    }

    .company-logo {
        width: 102px;
    }

    .a-large-title {
        font-size: 16px!important;
        line-height: 1.5;
        text-align: center;
        letter-spacing: 2px;
    }

    .a-paragraph-text {
        font-size: 14px;
    }

    .report-swiper-container>.swiper-wrapper>div.swiper-slide {
    }

    .report-swiper-container>.swiper-wrapper>div.swiper-slide>h3 {
        font-size: 16px!important;
    }

    #btnToTop {
        padding: 8px !important;
        right: 25px;
    }

    .a-contact {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .a-contact>span,
    .a-contact>p,
    .a-contact>a {
        padding-left: 0;
    }

    .report>h5 {
        font-size: 1rem;
    }

    .a-map-responsive {
        overflow: hidden;
        width: 100%;
        padding-bottom: 80%;
        position: relative;
    }

    .p-5 {
        padding: 1.5rem !important;
    }

    .a-footer-inside>a>img {
        margin-bottom: .5rem;
    }

    .a-footer-text {
        font-size: 12px;
    }

    .a-financial-container,
    .a-announcement-container {
        min-height: auto;
    }

    .select_butt,
    .select_butt_o{
        width: 100%!important;
    }

    .text_remark{
        font-size: 14px!important;
    }

    .check_box,
    .emaillabel{
        font-size: 16px!important;
    }
}


.fh-img{
    padding: 40px; 
    width: 100%;
}