*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{
    width:100%;
    height:100%;
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
}

h2{
    font-family:"Times New Roman", Times, serif !important;
    /* font-size:40px !important; */
    font-weight:700 !important;
    line-height:1.2 !important;
    color:#00196b !important;
    margin-bottom:20px !important;
}

p{
    font-family:'Poppins',sans-serif !important;
    font-size:15px !important;
    text-align: justify;
}

.hero{
    width:100%;
}

.company-profile{
    width:100%;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    background:#fff;
}

.top-bar{
    width:100%;
    height:42px;
    background:#05113d;
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 70px;
    font-size:14px;
    font-weight:500;
}

.top-cta strong{
    color:#76a7ff;
}

.top-right{
    display:flex;
    align-items:center;
    gap:12px;
}

.divider{
    opacity:.5;
}

.top-section{
    position:sticky;
    top:0;
    width:100%;
    height:75px;
    background:#09175c;
    overflow:hidden;
    z-index:9999;
}

@media (max-width:1199px){
    .top-section{
        background:#fbfbfb;
        color:#05113d;
    }
}

.blue-shape{
    position:absolute;
    left:-90px;
    top:-70px;
    width:460px;
    height:320px;
    background:#fbfbfb;
    transform:rotate(28deg);
    z-index:1;
    border:2px solid #000;
}

@media (max-width:1199px){
    .blue-shape{
        display:none;
    }
}

.top-header{
    position:relative;
    z-index:2;
    width:100%;
    height:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 70px;
}

@media (max-width:1199px){
    .top-header{
        background:#fbfbfb;
        color:#05113d;
    }
}

.image-box{
    width:180px;
    height:60px;
    display:flex;
    align-items:center;
    flex-shrink:0;
}

.image-box img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.navbar{
    margin-left:auto;
}

.navbar ul{
    display:flex;
    align-items:center;
    gap:45px;
    list-style:none;
}

.navbar a{
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
    position:relative;
    transition:.3s;
}

@media (max-width:1199px){
    .navbar a{
        color:#05113d;
    }
}

.navbar a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:0;
    height:2px;
    background:#7ea6ff;
    transition:.3s;
}

.navbar a:hover,
.navbar a.active{
    color:#7ea6ff;
}

.navbar a:hover::after,
.navbar a.active::after{
    width:100%;
}

.content{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
    padding:60px 8%;
}

.content-text{
    flex:0 0 42%;
}

.year{
    display:inline-block;
    color:#0a1d7d;
    font-size:24px;
    font-weight:600;
    margin-bottom:15px;
}

.content h1{
    color:#0a1d7d;
    font-size:88px;
    line-height:.9;
    font-weight:800;
    margin-bottom:25px;
}

.content h1 span{
    display:block;
    color:#3154ff;
}

.content p{
    max-width:560px;
    font-size:17px;
    line-height:1.8;
    color:#555;
    margin-bottom:35px;
}

.content-image{
    flex:0 0 58%;
    position:relative;
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.content-image img{
    width:100%;
    max-height:540px;
    object-fit:cover;
}

.content-image::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:220px;
    height:100%;
    background:linear-gradient(to right,#fff 0%,rgba(255,255,255,.95) 20%,rgba(255,255,255,.7) 45%,rgba(255,255,255,.25) 70%,rgba(255,255,255,0) 100%);
    pointer-events:none;
}

.bottom-info{
    background:#132d99;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:28px 8%;
}

.btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-width:220px;
    padding:18px 36px;
    background:#fff;
    color:#132d99;
    text-decoration:none;
    font-size:22px;
    font-weight:700;
    transition:.3s;
}

.btn:hover{
    background:#3154ff;
    color:#fff;
}

.office-info{
    flex:1;
    border-left:3px solid rgba(255,255,255,.8);
    padding-left:35px;
    display:flex;
    flex-direction:column;
    gap:18px;
}

.office-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.office-item i{
    width:34px;
    font-size:30px;
    text-align:center;
}

