:root {
    --primary: #0077cc;
    /* Inspection Green */
    --secondary: #a5c2c7;
    /* Light Green */
}

body {
    background-color: #f0f7f8;
}

ul,
ol {
    padding-left: 0;
    list-style-type: none;
}

li {
    list-style: none;
}

li::marker {
    display: none;
}

a.btn.btn-contact,
button.btn-submit,input[type="submit"] {
    background: linear-gradient(to right, #0255b3 0%, #0278cc 44%);
}

.page-header {
    background-image: url(../images/index/bg-header.jpg);
}

.title-en {
    color: #7fcdff;
}

h2 {
    color: var(--color-primary-b);
    border-bottom: none;
}

section h3,
section h4 {
    color: var(--color-primary-b);
}

h2::after {
    background: linear-gradient(to left, #f0f4f8 0%, #66dcff 30%, #0285cc 100%);
}

h3.title-box {
    font-size: 23px;
    font-weight: 500;
    border-bottom: 1px solid #70adb5;
    padding-bottom: 10px;
}

h3.title-box:before {
    display: none;
}

h3.title-box span {
    font-family: 'EB Garamond', serif;
    color: var(--color-primary-b);
    font-size: 36px;
    margin-right: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.news-section,
.toc {
    padding: 20px 40px;
    border: 1px solid #70adb5;
    border-radius: 10px;
    background-color: white;
}

.news-item {
    display: flex;
}

.news-item span.date {
    color: var(--color-primary-b);
    font-weight: 500;
    margin-right: 30px;
    flex-shrink: 0;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.news-item span.new-title {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 7px;
}

.toc a {
    font-size: 18px;
    font-weight: 500;
}

.toc a span {
    color: var(--color-primary-b);
    font-size: 23px;
    font-weight: bold;
    margin-right: 10px;
}

.toc ul li a:hover {
    color: var(--color-primary-b);
}

h2 {
    margin-top: 70px;
}

a.link-blank,
a.btn-pdf {
    position: relative;
    color: var(--primary);
    font-size: 16px;
    border: 1px solid var(--secondary);
    color: var(--primary);
    padding: 10px 60px 10px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    background-color: white;
    min-height: 70px;
}

a.link-blank::after {
    right: 25px;
    background-image: url(../images/index/icon-blank-blue.svg);
}

h3::before {
    background-color: var(--color-primary-b);
}

.exam-table th,
.fee-table th {
    background-color: #ddebed;
    font-weight: 500;
}

.exam-table td,
.fee-table td {
    font-weight: 400;
}

.color-1 {
    color: var(--color-primary-b);
}

.note-box {
    border-radius: 5px;
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    padding: 20px 40px;
}

.note-box strong {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

a.btn-pdf {
    padding-left: 95px;
    width: 100%;
}

a.btn-pdf:hover {
    opacity: 0.6;
}

a.btn-pdf:before {
    content: "";
    background: url(../images/index/icon-pdf.svg);
    position: absolute;
    left: 35px;
    width: 30px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}

a.btn-pdf:after {
    right: 25px;
    background-image: url(../images/index/icon-arrow.svg);
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.contact-form-table th {
    border-color: var(--color-primary-b);
    background-color: #ddebed;
}

.contact-form-table td {
    border-color: #a5c2c7;
}

.site-footer {
    background-color: #017dba;
    padding-top: 0;
}

.footer-links {
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.footer-links a {
    color: white;
    text-decoration: underline;
    padding: 0 30px;
    text-underline-offset: 8px;
    font-weight: bold;
    position: relative;
    margin: 0;
}

.footer-links a:not(:last-child):after {
    display: block;
    width: 1px;
    height: 25px;
    background-color: white;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-logo {
    margin-top: 60px;
    height: 38px;

}

a.link-pdf {
    color: #0077cc;
    text-decoration: underline;
}

a.link-pdf:hover {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .ml-2em {
        margin-left: 2em !important;
    }

    .ml-1em {
        margin-left: 1em !important;
    }
}
.external-links a{
        color: var(--primary);
        text-decoration: underline;
}
.borrad-5{border-radius: 5px;}
h3{
    color: var(--primary);
}
.box-style-1{
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
}
.box-style-2{
    background-color: #fef9fb; padding: 20px; border: 1px solid #eeeaec; margin-top: 60px; font-size: 0.9rem;
}

figure{
    padding-left: 0;
    padding-right: 0;
    
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}