@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
    overflow-x: hidden;
}

body {
    font-family: "Noto Sans TC", "Noto Sans", sans-serif !important;
    background: #f5f5f5;
    color: #212529;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

em {
    font-style: italic;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 500;
    margin-bottom: 1rem;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 1.7rem;
}

h3,
.h3,
.btn.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

small,
.small {
    display: block;
    font-size: 0.75rem;
}

.notes {
    font-size: 0.75rem;
    color: #3c5777 !important;
}

.btn,
.caption {
    font-size: 0.875rem;
}

p {
    line-height: 1.4;
    text-align: justify;
}
p:last-of-type {
    margin-bottom: 0;
}
.btn-wrapper {
    margin-top: 2rem;
}
a {
    text-decoration: none !important;
    color: inherit !important;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

html.smallest {
    font-size: 14px;
}

html.default {
    font-size: 16px;
}

.border {
    border: 2px solid #000 !important;
}

.border-top {
    border-top: 2px solid #000 !important;
}

.border-end {
    border-right: 2px solid #000 !important;
}

.border-bottom {
    border-bottom: 2px solid #000 !important;
}

.border-start {
    border-left: 2px solid #000 !important;
}

@media screen and (min-width: 992px) {
    .border-lg-start {
        border-left: 2px solid #000 !important;
    }
    .border-lg-bottom {
        border-bottom: 2px solid #000 !important;
    }
}
.border-left-line {
    position: relative;
}

.border-left-line::before {
    content: "";
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 105%;
    background-color: #000;
}

a.links {
    color: #5ba8a2 !important;
    text-decoration: underline !important;
}

.text-primary {
    color: #5ba8a2 !important;
}

.text-secondary {
    color: #a40184 !important;
}

@media screen and (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
        padding-left: 4%;
        padding-right: 4%;
    }
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    /* box-shadow: 0 3px 11px -5px rgb(0 0 0 / 50%); */
}
.navbar {
    padding-left: 0;
    padding-right: 0;
}
.navbar .container {
    align-items: normal;
    height: 100%;
}

header .logo {
    width: 367px;
    height: 120px;
}

header .logo-mtr {
    width: 300px;
    height: 68px;
}

header .navbar {
    padding-top: 3rem;
    /* padding-left: 1rem;
    padding-right: 1rem; */
}

header .navbar-brand {
    padding: 0;
}

header ul.nav-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
    position: relative;
}

header ul.nav-right::before {
    content: "";
    background-size: contain;
    background-position: center center;
    background-image: url(../images/circle_line.svg);
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}

header ul.nav-right::after {
    content: "";
    background-color: #989898;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 8px;
    bottom: 3.5px;
}

header ul.nav-right .font-size,
header ul.nav-right .social,
header .nav-right .nav-link {
    padding-bottom: 0 !important;
}

header .nav-right .social a:last-child,
header ul.nav-right .font-size {
    padding-right: 0rem;
    margin-right: 0rem;
}

header .nav-right .nav-box {
    padding: 0 1rem 0 1rem;
}

header .nav-right .social {
    position: relative;
}

header ul.nav-right .font-size {
    padding-right: 1rem;
    margin-bottom: -1.5px;
}

header .nav-right .social::before,
header .nav-right .social::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background: #000;
    left: calc(100% + 1rem);
    top: 50%;
    transform: translateY(-50%);
}

header .nav-right .social::before {
    left: auto;
    right: calc(100% + 1rem);
}

.m_hamburger,
.hamburger {
    display: none;
}

.hamburger .line,
.m_hamburger .line {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 15px;
    display: block;
    margin: 9px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover,
.m_hamburger:hover {
    cursor: pointer;
}

.hamburger.is-active .line:nth-child(2),
.m_hamburger.is-active .line:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active .line:nth-child(1),
.m_hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3),
.m_hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

header .font-size {
    padding: 0 1rem 0.3rem 1.5rem;
}

header .font-size a {
    padding: 0 0.2em;
    color: #b2b2b2 !important;
    font-weight: 500;
}

