/* Reset */

html,
body {
    padding: 0;
    margin: 0;
    font-family: "DB HEAVENT", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1;
    overflow-x: hidden;
    /* overflow: initial; */
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

body.loading {
    height: 100vh !important;
    overflow-y: hidden !important;
}

label {
    line-height: 1.1;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

a {
    transition: opacity 0.25s, color 0.25s;
}

a,
a:hover {
    text-decoration: none;
}

a.link {
    text-decoration: underline;
    font-weight: 400;
}

button {
    cursor: pointer;
}

img.img {
    display: block;
    width: 100%;
    height: auto;
}

.img-fill {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="number"],
input[type="phone"],
input[type="submit"],
select,
textarea,
button {
    font-family: "DB HEAVENT", sans-serif;
}

@media screen and (max-width: 991.98px) {
    html.sidenav-opened,
    body.sidenav-opened {
        overflow-y: hidden !important;
    }
}


/* Section & Container */
.section-padding-sm {
    padding: 1.5rem 0;
}

.section-padding {
    padding: 4.5rem 0;
}

.container {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1199.98px) {
    .section-padding {
        padding: 4.25rem 0;
    }
    .container {
        width: 960px;
    }
}

@media screen and (max-width: 1199.98px) {
    .search-01 .top-section {
        padding-bottom: 4rem !important;
    }
    .search-01 .search-wrapper {
        position: relative;
    }
    .btn-top-section {
        position: absolute;
        width: 100%;
        left: 0;
        top: calc(100% + 13px);
    }
    .search-01 .search-wrapper .w-100 {
        width: auto !important;
    }
}

@media screen and (max-width: 991.98px) {
    .section-padding {
        padding: 4rem 0;
    }
    .container {
        width: 720px;
    }
}

@media screen and (max-width: 767.98px) {
    .section-padding {
        padding: 3.5rem 0;
    }
    .container {
        width: 540px;
    }
}

@media screen and (max-width: 575.98px) {
    .section-padding {
        padding: 3rem 0;
    }
    .container {
        width: calc(100% - 30px);
    }
}


/* All Section Wrapper */

.all-section-wrapper {
    position: relative;
    width: 100%;
}

.all-section-wrapper.space-bottom {
    padding-bottom: 14rem;
}

.all-section-wrapper>section {
    position: relative;
}

.all-section-wrapper>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: bottom center;
}

@media screen and (max-width: 991.98px) {
    .all-section-wrapper.space-bottom {
        padding-bottom: 12rem;
    }
}

@media screen and (max-width: 767.98px) {
    .all-section-wrapper.space-bottom {
        padding-bottom: 10rem;
    }
}


/* CMS Container */

.cms-container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.cms-container.xs {
    max-width: 640px;
}

.cms-container.sm {
    max-width: 800px;
}

.cms-container.split {
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
}

.cms-container.split>.cms-content {
    width: calc(100% - 16rem);
    padding: 0 1rem 0 0;
}

.cms-container.split>.cms-panel {
    width: 16rem;
    padding: 0 0 0 1rem;
    border-left: 1px solid transparent;
}

.cms-container img.img-float {
    display: block;
    width: 100%;
    max-width: 17rem;
    height: auto;
}

.cms-container img.img-float.float-left {
    float: left;
    margin: 0 1rem 1rem 0;
}

.cms-container img.img-float.float-right {
    float: right;
    margin: 0 0 1rem 1rem;
}

@media screen and (max-width: 991.98px) {
    .cms-container.split>.cms-content {
        width: 100%;
        padding: 0;
    }
    .cms-container.split>.cms-panel {
        width: 100%;
        padding: 1rem 0 0 0;
        margin: 1rem 0 0 0;
        border: 0;
        border-top: 1px solid transparent;
    }
}

@media screen and (max-width: 575.98px) {
    .cms-container img.img-float.float-left,
    .cms-container img.img-float.float-right {
        float: unset;
        margin: 1rem auto 0 auto;
    }
}


/* Typography */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
label {
    margin: 0;
    font-weight: 300;
    line-height: 1.1;
}

h1,
.h1 {
    font-size: 4rem;
    line-height: 0.8;
}

h2,
.h2 {
    font-size: 4rem;
    line-height: 0.9;
}

h3.lg,
.h3.lg {
    font-size: 3.5rem;
    line-height: 0.95;
}

h3,
.h3 {
    font-size: 3rem;
    line-height: 1;
}

h4.lg,
.h4.lg {
    font-size: 2.5rem;
}

h4,
.h4 {
    font-size: 2.0625rem;
}

h5.lg,
.h5.lg {
    font-size: 1.875rem;
}

h5,
.h5 {
    font-size: 1.625rem;
}

h6,
.h6 {
    font-size: 1.5rem;
}

p.lg,
.p.lg {
    font-size: 1.375rem;
}

p,
.p {
    font-size: 1.25rem;
}

p.sm,
.p.sm {
    font-size: 1.1875rem;
}

p.xs,
.p.xs {
    font-size: 1.125rem;
}

p.xxs {
    font-size: 1rem;
    padding-top: 0.7rem;
}

@media screen and (max-width: 1199.98px) {
    /* h1,
    .h1 {
        font-size: 3.5rem;
    }
    h2,
    .h2 {
        font-size: 4.125rem;
    } */
    h3.lg,
    .h3.lg {
        font-size: 3.25rem;
    }
    h3,
    .h3 {
        font-size: 2.875rem;
    }
    h4.lg,
    .h4.lg {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 991.98px) {
    /* h1,
    .h1 {
        font-size: 4.25rem;
    }
    h2,
    .h2 {
        font-size: 3.5rem;
    } */
    h3.lg,
    .h3.lg {
        font-size: 3rem;
        line-height: 1;
    }
    h3,
    .h3 {
        font-size: 2.75rem;
    }
    h4.lg,
    .h4.lg {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 767.98px) {
    h1,
    .h1 {
        font-size: 3rem;
    }
    h2,
    .h2 {
        font-size: 3rem;
    }
    h3.lg,
    .h3.lg {
        font-size: 2.75rem;
    }
    h3,
    .h3 {
        font-size: 2.5rem;
    }
    h4.lg,
    .h4.lg {
        font-size: 2rem;
    }
    h4,
    .h4 {
        font-size: 1.75rem;
    }
    h5.lg,
    .h5.lg {
        font-size: 1.625rem;
    }
    h5,
    .h5 {
        font-size: 1.5rem;
    }
    h6,
    .h6 {
        font-size: 1.375rem;
    }
    p.lg,
    .p.lg {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 575.98px) {
    h1,
    .h1 {
        font-size: 2.5rem;
        line-height: 1;
    }
    h2,
    .h2 {
        font-size: 2.5rem;
        line-height: 1;
    }
    h3.lg,
    .h3.lg {
        font-size: 2.625rem;
        line-height: 1.05;
    }
    h3,
    .h3 {
        font-size: 2.375rem;
        line-height: 1.05;
    }
    .btnGrid,
    .btnList {
        display: none !important;
    }
}


/* Ordered List & Unordered List */

ol,
ul {
    padding: 0 0 0 1.25rem;
    margin: 0.375rem 0 0.625rem 0;
}

ol li,
ul li {
    padding: 0 0 0 0.5rem;
    margin: 0.25rem 0 0 0;
    font-size: 1.25rem;
    line-height: 1.1;
}

ul {
    list-style: square;
}

ol {
    list-style: none;
    counter-reset: item;
}

ol>li {
    position: relative;
}

ol>li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: -1.25rem;
}


/* Buttons */

.btns {
    width: 100%;
    margin: 1.5rem 0 0 0;
    text-align: center;
}

.btn.btn-action {
    position: relative;
    display: inline-block;
    min-width: 7rem;
    text-align: center;
    padding: 0.5rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 300;
    border-radius: 0.25rem;
    box-shadow: none;
    line-height: 1.1;
    border: 2px solid transparent;
    transition: all 0.25s;
}

.btn.btn-action:hover {
    /* box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.05); */
}

.btn.btn-action:active {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.1);
}

.btn.btn-action em,
.btn em {
    font-size: 65%;
}

.btn.btn-action em.zmdi,
.btn em.zmdi {
    font-size: 85%;
    transform: translateY(0.125rem);
}

.btn.btn-action>img,
.btn>img {
    display: inline-block;
    height: 1.375rem;
    width: auto;
    transform: translateY(28%);
}

.btn.btn-action.stripe-right::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.6px);
    left: 100%;
    width: 100vw;
    height: 1.2px;
}

