:root {
    --p-color: 216, 97%;
    --p-l: 28%;
    --s-color: 48, 99%;
    --s-l: 28%;
    --primary-color: hsla(var(--p-color), var(--p-l), 1);
    --primary-color-lighter: hsla(var(--p-color), calc(var(--p-l) + 10%), 1);
    --primary-color-darker: hsla(var(--p-color), calc(var(--p-l) - 10%), 1);
    --primary-color-darkest: hsla(var(--p-color), calc(var(--p-l) - 20%), 1);
    --second-color: hsla(var(--s-color), var(--s-l), 1);
    --second-color-lighter: hsla(var(--s-color), calc(var(--s-l) + 4%), 1);
    --second-color-darker: hsla(var(--s-color), calc(var(--s-l) - 10%), 1);
    --second-color-darkest: hsla(var(--s-color), calc(var(--s-l) - 20%), 1);

}

/* Common  */
body {
    color: #333333;
    line-height: 1.5;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    color: #1866DB;
}

a:hover {
    text-decoration: underline;
}

.btn {
    display: inline-block;
    width: 18rem;
    padding: 0.75rem;
    background: var(--second-color);
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    outline: none;
    border-style: none;
    cursor: pointer;
    font-size: 16px;
}

.btn:hover {
    background-color: var(--second-color-lighter);
}

.umb-block-grid__area-container {
    column-gap: 0;
    row-gap: 1rem;
}

.container-s>.container {
    max-width: 1320px;
}


/* Header */
header {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


.header-wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 2rem;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    display: block;
    width: 70px;
    height: 70px;
    margin: 4px 0;
}

@media screen and (max-width:991px) {
    .logo a {
        width: 50px;
        height: 50px;
        margin: 5px 0;
    }
}


.logo img {
    height: 100%;
}

.login-buttons {
    display: flex;
    gap: 0.75rem;
}

.main-nav,
.main-nav ul.lv0 {
    height: 100%;
}

.main-nav a {
    color: #000;
    font-size: 0.925rem;
    padding: 26px 1rem;
    transition: all 0.3s;
}


.main-nav ul.lv0 {
    display: flex;
    padding-left: 1rem;
    gap: 1rem;
    align-items: center;
}

.main-nav ul.lv0>li {
    height: 100%;
    display: flex;
    align-items: center;
}


.main-nav ul.lv0 ul {
    background: #fff;
    width: auto;
    min-width: 200px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 4px;
    padding-bottom: 4px;
}

.main-nav ul.lv0 ul .nav-link {
    padding: 0.75rem 1rem;
}

.main-nav ul.lv0 ul .nav-link:hover {
    background: #f8f9fb;
}

.main-nav ul.lv1 {
    border-top: 3px solid var(--primary-color);
}


/* Mobile Menu */
#mobile-menu-wrapper,
.mobile-menu {
    background: #fff;
    color: #222;
}

.mobile-menu-header {
    border-bottom: 1px solid hsl(0, 0%, 95%);
}

.mobile-menu ul.lv0>li>a {
    padding: 13px 56px 13px 24px;
    font-size: 16px;
    line-height: 22px;
}

.mobile-menu a {
    color: #222;
    padding: 13px 56px 13px 24px;
    font-size: 16px;
    line-height: 22px;
}

.mobile-menu .nav-item.open,
.mobile-menu ul.lv1 {
    background: #F1F3F7;
}

.mobile-languages .lang-selector {
    display: none;
}

.mobile-languages .lang-items {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    top: unset;
    right: unset;
    width: 100%;
    min-width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgb(242, 242, 242);
    background: #fff;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.mobile-languages .lang-item {
    flex: 1;
    text-align: center;
    border-right: 1px solid rgb(242, 242, 242);
}

.mobile-languages .lang-item>a {
    padding: 1rem;
    font-size: 14px;
}

/* Footer */

footer {
    padding: 3rem 1rem;
    background: #252A2C;
    color: rgba(255, 255, 255, 0.8);
}

footer a {
    color: rgba(255, 255, 255, 0.8);
}

footer a:hover {
    color: #fff;
}

.footer-nav {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
}

.footer-nav a {
    display: block;
    padding: 4px 0;
    font-size: 0.875rem;
}

footer .page-section {
    padding: 0 !important;
}

.copyright {
    text-align: right;
    font-size: 0.875rem;
    margin-top: 1rem;
}

/* Inner Page */
.inner-page-banner {
    background: #f1f3f7;
    text-align: center;
}

.page-section {
    padding: 3rem 0;
}

.page-title {
    font-size: 2rem;
    margin: 0;
    padding: 2rem 0;
}


/* About Us */
.au-section-1 {
    padding-bottom: 0;
}

.au-section-2,
.au-section-3 {
    padding-top: 0;
    padding-bottom: 0;
}

.au-section-2 .umb-block-grid__area,
.au-section-3 .umb-block-grid__area {
    justify-content: center;
}

.au-section-2 {
    background: #005AB0;
    color: #fff;
}

.au-content {
    padding: 3rem
}


/* Document Downlad */
.document-download {
    border: 1px solid rgb(204, 204, 204);
}

.document-download>div {
    padding: 1rem 2rem;
}

.document-download a {
    display: inline-block;
}

.document-download a:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../image/ico-pdf.png) center center no-repeat;
    background-size: contain;
    margin-left: 6px;
    margin-bottom: -3px;
}

.document-download>div:not(:last-child) {
    border-bottom: 1px solid rgb(204, 204, 204);
}



/* Career */
.career-block {
    padding: 2rem;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
}

/* Contact Us Form */

.contact-us-grid .umb-block-grid__area-container {
    gap: 2rem;
}

.contact-us-form {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr, 1fr;
}

.contact-us-form>div:first-child,
.contact-us-form>div:nth-child(2) {
    grid-column: span 1;
}

.contact-us-form>div {
    grid-column: span 2;
}

.contact-us-form textarea {
    height: 180px;
    resize: none;
    overflow-y: auto;
}

.form-wrapper input,
.form-wrapper textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-family: inherit;
}

.contact-us-table table td {
    padding: 1rem;
}

.contact-us-table table td:first-child {
    width: 1px;
}

.contact-us-table img {
    width: 18px;
}