header .menu a.nav-link.lang,
header .nav-right a.nav-link.lang {
    line-height: 1;
    padding-bottom: 0.4rem;
    padding-top: 0;
}

header .menu .nav-link,
header .nav-right .nav-link {
    font-size: 1.125rem;
    color: #b2b2b2 !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 1rem 5px 1.5rem;
    position: relative;
    z-index: 2;
}

header .nav-right .nav-link {
    color: #b2b2b2 !important;
    font-size: 1rem;
    padding: 0 0rem 5px 0;
}

header .nav-right .nav-link:lang(tc) {
    font-size: 1.16rem;
}

header .nav-right .nav-link:lang(en) {
    font-size: 1.3rem;
}

header .nav-right .nav-icon img {
    max-width: none;
    height: 17px;
}

header .nav-right .nav-icon {
    align-items: normal;
}

header .menu .nav-link.active,
header .menu a:hover,
header .menu a.nav-link.lang:hover,
header .menu .sub-nav-link.active,
header .nav-right .nav-link:hover,
header .nav-right a:hover,
/* header .nav-right a.nav-link.active, */
header .nav-right a.nav-link.lang:hover {
    color: #a40184 !important;
}

header .font-size a.active,
header .menu a.nav-link.lang,
header .nav-right a.nav-link.lang {
    color: #212529 !important;
}

header .font-size a:first-child {
    font-size: 1rem;
}

header .nav-right a.nav-link.lang:lang(tc) {
    font-size: 1.35rem;
}

header .nav-right a.nav-link.lang:lang(en) {
    font-size: 1.2rem;
}

header .font-size a:nth-child(2) {
    font-size: 1.4rem;
    line-height: 1;
}

header .search-box {
    position: relative;
    padding-left: 1rem;
}

header .nav-icon {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

header .search-box.active .search-input-box {
    display: flex;
    z-index: 3;
    width: 100%;
    min-width: 270px;
}

header .search-box .search-input-box {
    display: none;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 2.4rem;
    right: -1rem;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #fff;
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 20%);
}

header .search-box .search-input-box input {
    border: 0px;
    background-color: inherit;
    width: 100%;
    min-width: 200px;
    line-height: 1.5;
    padding: 5px 0.875rem;
    margin-right: 0.5rem;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fff;
}

header .search-box .search-input-box .close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
}

header .nav-right img {
    cursor: pointer;
}

header .search-box .search-input-box .close::before,
header .search-box .search-input-box .close::after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    background-color: #555;
    transform: rotate(45deg) translate(13px, 9px);
}

header .search-box .search-input-box .close::before {
    transform: rotate(135deg) translate(9px, -13px);
}

header .search-input {
    border-radius: 1rem;
    border: 4px solid #b2b2b2;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 167px;
    margin-left: 1rem;
    padding: 0 5px;
    margin: 0.3rem 0 0.5rem 1.5rem;
}

header .search-input input::placeholder {
    color: #d9d9d9;
}

header .search-input .search-icon {
    width: 15px;
    height: 15px;
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
    background-image: url(../images/Icon-search.svg);
}

header .search-input input {
    border: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 1;
    font-size: 0.75rem;
    width: calc(100% - 25px);
}

header .social a {
    margin-right: 1rem;
    display: block;
}

header .menu .icon,
header .menu .nav-link a:hover .icon-hover,
header .nav-right .icon,
/* header .nav-right .nav-link.active .nav-icon .icon-hover, */
header .nav-right .nav-icon:hover .icon-hover {
    display: block;
}

header .menu .nav-link a .icon-hover,
header .menu a:hover .icon,
/* header .nav-right .nav-link.active .nav-icon .icon, */
header .nav-right .nav-icon .icon-hover,
header .nav-right .nav-icon:hover .icon {
    display: none;
}

header .menu {
    position: absolute;
    right: 0;
    top: 6rem;
    width: 203px;
    /* width: 228px; */
    /* background-color: #F5F5F5; */
}
@media screen and (min-width: 1199px) {
    header .menu {
        right: 4%;
    }
}
header .menu:lang(en) {
    width: 300px;
}