.btn-font-size.disabled {
    opacity: 0.8;
}

.btn.btn-round {
    border-radius: 1000em;
}

.btn.btn-sm {
    min-width: 6.5rem;
    padding: 0.4375rem 1.25rem;
    font-size: 1.1875rem;
}

.btn.btn-xs {
    min-width: 6rem;
    padding: 0.375rem 1rem;
    font-size: 1.125rem;
}

.btn.btn-xxs {
    min-width: 5.5rem;
    padding: 0.25rem 0.875rem;
    font-size: 1.125rem;
}

.btn.btn-action.btn-mw {
    min-width: 9.875rem;
}

.btn.btn-action.btn-mw2 {
    min-width: 13rem;
}

.btn.btn-action.btn-mw3 {
    min-width: 5rem;
}

.btn.btn-action.btn-no-mw {
    min-width: 0 !important;
}

.btn.btn-action.btn-fw.stripe-right::after,
.btn.btn-action.btn-fw {
    color: #ffffff;
    background: #1878f1;
    border-color: #1878f1;
}

.btn.btn-action.btn-fw:hover {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.05);
}

.btn.btn-action.btn-fw:active {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.1);
}

.btn.btn-action.btn-gg.stripe-right::after,
.btn.btn-action.btn-gg {
    color: #ffffff;
    background: #c4412f;
    border-color: #c4412f;
}

.btn.btn-action.btn-gg:hover {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.05);
}

.btn.btn-action.btn-gg:active {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.1);
}

.btn.btn-action.btn-fw>em,
.btn.btn-action.btn-gg>em {
    transform: scale(1.4);
}


/* Button Circle */

.btn-circle {
    position: relative;
    display: inline-block;
    width: 1.3125rem;
    height: 1.3125rem;
    line-height: 1.3125rem;
    padding: 0;
    font-size: 1.3125rem;
    font-weight: 400;
    border: 0;
    text-align: center;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin: 0;
    transition: all 0.25s;
    font-size: 22px !important;
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.btn-circle.ml-1 {
    margin-left: 4px !important;
}

.btn-circle>.img-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.btn-circle.inactive {
    filter: grayscale(100%);
}

.btn-circle.inactive:hover {
    filter: grayscale(0%);
}


/* Button Social */

.btn-social {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 2px solid transparent;
    border-radius: 50%;
    font-size: 0.9375rem;
    line-height: 2.125rem;
    text-align: center;
    transition: all 0.25s;
    cursor: pointer;
}


/* Button Special */

.btn.btn-ss {
    position: relative;
    border-color: transparent;
    background: url("../img/hero/01.png") center/auto 105% no-repeat;
    color: #ffffff;
    box-shadow: none !important;
    border: 0;
    overflow: hidden;
}

.btn.btn-ss>span {
    position: relative;
}

.btn.btn-ss::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: url("../img/hero/04.png") center/auto 102% no-repeat;
    transition: opacity 0.25s;
}

.btn.btn-ss:hover::before,
.btn.btn-ss.active::before,
.tab.active>.btn.btn-ss::before {
    opacity: 1;
}

.btn.btn-ss.style-02 {
    background: url("../img/hero/02.png") center/auto 102% no-repeat;
}

.btn.btn-ss.style-03 {
    background: url("../img/hero/03.png") center/auto 102% no-repeat;
    color: #000000;
}

.btn.btn-ss.style-03:hover {
    color: #ffffff;
}

.btn.btn-ss.style-04 {
    background: url("../img/hero/04.png") center/auto 102% no-repeat;
    color: #000000;
}

.btn.btn-ss.style-04:hover {
    color: #ffffff;
}


/* Book Container */

.book-container {
    width: 100%;
    height: 580px;
    position: relative;
    border-radius: 0;
    overflow: auto;
    z-index: 1;
}

.book-container.minisite {
    height: 500px;
}

.book-container .wowbook-control {
    font-size: 16px;
}

.book-container .wowbook-controls,
.book-container .wowbook-share-buttons,
.book-container .wowbook-nav {
    background: #041444;
}

.book-container .wowbook-control {
    transition: background 0.25s;
}

.book-container .wowbook-control:hover {
    background: #2e374f;
}

.book-container .wowbook-book-container {
    background-image: radial-gradient(#2e374f, #000b2a);
}

@media screen and (max-width: 1199.98px) {
    .book-container {
        height: 500px;
    }
    .book-container.minisite {
        height: 480px;
    }
}

@media screen and (max-width: 991.98px) {
    .book-container.minisite {
        height: 360px;
    }
}

@media screen and (max-width: 767.98px) {
    .book-container {
        height: 420px;
    }
    .book-container.minisite {
        height: 380px;
    }
}

@media screen and (max-width: 575.98px) {
    .book-container {
        height: 320px;
    }
    .book-container.minisite {
        height: 320px;
    }
}


/* Calendar */

.calendar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.calendar-header>.wrapper-left {
    display: flex;
    align-items: center;
}

.calendar-header .calendar-title {
    margin: 0 0.75rem 0 1rem;
}

.calendar-header .btn-calendar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    cursor: pointer;
    margin: 0;
    font-size: 1.75rem;
    transition: background 0.25s, color 0.25s;
}

.calendar-wrapper {
    display: block;
    width: 100%;
    /* min-width: 44rem; */
    padding: 0;
    overflow: hidden;
    border-radius: 1rem;
}

.fc td, .fc th {
    border-width: 0;
}

.calendar-month .fc-unthemed td {
    position: relative;
}

.calendar-month .fc-row.fc-week.fc-widget-content {
    min-height: 4rem !important;
}

.calendar-month .fc-day-header > span {
    font-size: 1.5rem;
    padding: 1rem 0.1rem;
    font-weight: 500;
}

.calendar-month .fc-day-top > span {
    margin: auto;
}

@media screen and (max-width: 767.98px) {
    .calendar-header>.wrapper-left {
        width: 100%;
        justify-content: center;
    }
    .calendar-header>.wrapper-right {
        width: 100%;
        margin: 0.5rem 0 0 0;
    }
}


/* Calendar */

.calendar-header .btn-calendar:hover {
    background: #f8f8f8;
}


/* Capcha Container */

.capcha-container {
    width: 100%;
    max-width: 17rem;
}

.capcha-container>img {
    display: block;
    width: 100%;
    height: auto;
}


/* Card Stripe */

.card-strip {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem;
}

.card-strip>.text-container {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 1rem 0 0;
}

.card-strip .icon {
    width: 3.5rem;
}

.card-strip .icon>img {
    display: block;
    width: 2.5rem;
    height: auto;
}

.card-strip .text-wrapper {
    width: calc(100% - 3.5rem);
}

@media screen and (max-width: 575.98px) {
    .card-strip {
        flex-wrap: wrap;
    }
    .card-strip>.text-container {
        width: 100%;
        padding: 0 0 0.875rem 0;
    }
    .card-strip>.btn-container {
        width: 100%;
        text-align: center;
    }
}


/* Content */

.content-magazine {
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.content-magazine>.wrapper {
    position: relative;
    width: calc(100% - 2rem);
    max-width: 12rem;
}

.content-magazine .magazine {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.content-magazine .shadow {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 122%;
    height: auto;
}


/* Custom Tiny MCE */

.tox-tinymce {
    min-height: 320px;
}


/* Embed & Copy Container */

.embed-container,
.copy-container {
    position: relative;
    display: block;
    float: left;
    z-index: 8;
}

.embed-container>.embed-popup,
.copy-container>.copy-popup {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 16rem;
    opacity: 0;
    pointer-events: none;
    border-radius: 1.3125rem;
    transition: bottom 0.25s, opacity 0.25s;
}

.embed-container.active>.embed-popup,
.copy-container.active>.copy-popup {
    bottom: calc(100% + 1rem);
    opacity: 1;
    pointer-events: auto;
}

.copy-container {
    float: right;
}

.copy-container>.copy-popup {
    left: calc(50% - 3rem);
    right: unset;
    width: 6rem;
    border-radius: unset;
}

.copy-container>.copy-popup>.wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0.625rem;
    font-size: 1.25rem;
    font-weight: 400;
    border-radius: 0.625rem;
}

.copy-container>.copy-popup>.wrapper::before {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: calc(50% - 0.5rem);
    width: 1rem;
    height: 0.5rem;
    clip-path: polygon(0% 0%, 100% 0, 50% 100%);
}

.copy-container>.copy-popup textarea {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}


/* Fieldset */

fieldset {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.rc-container {
    position: relative;
    width: 100%;
}

.rc-container>input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rc-container>label {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 0 0 1.375rem;
}

.rc-container>label::before,
.rc-container>label::after {
    content: "";
    position: absolute;
    top: 0.3125rem;
    left: 0;
    width: 0.5625rem;
    height: 0.5625rem;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: opacity 0.25s;
}

.rc-container>label#department-error::before,
.rc-container>label#department-error::after {
    display: none;
}

.rc-container>input+label::after {
    opacity: 0;
}

.rc-container>input:checked+label::after {
    opacity: 1;
}

.rc-container>input[type="checkbox"]+label::before,
.rc-container>input[type="checkbox"]+label::after {
    top: 0.25rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 0.25rem;
}

.rc-container>input[type="checkbox"]+label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    font-size: 0.625rem;
    line-height: 0.6875rem;
}

