
body {
    line-height: 2.5;
}

h1.country-title {
    width: 100% !important;
    text-align: center !important;
    color: #ffffff !important;
    position: absolute;
    top: 45%;
    font-size: 60px;
    text-shadow: 0px 0px 10px #000000;
}
h5.country-title {
    width: 100% !important;
    text-align: center !important;
    color: #ffffff !important;
    position: absolute;
    top: 30%;
    font-size: 35px;
    text-shadow: 0px 0px 10px #000000;
}

.text-blue-01 {
    color: #0069b4 !important;
}

.text-MJ {
    font-family: Microsoft JhengHei !important;
}

.text-size-20 {
    font-size: 20px !important;
}

.list-marker-none {
    list-style: none !important;
}

.list-marker-blue-01 > li::marker {
    color: #0069b4 !important;
}

.progress-step:hover .progress-marker::before {
    background-color: #0069b4 !important;
}

.list-style-type-disc {
    list-style-type: disc;
}

.list-style-type-lower-alpha {
    list-style-type: lower-alpha;
}

.list-style-type-none {
    list-style-type: none;
}

.blockquote-type-1 {
    border-left: 0.7rem solid #007bff;
    padding: 0.5em 0.7rem;
}