header .nav-box {
    /* background-color: #F5F5F5; */
}

header .nav-box.short {
    position: relative;
}

header .nav-box.short .sub-menu {
    top: 50%;
    transform: translateY(-50%);
}

header .nav-box .sub-menu {
    position: absolute;
    right: 100%;
    width: 100%;
    top: 0;
    display: none;
    transition: all 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1rem 1rem 1rem 1.5rem;
}

header .nav-box .sub-menu::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    right: 0;
    top: 0;
    border-right: 1px solid #a40184;
    transition: height 0.1s ease-in-out;
}

header .nav-box.show .nav-link {
    color: #a40184;
}

header .nav-box.show .sub-menu {
    display: block;
    transition: all 0.5s ease-in-out;
}

header .nav-box.show .sub-menu::after {
    height: 100%;
    z-index: 1;
}

header .nav-box.show .sub-menu a {
    display: block;
}

header .nav-box.sub-wrapper.show .nav-link:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 13px;
    height: 13px;
    left: -6px;
    top: 50%;
    border: 4px solid #a40184;
    /* background-color: #fff; */
    border-radius: 10px;
    transform: translateY(-50%);
    transition: height 0.1s ease-in-out;
}

header .nav-box .sub-menu ul {
    padding-left: 0;
}

header .nav-box .sub-menu ul li {
    padding-top: 0.6rem;
    font-size: 1rem;
    font-weight: 500;
}

header .nav-box .sub-menu ul li:first-child {
    padding-top: 0;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    header .nav-box .sub-menu {
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(15px) brightness(105%) contrast(110%)
            saturate(0.85);
        backdrop-filter: blur(15px) brightness(105%) contrast(110%)
            saturate(0.85);
    }
    header .navbar::before {
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-backdrop-filter: blur(15px) brightness(105%) contrast(110%)
            saturate(0.85);
        backdrop-filter: blur(15px) brightness(105%) contrast(110%)
            saturate(0.85);
    }
}

@-moz-document url-prefix() {
    header .nav-box .sub-menu {
        background-color: rgba(255, 255, 255, 0.85);
    }
    header .navbar::before {
        background-color: rgba(0, 0, 0, 0.85);
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    header .nav-box .sub-menu {
        background-color: rgba(255, 255, 255, 0.85);
    }
    header .navbar::before {
        background-color: rgba(0, 0, 0, 0.85);
    }
}

main {
    position: relative;
    min-height: 100vh;
    padding-bottom: 10rem;
    margin-bottom: -10rem;
}

.swiper-button-next,
.swiper-button-prev {
    outline-style: none !important;
}

/* button */

.btn:hover,
.btn:active,
.btn:focus,
.btn,
.btn:not(:disabled):not(.disabled):active {
    background-color: #fff;
    color: #000;
    border-radius: 2rem;
    border: 5px solid #000;
    line-height: 1;
    min-height: 35px;
    min-width: 70px;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #fff;
    border-color: #5ba8a2;
}

.btn p {
    margin-bottom: 0;
    line-height: 1;
}

.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-primary:hover,
.btn-primary,
.btn:not(:disabled):not(.disabled):active {
    border-color: #5ba8a2;
}

.btn-secondary:hover,
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active {
    border-color: #a40184;
}

.btn-blue:hover,
.btn-blue,
.btn-blue:not(:disabled):not(.disabled):active {
    border-color: #52a7d5;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 50%);
}

.btn.arrow:not(:disabled):not(.disabled):active {
    min-width: 36px;
    min-height: 36px;
}
.btn.arrow {
    width: 36px;
    height: 36px;
    margin-left: 1.25rem;
    min-width: auto;
}

.btn.arrow img {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 11px;
    height: 15px;
}

.btn.btn-line::before {
    content: "";
    position: absolute;
    width: calc(100% - 5px);
    right: calc(100% + 5px);
    height: 5px;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
}

.btn.icon {
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* banner */

#banner {
    padding-top: 15rem;
    min-height: 72vw;
    padding-bottom: 0;
}

#banner .container {
    z-index: 2;
    position: relative;
}
@media screen and (min-width: 1920px) {
    #banner {
        padding-top: 15rem;
        height: 100%;
        min-height: 79rem;
    }
}
#banner .img-json {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 2500px;
    top: 0;
    z-index: 1;
}