.rc-container.style-card {
    display: flex;
}

.rc-container.style-card>label {
    width: auto;
    height: 1.375rem;
}

.rc-container.style-card>.text-wrapper {
    width: 100%;
}

.plancountry {
    color: #092166;
}

.summary-development::before {
    position: absolute;
    top: 0;
    content: "";
    background-image: url("/assets/app/images/info_14/bg-download-b.png");
    width: 100%;
    height: 100%;
    z-index: 1;
}

.summary-development-thai::before {
    position: absolute;
    top: 0;
    content: "";
    background-image: url("/assets/app/images/info_14/bg-download-y.png");
    width: 100%;
    height: 100%;
    z-index: 1;
}

.plan-development-thai::before {
    position: absolute;
    top: 0;
    content: "";
    background-image: url("/assets/app/images/info_14/bg-download-y.png");
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text-black {
    color: #000000;
}

.link-doc-dowload {
    color: #000000;
}


/* Hamburger */

.hamburger {
    cursor: pointer;
}

.hamburger>* {
    width: 2rem;
    height: 0.14rem;
    transition: all 0.5s;
}

.hamburger>*:nth-child(2) {
    margin: 0.375rem 0;
}

.hamburger.active>*:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-0.375rem, 0.375rem);
    transform: rotate(-45deg) translate(-0.375rem, 0.375rem);
}

.hamburger.active>*:nth-child(2) {
    opacity: 0;
}

.hamburger.active>*:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-0.375rem, -0.375rem);
    transform: rotate(45deg) translate(-0.375rem, -0.375rem);
}


/* Input Upload */

.input-upload {
    width: 100%;
    display: flex;
}

.input-upload>.text-container {
    white-space: nowrap;
    padding: 0.75rem 0.75rem 0.25rem 0;
}

.input-upload>.upload-container>.wrapper,
.input-upload>.upload-container {
    position: relative;
    width: 100%;
}

.input-upload>.upload-container .btn {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-upload input[type="file"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}


/* List Header */

.list-header {
    width: calc(100% + 0.5rem);
    margin: -0.25rem;
    display: flex;
    align-items: center;
}

.list-header .options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.list-header .options.right {
    margin: 0 0 0 auto;
}

.list-header .option {
    display: flex;
    align-items: center;
    margin: 0.25rem;
    width: 14rem;
}

.list-header .options.right>.option {
    justify-content: flex-end;
    width: auto;
}

.list-header .option .icon-view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.875rem;
    height: 2.875rem;
    border: 1px solid transparent;
    border-radius: 50%;
    font-size: 1.125rem;
    transition: all 0.25s;
}

.list-header.calendar .slots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-header.calendar .slots .option {
    width: auto;
}

.list-header.calendar .slots .option.option-search {
    width: 25rem;
    margin-right: 1.25rem;
}

.list-header.calendar .tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.list-header.calendar .tabs::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem;
    height: 2px;
}

.list-header.calendar .tabs>.tab {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0 0.5rem;
    padding: 0.3125rem 0.625rem;
    transition: color 0.25s;
}

.list-header.calendar .tabs>.tab::after {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    left: auto;
    right: 0;
    width: 0;
    height: 3px;
    transition: width 0.25s;
}

.list-header.calendar .tabs>.tab.active::after {
    left: 0;
    right: auto;
    width: 100%;
}

@media screen and (max-width: 991.98px) {
    .list-header .option {
        width: 12rem;
    }
    .list-header.calendar .slots .option {
        width: auto;
    }
    .list-header.calendar .slots .option.option-search {
        width: 16rem;
        margin-right: 0.75rem;
    }
}

@media screen and (max-width: 767.98px) {
    .list-header,
    .list-header .options {
        display: block;
        width: 100%;
    }
    .list-header .option,
    .list-header .options.right>.option {
        width: 100%;
        max-width: 15.5rem;
        margin: 0.25rem auto;
        justify-content: center;
    }
    .list-header.calendar .slots {
        display: block;
    }
    .list-header.calendar .slots>.slot {
        width: 100%;
    }
    .list-header.calendar .slots .option.option-search {
        width: 100%;
        max-width: 20rem;
        margin-left: auto;
        margin-right: auto;
    }
    .list-header.calendar .tabs {
        justify-content: center;
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .list-header.calendar.search-no-margin .slots .option.option-search {
        margin-right: 0;
    }
}


/* List Footer */

.list-footer {
    width: calc(100% + 0.5rem);
    margin: -0.5rem -0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    font-weight: 300;
    white-space: nowrap;
}

.list-footer .option {
    display: flex;
    align-items: center;
    margin: 0.5rem 0.25rem;
}

.list-footer .option .ui.selection.dropdown {
    max-width: 4.25rem;
}

#footer-sitemap {
    align-items: flex-start;
}

#footer-sitemap>.grid {
    row-gap: 0rem !important;
}

@media screen and (max-width: 767.98px) {
    .list-footer {
        display: block;
    }
    .list-footer .option {
        width: 100%;
        justify-content: center;
    }
}


/* Major Tab */

.majortab-container .majortab {
    display: none;
}

.majortab-container .majortab.active {
    display: block;
}


/* Popup Container */

.popup-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 0.45s;
}

.popup-container.active {
    opacity: 1;
    pointer-events: all;
}

.popup-container>.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 1rem;
}

.popup-container .close-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    cursor: pointer;
}

.popup-container .close-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.popup-container .popup-box {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 640px;
}

.popup-container .popup-box.sm {
    max-width: 540px;
}

.popup-container .popup-box>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: auto 100%;
    background-position: center left;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.popup-container .box-body {
    width: 100%;
    padding: 2rem;
    max-height: calc(100vh - 4rem);
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-container .box-icon>img {
    display: block;
    height: 5.5rem;
    width: auto;
    margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
    .popup-container>.wrapper {
        padding: 1.25rem;
    }
    .popup-container .box-body {
        padding: 1.75rem;
    }
    .popup-container .box-icon>img {
        height: 5rem;
    }
}

@media screen and (max-width: 767.98px) {
    .popup-container>.wrapper {
        padding: 1.25rem;
    }
    .popup-container .box-body {
        padding: 1.5rem;
    }
    .popup-container .box-icon>img {
        height: 4.5rem;
    }
}

@media screen and (max-width: 575.98px) {
    .popup-container>.wrapper {
        padding: 1rem;
    }
    .popup-container .box-body {
        padding: 1rem;
    }
    .popup-container .box-icon>img {
        height: 4rem;
    }
}


/* Scroll Wrapper */

.scroll-wrapper-x {
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
}


/* Semantic UI */

.ui.input,
.ui.form {
    position: relative;
    width: 100%;
}

.ui.selection.dropdown,
.ui.input>input,
.ui.form>textarea {
    position: relative;
    font-size: 1.25rem;
    padding: 0.6875rem 1rem;
    min-height: 2.875rem;
    border-radius: 1.4375rem;
    line-height: 1.1;
    font-weight: 400;
    min-width: 0;
    width: 100%;
    transition: border-color 0.25s, border-radius 0.25s;
}

.ui.selection.dropdown {
    padding: 0.6875rem 2rem 0.6875rem 1rem;
}

.ui.input.icon>input {
    padding-right: 2rem !important;
}

.ui.form>textarea {
    border-radius: 1.4375rem !important;
}

.ui.selection.dropdown .menu {
    border: 1.5px solid;
    border-top-width: 1.5px !important;
    border-radius: 1.4375rem !important;
    /* border-radius: 0 0 1.4375rem 1.4375rem!important; */
    top: -2%;
    left: -2%;
    width: 104%;
}

.ui.selection.dropdown.active,
.ui.selection.dropdown:focus,
.ui.input>input:focus,
.ui.form>textarea:focus,
.ui.selection.dropdown .menu {
    border-radius: 1.4375rem !important;
}

.ui.selection.dropdown>.search.icon,
.ui.selection.dropdown>.delete.icon,
.ui.selection.dropdown>.dropdown.icon {
    padding: 0.75rem 0.625rem;
}

.ui.selection.dropdown .menu>.item {
    border-top: 1px solid #f7efec !important;
    font-size: 1.25rem;
    font-weight: 400;
    /* padding: .625rem 1rem!important; */
}

.ui.dropdown .menu .selected.item,
.ui.dropdown.selected {
    background: rgb(0 0 0 / 8%);
}

.ui.dropdown .menu>.item:first-child {
    border-top-width: 0 !important;
}

.ui.selection.dropdown.upward.active,
.ui.selection.dropdown.upward.visible {
    border-radius: 0 0 1.4375rem 1.4375rem !important;
}

.ui.selection.dropdown.upward.active .menu,
.ui.selection.dropdown.upward.visible .menu {
    border-radius: 1.4375rem 1.4375rem 0 0 !important;
}

.ui>label.error {
    position: absolute;
    right: 0;
    font-size: 1.25rem;
    padding: 0.6875rem 1rem;
    line-height: 1.1;
    font-weight: 400;
    pointer-events: none;
}

label.error#department-error {
    position: absolute;
    right: 0;
    font-size: 1.25rem;
    padding: 0.6875rem 1rem;
    line-height: 1.1;
    font-weight: 400;
    pointer-events: none;
}

