/*------------------------------------*\
  SETTINGS
\*------------------------------------*/

body {
    font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
    color: #414141;
    font-size: 16px;
    font-weight: 400;
}

body.fixed {
    height: 100vh;
    overflow: hidden;
}

a {
    color: #595757;
    transition: 0.3s;
}

a:hover {
    color: #414141;
    text-decoration: none;
}


ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

b, strong {
    font-weight: 700;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

button:focus {
    outline: none;
}


/* Layout */
.main {
    overflow: hidden;
}

.container {
    position: relative;
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.m-d-show {
    display: none;
}

.grid {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.grid.horizontal .grid__item {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.grid__item {
    padding-left: 15px;
    padding-right: 15px;
}

.grid-3 .grid__item {
    width: 33.333333%;
}

.grid-2 .grid__item {
    width: 50%;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #707070;
}



/**
 *  Heading
 */

.heading {
    letter-spacing: 4px;
}

    .heading .label {
        font-size: 18px;
    }

.heading-border-left {
    border-left: 12px solid #3AA9A3;
}

.section-heading {
    letter-spacing: 4px;
}

.heading-underline {
    display: table;
    position: relative;
}

.heading-underline::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 5px;
    border-radius: 3px;
}

.underline-primary::after {
    background-color: #3AA9A3;
}

.underline-light::after {
    background-color: #fff;
}






/**
 *  Form
 */

.form-label {
    width: 110px;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 54%;
    background-size: 9px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.form-control:focus {
    border-color: #bae6e4;
    box-shadow: 0 0 0 0.2rem rgb(185 225 223 / 50%);
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f3f3f3;
    color: #b7b7b7;
}

.form-control[readonly]:focus {
    box-shadow: none;
    border-color: transparent;
}



@media (max-width: 1211px) {
    .grid-3 .grid__item,
    .grid-2 .grid__item {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .m-d-none {
        display: none !important;
    }

    .m-d-show {
        display: block;
    }
}

@media (max-width: 576px) {
    .grid-3 .grid__item,
    .grid-2 .grid__item {
        width: 100%;
    }
}







/*------------------------------------*\
  FONT / COLORS, BG & BORDER
\*------------------------------------*/

.color-primary {
    color: #3AA9A3;
}

.color-light {
    color: #fff;
}

.color-danger {
    color: #FF0000;
}

.bg-color-primary {
    background-color: #6d9734;
}


.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-line-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-line-3 {
    -webkit-line-clamp: 3;
}

.text-small {
    font-size: 14px;
}




/*------------------------------------*\
  UTILITIES
\*------------------------------------*/

.add-shadow {
    box-shadow: 0 2px 6px 1px rgb(125 125 125 / 30%);
}

.list-style-decimal,
.list-style-decimal li {
    list-style: decimal;
}

.list-style-disc {
    padding-left: 3em;
}

.list-style-disc,
.list-style-disc li {
    list-style: disc;
}



/*------------------------------------*\
  COMPONENTS
\*------------------------------------*/

/**
 *  Button
 */

.button {
    display: inline-block;
    border: 1px solid transparent;
    background-color: transparent;
    font-size: 15px;
    font-weight: 100;
    padding: 6px 50px;
    border-radius: 18px;
    letter-spacing: 2px;
    transition: 0.3s;
}

button.button {
    outline: none;
    border: none;
    cursor: pointer;
}

.button-primary {
    background-color: #3AA9A3;
    color: #fff;
}

.button-primary:hover {
    background-color: #B9E1DF;
    color: #414141;
}

.button-outline-primary {
    border-color: #3AA9A3;
    color: #3AA9A3;
}

.button-outline-primary:hover {
    background-color: #3AA9A3;
    color: #fff;
}

.button-gray {
    color: #fff;
    background-color: #8D8D8D;
}

.button-gray:hover {
    background-color: #e6e6e6;
}


.button-link {
    color: #3AA9A3;
    padding: 0;
}

    .button-link svg {
        height: 26px;
    }


.button-normal {
    display: inline-block;
    width: 120px;
    padding: 10px 5px;
    letter-spacing: 2px;
    border-radius: 5px;
    transition: 0.3s;
}

.button-square {
    padding: 5px 40px;
    border-radius: 5px;
    color: #fff;
    background-color: #3AA9A3;
}

.button-square:hover {
    color: #fff;
    background-color: #1f746e;
}

.button-wide {
    width: 100%;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    border-radius: 5px;
    color: #fff;
    background-color: #3AA9A3;
}



/**
 *  Dropdown
 */

.drop__content {
    display: none;
}

a.drop__button {
    display: block;
}

.drop__content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.drop__content li {
    list-style: none;
}

.drop:hover .drop__content {
    display: block;
}



/**
 *  Collapse
 */

.collapse__content {
    display: none;
}





/**
 *  Breadcrumb
 */

.page__breadcrumb {
    margin-top: 10px;
}

    .page__breadcrumb ul {
        font-size: 14px;
        padding-left: 0;
    }

        .page__breadcrumb li {
            list-style: none;
            display: inline;
        }

        .page__breadcrumb a {
            position: relative;
            line-height: 30px;
        }

        .page__breadcrumb a::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f054";
            margin-left: 5px;
            margin-right: 5px;
            color: #414141;
        }

        .page__breadcrumb li:last-child a::after {
            display: none;
        }


/**
 *  Jssocials
 */

.jssocials-share {
    margin: 0 3px;
}

.jssocials-share-link {
    padding: 0;
}

.jssocials-share-facebook .jssocials-share-link,
.jssocials-share-line .jssocials-share-link {
    background-color: transparent;
    font-size: 23px;
}

.jssocials-share-facebook .jssocials-share-link:hover,
.jssocials-share-line .jssocials-share-link:hover {
    background: transparent;
}

.jssocials-share-facebook .jssocials-share-logo {
    color: #3b5998;
}

.jssocials-share-line .jssocials-share-logo {
    color: #00c300;
}

.jssocials-share-label {
    display: none;
}


/**
 *  Checkbox / Radio Button
 */

.option-wrap {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.option-wrap input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    cursor: pointer;
    z-index: 1;
}

.option-label {
    letter-spacing: 1px;
    font-size: 14px;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 1px;
}
  
.option-wrap:hover input ~ .checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.option-wrap input:checked ~ .checkmark {
    border-color: #3aa9a3;
    background-color: #3aa9a3;
}

.option-wrap input:checked ~ .checkmark:after {
   display: block;
   background-color: #3aa9a3;
}

.option-wrap .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.option-wrap.rounded input ~ .checkmark {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.option-wrap.rounded input:checked ~ .checkmark {
    border-color: #bababa;
    background-color: #ffffff;
}

.option-wrap.rounded input ~ .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3aa9a3;
    border: none;
}


/**
 *  Image Container
 */

 .image-box {
    display: flex !important;
}

    .image-box-outer {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        overflow: hidden;
        margin: 0;
        line-height: 0;
    }

    .image-box-outer.ratio-3-2 {
        padding-bottom: 66.66%;
    }

        .image-box-inner {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #f1f1f1;
        }

            .image-box-inner img {
                width: 100%;
                height: 100%;
                object-position: 50% 50%;
                object-fit: cover;
            }


.image-hover--zoom img {
    transition: 0.3s;
}

.image-hover--zoom:hover img {
    transform: scale(1.1);
}



/**
 *  Icon box
 */

.icon-box__i {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    font-size: 26px;
    color: #fff;
    background-color: #3AA9A3;
    border-radius: 50%;
    transition: 0.3s;
}

.icon-box:hover .icon-box__i {
    background-color: #6bd8d2;
}


.icon-box__info .title {
    font-size: 18px;
    font-weight: 300;
}



/**
 *  Page Ppagination
 */

.page__pagination {
    margin-top: 50px;
}

.page__pagination .pagination {
    justify-content: center;
    padding-left: 0;
}

    .pagination .page-item {
        margin-right: 8px;
        list-style: none !important;
    }

    .pagination .page-item:last-child {
        margin-right: 0;
    }

    .pagination .page-link {
        display: inline-block;
        padding: 5px 12px;
        color: #3AA9A3;
        font-size: 15px;
        line-height: 21px;
        border-radius: 50%;
        border-color: #3aa9a3;
    }

    .pagination .page-link.active {
        background: #3AA9A3;
        color: #fff;
    }

    .pagination .page-link.active svg {
        stroke: #fff;
    }

    .pagination .page-quick-link {
        padding: 6px 6px 0;
    }

    .pagination .page-item.disabled .page-link,
    .pagination .page-item .page-quick-link {
        background: transparent;
        color: #3AA9A3;
        border-radius: 50%;
        border-color: #3aa9a3;
    }

    .pagination .page-item.disabled .page-link svg,
    .pagination .page-item .page-quick-link svg {
        stroke: #3AA9A3;
    }



/**
 *  Slider
 */

.slider .swiper-button-prev, .slider .swiper-container-rtl .swiper-button-next {
    left: 20%;
}

.slider .swiper-button-next, .slider .swiper-container-rtl .swiper-button-prev {
    right: 20%;
}

.slider .swiper-button-next:after, .slider .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
}

.swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    opacity: 0.8;
}

.swiper-pagination-bullet:focus {
    outline: none;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.banner-wrapper {
    max-width: 100%;
}

    .banner {
        width: 100%;
        padding-bottom: 33.3%;
        height: 0;
        position: relative;
        overflow: hidden;
    }

        .banner img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }


.swiper-carousel {
    width: 92%;
}

.carousel-controls .carousel-prev:after,
.carousel-controls .carousel-next:after {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.carousel-pagination {
    width: 100%;
}

    .carousel-pagination .swiper-pagination-bullet {
        background: #E5E5E5;
        width: 15px;
        height: 15px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .carousel-pagination .swiper-pagination-bullet-active {
        background: #3AA9A3;
    }



/**
 *  Header
 */

.header {
    position: relative;
    background-color: #71DBD4;
    z-index: 999;
}

.header__content {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header li {
    list-style: none;
}

.header__top {
    background-color: #3AA9A3;
}

    .header__top-links {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        font-size: 14px;
    }

    .header__top-links a {
        line-height: 30px;
        letter-spacing: 2px;
        margin-left: 6px;
        margin-right: 10px;
        color: #fff;
    }

    .header__top-links img {
        margin-top: -4px;
        margin-right: 3px;
    }

    .header__top-links .logout-icon img {
        margin-top: -1px;
    }

.header__nav {
    margin-left: auto;
}

.header__nav__content {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header__nav-menu {
        position: relative;
        display: -webkit-flex;
        display: flex;  
        top: 2px;
        margin-bottom: 0;
        padding-left: 0;
        z-index: 99;
    }

    .header__nav-menu h4,
    .mobile-sidebar h4,
    .header__nav-menu h5,
    .mobile-sidebar h5 {
        line-height: inherit;
        font-size: 15px;
        margin: 0;
    }
    
    .header__nav-menu > li {
        position: relative;
    }

    .header__nav-menu > li > a {
        position: relative;
        display: inline-block;
        margin-left: 7px;
        margin-right: 7px;
        letter-spacing: 1px;
        line-height: 75px;
    }

    .header__nav-menu > li:hover > a {
        color: #fff;
    }

    .header__nav-menu > li:hover > a::after {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }


.header__nav__logo {
    position: relative;
    z-index: 1;
}

.header__nav__logo::before,
.header__nav__logo::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}

.header__nav__logo::before {
    right: 16px;
    width: 400%;
    background-color: #fff;
}

.header__nav__logo::after {
    right: -74px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 90px 0 0;
    border-color: #ffffff transparent transparent transparent;
}

    .header__nav__logo a {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

        .header__nav__logo .image {
            height: 90px;
        }

        .header__nav__logo .image img {
            padding: 3px;
            height: 100%;
        }

    .logo-text {
        color: #414141;
    }

        .logo-text .tw {
            letter-spacing: 3px;
        }


@media(max-width:576px) {
    .header__nav__logo::after {
        border-width: 75px 75px 0 0;
        right: -58px;
    }
}



/**
 *  Nav Drop
 */

.header__nav .drop__content {
    position: absolute;
    padding-top: 6px;
    min-width: 220px;
}

.header__nav .drop__content ul {
    padding: 8px 15px;
    background-color: rgb(33 33 33 / 75%);
}

.header__nav .drop__content li {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    list-style: none;
    padding-right: 10px;
    margin-bottom: 2px;
    border-bottom: 1px dashed #fff;
}

.header__nav .drop__content li:last-child {
    border-bottom: none;
}

    .header__nav .drop__content img {
        height: 9px;
        margin-right: 5px;
    }

    .header__nav .drop__content a {
        display: inline-block;
        width: 100%;
        padding-top: 6px;
        padding-bottom: 8px;
        letter-spacing: 2px;
        font-weight: 100;
        color: #fff;
        transition: 0.3s;
    }

    .header__nav .drop__content a:hover {
        background-color: transparent;
        opacity: 0.8;
    }


/* Mobile Nav */
.mobile__nav {
    position: relative;
    display: none;
    z-index: 99;
}

    .mobile-toggle {
        position: absolute;
        top: 30px;
        right: 14px;
        width: 22px;
        height: 14px;
        padding: 10px 0;
        cursor: pointer;
        z-index: 1;
        display: none;
    }

        .toggle-icon {
            width: 22px;
            height: 14px;
            position: relative;
            top: -6px;
            margin: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
        }
          
        .toggle-icon span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #313131;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }
    
        .toggle-icon span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }
          
        .toggle-icon span:nth-child(2) {
            top: 6px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }
          
        .toggle-icon span:nth-child(3) {
            top: 12px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .toggle-icon.open span {
            background: #fff;
        }

        .toggle-icon.open span:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: -1px;
            left: 0;
        }
          
        .toggle-icon.open span:nth-child(2) {
            width: 0%;
            opacity: 0;
        }
          
        .toggle-icon.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 14px;
            left: 0;
        }
    
    .mobile-sidebar {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: calc(100vh - 120px);
        overflow: scroll;
        transition: .3s;
    }

        .mobile-sidebar > ul {
            padding-left: 0;
            margin-left: auto;
            margin-right: auto;
            background: rgba(0, 0, 0, 0.75);
        }

            .mobile-sidebar li a {
                display: inline-block;
                padding: 14px 0;
                width: 100%;
                color: #fff;
                letter-spacing: 2px;
                text-align: center;
                font-size: 16px;
                font-weight: 100;
                border-bottom: 1px solid rgb(255 255 255 / 52%);
                background-color: #A3A3A3;
            }

            .mobile-sidebar .text-en {
                font-size: 12px;
            }
    
    .slide-sidebar.active {
        top: 105px;
    }

    .mobile-sidebar .drop__button span {
        position: relative;
        display: block;
    }

    .mobile-sidebar .drop__button span::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0da";
        font-size: 14px;
        top: 3px;
        right: 22px;
        transition: 0.3s;
    }

    .mobile__drop.open .drop__button span::after {
        transform: rotate(90deg);
    }

    .mobile-sidebar .drop:hover .drop__content {
        display: none;
    }

    .mobile-sidebar .drop.open .drop__button {
        background-color: #3AA9A3;
    }

        .mobile-sidebar .drop__content a {
            padding-top: 8px;
            padding-bottom: 8px;
            font-size: 15px;
            background-color: transparent;
        }

        .mobile-sidebar .drop__content a:hover {
            color: #3AA9A3;
        }

@media (max-width: 1211px) {
    .header__nav__logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header__nav__logo .image {
        height: 55px;
    }

    .header__nav {
        display: none;
    }
    
    .mobile-toggle {
        display: block;
    }

    .mobile__nav {
        display: block;
    }

    .header__logo {
        flex: 1;
        text-align: center;
    }

    .header__top-links {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .header__top-links a {
        margin-left: 6px;
        margin-right: 6px;
    }

    .header__nav__logo .logo-text .tw {
        letter-spacing: 1px;
    }

    .header__nav__logo .logo-text .en {
        font-size: 12px;
    }
}


/**
 *  Back to Top
 */

 .back-to-top {
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
    background-color: #3AA9A3;
    border-radius: 50%;
    z-index: 10;
}

    .back-to-top svg {
        position: relative;
        top: 5px;
        left: 5px;
        width: 30px;
        height: 30px;
        stroke: #fff;
    }


@media(max-width: 576px) {
    .back-to-top {
        bottom: 30px;
        right: 25px;
    }
}



/**
 *  Float Menu
 */

.float-menu {
    position: fixed;
    top: 25%;
    width: 1110px;
    text-align: right;
    display: none;
    z-index: -1;
}
    .float-menu > div {
        width: 40px;
        margin-left: auto;
    }
    .float-menu a {
        display: inline-block;
        margin-bottom: 8px;
        margin-right: -40px;
    }
    .float-menu img {
        width: 40px;
        height: 40px;
    }

@media (max-width: 576px) {
    .float-menu {
        display: none;
    }
}






/*------------------------------------*\
  Page
\*------------------------------------*/

/**
 *  Home
 */

.home-about-bg {
    background: url('../images/home/home-about-bg.jpg') center no-repeat;
    background-size: cover;
}

.overlay {
    position: relative;
}

.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.overlay-content {
    z-index: 2;
}




/**
 *  Page
 */

.page__wrapper {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 120px;
}


/**
 *  Sidebar
 */

.page__sidebar {
    width: 250px;
}

    .page__sidebar a {
        display: block;
        color: #3AA9A3;
        padding: 10px 24px 10px 24px;
        letter-spacing: 4px;
        border-bottom: 1px solid #CBCBCB;
    }

    .page__sidebar a.active,
    .page__sidebar a:hover {
        color: #fff;
        background-color: #3AA9A3;
        border-color: #90c5c3;
    }

    .page__sidebar svg {
        fill: #3AA9A3;
        stroke: #3AA9A3;
    }

    .page__sidebar a.active svg,
    .page__sidebar a:hover svg {
        fill: #fff;
        stroke: #fff;
    }

    .page__sidebar ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .page__sidebar li {
        list-style: none;
    }

    .page__sidebar .title {
        background-color: #0B6F6A;
        color: #fff;
        font-size: 20px;
        letter-spacing: 4px;
        padding: 6px 24px 6px 24px;
        margin-bottom: 0;
    }

    
 
/**
 *  Page mobile menu
 */ 

.page__mobile__menu {
    width: 100%;
    background-color: #3AA9A3;
    margin-bottom: 20px;
}

.page__mobile__menu .drop__button {
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}

.page__mobile__menu .drop__content {
    background-color: #f7f7f7;
}

.page__mobile__menu .drop__content a {
    display: block;
    padding: 8px 20px;
    color: #3AA9A3;
}

.page__mobile__menu .drop__content a svg {
    fill: #3AA9A3;
}



/**
 *  Content
 */ 

.page__content {
    flex: 1;
    padding-left: 40px;
}

    .page__content .content {
        margin-top: 40px;
    }



.page__full .page__content {
    padding-left: 0;
}

@media (max-width: 991px) {
    .page__content {
        padding-left: 0;
    }
}

@media (max-width: 576px) {
    .page__wrapper {
        padding-top: 20px;
    }
    
}


/**
 *  About
 */ 

.terms .item {
    display: flex;
    margin-bottom: 5px;
}

.terms .label {
    flex-shrink: 0;
    width: 80px;
}

.page__about .company-history .item {
    display: flex;
    margin-bottom: 10px;
}

    .page__about .company-history .date {
        flex-shrink: 0;
        width: 80px;
    }


.page__about .regulations .item {
    display: flex;
    margin-bottom: 10px;
}

    .page__about .regulations .label {
        width: 100px;
        flex-shrink: 0;
    }

    .page__about .regulations .accordion .btn {
        background-color: #f7f7f7;
        text-align: left;
        padding-left: 35px;
        color: #414141;
        font-size: 20px;
    }

    .page__about .regulations .accordion .btn:hover,
    .page__about .regulations .accordion .btn:focus {
        text-decoration: none;
    }


    .page__about .collapse-icons {
        position: absolute;
        top: 19px;
        left: 20px;
        color: #3AA9A3;
        font-size: 20px;
    }
    
    .page__about .collapse-icons .opened {
        display: none;
    }
    
    .collapsing ~ .collapse-icons .opened,
    .collapse.show ~ .collapse-icons .opened {
        display: block;
    }

    .collapsing ~ .collapse-icons .closed,
    .collapse.show ~ .collapse-icons .closed {
        display: none;
    }


.organization .thead {
    background-color: #0B6F6A;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

    .organization .thead th {
        font-weight: 300;
    }




/**
 *  Post
 */ 

.post {
    display: flex;
    flex-direction: column;
    height: 510px;
    transition: 0.3s;
}

    .post-title {
        line-height: 1.4em;
    }

    .post-summary {
        height: 84px;
        line-height: 1.8em;
    }

.post:hover {
    background-color: #3AA9A3;
}

.post:hover .post-title a,
.post:hover .post-title a:hover,
.post:hover .post-date,
.post:hover .post-summary {
    color: #fff;
    transition: none;
}

.post:hover .button-link {
    color: #fff;
}



/**
 *  Page Blog
 */ 

.post__header {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
    .post__title {
        margin-bottom: 10px;
    }
    .post__date {
        font-size: 14px;
    }


    .post__text img {
        max-width: 100%;
        height: auto !important;
    }


.file-download {
    font-size: 15px;
}  

    .file-download i {
        font-size: 36px;
    }

.post__share img {
    width: 30px;
    height: 30px;
}



.blog-post {
    transition: 0.3s;
}

.blog-post:hover {
    background-color: #3AA9A3;
}


.blog-post__text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .blog-post__date {
        font-size: 14px;
    }

    .blog-post__summary {
        height: 72px;
    }

    .blog-post:hover .blog-post__date,
    .blog-post:hover .blog-post__title a,
    .blog-post:hover .blog-post__summary {
        color: #fff;
    }

    .blog-post:hover .button-primary {
        background-color: #B9E1DF;
        color: #414141;
    }



/**
 *  Page Member
 */ 

.page__member form {
    letter-spacing: 2px;
}

.page__member input,
.page__member select {
    width: 100%;
    padding: 3px 8px;
    margin:  10px 0;
    background-color: #F3F3F3;
    letter-spacing: 1px;
    border-color: transparent;
}

.page__member input:focus,
.page__member select:focus {
    box-shadow: 0 0 0 0.2rem rgb(58 169 163 / 25%);
}

.page__member select {
    width: 140px;
    margin-left: 0;
    margin-right: 0;
    color: #0B6F6A;
}

.page__member input:focus {
    outline: none;
}

.page__member ::placeholder {
    color: #A3A3A3;
    font-size: 15px;
    letter-spacing: 1px;
    opacity: 1; /* Firefox */
}

.page__member :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #A3A3A3;
   font-size: 15px;
   letter-spacing: 1px;
}

.page__member ::-ms-input-placeholder { /* Microsoft Edge */
   color: #A3A3A3;
   font-size: 15px;
   letter-spacing: 1px;
}


.page__member.password .form-label {
    width: 180px;
}

.page__member select.gender {
    width: 100%;
}

[data-role="zipcode"],
[data-role="county"],
[data-role="district"] {
    width: 100%;
    flex: 1;
}

.twzipcode.address input[data-role="zipcode"],
.twzipcode.address select {
    width: 100%;
}

@media (min-width: 991px) {
    .page__member select.gender,
    .twzipcode.address [data-role="zipcode"],
    .twzipcode.address select {
        width: 140px;
        flex: auto;
    }
}



/**
 *  Page Member -- login
 */ 

.page__member .login {
    margin: 20px auto 80px;
    width: 640px;
    max-width: 92%;
}

.page__member .login input {
    line-height: 30px;
    padding: 3px 12px;
    letter-spacing: 0;
}

.page__member .login .botton-wrapper {
    margin-top: 20px;
    margin-bottom: 15px;
}


.login-help a {
    color: #414141;
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #414141;
}



/**
 *  Page Member -- table
 */ 

.t-thead {
    color: #fff;
    background-color: #0B6F6A;
    text-align: center;
}

.t-row {
    padding: 5px 10px;
    border-top: 1px solid #6D9734;
    border-bottom: 1px solid #6D9734;
    margin-bottom: 30px;
}

.t-cell {
    padding: 8px 6px;
    letter-spacing: 2px;
}

.t-cell-date {
    border-bottom: 1px solid #707070;
}

    .t-cell-date .label-for-mobile {
        margin-right: 40px;
    }

.t-cell-title {
    border-bottom: 1px solid #707070;
}
    
    .t-cell-title .text {
        min-height: 48px;
    }

.t-cell-duration {
    width: 25%;
    text-align: center;
}

.t-cell-status {
    width: 25%;
    text-align: center;
}

.t-cell-exam {
    width: 30%;
    text-align: center;
}

.t-cell-score {
    width: 20%;
    text-align: center;
}

.content .exam-action {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 2px 8px;
    transition: 0.3s;
}

.exam-action.open {
    background-color: #3AA9A3;
}

.exam-action.re-open {
    background-color: #0B6F6A;
}

.exam-action.closed {
    pointer-events: none;
    color: #414141;
    background-color: #BFBFBF;
}

.exam-action.done {
    pointer-events: none;
    color: #414141;
}

.exam-action.open:hover,
.exam-action.re-open:hover {
    opacity: 0.8;
}


@media (min-width: 991px) {
    .t-row {
        padding: 0;
        border-top: 1px solid #707070;
        border-bottom: none;
        margin-bottom: 0;
    }

    .t-cell-date {
        width: 20%;
        border-bottom: none;
    }

    .t-cell-title {
        width: 25%;
        border-bottom: none;
    }

    .t-cell-title .text {
        min-height: unset;
    }

    .t-cell:not(.t-cell-title) {
        text-align: center;
    }
}

.label-for-mobile {
    color: #6D9734;
    margin-bottom: 3px
}




/**
 * Page Member -- Videos
 */ 

.videos-row {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.video-cat-title {
    margin-bottom: 15px;
}

.videos-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.video {
    padding: 0 12px;
    margin-bottom: 20px;
}

.video img {
    width: 100%;
}

.video__text {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

    .video__text-title {
        font-size: 18px;
    }

    .video__text-points {
        font-size: 15px;
        flex-shrink: 0;
    }

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

/* .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
} */

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__thumbnails {
    position: relative;
}

.video__thumbnails .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 36px;
    color: #fff;
    pointer-events: none;
}


/* youtube */

.video__play {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video__play iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.toast-message {
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f0f0f0;
}

.toast-message i {
    margin-right: 6px;
}

.toast-message a {
    display: inline-block;
    margin-left: 5px;
    color: #6d9734;
}

.toast-message a > i {
    position: relative;
    top: -1px;
    margin-left: 2px;
    font-size: 13px;
}

.video__player {
    position: relative;
    display: table;
}

.loader {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.spin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 75px;
    height: 75px;
    margin: auto;
    z-index: 9;
}

.spin:before, .spin:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 9.375px;
    border-style: solid;
    border-color: #498329;
    border-radius: 100%;
}

.spin:before {
    opacity: 0.5;
}

.spin:after {
    border-color: #6d9734 transparent transparent;
    animation: spin 500ms linear infinite;
}
  
@keyframes spin {
    to {
      transform: rotate(360deg);
    }
}



/**
 *  Page Member -- Video Exam
 */  

.page__exam .title .label {
    font-size: 16px;
    line-height: 1.5em;
    color: #7f7f7f;
}

.page__exam .content {
    padding-left: 36px;
    padding-right: 36px;
}

.question {
    display: flex;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.question:last-child {
    border-bottom: none;
}

    .question .index {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        background-color: #3AA9A3;
        color: #fff;
        border-radius: 3px;
        margin-right: 10px;
    }

    .question-content {
        color: #333;
    }

    .row-q {
        margin-bottom: 15px;
        color: #525252;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .row-a .answer-pool {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .row-a .option-wrap {
            margin-right: 25px;
            margin-bottom: 10px;
            color: #525252;
        }

.exam-score.failed {
    font-size: 20px;
    font-weight: 500;
    color: red;
}

.question .option-wrap.answer.wrong .checkmark::after {
    background: red;
}

.final-answer.failed {
    color: red;
}

@media (max-width: 576px) {
    .page__exam .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}        

 

/**
 * Page Member -- Downloads
 */ 

.page__member .collapse__item {
    margin-bottom: 20px;
}

    .page__member .collapse__content {
        background-color: #b5d5d3;
    }


    .page__member .collapse__content .file-item {
        border-bottom: 1px solid #a0c7c4;
        padding-left: 20px;
        padding-right: 20px;
    }

        .page__member .collapse__content .file-item .date {
            color: #595757;
        }

        .page__member .collapse__content .button-download {
            width: auto;
            flex-shrink: 0;
            margin-left: 30px;
            margin-right: 5px;
            padding: 5px 12px;
            border-radius: 5px;
            color: #fff;
            font-size: 14px;
        }

            .page__member .collapse__content .button-download i {
                font-size: 16px;
                margin-right: 3px;
                transition: 0.3s;
            }

        .page__member .collapse__content .button-download:hover {
            background-color: #ffffff;
            color: #3AA9A3;
        }

        .page__member .collapse__content .button-download:hover i {
            color: #3AA9A3;
        }



.page__member .file-download {
    display: flex;
    justify-content: space-between;
    background-color: #F3F3F3;
}

    .page__member .file-download .date i {
        font-size: 16px;
    }

    .page__member .button-download {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        background-color: #3AA9A3;
    }

    .page__member .button-download:hover {
        background-color: #0B6F6A;
    }

        .page__member .button-download i {
            font-size: 24px;
            color: #fff;
        }

@media(max-width: 576px) {
    .page__member .collapse__content .button-download {
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}

/**
 *  Location
 */  

.store-filter .button-store-filter {
    width: 100px;
    color: #fff;
    background-color: #3AA9A3;
    border: 0;
    cursor: pointer;
}

.store-filter select {
    background-color: #F3F3F3;
    border-color: transparent;
    color: #0B6F6A;
}


.location {
    margin-bottom: 30px;
}

.location__map {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

    .location__map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.location__text,
.location__text a {
    color: #0B6F6A;
}

.location__text i {
    margin-right: 6px;
}

.location__text-title {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
}

.location__text-title a {
    color: #0B6F6A;
}

.location__text-title a:hover {
    opacity: .9;
}

.location__text-address {
    font-size: 14px;
}


@media(max-width: 576px) {
    .store-filter .button-store-filter {
        width: 100%;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    
    .store-filter select {
        margin-bottom: 10px;
    }
}



/**
 *  Contact
 */   


.contact__form input,
.contact__form select,
.contact__form textarea {
    width: 100%;
    border: 1px solid transparent;
    background-color: #F3F3F3;
    color: rgb(65 65 65 / 55%);
    padding: 7px;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 2px;
}

.contact__form select:focus-visible {
    outline: none;
}

.contact__form textarea {
    height: 230px;
}

.contact__form ::placeholder {
    color: rgb(65 65 65 / 55%);
    opacity: 1; /* Firefox */
    letter-spacing: 2px;
    font-size: 16px;
}

.contact__form :-ms-input-placeholder,   /* Internet Explorer 10-11 */
.contact__form ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(65 65 65 / 55%);
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
}


.contact__info {
    color: #0B6F6A;
}

.contact__info-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.contact__info a {
    color: #0B6F6A;
}

.contact__info .social-media {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
}

    .contact__info .social-media a {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        color: #0B6F6A;
        margin-right: 20px;
    }

    .contact__info .social-media i {
        margin-right: 8px;
        font-size: 20px;
    }

.contact__info ul {
    list-style: none;
    padding-left: 0;
}

    .contact__info li {
        display: flex;
        align-items: center;
        letter-spacing: 1px;
        margin-bottom: 3px;
    }

        .contact__info .icon {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 12px;
            height: 22px;
            margin-right: 10px;
        }

            .contact__info .social-media i {
                margin-right: 6px;
                font-size: 28px;
            }

    
.contact__info .map iframe {
    max-width: 100%;
    width: 100%;
    height: 220px;
}

.page__contact .social-media__instagram i {
    font-size: 32px;
    margin-right: 7px;
}



/**
 *  Page Success
 */

.success__container {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.success__check__icon {
    font-size: 72px;
    color: #67c632;
    margin-top: 10px;
    margin-bottom: 20px;
}

.success__content .text {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
}



/**
 *  Schedule
 */

.schedule .controls {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .schedule .controls a {
        color: #3aa9a3;
    }

    .schedule .controls .title {
        font-size: 36px;
        font-weight: 400;
        font-weight: 700;
        margin-left: 40px;
        margin-right: 40px;
    }

    .schedule .controls svg {
        width: 60px;
        height: 60px;
        stroke: #414141;
    }

.schedule .event {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 1px solid #3AA9A3;
    font-size: 16px;
    margin-bottom: 0;
}

.schedule .event:last-child {
    border-bottom: 1px solid #3AA9A3;
}

    .schedule .category {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 80px;
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        letter-spacing: 2px;
    }

    .schedule .category.domestic {
        background-color: #71DBD4;
    }

    .schedule .category.international {
        background-color: #3AA9A3;
    }

    .schedule .date {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 80px;
        color: #3AA9A3;
        background-color: #eee;
        font-weight: 500;
        padding-top: 16px;
        padding-bottom: 16px;
    }

        .schedule .date .number {
            letter-spacing: 1px;
        }


    .schedule .title a {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 10px 15px;
        color: #3c3c3c;
    }

    .schedule .title a:hover {
        color: #3aa9a3;
    }
    
    .schedule-button {
        display: flex;
        align-items: center;
    }

    @media (max-width: 576px) {
        .schedule .controls {
            justify-content: space-between;
        }
            
            .schedule .controls .title {
                font-size: 32px;
                margin-left: 30px;
                margin-right: 30px;
            }

            .schedule .controls svg {
                width: 30px;
                height: 30px;
            }
    }



.event-listing .event-item {
    display: flex;
    justify-content: space-between;
    background-color: #F0F0F0;
}

    .event-listing .event-info {
        padding: 15px 30px;
        min-height: 100px;
    }

    .event-listing .event-points {
        flex-shrink: 0;
        background-color: #3AA9A3;
        width: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        white-space: pre-line;
        padding: 5px 20px;
    }


@media (max-width: 576px) {
    .event-listing .event-item {
        flex-direction: column;
    }

        .event-listing .event-points {
            width: 100%;
            padding: 10px;
        }
}



/**
 *  Footer
 */

.footer {
    position: relative;
    color: #414141;
    background-color: #B9E1DF;
    z-index: 9;
}

.footer::before,
.footer::after {
    content: "";
    position: absolute;
    top: -40px;
}

.footer::before {
    left: 0;
    width: 65%;
    height: 40px;
    background-color: #B9E1DF;
}

.footer::after {
    left: 65%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: transparent transparent transparent #B9E1DF;
}


.footer__content {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 60px;
    font-size: 14px;
}

    footer ul {
        padding-left: 0;
    }

    footer li {
        list-style: none;
        margin-bottom: 4px;
    }

    .footer__logo {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin-right: auto
    }

    .footer__logo img {
        width: 135px;
    }

        .footer__logo .logo-text {
            font-size: 20px;
            margin-left: 10px;
        }

        .footer__logo .logo-text .tw {
            letter-spacing: 5.5px;
        }

        .logo-text .en {
            font-size: 13px;
        }

    .footer__info {
        position: relative;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        letter-spacing: 2px;
    }

        .footer .block-title {
            padding-bottom: 10px;
            border-bottom: 1px solid #414141;
            margin-bottom: 20px;
            font-weight: 400;
        }

        .contact-block li {
            margin-bottom: 10px;
            display: flex;
        }

            .contact-block i {
                margin-right: 3px;
            }

        .footer__info .inner-nav {
            display: -webkit-flex;
            display: flex;
        }

        .footer__info .inner-nav ul:first-child {
            margin-right: 20px;
        }

        .footer__info .inner-nav li {
            margin-bottom: 2px;
        }

        .footer__info .social-media {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            max-width: 400px;
        }

        .footer__info .social-media a {
            display: flex;
            align-items: center;
            margin-right: 8px;
        }

            .footer__info .social-media a i {
                font-size: 22px;
                color: #414141;
            }


.copyright {
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.copyright span::before {
    content: "|";
    margin-left: 2px;
    margin-right: 6px;
}

@media (max-width: 1211px) {
    .footer__info {
        margin-top: 40px;
        width: 100%;
        justify-content: space-between;
    }

    .footer__logo img {
        width: 135px;
    }

    .footer__logo .logo-text {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .footer .block {
        margin: 15px auto;
        width: 280px;
    }

    .footer__info .social-media {
        flex-direction: column;
        align-items: flex-start;
    }

    .copyright {
        text-align: center;
    }

    .copyright span {
        display: block;
    }

    .copyright span::before {
        display: none;
    }
}


/**
 *  Privacy
 */

.privacy-content {
    line-height: 1.8em;
}