#banner .img-json .icon {
    width: 100%;
    max-width: none;
}

#banner .box-right {
    margin-top: 20rem;
    padding-left: 3rem;
}

#banner ul {
    margin-left: 45px;
    list-style: disc;
}

#banner ul li {
    font-size: 0.875rem;
    padding-left: 10px;
}

#banner .desc {
    position: relative;
}

#banner .desc::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: -2rem;
    border-left: 2px solid #000;
}

header .nol-logo {
    position: absolute;
    top: 2.1rem;
    left: 0;
    z-index: 1;
    max-width: 410px;
    display: inline-block;
}
header .nol-logo img {
    max-width: none;
    /* max-height: 121px; */
    max-height: 90px;
    position: relative;
    display: block;
    /* height: 100%; */
    width: 100%;
}

#other-feedback .col-12 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.footer-bottom {
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    width: 50px;
    height: 110px;
    z-index: 10;
}
.share_box {
    position: relative;
    transition:
        opacity 0.5s,
        visibility 0.5s;
    opacity: 1;
    visibility: visible;
}
.share_box_btn {
    z-index: 999;
    position: relative;
    transition: transform 0.3s;
}
.share_box.show {
    opacity: 1;
    visibility: visible;
}
.share_popup {
    display: none;
    position: absolute;
    /* border-radius: 2rem; */
    width: 330px;
    /* min-width: 400px; */
    min-width: 330px;
    top: 0;
    right: 44%;
    z-index: 99;
    text-align: center;
    box-shadow: 1px 1px 8px rgb(78 78 78 / 30%);
    padding: 0.65rem 0.5rem;
    border-radius: 2rem;
}

.share_box.show .share_popup {
    display: block;
}
.share_popup_wrapper {
    width: 90%;
    display: flex;
}
.sharethis-inline-share-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0.5rem 0 0rem 0.5rem !important;
    /* width: calc((100% / 8)* 7); */
    width: 100%;
}
.sharethis-inline-share-buttons {
    padding-top: 0 !important;
    padding-left: 0 !important;
}
.sharethis-inline-share-buttons .st-btn {
    border: 0px !important;
    padding: 0 !important;
    margin: 0 0.535rem !important;
    width: 30px !important;
    border-radius: 1rem !important;
    overflow: hidden;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    background-color: #000 !important;
    height: 30px !important;
}
.sharethis-inline-share-buttons .st-btn > img {
    width: 30px !important;
    height: 30px !important;
    top: 0 !important;
    display: block !important;
    margin-right: 8px;
    margin-left: 8px;
    max-width: none;
    padding: 5px;
}
#st-1 .st-btn[data-network="wechat"] img {
    top: auto !important;
    padding: 6px 5px 5px !important;
}
.other_btn {
    padding: 0rem 9px 0rem 8px !important;
    position: relative;
    z-index: 94035;
}
.other_btn .st-btn {
    height: 30px;
    width: 30px;
    cursor: pointer;
    transition: 0.2s ease-in;
}
.copyLink small {
    line-height: 1;
    margin-top: -2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #a40184;
    white-space: nowrap;
    font-size: 0.6rem;
}
.other_btn .st-btn:hover,
.other_btn .copyline-img.active {
    opacity: 0.8;
    transform: translate(0, -4px);
}
.st-btn[data-network="facebook"] {
    order: 1;
}
.st-btn[data-network="email"] {
    order: 2;
}
.st-btn[data-network="whatsapp"] {
    order: 3;
}
.st-btn[data-network="wechat"] {
    order: 4;
}
.st-btn[data-network="twitter"] {
    order: 5;
}
.st-btn[data-network="print"] {
    order: 6;
}
/* @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .footer-bottom .share_popup {
        background-color: rgba(255, 255, 255, 0.3);
        -webkit-backdrop-filter: blur(10px) brightness(105%) contrast(110%)
            saturate(0.85);
        backdrop-filter: blur(10px) brightness(105%) contrast(110%)
            saturate(0.85);
    }
}

@-moz-document url-prefix() {
    .footer-bottom .share_popup {
        background-color: rgba(255, 255, 255, 0.85);
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer-bottom .share_popup {
        background-color: rgba(255, 255, 255, 0.85);
    }
} */
.footer-bottom .share_popup {
    background-color: rgba(255, 255, 255, 1);
}
#backtotop {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    transition:
        opacity 0.5s,
        visibility 0.5s,
        transform 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    margin-top: 10px;
    position: relative;
}