.ui.selection.dropdown.xs,
.ui.input.xs>input,
.ui.form.xs>textarea {
    padding: 0.25rem 1rem;
    min-height: 1rem;
    border-radius: 1rem;
}

.ui.selection.dropdown.xs {
    padding: 0.25rem 2rem 0.25rem 1rem;
}

.ui.input.icon.xs>input {
    padding-right: 2rem !important;
}

.ui.form.xs>textarea {
    border-radius: 1rem !important;
}

.ui.selection.dropdown.xs .menu {
    border-radius: 1rem !important;
    top: -5%;
    left: -1%;
    width: 110%;
    /* border-radius: 0 0 1rem 1rem!important; */
}

.ui.selection.dropdown.xs.upward .menu {
    border-radius: 1rem !important;
    bottom: -3%;
    top: auto;
    left: -1%;
    border-radius: 1rem !important;
    /* border-radius: 0 0 1rem 1rem!important; */
}

.ui.selection.dropdown.xs>.search.icon,
.ui.selection.dropdown.xs>.delete.icon,
.ui.selection.dropdown.xs>.dropdown.icon {
    padding: 0.3125rem 0.5rem;
}

.ui.selection.dropdown.xs.upward.active,
.ui.selection.dropdown.xs.upward.visible {
    border-radius: 0 0 1rem 1rem !important;
}

.ui.selection.dropdown.xs.upward.active .menu,
.ui.selection.dropdown.xs.upward.visible .menu {
    border-radius: 1rem 1rem 0 0 !important;
}

.ui.xs>label.error {
    padding: 0.25rem 1rem;
}

.ui.selection.dropdown.md,
.ui.input.md>input,
.ui.form.md>textarea {
    padding: 0.5rem 1rem;
    min-height: 2.5rem;
    border-radius: 1.25rem;
}

.ui.selection.dropdown.md {
    padding: 0.5rem 2rem 0.5rem 1rem;
}

.ui.input.icon.md>input {
    padding-right: 2rem !important;
}

.ui.form.md>textarea {
    border-radius: 1.25rem !important;
}

.ui.selection.dropdown.md .menu {
    border-radius: 0 0 1.25rem 1.25rem !important;
}

.ui.selection.dropdown.md>.search.icon,
.ui.selection.dropdown.md>.delete.icon,
.ui.selection.dropdown.md>.dropdown.icon {
    padding: 0.5625rem 0.5625rem;
}

.ui.selection.dropdown.md.upward.active,
.ui.selection.dropdown.md.upward.visible {
    border-radius: 0 0 1.25rem 1.25rem !important;
}

.ui.selection.dropdown.md.upward.active .menu,
.ui.selection.dropdown.md.upward.visible .menu {
    border-radius: 1.25rem 1.25rem 0 0 !important;
}

.ui.md>label.error {
    padding: 0.5rem 1rem;
}


/* Separation */

.sep-line {
    width: 100%;
    height: 0.5px;
}

.sep-line.m-spacing {
    margin: 2rem 0;
}

@media screen and (max-width: 991.98px) {
    .sep-line.m-spacing {
        margin: 1.75rem 0;
    }
}

@media screen and (max-width: 767.98px) {
    .sep-line.m-spacing {
        margin: 1.5rem 0;
    }
}

@media screen and (max-width: 575.98px) {
    .sep-line.m-spacing {
        margin: 1.25rem 0;
    }
}


/* Special Box */

.ss-box {
    width: 100%;
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 30px;
}

.ss-box>.box-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 38rem;
}

.ss-box>.box-wrapper.md {
    max-width: 44rem;
}

.ss-box>.box-wrapper.lg {
    max-width: 52rem;
}

.ss-box.inner-box {
    padding: 0;
    box-shadow: none;
}

.ss-box.inner-box>.box-wrapper {
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 30px;
}

.ss-box.icon-box {
    padding: 0;
    box-shadow: none;
    display: flex;
}

.ss-box.icon-box>.icon {
    display: block;
    width: 1.875rem;
    font-size: 1rem;
}

.ss-box.icon-box>.text-wrapper {
    width: calc(100% - 1.875rem);
}

@media screen and (max-width: 991.98px) {
    .ss-box {
        padding: 1.75rem;
    }
    .ss-box.inner-box>.box-wrapper {
        padding: 1.75rem;
    }
}

@media screen and (max-width: 767.98px) {
    .ss-box {
        padding: 1.5rem;
    }
    .ss-box.inner-box>.box-wrapper {
        padding: 1.5rem;
    }
}

@media screen and (max-width: 575.98px) {
    .ss-box {
        padding: 1rem;
    }
    .ss-box.inner-box>.box-wrapper {
        padding: 1rem;
    }
}


/* Special Card */

.ss-card {
    display: block;
    position: relative;
    width: 100%;
}

.ss-card .text-wrapper {
    width: 100%;
}

.ss-card .title {
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ss-card .desc {
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


/* Special Card 01 */

.ss-card.ss-card-01 {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 5px 10px;
    transform-origin: top center;
    transition: all 0.3s;
}

.ss-card.ss-card-01:hover {
    transform: scale(1.1);
    z-index: 1;
}

.ss-card.ss-card-01 .text-wrapper {
    padding: 1rem 0.75rem;
}

.ss-card.ss-card-01 .title {
    font-size: 1.375rem;
    font-weight: 600;
}

.ss-card.ss-card-01 .desc {
    font-size: 1.1875rem;
    margin: 0.125rem 0 0 0;
}

.ss-card.ss-card-01 .date {
    font-size: 1.125rem;
    margin: 1rem 0 0 0;
}


/* Special Card 02 */

.ss-card.ss-card-02 {
    transition: box-shadow 0.3s;
}

.ss-card.ss-card-02:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 30px;
}

.ss-card.ss-card-02 .text-wrapper {
    padding: 1rem 0.75rem;
}

.ss-card.ss-card-02 .title {
    font-size: 1.375rem;
    font-weight: 600;
}

.ss-card.ss-card-02 .desc {
    font-size: 1.1875rem;
    margin: 0.125rem 0 0 0;
}

.ss-card.ss-card-02 .date {
    font-size: 1.125rem;
    margin: 1rem 0 0 0;
}


/* Special Card 03 */

.ss-card.ss-card-03 {
    overflow: hidden;
}

.ss-card.ss-card-03 .text-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem;
    transition: background 0.25s, color 0.25s;
}

.ss-card.ss-card-03 .title {
    height: 2.75rem;
}


/* Special Card 04 */

.ss-card.ss-card-04 {
    width: 100%;
    display: flex;
}

