@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&display=swap");
/**
 * Reset Styels
 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

a {
    color: var(--color-heading);
    text-decoration: none;
    outline: none;
}

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
        color: var(--color-primary);
    }

    a:focus {
        outline: none;
    }

address {
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

mark {
    background: var(--color-primary);
    color: #ffffff;
}

code,
kbd,
pre,
samp {
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: var(--color-primary);
}

kbd,
ins {
    color: #ffffff;
}

pre,
pre.wp-block-code {
    font-family: "Courier 10 Pitch", Courier, monospace !important;
    font-size: 15px !important;
    margin: 40px 0 !important;
    overflow: auto;
    padding: 20px !important;
    white-space: pre !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: var(--color-body) !important;
    background: var(--color-light);
    border-radius: 4px;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin-top: 0;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

dt {
    font-weight: bold;
    color: var(--color-heading);
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

ol ul {
    margin-bottom: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid var(--color-border);
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

    button,
    html input[type=button],
    input[type=reset],
    input[type=submit] {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        cursor: pointer;
    }

        button[disabled],
        input[disabled] {
            cursor: default;
        }

    input[type=checkbox],
    input[type=radio] {
        padding: 0;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        appearance: textfield;
        padding-right: 2px;
        width: 270px;
    }

        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
            appearance: none;
        }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

caption,
th,
td {
    font-weight: normal;
}

table thead th {
    font-weight: 700;
}

td,
.wp-block-calendar tfoot td {
    border: 1px solid var(--color-border);
    padding: 7px 10px;
}

del {
    color: #333;
}

ins {
    background: rgba(56, 88, 246, 0.6);
    text-decoration: none;
    padding: 0 5px;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
    opacity: 0.6;
}

table a,
table a:link,
table a:visited {
    text-decoration: underline;
}

dt {
    font-weight: bold;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

caption {
    caption-side: top;
}

kbd {
    background: var(--heading-color);
}

dfn,
cite,
em {
    font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

blockquote {
    font-size: var(--font-size-b1);
    font-style: italic;
    font-weight: var(--p-light);
    margin: 24px 40px;
}

    blockquote blockquote {
        margin-right: 0;
    }

    blockquote cite,
    blockquote small {
        font-size: var(--font-size-b3);
        font-weight: normal;
    }

    blockquote strong,
    blockquote b {
        font-weight: 700;
    }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.25);
        transform: translate(-50%, -50%) scale(1.25);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.25);
        transform: translate(-50%, -50%) scale(1.25);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

header.header {
    position: sticky;
    top: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09);
    z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.header {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    header.header {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    header.header {
        display: none;
    }
}

header.header .header-menu {
    position: relative;
    background-color: #353148;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}

header.header .header-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
}

    header.header .header-navbar .header-brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        header.header .header-navbar .header-brand .logo {
            margin-right: 40px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header.header .header-navbar .header-brand .logo {
        margin-right: 0;
    }
}

header.header .header-navbar .header-brand .logo a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

header.header .header-navbar .header-brand .logo img {
    display: inline-block;
    width: 195px;
    height: auto;
}

header.header .header-navbar .header-nav {
    margin-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    header.header .header-navbar .header-nav {
        margin-right: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header.header .header-navbar .header-nav {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.header .header-navbar .header-nav {
        margin-right: 0;
    }
}

header.header .header-navbar .header-nav ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", sans-serif;
    margin: 0;
    padding: 0;
}

    header.header .header-navbar .header-nav ul.menu li {
        margin: 0 8px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    header.header .header-navbar .header-nav ul.menu li {
        margin: 0 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header.header .header-navbar .header-nav ul.menu li {
        margin: 0 4px;
    }
}

header.header .header-navbar .header-nav ul.menu a {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 10px;
    display: block;
    color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    header.header .header-navbar .header-nav ul.menu a {
        padding: 12px 8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header.header .header-navbar .header-nav ul.menu a {
        font-size: 16px;
    }
}

header.header .header-navbar .header-nav ul.menu a:hover, header.header .header-navbar .header-nav ul.menu a:active {
    color: #e8bc4a;
}

header.header .header-navbar .header-nav ul.menu a.current {
    color: #e8bc4a;
    cursor: default;
    pointer-events: none;
}

header.header .header-navbar .share-panel {
    position: relative;
}

    header.header .header-navbar .share-panel button.share-button {
        color: #fff;
        background-color: transparent;
        font-size: 22px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        position: relative;
        z-index: 1;
        line-height: 1;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        header.header .header-navbar .share-panel button.share-button:hover, header.header .header-navbar .share-panel button.share-button:active {
            color: #e8bc4a;
        }

    header.header .header-navbar .share-panel.active button.share-button {
        background-color: #575076;
    }

        header.header .header-navbar .share-panel.active button.share-button:hover, header.header .header-navbar .share-panel.active button.share-button:active {
            color: #fff;
        }

    header.header .header-navbar .share-panel.active ul.header-social {
        opacity: 1;
        visibility: visible;
        right: 58px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header.header .header-navbar .share-panel.active ul.header-social {
        top: 12px;
        right: 0;
        background-color: rgba(53, 49, 72, 0.5);
        padding: 40px 0 10px;
        border-radius: 25px;
    }
}

header.header .header-navbar .share-panel ul.header-social {
    position: absolute;
    top: 0;
    right: -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header.header .header-navbar .share-panel ul.header-social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 0;
        right: 0;
    }
}

header.header .header-navbar .share-panel ul.header-social li.icon {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 2px;
    line-height: 1;
    font-size: 15px;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header.header .header-navbar .share-panel ul.header-social li.icon {
        width: 45px;
        height: 35px;
        margin: 5px 0;
    }
}

header.header .header-navbar .share-panel ul.header-social a {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 12px 6px;
    opacity: 0.7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header.header .header-navbar .share-panel ul.header-social a {
        padding: 4px 4px;
        opacity: 1;
    }
}

header.header .header-navbar .share-panel ul.header-social a:hover, header.header .header-navbar .share-panel ul.header-social a:active {
    color: #e8bc4a;
    opacity: 1;
}

header.header-mobile {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.header-mobile {
        display: block;
        background-color: #353148;
        width: 100%;
        position: fixed;
        z-index: 9999;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    header.header-mobile {
        display: block;
        background-color: #353148;
        width: 100%;
        position: fixed;
        z-index: 9999;
    }
}

@media only screen and (max-width: 575px) {
    header.header-mobile {
        display: block;
        background-color: #353148;
        width: 100%;
        position: fixed;
        z-index: 9999;
    }
}

header.header-mobile .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.header-mobile .header-brand {
    width: 200px;
    height: auto;
}

header.header-mobile .header-nav button#toggle {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
}

    header.header-mobile .header-nav button#toggle .hamburger {
        width: 30px;
        height: 22px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        header.header-mobile .header-nav button#toggle .hamburger span.line {
            display: block;
            height: 3px;
            width: 100%;
            border-radius: 10px;
            background: #fff;
        }

            header.header-mobile .header-nav button#toggle .hamburger span.line.line-1 {
                -webkit-transform-origin: 2% 2%;
                transform-origin: 2% 2%;
                -webkit-transition: -webkit-transform 0.4s ease-in-out;
                transition: -webkit-transform 0.4s ease-in-out;
                transition: transform 0.4s ease-in-out;
                transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
            }

            header.header-mobile .header-nav button#toggle .hamburger span.line.line-2 {
                -webkit-transition: -webkit-transform 0.2s ease-in-out;
                transition: -webkit-transform 0.2s ease-in-out;
                transition: transform 0.2s ease-in-out;
                transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
            }

            header.header-mobile .header-nav button#toggle .hamburger span.line.line-3 {
                -webkit-transform-origin: 4% 100%;
                transform-origin: 4% 100%;
                -webkit-transition: -webkit-transform 0.4s ease-in-out;
                transition: -webkit-transform 0.4s ease-in-out;
                transition: transform 0.4s ease-in-out;
                transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
            }

    header.header-mobile .header-nav button#toggle.active .hamburger span.line-1 {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    header.header-mobile .header-nav button#toggle.active .hamburger span.line-2 {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    header.header-mobile .header-nav button#toggle.active .hamburger span.line-3 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

header.header-mobile .popup-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}

    header.header-mobile .popup-menu-mobile.show {
        visibility: visible;
        opacity: 1;
    }

        header.header-mobile .popup-menu-mobile.show .inner {
            opacity: 1;
            left: 0;
            overflow-y: auto;
        }

    header.header-mobile .popup-menu-mobile .inner {
        width: 305px;
        height: 100vh;
        position: absolute;
        top: 0;
        left: -150px;
        background-color: #fff;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        header.header-mobile .popup-menu-mobile .inner .header-brand {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            padding: 15px 20px;
            border-bottom: 1px solid #c7c7c7;
        }

            header.header-mobile .popup-menu-mobile .inner .header-brand .logo {
                width: 200px;
                height: auto;
            }

                header.header-mobile .popup-menu-mobile .inner .header-brand .logo img {
                    width: 100%;
                    height: auto;
                }

            header.header-mobile .popup-menu-mobile .inner .header-brand .close-menu button#close {
                width: 45px;
                height: 45px;
                font-size: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: #4b4666;
                border-radius: 50%;
                background-color: #fff;
                -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
                -webkit-transition: 0.4s;
                transition: 0.4s;
            }

                header.header-mobile .popup-menu-mobile .inner .header-brand .close-menu button#close:hover, header.header-mobile .popup-menu-mobile .inner .header-brand .close-menu button#close:active {
                    color: #e8bc4a;
                }

        header.header-mobile .popup-menu-mobile .inner ul.menu-nav {
            margin: 0;
            padding: 15px 30px;
            border-bottom: 1px solid #c7c7c7;
        }

            header.header-mobile .popup-menu-mobile .inner ul.menu-nav li {
                padding: 8px 0;
                font-size: clamp(18px, 2.4vw, 20px);
                font-weight: 500;
                line-height: 1.6;
                margin: 5% 0;
                text-align: center;
            }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    header.header-mobile .popup-menu-mobile .inner ul.menu-nav li {
        margin: 3% 0;
    }
}

@media only screen and (max-width: 575px) {
    header.header-mobile .popup-menu-mobile .inner ul.menu-nav li {
        margin: 3% 0;
    }
}

header.header-mobile .popup-menu-mobile .inner ul.menu-nav li a {
    color: #4b4666;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    header.header-mobile .popup-menu-mobile .inner ul.menu-nav li a:hover, header.header-mobile .popup-menu-mobile .inner ul.menu-nav li a:active {
        color: #e8bc4a;
    }

    header.header-mobile .popup-menu-mobile .inner ul.menu-nav li a.current {
        color: #e8bc4a;
        cursor: default;
        pointer-events: none;
    }

header.header-mobile .popup-menu-mobile .inner ul.header-social {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px 0;
}

    header.header-mobile .popup-menu-mobile .inner ul.header-social li {
        font-size: 30px;
        margin: 0 5%;
    }

@media only screen and (max-width: 575px) {
    header.header-mobile .popup-menu-mobile .inner ul.header-social li {
        font-size: 32px;
        margin: 0 3%;
    }
}

header.header-mobile .popup-menu-mobile .inner ul.header-social a {
    padding: 7px 10px;
    color: #353148;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 575px) {
    header.header-mobile .popup-menu-mobile .inner ul.header-social a {
        padding: 6px 8px;
    }
}

header.header-mobile .popup-menu-mobile .inner ul.header-social a:hover, header.header-mobile .popup-menu-mobile .inner ul.header-social a:active {
    color: #e8bc4a;
}

    header.header-mobile .popup-menu-mobile .inner ul.header-social a:hover i, header.header-mobile .popup-menu-mobile .inner ul.header-social a:active i {
        color: #e8bc4a;
    }

header.header-mobile .popup-menu-mobile .inner ul.header-social a i {
    color: #353148;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

ul.nav {
    padding: 14px 20px;
    background-color: #f4dea5;
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.nav {
        padding: 14px 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    ul.nav {
        padding: 14px 12px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 575px) {
    ul.nav {
        padding: 14px 12px;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}

ul.nav.nav-pills button.nav-link {
    font-size: clamp(16px, 2.2vw, 18px);
    font-weight: 600;
    color: #353148;
    border-radius: 0;
    padding: 8px 10px;
    margin: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.nav.nav-pills button.nav-link {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    ul.nav.nav-pills button.nav-link {
        margin: 0 4px;
        padding: 8px 4px;
    }
}

@media only screen and (max-width: 575px) {
    ul.nav.nav-pills button.nav-link {
        margin: 0 6px 6px;
        padding: 8px 12px 4px;
    }
}

ul.nav.nav-pills button.nav-link:hover, ul.nav.nav-pills button.nav-link:active {
    color: #ee4d87;
}

ul.nav.nav-pills button.nav-link.active {
    color: #ee4d87;
    background-color: transparent;
    border-bottom: 2px solid #ee4d87;
}

.tab-content {
    margin-top: 40px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-content {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-content {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .tab-content {
        margin-top: 25px;
    }
}

.masking {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    height: 150px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f0ece0), to(rgba(255, 251, 227, 0.01)));
    background-image: linear-gradient(0deg, #f0ece0, rgba(255, 251, 227, 0.01));
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .masking {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .masking {
        width: 100%;
    }
}

.masking.hidden {
    display: none !important;
}

button.read-more {
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto 0;
    width: 200px;
    padding: 15px 35px;
    background-color: #e8bc4a;
    border-radius: 8px;
    text-align: center;
    border: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 575px) {
    button.read-more {
        width: 100%;
    }
}

button.read-more:hover, button.read-more:active {
    background-color: #cc9a1a;
}

    button.read-more:hover span,
    button.read-more:hover i, button.read-more:active span,
    button.read-more:active i {
        color: #fff;
    }

button.read-more span {
    font-size: clamp(16px, 2.1vw, 18px);
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    button.read-more span.active {
        display: none;
    }

button.read-more i {
    margin-left: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

button.read-more.loading span.text {
    display: none;
}

button.read-more.loading span.active {
    display: inline;
}

.section-1 .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px;
    width: 100%;
}

    .section-1 .card-wrapper .loading {
        text-align: center;
        padding: 10px;
        font-size: 16px;
        color: #ee4d87;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-animation: flash 1.2s linear infinite;
        animation: flash 1.2s linear infinite;
        z-index: 10;
    }

        .section-1 .card-wrapper .loading.hidden {
            display: none;
        }

        .section-1 .card-wrapper .loading p {
            font-size: 20px;
            font-weight: 600;
        }

.section-1 .tab-content > .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .section-1 .tab-content > .active .no-tracking {
        text-align: center;
        padding: 10px;
        font-size: 16px;
        color: #ee4d87;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-animation: flash 1.2s linear infinite;
        animation: flash 1.2s linear infinite;
        z-index: 10;
        margin-bottom: 50px;
    }

        .section-1 .tab-content > .active .no-tracking.hidden {
            display: none;
        }

        .section-1 .tab-content > .active .no-tracking p {
            font-size: 20px;
            font-weight: 600;
        }

.section-1 .card {
    position: relative;
    padding: 30px 20px 20px 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #e8bc4a;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(32, 46, 60, 0.06);
    box-shadow: 0px 0px 12px 0px rgba(32, 46, 60, 0.06);
    margin-bottom: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card {
        padding: 20px 15px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card {
        padding: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card {
        padding: 20px;
    }
}

@media (max-width: 320px) {
    .section-1 .card {
        padding: 15px;
    }
}

.section-1 .card:hover, .section-1 .card:active {
    border: 1px solid #e8bc4a;
    border-top: 3px solid #e8bc4a;
    -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.25);
}

.section-1 .card--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 65px;
    -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 8px #e8bc4a;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 8px #e8bc4a;
    border: 1px solid #e8bc4a;
    position: relative;
    background-color: #fff;
}

@media only screen and (max-width: 575px) {
    .section-1 .card--primary {
        margin-top: 20px;
        margin-bottom: 35px;
    }
}

.section-1 .card--primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2%;
    width: 96%;
    height: 100%;
    background-color: #f4dea5;
    border-radius: 8px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--primary::before {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--primary::before {
        left: 5%;
        width: 90%;
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--primary::before {
        content: none;
    }
}

.section-1 .card--primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 2%;
    width: 96%;
    height: 100%;
    background-color: #f4dea5;
    border-radius: 8px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--primary::after {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--primary::after {
        left: 5%;
        width: 90%;
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--primary::after {
        content: none;
    }
}

.section-1 .card--primary .card-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-1 .card--primary .card-content {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--primary .card-content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--primary .card-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--primary .card-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section-1 .card--primary .card-content .card-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-1 .card--primary .card-content .card-profile {
        margin: 0 10px;
        width: 45%;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--primary .card-content .card-profile {
        margin: 0 0 0 0;
        width: 50%;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--primary .card-content .card-profile {
        margin: 0 0 20px 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--primary .card-content .card-profile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 0 20px 0;
    }
}

.section-1 .card--primary .card-content .card-profile .card-avatar {
    margin: 0 20px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--primary .card-content .card-profile .card-avatar {
        margin: 0 15px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--primary .card-content .card-profile .card-avatar {
        margin: 0 20px 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--primary .card-content .card-profile .card-avatar {
        margin: 0 12px 0 0;
    }
}

.section-1 .card--primary .card-content .card-display {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-1 .card--primary .card-content .card-display {
        width: 55%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--primary .card-content .card-display {
        width: 50%;
        margin: 0;
    }
}

.section-1 .card--primary .card-content .card-display .card-count {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .section-1 .card--primary .card-content .card-display .card-count .card-item {
        width: 48%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--primary .card-content .card-info {
        margin: 0 20px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--primary .card-content .card-info {
        margin: 0 20px 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--primary .card-content .card-info {
        margin: 0;
        width: auto;
        text-align: left;
    }
}

.section-1 .card--primary .card-content .card-info img.status {
    width: 80px;
    height: auto;
    margin-bottom: 6px;
}

@media only screen and (max-width: 575px) {
    .section-1 .card--primary .card-content .card-info img.status {
        width: 75px;
    }
}

.section-1 .card--primary:hover, .section-1 .card--primary:active {
    -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 8px #e8bc4a;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 8px #e8bc4a;
    border: 1px solid #e8bc4a;
}

    .section-1 .card--primary:hover::before, .section-1 .card--primary:active::before {
        background-color: #e8bc4a;
    }

    .section-1 .card--primary:hover::after, .section-1 .card--primary:active::after {
        background-color: #e8bc4a;
    }

.section-1 .card--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

    .section-1 .card--single .card-content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--single .card-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--single .card-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section-1 .card--single .card-content .card-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--single .card-content .card-profile {
        margin: 0 20px 0 0;
    }

        .section-1 .card--single .card-content .card-profile .card-avatar {
            margin: 0 20px 0 0;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--single .card-content .card-profile {
        margin: 0 0 20px 0;
    }

        .section-1 .card--single .card-content .card-profile .card-avatar {
            margin: 0 20px 0 0;
        }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--single .card-content .card-profile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 0 20px 0;
    }

        .section-1 .card--single .card-content .card-profile .card-avatar {
            margin: 0 15px 0 0;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--single .card-content .card-info {
        margin: 0 20px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--single .card-content .card-info {
        margin: 0 20px 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--single .card-content .card-info {
        margin: 0;
        width: auto;
        text-align: left;
    }
}

.section-1 .card--single .card-content .card-info img.status {
    width: 80px;
    height: auto;
    margin-bottom: 6px;
}

@media only screen and (max-width: 575px) {
    .section-1 .card--single .card-content .card-info img.status {
        width: 75px;
    }
}

.section-1 .card--multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 49%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--multiple {
        padding: 45px 15px 15px 15px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--multiple {
        width: 100%;
        padding: 30px 15px 25px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--multiple {
        width: 100%;
        padding: 20px 15px 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 320px) {
    .section-1 .card--multiple {
        width: 100%;
        padding: 35px 15px 15px;
        margin-bottom: 20px;
    }
}

.section-1 .card--multiple .card-content {
    width: auto;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--multiple .card-content {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--multiple .card-content {
        width: 80%;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--multiple .card-content {
        width: 100%;
    }
}

.section-1 .card--multiple .card-content .card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-1 .card--multiple .card-content .card-info {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--multiple .card-content .card-info {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--multiple .card-content .card-info {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--multiple .card-content .card-info {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--multiple .card-content .card-info .card-avatar {
        margin: 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--multiple .card-content .card-info .card-avatar {
        margin: 0 5% 0;
    }
}

.section-1 .card--multiple .card-content .card-info img.status {
    width: 75px;
    height: auto;
    margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
    .section-1 .card--multiple .card-content .card-info img.status {
        width: 70px;
    }
}

.section-1 .card--multiple .card-content .card-info img.status.not-passed {
    width: 90px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--multiple .card-content .card-info img.status.not-passed {
        width: 75px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--multiple .card-content .card-info img.status.not-passed {
        width: 75px;
    }
}

.section-1 .card--multiple .card-content .card-info img.status.default {
    width: 75px;
}

.section-1 .card--multiple .card-content .card-info .card-desc {
    margin: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-1 .card--multiple .card-content .card-info .card-desc {
        margin: 0 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--multiple .card-content .card-info .card-desc {
        text-align: center;
        margin: 0 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--multiple .card-content .card-info .card-desc {
        text-align: left;
        margin: 0 8px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--multiple .card-content .card-info .card-desc {
        text-align: left;
        margin: 0;
    }
}

.section-1 .card--multiple .card-content .card-count {
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card--multiple .card-content .card-count {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card--multiple .card-content .card-count {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card--multiple .card-content .card-count {
        padding-bottom: 0;
    }
}

.section-1 .card--multiple .card-note {
    margin-top: 0;
}

.section-1 .card .card-tracker {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card .card-tracker {
        top: 10px;
        left: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card .card-tracker {
        top: 10px;
        left: 10px;
    }
}

@media (max-width: 320px) {
    .section-1 .card .card-tracker {
        top: 6px;
        left: 6px;
    }
}

.section-1 .card .card-tracker button.btn-tracker {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fcfbf8;
    position: relative;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

    .section-1 .card .card-tracker button.btn-tracker::before {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
        content: "";
        position: absolute;
        background: transparent;
        border: 7px solid transparent;
        left: calc(50% - 7px);
        bottom: 31px;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        border-top-color: #222222;
        margin-bottom: -7px;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .section-1 .card .card-tracker button.btn-tracker::after {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
        content: attr(aria-label);
        position: absolute;
        background: transparent;
        pointer-events: none;
        border: 7px solid #222222;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
        padding: 2px 6px;
        font-size: 14px;
        white-space: nowrap;
        border-radius: 5px;
        background: #222222;
        color: #ffffff;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .section-1 .card .card-tracker button.btn-tracker i {
        font-size: 22px;
        color: #e8bc4a;
    }

    .section-1 .card .card-tracker button.btn-tracker:hover {
        background-color: #f3f0e7;
    }

        .section-1 .card .card-tracker button.btn-tracker:hover::before {
            visibility: visible;
            opacity: 1;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        .section-1 .card .card-tracker button.btn-tracker:hover::after {
            visibility: visible;
            opacity: 1;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
            -webkit-transform: translateX(-50%) translateY(-2px);
            transform: translateX(-50%) translateY(-2px);
        }

.section-1 .card-count {
    padding: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-1 .card-count {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card-count {
        padding: 0 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card-count {
        padding: 0 0 15px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card-count {
        padding: 0 0 15px;
    }
}

.section-1 .card-count .card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    border-radius: 8px;
    width: 48%;
}

    .section-1 .card-count .card-item.agree {
        color: #ee4d87;
        background-color: #fef9fb;
    }

        .section-1 .card-count .card-item.agree .text {
            color: #f7aac6;
        }

    .section-1 .card-count .card-item.disagree {
        color: #6e6e6e;
        background-color: #fafafa;
    }

        .section-1 .card-count .card-item.disagree .text {
            color: #a1a1a1;
        }

.section-1 .card-count .count {
    font-size: clamp(32px, 3.4vw, 44px);
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
}

.section-1 .card-count .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .section-1 .card-count .text i {
        font-size: 24px;
        margin-right: 8px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card-count .text i {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card-count .text i {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card-count .text i {
        font-size: 20px;
        margin-right: 5px;
    }
}

.section-1 .card-count .text p {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
}

.section-1 .card-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fcfbf8;
    padding: 10px 20px;
    margin-top: 50px;
    width: 100%;
    border-radius: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-1 .card-note {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card-note {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card-note {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card-note {
        margin-top: 20px;
        padding: 10px 10px;
    }
}

.section-1 .card-note p {
    font-size: clamp(14px, 1.9vw, 16px);
    color: #353148;
}

.section-1 .card-avatar {
    margin: 0 20px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-1 .card-avatar {
        margin: 0;
    }
}

.section-1 .card-avatar img.avatar {
    width: 148px;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -o-object-position: center top;
    object-position: center top;
    background-color: #fff;
    padding: 4px;
    border: 3px solid #d8d8d8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card-avatar img.avatar {
        width: 110px;
        height: 138px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card-avatar img.avatar {
        width: 133px;
        height: 155px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card-avatar img.avatar {
        border: 2px solid #d8d8d8;
        width: 112px;
        height: 140px;
    }
}

@media (max-width: 320px) {
    .section-1 .card-avatar img.avatar {
        width: 100px;
        height: 125px;
    }
}

.section-1 .card-info {
    position: relative;
}

    .section-1 .card-info .name {
        padding-bottom: 4px;
        border-bottom: 1px dashed #c7c7c7;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card-info .name {
        padding-bottom: 2px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card-info .name {
        padding-bottom: 3px;
    }
}

.section-1 .card-info .name h2 {
    font-size: clamp(28px, 3.6vw, 38px);
    font-weight: 600;
    position: relative;
    color: #353148;
    margin-bottom: 0;
    z-index: 1;
}

.section-1 .card-info .name p {
    font-size: clamp(16px, 2.3vw, 20px);
    font-weight: 500;
}

.section-1 .card-info .threshold {
    padding-top: 4px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card-info .threshold {
        padding-top: 2px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card-info .threshold {
        padding-top: 3px;
    }
}

.section-1 .card-info .threshold p {
    font-size: clamp(16px, 2.3vw, 20px);
    font-weight: 500;
    color: #2a68bf;
}

    .section-1 .card-info .threshold p span {
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        padding: 0 2px;
    }

.section-1 .card-display {
    margin: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-1 .card-display {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card-display {
        margin: 0 0 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card-display {
        margin: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card-display {
        margin: 0;
        width: 100%;
    }
}

.section-1 .card-update {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card-update {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card-update {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card-update {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section-1 .card-update button.btn-update {
    padding: 12px 32px;
    border-radius: 30px;
    color: #fff;
    background-color: #e8bc4a;
    margin-right: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .card-update button.btn-update {
        margin-right: 0;
        margin-bottom: 8px;
        width: 96%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card-update button.btn-update {
        margin-right: 0;
        margin-bottom: 8px;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card-update button.btn-update {
        margin-right: 0;
        margin-bottom: 8px;
        width: 100%;
    }
}

.section-1 .card-update button.btn-update i {
    font-size: 18px;
    margin-right: 3px;
    display: inline-block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.section-1 .card-update button.btn-update span {
    font-size: clamp(16px, 2.2vw, 18px);
    font-weight: 600;
}

.section-1 .card-update button.btn-update:hover, .section-1 .card-update button.btn-update:active {
    background-color: #b58917;
}

    .section-1 .card-update button.btn-update:hover i, .section-1 .card-update button.btn-update:active i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card-update .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card-update .info {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

.section-1 .card-update .info p {
    font-size: clamp(13px, 1.8vw, 15px);
    color: #e8bc4a;
    line-height: 1.3;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .card-update .info p {
        margin-right: 7px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .card-update .info p {
        margin-bottom: 0px;
    }
}

.section-1 .multiple-control {
    width: 100%;
    padding: 15px 15px;
    border-radius: 10px;
    background-color: #fcfbf8;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .multiple-control {
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .multiple-control {
        padding: 20px 30px;
    }
}

.section-1 .multiple-control .card-update {
    margin: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .multiple-control .card-update button.btn-update {
        width: 40%;
    }

    .section-1 .multiple-control .card-update .info p {
        display: inline-block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .multiple-control .card-update button.btn-update {
        width: 100%;
    }

    .section-1 .multiple-control .card-update .info p {
        display: inline-block;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .multiple-control .card-update button.btn-update {
        width: 100%;
    }

    .section-1 .multiple-control .card-update .info p {
        display: inline-block;
    }
}

.section-1 .multiple-control .card-note {
    margin-top: 0;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .multiple-control .card-note {
        padding: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-1 .multiple-control .card-note {
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-1 .multiple-control .card-note {
        padding: 0;
    }
}

.section-2 .result-swiper {
    padding: 30px 40px 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-2 .result-swiper {
        padding: 30px 40px 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-2 .result-swiper {
        padding: 30px 40px 80px;
    }
}

@media only screen and (max-width: 575px) {
    .section-2 .result-swiper {
        padding: 30px 40px 80px;
    }
}

.section-2 .result-swiper .swiper-slide {
    cursor: -webkit-grab;
    cursor: grab;
}

    .section-2 .result-swiper .swiper-slide:active {
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }

.section-2 .result-swiper .swiper-button-next {
    color: #e8bc4a;
    right: 0;
}

.section-2 .result-swiper .swiper-button-prev {
    color: #e8bc4a;
    left: 0;
}

.section-2 .result-swiper .swiper-pagination-bullet-active {
    background: #e8bc4a;
}

.section-2 .item {
    padding: 70px 30px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-2 .item {
        padding: 70px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-2 .item {
        padding: 70px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-2 .item {
        padding: 70px 30px 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-2 .item {
        padding: 85px 40px 50px;
    }
}

@media only screen and (max-width: 575px) {
    .section-2 .item {
        padding: 85px 18px 55px;
    }
}

.section-2 .item .item-avatar {
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: -1px -2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: -1px -2px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-2 .item .item-avatar {
        top: -60px;
    }
}

@media only screen and (max-width: 575px) {
    .section-2 .item .item-avatar {
        top: -60px;
    }
}

.section-2 .item .item-avatar img {
    width: 93px;
    height: 120px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    background-color: #fff;
}

.section-2 .item .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .section-2 .item .item-content .desc {
        text-align: center;
        color: #e8bc4a;
        margin-bottom: 12px;
    }

        .section-2 .item .item-content .desc h3 {
            font-size: clamp(26px, 3.2vw, 28px);
            font-weight: 600;
            margin-bottom: 0;
        }

        .section-2 .item .item-content .desc p {
            font-size: 18px;
            font-weight: 400;
        }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-2 .item .item-content .desc p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-2 .item .item-content .desc p {
        font-size: 15px;
    }
}

.section-2 .item .item-content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
}

    .section-2 .item .item-content .info .details {
        font-size: clamp(16px, 2.2vw, 18px);
        font-weight: 500;
        color: #353148;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 6px 0;
        border-bottom: 1px dashed #c7c7c7;
        width: 100%;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-2 .item .item-content .info .details {
        padding: 7px 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-2 .item .item-content .info .details {
        padding: 7px 0;
    }
}

.section-2 .item .item-content .info .details:nth-of-type(3) {
    border-bottom: none;
}

.section-2 .item .item-content .info .details i {
    margin-right: 2px;
}

.section-2 .item .item-content .info .details p.count {
    font-size: clamp(18px, 2.2vw, 20px);
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
}

.section-2 .item .item-content .info .result {
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-2 .item .item-content .info .result {
        bottom: -80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-2 .item .item-content .info .result {
        bottom: -80px;
    }
}

@media only screen and (max-width: 575px) {
    .section-2 .item .item-content .info .result {
        bottom: -80px;
    }
}

.section-2 .item .item-content .info .result time.date {
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    text-align: center;
}

.section-2 .item .item-content .info .result img.status {
    width: 110px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-2 .item .item-content .info .result img.status {
        width: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-2 .item .item-content .info .result img.status {
        width: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .section-2 .item .item-content .info .result img.status {
        width: 90px;
    }
}

ul.nav {
    padding: 14px 20px;
    background-color: #f4dea5;
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.nav {
        padding: 14px 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    ul.nav {
        padding: 14px 12px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 575px) {
    ul.nav {
        padding: 14px 12px;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}

ul.nav.nav-pills button.nav-link {
    font-size: clamp(16px, 2.2vw, 18px);
    font-weight: 600;
    color: #353148;
    border-radius: 0;
    padding: 8px 10px;
    margin: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.nav.nav-pills button.nav-link {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    ul.nav.nav-pills button.nav-link {
        margin: 0 4px;
        padding: 8px 4px;
    }
}

@media only screen and (max-width: 575px) {
    ul.nav.nav-pills button.nav-link {
        margin: 0 6px 6px;
        padding: 8px 12px 4px;
    }
}

ul.nav.nav-pills button.nav-link:hover, ul.nav.nav-pills button.nav-link:active {
    color: #ee4d87;
}

ul.nav.nav-pills button.nav-link.active {
    color: #ee4d87;
    background-color: transparent;
    border-bottom: 2px solid #ee4d87;
}

.tab-content {
    margin-top: 40px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-content {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-content {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .tab-content {
        margin-top: 25px;
    }
}

.masking {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    height: 150px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f0ece0), to(rgba(255, 251, 227, 0.01)));
    background-image: linear-gradient(0deg, #f0ece0, rgba(255, 251, 227, 0.01));
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .masking {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .masking {
        width: 100%;
    }
}

.masking.hidden {
    display: none !important;
}

button.read-more {
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto 0;
    width: 200px;
    padding: 15px 35px;
    background-color: #e8bc4a;
    border-radius: 8px;
    text-align: center;
    border: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 575px) {
    button.read-more {
        width: 100%;
    }
}

button.read-more:hover, button.read-more:active {
    background-color: #cc9a1a;
}

    button.read-more:hover span,
    button.read-more:hover i, button.read-more:active span,
    button.read-more:active i {
        color: #fff;
    }

button.read-more span {
    font-size: clamp(16px, 2.1vw, 18px);
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    button.read-more span.active {
        display: none;
    }

button.read-more i {
    margin-left: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

button.read-more.loading span.text {
    display: none;
}

button.read-more.loading span.active {
    display: inline;
}

.section-3 {
    position: relative;
}

    .section-3 .card-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -1% 80px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-3 .card-wrapper {
        margin: 0 -1% 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-3 .card-wrapper {
        margin: 0 0 70px;
    }
}

@media only screen and (max-width: 575px) {
    .section-3 .card-wrapper {
        margin: 0 0 70px;
    }
}

.section-3 .card-wrapper .loading {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: #ee4d87;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: flash 1.2s linear infinite;
    animation: flash 1.2s linear infinite;
    z-index: 10;
}

    .section-3 .card-wrapper .loading.hidden {
        display: none;
    }

    .section-3 .card-wrapper .loading p {
        font-size: 20px;
        font-weight: 600;
    }

.section-3 .card-wrapper .card {
    width: 23%;
    padding: 48px 15px 15px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 1% 25px;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-3 .card-wrapper .card {
        width: 31.3%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-3 .card-wrapper .card {
        width: 48%;
        margin: 0 1% 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-3 .card-wrapper .card {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: 0 0 12px;
        padding: 17px 20px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .section-3 .card-wrapper .card {
        width: 100%;
        margin: 0 0 12px;
        padding: 25px 15px 15px;
    }
}

.section-3 .card-wrapper .card:hover, .section-3 .card-wrapper .card:active {
    border: 1px solid #e8bc4a;
    -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.25);
}

.section-3 .card-wrapper .card .card-badges {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-3 .card-wrapper .card .card-badges {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 575px) {
    .section-3 .card-wrapper .card .card-badges {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.section-3 .card-wrapper .card .card-badges span.state {
    float: left;
    position: absolute;
    top: 10px;
    left: -52px;
    text-align: center;
    padding: 4px 10px;
    font-size: 16px;
    font-size: clamp(14px, 1.9vw, 16px);
    font-weight: 600;
    width: 160px;
    color: #fff;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-3 .card-wrapper .card .card-badges span.state {
        top: 15px;
        left: -48px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-3 .card-wrapper .card .card-badges span.state {
        padding: 12px 6px;
        top: 0px;
        left: 0px;
        width: auto;
        height: 100%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
        letter-spacing: 6px;
    }
}

@media only screen and (max-width: 575px) {
    .section-3 .card-wrapper .card .card-badges span.state {
        padding: 12px 6px;
        top: 0px;
        left: 0px;
        width: auto;
        height: 100%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
        letter-spacing: 6px;
    }
}

.section-3 .card-wrapper .card .card-badges span.state.send {
    background-color: #ee4d87;
}

.section-3 .card-wrapper .card .card-badges span.state.notSend {
    background-color: #6e6e6e;
}

.section-3 .card-wrapper .card .card-badges span.state.incomplete {
    background-color: #6e6e6e;
}

.section-3 .card-wrapper .card .card-badges span.state.resubmit {
    background-color: #ee4d87;
}

.section-3 .card-wrapper .card .card-badges span.state.advanced {
    background-color: #2a68bf;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-3 .card-wrapper .card .card-avatar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .section-3 .card-wrapper .card .card-avatar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 75px;
        margin-left: 15px;
    }
}

.section-3 .card-wrapper .card .card-avatar img.avatar {
    width: 70px;
    height: 84px;
    border-radius: 50%;
    border: 2px solid #e8bc4a;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-3 .card-wrapper .card .card-avatar img.avatar {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .section-3 .card-wrapper .card .card-avatar img.avatar {
        width: 70px;
        height: 75px;
    }
}

.section-3 .card-wrapper .card .card-avatar img.avatar.kmt {
    border: 2px solid #2a68bf;
}

.section-3 .card-wrapper .card .card-avatar img.avatar.dpp {
    border: 2px solid #3f8e2f;
}

.section-3 .card-wrapper .card .card-avatar img.avatar.ind {
    border: 2px solid #a1a1a1;
}

.section-3 .card-wrapper .card .card-avatar p.name {
    font-size: clamp(20px, 2.6vw, 22px);
    font-weight: 500;
    color: #353148;
    text-align: center;
    margin: 8px 0 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-3 .card-wrapper .card .card-avatar p.name {
        margin: 4px 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-3 .card-wrapper .card .card-avatar p.name {
        margin: 8px 0 0;
    }
}

.section-3 .card-wrapper .card .card-avatar p.name.kmt {
    color: #2a68bf;
}

.section-3 .card-wrapper .card .card-avatar p.name.dpp {
    color: #3f8e2f;
}

.section-3 .card-wrapper .card .card-content {
    width: 160px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-3 .card-wrapper .card .card-content {
        width: 140px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-3 .card-wrapper .card .card-content {
        width: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-3 .card-wrapper .card .card-content {
        width: 170px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-3 .card-wrapper .card .card-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 185px;
    }
}

@media only screen and (max-width: 575px) {
    .section-3 .card-wrapper .card .card-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
    }
}

.section-3 .card-wrapper .card .card-content p {
    font-size: clamp(15px, 2.1vw, 18px);
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.3;
    text-align: center;
}

    .section-3 .card-wrapper .card .card-content p:last-child {
        margin-bottom: 0;
    }

    .section-3 .card-wrapper .card .card-content p.district {
        font-size: clamp(16px, 2.1vw, 18px);
        font-weight: 500;
        color: #e8bc4a;
        line-height: 1.3;
        margin-bottom: 8px;
        word-break: keep-all;
    }

    .section-3 .card-wrapper .card .card-content p.target {
        color: #ee4d87;
    }

        .section-3 .card-wrapper .card .card-content p.target.disabled {
            visibility: hidden;
            opacity: 0;
        }

    .section-3 .card-wrapper .card .card-content p.threshold {
        padding: 4px 10px;
        color: #fff;
        border-radius: 20px;
        background-color: #353148;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-3 .card-wrapper .card .card-content p.threshold {
        padding: 1px 8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-3 .card-wrapper .card .card-content p.threshold {
        padding: 1px 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-3 .card-wrapper .card .card-content p.threshold {
        padding: 1px 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-3 .card-wrapper .card .card-content p.threshold {
        padding: 1px 12px;
    }
}

@media only screen and (max-width: 575px) {
    .section-3 .card-wrapper .card .card-content p.threshold {
        padding: 1px 12px;
    }
}

.section-3 .card-wrapper .card .card-content p.currently {
    color: #353148;
}

    .section-3 .card-wrapper .card .card-content p.currently.disabled {
        visibility: hidden;
        opacity: 0;
    }

.section-3 .card-wrapper .card .card-content p span.count {
    font-size: clamp(16px, 2.1vw, 18px);
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-4 {
        padding: 100px 0 180px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-4 {
        padding: 80px 0 160px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-4 {
        padding: 60px 0 150px !important;
    }
}

@media only screen and (max-width: 575px) {
    .section-4 {
        padding: 60px 0 150px !important;
    }
}

.section-4 .live-swiper .swiper-slide {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.section-4 .live-swiper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.section-4 .video-container {
    position: relative;
}

.section-4 .thumbs-swiper {
    position: relative;
    width: 100%;
    height: 425px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-4 .thumbs-swiper {
        height: 350px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-4 .thumbs-swiper {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-4 .thumbs-swiper {
        height: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-4 .thumbs-swiper {
        height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .section-4 .thumbs-swiper {
        height: auto;
    }
}

.section-4 .thumbs-swiper .swiper-slide {
    padding: 0 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #f0ece0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-4 .thumbs-swiper .swiper-slide {
        padding: 0 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-4 .thumbs-swiper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        margin-top: 15px;
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-4 .thumbs-swiper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px;
        margin-top: 15px;
        height: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-4 .thumbs-swiper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px;
        margin-top: 10px;
        height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .section-4 .thumbs-swiper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12px 8px;
        margin-top: 10px;
        height: auto;
    }
}

.section-4 .thumbs-swiper .swiper-slide:hover, .section-4 .thumbs-swiper .swiper-slide:active {
    border: 1px solid #e8bc4a;
}

    .section-4 .thumbs-swiper .swiper-slide:hover p, .section-4 .thumbs-swiper .swiper-slide:active p {
        color: #e8bc4a;
    }

.section-4 .thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
    background-color: #f0ece0;
    cursor: default;
}

    .section-4 .thumbs-swiper .swiper-slide-thumb-active:hover, .section-4 .thumbs-swiper .swiper-slide-thumb-active:active {
        border: 1px solid #f0ece0;
    }

        .section-4 .thumbs-swiper .swiper-slide-thumb-active:hover p, .section-4 .thumbs-swiper .swiper-slide-thumb-active:active p {
            color: #353148;
        }

.section-4 .thumbs-swiper .swiper-slide img.thumb-img {
    width: 50%;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-4 .thumbs-swiper .swiper-slide img.thumb-img {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-4 .thumbs-swiper .swiper-slide img.thumb-img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-4 .thumbs-swiper .swiper-slide img.thumb-img {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-4 .thumbs-swiper .swiper-slide img.thumb-img {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .section-4 .thumbs-swiper .swiper-slide img.thumb-img {
        width: 100%;
    }
}

.section-4 .thumbs-swiper .swiper-slide p {
    font-size: 18px;
    padding-left: 10px;
    font-weight: 500;
    color: #353148;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-4 .thumbs-swiper .swiper-slide p {
        padding-left: 0;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-4 .thumbs-swiper .swiper-slide p {
        padding-left: 0;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-4 .thumbs-swiper .swiper-slide p {
        padding-left: 0;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .section-4 .thumbs-swiper .swiper-slide p {
        line-height: 1.3;
        padding-left: 0;
        margin-top: 6px;
    }
}

.section-4 .thumbs-button {
    width: 50px;
    height: 50px;
    background-color: #f0ece0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: -8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-4 .thumbs-button {
        bottom: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-4 .thumbs-button {
        bottom: -70px;
    }

        .section-4 .thumbs-button i {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-4 .thumbs-button {
        bottom: -70px;
    }

        .section-4 .thumbs-button i {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-4 .thumbs-button {
        bottom: -70px;
    }

        .section-4 .thumbs-button i {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }
}

@media only screen and (max-width: 575px) {
    .section-4 .thumbs-button {
        bottom: -70px;
    }

        .section-4 .thumbs-button i {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }
}

.section-4 .thumbs-button.thumbs-button-next {
    left: 40%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-4 .thumbs-button.thumbs-button-next {
        left: 55%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-4 .thumbs-button.thumbs-button-next {
        left: 55%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-4 .thumbs-button.thumbs-button-next {
        left: 57%;
    }
}

@media only screen and (max-width: 575px) {
    .section-4 .thumbs-button.thumbs-button-next {
        left: 60%;
    }
}

.section-4 .thumbs-button.thumbs-button-prev {
    left: 60%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-4 .thumbs-button.thumbs-button-prev {
        left: 45%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-4 .thumbs-button.thumbs-button-prev {
        left: 45%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-4 .thumbs-button.thumbs-button-prev {
        left: 43%;
    }
}

@media only screen and (max-width: 575px) {
    .section-4 .thumbs-button.thumbs-button-prev {
        left: 40%;
    }
}

.section-4 .thumbs-button:hover, .section-4 .thumbs-button:active {
    background-color: #e8bc4a;
}

.section-5 .hash-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-5 .hash-tag {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 575px) {
    .section-5 .hash-tag {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
}

.section-5 .hash-tag a {
    font-size: clamp(14px, 2vw, 16px);
    display: inline-block;
    padding: 4px 24px;
    margin: 0 10px;
    border-radius: 20px;
    color: #e8bc4a;
    border: 1px solid #e8bc4a;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-5 .hash-tag a {
        padding: 4px 20px;
        margin: 0 1%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-5 .hash-tag a {
        padding: 4px 12px;
        margin: 0 1%;
    }
}

@media only screen and (max-width: 575px) {
    .section-5 .hash-tag a {
        padding: 4px 12px;
        margin: 0 1% 6px;
    }
}

.section-5 .hash-tag a:hover, .section-5 .hash-tag a:active {
    color: #353148;
    border: 1px solid #353148;
}

/*@media only screen and (max-width: 575px) {
    .section-5 .col-12:nth-of-type(4) {
        display: none;
    }

    .section-5 .col-12:nth-of-type(5) {
        display: none;
    }

    .section-5 .col-12:nth-of-type(6) {
        display: none;
    }
}
*/
.section-5 a.news-item {
    position: relative;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-5 a.news-item {
        padding: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-5 a.news-item {
        padding: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-5 a.news-item {
        padding: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .section-5 a.news-item {
        padding: 12px;
        margin-bottom: 20px;
    }
}

.section-5 a.news-item:hover, .section-5 a.news-item:active {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}

    .section-5 a.news-item:hover .mask::before, .section-5 a.news-item:active .mask::before {
        opacity: 0.3;
    }

    .section-5 a.news-item:hover img, .section-5 a.news-item:active img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.section-5 a.news-item .mask {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

    .section-5 a.news-item .mask::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #e8bc4a;
        z-index: 1;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 0;
    }

    .section-5 a.news-item .mask img {
        width: 376px;
        height: 211px;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-5 a.news-item .mask img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .section-5 a.news-item .mask img {
        width: 100%;
        height: auto;
    }
}

.section-5 a.news-item p.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #353148;
    margin: 10px 0 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 47px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2; /* 限制最多顯示 2 行 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section-5 a.news-item time.date {
    font-size: 14px;
    color: #e8bc4a;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    position: absolute;
    bottom: 16px;
    right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-5 a.news-item time.date {
        bottom: 8px;
        right: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-5 a.news-item time.date {
        bottom: 8px;
        right: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-5 a.news-item time.date {
        bottom: 8px;
        right: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .section-5 a.news-item time.date {
        bottom: 8px;
        right: 12px;
    }
}

.section-6 .row:nth-of-type(2) .playlist {
    margin-top: 0;
}

.section-6 .playlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 20px;
    margin-top: 80px;
}

    .section-6 .playlist p.category {
        font-size: clamp(22px, 2.9vw, 24px);
        font-weight: 600;
        color: #353148;
    }

    .section-6 .playlist a.list-more {
        display: block;
        padding: 6px 12px;
        text-align: center;
        color: #e8bc4a;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .section-6 .playlist a.list-more:hover span,
        .section-6 .playlist a.list-more:hover i, .section-6 .playlist a.list-more:active span,
        .section-6 .playlist a.list-more:active i {
            color: #b58917;
        }

        .section-6 .playlist a.list-more span {
            font-size: clamp(16px, 2.1vw, 18px);
            font-weight: 500;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

        .section-6 .playlist a.list-more i {
            margin-left: 3px;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

/*@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-6 .col-12:nth-of-type(3) {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .section-6 .col-12:nth-of-type(3) {
        display: none;
    }

    .section-6 .col-12:nth-of-type(4) {
        display: none;
    }
}*/

.section-6 a.video {
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-6 a.video {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .section-6 a.video {
        width: 92%;
        margin: 0 auto 20px;
    }
}

.section-6 a.video:hover .img-overlay::before, .section-6 a.video:active .img-overlay::before {
    opacity: 0.5;
}

.section-6 a.video:hover p.title, .section-6 a.video:active p.title {
    color: #e8bc4a;
}

.section-6 a.video .img-overlay {
    position: relative;
}

    .section-6 a.video .img-overlay::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #353148;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 0.7;
        z-index: 1;
    }

    .section-6 a.video .img-overlay .icon-play {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-6 a.video .img-overlay .icon-play {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-6 a.video .img-overlay .icon-play {
        width: 55px;
        height: 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-6 a.video .img-overlay .icon-play {
        width: 65px;
        height: 65px;
    }
}

@media only screen and (max-width: 575px) {
    .section-6 a.video .img-overlay .icon-play {
        width: 80px;
        height: 80px;
    }
}

.section-6 a.video .img-overlay .icon-play img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.9;
}

.section-6 a.video p.title {
    font-size: clamp(16px, 2.1vw, 18px);
    font-weight: 500;
    color: #353148;
    margin-top: 10px;
    padding: 0 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2; /* 限制最多顯示 2 行 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-6 a.video p.title {
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-6 a.video p.title {
        padding: 0;
    }
}

.section-7 img {
    width: 96%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-7 img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 img {
        width: 100%;
        height: 170px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 img {
        width: 100%;
        height: 170px;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 img {
        width: 100%;
        height: 170px;
    }
}

.section-7 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 360px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-7 .content {
        height: 320px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-7 .content {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .content {
        height: auto;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .content {
        height: auto;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .content {
        height: auto;
        margin-top: 20px;
    }
}

.section-7 .content p {
    font-size: clamp(16px, 2.2vw, 18px);
    font-weight: 500;
    color: #353148;
}

    .section-7 .content p:last-child {
        margin-top: 20px;
    }

.section-7 .step-item {
    position: relative;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .step-item {
        padding: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .step-item {
        padding: 0 0 25px;
        margin-bottom: 30px;
        border-bottom: 1px dashed #e8bc4a;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .step-item {
        padding: 0 0 25px;
        margin-bottom: 30px;
        border-bottom: 1px dashed #e8bc4a;
    }
}

.section-7 .step-item--arrow::after {
    position: absolute;
    content: "";
    top: 40px;
    left: 77%;
    width: 178px;
    height: 29px;
    background: url("../images/step-arrow.png") center no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .step-item--arrow::after {
        background-size: contain;
        width: 120px;
        height: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .step-item--arrow::after {
        content: none;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .step-item--arrow::after {
        content: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .step-item--last {
        border-bottom: none;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .step-item--last {
        border-bottom: none;
        margin-bottom: 0;
    }
}

.section-7 .step-item .step-icon {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: #e8bc4a;
}

    .section-7 .step-item .step-icon::before {
        content: attr(data-count);
        position: absolute;
        top: -5px;
        left: -5px;
        display: block;
        width: 30px;
        height: 30px;
        background-color: #e8bc4a;
        line-height: 20px;
        border: 5px solid #f0ece0;
        border-radius: 50%;
        text-align: center;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        color: #f0ece0;
    }

    .section-7 .step-item .step-icon i {
        font-size: 32px;
        line-height: 78px;
        color: #f0ece0;
    }

.section-7 .step-item .step-text {
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .step-item .step-text {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .step-item .step-text {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .step-item .step-text {
        margin-top: 10px;
    }
}

.section-7 .step-item .step-text .title {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .section-7 .step-item .step-text .title p.step {
        display: inline-block;
        font-size: clamp(24px, 3.3vw, 28px);
        font-weight: 600;
        color: #e8bc4a;
        margin-bottom: 12px;
    }

    .section-7 .step-item .step-text .title .badge {
        padding: 6px 24px;
        border: 2px solid #353148;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .step-item .step-text .title .badge {
        padding: 4px 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .step-item .step-text .title .badge {
        padding: 4px 18px;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .step-item .step-text .title .badge {
        padding: 4px 18px;
        width: 100%;
    }
}

.section-7 .step-item .step-text .title .badge p {
    font-size: clamp(22px, 3.2vw, 26px);
    font-weight: 600;
    color: #353148;
}

    .section-7 .step-item .step-text .title .badge p span.percent {
        font-size: clamp(22px, 3.2vw, 26px);
        font-weight: 900;
        color: #ee4d87;
        margin: 0 3px;
        font-family: "Roboto", sans-serif;
    }

.section-7 .step-item .step-text p.text {
    font-size: 16px;
    font-size: clamp(16px, 2.2vw, 18px);
    font-weight: 500;
    color: #353148;
    text-align: left;
}

    .section-7 .step-item .step-text p.text:nth-of-type(2) {
        margin-top: 10px;
    }

.section-7 .item {
    padding: 20px 20px 55px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 100px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-7 .item {
        padding: 15px 15px 50px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .item {
        padding: 15px 15px 15px;
        margin-top: 20px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .item {
        padding: 15px 15px 15px;
        margin-top: 0;
        margin-bottom: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .item {
        padding: 12px 12px 12px;
        margin-top: 0;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.section-7 .item .item-avatar {
    position: relative;
    height: 167px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    padding-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .item .item-avatar {
        width: 200px;
        height: 140px;
        padding-top: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .item .item-avatar {
        width: 140px;
        height: 95px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .item .item-avatar {
        width: 30%;
        height: 85px;
        padding-top: 0;
    }
}

.section-7 .item .item-avatar img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .item .item-avatar img {
        height: 100%;
        -o-object-position: 0% 20%;
        object-position: 0% 20%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .item .item-avatar img {
        height: 100%;
        -o-object-position: 0% 30%;
        object-position: 0% 30%;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .item .item-avatar img {
        height: 100%;
        -o-object-position: 54% 0%;
        object-position: 54% 0%;
    }
}

.section-7 .item .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .item .item-content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0;
        padding: 0 30px;
        width: calc(100% - 200px - 20%);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .item .item-content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        width: 65%;
        position: initial;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .item .item-content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        width: 65%;
        position: initial;
    }
}

.section-7 .item .item-content .desc {
    text-align: center;
    color: #e8bc4a;
    margin-bottom: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .item .item-content .desc {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .item .item-content .desc {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .item .item-content .desc {
        width: 65%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section-7 .item .item-content .desc h3 {
    font-size: clamp(20px, 3.2vw, 26px);
    font-weight: 600;
    margin-bottom: 0;
}

.section-7 .item .item-content .desc p {
    font-size: clamp(16px, 2.2vw, 18px);
    font-weight: 500;
}

.section-7 .item .item-content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
}

    .section-7 .item .item-content .info .details {
        font-size: clamp(16px, 2.2vw, 18px);
        font-weight: 500;
        color: #353148;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 6px 0;
        border-bottom: 1px dashed #c7c7c7;
        width: 100%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .item .item-content .info .details {
        width: 100%;
        padding: 4px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .item .item-content .info .details {
        width: 100%;
        padding: 4px 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .item .item-content .info .details {
        width: 100%;
        padding: 4px 0;
    }
}

.section-7 .item .item-content .info .details:nth-of-type(3) {
    border-bottom: none;
}

.section-7 .item .item-content .info .details i {
    margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .item .item-content .info .details i {
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .item .item-content .info .details i {
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .item .item-content .info .details i {
        margin-right: 0;
    }
}

.section-7 .item .item-content .info .details p.count {
    font-size: clamp(16px, 2.2vw, 18px);
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
}

.section-7 .item .item-content .result {
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-7 .item .item-content .result {
        bottom: -90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .item .item-content .result {
        bottom: 26px;
        left: 348px;
        -webkit-transform: none;
        transform: none;
        width: 95px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .item .item-content .result {
        bottom: -17px;
        left: 47px;
        -webkit-transform: none;
        transform: none;
        width: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .item .item-content .result {
        bottom: 15px;
        left: 5%;
        -webkit-transform: none;
        transform: none;
        width: auto;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

.section-7 .item .item-content .result time.date {
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    text-align: center;
}

.section-7 .item .item-content .result img.status {
    width: 110px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-7 .item .item-content .result img.status {
        width: 96px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-7 .item .item-content .result img.status {
        width: 96px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-7 .item .item-content .result img.status {
        width: 96px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-7 .item .item-content .result img.status {
        width: 96px;
    }
}

@media only screen and (max-width: 575px) {
    .section-7 .item .item-content .result img.status {
        width: 70px;
    }
}

footer.footer .social {
    padding: 50px;
    background-color: #353148;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer.footer .social {
        padding: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer.footer .social {
        padding: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer.footer .social {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 575px) {
    footer.footer .social {
        padding: 20px 0;
    }
}

footer.footer .social .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer.footer .social .links {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}

@media only screen and (max-width: 575px) {
    footer.footer .social .links {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

footer.footer .social .links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer.footer .social .links a {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer.footer .social .links a {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer.footer .social .links a {
        width: 45px;
        height: 45px;
        margin: 0;
    }
}

@media only screen and (max-width: 575px) {
    footer.footer .social .links a {
        width: 35px;
        height: 35px;
        margin: 0;
    }
}

footer.footer .social .links a:hover, footer.footer .social .links a:active {
    background-color: #e8bc4a;
}

footer.footer .social .links a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

footer.footer .copyright {
    padding: 15px;
    background-color: #2a2739;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer.footer .copyright {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 575px) {
    footer.footer .copyright {
        padding: 15px 0;
    }
}

footer.footer .copyright .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer.footer .copyright .info {
        width: 510px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer.footer .copyright .info {
        width: 504px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer.footer .copyright .info {
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    footer.footer .copyright .info {
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

footer.footer .copyright .info p {
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer.footer .copyright .info p {
        font-size: 14px;
        display: inline;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer.footer .copyright .info p {
        font-size: 14px;
        display: inline;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer.footer .copyright .info p {
        font-size: 14px;
        display: inline;
    }
}

@media only screen and (max-width: 575px) {
    footer.footer .copyright .info p {
        font-size: 13px;
        display: inline;
    }
}

footer.footer .copyright .info a.phone {
    pointer-events: none;
    font-size: 16px;
    color: #fff;
    padding-left: 6px;
    opacity: 0.7;
    white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer.footer .copyright .info a.phone {
        font-size: 15px;
        pointer-events: auto;
        display: inline;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer.footer .copyright .info a.phone {
        font-size: 15px;
        pointer-events: auto;
        display: inline;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer.footer .copyright .info a.phone {
        font-size: 14px;
        display: inline;
    }
}

@media only screen and (max-width: 575px) {
    footer.footer .copyright .info a.phone {
        font-size: 13px;
        display: inline;
    }
}

body {
    font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", sans-serif;
    background-color: #383838;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    line-height: 1.6;
}

button {
    cursor: pointer;
    display: inline-block;
    border: none;
    margin: 0;
    padding: 0;
}

.section {
    position: relative;
    background-color: #fff;
    padding: 120px 0;
    z-index: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 575px) {
    .section {
        padding: 60px 0;
    }
}

.section--dark-bg {
    background-color: #f0ece0;
}

.section--light-bg {
    background-color: #fcfbf8;
}

.section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section .section-title {
        margin-bottom: 55px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .section .section-title {
        margin-bottom: 55px;
        margin-top: 20px;
    }
}

.section .section-title--spaced {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section .section-title--spaced {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section .section-title--spaced {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .section .section-title--spaced {
        margin-top: 70px;
    }
}

.section .section-title h2 {
    font-size: clamp(32px, 4.6vw, 44px);
    font-weight: 600;
    position: relative;
    color: #353148;
    z-index: 1;
}

    .section .section-title h2::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 122px;
        height: 66px;
        background: url("../images/section-title-bg.png") no-repeat;
        opacity: 0.7;
        z-index: -1;
    }

.section a.more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto 0;
    width: 200px;
    padding: 15px 35px;
    background-color: #e8bc4a;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 575px) {
    .section a.more {
        width: 100%;
    }
}

.section a.more:hover, .section a.more:active {
    background-color: #cc9a1a;
}

    .section a.more:hover span,
    .section a.more:hover i, .section a.more:active span,
    .section a.more:active i {
        color: #fff;
    }

.section a.more span {
    font-size: clamp(16px, 2.1vw, 18px);
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.section a.more i {
    margin-left: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#kv-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0ece0;
    overflow: hidden;
    height: 540px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #kv-section {
        height: 470px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #kv-section {
        height: 410px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #kv-section {
        height: 310px;
    }
}

@media only screen and (max-width: 575px) {
    #kv-section {
        height: 230px;
    }
}

#kv-section .kv-img {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #kv-section .kv-img {
        width: 70%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #kv-section .kv-img {
        width: 85%;
        margin-top: 56px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #kv-section .kv-img {
        width: 85%;
        margin-top: 56px;
    }
}

@media only screen and (max-width: 575px) {
    #kv-section .kv-img {
        width: 80%;
        margin-top: 54px;
    }
}

#kv-section .kv-img::before, #kv-section .kv-img::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

#kv-section .kv-img::before {
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    border: 4px solid #e8bc4a;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 2.5s linear 1s infinite;
    animation: ripple 2.5s linear 1s infinite;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #kv-section .kv-img::before {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 575px) {
    #kv-section .kv-img::before {
        width: 200px;
        height: 200px;
    }
}

#kv-section .kv-img::after {
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    border: 2px solid #e8bc4a;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 2.5s linear infinite;
    animation: ripple 2.5s linear infinite;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #kv-section .kv-img::after {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 575px) {
    #kv-section .kv-img::after {
        width: 200px;
        height: 200px;
    }
}

#kv-section .kv-img h1.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#kv-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/kv-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

button.scroll-top {
    position: fixed;
    right: 50px;
    bottom: -47px;
    width: 46px;
    height: 46px;
    border-radius: 6px;
    z-index: 999;
    background-color: rgba(232, 188, 74, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    button.scroll-top {
        right: 25px;
    }
}

@media only screen and (max-width: 575px) {
    button.scroll-top {
        right: 25px;
    }
}

button.scroll-top.show {
    bottom: 47px;
}

button.scroll-top:hover, button.scroll-top:active {
    background-color: rgb(232, 188, 74);
}

button.scroll-top i {
    color: #fff;
    font-size: 20px;
}
/*# sourceMappingURL=main.css.map */