#backtotop:hover,
.footer-bottom .share_box_btn:hover {
    cursor: pointer;
    transform: scale(1.2);
}

#backtotop:active {
    transform: scale(1.2);
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}

section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

footer {
    background-color: #000000;
    color: #fff;
    font-weight: 100;
    padding: 3rem 0;
}
footer .notes {
    color: #fff !important;
}
footer ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

footer ul li {
    padding: 0;
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
}

footer ul li:first-child {
    padding-left: 0;
}

footer ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
}

footer ul li:last-child::after {
    display: none;
}

footer .box-right {
    display: flex;
    justify-content: flex-end;
}

footer .box-right img {
    max-height: 150px;
}

.desc-info {
    padding-left: 2rem;
    padding-right: 2rem;
}

.desc-info p {
    margin-top: 2rem;
}

.desc-info p:last-child {
    padding-bottom: 1rem;
}

.color-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
}

.color-wrapper .bg-img {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.color-wrapper.green-box .bg-img {
    background: linear-gradient(
        90deg,
        rgba(71, 150, 144, 1) 0%,
        rgba(212, 199, 156, 1) 100%
    );
}

.color-wrapper.green-box-2 .bg-img {
    background: linear-gradient(
        90deg,
        rgba(212, 199, 156, 1) 0%,
        rgba(71, 150, 144, 1) 100%
    );
}
.color-wrapper.green-box-3 .bg-img {
    background: linear-gradient(
        0deg,
        rgba(212, 199, 156, 1) 0%,
        rgba(71, 150, 144, 1) 100%
    );
}

.color-wrapper-left {
    left: 100%;
}

.color-wrapper-right {
    right: 100%;
}

.color-wrapper.circle-right .dot,
.color-wrapper.circle-right svg {
    position: absolute;
    top: 7vw;
    left: 4vw;
    width: 100%;
    max-width: 989px;
}

.color-wrapper .st1,
.color-wrapper .st0 {
    stroke-dashoffset: 4000;
    stroke-dasharray: 4000;
}

.read-more {
    margin-left: 2rem;
    margin-bottom: 1rem;
}
.read-more img {
    width: 100px;
}

.next_page {
    padding: 2rem 0;
    position: relative;
}

.next_page .btn {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem !important;
    font-weight: 700;
}
.btn-primary:disabled {
    color: #000;
}
.list-btn {
    display: flex;
}
.btn-mb {
    margin-bottom: 2rem;
}
.next_page .btn.arrow {
    padding: 0.75rem !important;
    width: 54px !important;
    height: 54px !important;
    margin-left: 2.45rem !important;
}

.next_page .btn.arrow img {
    left: 55%;
    width: 0.75rem;
}

.fr-emoticon-img {
    background-repeat: no-repeat !important;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: -0.1em 0.1em 0.1em;
    font-size: inherit;
}

@media screen and (max-width: 1199.98px) {
    header ul.nav-right {
        display: none;
    }
    .navbar {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    header .navbar::before {
        content: "";
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 99;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }
    header .navbar::after {
        content: "";
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 999;
        transform: translateX(100%);
        transition: transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        background-color: #a40184;
    }
    .header-show header .navbar::after {
        transform: translateX(-100%);
    }
    header .logo {
        width: 272px;
        height: 89px;
    }
    header .hamburger-icon {
        position: relative;
        display: block;
    }
    .hamburger {
        display: block;
    }
    .m_hamburger {
        position: absolute;
        top: 3.1rem;
        right: 1rem;
        display: block;
        z-index: 999;
    }
    header .menu {
        width: 450px;
        position: fixed;
        top: 0;
        background-color: #f5f5f5;
        padding: 3rem;
        height: 100vh;
        overflow: auto;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        z-index: 999;
    }
    header .menu:lang(en) {
        max-width: 500px;
        width: 80%;
    }
    header .menu ul {
        padding-bottom: 3rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    header .menu .nav-link,
    header .font-size {
        padding-left: 0;
    }
    header .menu ul li.search-list {
        order: 1;
        padding-bottom: 0;
        padding-right: 3rem;
    }
    header .nav-box {
        order: 2;
        padding-bottom: 2rem;
    }
    header .menu ul li.lang-list {
        order: 3;
        justify-content: center;
    }
    header .search-input {
        margin-left: 0;
        padding: 5px;
        width: 100%;
        border-radius: 2rem;
        margin-bottom: 2rem;
    }
    header .search-input input {
        line-height: 1.5;
        font-size: 1rem;
    }
    header .search-input .search-icon {
        width: 20px;
        height: 20px;
    }
    header .container {
        max-width: none;
        padding: 0 0.5rem;
    }
    header .nav-box .sub-menu {
        position: relative;
        right: auto;
        top: auto !important;
        display: block;
        background: initial !important;
        backdrop-filter: none;
        transform: none !important;
        margin-top: 0.4rem;
        margin-left: 0.5rem;
        padding: 0.5rem 1rem 0.5rem 1.5rem;
        -webkit-backdrop-filter: none;
    }
    header .nav-box .sub-menu ul {
        padding: 0;
    }
    header .nav-box .sub-menu::after {
        height: 100%;
        right: auto;
        left: 0;
    }
    header .nav-box .nav-link:before {
        display: none;
        content: "";
        position: absolute;
        z-index: 2;
        width: 13px;
        height: 13px;
        left: -6px;
        top: 47%;
        border: 4px solid #a40184;
        /* background-color: #fff; */
        border-radius: 10px;
        transform: translateY(-50%);
        transition: height 0.1s ease-in-out;
    }
    header .menu .nav-link,
    header .menu .sub-nav-link {
        color: #7b7b7b !important;
    }
    header .menu .nav-link.social {
        justify-content: center;
        padding-right: 0;
        padding-top: 5rem;
    }
    header .social a {
        margin-left: 1rem;
    }
    header .social img {
        height: 20px;
    }
    header .menu a.nav-link.lang {
        padding-right: 0;
    }
    .header-show header .menu,
    .header-show header .navbar::before {
        transform: translateX(0);
    }
    #banner {
        padding-top: 16rem;
        min-height: auto;
    }
    #banner .box-right {
        padding-left: 1rem;
    }
    #banner .img-json {
        width: 100%;
        position: relative;
        left: auto;
        transform: none;
    }
    header .nol-logo {
        top: 3.1rem;
        left: -0.5rem;
    }
    footer .box-right img {
        max-width: 300px;
    }
    footer ul {
        flex-flow: wrap;
    }
    footer ul li {
        padding-left: 0;
        margin-right: 1rem;
    }
}