.ss-card.ss-card-04>.img-container {
    width: 23rem;
}

.ss-card.ss-card-04>.text-container {
    position: relative;
    width: calc(100% - 23rem);
    height: 15.25rem;
    border: 1px solid transparent;
    border-left: 0;
    padding: 1rem 2rem;
    transition: border-color 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s;
}

.ss-card.ss-card-04:hover>.text-container {
    box-shadow: rgba(0, 0, 0, 0.2) 4px 8px 16px;
}

.ss-card.ss-card-04 .desc {
    -webkit-line-clamp: 2;
}

.ss-card.ss-card-04>.text-container.with-footer {
    padding-bottom: 4.25rem;
}

.ss-card.ss-card-04>.text-container.with-footer .card-footer {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    right: 2rem;
}

.ss-card.ss-card-04.sm>.img-container {
    width: 18rem;
}

.ss-card.ss-card-04.sm>.text-container {
    width: calc(100% - 18rem);
    height: 10.625rem;
}

@media screen and (max-width: 991.98px) {
    .ss-card.ss-card-04>.img-container {
        width: 18rem;
    }
    .ss-card.ss-card-04>.text-container {
        width: calc(100% - 18rem);
        padding: 1rem 1.5rem;
    }
    .ss-card.ss-card-04>.text-container.with-footer .card-footer {
        left: 1.5rem;
        right: 1.5rem;
    }
}

@media screen and (max-width: 767.98px) {
    .ss-card.ss-card-04>.img-container {
        width: 14rem;
    }
    .ss-card.ss-card-04>.text-container {
        width: calc(100% - 14rem);
        padding: 1rem;
    }
    .ss-card.ss-card-04>.text-container.with-footer .card-footer {
        left: 1rem;
        right: 1rem;
    }
    .ss-card.ss-card-04.sm>.img-container {
        width: 14rem;
    }
    .ss-card.ss-card-04.sm>.text-container {
        width: calc(100% - 14rem);
    }
}

@media screen and (max-width: 575.98px) {
    .ss-card.ss-card-04 {
        display: block;
    }
    .ss-card.ss-card-04>.img-container {
        width: 100%;
    }
    .ss-card.ss-card-04>.text-container {
        width: 100%;
        height: auto;
        border-left: 1px solid transparent;
        border-top: 0;
    }
    .ss-card.ss-card-04>.text-container.with-footer {
        padding-bottom: 1rem;
    }
    .ss-card.ss-card-04>.text-container.with-footer .card-footer {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        display: block;
        width: 100%;
        margin: 0.5rem 0 0 0;
    }
    .ss-card.ss-card-04.sm>.img-container {
        width: 100%;
    }
    .ss-card.ss-card-04.sm>.text-container {
        width: 100%;
        height: auto;
    }
}


/* Special Card 05 */

.ss-card.ss-card-05>.text-container {
    width: 100%;
    border: 1px solid transparent;
    border-top: 0;
    padding: 1rem;
    transition: border-color 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s;
}

.ss-card.ss-card-05:hover>.text-container {
    box-shadow: rgba(0, 0, 0, 0.2) 4px 8px 16px;
}

.ss-card.ss-card-05 .title {
    min-height: 3.5rem;
}

.ss-card.ss-card-05 .desc {
    min-height: 4.0625rem;
}

.ss-card.ss-card-05 .card-height {
    min-height: 7.8125rem;
}

.ss-card.ss-card-05 .card-height>* {
    min-height: 0;
}

@media screen and (max-width: 767.98px) {
    .ss-card.ss-card-05 .title {
        min-height: 3.25rem;
    }
    .ss-card.ss-card-05 .card-height {
        min-height: 7.5625rem;
    }
}

@media screen and (max-width: 575.98px) {
    .ss-card.ss-card-05 .title,
    .ss-card.ss-card-05 .desc {
        min-height: 0;
    }
    .ss-card.ss-card-05 .card-height {
        min-height: 0;
    }
}


/* Special Card 06 */

.ss-card.ss-card-06 {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 4px 8px 16px;
    display: flex;
    align-items: center;
    height: 7.5rem;
    transition: color 0.25s;
}

.ss-card.ss-card-06::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.25s;
}

.ss-card.ss-card-06:hover::before {
    opacity: 1;
}

.ss-card.ss-card-06>.pattern {
    position: absolute;
    top: 0;
    left: -2rem;
    display: block;
    height: 100%;
    width: auto;
}

.ss-card.ss-card-06>.btn-icon {
    position: absolute;
    top: calc(50% - 1.125rem);
    right: 1.25rem;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.625rem;
}

.ss-card.ss-card-06>.text-container {
    position: relative;
    width: 100%;
    padding: 0 4rem 0 6rem;
}

@media screen and (max-width: 575.98px) {
    .ss-card.ss-card-06 {
        height: 6.5rem;
    }
    .ss-card.ss-card-06>.pattern {
        left: -2.5rem;
    }
    .ss-card.ss-card-06>.btn-icon {
        right: 1rem;
    }
    .ss-card.ss-card-06>.text-container {
        padding: 0 4rem 0 4.5rem;
    }
}


/* Special Card 07 */

.ss-card.ss-card-07 {
    width: 100%;
    position: relative;
}

.ss-card.ss-card-07>.magazine-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.ss-card.ss-card-07>.magazine-container>.wrapper {
    position: relative;
    width: calc(100% - 2rem);
    max-width: 12rem;
}

.ss-card.ss-card-07>.magazine-container .magazine {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.ss-card.ss-card-07>.magazine-container .shadow {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 122%;
    height: auto;
}

.ss-card.ss-card-07>.text-container {
    position: relative;
    padding: 3rem 1rem 1rem 1rem;
    border: 1px solid transparent;
    margin: -2rem 0 0 0;
    transition: background 0.25s, color 0.25s;
}

.ss-card.ss-card-07>.text-container::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 0.25rem;
}

.ss-card.ss-card-07 .title {
    min-height: 3.5rem;
}

.ss-card.ss-card-07 .desc {
    min-height: 4.0625rem;
}

@media screen and (max-width: 767.98px) {
    .ss-card.ss-card-07 .title {
        min-height: 3.25rem;
    }
}

@media screen and (max-width: 575.98px) {
    .ss-card.ss-card-07 .title,
    .ss-card.ss-card-07 .desc {
        min-height: 0;
    }
}


/* Special Card 08 */

.ss-card.ss-card-08 {
    position: relative;
    width: 100%;
    padding: 4.5rem 0;
}

.ss-card.ss-card-08>.magazine-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 21rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .ss-card.ss-card-08.highlight>.magazine-container::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 0;
    width: 50%;
    background-image: url("../img/magazine/bg.jpg");
    background-size: cover;
    background-position: center;
} */

.ss-card.ss-card-08 .magazine-container>.wrapper {
    position: relative;
    width: calc(100% - 2rem);
    max-width: 15rem;
}

.ss-card.ss-card-08 .magazine-container .magazine {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.ss-card.ss-card-08 .magazine-container .shadow {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 122%;
    height: auto;
}

.ss-card.ss-card-08>.text-container {
    position: relative;
    width: 100%;
    height: 13.25rem;
    padding: 1rem 2rem 1rem 21rem;
    border: 1px solid transparent;
    border-left: 0;
    transition: border-color 0.25s, background 0.25s, color 0.25s, box-shadow 0.25s;
}

.ss-card.ss-card-08>.text-container::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 0.25rem;
}

.ss-card.ss-card-08 .desc {
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 991.98px) {
    .ss-card.ss-card-08>.magazine-container {
        width: 18rem;
    }
    .ss-card.ss-card-08>.text-container {
        padding: 1rem 1.5rem 1rem 19.5rem;
    }
}

@media screen and (max-width: 767.98px) {
    .ss-card.ss-card-08>.magazine-container {
        width: 14rem;
    }
    .ss-card.ss-card-08>.text-container {
        padding: 1rem 1rem 1rem 15rem;
    }
}

@media screen and (max-width: 575.98px) {
    .ss-card.ss-card-08 {
        padding: 0;
    }
    .ss-card.ss-card-08 .magazine-container {
        position: relative;
        width: 100%;
    }
    .ss-card.ss-card-08>.text-container {
        padding: 3rem 1rem 1rem 1rem;
        margin: -2rem 0 0 0;
        height: auto;
    }
}


/* Special Card 09 */

