@font-face {
    font-family: "NotoLight";
    src: url("../css/fonts/NotoSansTC-Light.ttf");
}

@font-face {
    font-family: "NotoRegular";
    src: url("../css/fonts/NotoSansTC-Regular.ttf");
}

@font-face {
    font-family: "NotoMedium";
    src: url("../css/fonts/NotoSansTC-Medium.ttf");
}

@font-face {
    font-family: "NotoSerif";
    src: url("../css/fonts/NotoSerifTC-Light.otf");
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
    font-family: "NotoRegular";
    color: #472c21;
}

body.noscroll {
    overflow: hidden;
}

.app {
    overflow: hidden;
    min-height: 100vh;
}

a {
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
    transition: 0.5s;
}

a:focus,
button:focus,
input:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

pre {
    white-space: pre-line;
}

.empty {
    color: #94866d;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

label.error {
    color: #bb0000;
    display: inline;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
    font-size: 10px;
    font-weight: 300;
}

.alert {
    margin-top: 10px;
    margin-bottom: 0;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.arrow-up.arrow-1 {
    border-bottom: 15px solid #dbcdbb;
}

.arrow-up.arrow-2 {
    border-bottom: 15px solid #d2b588;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.arrow-down.beiges {
    border-top: 15px solid #f8f5f1;
}

.arrow-down.caramel {
    border-top: 15px solid #d2b588;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.modal {
    background: rgba(56, 38, 25, 0.6) !important;
}

.modal img {
    max-width: 100%;
}

.modal-content {
    border-radius: 0 !important;
}

.modal-content.bg {
    background: #f9f6f1;
}

.modal-content .modal-wrapper {
    padding: 30px;
}

.modal-content .modal-wrapper.bg .sketch {
    margin: 80px 0;
}

.modal-content .modal-wrapper.bg .sketch-big {
    margin: 30px 0;
}

.modal-content .modal-wrapper .text {
    height: 25px;
}

.modal-content .btn-close {
    position: absolute;
    right: 25px;
    top: 20px;
}

.mtitle {
    font-family: "Literata";
    font-size: 30px;
    color: #766d64;
    margin-bottom: 25px;
}

.mtitle.special {
    margin-top: 50px;
}

.mdesc {
    color: #a29988;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
}

.mdescription {
    border-top: 1px solid rgba(162, 153, 136, 0.3);
    border-bottom: 1px solid rgba(162, 153, 136, 0.3);
    padding: 20px 0;
    color: #a29988;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
}

@media screen and (max-width: 1366px) {
    .mdesc {
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {
    .mtitle.special {
        margin-top: 10px;
    }

    .modal-content .modal-wrapper.bg .sketch {
        margin: 10px 0;
    }

    .modal-content .modal-wrapper.bg .sketch-big {
        margin: 10px 0;
    }
}

.btn-main {
    background: #c64271;
    border-radius: 24px;
    color: #ffffff;
    padding: 10px 25px 12px 30px;
    border: 1px solid #c64271;
    width: 235px;
    transition: 0.4s;
    font-size: 17px;
    letter-spacing: 0.5;
}

.btn-main.short {
    width: 175px;
}

.btn-main i {
    color: #ffffff;
    font-size: 17px;
    transition: 0.4s;
    margin-top: 2px;
    position: relative;
    left: 18px;
}

.btn-main:hover {
    background: rgba(198, 66, 113, 0.8);
    color: #c64271;
    transition: 0.4s;
    background: none;
}

.btn-main:hover>i {
    transition: 0.4s;
    left: 23px;
    color: #c64271;
}

.btn-main.special:hover>i {
    transition: 0.4s;
    color: #c64271;
    transform: rotate(180deg);
    left: 18px !important;
}

.btn-secondary {
    background: #dcf2fd;
    padding: 12px 30px 14px 30px;
    border: 1px solid #97d4f2;
    border-radius: 0;
    color: #4a3733;
    font-size: 18px;
    display: inline-flex;
    letter-spacing: 2px;
}

.btn-secondary img {
    width: 30px;
    margin-right: 10px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #4a3733;
    background: #97d4f2;
    border: 1px solid #97d4f2;
}

@media screen and (max-width: 992px) {
    .btn-main {
        max-width: 100%;
        padding: 8px 20px 10px 25px;
        font-size: 16px;
        width: 204px;
    }

    .btn-secondary {
        font-size: 14px;
    }
}

header {
    background: #ffffff;
    height: 90px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    padding-top: 12px;
    padding-bottom: 12px;
}

header .logo {
    width: 175px;
    max-width: 100%;
    margin-top: 0;
    position: relative;
    left: 7px;
}

header .logo:hover {
    transition: 0.4s;
    opacity: 0.6;
}

header .menu-bar {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #a53f5b;
    font-size: 27px;
}

header img {
    max-width: 100%;
}

header nav {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 80px;
}

header nav .nav-link {
    padding: 3px 0px 10px 0;
    margin: 0 30px 0 30px;
    font-family: "NotoMedium";
    color: #472c21 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    position: relative;
}

header nav .nav-link ul {
    list-style: none;
    margin-left: -30px;
    margin-bottom: 0;
}

header nav .nav-link ul li {
    margin-bottom: 17px;
}

header nav .nav-link ul li:last-child {
    margin-bottom: 6px;
}

header nav .nav-link ul li a {
    color: #333333;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
}

header nav .nav-link ul li a:hover {
    color: #c64271 !important;
}

header nav .nav-link:hover .main {
    color: #c64271 !important;
}

header nav .nav-link:hover .dropdown {
    visibility: visible;
    top: 40px;
    transition: 0.5s;
    opacity: 1;
}

header nav .nav-link .main {
    font-family: "NotoMedium";
    color: #472c21 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    position: relative;
}

header .dropdown {
    opacity: 0;
    position: absolute;
    padding: 17px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    z-index: 2;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 190px;
    visibility: hidden;
    transition: 0.5s;
}

header .dropdown:hover {
    opacity: 1;
    visibility: visible;
}

.bar-menu {
    font-size: 24px;
}

.a-menu {
    position: fixed;
    z-index: 102;
    right: 102px;
    top: 44px;
}

.a-menu.desktop {
    display: block;
}

.a-menu.mobile {
    display: none;
}

#menu-toggle,
#menu-toggle-mobile {
    display: none;
}

.menu-icon {
    width: 35px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin-top: -14px;
    margin-left: 30px;
}

.menu-icon span {
    display: block;
    height: 2px;
    background-color: #472c21;
    border-radius: 0;
    transition: 0.3s ease;
}

#menu-toggle:checked+.menu-icon span:nth-child(1),
#menu-toggle-mobile:checked+.menu-icon span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

#menu-toggle:checked+.menu-icon span:nth-child(2),
#menu-toggle-mobile:checked+.menu-icon span:nth-child(2) {
    opacity: 0;
}

#menu-toggle:checked+.menu-icon span:nth-child(3),
#menu-toggle-mobile:checked+.menu-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.full-menu {
    background: #fdfef9;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    z-index: 100;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
}

.full-menu.show {
    visibility: visible;
    opacity: 1;
    left: 0;
    transition: 0.6s;
}

.full-menu .close-btn {
    display: block;
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 95px;
    text-decoration: none;
}

.full-menu .close-btn .circle {
    width: 48px;
    height: 48px;
    background: #c64271;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
}

.full-menu .close-btn .text {
    color: #493733;
    margin-top: 48px;
    font-size: 13px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

.full-menu .bg-img {
    width: 325px;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.full-menu .full-title {
    margin-top: 65px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #373735;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-menu .full-title a {
    color: #373735;
    font-size: 17px;
    font-family: "NotoMedium";
    text-decoration: none;
}

.full-menu .full-title a:hover {
    color: #c64271;
}

.full-menu .full-title a.arrow {
    display: block;
    width: 22px;
    height: 22px;
    background: #c64271;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 14px;
}

.full-menu .full-sub {
    margin-bottom: 11px;
}

.full-menu .full-sub a {
    color: #493733;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
}

.full-menu .full-sub a:hover {
    color: #c64271;
}

.mobile-menu {
    display: none;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 101;
    min-height: 100vh;
    background: rgba(198, 66, 113, 0.86);
    opacity: 1;
    visibility: visible;
    transition: 0.35s;
}

.mobile-menu .mobile-wrapper {
    right: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    transition: 0.35s;
}

.mobile-menu .mobile-wrapper.hide {
    opacity: 0;
    visibility: hidden;
    transition: 0.35s;
}

.mobile-menu .mobile-wrapper .logo {
    width: 75%;
}

.mobile-menu .mobile-wrapper .navigation {
    height: 100%;
    overflow-y: auto;
    padding: 100px 0 20px 0;
}

.mobile-menu .mobile-wrapper .navigation hr {
    border: none;
    border-bottom: 1px solid #c88b9d;
    opacity: 1;
}

.mobile-menu .mobile-wrapper .navigation .main-title {
    margin-bottom: 30px;
    position: relative;
}

.mobile-menu .mobile-wrapper .navigation .main-title .mega {
    background: #d0668a;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: 0.3s;
    padding: 0 50px 0 57px;
}

.mobile-menu .mobile-wrapper .navigation .main-title .mega.show {
    margin-top: 15px;
    margin-bottom: -13px;
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 16px 50px 14px 57px;
    transition: 0.3s;
}

.mobile-menu .mobile-wrapper .navigation .main-title .mega a {
    color: #ffffff;
    padding: 0;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.mobile-menu .mobile-wrapper .navigation .main-title .arrow {
    position: absolute;
    left: 210px;
    top: 6.5px;
}

.mobile-menu .mobile-wrapper .navigation .main-title .arrow.show {
    transform: rotate(180deg);
    transition: 0.3s;
    margin-left: -5px;
}

.mobile-menu .mobile-wrapper .navigation .main-title a {
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "NotoRegular";
    font-size: 19.5px;
    letter-spacing: 4px;
    padding: 0 50px 0 50px;
}

.mobile-menu .mobile-wrapper .navigation .main-title .mega-menu a {
    font-size: 16px;
}

.mobile-menu .mobile-wrapper .close-btn {
    position: absolute;
    top: 20px;
    right: 22px;
    color: #ffffff;
    font-size: 30px;
}

.mobile-menu.hide {
    opacity: 0;
    visibility: hidden;
    transition: 0.35s;
}

.mobile-menu .socmed {
    margin-top: 30px;
    text-align: center;
}

.mobile-menu .socmed .fb {
    width: 40px;
}

.mobile-menu .socmed .logo-long {
    width: 87%;
    margin-top: 15px;
}

@media screen and (max-width: 1024px) {
    header .logo {
        margin-top: 10px;
    }

    header nav {
        margin-top: 20px;
        display: none;
    }

    header nav a {
        margin: 0 0 0 55px;
    }
}

@media screen and (min-width: 768px) {
    .menu-icon {
        margin-top: -5px;
    }

    header {
        height: auto;
        padding-top: 12px;
        padding-bottom: 8px;
        z-index: 99;
    }

    header .logo {
        max-width: none;
        width: 175px;
        margin-top: 2px;
    }
}

@media screen and (max-width: 768px) {
    header {
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
    }

    .menu-icon {
        width: 25px;
    }

    .menu-icon span {
        background: #a4405c;
    }

    .a-menu {
        top: 33px;
        right: 22px;
    }

    .a-menu.desktop {
        display: none;
    }

    .a-menu.mobile {
        display: block;
    }

    .mobile-menu {
        display: block;
    }

    .full-menu {
        display: none;
    }

    .full-menu .full-title {
        margin-top: 5px;
    }

    .full-menu .close-btn {
        top: 5px;
        right: 10px;
        left: auto;
    }

    .full-menu .close-btn .text {
        display: none;
    }

    .full-menu .close-btn .circle {
        width: 36px;
        height: 36px;
    }

    .full-menu .bg-img {
        display: none;
    }

    header .logo {
        max-width: 70%;
        margin-top: -7px;
    }
}

@media screen and (max-width: 468px) {
    header {
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 99;
        height: 56px;
    }

    header .logo {
        height: 37px;
        width: auto;
        margin-top: 4px;
    }

    header nav {
        display: none;
    }

    header .menu-bar {
        display: block;
    }
}

footer {
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 5;
    background: #c64271;
}

footer .logo {
    width: 170px;
    max-width: 100%;
}

footer .title {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: "NotoMedium";
    letter-spacing: 1px;
}

footer .title.special {
    font-size: 15px;
}

footer .subtitle {
    font-size: 17px;
    font-family: "NotoLight";
    letter-spacing: 1px;
}

footer .subtitle.special {
    font-size: 14px;
    margin: 6px 0;
}

footer .subtitle.special span {
    opacity: 0.8;
    font-family: "NotoLight";
}

footer .subtitle.special a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 6px;
    font-family: "NotoRegular";
}

footer .subtitle.special a:hover {
    opacity: 0.8;
}

footer .backtop {
    text-decoration: none;
    position: absolute;
    right: 30px;
    top: -25px;
    width: 47px;
    height: 47px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    z-index: 10;
    border: 1px solid #c64271;
}

footer .backtop i {
    color: #c64271;
    font-size: 19px;
}

footer .backtop:hover {
    border: 1px solid #c64271;
    background: #d1688c;
}

footer .backtop:hover i {
    color: #ffffff;
}

footer .copyrights {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 50px;
    padding-right: 0;
    line-height: 25px;
    letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
    footer {
        padding-left: 0;
        padding-right: 0;
    }

    footer .main-nav {
        margin-top: 0;
    }

    footer hr.short {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 468px) {
    footer {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    footer .logo {
        width: 103px;
        margin-left: 20px;
    }

    footer .title {
        font-size: 14px;
    }

    footer .title.special {
        font-size: 15px;
        margin-bottom: 7px;
    }

    footer .subtitle {
        font-size: 12px;
    }

    footer .subtitle.special {
        font-size: 14px;
        margin: 6px 0;
    }

    footer .subtitle.special span {
        opacity: 0.8;
        font-family: "NotoLight";
        width: 100%;
        display: block;
        margin-top: 4px;
        margin-bottom: 7px;
    }

    footer .subtitle.special a {
        color: #ffffff;
        text-decoration: none;
        margin-left: 0;
        width: 49%;
        display: inline-block;
        margin-bottom: 7px;
    }

    footer .subtitle.special a:hover {
        opacity: 0.8;
    }

    footer .main-nav a {
        font-size: 15px;
    }

    footer .main-nav .title-nav {
        font-size: 15px;
        margin-bottom: 5px;
    }

    footer .backtop {
        width: 38px;
        height: 38px;
        right: 17px;
        top: -19px;
    }

    footer .backtop i {
        font-size: 16px;
    }

    footer .copyrights {
        text-align: center;
        margin-left: 0;
        padding-right: 0;
        line-height: 20px;
        font-size: 9px;
        margin-top: 20px;
    }
}

.slick-slide {
    height: auto !important;
}

.slick-banner {
    position: relative;
    z-index: 1;
}

.slick-banner .slick-next {
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    opacity: 0.8;
}

.slick-banner .slick-next:hover {
    opacity: 1;
    transition: 0.5s;
}

.slick-banner .slick-prev {
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    opacity: 0.8;
}

.slick-banner .slick-prev:hover {
    opacity: 1;
    transition: 0.5s;
}

@font-face {
    font-family: "AdobeMing";
    src: url("fonts/AdobeMingStd-Light.otf");
}

img {
    max-width: 100%;
}

p {
    letter-spacing: 0.5px;
}

.img-cover {
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.img-cover img {
    width: 100%;
    border-radius: 14px;
}

.slick-banner-mobile {
    display: none;
}

.button-wrapper {
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: flex-end;
}

.button-wrapper a {
    text-decoration: none;
    color: #c64271;
}

.button-wrapper a:hover>i {
    left: 10px;
    transition: 0.5s;
}

.button-wrapper i {
    left: 4px;
    position: relative;
}

.service-dashboard .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.service-dashboard .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    animation: line-slide 2000s forwards infinite linear;
}

@keyframes line-slide {
    0% {
        background-position: -5% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.banner {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 101px;
}

.banner .swiper {
    margin-bottom: 20px;
    object-fit: cover;
}

.banner .cover {
    height: 566px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    border-radius: 30px;
}

.banner .cover .text-1 {
    position: absolute;
    top: 100px;
    left: 20%;
    width: 55px;
    display: none;
}

.banner .cover .subtext-1 {
    position: absolute;
    top: 140px;
    left: 25%;
    width: 150px;
    display: none;
}

.banner .cover .text-2 {
    position: absolute;
    top: 70px;
    left: 42%;
    width: 55px;
    display: none;
}

.banner .cover .subtext-2 {
    position: absolute;
    top: 100px;
    left: 47.5%;
    width: 150px;
    display: none;
}

.banner .cover .text-3 {
    position: absolute;
    top: 100px;
    left: 7%;
    width: 55px;
    display: none;
}

.banner .cover .subtext-3 {
    position: absolute;
    top: 130px;
    left: 11%;
    width: 150px;
    display: none;
}

.banner .cover .text-4 {
    position: absolute;
    top: 30%;
    left: 9%;
    width: 55px;
    display: none;
}

.banner .cover .subtext-4 {
    position: absolute;
    top: 35%;
    left: 13%;
    width: 150px;
    display: none;
}

.banner .cover .text-5 {
    position: absolute;
    top: 100px;
    left: 9%;
    width: 55px;
    display: none;
}

.banner .cover .subtext-5 {
    position: absolute;
    top: 125px;
    left: 14%;
    width: 150px;
    display: none;
}

.banner .goto {
    position: absolute;
    right: 95px;
    bottom: -30px;
    width: 60px;
    cursor: pointer;
    z-index: 5;
}

.marquee {
    text-align: center;
    padding: 17px 0;
    border: none;
    font-size: 17px;
    position: relative;
    z-index: 2;
}

.marquee .divider {
    width: 100%;
    margin-top: 10px;
    height: 6px;
    background: url("../img/home/news_line2.gif") center center repeat;
    background-size: contain;
}

.marquee .featured-title {
    max-width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
}

.marquee .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    flex-wrap: wrap;
    width: 100%;
}

.marquee .title-wrapper {
    display: flex;
    align-items: center;
    width: 25%;
    flex-wrap: wrap;
}

.marquee .title-wrapper .dots {
    height: 6px;
    width: 6px;
    background: #2e8ab6;
    border-radius: 50%;
    display: block;
    margin-left: 20px;
    margin-right: 7px;
}

.marquee .title-wrapper .bigtitle {
    color: #4a3733;
    font-size: 35px;
    letter-spacing: 3px;
    font-family: "NotoMedium";
}

.marquee .title-wrapper .title {
    color: #c64271;
    font-size: 17px;
    font-weight: 900;
    display: flex;
    align-items: center;
    font-family: "NotoMedium";
    letter-spacing: 2px;
}

.marquee .content-wrapper {
    display: flex;
    text-decoration: none;
    width: 50%;
    justify-content: center;
}

.marquee .content-wrapper:hover {
    transition: 0.5s;
    opacity: 0.6 !important;
}

.marquee .content-wrapper span {
    color: #472c21;
    margin: 0 22px;
}

.marquee .button-wrapper {
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: flex-end;
    color: #c64271;
}

.marquee .button-wrapper a {
    text-decoration: none;
    color: #c64271;
}

.marquee .button-wrapper a:hover>i {
    left: 10px;
    transition: 0.4s;
}

.marquee .button-wrapper i {
    left: 4px;
    position: relative;
    transition: 0.4s;
}

.origin {
    margin: 90px 0 120px 0;
    position: relative;
}

.origin .text {
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 7px;
    right: 100px;
    bottom: -10px;
    z-index: 2;
    font-size: 80px;
    color: #f5f5f6;
    font-weight: 500;
    font-family: "NotoMedium";
}

.origin hr {
    width: 60px;
    border: none;
    border-bottom: 1px solid #c64271;
    opacity: 1;
    margin: 20px auto 100px auto;
}

.origin .title {
    color: #4a3733;
    font-size: 41px;
    font-family: "NotoMedium";
    letter-spacing: 3px;
    text-align: center;
}

.origin .dots {
    height: 6px;
    width: 6px;
    background: #2e8ab6;
    border-radius: 50%;
    display: block;
    margin-right: 7px;
}

.origin .subtitle {
    color: #c64271;
    font-size: 17px;
    font-weight: 900;
    display: flex;
    align-items: center;
    font-family: "NotoMedium";
    letter-spacing: 2px;
    text-align: center;
    justify-content: center;
    margin-bottom: 70px;
}

.origin p {
    color: #4a3733;
    line-height: 35px;
    font-size: 19px;
    margin-top: 12px;
}

.origin p span {
    color: #c64271;
}

.collections {
    padding: 90px 0 145px 0;
    background: #f5f5f4;
}

.collections .title {
    color: #4a3733;
    font-size: 41px;
    font-family: "NotoMedium";
    letter-spacing: 3px;
    text-align: center;
}

.collections .dots {
    height: 6px;
    width: 6px;
    background: #2e8ab6;
    border-radius: 50%;
    display: block;
    margin-right: 7px;
}

.collections .subtitle {
    color: #c64271;
    font-size: 17px;
    font-weight: 900;
    display: flex;
    align-items: center;
    font-family: "NotoMedium";
    letter-spacing: 2px;
    text-align: center;
    justify-content: center;
    margin-bottom: 5px;
}

.collections .button-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    color: #c64271;
    margin-bottom: 35px;
}

.collections .button-wrapper a {
    text-decoration: none;
    color: #c64271;
}

.collections .button-wrapper a:hover>i {
    left: 10px;
    transition: 0.5s;
}

.collections .button-wrapper i {
    left: 4px;
    position: relative;
}

.collections img {
    border-radius: 8px;
    margin-bottom: 13px;
}

.collections .c-title {
    color: #c64271;
    font-family: "NotoMedium";
    font-size: 18px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.collections .c-content {
    color: #4a3733;
    font-size: 16px;
}

.collections .col-cover {
    text-decoration: none;
}

.collections .col-cover:hover img {
    opacity: 0.6;
    transition: 0.4s;
}

.collections .col-cover:hover .c-title,
.collections .col-cover:hover .c-content,
.collections .col-cover:hover .col-title,
.collections .col-cover:hover .col-desc {
    opacity: 0.6;
    transition: 0.4s;
}

.col-covers {
    text-decoration: none;
}

.col-covers:hover img {
    opacity: 0.6 !important;
    transition: 0.4s !important;
}

.col-covers:hover .c-title,
.col-covers:hover .c-content,
.col-covers:hover .col-title,
.col-covers:hover .col-desc {
    opacity: 0.6 !important;
    transition: 0.4s !important;
}

.services {
    background: #f5f5f4;
    padding: 90px 0 101px 0;
    text-align: center;
    position: relative;
}

.services .title {
    color: #4a3733;
    font-size: 41px;
    font-family: "NotoMedium";
    letter-spacing: 3px;
    text-align: center;
}

.services .dots {
    height: 6px;
    width: 6px;
    background: #2e8ab6;
    border-radius: 50%;
    display: block;
    margin-right: 7px;
}

.services .subtitle {
    color: #c64271;
    font-size: 17px;
    font-weight: 900;
    display: flex;
    align-items: center;
    font-family: "NotoMedium";
    letter-spacing: 2px;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
}

.services .wrapper {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.services .wrapper:hover img {
    transform: scale(1.05);
    transition: 0.4s;
    opacity: 0.7;
}

.services .wrapper:hover .button-wrapper {
    opacity: 0.7;
    transition: 0.4s;
}

.services .wrapper .top-wrapper {
    padding: 25px 25px 25px 25px;
    display: flex;
    justify-content: space-between;
    color: #4a3733;
    align-items: center;
}

.services .wrapper .top-wrapper .smalltitle {
    display: flex;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 24px;
    padding-bottom: 2px;
}

.services .wrapper .top-wrapper .smalltitle span {
    padding-right: 8px;
    border-right: 1px solid #4a3733;
    margin-right: 8px;
    display: inline-block;
    padding-bottom: 3px;
}

.services .wrapper .top-wrapper .bigtitle {
    font-family: "NotoMedium";
    font-size: 37px;
    letter-spacing: 7px;
    margin-left: 8px;
}

.services .wrapper .button-wrapper {
    width: 40%;
    color: #c64271;
    padding-bottom: 7px;
    border-bottom: 1px solid #614a3f;
    text-align: right;
    font-size: 13px;
    padding-top: 45px;
    transition: 0.4s;
}

.services img {
    width: 100%;
    transition: 0.7s;
}

.unit {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.unit img {
    cursor: pointer;
}

.unit img:hover {
    opacity: 0.6 !important;
    transition: 0.4s;
}

.unit hr {
    height: 100%;
    border: none;
    border-right: 2px dotted #4a3733;
    opacity: 0.8;
    background: none !important;
    margin: 0 auto;
}

.unit .title {
    color: #4a3733;
    font-size: 36px;
    font-family: "NotoMedium";
    letter-spacing: 3px;
    margin-top: -7px;
}

.unit .dots {
    height: 6px;
    width: 6px;
    background: #2e8ab6;
    border-radius: 50%;
    display: block;
    margin-right: 7px;
}

.unit .subtitle {
    color: #c64271;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    font-family: "NotoMedium";
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.unit p {
    line-height: 29px;
    font-size: 16px;
    margin-bottom: -5px;
}

.unit .mainsub {
    font-family: "NotoMedium";
    margin-bottom: 3px;
}

.swiper-button-next {
    background: #ad3c63;
    width: 55px !important;
    height: 55px !important;
    right: 0 !important;
    margin-top: -45px !important;
}

.swiper-button-next:after {
    color: #ffffff;
    content: "" !important;
}

.swiper-button-next i {
    color: #ffffff;
    font-size: 22px;
}

.swiper-button-prev {
    background: #ad3c63;
    width: 55px !important;
    height: 55px !important;
    left: 0 !important;
    margin-top: -45px !important;
}

.swiper-button-prev:after {
    color: #ffffff;
    content: "" !important;
}

.swiper-button-prev i {
    color: #ffffff;
    font-size: 22px;
}

.swiper-wrapper {
    height: auto !important;
    padding-bottom: 35px;
}

.swiper-pagination-bullet {
    background: #614a3f !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 7px !important;
    z-index: 5;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c64271 !important;
}

@media screen and (min-width: 768px) {
    .banner {
        width: 100%;
        padding-top: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .about .wrapper {
        margin-top: -20px;
    }

    .about p {
        margin-bottom: 50px;
    }

    .about .top-img1 {
        width: 325px;
    }

    .about .top-img2 {
        left: 70px;
        width: 300px;
    }

    .about .top-img3 {
        left: -160px;
    }

    .about .icon-tree {
        right: 35px;
    }

    .long-term-care .subtitle {
        font-size: 29px;
    }

    .audio-visual .subtitle .icon-camera {
        right: -35px;
        top: -85px;
    }
}

@media screen and (max-width: 992px) {
    .marquee {
        padding-top: 0;
    }

    .marquee .button-wrapper {
        width: 100%;
        margin-top: 23px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 768px) {
    .about {
        padding-top: 50px;
    }

    .about .top-img3 {
        left: -145px;
    }

    .long-term-care,
    .audio-visual {
        padding: 20px 20px 0 20px;
    }

    .audio-visual .content .video-thumb-home {
        height: 158px;
    }

    .audio-visual .content .video-frame-home {
        height: 173px;
    }

    .audio-visual .content .video-thumb {
        height: 158px;
    }

    .audio-visual .content .video-main {
        height: 158px;
    }

    .audio-visual .content .video-frame {
        height: 173px;
    }
}

@media screen and (max-width: 468px) {

    .long-term-care,
    .audio-visual {
        padding: 75px 25px;
    }

    .media-content.lists {
        margin: 0 26px;
    }

    .media-content.lists .thumbnail {
        height: 190px;
    }

    .page-content p.long.medialist {
        font-size: 16px;
        line-height: 27px !important;
    }

    .video-content-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 26px;
        padding-right: 26px;
    }

    .video-content-wrapper .video-title {
        width: 100%;
        font-size: 17px;
        margin-top: 15px !important;
    }

    .video-content-wrapper .video-title.all {
        overflow: visible;
        text-overflow: initial;
        white-space: initial;
    }

    .slogan {
        margin-top: -15px;
    }

    .page-category .container,
    .page-content .container,
    .about .container,
    .long-term-care .container,
    .audio-visual .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-content.bg-lightblue .button-wrapper {
        width: 100% !important;
        text-align: right;
        margin-bottom: 0;
        margin-top: -6px;
    }

    .page-content.bg-lightblue .container {
        padding: 0;
    }

    .about .subtitle {
        font-size: 21px;
        line-height: 38px;
    }

    .long-term-care .subtitle {
        font-size: 21px;
        line-height: 38px;
    }

    .audio-visual .subtitle {
        font-size: 21px;
        line-height: 38px;
    }

    .banner {
        margin-top: 8px;
    }

    .banner img {
        height: calc(100vh - 142px);
        object-fit: cover;
        width: 100%;
    }

    .banner .cover {
        height: 95vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
    }

    .banner .cover .text-1 {
        position: absolute;
        top: 10px;
        right: 28%;
        left: auto;
        width: 35px;
        display: block;
    }

    .banner .cover .subtext-1 {
        position: absolute;
        top: 25px;
        right: 3%;
        left: auto;
        width: 85px;
        display: block;
    }

    .banner .cover .text-2 {
        position: absolute;
        top: 60px;
        left: auto;
        width: 35px;
        right: 30%;
        display: block;
    }

    .banner .cover .subtext-2 {
        position: absolute;
        top: 90px;
        left: auto;
        right: 5%;
        width: 85px;
        display: block;
    }

    .banner .cover .text-3 {
        position: absolute;
        top: 170px;
        left: 38%;
        width: 35px;
        display: block;
    }

    .banner .cover .subtext-3 {
        position: absolute;
        top: 190px;
        left: 48%;
        width: 85px;
        display: block;
    }

    .banner .cover .text-4 {
        position: absolute;
        top: 37%;
        left: 6%;
        width: 35px;
        display: block;
    }

    .banner .cover .subtext-4 {
        position: absolute;
        top: 42%;
        left: 17%;
        width: 85px;
        display: block;
    }

    .banner .cover .text-5 {
        position: absolute;
        top: 80px;
        left: 7%;
        width: 35px;
        display: block;
    }

    .banner .cover .subtext-5 {
        position: absolute;
        top: 100px;
        left: 17%;
        width: 85px;
        display: block;
    }

    .marquee .button-wrapper {
        width: 100%;
        margin-top: 12px;
        padding-right: 5px;
    }

    .marquee .title-wrapper .bigtitle {
        font-size: 27.5px;
        letter-spacing: 2px;
        font-family: "NotoMedium";
    }

    .marquee .title {
        padding: 0 7px;
        font-size: 16px;
    }

    .marquee span {
        margin: 0 10px;
        font-size: 14px;
    }

    .marquee .featured-title {
        width: 55%;
        font-size: 16px;
    }

    .swiper-navigation {
        width: 100%;
    }

    .swiper-navigation .swiper-scrollbar {
        width: 100% !important;
    }

    .swiper-navigation .swiper-arrow {
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }

    .swiper-navigation .swiper-arrow .swiper-pagination {
        width: 100px;
    }

    .swiper-navigation .swiper-arrow .swiper-indicator {
        width: 100px;
    }

    .long-term-care {
        padding: 95px 0;
    }

    .long-term-care p {
        margin-left: 0;
        width: 100%;
    }

    .long-term-care .subtitle .icon-flower {
        top: 360px;
        width: 120px;
        left: 50px;
    }

    .mission {
        padding: 50px 20px;
    }

    .mission .subtitle {
        font-size: 1.45rem;
    }

    .about {
        padding-top: 65px;
    }

    .about p {
        margin-bottom: 25px;
    }

    .about .top-img1 {
        left: -50px;
        width: 375px;
    }

    .about .top-img2 {
        width: 250px;
        bottom: 55px;
        left: 100px;
    }

    .about .top-img3 {
        width: 250px;
        left: -78px;
        bottom: 110px;
    }

    .about .btn-about {
        text-align: center;
    }

    .about .icon-tree {
        width: 170px;
        right: 0px;
        bottom: -90px;
    }

    .audio-visual {
        padding: 20px 0 0 0;
    }

    .audio-visual .video-title {
        font-size: 20px;
    }

    .audio-visual p {
        width: 100%;
        position: relative;
        z-index: 3;
        margin-bottom: 20px;
    }

    .audio-visual .subtitle .icon-camera {
        top: -80px;
        width: 80px;
        right: 5px;
    }

    .audio-visual .content p {
        width: 92%;
        margin-top: -5px;
        font-size: 16px;
    }

    .audio-visual .content .icon-stamp {
        width: 175px;
        top: -85px;
        right: -40px;
        z-index: 2;
    }

    .audio-visual .content .icon-play {
        width: 50px;
    }

    .audio-visual .content .video-frame {
        height: 180px;
    }

    .audio-visual .content .video-frame-home {
        height: 175px;
    }

    .audio-visual .content .video-thumb-home {
        height: 163px;
    }

    .audio-visual .content .frame span {
        bottom: 15px;
        right: 23px;
    }
}

.breadcrumbs {
    margin: 15px 0;
    font-size: 16px;
}

.breadcrumbs span {
    letter-spacing: 1px;
}

.breadcrumbs span a {
    letter-spacing: 0;
}

.breadcrumbs .arrow {
    margin: 0 10px;
    margin-top: 1px;
}

.breadcrumbs a {
    color: #4a3733;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
}

.breadcrumbs a:hover {
    opacity: 0.75;
    transition: 0.3s;
}

.page-banner {
    margin-top: 101px;
    background-size: cover;
    height: 256px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner img {
    position: relative;
    border-radius: 40px;
}

.page-banner .banner-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.page-banner .page-title {
    font-size: 37px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 500;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-family: "NotoMedium";
}

.page-banner .sub-title {
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    font-family: "NotoMedium";
    letter-spacing: 3px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.page-collections {
    margin: 70px 0 90px 0;
}

.page-collections img {
    border-radius: 10px;
    transition: 0.4s;
}

.page-collections .col-title {
    font-size: 16px;
    color: #c64271;
    font-family: "NotoMedium";
    margin-top: 13px;
    margin-bottom: 13px;
}

.page-collections .col-desc {
    font-size: 15px;
    color: #4a3733;
    font-family: "NotoMedium";
}

.bg-grey {
    background: #fdfef9;
}

.bg-pink {
    background: rgb(253, 254, 249);
    background: linear-gradient(180deg, rgb(253, 254, 249) 0%, rgb(254, 231, 233) 73%);
}

.bg-yellow {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 247, 228) 12%);
}

.divider-universal {
    width: 100%;
    margin-top: 10px;
    height: 6px;
    background: url("../img/unit/flowerline.png") center center repeat;
    background-size: contain;
}

.page-unit .slogan {
    text-align: center;
    color: #4a3733;
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 10px;
}

.page-unit .subphoto {
    margin-bottom: 156px;
    width: 60px;
    margin-top: 17px;
}

.page-unit h3 {
    font-size: 32px;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.page-unit hr {
    border: none;
    border-bottom: 1px solid #c64271;
    width: 53px;
    opacity: 0.9;
    margin: auto;
    margin-bottom: 70px;
}

.page-unit hr.short {
    margin-bottom: 22px;
}

.page-unit .deco {
    border: none;
    border-bottom: 1px solid #c64271;
    width: 60px;
    margin: 10px auto;
    margin-bottom: 50px;
    opacity: 1;
}

.page-unit .cover {
    position: relative;
}

.page-unit p {
    color: #4a3733;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 38px;
    margin: 50px 0 70px 0;
    position: relative;
    z-index: 2;
}

.page-unit .line {
    background: #fbf199;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 370px;
    height: 16px;
    display: inline-block;
    z-index: 0;
    margin-left: 60px;
}

.page-unit .mainphoto {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 17px;
}

.page-unit .title {
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #c64271;
    letter-spacing: 2px;
    justify-content: center;
    margin-bottom: 18px;
}

.page-unit .title span {
    display: block;
    border-radius: 50%;
    background: #ffffff;
    width: 25px;
    height: 25px;
    border: 5px solid #5bbae8;
    margin-right: 10px;
}

.page-unit .subtitle {
    color: #2a9bd0;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 10px;
}

.page-unit .content {
    display: flex;
    color: #4a3733;
    justify-content: space-between;
}

.page-unit .content .para {
    line-height: 25px;
    font-size: 15px;
}

.page-unit .content .location {
    line-height: 25px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    color: #4a3733;
    text-decoration: none;
}

.page-unit .content .location .icon {
    margin-right: 4px;
    width: 12px;
    margin-top: 6px;
}

.page-donate p {
    color: #4a3733;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 50px 0 70px 0;
    position: relative;
}

.page-donate p .icon {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -325px;
    width: 50px;
    object-fit: contain;
}

.page-donate .donate-cover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    background: #ffffff;
}

.page-donate .donate-cover:hover img {
    transform: scale(1.05);
    transition: 0.4s;
}

.page-donate .donate-cover img {
    border-radius: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    transition: 0.4s;
}

.page-donate .content {
    padding: 25px 30px;
    text-align: center;
    background: #ffffff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.page-donate .content .cbutton {
    position: relative;
}

.page-donate .content .cbutton:hover>.cwrapper {
    visibility: visible;
    transition: 0.6s;
    opacity: 1;
}

.page-donate .content .cbutton:hover .btn-main.special {
    background: rgba(198, 66, 113, 0.8);
    color: #c64271;
    transition: 0.5s;
    background: none;
}

.page-donate .content .cbutton:hover i {
    transition: 0.5s;
    color: #c64271;
    transform: rotateX(180deg);
}

.page-donate .content .cbutton .cbover {
    position: absolute;
    bottom: -15px;
    height: 20px;
    width: 162px;
    left: 50%;
    transform: translateX(-50%);
}

.page-donate .content .cbutton .cbover:hover>.cwrapper {
    visibility: visible;
    transition: 0.6s;
    opacity: 1;
}

.page-donate .content .cwrapper {
    visibility: hidden;
    background: #ffffff;
    position: absolute;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    bottom: -170px;
    left: 50%;
    transform: translateX(-50%);
    width: 162px;
    padding: 17px;
    transition: 0.6s;
    opacity: 0;
}

.page-donate .content .cwrapper .list {
    margin-bottom: 12px;
}

.page-donate .content .cwrapper .list:last-child {
    margin-bottom: 0;
}

.page-donate .content .cwrapper .list a {
    color: #222222;
    text-decoration: none;
    font-size: 15px;
}

.page-donate .content .cwrapper .list a:hover {
    color: #c64271;
}

.page-donate .content .dn-title {
    font-size: 27px;
    letter-spacing: 1px;
    font-family: "NotoMedium";
    margin-bottom: 12px;
    color: #383736;
}

.page-donate .content .dn-desc {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 23px;
    color: #7f7f7e;
}

.page-donate .btn-main {
    width: 75%;
    padding: 6px 25px 8px 30px;
}

.page-donate .btn-main i {
    font-size: 16px;
    left: 18px;
}

.page-donate .btn-main:hover>i {
    left: 26px;
}

.page-donate .info {
    margin-top: 10px;
    margin-bottom: 156px;
    text-align: center;
    color: #4a3733;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 30px;
}

.page-donate .info span {
    color: #c64271;
    letter-spacing: 2px;
}

.page-service .cover {
    position: relative;
}

.page-service p {
    color: #4a3733;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 38px;
    margin: 50px 0 70px 0;
    position: relative;
    z-index: 2;
}

.page-service .line {
    background: #fbf199;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: 16px;
    display: inline-block;
    z-index: 0;
    margin-left: -120px;
}

.page-service-area {
    background: #f1f1f0;
    padding: 90px 0;
    margin-bottom: 153px;
    position: relative;
}

.page-service-area .deco {
    border: none;
    opacity: 1;
    border-right: 1px solid #c64271;
    width: 1px;
    height: 70px;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
}

.page-service-area .wrapper {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex;
    min-height: 210px;
    text-decoration: none;
    color: #4a3733;
}

.page-service-area .wrapper:hover .arrow,
.page-service-area .wrapper:hover .title,
.page-service-area .wrapper:hover p {
    transition: 0.4s;
    opacity: 0.7;
}

.page-service-area .wrapper:hover .right img {
    transform: scale(1.05);
    transition: 0.4s;
}

.page-service-area .left {
    width: 60%;
    display: flex;
    padding: 25px 20px;
    background: #ffffff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.page-service-area .left .label {
    width: 10%;
    margin-top: -10px;
}

.page-service-area .left .label .numbering {
    font-size: 16px;
}

.page-service-area .left .label hr {
    opacity: 1;
    margin-top: 6px;
    margin-bottom: 25px;
    width: 18px;
}

.page-service-area .left .label .rotating {
    transform: rotate(90deg);
    display: block;
    margin-left: -13px;
    letter-spacing: 2px;
    font-size: 15px;
}

.page-service-area .left .main {
    width: 80%;
    margin-left: 5%;
}

.page-service-area .left .main .title {
    font-size: 34px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.page-service-area .left .main .title .arrow {
    margin-left: 18px;
    border-radius: 50%;
    background: #c64271;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
}

.page-service-area .left .main .title .arrow i {
    font-size: 17px;
    color: #ffffff;
}

.page-service-area .left .main p {
    font-size: 14.5px;
    line-height: 24px;
    color: #7f7f7e;
    margin-bottom: 0;
}

.page-service-area .right {
    width: 40%;
    overflow: hidden;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.page-service-area .right img {
    width: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.page-about {
    padding: 100px 0 156px 0;
}

.page-about .text-mobile {
    display: none;
}

.page-about .subtitle {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 2px;
    font-size: 19px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    z-index: 3;
    width: 100%;
}

.page-about .shadow {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 96%);
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: 0.4s;
}

.page-about .cover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.page-about .cover:hover .shadow {
    opacity: 0;
    transition: 0.4s;
}

.page-about .cover01 {
    height: 410px;
    background: url("../img/about/knowus_photo1.jpg") no-repeat center center;
    background-size: 100%;
    display: block;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    transition: 0.5s;
}

.page-about .cover01:hover {
    background-size: 105%;
    transition: 0.5s;
}

.page-about .cover02 {
    height: 205px;
    background: url("../img/about/knowus_photo3.jpg") no-repeat center center;
    background-size: 100%;
    display: block;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.page-about .cover02:hover {
    background-size: 107%;
    transition: 0.5s;
}

.page-about .cover02 .subtitle {
    bottom: 25px;
}

.page-about .cover03 {
    height: 205px;
    background: url("../img/about/knowus_photo4.jpg") no-repeat center center;
    background-size: 100%;
    display: block;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.page-about .cover03:hover {
    background-size: 107%;
    transition: 0.5s;
}

.page-about .cover03 .subtitle {
    bottom: 25px;
}

.page-about .cover04 {
    height: 410px;
    background: url("../img/about/knowus_photo2.jpg") no-repeat center center;
    background-size: 100%;
    display: block;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    transition: 0.5s;
}

.page-about .cover04:hover {
    background-size: 107%;
    transition: 0.5s;
}

.page-about .cover05 {
    height: 205px;
    background: url("../img/about/knowus_photo5.jpg") no-repeat center center;
    background-size: 100%;
    display: block;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.page-about .cover05:hover {
    background-size: 105%;
    transition: 0.5s;
}

.page-about .cover05 .subtitle {
    bottom: 25px;
}

.page-about .wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page-about h3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 33px;
    font-weight: 300;
    letter-spacing: 4px;
}

.page-about h4 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-top: 20px;
}

.page-about img {
    width: 70%;
    margin-bottom: 30px;
}

.year-list {
    margin-bottom: 15px;
}

.year-list a {
    color: #4b3834;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    font-size: 22px;
    letter-spacing: 1px;
}

.year-list a:hover,
.year-list a.active {
    color: #c64271;
    transition: 0.5s;
    border-bottom: 2px solid #c64271;
}

.service-dashboard {
    background: #f3f3f3;
    padding: 80px 0;
    text-align: center;
    margin-top: 30px;
}

.service-dashboard.short {
    padding: 40px 0;
}

.service-dashboard .title {
    color: #c64271;
    font-size: 20px;
}

.service-dashboard .line-text {
    width: 165px;
    margin-top: -8px;
    margin-bottom: 50px;
}

.indent {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.title-icon {
    margin-right: 25px;
    margin-top: 13px;
}

.title-icon.small {
    width: 25px;
    margin-top: -5px;
    margin-right: 10px;
}

.divider-border {
    width: 100%;
    height: 6px;
    background: url("../img/home/news_line2.gif") center center repeat;
    background-size: contain;
}

.divider-border.top {
    transform: rotate(180deg);
    margin-bottom: 2px;
}

.divider-border.bottom {
    margin-top: 2px;
}

.page-content {
    color: #472c21;
    padding-top: 50px;
    padding-bottom: 150px;
}

.page-content.bg-grey {
    background: #f3f3f3;
}

.page-content.bg-blue {
    background: rgb(253, 254, 249);
    background: linear-gradient(180deg, rgb(253, 254, 249) 83%, rgb(221, 238, 248) 100%);
    padding-bottom: 50px;
}

.page-content.bg-lightblue {
    background: #f5fafd;
}

.page-content.bg-lightblue .button-wrapper {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: flex-end;
    color: #c64271;
    text-align: right;
    padding-right: 8px;
}

.page-content.bg-lightblue .button-wrapper a {
    text-decoration: none;
    color: #c64271;
}

.page-content.bg-lightblue .button-wrapper a:hover>i {
    left: 10px;
    transition: 0.5s;
}

.page-content.bg-lightblue .button-wrapper i {
    left: 4px;
    position: relative;
}

.page-content .detail-wrapper {
    background: #faf8e4;
    padding: 0 10px;
}

.page-content .detail-wrapper .top-hr {
    border: none;
    border-top: 5px solid #c64271;
    opacity: 1 !important;
}

.page-content .detail-wrapper .subtitle {
    color: #c64271;
    margin-bottom: 23px;
    font-size: 17px;
    letter-spacing: 1px;
}

.page-content .detail-wrapper .title {
    color: #472c21;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 1px;
}

.page-content .detail-wrapper .content {
    padding: 40px 75px;
}

.page-content .detail-wrapper .content hr {
    width: 75px;
    border: none;
    border-bottom: 1px solid #c64271;
    opacity: 0.8;
}

.page-content .icon-media {
    width: 38px;
    margin: 5px auto 0 auto;
    margin-top: -16px;
    margin-right: 5px;
}

.page-content .title {
    color: #4b3834;
    font-size: 30px;
    line-height: 52px;
    letter-spacing: 3px;
    margin-bottom: 8px;
    font-weight: 400;
}

.page-content .title.special {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

.page-content .title.special .left {
    margin-left: 0;
    width: 37.5%;
    margin-top: 5px;
}

.page-content .title.special .right {
    margin-right: 0;
    width: 37.5%;
    transform: rotate(180deg);
    margin-top: 5px;
}

.page-content .title.special span {
    width: 15%;
    display: block;
    text-align: center;
    line-height: 38px;
}

.page-content .title .sub {
    color: #472c21;
    font-size: 21px;
}

.page-content .title span {
    color: #472c21;
}

.page-content .title span.margin {
    display: block;
    margin-top: 50px;
}

.page-content .title hr {
    border: none;
    border-bottom: 1px solid #c64271;
    width: 70px;
    opacity: 0.9 !important;
    margin-bottom: 35px;
}

.page-content ul {
    margin-left: -18px;
    font-size: 15px;
}

.page-content ul li {
    margin: 8px 0;
}

.page-content p {
    color: #472c21;
    line-height: 38px;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.page-content p.indent {
    display: block;
    padding-left: 68px;
}

.page-content p span {
    color: #48979c;
}

.video-title {
    color: #c64271;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 6px 0 4px;
}

.media-thumb {
    width: 22%;
    margin-right: 9px;
}

p.detail-desc {
    color: #2e8bb7;
    line-height: 30px;
    font-size: 17px;
}

.media-content {
    text-decoration: none;
    position: relative;
    display: block;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 4px;
}

.media-content .icon-play {
    position: absolute;
    width: 28px;
    right: 15px;
    bottom: 15px;
}

.media-content .icon-play.big {
    width: 35px;
}

.media-content.list {
    height: 200px;
}

.media-content.list .thumbnail {
    height: 200px;
}

.media-content .thumbnail {
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.4s;
}

.media-content .thumbnail:hover {
    transform: scale(1.05);
    transition: 0.4s;
}

.media-content.lists {
    height: 208px;
}

.media-content.lists .thumbnail {
    height: 208px;
}

.media-content span {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5px;
    right: 5px;
    padding: 1px 5px;
    padding-bottom: 2px;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 5px;
}

.media-content:hover>img {
    opacity: 0.8;
    transition: 0.5s;
}

p.long {
    font-size: 14px;
    line-height: 23px;
    margin-top: 13px;
    margin: 0 6px 0 4px;
}

p.short {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 6px 0 4px;
    margin-top: 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /* autoprefixer: off */
    line-height: 22px;
    font-size: 14px;
}

.media-list {
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 38px;
    margin-bottom: 60px;
}

.media-list .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -3px;
}

.media-list .title {
    color: #c64271;
    padding: 3px 0;
    font-size: 23px;
    display: flex;
    align-items: center;
    width: 20%;
    margin-bottom: 0;
    width: 100%;
    font-weight: 400;
}

.media-list .title .line {
    width: 8px;
    border-radius: 50px;
    height: 33px;
    background: #c64271;
    margin-right: 8px;
}

.media-list .subtitle {
    color: #48979c;
    padding-right: 10px;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
}

.media-list .more {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 35px;
}

.media-list .more img {
    width: 120px;
}

.media-list .more img:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.5s;
}

.download-area {
    margin-top: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.download-area .download-button {
    border: 7px solid #a7d8dc;
    padding: 12px 30px;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.download-area .download-button:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.download-area .download-button .text-download {
    border-right: 1px solid #a7d8dc;
    padding: 10px;
    margin-right: 10px;
    color: #48979c;
    font-size: 20px;
}

.download-area .download-button img {
    width: 35px;
}

.box {
    border-bottom: 1px solid #c64271;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.box img {
    transition: 0.5s;
}

.box:hover>.para {
    color: #48979c;
    transition: 0.5s;
}

.box:hover>img {
    transform: scale(1.15);
    transition: 0.5s;
}

.box .para {
    color: #c64271;
    background: #ffffff;
    padding: 15px;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.page-category {
    background: #f3f3f3;
    padding: 70px 0;
}

.page-category .title {
    color: #c64271;
    margin-bottom: 15px;
    font-size: 23px;
    text-align: center;
}

.page-category .title img {
    width: 180px;
    margin-top: -10px;
}

.divider {
    border: none;
    border-bottom: 1px dashed #cccccc;
    margin: 0;
    opacity: 1 !important;
    background: none;
}

.news-area {
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    color: #4c3736;
    letter-spacing: 1px;
    font-size: 17px;
    display: flex;
    align-items: center;
    padding-bottom: 13px;
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
}

.news-area .news-date {
    color: #c64271;
}

.news-area i {
    color: #c64271;
    position: relative;
    display: block;
    left: 0;
    font-size: 17px;
}

.news-area:hover {
    transition: 0.5s;
    background: #faf8e4;
    color: #4c3736;
}

.news-area:hover .fa-arrow-right {
    transition: 0.5s;
    left: 7px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination.margintop {
    margin-top: 100px;
}

.pagination .prev,
.pagination .next {
    text-decoration: none;
    border-radius: 50%;
    background: #c64271;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    cursor: pointer;
}

.pagination .prev:hover,
.pagination .next:hover {
    background: #c64271;
    transition: 0.4s;
    opacity: 0.7;
}

.pagination .prev:hover>i,
.pagination .next:hover>i {
    transition: 0.5s;
    color: #ffffff;
}

.pagination .prev i,
.pagination .next i {
    font-size: 16px;
    color: #ffffff;
}

.pagination .bullets {
    text-decoration: none;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-size: 16px;
    color: #4b3635;
    cursor: pointer;
    font-weight: 600;
}

.pagination .bullets:hover,
.pagination .bullets.active {
    color: #c64271;
    transition: 0.5s;
}

.audio-visual .frame {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.audio-visual .frame .icon-play {
    position: absolute;
    right: 25px;
    bottom: 22px;
    width: 55px;
}

.audio-visual .video-main {
    object-fit: cover;
    height: 340px;
    border-radius: 20px;
    transition: 0.4s;
}

.audio-visual .video-main:hover {
    transform: scale(1.05);
    transition: 0.4s;
}

.audio-visual .video-thumb {
    object-fit: cover;
    height: 318px;
    border-radius: 20px;
    transition: 0.4s;
}

.audio-visual .video-thumb:hover {
    transform: scale(1.05);
    transition: 0.4s;
}

.audio-visual .video-title {
    color: #c64271;
    font-weight: 500;
    font-size: 18px;
}

.audio-visual p {
    line-height: 25px;
    font-size: 16px;
    margin: 0 6px 0 4px;
}

.button-area {
    display: flex;
    justify-content: space-around;
    margin: 50px 0 20px 0;
}

.slider-media {
    position: relative;
}

.swiper-arrow.media .swiper-button-prev {
    background: #d2688e;
    width: 25px !important;
    height: 45px !important;
    left: 10px !important;
    margin-top: -45px !important;
    border-radius: 3px;
}

.swiper-arrow.media .swiper-button-prev:after {
    color: #ffffff;
    content: "" !important;
}

.swiper-arrow.media .swiper-button-prev i {
    color: #ffffff;
    font-size: 19px;
}

.swiper-arrow.media .swiper-button-next {
    background: #d2688e;
    width: 25px !important;
    height: 45px !important;
    right: 10px !important;
    margin-top: -45px !important;
    border-radius: 3px;
}

.swiper-arrow.media .swiper-button-next:after {
    color: #ffffff;
    content: "" !important;
}

.swiper-arrow.media .swiper-button-next i {
    color: #ffffff;
    font-size: 19px;
}

@media screen and (max-width: 992px) {
    .media-list .title {
        width: 35%;
    }

    .page-content .detail-wrapper .content {
        padding: 35px 40px;
    }
}

@media screen and (max-width: 768px) {
    p.short {
        margin-bottom: 0;
    }

    .media-content {
        height: 80px;
    }

    .media-content.lists {
        height: 110px;
    }

    .media-content.lists .thumbnail {
        height: 110px;
    }

    .media-content .thumbnail {
        height: 80px;
    }
}

@media screen and (max-width: 769px) {
    .news-area {
        padding-top: 18px;
        padding-bottom: 19px;
    }

    .year-list {
        margin-top: 25px;
        margin-bottom: 18px;
        padding-left: 26px;
        padding-right: 26px;
    }

    .year-list a {
        font-size: 17px;
        letter-spacing: 1px;
    }

    .pagination.margintop {
        margin-top: 60px;
    }

    .page-about {
        padding: 35px 0 76px 0;
    }

    .page-about .text-mobile {
        display: block;
    }

    .page-about .text-mobile p {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .page-about .ltr {
        display: none;
    }

    .page-about .subtitle {
        bottom: 25px;
        font-size: 17px;
        width: 100%;
    }

    .page-about .cover01 {
        height: 325px;
        background: url("../img/about/knowus_photo1.jpg") no-repeat center center;
        background-size: cover;
    }

    .page-about .cover01:hover {
        background-size: cover;
        transition: 0.5s;
    }

    .page-about .cover02,
    .page-about .cover03,
    .page-about .cover04,
    .page-about .cover05 {
        background-size: cover;
        height: 195px;
    }

    .page-about .cover02:hover,
    .page-about .cover03:hover,
    .page-about .cover04:hover,
    .page-about .cover05:hover {
        background-size: cover;
        transition: 0.5s;
    }

    .media-list {
        padding: 26px;
    }

    .media-list .button-wrapper {
        width: 38% !important;
        padding-right: 10px;
    }

    .about p {
        margin-top: 23px;
    }

    .breadcrumbs {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
    }

    .breadcrumbs a {
        color: #472c21;
        text-decoration: none;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .breadcrumbs a.detail-bc {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .download-area {
        margin-top: 20px;
    }

    .download-area .download-button {
        padding: 9px 8px;
    }

    .download-area .download-button .text-download {
        font-size: 18px;
    }

    .swiper-arrow.media .swiper-button-next {
        display: none;
    }

    .swiper-arrow.media .swiper-button-prev {
        display: none;
    }

    .media-list .title {
        width: 100%;
    }

    .media-list .more {
        margin-top: -27px;
        margin-right: 12px;
        position: relative;
        z-index: 2;
    }

    .media-list .more img {
        width: 100px;
    }

    .media-list .title-wrapper {
        display: flex;
    }

    .media-list .subtitle {
        width: 100%;
        margin-top: 15px;
        overflow: visible;
        white-space: pre-wrap;
        line-height: 30px;
        padding-right: 0;
        font-size: 16px;
    }

    .page-banner {
        height: 150px;
        background-position: 20% !important;
        background-size: 200% !important;
        margin-top: 56px;
        border-radius: 30px;
    }

    .page-banner img {
        display: none;
    }

    .page-banner.collection {
        background: url("../img/collections/header_collections.jpg") no-repeat center center;
    }

    .page-banner.donate {
        background: url("../img/donate/header_donate.jpg") no-repeat center center;
    }

    .page-banner.media {
        background: url("../img/film/header_film.jpg") no-repeat center center;
    }

    .page-banner.news {
        background: url("../img/news/header_news.jpg") no-repeat center center;
    }

    .page-banner.unit-banner {
        background: url("../img/unit/header_unit.jpg") no-repeat center center;
    }

    .page-banner.service {
        background: url("../img/service/header_service.jpg") no-repeat center center;
    }

    .page-banner.about {
        background: url("../img/mobile/header_mobilephoto_knowus.jpg") no-repeat center center;
    }

    .page-banner .page-title {
        font-size: 27px;
    }

    .page-banner .sub-title {
        font-size: 15px;
    }

    .page-banner hr {
        margin-top: 0;
        width: 205px;
    }

    .page-banner hr.long {
        width: 230px;
    }

    .page-banner hr.special {
        width: 240px;
    }

    .page-banner .page-sub {
        font-size: 18px;
        margin-left: 110px;
    }

    .page-banner .page-sub.about-sub {
        margin-left: 110px;
    }

    .page-banner .page-sub.special {
        margin-left: 85px !important;
    }

    .service-dashboard.short {
        padding: 15px 0;
    }

    .page-content p.short {
        line-height: 23px;
    }

    .page-content .icon-media {
        margin-top: -22px;
    }

    .page-content .title.special hr.left {
        margin-left: 0;
        width: 20%;
    }

    .page-content .title.special hr.right {
        margin-right: 0;
        width: 20%;
    }

    .service-dashboard .swiper-navigation {
        margin-bottom: 40px;
    }

    .service-dashboard .swiper-navigation .swiper-arrow {
        justify-content: space-between;
        margin-top: 30px;
    }

    .service-dashboard .swiper-navigation .swiper-arrow.full .swiper-scrollbar {
        width: 60% !important;
    }

    .box .para {
        padding: 10px 5px;
        font-size: 17px;
    }

    .page-content .detail-wrapper .title {
        font-size: 25px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .page-content {
        padding-bottom: 78px;
    }

    .page-content .icon-photo {
        margin-top: 10px;
        max-width: 120%;
    }

    .page-content .floating-img {
        float: right;
        width: 120px;
    }

    .page-content .icon-leaf {
        width: 50px;
        margin-top: -40px;
        margin-left: 75px;
    }

    .page-content .detail-wrapper {
        padding: 0 25px;
    }

    .page-content .detail-wrapper .subtitle {
        font-size: 17px;
    }

    .page-content .detail-wrapper .content {
        padding: 15px 0px 30px 0;
    }

    .news-para {
        font-size: 17px;
        margin-left: -5px;
    }

    .news-date {
        font-size: 13px;
        padding-top: 2px;
        font-weight: 300;
    }

    .news-area .col-5 {
        padding-right: 0;
    }

    .news-area .col-7 {
        padding-left: 0;
        padding-right: 0;
    }

    .audio-visual .media-cover {
        padding-left: 35px;
        padding-right: 35px;
    }

    .audio-visual .content .video-frame {
        height: 172px;
    }

    .audio-visual .content .frame {
        border-radius: 8px;
    }

    .audio-visual .content .frame .icon-play {
        width: 38px;
        right: 20px;
        bottom: 17px;
    }

    .audio-visual .content .video-thumb {
        height: 192px;
        border-radius: 8px;
    }

    .audio-visual .content .video-main {
        border-radius: 8px;
        height: 192px;
    }

    .media-content.list {
        height: 93px;
    }

    .media-content.list .thumbnail {
        height: 167px;
    }

    .media-content .thumbnail {
        height: 77px;
        border-radius: 5px;
    }

    .media-content.lists {
        height: 190px;
    }

    .media-content.lists .thumbnail {
        height: 190px;
    }

    .page-content.news-home {
        padding-top: 0;
        padding-bottom: 88px;
    }

    .page-content.news-home .container {
        padding-left: 0;
        padding-right: 0;
    }

    .page-content p.long {
        margin: 0;
    }

    .page-content p.long.medialist {
        line-height: 20px;
    }

    .page-content p.indent {
        padding-left: 0;
    }

    .page-content .title {
        font-size: 23px;
        line-height: 40px;
    }

    .page-content .title.special {
        margin-bottom: 15px;
        font-size: 23px;
        width: 100%;
    }

    .page-content .title.special hr {
        margin-bottom: 10px;
    }

    .page-content .title hr {
        margin-bottom: 20px;
    }

    .page-content .title .sub {
        line-height: 30px;
        margin-top: 8px;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .indent {
        flex-wrap: wrap;
    }

    .indent img {
        margin-bottom: 20px;
        width: 50px;
    }

    .indent .long-title {
        width: 100%;
        font-size: 22px;
        line-height: 35px;
    }
}

@media screen and (max-width: 468px) {
    .page-about .cover02 {
        background: url("../img/about/mobile_knowus_1.jpg") no-repeat center center;
        background-size: cover !important;
    }

    .page-about .cover03 {
        background: url("../img/about/mobile_knowus_2.jpg") no-repeat center center;
        background-size: cover !important;
    }

    .page-about .cover05 {
        background: url("../img/about/mobile_knowus_3.jpg") no-repeat center center;
        background-size: cover !important;
    }
}

.hotnews {
    background: #e3f5ff;
    padding: 45px 50px 75px 80px;
    border-top-right-radius: 45px;
    position: relative;
    z-index: 2;
    width: 75%;
}

.hotnews .title span {
    display: inline-block;
    color: #493733;
    font-size: 30px;
}

.hotnews .subtitle {
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: -8px;
}

.hotnews hr {
    margin: 23px 0 25px 0;
    border: none;
    border-bottom: 1px solid #614a40;
    opacity: 1;
}

.hotnews .maintitle {
    font-size: 25px;
    width: 48.5%;
}

.mainvideo {
    margin-top: -245px;
    position: relative;
    z-index: 2;
}

.mobilevideo {
    display: none;
}

.telp {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.telp img {
    width: 28px;
    margin-top: 1px;
}

.telp .texttelp {
    color: #2c9acf;
    margin-right: 8px;
    letter-spacing: 2px;
    font-size: 17px;
    margin-left: 8px;
}

.telp .notelp {
    color: #c6436d;
    letter-spacing: 1px;
    font-size: 17px;
}

.page-service-inside .title {
    color: #c64271;
    font-size: 23px;
    text-align: center;
    letter-spacing: 2px;
}

.page-service-inside hr {
    border: none;
    border-bottom: 1px solid #c64271;
    width: 50px;
    margin: 20px auto;
    opacity: 1;
}

.page-service-inside p {
    color: #4a3733;
    font-size: 19px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.page-service-inside img {
    border-radius: 5px;
}

.page-service-inside .tabs-wrapper {
    background: #f0f0f0;
    width: 70%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-service-inside .tabs-wrapper a {
    padding: 10px;
    display: block;
    width: 33.3%;
    text-align: center;
    text-decoration: none;
    color: #4a3733;
    border-radius: 30px;
}

.page-service-inside .tabs-wrapper a:hover {
    background: #dbdbdb;
}

.page-service-inside .tabs-wrapper a.active {
    padding: 10px;
    display: block;
    width: 33.3%;
    text-align: center;
    text-decoration: none;
    background: #4a3733;
    color: #ffffff;
    border-radius: 30px;
}

.page-service-inside .title-wrapper {
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.page-service-inside .title-wrapper .service-wrapper {
    width: 100px;
}

.page-service-inside .title-wrapper .service-wrapper .sub {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

.page-service-inside .title-wrapper .service-wrapper .number {
    width: 75px;
    margin-top: 7px;
}

.page-service-inside .title-wrapper .main-wrapper {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eeefeb;
}

.page-service-inside .title-wrapper .main-wrapper.special {
    justify-content: space-between;
}

.page-service-inside .title-wrapper .main-wrapper .main-title {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-right: 20px;
}

.page-service-inside .title-wrapper .main-wrapper .hr {
    border: none;
    border-bottom: 1px solid #4a3733;
    width: 45px;
    margin-right: 30px;
}

.page-service-inside .menu-wrapper {
    display: flex;
    align-items: center;
}

.page-service-inside .menu-wrapper a {
    margin: 0 20px;
    color: #4a3733;
    font-weight: 500;
    text-decoration: none;
}

.page-service-inside .menu-wrapper a:hover {
    opacity: 0.7;
    transition: 0.4s;
}

.other {
    margin-bottom: 156px;
}

.page-service-other {
    background: #f1f1f0;
    padding: 50px 0;
    margin-bottom: 150px;
    position: relative;
    margin-top: 130px;
}

.page-service-other.nomargin {
    margin-top: 62px;
    margin-bottom: 76px;
}

.page-service-other .bigtitle {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
}

.page-service-other .bigtitle img {
    width: 220px;
    margin-top: -7px;
}

.page-service-other .deco {
    border: none;
    opacity: 1;
    border-right: 1px solid #c64271;
    width: 1px;
    height: 70px;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
}

.page-service-other .wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    display: flex;
    text-decoration: none;
    color: #4a3733;
}

.page-service-other .wrapper:hover .arrow,
.page-service-other .wrapper:hover .title,
.page-service-other .wrapper:hover p {
    transition: 0.4s;
    opacity: 0.7;
}

.page-service-other .wrapper:hover .right img {
    transform: scale(1.05);
    transition: 0.4s;
}

.page-service-other .left {
    width: 60%;
    display: flex;
    padding: 25px 20px;
    background: #ffffff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.page-service-other .left .label {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.page-service-other .left .label .separate {
    margin: 0 10px;
    font-size: 14px;
}

.page-service-other .left .label .numbering {
    font-size: 14px;
}

.page-service-other .left .label .rotating {
    letter-spacing: 2px;
    font-size: 13px;
}

.page-service-other .left .main {
    width: 100%;
}

.page-service-other .left .main .title {
    font-size: 31px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

.page-service-other .left .arrow {
    left: 0;
    transition: 0.3s;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    background: #c64271;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.page-service-other .left .arrow i {
    font-size: 17px;
    color: #ffffff;
}

.page-service-other .right {
    width: 40%;
    overflow: hidden;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.page-service-other .right img {
    width: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.page-newsletter {
    margin-bottom: 150px;
    position: relative;
}

.page-newsletter .title {
    color: #4a3733;
    font-size: 32px;
    margin-top: 50px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 500;
}

.page-newsletter hr {
    width: 60px;
    border: none;
    border-bottom: 1px solid #c64271;
    opacity: 1;
    margin: 20px auto 70px auto;
}

.page-newsletter a {
    text-decoration: none;
    color: #ffffff;
}

.page-newsletter .subtitle {
    text-align: center;
    padding: 6px;
    background: #c64271;
    letter-spacing: 2px;
}

.page-newsletter .subtitle.bg-green {
    background: #81cd89;
}

.page-newsletter .subtitle.bg-orange {
    background: #e7ac6f;
}

.page-newsletter .subtitle.bg-blue {
    background: #70a2d9;
}

.page-newsletter .subtitle.bg-yellow {
    background: #e0cc46;
}

.page-newsletter .subtitle.bg-purple {
    background: #a296d1;
}

.page-newsletter p {
    color: #383736;
    margin-top: 17px;
    text-align: center;
    font-size: 21px;
}

.page-newsletter .letter-wrapper:hover>p {
    color: #c64271;
    transition: 0.4s;
}

.page-newsletter .cover-img {
    padding: 15px;
    background: #e8e8e8;
}

.page-newsletter .cover-img:hover img {
    opacity: 1;
    transition: 0.4s;
}

.page-newsletter .cover-img img {
    opacity: 0.8;
    transition: 0.4s;
}

.page-origin {
    margin-bottom: 125px;
    position: relative;
}

.page-origin .text {
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 7px;
    right: 100px;
    bottom: -10px;
    z-index: 2;
    font-size: 80px;
    color: #f5f5f6;
    font-weight: 500;
    font-family: "NotoMedium";
}

.page-origin hr {
    width: 60px;
    border: none;
    border-bottom: 1px solid #c64271;
    opacity: 1;
    margin: 20px auto 100px auto;
}

.page-origin .title {
    color: #4a3733;
    font-size: 32px;
    margin-top: 50px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 500;
}

.page-origin .subtitle {
    color: #383736;
    font-size: 20px;
    margin-top: 15px;
}

.page-origin p {
    color: #4a3733;
    line-height: 35px;
    font-size: 19px;
    margin-top: 12px;
}

.page-origin p span {
    color: #c64271;
}

.page-tabs {
    margin-top: 60px;
    margin-bottom: 30px;
}

.page-tabs a {
    color: #383736;
    padding: 8px;
    border-radius: 25px;
    border: 1px solid #c64271;
    text-decoration: none;
    text-align: center;
    width: 175px;
    max-width: 100%;
    display: block;
    margin: auto;
}

.page-tabs a:hover,
.page-tabs a.active {
    color: #c64271;
}

.page-timeline {
    padding: 100px 0;
    background: url("../img/about/knowus_originother_bg.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 55px;
}

.page-timeline .wrapper {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 40px 40px;
}

.page-timeline .wrapper .timeline-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
    padding-right: 20px;
}

.page-timeline .wrapper .timeline-wrapper::-webkit-scrollbar {
    width: 10px;
}

.page-timeline .wrapper .timeline-wrapper::-webkit-scrollbar-track {
    background: #e9e9e8;
    border-radius: 30px;
}

.page-timeline .wrapper .timeline-wrapper::-webkit-scrollbar-thumb {
    background: #f5cfdc;
    border-radius: 30px;
}

.page-timeline .wrapper .timeline-wrapper::-webkit-scrollbar-thumb:hover {
    background: #f5cfdc;
}

.page-timeline .timeline {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.page-timeline .title {
    color: #4a3733;
    font-size: 32px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 500;
}

.page-timeline hr {
    width: 60px;
    border: none;
    border-bottom: 1px solid #c64271;
    opacity: 1;
    margin: 15px auto 60px auto;
}

.page-organization {
    padding: 55px 0 150px 0;
}

.page-organization .title {
    color: #4a3733;
    font-size: 32px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 500;
}

.page-organization hr {
    width: 60px;
    border: none;
    border-bottom: 1px solid #c64271;
    opacity: 1;
    margin: 20px auto 80px auto;
}

.page-organization img {
    background: #eff0ed;
}

.page-awards {
    margin-top: 60px;
    margin-bottom: 156px;
}

.page-awards .title {
    font-size: 34px;
    color: #c64271;
    padding-bottom: 7px;
    border-bottom: 1px solid #c64271;
    margin-bottom: 20px;
}

.page-awards .title span {
    font-size: 15px;
    margin-left: 10px;
}

.page-awards .lists {
    margin-bottom: 50px;
}

.page-awards .lists ul {
    padding-left: 120px;
}

.page-awards .lists ul li {
    margin-bottom: 14px;
    font-weight: 500;
    color: #4a3733;
    letter-spacing: 1px;
    font-size: 18px;
}

.page-awards .lists ul li::marker {
    color: #c64271;
    margin-right: 10px;
}

.page-service {
    margin-top: 50px;
    margin-bottom: 150px;
}

.page-service .title {
    color: #4a3733;
    font-size: 31px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.page-corridor {
    margin-top: 50px;
    margin-bottom: 150px;
}

.page-corridor .category {
    display: flex;
    margin-bottom: 55px;
}

.page-corridor .category .left {
    font-size: 30px;
    color: #383736;
    width: 25%;
    text-align: right;
    border-bottom: 1px solid #c64271;
    padding-bottom: 15px;
    padding-right: 45px;
}

.page-corridor .category .right {
    padding-top: 10px;
    padding-bottom: 15px;
    width: 75%;
    padding-left: 50px;
    color: #383736;
    border-bottom: 1px solid #cdcdcd;
}

.page-corridor .category .right a {
    margin-right: 30px;
    text-decoration: none;
    color: #4a3733;
    font-size: 20px;
}

.page-corridor .category .right a:hover {
    color: #c64271;
}

.page-corridor .content {
    display: flex;
}

.page-corridor .content .left {
    font-size: 26px;
    letter-spacing: 1px;
    color: #383736;
    width: 25%;
    text-align: right;
    padding-right: 45px;
    border-right: 1px solid #7f726e;
    position: relative;
    padding-bottom: 30px;
    letter-spacing: 2px;
    font-family: "Times New Roman";
}

.page-corridor .content .left span {
    background: #c64271;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    right: -7px;
    top: 14px;
}

.page-corridor .content .right {
    width: 75%;
    padding-left: 50px;
    padding-bottom: 35px;
}

.page-corridor .content .right .year-separate {
    margin-bottom: 35px;
}

.page-corridor .content .right .subtitle {
    font-family: "Times New Roman";
    font-size: 21px;
    margin-top: 6px;
}

.page-corridor .content .right p {
    margin-top: 7px;
    color: #4a3733;
    font-weight: 400;
    font-size: 18px;
}

.page-corridor .content .right img {
    max-width: 100%;
    width: 260px;
    margin-top: 20px;
}

.page-corridor .content .right a {
    margin-right: 30px;
}

.unit-slider {
    margin-bottom: 15px;
}

.unit-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.unit-slider .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    animation: line-slide 10000s forwards infinite linear;
}

.unit-slider .ltc-wrapper {
    position: relative;
}

@media screen and (max-width: 767px) {
    .mainvideo {
        display: none;
    }

    .mobilevideo {
        display: block;
    }

    .hotnews {
        width: 100%;
        padding: 38px 0 45px 0;
        border-radius: 0;
        margin-bottom: 60px;
    }

    .hotnews .title span {
        font-size: 23px;
        margin-left: 4px;
    }

    .hotnews hr {
        width: 85%;
        margin: 3px 0;
    }

    .hotnews .wrapper {
        width: 85%;
    }

    .hotnews .wrapper .subtitle {
        font-size: 16px;
        margin-top: 12px;
        margin-left: 5px;
        font-family: "NotoMedium";
    }

    .hotnews .maintitle {
        width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
    }

    .hotnews .wrapper {
        padding-left: 25px;
        display: flex;
    }

    .page-service-area .left .main .title .arrow {
        width: 22px;
        height: 22px;
    }

    .page-service-area .left .main .title .arrow i {
        font-size: 14px;
    }

    .page-service-other .left .main .title {
        font-size: 23.5px !important;
    }

    .page-corridor {
        margin-bottom: 88px;
    }

    .page-corridor .category .left {
        font-size: 22px;
        padding-right: 20px;
        padding-top: 17px;
        letter-spacing: 3px;
    }

    .page-corridor .category .right {
        padding-left: 3px;
    }

    .page-corridor .category .right a {
        font-size: 16px;
        margin-right: 10px;
    }

    .page-corridor .content .left {
        padding-left: 6px;
        padding-right: 20px;
        font-size: 24px;
        padding-top: 3px;
    }

    .page-corridor .content .right {
        padding-left: 25px;
        padding-right: 18px;
        padding-bottom: 20px;
    }

    .page-corridor .content .right img {
        width: 200px;
    }

    .page-corridor .content .right p {
        font-size: 16.5px;
        line-height: 27px;
    }

    .page-corridor .container {
        padding: 0;
    }

    .page-service-other {
        padding-bottom: 36px;
    }

    .page-service-other .swiper-wrapper {
        height: 131px !important;
    }

    .page-service-other .right {
        width: 45%;
    }

    .page-service-other .left {
        width: 55%;
        padding: 18px 18px;
    }

    .page-service-other .left .arrow {
        width: 25px;
        height: 25px;
    }

    .page-service-other .left .arrow i {
        font-size: 13px;
    }

    .page-service-other .left .main .title {
        font-size: 23.5px;
    }

    .page-service-other .swiper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-service-other .bigtitle {
        font-size: 19px;
    }

    .page-service-other .bigtitle img {
        width: 180px;
    }

    .page-service-other .container {
        padding-left: 0;
        padding-right: 0;
    }

    .other {
        margin-bottom: 88px;
    }

    .page-service-area .left {
        padding: 25px 0 15px 25px;
    }

    .page-service-area .left .main {
        width: 90%;
    }

    .page-service-area .left .label .rotating {
        margin-left: -10px;
        margin-top: -6px;
    }

    .page-service-area .left .main p {
        font-size: 13px;
        line-height: 21px;
    }

    .page-service-area .left .main .title {
        font-size: 27px;
        margin-bottom: 5px;
    }

    .page-service {
        margin-bottom: 88px;
    }

    .page-service .title {
        font-size: 26px;
    }

    .page-service .line {
        margin-left: 10px;
        width: 145px;
    }

    .page-service.nopadding p {
        padding-left: 0;
        padding-right: 0;
        font-size: 15px;
    }

    .page-service p {
        margin: 0 0 0 0;
        padding-left: 23px;
        padding-right: 23px;
        font-size: 15.5px;
    }

    .page-newsletter {
        margin-bottom: 88px;
    }

    .page-newsletter .cover-img {
        padding: 8px;
    }

    .page-newsletter .subtitle {
        font-size: 14px;
    }

    .page-newsletter .title {
        font-size: 27px;
    }

    .page-newsletter p {
        font-size: 15.5px;
        margin-top: 6px;
    }

    .page-awards {
        margin-bottom: 88px;
    }

    .page-awards .title {
        font-family: "NotoMedium";
        font-size: 24px;
        margin-left: 18px;
        margin-right: 18px;
    }

    .page-awards .title span {
        font-family: "NotoRegular";
    }

    .page-awards .lists {
        margin-left: 18px;
        margin-right: 18px;
        margin-bottom: 60px;
    }

    .page-awards .lists ul {
        padding-left: 75px;
    }

    .page-awards .lists ul li {
        font-size: 16px;
        line-height: 28px;
    }

    .page-organization {
        padding: 10px 0 88px 0;
    }

    .page-organization .title {
        font-size: 26px;
    }

    .page-organization hr {
        margin: 15px auto 35px auto;
    }

    .page-timeline {
        padding: 50px 0;
    }

    .page-timeline .timeline {
        font-size: 15.5px;
        line-height: 24px;
    }

    .page-timeline .wrapper {
        padding: 20px 0 20px 5px;
    }

    .page-timeline .wrapper .timeline-wrapper {
        max-height: none;
        padding-right: 10px;
        padding-left: 10px;
    }

    .page-timeline .title {
        margin-top: 15px;
        font-size: 26px;
    }

    .page-timeline hr {
        margin: 15px auto 30px auto;
    }

    .page-tabs {
        margin-top: 50px;
        margin-bottom: 0;
        padding-bottom: 27px;
        border-bottom: 1px solid #dddddd;
    }

    .page-tabs .col-4 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .page-tabs a {
        font-size: 14px;
        border-radius: 20px;
        padding: 7px 0;
    }

    .page-origin {
        margin-bottom: 50px;
    }

    .page-origin .nopadding {
        padding: 0 !important;
    }

    .page-origin p {
        font-size: 17px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .page-origin .title {
        margin-top: 45px;
        font-size: 26px;
    }

    .page-origin .text {
        right: 0;
        left: auto;
        font-size: 58px;
        letter-spacing: 3px;
        font-weight: 700;
        bottom: 9px;
    }

    .page-origin hr {
        margin: 15px auto 30px auto;
    }
}

@media screen and (max-width: 361px) {

    .page-unit .content .para,
    .page-unit .content .location {
        font-size: 13px !important;
    }

    .page-unit .content .location .icon {
        margin-top: 4px;
        width: 10px;
    }

    .page-service-area .left {
        padding: 25px 0 15px 25px !important;
    }

    .page-service-area .left .label .rotating {
        margin-left: -3px;
        margin-top: -12px !important;
    }

    .page-service-area .left .main p {
        font-size: 12px;
        line-height: 19px;
    }

    .page-service-area .left .main .title {
        font-size: 23px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1367px) {
    .page-service-area .wrapper {
        height: 230px;
    }

    .page-service-inside .title-wrapper .main-wrapper .main-title {
        font-size: 33px;
        width: 160px;
    }

    .page-service-inside .menu-wrapper a {
        margin: 0 7px;
    }

    .media-list .title {
        width: 100%;
    }

    .page-service-other .wrapper {
        height: 160px;
    }

    .banner {
        padding-top: 0;
    }

    .banner .cover {
        height: 466px;
    }

    .page-content .title.special span {
        width: 40%;
        font-size: 25px;
        letter-spacing: 2px;
    }

    .page-donate .btn-main {
        width: 155px;
    }

    .page-donate .content {
        padding: 25px 5px;
    }
}

@media screen and (max-width: 1200px) {
    .page-service-inside .title-wrapper .main-wrapper .main-title {
        font-size: 32px;
        width: auto;
    }

    header nav {
        margin-right: 80px;
    }

    header nav .nav-link {
        margin: 0 10px 0 10px;
    }
}

@media screen and (min-width: 1021px) and (max-width: 1181px) {

    .page-about .cover01,
    .page-about .cover04 {
        height: 330px;
    }

    .page-about .cover02,
    .page-about .cover03,
    .page-about .cover05 {
        height: 157px;
    }

    .full-menu .full-title {
        margin-top: 30px;
    }

    .full-menu .full-title.special {
        margin-top: 15px;
    }

    .page-donate .content .dn-desc {
        font-size: 14px;
    }

    .page-service-area .wrapper {
        height: 230px;
    }

    .page-service-other .wrapper {
        height: 155.5px;
    }

    .page-service-inside .tabs-wrapper {
        width: 65%;
    }

    .page-service-inside .menu-wrapper a {
        margin: 0 5px;
        font-size: 14px;
    }
}

@media screen and (min-width: 819px) and (max-width: 1020px) {

    .page-about .cover04,
    .page-about .cover05,
    .page-about .cover02,
    .page-about .cover03 {
        height: 173px;
    }

    .ltr {
        display: none;
    }

    .page-about .text-mobile {
        display: block;
    }

    .page-service-other .wrapper {
        height: 160px;
    }
}

@media screen and (max-width: 1025px) {
    .page-donate .content .dn-desc {
        font-size: 14.5px;
    }

    .full-menu .close-btn {
        right: 45px;
    }

    .page-content .title {
        font-size: 28px;
    }

    .page-service-inside .title-wrapper .main-wrapper .main-title {
        width: 21%;
    }

    .page-service-other .left .main .title {
        font-size: 27px;
    }

    .page-service-area .left {
        padding: 18px 0px 15px 15px;
    }

    .page-service-area .left .main .title {
        font-size: 30px;
    }

    .page-service.nopadding {
        margin-bottom: 120px;
    }

    .full-menu .bg-img {
        width: 210px;
        object-fit: cover;
    }

    .page-banner {
        margin-top: 56px;
    }

    .a-menu.desktop {
        top: 38px;
        right: 45px;
    }
}

@media screen and (max-width: 992px) {
    .page-service-area .wrapper {
        height: auto;
    }

    .page-service-inside .title-wrapper .main-wrapper .main-title {
        width: auto;
    }

    p.detail-desc {
        font-size: 18px;
        line-height: 33px;
        padding-left: 26px;
        padding-right: 26px;
    }

    .top-banner .container {
        padding: 0;
        margin: 0;
        margin-top: 56px;
        max-width: 100% !important;
    }

    .top-banner .page-banner {
        border-radius: 0;
        background-position: center !important;
        height: 187px;
        background-size: cover !important;
        margin-top: 75px;
    }

    .top-banner .page-banner.service {
        background-position: 43% !important;
    }

    .top-banner .page-banner.media {
        background-position: 15% !important;
    }

    .top-banner .page-banner.unit-banner {
        background-position: 65% !important;
    }

    .top-banner .page-banner.collection {
        background-position: 75% !important;
    }

    .breadcrumbs {
        margin: 6px 0;
        font-size: 15px;
    }

    .breadcrumbs .arrow {
        margin: 0 3px;
    }

    .breadcrumbs a {
        font-size: 15px;
    }

    .page-collections {
        margin: 56px 0 40px 0;
    }

    .page-collections .col-title {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    .page-collections .col-desc {
        font-size: 16px;
        line-height: 26px;
        font-family: "NotoRegular";
    }

    .page-donate p {
        margin: 45px 0 27px 0;
        line-height: 36px;
        font-size: 16px;
    }

    .page-donate p .icon {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-left: 0;
        margin-top: 12px;
    }

    .page-donate .btn-main {
        width: 168px;
    }

    .page-content .button-area .btn-tertiary {
        margin-left: 45px;
        margin-right: 45px;
    }

    .page-content .container {
        padding-left: 0;
        padding-right: 0;
    }

    .page-content.special {
        padding-top: 15px;
        padding-bottom: 55px;
    }

    .page-content .title.special .left {
        margin-left: -65%;
        width: 90%;
    }

    .page-content .title.special span {
        width: calc(45% + 5px);
        padding-left: 5px;
        letter-spacing: 2px;
        font-size: 24px;
        line-height: 32px;
    }

    .page-content .title.special .right {
        margin-right: -65%;
        width: 90%;
    }

    .page-banner .sub-title {
        letter-spacing: 1px;
    }

    .page-unit .mainphoto {
        margin-bottom: 10px;
    }

    .page-unit .subphoto {
        margin-bottom: 88px;
    }

    .page-unit .content .para {
        font-size: 13px;
        line-height: 23px;
        width: 85%;
    }

    .page-unit .subtitle {
        font-size: 16px;
        line-height: 25px;
    }

    .page-unit .title {
        font-size: 20px;
    }

    .page-unit .title span {
        width: 20px;
        height: 20px;
        border: 3px solid #5bbae8;
        margin-bottom: -3px;
    }

    .page-unit h3 {
        font-size: 24px;
        line-height: 25px;
    }

    .page-unit p {
        margin: 50px 0 50px 0;
        font-size: 15.5px;
        line-height: 35px;
    }

    .page-unit .line {
        top: 53px;
        margin-left: 0;
        width: 325px;
    }

    .page-service {
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .page-service-area {
        padding: 60px 25px;
        margin-bottom: 88px;
    }

    .page-service-area .right {
        width: 100%;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0;
        height: 200px;
    }

    .page-service-area .right img {
        border-top-right-radius: 0;
    }

    .page-service-area .left {
        height: 188px;
        width: 100%;
        padding: 25px 5px 25px 25px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
    }

    .page-service-area .wrapper {
        flex-direction: column;
    }

    .page-service-inside {
        width: auto;
        padding-left: 18px;
        padding-right: 0;
    }

    .page-service-inside .tabs-wrapper {
        width: calc(100% - 18px);
        margin-top: 25px;
        margin-bottom: 65px;
    }

    .page-service-inside .tabs-wrapper a {
        padding: 3px !important;
    }

    .page-service-inside p {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .page-service-inside p,
    .page-service-inside .img-area,
    .page-service-inside .text-center.mt-5.pt-md-4 {
        padding-right: 18px;
    }

    .page-service-inside .menu-wrapper {
        margin-left: 74px;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 75px;
    }

    .page-service-inside .menu-wrapper a {
        margin: 0 5px;
        color: #4a3733;
        font-weight: 500;
        text-decoration: none;
        font-size: 15.5px;
        margin-bottom: 7px;
    }

    .page-service-inside .menu-wrapper a:hover {
        opacity: 0.7;
        transition: 0.4s;
    }

    .page-service-inside .title-wrapper {
        margin: 50px 0 10px 0;
    }

    .page-service-inside .title-wrapper .main-wrapper {
        width: calc(100% - 76px);
    }

    .page-service-inside .title-wrapper .main-wrapper .hr {
        margin-right: 0;
        width: 35px;
    }

    .page-service-inside .title-wrapper .main-wrapper.special {
        border-bottom: none;
    }

    .page-service-inside .title-wrapper .main-wrapper .main-title {
        font-size: 27px;
    }

    .page-service-inside .title-wrapper .service-wrapper {
        width: 77px;
    }

    .page-service-inside .title-wrapper .service-wrapper .sub {
        font-size: 13px;
    }

    .page-service-inside .title-wrapper .service-wrapper .number {
        width: 60px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        margin-top: 0 !important;
    }

    .banner {
        margin-top: 17px;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .banner .swiper-pagination {
        bottom: 65px !important;
        z-index: 3;
    }

    .banner .cover {
        height: 90vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }

    .banner .goto {
        position: absolute;
        right: 95px;
        bottom: -30px;
        width: 60px;
        cursor: pointer;
    }

    .banner .motto {
        position: absolute;
        left: 25px;
        right: 0;
        bottom: -45px;
        padding: 30px 25px 80px 25px;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(210, 181, 136) 0%, rgba(255, 255, 255, 0.2623643207) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(210, 181, 136) 0%, rgba(255, 255, 255, 0.2623643207) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(210, 181, 136) 0%, rgba(255, 255, 255, 0.2623643207) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    }

    .banner .motto .title {
        font-family: "Literata";
        color: #ffffff;
        font-size: 35px;
        margin-bottom: 18px;
    }

    .banner .motto p {
        color: #ffffff;
        font-size: 20px;
    }

    .whoweare {
        padding: 80px 0;
        background: #ffffff;
        position: relative;
        z-index: 1;
    }

    .whoweare .title {
        font-family: "Literata";
        color: #585148;
        font-size: 35px;
        text-transform: capitalize;
        margin-bottom: 25px;
    }

    .whoweare .content {
        color: #a29988;
        font-size: 19px;
        margin-bottom: 30px;
        line-height: 33px;
    }

    .vision {
        background: #f8f5f1;
        padding: 80px 0;
        position: relative;
    }

    .vision .title {
        font-family: "Literata";
        color: #585148;
        font-size: 26px;
        margin-bottom: 25px;
        line-height: 33px;
        margin-top: 20px;
        margin-left: 10px;
    }

    .vision .box {
        border-bottom: 1px solid #766d64;
        padding: 15px;
    }

    .vision .box .subtitle {
        font-family: "Literata";
        color: #766d64;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .vision .box .content {
        display: flex;
        justify-content: space-between;
    }

    .vision .box .content img {
        height: 15px;
        margin-right: 12px;
        margin-top: 4px;
    }

    .vision .box .content p {
        color: #a29988;
        width: 98%;
        font-size: 15px;
        margin-bottom: 5px;
        text-align: justify;
    }

    .tagline {
        background: #d2b588;
        padding-top: 50px;
    }

    .tagline .tagimg {
        height: 35px;
    }

    .tagline .title {
        font-family: "Literata";
        color: #585148;
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 33px;
        text-align: center;
    }

    .tagline .wrapper {
        display: flex;
        align-items: top;
    }

    .tagline .wrapper .box {
        width: 33.3%;
        height: 600px;
        position: relative;
    }

    .tagline .wrapper .box .text {
        font-family: "Literata";
        color: #ffffff;
        font-size: 30px;
        text-align: center;
        margin-top: 30px;
    }

    .tagline .wrapper .box .text img {
        margin-top: 20px;
        height: 35px;
    }

    .tagline .wrapper .box.bg-1 {
        background: url("../img/jpg/do.jpg") no-repeat top center;
        background-size: cover !important;
    }

    .tagline .wrapper .box.bg-2 {
        background: url("../img/jpg/do good.jpg") no-repeat top center;
        background-size: cover !important;
    }

    .tagline .wrapper .box.bg-3 {
        background: url("../img/jpg/do good better.jpg") no-repeat top center;
        background-size: cover !important;
    }

    .tagline .wrapper .box .bg-cover-1 {
        background: #dbcdbb;
        padding: 24px 5px;
        text-align: center;
        color: #9A6540;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 15px;
        position: absolute;
        width: 100%;
        bottom: 0;
        cursor: pointer;
    }

    .tagline .wrapper .box .bg-cover-2 {
        background: #d2b588;
        padding: 24px 5px;
        text-align: center;
        color: #9A6540;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 15px;
        position: absolute;
        width: 100%;
        bottom: 0;
        cursor: pointer;
    }

    .tagline .wrapper .box .bg-cover-3 {
        background: #dbcdbb;
        padding: 24px 5px;
        text-align: center;
        color: #9A6540;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 15px;
        position: absolute;
        width: 100%;
        bottom: 0;
        cursor: pointer;
    }

    .whatwedo {
        background: #ffffff;
        padding: 80px 0;
        position: relative;
        z-index: 2;
    }

    .whatwedo .wrapper {
        background: #f8f5f1;
        position: relative;
    }

    .whatwedo .wrapper img {
        max-width: 270px;
    }

    .whatwedo .wrapper .cover {
        padding: 15px;
        padding-bottom: 65px;
    }

    .whatwedo .wrapper .cover p {
        color: #a29988;
        line-height: 28px;
        text-align: justify;
    }

    .whatwedo .wrapper .title {
        font-family: "Literata";
        color: #585148;
        font-size: 27px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 35px;
    }

    .whatwedo .wrapper .tabs {
        display: flex;
    }

    .whatwedo .wrapper .tabs .tab {
        text-transform: uppercase;
        padding: 14px;
        letter-spacing: 3px;
        font-size: 12px;
        text-align: center;
        width: 50%;
        cursor: pointer;
    }

    .whatwedo .wrapper .tabs .tab:hover,
    .whatwedo .wrapper .tabs .tab.active {
        width: 50%;
        background: #C69A3D;
        color: #ffffff;
        transition: 0.5s;
    }

    .partners {
        background: #d2b588;
        padding: 50px 0 70px 0;
        position: relative;
    }

    .partners .title {
        font-family: "Literata";
        color: #585148;
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 33px;
        text-align: center;
    }

    .partners img {
        height: 45px;
    }

    .activities {
        background: #f8f5f1;
        padding: 50px 0;
    }

    .activities .title {
        font-family: "Literata";
        color: #585148;
        font-size: 30px;
        margin-bottom: 60px;
        line-height: 33px;
        text-align: center;
    }

    .activities .box {
        border-bottom: 1px solid rgba(118, 109, 100, 0.6);
        padding: 20px 15px 15px 15px;
    }

    .activities .box.first {
        border-top: 1px solid rgba(118, 109, 100, 0.6);
        height: 100%;
    }

    .activities .box .content {
        display: flex;
        justify-content: space-between;
    }

    .activities .box .content img {
        height: 15px;
        margin-right: 12px;
    }

    .activities .box .content p {
        color: #a29988;
        width: 98%;
        font-size: 15px;
        margin-bottom: 0;
        text-align: justify;
    }

    .news {
        padding-top: 30px;
        padding-bottom: 70px;
        background: #ffffff;
        position: relative;
        z-index: 2;
    }

    .news.page {
        padding-top: 70px;
    }

    .news .date {
        color: #cdb48d;
        font-family: "NotoLight";
        font-weight: 800;
        font-size: 13px;
        opacity: 0.7;
    }

    .news .subtitle {
        color: #cdb48d;
        font-family: "NotoLight";
        font-weight: 800;
        font-size: 13px;
        opacity: 0.7;
    }

    .news .title {
        margin-top: 15px;
        color: #585148;
        font-family: "Literata";
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: 600;
    }

    .news .title.big {
        font-size: 30px;
        line-height: 35px;
    }

    .news .title.special {
        font-size: 30px;
        line-height: 35px;
        padding: 15px 0;
        border-top: 1px solid rgba(162, 153, 136, 0.3);
        border-bottom: 1px solid rgba(162, 153, 136, 0.3);
        margin-bottom: 50px;
    }

    .news p {
        color: #a29988;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .news .more {
        color: #be976c !important;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-decoration: none;
        font-size: 12px;
        font-family: "NotoRegular";
        font-weight: 800;
    }

    .highlights {
        padding-top: 30px;
        padding-bottom: 70px;
        background: #ffffff;
        position: relative;
        z-index: 2;
    }

    .highlights.page {
        padding-top: 70px;
    }

    .highlights .title {
        padding: 20px 0;
        color: #585148;
        font-family: "Literata";
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
    }

    .highlights img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        cursor: pointer;
    }

    .highlights .hwrapper {
        position: relative;
    }

    .highlights .hwrapper .hover {
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 25px;
    }

    .highlights .hwrapper .hover .text {
        font-family: "Literata";
        color: #ffffff;
        font-size: 18px;
        position: absolute;
        bottom: 25px;
        width: 90%;
    }

    .highlights .hwrapper:hover .hover {
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(116, 73, 42) 0%, rgba(255, 255, 255, 0.2623643207) 100%);
        background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(116, 73, 42) 0%, rgba(255, 255, 255, 0.2623643207) 100%);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(116, 73, 42) 0%, rgba(255, 255, 255, 0.2623643207) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
        transition: 0.3s;
        opacity: 1;
        pointer-events: none;
    }

    .application {
        background: #f8f5f1;
    }

    .application .title {
        background: #cdb48d;
        padding: 20px 0;
        color: #585148;
        font-family: "Literata";
        font-size: 30px;
    }

    .application .content {
        padding: 65px 0;
    }

    .application .subtitle {
        font-family: "Literata";
        color: #585148;
        margin-top: 70px;
        font-size: 18px;
    }

    .application p {
        color: #a29988;
        font-size: 15px;
        line-height: 24px;
        text-align: justify;
    }

    .application .email {
        border: none;
        color: #766d64;
        border: 1px solid #c09a4e;
        padding: 14px 30px 10px 30px;
        font-size: 12px;
        letter-spacing: 1px;
        border-radius: 0;
        max-width: 100%;
        text-transform: uppercase;
        font-weight: 800;
        font-family: "NotoRegular";
    }

    .header-news {
        background: url("../img/jpg/banner news.jpg") no-repeat bottom center;
        background-size: cover;
        margin-top: 80px;
        width: 100%;
        height: 300px;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -2px;
    }

    .header-news .title {
        text-align: center;
        color: #ffffff;
        font-family: "Literata";
        font-size: 35px;
    }

    .header-highlights {
        background: url("../img/jpg/banner highlight.jpg") no-repeat bottom center;
        background-size: cover;
        margin-top: 80px;
        width: 100%;
        height: 300px;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -2px;
    }

    .header-highlights .title {
        text-align: center;
        color: #ffffff;
        font-family: "Literata";
        font-size: 35px;
    }
}

@media screen and (max-width: 768px) {
    .page-service-area .left .main .title {
        margin-top: -8px;
        font-size: 26px;
    }

    .page-content .title {
        font-size: 23px;
    }

    .swiper-collections .swiper-wrapper .swiper-slide {
        transition: transform 0.3s, opacity 0.3s;
        transform: scale(0.8);
        opacity: 1;
    }

    .swiper-collections .swiper-wrapper .swiper-slide-active {
        transform: scale(1.1);
        opacity: 1;
        padding-top: 15px;
    }

    .marquee .title-wrapper {
        width: 100%;
        flex-direction: column;
    }

    .marquee .title-wrapper .title {
        margin-bottom: 30px;
        font-size: 14px;
        margin-top: 4px;
        letter-spacing: 0;
    }

    .marquee .title-wrapper .dots {
        margin-left: -10px;
    }

    .marquee .content-wrapper {
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .marquee .content-wrapper span {
        display: block;
        margin-bottom: 2px;
        width: 100%;
        margin: 2px 0 6px 0;
        text-align: left;
        font-size: 16px;
    }

    .marquee .content-wrapper span.featured-title {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .collections {
        padding: 70px 0 88px 0;
    }

    .collections .c-title {
        font-size: 16.5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .collections .c-content {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .collections .c-content p {
        margin-bottom: 5px;
    }

    .collections .container {
        padding: 0;
    }

    .collections .container .button-wrapper {
        padding-right: 16px;
        padding-left: 16px;
    }

    .collections .title {
        font-size: 27.5px;
        letter-spacing: 2px;
        font-family: "NotoMedium";
    }

    .collections .subtitle {
        font-size: 14px;
        margin-top: 4px;
        margin-bottom: 30px;
        letter-spacing: 0;
    }

    .origin {
        margin: 70px 0 80px 0;
    }

    .origin .subtitle {
        margin-top: 4px;
        font-size: 14px;
        letter-spacing: 0;
        margin-bottom: 45px;
    }

    .origin .title {
        font-size: 27.5px;
        letter-spacing: 2px;
        font-family: "NotoMedium";
    }

    .origin p {
        font-size: 16.7px;
        padding-right: 0;
        line-height: 30px;
    }

    .services {
        padding: 70px 0 88px 0;
    }

    .services img {
        height: 142px;
    }

    .services .subtitle {
        margin-top: 4px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .services .title {
        font-size: 27.5px;
        letter-spacing: 2px;
        font-family: "NotoMedium";
    }

    .services .wrapper {
        margin-left: 14px;
        margin-right: 14px;
    }

    .services .wrapper .button-wrapper {
        padding-top: 32px;
        width: 47.5%;
    }

    .services .wrapper .top-wrapper {
        padding: 18px 20px 15px 20px;
    }

    .services .wrapper .top-wrapper .smalltitle {
        font-size: 17px;
    }

    .services .wrapper .top-wrapper .bigtitle {
        font-size: 24px;
        letter-spacing: 4px;
    }

    .unit {
        padding: 86px 0 80px 0;
    }

    .unit .col-md-3.col-6.mb-2 {
        text-align: center;
    }

    .unit img {
        width: 85%;
        margin-bottom: 15px;
    }

    .unit .title {
        font-size: 27.5px;
        text-align: center;
        letter-spacing: 2px;
        font-family: "NotoMedium";
    }

    .unit .subtitle {
        margin-top: 4px;
        justify-content: center;
        font-size: 14px;
        letter-spacing: 0;
    }

    .unit p {
        line-height: 29px;
        font-size: 17px;
        margin-left: 17px;
        margin-right: 17px;
    }

    .unit .mainsub {
        text-align: center;
        font-size: 19px;
        margin-top: 40px !important;
        margin-bottom: 20px;
    }

    .banner {
        height: auto;
    }

    .banner .swiper {
        height: auto;
    }

    .news .title.big {
        font-size: 20px;
    }

    .slider-partners img {
        width: auto !important;
        height: 60px;
        margin: auto !important;
    }

    .slider-partners img.partner-img {
        margin-left: 95px !important;
    }

    .slick-banner-mobile {
        display: block;
    }

    .slick-banner {
        display: none;
    }

    .whoweare {
        padding-top: 160px;
    }

    .banner {
        width: 100%;
    }

    .banner .goto {
        right: 30px;
        width: 50px;
        bottom: -25px;
        display: none;
    }

    .banner .motto {
        bottom: -170px;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgb(210, 181, 136) 0%, rgb(255, 255, 255) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgb(210, 181, 136) 0%, rgb(255, 255, 255) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgb(210, 181, 136) 0%, rgb(255, 255, 255) 100%);
    }

    .banner .motto .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .banner .motto p {
        font-size: 18px;
    }

    .banner .motto p span {
        display: inline;
    }

    .vision .box .content img {
        margin-top: 3px;
    }

    .vision .title {
        margin-top: 0;
        margin-bottom: 0;
    }

    .tagline .wrapper {
        flex-wrap: wrap;
    }

    .tagline .wrapper .box {
        width: 100%;
    }

    .activities .box {
        border-bottom: 0;
        border-top: 1px solid rgba(118, 109, 100, 0.6);
    }

    .activities .box .first {
        border-bottom: 0;
    }

    .application .content {
        padding: 30px 0;
    }

    .application .email {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 10px;
    }

    .application .subtitle {
        margin-top: 0;
    }

    .border-bot {
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(118, 109, 100, 0.2);
    }
}

@media screen and (max-width: 468px) {
    .news-area {
        padding-left: 8px;
        padding-right: 8px;
    }

    .news-para {
        font-size: 16px;
    }

    .media-content {
        height: 145px;
        border-radius: 5px;
    }

    .media-content .thumbnail {
        height: 145px;
    }

    .page-content p {
        line-height: 30px;
        margin-top: 0 !important;
    }

    .page-content p a {
        word-break: break-word;
    }

    .page-content .button-area .btn-main {
        margin-top: 25px;
    }

    .button-area {
        margin: 30px 0;
        flex-direction: column;
        align-items: center;
    }

    .button-area .btn-main {
        margin-bottom: 20px;
    }

    .page-service {
        margin-top: 50px;
        margin-bottom: 75px;
    }

    .top-banner .page-banner {
        margin-top: 56px;
    }

    .banner {
        margin-top: 8px;
    }

    .unit {
        padding: 86px 0 80px 0;
    }

    .unit .img-left {
        margin-left: 23px;
        width: 78%;
    }

    .unit .img-right {
        margin-right: 23px;
        width: 78%;
    }

    .banner .cover {
        margin-top: 65px;
    }
}

@media screen and (max-width: 361px) {
    .page-service-area .left .main .title {
        font-size: 23px;
        margin-top: -11px;
    }

    .page-donate .btn-main {
        width: 168px;
    }

    .page-unit p {
        font-size: 14px;
        line-height: 32px;
    }

    .page-unit .line {
        top: 49px;
        width: 95%;
    }

    .news-para {
        padding-left: 10px;
        margin-left: 0;
        font-size: 15px;
    }
}