@media screen and (max-width: 991px) and (min-with: 576px) {
    .row {
        margin-left: -45px;
        margin-right: -45px;
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media screen and (max-width: 991px) {
    #banner .container {
        padding-left: 0;
        padding-right: 0;
    }
    #banner .img-json {
        width: 100%;
        position: relative;
        left: auto;
        transform: none;
    }
    header .nol-logo {
        left: 0rem;
        max-width: 325px;
    }

    header .nol-logo img {
        max-height: 99px;
    }
    footer .box-right {
        justify-content: flex-start;
        margin-bottom: 2rem;
    }
    footer .box-right img {
        max-height: 99px;
    }

    .read-more {
        margin-left: 0;
    }
    .read-more p {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    header .logo-mtr {
        width: 173px;
        height: 40px;
    }
    .hamburger {
        margin-top: -5px;
    }
    section {
        /* padding-top: 2rem;
        padding-bottom: 2rem; */
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    #banner {
        min-height: auto;
        padding-top: 15rem;
    }

    header .nol-logo {
        top: 3.7rem;
    }
    #banner .img-json {
        width: 100% !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        min-height: 120vw !important;
    }
    #banner .desc::before {
        display: none;
    }
    .border-start {
        border: none !important;
    }
    h1,
    .h1 {
        font-size: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.5rem;
    }
    h3,
    .h3,
    .btn.h3 {
        font-size: 1.25rem;
    }
    h4,
    .h4 {
        font-size: 1.125rem;
    }
    .navbar .container {
        flex-direction: row-reverse;
    }
    .navbar-light .navbar-brand:first-child {
        position: absolute;
        left: 0;
        /* top: 4rem; */
    }
    .desc-info {
        padding-left: 1rem;
    }
}