.ss-card.ss-card-09 {
    width: 100%;
    border: 1px solid transparent;
    border-bottom: 3px solid transparent;
}

.ss-card.ss-card-09>.img-container {
    width: 100%;
}

.ss-card.ss-card-09>.text-container {
    width: 100%;
    padding: 1rem;
    transition: color 0.25s, background 0.25s;
}

.ss-card.ss-card-09 .title-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    height: 4.5rem;
}

.ss-card.ss-card-09 .title {
    width: 100%;
    -webkit-line-clamp: 3;
}

/* Special Card 10 */

.ss-card.ss-card-10 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ss-card.ss-card-10 .ss-large-img {
    padding-top: 95%;
}

.ss-card.ss-card-10 .ss-big-img {
    padding-top: 65%;
}

.ss-card.ss-card-10 .ss-medium-img {
    padding-top: 55%;
}

.ss-card.ss-card-10>.text-container {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-top: 0;
    padding: 1rem;
    transition: border-color .25s, background .25s, color .25s, box-shadow .25s;
}

.ss-card.ss-card-10:hover>.text-container {
    box-shadow: rgba(0, 0, 0, .2) 4px 8px 16px;
}

.ss-card.ss-card-10 .title {
    min-height: 3.5rem;
}

.ss-card.ss-card-10 .desc {
    min-height: 4.0625rem;
}

.ss-card.ss-card-10 .card-height {
    min-height: 7.8125rem;
}

.ss-card.ss-card-10 .card-height>* {
    min-height: 0;
}

@media screen and (max-width:767.98px) {
    .ss-card.ss-card-10 .title {
        min-height: 3.25rem;
    }
    .ss-card.ss-card-10 .card-height {
        min-height: 7.5625rem;
    }
}

@media screen and (max-width:575.98px) {
    .ss-card.ss-card-10 .title,
    .ss-card.ss-card-10 .desc {
        min-height: 0;
    }
    .ss-card.ss-card-10 .card-height {
        min-height: 0;
    }
}

/* Special Card 11 */

.ss-card.ss-card-11 {
    display: flex;
    flex-direction: row;
}

.ss-card.ss-card-11 .img-container {
    width: 100%;
}

.ss-card.ss-card-11 .ss-img {
    padding: 0;
    width: 100%;
    height: 100%;
}

.ss-card.ss-card-11>.text-container {
    width: 125%;
    height: 100%;
    border: 1px solid transparent;
    border-top: 0;
    padding: 1rem;
    transition: border-color .25s, background .25s, color .25s, box-shadow .25s;
}

.ss-card.ss-card-11:hover>.text-container {
    box-shadow: rgba(0, 0, 0, .2) 4px 8px 16px;
}

.ss-card.ss-card-11 .title {
    min-height: 3.5rem;
}

.ss-card.ss-card-11 .desc {
    min-height: 4.0625rem;
}

.ss-card.ss-card-11 .card-height {
    min-height: 7.8125rem;
}

.ss-card.ss-card-11 .card-height>* {
    min-height: 0;
}

@media screen and (max-width:767.98px) {
    .ss-card.ss-card-11 .title {
        min-height: 3.25rem;
    }
    .ss-card.ss-card-11 .card-height {
        min-height: 7.5625rem;
    }
}

@media screen and (max-width:575.98px) {
    .ss-card.ss-card-11 .title,
    .ss-card.ss-card-11 .desc {
        min-height: 0;
    }
    .ss-card.ss-card-11 .card-height {
        min-height: 0;
    }
}

/* Special Date */

.ss-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    pointer-events: none;
}

.ss-date>.wrapper {
    display: block;
    width: 100%;
    position: relative;
    white-space: nowrap;
    padding: 0.3125rem 0.3125rem 0.1875rem 0.3125rem;
    text-align: center;
}

.ss-date .date {
    font-size: 2rem;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    line-height: 0.8;
}

.ss-date .month {
    font-size: 1.25rem;
}

.ss-img+.ss-date {
    top: -0.5rem;
    left: 0.5rem;
}


/* Special Image */

.ss-img {
    display: block;
    position: relative;
    width: 100%;
    padding: 60% 0 0 0;
    overflow: hidden;
}

.ss-img.horizontal {
    padding: 50% 0 0 0;
}

.ss-img.horizontal2 {
    padding: 37% 0 0 0;
}

.ss-img.square {
    padding: 100% 0 0 0;
}

.ss-img.vertical {
    padding: 125% 0 0 0;
}

.ss-img.adaptive {
    padding: 0;
    height: 100%;
}

.ss-img>.img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s;
}

.ss-img:hover>.img-bg,
.ss-card:hover .ss-img>.img-bg {
    transform: scale(1.1);
}

.ss-img.no-hover>.img-bg,
.ss-card.no-hover .ss-img>.img-bg {
    transform: none;
}

.ss-img .hover-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.25s;
}

.ss-img .hover-container.bg-transparent {
    background: transparent !important;
}

.ss-img:hover .hover-container,
.ss-card:hover .ss-img .hover-container {
    opacity: 1;
}

.ss-img .hover-container .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    font-size: 2rem;
}

.ss-img .hover-container .text {
    font-size: 1.4375rem;
    font-weight: 500;
}

.ss-img .hover-container .icon-img {
    display: block;
    width: 4rem;
    height: auto;
    border-radius: 50%;
    background: #0000003d;
}

.ss-img .hover-container .icon-file {
    width: 6.5rem;
}

.ss-img>.expand-icon {
    display: block;
    position: absolute;
    top: 0.6875rem;
    right: 0.6875rem;
}

.ss-img>.expand-icon>img {
    display: block;
    width: 1.5625rem;
    height: auto;
}

.ss-img>.img-tag {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ss-img>.img-tag>img {
    display: block;
    width: 3.75rem;
    height: auto;
}

.ss-img>.intro-text {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
}

.ss-img>.intro-text>* {
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ss-img>.client-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ss-img>.client-bg>img {
    display: block;
    width: auto;
    max-width: 11rem;
    height: auto;
    max-height: 6.5rem;
}

@media screen and (max-width: 575.98px) {
    .ss-img.adaptive {
        padding: 60% 0 0 0;
        height: unset;
    }
    .ss-img>.intro-text {
        padding: 0.75rem;
    }
}


/* Special List */

ul.ss-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.ss-list>li {
    font-size: 1.3125rem;
    font-weight: 200;
    position: relative;
    /* padding: .125rem 0 .125rem 1.125rem; */
    padding: 0 0 0.225rem 1.125rem;
}

ul.ss-list>li>ul>li {
    font-size: 1.3125rem;
    font-weight: 200;
    position: relative;
    padding: 0 0 0.125rem 1.125rem;
}

.sitemap-01 ul.ss-list.dot-navy>li:not(:first-child) {
    margin-top: 0;
}

ul.ss-list>li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 0.3rem;
    height: 0.2rem;
}

ul.ss-list>li:hover::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    transform: scaleX(2);
    transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity 0.4s;
}

ul.ss-list>li>ul>li::before {
    top: 10px;
    background: rgb(223 102 13);
}

ul.ss-list>li>ul>li:hover:before {
    transform: scaleX(2);
    transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity 0.4s;
}

ul.ss-list-02>li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 0.3rem;
    height: 0.15rem;
}

ul.ss-list li a[href="javascript:void(0);"],
ul.ss-list li a[href=""],
ul.ss-list li a:not([href]) {
    cursor: default;
}


/* Special List 02 */

ul.ss-list-02 {
    list-style: none;
    padding: 0;
    margin: 0.25rem 0;
}

ul.ss-list-02>li {
    font-size: 1.25rem;
    font-weight: 200;
    position: relative;
    padding: 0.0625rem 0 0.0625rem 1.5rem;
}


/* Special Separation */

.ss-sep {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.ss-sep>* {
    position: relative;
    padding: 0 0.75rem;
}

.ss-sep>*::before,
.ss-sep>*::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    height: 1px;
    width: 50vw;
}

.ss-sep>*::before {
    right: 100%;
}

.ss-sep>*::after {
    left: 100%;
}


/* Special Stats */

.ss-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% + 1.25rem);
    margin: -0.125rem -0.625rem;
}

.ss-stats .stat {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 1.1875rem;
    font-weight: 300;
    margin: 0.125rem 0.325rem;
}

.ss-stats .stat>.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    font-size: 0.75rem;
    border-radius: 50%;
    margin: 0 0.3125rem 0 0;
}