.office-item strong{
    display:block;
    margin-bottom:4px;
    font-size:22px;
    font-weight:700;
}

.office-item div{
    font-size:16px;
    line-height:1.6;
}

.branch-box{
    width:360px;
    border:2px solid rgba(255,255,255,.8);
    padding:18px 20px;
    line-height:1.7;
    font-size:16px;
}

.branch-box strong{
    display:block;
    margin-bottom:6px;
    font-size:22px;
}

@media(max-width:1200px){

    .top-bar,
    .top-header{
        padding:0 40px;
    }

    .navbar ul{
        gap:30px;
    }

    .content{
        gap:40px;
    }

    .content h1{
        font-size:72px;
    }

    .bottom-info{
        gap:25px;
    }

    .branch-box{
        width:300px;
    }

}

@media(max-width:992px){

    .top-bar{
        padding:0 25px;
        font-size:13px;
    }

    .top-header{
        padding:0 25px;
    }

    .top-section{
        height:100px;
    }

    .image-box{
        width:150px;
        height:50px;
    }

    .navbar ul{
        gap:20px;
    }

    .navbar a{
        font-size:15px;
    }

    .content{
        gap:30px;
    }

    .content h1{
        font-size:60px;
    }

    .bottom-info{
        flex-wrap:wrap;
    }

    .office-info{
        order:3;
        width:100%;
    }

}

@media(max-width:768px){

    .company-profile{
        min-height:auto;
    }

    .top-bar{
        height:auto;
        padding:12px 20px;
        flex-direction:column;
        gap:8px;
        text-align:center;
    }

    .top-section{
        height:auto;
        padding:20px 0;
    }

    .blue-shape{
        width:180px;
        height:220px;
        left:-70px;
        top:-40px;
    }

    .top-header{
        flex-direction:column;
        gap:20px;
        padding:0 20px;
    }

    .image-box{
        width:140px;
        height:46px;
    }

    .navbar{
        margin-left:0;
    }

    .navbar ul{
        flex-wrap:wrap;
        justify-content:center;
        gap:18px;
    }

    .content{
        flex-direction:column;
        text-align:center;
        padding:45px 25px;
    }

    .content-text,
    .content-image{
        width:100%;
        flex:unset;
    }

    .content h1{
        font-size:52px;
    }

    .content p{
        max-width:100%;
    }

    .content-image{
        height:320px;
    }

    .content-image img{
        width:100%;
        height:100%;
        max-height:none;
    }

    .content-image::before{
        display:none;
    }

    .bottom-info{
        flex-direction:column;
        align-items:stretch;
        padding:25px;
    }

    .btn{
        width:100%;
    }

    .office-info{
        width:100%;
        border-left:none;
        border-top:2px solid rgba(255,255,255,.6);
        padding-left:0;
        padding-top:20px;
    }

    .branch-box{
        width:100%;
    }

}

@media(max-width:480px){

    .image-box{
        width:120px;
        height:40px;
    }

    .navbar ul{
        gap:14px;
    }

    .navbar a{
        font-size:14px;
    }

    .year{
        font-size:18px;
    }

    .content h1{
        font-size:40px;
    }

    .content p{
        font-size:14px;
    }

    .btn{
        font-size:18px;
        min-width:100%;
    }

    .office-item{
        gap:14px;
    }

    .office-item i{
        font-size:24px;
    }

    .office-item strong,
    .branch-box strong{
        font-size:18px;
    }

    .office-item div,
    .branch-box{
        font-size:14px;
    }

}

.copyright {
    background: #05113d;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    margin: 0;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

html{
    scroll-behavior:smooth;
}

.scroll-top{
    position:fixed;
    right:25px;
    bottom:25px;
    width:55px;
    height:55px;
    background:#2048b5;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:22px;
    z-index:99999;
    opacity:1 !important;
    visibility:visible !important;
    transition:.35s;
}

.scroll-top.show{
    opacity:1;
    visibility:visible;
}

.scroll-top:hover{
    transform:translateY(-5px);
}