@media screen and (max-width: 635.98px) {
    header .nol-logo {
        top: 1.25rem;
        max-width: 100%;
    }
    header .nol-logo img {
        max-height: 65px;
        width: 217px;
    }

    header .nol-logo img:lang(tc) {
        width: 131px;
    }
    #banner {
        padding-top: 11rem;
    }
}
@media screen and (max-width: 576px) {
    header .nol-logo {
        top: 2.1rem;
    }
    header .navbar {
        padding-top: 2rem;
    }
    header .logo {
        width: auto;
        height: 70px;
    }
    header .logo-mtr {
        width: auto;
        height: 35px;
    }
    .hamburger {
        margin-top: -5px;
    }
    header .menu {
        width: 95% !important;
        padding-top: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    header .menu ul {
        padding-bottom: 0;
    }
    .m_hamburger {
        top: 2.1rem;
    }
    footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .next_page .btn {
        font-size: 0.875rem;
        padding: 0.75rem 1rem;
    }
    .next_page .btn.arrow {
        width: 48px !important;
        height: 48px !important;
        /* margin-left: 2.7rem !important; */
    }
    .next_page .btn.btn-line::before {
        width: calc(100% + 1px);
    }
    .share_popup {
        min-width: auto;
        /* width: 250px; */
        width: 200px;
        top: 50%;
        transform: translateY(-50%);
        padding-bottom: 0rem;
    }
    .sharethis-inline-share-buttons .st-btn {
        /* width: 25% !important; */
        /* width: 33.33% !important; */
        margin-bottom: 0.5rem !important;
    }
    .copyLink {
        position: absolute;
        bottom: 0.5rem;
        left: 52%;
    }
    .email_btn {
        position: absolute;
        bottom: 0.5rem;
        left: 28%;
    }
    .share_popup_wrapper {
        width: 86%;
    }
    .copyLink small {
        margin-top: -3px;
    }
}

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.icon-text-btn {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #942080;
    font-size: 1rem;
    opacity: 1;
}
.icon-text-btn.green {
    color: #5da89a;
}

.icon-text-btn:hover {
    opacity: 0.6;
}

.info-icon.icon-text-btn {
    min-width: 54px !important;
    padding: 0 !important;
    margin: 0.5rem 1rem !important;
}
.info-icon.icon-text-btn img {
    width: 54px !important;
    height: 54px !important;
}
.info-icon.icon-text-btn:hover {
    opacity: 1;
}

.icon-text-btn img {
    width: 36px;
    height: 36px;
    /* border-radius: 50%; */
}
.modal-open .modal.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.modal-dialog {
    width: 100%;
}
.text-popup .modal-header {
    position: absolute;
    bottom: 100%;
    right: 0;
    border-bottom: 0px;
}

@keyframes rotating {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    90% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loading-img {
    width: 120px;
    height: 120px;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@media screen and (max-width: 1200px) and (min-width: 576px) {
    .modal-dialog,
    .modal-dialog .container {
        max-width: 80vw;
    }
}

@media screen and (max-width: 330.98px) {
    header .nol-logo {
        top: 2rem;
    }
}