.ss-stats .stat>.icon.circle {
    font-size: 0.625rem;
}

.ss-stats .v-sep {
    position: relative;
}

.ss-stats .v-sep::before {
    content: "";
    position: absolute;
    top: -0.4375rem;
    bottom: -0.4375rem;
    left: -1px;
    width: 2px;
}


/* Special Tag */

.ss-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% + 0.25rem);
    margin: -0.125rem;
}

.ss-tags .tag {
    font-size: 1.1875rem;
    font-weight: 400;
    margin: 0.125rem;
    border-radius: 1000em;
    padding: 0.3125rem 1rem 0.1875rem 1rem;
    white-space: nowrap;
    border: 1px solid transparent;
}

.ss-tags>* {
    margin: 0.125rem;
}

.ss-tags .tag.hoverable {
    cursor: pointer;
    transition: all 0.25s;
}


/* Special Title */

.ss-title {
    width: 100%;
    display: flex;
    align-items: center;
}

.ss-title>.icon {
    width: 3.25rem;
    margin: 0 1rem 0 0;
    font-size: 3.25rem;
}

.ss-title>.text-wrapper {
    width: calc(100% - 4.25rem);
}

@media screen and (max-width: 991.98px) {
    .ss-title>.icon {
        width: 3rem;
        font-size: 3rem;
    }
    .ss-title>.text-wrapper {
        width: calc(100% - 4rem);
    }
}

@media screen and (max-width: 767.98px) {
    .ss-title>.icon {
        width: 2.75rem;
        font-size: 2.75rem;
    }
    .ss-title>.text-wrapper {
        width: calc(100% - 3.75rem);
    }
}


/* Special Title 02 */

.ss-title-02 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ss-title-02 .btn-back {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    transition: color 0.25s;
}

.ss-title-02 .btn-back>.wrapper {
    position: relative;
}

.ss-title-02 .btn-back img {
    display: block;
    height: 1.375rem;
    width: auto;
}

.ss-title-02 .btn-back img+* {
    position: absolute;
    bottom: 50%;
    right: 0;
    line-height: 1;
}

.ss-title-02.with-space {
    padding-right: 3.5rem;
}

@media screen and (max-width: 575.98px) {
    .ss-title-02 {
        justify-content: space-between;
    }
    .ss-title-02 .btn-back {
        position: relative;
        top: unset;
        bottom: unset;
        right: unset;
    }
    .ss-title-02.with-space {
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 0;
    }
    .ss-title-02.with-space>*:first-child {
        width: 100%;
    }
    .ss-title-02.with-space .btn-back {
        margin: 0.75rem 0 0 0;
    }
}


/* Tab Container */

.tab-container {
    position: relative;
    display: block;
    width: 100%;
}

.tab-container .tab {
    cursor: pointer;
}

.tab-container .tab-contents {
    position: relative;
    width: 100%;
}

.tab-container .tab-content {
    display: none;
    position: relative;
    padding: 0;
    margin: 0;
}

.tab-container .tab-content.active {
    display: block;
}


/* Table */

table.table {
    position: relative;
    width: 100%;
    margin: 0;
    border-spacing: 0;
}

table.table td,
table.table th {
    padding: 0.625rem 0.375rem;
    font-size: 1.25rem;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid transparent;
}

table.table td.baseline,
table.table th.baseline {
    vertical-align: baseline;
}

table.table td:first-child,
table.table th:first-child {
    padding-left: 0;
}

table.table td:last-child,
table.table th:last-child {
    text-align: right;
    white-space: nowrap;
    padding-right: 0;
}

table.table.more-space td,
table.table.more-space th {
    padding: 0.75rem;
}

table.table.more-space td:last-child,
table.table.more-space th:last-child {
    padding-right: 0;
}

table.table .dot {
    display: inline-block;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    margin: 0 0.375rem;
    transform: translateY(-0.125rem);
}

table.table.style-02 td:first-child,
table.table.style-02 th:first-child {
    padding-left: 0.75rem;
}

table.table.style-02 td:last-child,
table.table.style-02 th:last-child {
    padding-right: 0.75rem;
}

table.table.style-02.more-space td:first-child,
table.table.style-02.more-space th:first-child {
    padding-left: 1.5rem;
}

table.table.style-02.more-space td:last-child,
table.table.style-02.more-space th:last-child {
    padding-right: 1.5rem;
}

table.table.keep-space td:first-child,
table.table.keep-space th:first-child {
    padding-left: 0.75rem;
}

table.table.keep-space td:last-child,
table.table.keep-space th:last-child {
    padding-right: 0.75rem;
}

table.table.keep-space.more-space td:first-child,
table.table.keep-space.more-space th:first-child {
    padding-left: 1.5rem;
}

table.table.keep-space.more-space td:last-child,
table.table.keep-space.more-space th:last-child {
    padding-right: 1.5rem;
}

table.table-download td:first-child {
    width: 3.25rem;
}

table.table-download td:nth-child(2) {
    min-width: 16rem;
}

table.table-download .file-icon {
    display: block;
    width: 2.25rem;
    height: auto;
}

table.table-download .file-icon>img {
    display: block;
    width: 100%;
    height: auto;
}

