@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans: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: "Noto Sans SC", 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;
}

.float-right{
    float: right;
}

.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.1);
    color: black;
    height: 100px;
    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{
    width: 100%;
    max-width: 60px;
    margin-right: 20px;
}

.a-footer-text {
    margin: 0;
    padding: 0;
}


/* Navbar */
.navbar {
    padding: 20px;
}

.nav_container {
    margin-top: 90px;
    position: relative;
    width: 100%;
    height: 85%;
    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: black;
    cursor: pointer;
}

.nav_item a {
    color: #d69b47;
}

.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: #d69b47;
}

.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-expand-nav-bar {
    width: 100%;
    min-width: 400px;
    max-width: 550px;
    height: 100vh;
    padding: 15px 15px 40px;
}

.a-expand-nav-bar::-webkit-scrollbar {
    display: none;
}

.company-logo {
    width: 60px;
}

.sections {
    width: 100%;
}

.a-large-title {
    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: 100px;
    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;
}


/* 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{
    width: 25px;
    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 0;
}

.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.05)), url(../img/attached-backgroud.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 {
    width: 100%;
    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;
}


/*==============================================================================*/
/*==================================RESPONSIVE==================================*/
/*==============================================================================*/


/* Common Mobile Devices */
@media (max-width: 575.98px) {

    .a-large-title {
        margin-top: 25px;
        font-size: 1.25rem !important;
        line-height: 2;
        text-align: center;
        letter-spacing: 2px;
    }

    .a-paragraph-text {
        font-size: 1rem;
    }

    .report-swiper-container>.swiper-wrapper>div.swiper-slide {
        padding: 0 75px;
    }

    .report-swiper-container>.swiper-wrapper>div.swiper-slide>h3 {
        font-size: 1rem;
    }

    #btnToTop {
        padding: 8px !important;
        right: 25px;
    }

    .a-contact {
        display: flex;
        flex-direction: column;
    }

    .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;
    }

}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .nav_container {
        margin-top: 98px;
    }

    .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;
    }

}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .a-financial-container {
        padding: 1.5rem !important;
    }

    div.a-financial-container>div.row {
        display: contents;
    }

    .a-large-title {
        margin-top: 1.5rem;
        font-size: 2rem;
    }

    .a-contact {
        line-height: 1.5;
    }
}


/* Large devices (desktops, less than 1200px) */
@media screen and (max-width: 1199.98px) {
    .a-fr>.a-large-title {
        margin-top: 2.5rem;
    }

    .a-la>.a-large-title {
        margin-top: 2.5rem;
    }

    .ir-section {
        padding: 0;
    }

    .a-footer-container{
        background-color: grey;
    }

    .a-footer-text > a{
        color: white;
    }

    .nav_item h6 {
        font-size: 18px;
    }
}


/* Sticky Footer */
@media (max-width: 848.98px) {
    .wrapper {
        position: relative;
        min-height: 100%;
        padding-bottom: 150px;
        box-sizing: border-box;
    }

    .a-footer-container {
        width: 100%;
        color: white;
        height: 150px;
        position: absolute;
        bottom: 0;
        padding: 20px 10px;
    }
}

/* 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{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.a-team-item{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

    .a-team-item h6{
        font-weight: 700;
        font-size: 22px;
    }

    .a-team-item li{
        font-size: 18px;
        margin-top: 10px;
    }

    .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-item-box{
    width: 100%;
}

.a-business-item{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.a-business-item .swiper{
    overflow: hidden;
}

.a-business-item img{
    object-fit: cover;
}

.a-business-title{
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
}

.a-business-cover{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.a-business-cover img{
    height: 320px;
    margin: 0 20px;
}


.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: #d69b47;
    }

        .prospectus-container .go-first img {
            margin: 0 0 20px;
            border: 5px solid #d69b47;
            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: #d69b47;
}

.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: #d69b47;
}

.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: #d69b47;
    }

        .a-gov-name a:hover {
            color: #d69b47;
        }

.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 #d69b47;
        padding: 20px;
        font-size: 18px;
        font-weight: 700;
        color: #d69b47;
        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 {
            background-color: #d69b47;
            color: white;
        }

.a-enquiry {
    display: flex;
    align-items: center;
    color: #d69b47;
}

    .a-enquiry:hover {
        color: #d69b47;
    }

    .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;
    color: #d69b47;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid lightgrey;
}

    .a-press-item:hover {
        color: #d69b47;
    }

.a-notices-doc-box a{
    justify-content: space-between;
}

.a-notices-doc-box a h6{
    margin-bottom: 0;
}