table.table-progress th,
table.table-progress td {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

table.table-progress th:first-child,
table.table-progress td:first-child {
    width: 100%;
}

table.table-progress .progress-tab {
    position: relative;
    width: 100%;
    height: 0.875rem;
    overflow: hidden;
}

table.table-progress .progress-tab::before {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 1000em;
    border: 2px solid transparent;
}

table.table-progress .progress-tab>.bar {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(var(--percent) * 100%);
    border-radius: 1000em;
}

table.table-report th,
table.table-report td,
table.table-report th:last-child,
table.table-report td:last-child {
    text-align: left;
}

table.table-report th:first-child,
table.table-report td:first-child {
    text-align: center;
}

table.table-report th {
    border: 0;
    border-bottom: 2.5px solid transparent;
}

table.table-report td {
    vertical-align: baseline;
}

table.table-report td .icon-tab {
    display: none;
    width: 1.0625rem;
    height: auto;
    margin: 0 auto;
}

table.table-report tr.highlight>td .icon-tab {
    display: block;
}

table.table.data-group {
    display: table;
    height: auto !important;
    width: 100% !important;
}

table.table.data-group td,
table.table.data-group th {
    width: auto !important;
    height: auto !important;
    white-space: normal;
    min-width: auto !important;
}

table.table.table-flex tr {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
    table.data-group tbody tr td {
        padding: 0.7rem 0.3rem !important;
    }
    table.table-download .file-icon>img {
        max-width: 30px;
    }
}

.box-content img {
    max-width: 100% !important;
}


/* Spacing */

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.p-5 {
    padding: 1.25rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 0.75rem !important;
}

.pt-4 {
    padding-top: 1rem !important;
}

.pt-5 {
    padding-top: 1.25rem !important;
}

.pt-6 {
    padding-top: 1.5rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 0.75rem !important;
}

.pr-4 {
    padding-right: 1rem !important;
}

.pr-5 {
    padding-right: 1.25rem !important;
}

.pr-6 {
    padding-right: 1.5rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 0.75rem !important;
}

.pb-4 {
    padding-bottom: 1rem !important;
}

.pb-5 {
    padding-bottom: 1.25rem !important;
}

.pb-6 {
    padding-bottom: 1.5rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 0.75rem !important;
}

.pl-4 {
    padding-left: 1rem !important;
}

.pl-5 {
    padding-left: 1.25rem !important;
}

.pl-6 {
    padding-left: 1.5rem !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.m-5 {
    margin: 1.25rem !important;
}

.m-6 {
    margin: 1.5rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 1.25rem !important;
}

.mt-6 {
    margin-top: 1.5rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 0.75rem !important;
}

.mr-4 {
    margin-right: 1rem !important;
}

.mr-5 {
    margin-right: 1.25rem !important;
}

.mr-6 {
    margin-right: 1.5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 0.75rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 1.25rem !important;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 0.75rem !important;
}

.ml-4 {
    margin-left: 1rem !important;
}

.ml-5 {
    margin-left: 1.25rem !important;
}

.ml-6 {
    margin-left: 1.5rem !important;
}


/* Utility */

.text-3xl {
    font-size: 240% !important;
    line-height: 0.25;
}

.text-2xl {
    font-size: 150% !important;
    line-height: 0.25;
}

.text-xl {
    font-size: 128% !important;
}

.text-lg {
    font-size: 114% !important;
}

.text-md {
    font-size: 110% !important;
}

.text-nm {
    font-size: 1.3125rem !important;
}

.text-sm {
    font-size: 90% !important;
}

.text-xs {
    font-size: 80% !important;
}

.text-2xs {
    font-size: 70% !important;
}

.text-3xs {
    font-size: 60% !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.op-100 {
    opacity: 1 !important;
}

.op-0 {
    opacity: 0 !important;
}

.op-10 {
    opacity: 0.1 !important;
}

.op-20 {
    opacity: 0.2 !important;
}

.op-30 {
    opacity: 0.3 !important;
}

.op-40 {
    opacity: 0.4 !important;
}

.op-50 {
    opacity: 0.5 !important;
}

.op-60 {
    opacity: 0.6 !important;
}

.op-70 {
    opacity: 0.7 !important;
}

.op-80 {
    opacity: 0.8 !important;
}

.op-90 {
    opacity: 0.9 !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-none {
    display: none !important;
}

.jc-start {
    justify-content: flex-start !important;
}

.jc-center {
    justify-content: center !important;
}

.jc-end {
    justify-content: flex-end !important;
}

.jc-space-between {
    justify-content: space-between !important;
}

.jc-space-evenly {
    justify-content: space-evenly !important;
}

.ai-center {
    align-items: center !important;
}

.ai-start {
    align-items: flex-start !important;
}

.ai-end {
    align-items: flex-end !important;
}

.fw-wrap {
    flex-wrap: wrap !important;
}

.width-auto,
.w-auto {
    width: auto !important;
}

.width-full,
.w-full {
    width: 100% !important;
    max-width: 100% !important;
}

.height-auto,
.h-auto {
    height: auto !important;
}

.height-full,
.h-full {
    height: 100% !important;
}

.ws-nowrap {
    white-space: nowrap !important;
}

.ws-normal {
    white-space: normal !important;
}

.no-br>br {
    display: none;
}

.no-border {
    border: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.border {
    border: 1px solid transparent !important;
}

.border-top {
    border-top: 1px solid transparent !important;
}

.border-top-2 {
    border-top: 2px solid transparent !important;
}

.border-top-3 {
    border-top: 3px solid transparent !important;
}

.border-top-4 {
    border-top: 4px solid transparent !important;
}

.no-border-top {
    border-top: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid transparent !important;
}

.border-bottom-2 {
    border-bottom: 2px solid transparent !important;
}

.border-bottom-3 {
    border-bottom: 3px solid transparent !important;
}

.border-bottom-4 {
    border-bottom: 4px solid transparent !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.lh-nm {
    line-height: 1.1 !important;
}

.lh-sm {
    line-height: 1 !important;
}

.lh-xs {
    line-height: 0.9 !important;
}

.lh-xxs {
    line-height: 0.75 !important;
}

.no-bradius {
    border-radius: 0 !important;
}

.bradius {
    border-radius: 0.25rem !important;
}

.no-box-shadow {
    box-shadow: none !important;
}

.box-shadow {
    box-shadow: 0px 5px 20px 10px rgba(0, 0, 0, 0.1);
}

.box-shadow-top {
    box-shadow: 0px -4px 8px 2px rgba(0, 0, 0, 0.08);
}

.pos-relative {
    position: relative;
}

.ovf-hidden {
    overflow: hidden;
}

.clear-both {
    clear: both;
}

.val-middle {
    vertical-align: middle !important;
}

.val-baseline {
    vertical-align: baseline !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

@media screen and (max-width: 1199.98px) {
    .lg-no-br>br {
        display: none;
    }
}

@media screen and (max-width: 991.98px) {
    .md-no-br>br {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {
    .sm-no-br>br {
        display: none;
    }
}

@media screen and (max-width: 575.98px) {
    .xs-no-br>br {
        display: none;
    }
    .xs-hide {
        display: none;
    }
}

.bg-parallax {
    background-attachment: fixed;
}

@media screen and (max-width: 575.98px) {
    .bg-parallax {
        background-attachment: inherit;
    }
}

.btns-inner .btns {
    margin: 0;
}

@media screen and (max-width: 575.98px) {
    .btns-inner .btns {
        display: flex;
        margin-left: 1rem;
    }
    .banner-01 .text-wrapper.text-center {
        top: 4rem;
    }
    .banner-01 a.btn.btn-action.btn-mw.btn-03.btn-round {
        padding: 0.2rem 0.1rem 0.2rem 0;
        font-size: 0.9rem;
        min-width: 7rem;
    }
}

.count-container>.count>a:nth-child(1) {
    z-index: -5;
    position: absolute;
    opacity: 0;
}

nav.speaker-nav {
    z-index: 3!important;
}

nav.quicklink-nav .dropdown.active.box-sidenav {
    z-index: 4!important;
}


/* sigle page */

.show-link-tb .group-list {
    position: relative;
}

.show-link-tb .group-list[onclick*="window"]::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 0.9rem;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}

.show-link-tb td:hover {
    background: #1e222e;
    color: #ffffff;
    border-radius: 30px !important;
}

.search-02 p,
.search-02 .p {
    line-height: 1.185;
}

/* Hide Slide Homepage */
.hide-slide {
    display: none;
}

.hide-slide-ever {
    display: none !important;
}

@media (max-width: 767.98px) {
    .hide-slide {
        display: block;
    }
    .hide-grids {
        display: none;
    }
}

.tab-cate {
    position: relative;
}
ul.tab-cate-container {
    list-style-type: none;
}
ul.tab-cate-container li {
    padding:  5px 0 5px 0;
}
ul.tab-cate-container .tab-cate {
    color: #2f3136;
}
ul.tab-cate-container .tab-cate::before {
    background: #2f3136;
}
ul.tab-cate-container li:hover>.tab-cate {
    color: #f99509;
}
ul.tab-cate-container li:hover>.tab-cate::before {
    background: #f99509;
}
ul.tab-cate-container .tab-cate::before {
    content: '';
    position: absolute;
    top: 0.75rem;
    left: -1rem;
    width: 0.375rem;
    height: 0.375rem;
}
ul.tab-cate-container li .tab-cate.active {
    color: #f99509;
}
ul.tab-cate-container li .tab-cate.active::before {
    background: #f99509;
}
.tab-cate-content {
    display: none !important;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: opacity .6s,transform .6s;
}
.tab-cate-content.active {
    display: flex !important;
    opacity: 1;
    transform: translateY(0px);
}
@media screen and (max-width: 991.98px) {
    .tab-cate-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 40px;
    }
}

/* Calendar List Event */
.calendar-month .fc-row.fc-week.fc-widget-content,
.fc-row .fc-content-skeleton {
    min-height: 4.5rem;
}
.calendar-month .fc-content-skeleton table,
.calendar-month .fc-content-skeleton .fc-row, 
.calendar-month .fc-content-skeleton tbody, 
.calendar-month .fc-content-skeleton td, 
.calendar-month .fc-content-skeleton th, 
.calendar-month .fc-content-skeleton thead {
    height: 100%;
}
.calendar-month .fc-day-header > span {
    width: auto !important;
}
.calendar-activities-list .ss-card.ss-card-04>.text-container {
    height: 10.25rem;
}
.calendar-month .fc-day-top > span {
    height: 100%;
    margin: auto !important;
    line-height: 4.5rem !important;
    font-weight: 500 !important;
}
.calendar-month .fc-day-top.fc-today > span.fc-day-number {
    text-align: center;
    line-height: 2.2rem !important;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: calc(50% - 20px);
    right: 18vh;
    padding: 5px 5px;
}
.btn-calendar {
    display: none !important;
}
.custom-event {
    position: absolute;
    top: -18px;
    left: calc(50% - 20px);
    font-size: 1.375rem;
    padding: 5px 13px;
    border-radius: 50%;
    font-weight: 500 !important;
    cursor: pointer;
}
.calendar-activities-list .ss-img>.img-bg {
    background-size: contain;
} 
.calendar-nodata {
    display: block;
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 2rem;
}
.calendar-nodata h6 {
    font-weight: 500;
}

@media screen and (min-width: 576px) {
    .calendar-activities-list .ss-card.ss-card-04>.img-container {
        width: 20vh;
    }
    .calendar-activities-list .ss-card.ss-card-04>.text-container {
        width: calc(100% - 21vh);
        height: 10.25rem;
    } 
}