@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/


/**
 * ALL
 * ANIMATE
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * TEAM
 * FINANCE
 * NEWS
 * AWARDS
 * CONTACT
 **/


/*------------------------------------*\
    ALL
\*------------------------------------*/

html,
body {
    overflow-x: hidden;
    min-height: 1000px;
}

body {
    color: #3a3a3a;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    padding-top: 60px;
    max-width: 1920px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    body {
        padding-top: 110px;
    }
}

a {
    color: #3a3a3a;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
a:focus {
    color: #2c3077;
    outline: 0;
    text-decoration: none;
}

span {
    display: inline-block;
}

img {
    max-width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#scrollUp {
    right: 12px;
    bottom: 12px;
    z-index: 1000 !important;
}

#scrollUp img {
    width: 50px;
}

@media (min-width: 992px) {
    #scrollUp img {
        width: auto;
    }
}


/*------------------------------------*\
    ANIMATE
\*------------------------------------*/

.animation {
    opacity: 0;
}

.animated {
    opacity: 1;
}


/*------------------------------------*\
    ANIMATION
\*------------------------------------*/

@-webkit-keyframes maskTopAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
    }
}

@keyframes maskTopAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
    }
}

@-webkit-keyframes maskRightAnimation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}

@keyframes maskRightAnimation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}

@-webkit-keyframes maskBottomAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }
}

@keyframes maskBottomAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }
}

@-webkit-keyframes maskLeftAnimation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }
}

@keyframes maskLeftAnimation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }
}

@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@-webkit-keyframes kenburns-right {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 50%;
        transform-origin: 84% 50%;
    }

    100% {
        -webkit-transform: scale(1.25) translateX(20px);
        transform: scale(1.25) translateX(20px);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}

@keyframes kenburns-right {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 50%;
        transform-origin: 84% 50%;
    }

    100% {
        -webkit-transform: scale(1.25) translateX(20px);
        transform: scale(1.25) translateX(20px);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}

@-webkit-keyframes kenburns-bottom {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 84%;
        transform-origin: 50% 84%;
    }

    100% {
        -webkit-transform: scale(1.25) translateY(15px);
        transform: scale(1.25) translateY(15px);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@keyframes kenburns-bottom {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 84%;
        transform-origin: 50% 84%;
    }

    100% {
        -webkit-transform: scale(1.25) translateY(15px);
        transform: scale(1.25) translateY(15px);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@-webkit-keyframes kenburns-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%;
    }

    100% {
        -webkit-transform: scale(1.25) translate(-20px, 15px);
        transform: scale(1.25) translate(-20px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@keyframes kenburns-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%;
    }

    100% {
        -webkit-transform: scale(1.25) translate(-20px, 15px);
        transform: scale(1.25) translate(-20px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@-webkit-keyframes kenburns-top-right {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 16%;
        transform-origin: 84% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translate(20px, -15px);
        transform: scale(1.25) translate(20px, -15px);
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }
}

@keyframes kenburns-top-right {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 16%;
        transform-origin: 84% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translate(20px, -15px);
        transform: scale(1.25) translate(20px, -15px);
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }
}

@-webkit-keyframes kenburns-top-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 16%;
        transform-origin: 16% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translate(-20px, -15px);
        transform: scale(1.25) translate(-20px, -15px);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
}

@keyframes kenburns-top-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 16%;
        transform-origin: 16% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translate(-20px, -15px);
        transform: scale(1.25) translate(-20px, -15px);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
}

@-webkit-keyframes kenburns-bottom-right {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 84%;
        transform-origin: 84% 84%;
    }

    100% {
        -webkit-transform: scale(1.25) translate(20px, 15px);
        transform: scale(1.25) translate(20px, 15px);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

@keyframes kenburns-bottom-right {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 84%;
        transform-origin: 84% 84%;
    }

    100% {
        -webkit-transform: scale(1.25) translate(20px, 15px);
        transform: scale(1.25) translate(20px, 15px);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

@-webkit-keyframes kenburns-bottom-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 84%;
        transform-origin: 16% 84%;
    }

    100% {
        -webkit-transform: scale(1.25) translate(-20px, 15px);
        transform: scale(1.25) translate(-20px, 15px);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}

@keyframes kenburns-bottom-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 84%;
        transform-origin: 16% 84%;
    }

    100% {
        -webkit-transform: scale(1.25) translate(-20px, 15px);
        transform: scale(1.25) translate(-20px, 15px);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    max-width: 1920px;
    margin: 0 auto;
}

.navbar {
    background-color: #2c3077;
    height: 60px;
    padding: 0;
}

@media (min-width: 992px) {
    .navbar {
        background-color: #2c3077;
        height: 110px;
    }
}

.navbar .offcanvas {
    background-color: #2c3077;
    width: 80%;
    top: 60px;
}

.navbar .offcanvas-backdrop {
    top: 60px;
}

.navbar-brand {
    background-color: #ffffff;
    line-height: 60px;
    padding: 0 5px;
}

.navbar-brand img {
    width: 170px;
    margin-bottom: 0.25rem;
}

@media (min-width: 992px) {
    .navbar-brand {
        line-height: 110px;
    }

    .navbar-brand img {
        width: 200px;
    }
}

@media (min-width: 1400px) {
    .navbar-brand {
        padding: 0 0.5rem;
    }

    .navbar-brand img {
        width: auto;
    }
}

.navbar-toggler {
    border-radius: 0;
    border: none;
    width: 30px;
    height: 20px;
    padding: 0;
    position: relative;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.navbar-toggler .icon-bar {
    display: block;
    background: #f2af1c;
    text-align: center;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    top: 0;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    top: 10px;
    opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    top: 20px;
}

.navbar-toggler.show .icon-bar:nth-of-type(1) {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.navbar-toggler.show .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.show .icon-bar:nth-of-type(3) {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.navbar-nav .nav-item {
    position: relative;
    padding: 1rem;
}

@media (min-width: 992px) {
    .navbar-nav .nav-item {
        padding: 0 0.25rem;
    }
}

@media (min-width: 1200px) {
    .navbar-nav .nav-item {
        padding: 0 0.89rem;
    }
}

@media (min-width: 1400px) {
    .navbar-nav .nav-item {
        padding: 0 1rem;
    }
}

.navbar-nav .nav-link {
    color: #ffffff;
    font-size: 1.125rem;
    letter-spacing: 0.15rem;
    padding: 0;
}

.navbar-nav .nav-link::before {
    content: "";
    background-color: #f2af1c;
    height: 3px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #f2af1c;
    font-weight: bold;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
    left: 0;
    right: 0;
}

@media (min-width: 992px) {
    .navbar-nav .nav-link {
        line-height: 110px;
    }

    .navbar-nav .nav-link::before {
        display: block;
    }
}



.navbar-nav .nav-contact {
    background-color: #f2af1c;
}

.navbar-nav .nav-contact .nav-link {
    color: #2c3077;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    padding-left: 2.5rem;
    padding-right: 0rem;
    position: relative;
}

.navbar-nav .nav-contact .nav-link::before {
    content: "";
    background-image: url(../images/envelope.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
}

.navbar-nav .nav-contact .nav-link:hover,
.navbar-nav .nav-contact .nav-link.active {
    color: #ffffff;
}

.navbar-nav .nav-contact .nav-link:hover::before,
.navbar-nav .nav-contact .nav-link.active::before {
    background-image: url(../images/envelope-active.svg);
}

@media (min-width: 1400px) {
    .navbar-nav .nav-contact {
        padding-left: 2.5rem;
        margin-left: 0rem;
    }
}

.navbar-nav .dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0.25rem 2rem;
    min-width: 194px;
}

.navbar-nav .dropdown .dropdown-menu li {
    padding: 0.5rem 0;
}

.navbar-nav .dropdown .dropdown-item {
    display: inline-block;
    border-bottom: 2px solid transparent;
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
    padding: 0 0 0.25rem;
    width: auto;
}

.navbar-nav .dropdown .dropdown-item:hover,
.navbar-nav .dropdown .dropdown-item.active {
    border-color: #004096;
    background-color: transparent;
    color: #004096;
    font-weight: bold;
}

@media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-toggle {
        color: #f2af1c;
        font-weight: bold;
    }

    .navbar-nav .dropdown:hover .dropdown-toggle::before {
        left: 0;
        right: 0;
    }

    .navbar-nav .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar-nav .dropdown .dropdown-toggle::after {
        display: none;
    }

    .navbar-nav .dropdown .dropdown-menu {
        display: block;
        margin-top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}

@media (min-width: 1400px) {
    .navbar-nav .dropdown:hover .dropdown-toggle::before {
        right: -3.25rem;
    }
}


/*------------------------------------*\
    BANNER
\*------------------------------------*/

.banner {
    position: relative;
}

.banner-pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    position: relative;
}

.banner-pic::before {
    content: "";
    background-image: url(../images/banner-gradient.png);
    background-position: left center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 992px) {
    .banner-pic {
        height: 350px;
    }
}

.banner-txt {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-txt .title {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
    margin-bottom: 0;
}

.banner-txt .title span {
    display: block;
    font-family: "DIN Alternate Bold";
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    margin-bottom: 0.5rem;
}

.banner-txt .title span b {
    color: #f2af1c;
}

@media (min-width: 576px) {
    .banner-txt .title {
        font-size: 1.5rem;
    }

    .banner-txt .title span {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .banner-txt .title span {
        font-size: 4.5rem;
        margin-bottom: 1rem;
    }
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer {
    background-color: #2f3133;
    color: #ffffff;
    padding: 3rem 0;
}

.footer a {
    color: #ffffff;
}

.footer a:hover,
.footer a:focus {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .footer {
        padding: 5rem 0;
    }
}

.footer .container-xxl>.row>[class*=col-]+[class*=col-] {
    padding-top: 2.25rem;
}

@media (min-width: 992px) {
    .footer .container-xxl>.row>[class*=col-] {
        padding-right: 1rem;
    }

    .footer .container-xxl>.row>[class*=col-]+[class*=col-] {
        padding-right: 0;
        padding-top: 2.25rem;
        position: relative;
    }

    .footer .container-xxl>.row>[class*=col-]+[class*=col-]::before {
        content: "";
        background-color: #ffffff;
        width: 1px;
        height: auto;
        position: absolute;
        top: 2.25rem;
        bottom: 0;
        left: -10px;
    }
}

@media (min-width: 1400px) {
    .footer .container-xxl>.row>[class*=col-] {
        padding-right: 4rem;
    }

    .footer .container-xxl>.row>[class*=col-]+[class*=col-]::before {
        left: -45px;
    }
}

.footer .logo img {
    width: 200px;
}

@media (min-width: 992px) {
    .footer .logo img {
        width: auto;
    }
}

.footer .info {
    margin-top: 2rem;
}

.footer .info li {
    letter-spacing: 0.05rem;
    line-height: 1.8;
}

@media (min-width: 992px) {
    .footer .info {
        margin-top: 0;
    }
}

.footer .copy {
    font-size: 0.75rem;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .footer .copy {
        margin-top: 0;
    }
}

.footer .title {
    font-size: 1.125rem;
    font-weight: bold;
}

@media (min-width: 576px) {
    .footer .title {
        font-size: 1.25rem;
    }
}

.footer .add {
    margin-bottom: 1.5rem;
}

.footer .add li {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer .add li span {
    color: #f2af1c;
    white-space: nowrap;
    margin-right: 0.5rem;
}

.footer .text {
    font-size: 0.75rem;
    letter-spacing: 0.075rem;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* TITLE */

.page-title {
    margin-bottom: 3rem;
}

.page-title .title {
    color: #2c3077;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-bottom: 0;
}

.page-title .title span {
    display: block;
    font-family: "DIN Alternate Bold";
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.085rem;
    margin-bottom: 0.5rem;
}

.page-title .title span b {
    color: #f2af1c;
}

@media (min-width: 576px) {
    .page-title .title span {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .page-title .title span {
        font-size: 3.5rem;
        margin-bottom: 0.75rem;
    }
}


/* PICTURE */

.pic-mask-wrap {
    position: relative;
    overflow: hidden;
}

.pic-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
}

.pic-mask-top {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgb(255, 255, 255)), color-stop(0%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
}

.pic-mask-top.is-visible {
    -webkit-animation: maskTopAnimation 2s ease-out both;
    animation: maskTopAnimation 2s ease-out both;
}

.pic-mask-right {
    background: -webkit-gradient(linear, right top, left top, color-stop(100%, rgb(255, 255, 255)), color-stop(0%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
    background: linear-gradient(to left, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
}

.pic-mask-right.is-visible {
    -webkit-animation: maskRightAnimation 2s ease-out both;
    animation: maskRightAnimation 2s ease-out both;
}

.pic-mask-bottom {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgb(255, 255, 255)), color-stop(0%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
}

.pic-mask-bottom.is-visible {
    -webkit-animation: maskBottomAnimation 2s ease-out both;
    animation: maskBottomAnimation 2s ease-out both;
}

.pic-mask-left {
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(255, 255, 255)), color-stop(0%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
    background: linear-gradient(to right, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
}

.pic-mask-left.is-visible {
    -webkit-animation: maskLeftAnimation 2s ease-out both;
    animation: maskLeftAnimation 2s ease-out both;
}



/* PAGINATION */

.pagination-wrap {
    margin-top: 0.3rem;
}

.pagination {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.pagination .page-link {
    border: none;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    background-color: #ffffff;
    color: #2c3077;
    font-size: 0.9375rem;
    text-align: center;
    line-height: 35px;
    width: 45px;
    height: 35px;
    padding: 0;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link.active {
    background-color: #f2af1c;
    color: #ffffff;
}

.pagination .page-arrow {
    margin: 0 1.25rem;
}


/*------------------------------------*\
    ABOUT
\*------------------------------------*/


/* PROFILE */

.about-profile {
    overflow: hidden;
    padding: 3rem 0;
}

@media (min-width: 992px) {
    .about-profile {
        padding: 6rem 0 9rem;
    }
}

.about-profile .row>[class*=col-]:last-child {
    position: relative;
}

.about-profile .row>[class*=col-]:last-child::after {
    content: "";
    background-image: url(../images/about-profile-text.svg);
    background-position: left center;
    width: 2820px;
    height: 125px;
    position: absolute;
    bottom: 0;
    left: 15px;
    display: none;
}

@media (min-width: 992px) {
    .about-profile .row>[class*=col-]:last-child {
        padding-left: 0;
    }

    .about-profile .row>[class*=col-]:last-child::after {
        left: 0;
    }
}

.about-profile .subtitle {
    color: #000000;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.25rem;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .about-profile .subtitle {
        font-size: 1.875rem;
    }
}

.about-profile-text .pic {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .about-profile-text .pic {
        margin-bottom: 5rem;
    }
}

.about-profile-text .txt {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
}

.about-profile-text .txt strong {
    color: #2c3077;
    letter-spacing: 0.1rem;
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
}

.about-profile-text .txt strong::after {
    content: "";
    background-color: #2c3077;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

@media (min-width: 576px) {
    .about-profile-text .txt {
        font-size: 1.125rem;
    }
}


/* VISION */

.about-vision {
    position: relative;
    padding: 1.75rem 0 0;
}

@media (min-width: 992px) {
    .about-vision {
        padding: 1.75rem 0 0;
    }
}

.about-vision::before {
    content: "";
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    width: auto;
    height: auto;
    position: absolute;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 50%;
    z-index: 3;
    display: none;
}

@media (min-width: 992px) {
    .about-vision::before {
        display: block;
    }
}

.about-vision::after {
    content: "";
    background-image: url(../images/about-profile-text.svg);
    background-position: left center;
    width: 2820px;
    height: 125px;
    position: absolute;
    top: 155px;
    left: 0;
}

@media (min-width: 992px) {
    .about-vision::after {
        left: 725px;
    }
}

.about-vision .container-xxl {
    position: relative;
}

.about-vision .container-xxl>.row>[class*=col-]:first-child {
    position: relative;
    z-index: 4;
}

@media (min-width: 1400px) {
    .about-vision .container-xxl>.row>[class*=col-]:first-child {
        padding-right: 14rem;
    }
}

.about-vision .page-title {
    margin-bottom: 1.75rem;
}

.about-vision .page-title span {
    display: block;
}

@media (min-width: 992px) {
    .about-vision .page-title span {
        display: inline-block;
        margin-right: 1.25rem;
    }
}

.about-vision-list .nav {
    padding-right: 1rem;
}

.about-vision-list .nav li {
    border-bottom: 1px solid #eaeaf2;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .about-vision-list .nav {
        padding-right: 2rem;
    }

    .about-vision-list .nav li:last-child {
        border-bottom: none;
    }
}

@media (min-width: 1400px) {
    .about-vision-list .nav {
        padding-right: 0;
    }

    .about-vision-list .nav li {
        padding-bottom: 1.75rem;
        margin-bottom: 3rem;
    }
}

.about-vision-list .title {
    color: #2c3077;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.about-vision-list .title span {
    color: #f2af1c;
    font-family: "DIN Alternate Bold";
    font-weight: normal;
    margin-right: 0.5rem;
}

@media (min-width: 576px) {
    .about-vision-list .title {
        font-size: 1.5rem;
        margin-right: 2rem;
    }
}

.about-vision-list .text {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
    .about-vision-list .text {
        font-size: 1.0625rem;
    }
}

.about-vision-round {
    text-align: center;
}

.about-vision-round img {
    position: relative;
    z-index: 3;
}

@media (min-width: 1600px) {
    .about-vision-round img {
        position: absolute;
        top: 125px;
        right: -195px;
    }
}


/* BUSINESS */

.about-business {
    min-height: 785px;
    position: relative;
}

@media (min-width: 1400px) {
    .about-business {
        background-image: url(../images/about-business-bg.jpg);
        background-position: 60% top;
        background-repeat: no-repeat;
        top: -18.25rem;
        margin-bottom: -18.25rem;
        padding-top: 5.5rem;
        z-index: 2;
    }
}

.about-business .container-xxl {
    padding: 0;
}

@media (min-width: 1400px) {
    .about-business .container-xxl {
        padding: 0 12px;
    }
}

.about-business .title {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
    .about-business .title {
        font-size: 1.6875rem;
        margin-bottom: 2rem;
    }
}

.about-business-pic {
    text-align: center;
    position: relative;
    margin-top: 2rem;
}

@media (min-width: 1400px) {
    .about-business-pic {
        text-align: left;
        position: absolute;
        left: 0;
        bottom: 35px;
    }
}

@media (min-width: 1600px) {
    .about-business-pic {
        left: 85px;
    }
}

.about-business-list {
    background-color: #f2af1c;
    padding: 2rem 12px 0;
    position: relative;
    z-index: 5;
}

@media (min-width: 1400px) {
    .about-business-list {
        background-color: transparent;
        padding: 0;
        max-width: 495px;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 5rem;
    }
}

.about-business-list .title {
    color: #2c3077;
}

.about-business-list .row>[class*=col-] {
    text-align: center;
    margin-bottom: 2rem;
}

.about-business-list .pic {
    border-radius: 50%;
}

.about-business-list .text {
    color: #2c3077;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-top: 1.25rem;
}

@media (min-width: 576px) {
    .about-business-list .text {
        font-size: 1.1875rem;
    }
}

.about-business-spirit {
    background-image: url(../images/about-business-bg-s.jpg);
    text-align: center;
    padding: 2rem 12px;
}

@media (min-width: 1400px) {
    .about-business-spirit {
        background-image: none;
        padding: 0;
        max-width: 765px;
        margin-left: auto;
        margin-right: -4rem;
    }
}

@media (min-width: 1600px) {
    .about-business-spirit {
        margin-right: -8rem;
    }
}

.about-business-spirit .title {
    color: #ffffff;
    margin-bottom: 1.5rem;
}


/* TREASURES */

.about-treasures {
    background-color: #ffffff;
    background-image: url(../images/about-treasures-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 3rem 0 0;
}

.about-treasures .container-xxl {
    border-left: 1px solid #f2af1c;
}

.about-treasures .page-title {
    margin-bottom: 6rem;
}

@media (min-width: 576px) {
    .about-treasures .page-title .title {
        font-size: 1.5rem;
    }
}

.about-treasures-group {
    padding: 2rem 12px;
}

@media (min-width: 1200px) {
    .about-treasures-group {
        padding-bottom: 0;
    }
}

@media (min-width: 1400px) {
    .about-treasures-group {
        padding: 0;
        max-width: 1070px;
        margin-left: auto;
        margin-right: 0;
    }
}

.about-treasures-list.row>[class*=col-] {
    text-align: center;
    margin-bottom: 5rem;
}

.about-treasures-list .content {
    border-radius: 0.25rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 185px 1.25rem 1rem;
    width: 250px;
    min-height: 285px;
}

.about-treasures-list .pic {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

.about-treasures-list .title {
    color: #2c3077;
    font-size: 1.125rem;
    font-weight: bold;
}

@media (min-width: 576px) {
    .about-treasures-list .title {
        font-size: 1.5rem;
    }
}

.about-treasures-list .text {
    letter-spacing: 0.1rem;
    margin-bottom: 0;
}


/* HISTORY */

.about-history {
    background-color: #ffffff;
    background-position: right top;
    padding: 3rem 0 0;
    position: relative;
}

.about-history::after {
    content: "";
    background-image: url(../images/about-history.png);
    width: 520px;
    height: 520px;
    position: absolute;
    right: 0;
    bottom: 20px;
}

#pic-add img {
    width: 600px;
    height: auto;
}
/* ADD PHOTO STYLE*/
.pic-about-history-01-1 img{
    width: 700px;
}

@media (min-width: 992px) {
    .about-history {
        padding: 7.5rem 0 0;
    }

    .about-history::after {
        right: 340px;
    }

}
@media (max-width: 1400px){
  
    .pic-about-history-01-1{
        position: relative;
        text-align: center;
    }
}

.about-history .container-xxl {
    position: relative;
    z-index: 2;
}

.about-history-list {
    padding-bottom: 2rem;
    position: relative;
}

.about-history-list::before {
    content: "";
    background-color: #2c3077;
    width: 1px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
}

@media (min-width: 576px) {
    .about-history-list::before {
        left: 40px;
    }
    
}

@media (min-width: 1400px) {
    .about-history-list::before {
        left: 65px;
    }
}

.about-history-group {
    margin-bottom: 3rem;
    position: relative;
}

@media (min-width: 992px) {
    .about-history-group {
        margin-bottom: 8rem;
    }
}

.about-history-group .pic {
    position: relative;
    text-align: center;
    overflow: hidden;
}

@media (min-width: 1400px) {
    .about-history-group .pic {
        position: absolute;
    }

    .about-history-group:first-child .pic {
        top: 0;
        right: -70px;
    }

    #pic-add {
        right: -80px;
        top: 0px;
    }

    .about-history-group:nth-child(2) .pic {
        right: 95px;
    }

    .about-history-group:last-child .pic {
        right: -305px;
        bottom: 65px;
    }
}

.about-history-title {
    margin-bottom: 3rem;
}

.about-history-title .title {
    color: #000000;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .about-history-title .title {
        font-size: 1.875rem;
        letter-spacing: 0.2rem;
    }
}

.about-history-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.25rem;
}

@media (min-width: 1400px) {
    .about-history-item {
        width: 50%;
        padding-right: 1rem;
    }
}

.about-history-item .date {
    background-color: #ffffff;
    border-radius: 3rem;
    border: 1px solid #2c3077;
    color: #2c3077;
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05rem;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-history-item .date span {
    display: block;
}

.about-history-item .date span+span {
    position: relative;
    padding-top: 0.5rem;
}

.about-history-item .date span+span::before {
    content: "";
    background-color: #2c3077;
    width: 1px;
    height: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

.about-history-item .date b {
    color: #f2af1c;
    font-family: "DIN Alternate Bold";
    font-size: 1.125rem;
}

@media (min-width: 576px) {
    .about-history-item .date {
        font-size: 1.125rem;
        width: 85px;
        height: 85px;
    }

    .about-history-item .date b {
        font-size: 1.5rem;
    }
}

.about-history-item .date-secondary {
    height: 100px;
}

@media (min-width: 576px) {
    .about-history-item .date-secondary {
        height: 125px;
    }
}

.about-history-item .text {
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .about-history-item .text {
        font-size: 1.0625rem;
    }
}

.about-history-pic {
    position: relative;
}

@media (min-width: 1400px) {
    .about-history-pic {
        padding-left: 2rem;
    }

    .about-history-pic img {
        position: absolute;
        left: 0;
    }
}


/*------------------------------------*\
    TEAM
\*------------------------------------*/

.team {
    position: relative;
}

.team::before {
    content: "";
    background-color: #ffffff;
    width: 28%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
}

@media (min-width: 992px) {
    .team::before {
        display: block;
    }
}

.team::after {
    content: "";
    background-image: url(../images/team-text.png);
    background-position: center top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: none;
}

@media (min-width: 1400px) {
    .team::after {
        display: block;
    }
}


/* CORE */

.team-core {
    padding: 3rem 0;
}

@media (min-width: 992px) {
    .team-core {
        padding: 8rem 0 7rem;
    }
}

.team-core .container-xxl {
    position: relative;
    z-index: 3;
}

@media (min-width: 1400px) {
    .team-core .container-xxl>.row>[class*=col-]:last-child {
        padding-left: 4rem;
        padding-right: 5rem;
    }
}

.team-core-primary {
    background-color: rgba(44, 48, 119, 0.1);
}

.team-core-secondary {
    background-color: rgba(242, 175, 28, 0.1);
}

.team-core-pic {
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .team-core-pic img {
        width: 380px;
    }
}

@media (min-width: 992px) {
    .team-core-pic {
        text-align: left;
        margin-bottom: 0;
    }
}

.team-core-text {
    margin-bottom: 3rem;
}

.team-core-text .title {
    color: #2c3077;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .team-core-text .title {
        font-size: 1.0625rem;
        margin-bottom: 2rem;
    }
}

.team-core-text .subtitle {
    color: #2c3077;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 0.75rem;
}

.team-core-text .subtitle span {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 1rem;
}

@media (min-width: 576px) {
    .team-core-text .subtitle {
        font-size: 1.0625rem;
    }

    .team-core-text .subtitle span {
        font-size: 1.875rem;
    }
}

.team-core-text .text {
    color: #666666;
    line-height: 1.5;
    letter-spacing: 0.1rem;
}

.team-core-list .accordion-item {
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.team-core-list .accordion-button {
    border-radius: 0 !important;
    background-color: transparent;
    border-top: 1px solid #2c3077;
    border-bottom: 1px solid #2c3077;
    color: #2c3077;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
    padding-right: 4rem;
    position: relative;
}

.team-core-list .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team-core-list .accordion-button::after {
    content: "\f13a";
    background: transparent;
    color: #2c3077;
    font-family: "bootstrap-icons";
    font-size: 1.25rem;
    font-weight: normal;
    width: auto;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-core-list .accordion-button.collapsed::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 28px;
}

@media (min-width: 576px) {
    .team-core-list .accordion-button {
        font-size: 1.25rem;
    }

    .team-core-list .accordion-button::after {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .team-core-list .accordion-button {
        padding: 1rem 2rem;
    }
}

.team-core-list .accordion-body p {
    color: #666666;
    line-height: 1.5;
    letter-spacing: 0.1rem;
}

.team-core-list .accordion-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-core-list .accordion-body ul li {
    color: #666666;
    letter-spacing: 0.075rem;
    line-height: 1.8;
    padding-left: 1rem;
    position: relative;
}

.team-core-list .accordion-body ul li::before {
    content: "";
    background-color: #2c3077;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.7rem;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*ACCOUNTANT*/

#team-accountant-list.row>[class*=col-] {
    text-align: center;
    margin-bottom: 5rem;
}

.accountant-content {
    width: 300px;
    height: 400px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.accountant-content img {
    width: 300px;
    height: 400px;
}

.accoutant-title {
    margin-bottom: 2.25rem;
}

.accoutant-title h1 {
    color: #000000;
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
}

.accoutant-title span {
    display: block;
    color: #2c3077;
    font-family: "DIN Alternate Bold";
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 0.5rem;
}

.accoutant-title span b {
    color: #f2af1c;
}

.accountant-wei {
    display: block;
    color: #2c3077;
    line-height: 150%;
    font-family: "DIN Alternate Bold";
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.5rem;
}


/* OTHER */

.team-other {
    background-color: rgba(44, 48, 119, 0.1);
}

.team-other .container-xxl {
    background-color: #ffffff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 3;
}

@media (min-width: 992px) {
    .team-other .container-xxl {
        padding-top: 4.5rem;
    }
}

.team-other-title {
    margin-bottom: 2.75rem;
}

.team-other-title .title {
    color: #2c3077;
    font-size: 1.0625rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
}

.team-other-list.row>[class*=col-] {
    text-align: center;
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .team-other-list.row>[class*=col-] {
        text-align: left;
    }
}

.team-other-list .content {
    width: 300px;
    height: 400px;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-other-list .content:hover {
    background-color: #2c3077;
}

.team-other-list .content:hover .pic,
.team-other-list .content:hover .title {
    display: none;
}

.team-other-list .content:hover .text {
    display: block;
}

.team-other-list .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem;
    margin-top: 1.75rem;
    margin-bottom: 0;
    width: 100%;
    position: relative;
}

.team-other-list .title::before {
    content: "";
    background-color: #e4e4e4;
    width: auto;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.team-other-list .title::after {
    content: "";
    background-color: #2c3077;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.team-other-list .title b {
    width: 50%;
    display: inline-block;
    color: #000000;
    font-size: 1.125rem;
    text-align: left;
    letter-spacing: 0.2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 576px) {
    .team-other-list .title b {
        font-size: 1.25rem;
    }
}

.team-other-list .title span {
    width: 50%;
    color: #2c3077;
    font-size: 1rem;
    text-align: right;
    line-height: 1.5;
    letter-spacing: 0.075rem;
}

.team-other-list .subtitle {
    color: #f2af1c;
    font-family: "DIN Alternate Bold";
    font-size: 1.125rem;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.1rem;
    width: 250px;
    height: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 130px;
    left: -125px;
}

@media (min-width: 576px) {
    .team-other-list .subtitle {
        font-size: 1.25rem;
    }
}

.team-other-list .text {
    color: #ffffff;
    line-height: 1.7;
    text-align: left;
    padding: 1.5rem 1.125rem;
    display: none;
}


/* PARTNERS */

.team-partners::before,
.team-partners::after {
    display: none;
}

.team-partners-list {
    padding: 3rem 0;
    position: relative;
}

@media (min-width: 992px) {
    .team-partners-list {
        padding: 9rem 0;
    }
}

.team-partners-list::before {
    content: "";
    background-position: center;
    background-size: cover;
    width: 545px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    display: none;
}

@media (min-width: 1400px) {
    .team-partners-list::before {
        display: block;
    }
}

.team-partners-list .container-xxl {
    position: relative;
    z-index: 3;
}

@media (min-width: 1400px) {
    .team-partners-list .container-xxl {
        max-width: 1150px;
    }
}

.team-partners-list-primary {
    background-color: rgba(44, 48, 119, 0.1);
    position: relative;
}

.team-partners-list-primary::before {
    background-image: url(../images/team-partners-bg-02.png);
    right: 0;
}

.team-partners-list-secondary {
    background-color: rgba(242, 175, 28, 0.1);
}

.team-partners-list-secondary::before {
    background-image: url(../images/team-partners-bg-01.png);
    left: 0;
}

.team-partners-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
}

.team-partners-item:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .team-partners-item {
        margin-bottom: 5rem;
    }
}

@media (min-width: 1400px) {
    .team-partners-item.row>[class*=col-]:last-child {
        padding-left: 0;
    }
}

.team-partners-item .pic {
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .team-partners-item .pic img {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .team-partners-item .pic {
        margin-bottom: 0;
    }
}

.team-partners-item .title {
    color: #2c3077;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05rem;
}

.team-partners-item .title span {
    display: block;
    letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
    .team-partners-item .title {
        font-size: 1.5rem;
        letter-spacing: 0.075rem;
    }

    .team-partners-item .title span {
        letter-spacing: 0.25rem;
    }
}

.team-partners-item .text {
    border-bottom: 1px solid #2c3077;
    color: #666666;
    line-height: 1.8;
    letter-spacing: 0.075rem;
    padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .team-partners-item-secondary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .team-partners-item-secondary .pic {
        text-align: right;
    }
}


/*------------------------------------*\
    FINANCE
\*------------------------------------*/


/* INSURANCE adding on 20230110 */

.hover-tip {
    border-bottom: solid 1.5px gray;
}

.hover-tip .hover-text {
    visibility: hidden;
    width: auto;
    background-color: #2c3077;
    opacity: 0%;
    color: #fff;
    text-align: start;
    border-radius: 5px;
    padding: 7px;
    margin: 5px 1rem 0 0;
    position: absolute;
    z-index: 1;
}

.hover-tip:hover .hover-text,
.hover-tip:focus .hover-text {
    visibility: visible;
    opacity: 85%;
}


/* PLANNING */

.finance-planning {
    padding: 3rem 0;
}

@media (min-width: 992px) {
    .finance-planning {
        padding: 7rem 0 2.5rem;
    }
}

.finance-planning-list .pic img {
    width: 30px;
    margin-top: -0.25rem;
    position: absolute;
    left: 12px;
}

@media (min-width: 576px) {
    .finance-planning-list .pic {
        background-color: #f7f7f7;
        border-radius: 50%;
        margin-bottom: 1rem;
        line-height: 125px;
        width: 125px;
        height: 125px;
        margin: 0 auto;
    }

    .finance-planning-list .pic img {
        width: auto;
        position: relative;
        left: auto;
    }
}

@media (min-width: 992px) {
    .finance-planning-list .pic {
        margin-bottom: 0;
    }
}

.finance-planning-list .title {
    color: #2c3077;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 0.75rem;
    margin-left: 2.25rem;
}

@media (min-width: 576px) {
    .finance-planning-list .title {
        font-size: 1.5rem;
        margin-left: 0;
    }
}

.finance-planning-list .text {
    font-size: 1rem;
    letter-spacing: 0.075rem;
    line-height: 1.8;
}

@media (min-width: 576px) {
    .finance-planning-list .text {
        font-size: 1.0625rem;
    }
}


/* STEPS */

.finance-steps {
    padding: 0;
}

@media (min-width: 1400px) {
    .finance-steps {
        background-image: url(../images/finance-steps.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        padding-bottom: 290px;
    }
}

.finance-steps .page-title {
    margin-bottom: 3rem;
}

@media (min-width: 1400px) {
    .finance-steps .page-title {
        margin-bottom: 0;
    }
}

.finance-steps-list.row {
    position: relative;
    counter-reset: num;
}

.finance-steps-list.row>[class*=col-] {
    text-align: center;
    margin-bottom: 3rem;
}

.finance-steps-list.row>[class*=col-]::before {
    content: counter(num);
    counter-increment: num;
    font-family: "DIN Alternate Bold";
    font-size: 1.625rem;
    font-weight: bold;
    display: block;
}

@media (min-width: 1200px) {
    .finance-steps-list.row>[class*=col-]::before {
        display: none;
    }
}

.finance-steps-list.row>[class*=col-]:first-child::before {
    color: #f98436;
}

.finance-steps-list.row>[class*=col-]:first-child .title {
    color: #f98436;
}

.finance-steps-list.row>[class*=col-]:nth-child(2)::before {
    color: #e42b5c;
}

.finance-steps-list.row>[class*=col-]:nth-child(2) .title {
    color: #e42b5c;
}

.finance-steps-list.row>[class*=col-]:nth-child(3)::before {
    color: #ac3da8;
}

.finance-steps-list.row>[class*=col-]:nth-child(3) .title {
    color: #ac3da8;
}

.finance-steps-list.row>[class*=col-]:nth-child(4)::before {
    color: #056eb5;
}

.finance-steps-list.row>[class*=col-]:nth-child(4) .title {
    color: #056eb5;
}

.finance-steps-list.row>[class*=col-]:nth-child(5)::before {
    color: #11b7c3;
}

.finance-steps-list.row>[class*=col-]:nth-child(5) .title {
    color: #11b7c3;
}

.finance-steps-list.row>[class*=col-]:last-child::before {
    color: #95b842;
}

.finance-steps-list.row>[class*=col-]:last-child .title {
    color: #95b842;
}

@media (min-width: 1200px) {
    .finance-steps-list.row>[class*=col-] {
        margin-bottom: 0;
    }
}

@media (min-width: 1400px) {
    .finance-steps-list.row {
        min-height: 420px;
    }

    .finance-steps-list.row>[class*=col-] {
        position: absolute;
    }

    .finance-steps-list.row>[class*=col-]:first-child {
        left: 0;
        bottom: 0;
    }

    .finance-steps-list.row>[class*=col-]:nth-child(2) {
        left: 215px;
        bottom: 50px;
    }

    .finance-steps-list.row>[class*=col-]:nth-child(3) {
        left: 430px;
        bottom: 85px;
    }

    .finance-steps-list.row>[class*=col-]:nth-child(4) {
        top: 90px;
        right: 430px;
    }

    .finance-steps-list.row>[class*=col-]:nth-child(5) {
        top: 60px;
        right: 215px;
    }

    .finance-steps-list.row>[class*=col-]:last-child {
        top: 0;
        right: 0;
    }
}

.finance-steps-list .content {
    max-width: 215px;
    margin: 0 auto 1rem;
    padding: 0 0.5rem;
}

@media (min-width: 1400px) {
    .finance-steps-list .content {
        margin-bottom: 0;
    }
}

.finance-steps-list .title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
    .finance-steps-list .title {
        font-size: 1.25rem;
    }
}

.finance-steps-list .text {
    color: #67879c;
    font-size: 0.9375rem;
    letter-spacing: 0.075rem;
    margin-bottom: 1.25rem;
}

.finance-steps-list .pic {
    margin-left: 0;
}

@media (min-width: 1400px) {
    .finance-steps-list .pic {
        margin-left: 6.5rem;
        padding-top: 1rem;
    }
}


/* GLOBAL */

.finance-global {
    background-color: #f7f7f7;
    background-image: url(../images/finance-global.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding-bottom: 5rem;
}

.finance-global-title {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .finance-global-title {
        margin-bottom: 3rem;
    }
}

.finance-global-title .title {
    color: #2c3077;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
}

.finance-global-title .title span {
    position: relative;
}

.finance-global-title .title span::before,
.finance-global-title .title span::after {
    content: "";
    background-color: #2c3077;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.finance-global-title .title span::before {
    left: -40px;
}

.finance-global-title .title span::after {
    right: -40px;
}

@media (min-width: 576px) {
    .finance-global-title .title {
        font-size: 2.5rem;
        letter-spacing: 0.5rem;
    }

    .finance-global-title .title span::before,
    .finance-global-title .title span::after {
        width: 65px;
    }

    .finance-global-title .title span::before {
        left: -90px;
    }

    .finance-global-title .title span::after {
        right: -85px;
    }
}

.finance-global-title-secondary .title {
    color: #294d2b;
}

.finance-global-title-secondary .title span::before,
.finance-global-title-secondary .title span::after {
    background-color: #294d2b;
}

.finance-global-list.row>[class*=col-] {
    text-align: center;
    margin-bottom: 2rem;
}

.finance-global-list .content {
    border: 1px solid #2c3077;
    background-color: #ffffff;
    border-radius: 0.25rem;
    width: 305px;
    height: 380px;
    padding: 2.75rem 1rem;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.finance-global-list .content:hover {
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    background-color: #2c3077;
    padding: 2rem 1rem 3rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.finance-global-list .content:hover .num,
.finance-global-list .content:hover .badge {
    display: none;
}

.finance-global-list .content:hover .pic {
    width: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -50px;
    -webkit-filter: brightness(100);
    filter: brightness(100);
    opacity: 0.1;
    z-index: 3;
}

.finance-global-list .content:hover .title {
    color: #f2af1c;
    font-size: 0.9375rem;
    font-weight: bold;
    margin-bottom: 0;
    position: absolute;
    left: 1rem;
    bottom: 2rem;
    z-index: 3;
}

.finance-global-list .content:hover .title br {
    display: none;
}

.finance-global-list .content:hover .list {
    visibility: visible;
    opacity: 1;
}

.finance-global-list .num {
    color: #2c3077;
    font-family: "DIN Alternate Bold";
    font-size: 1.625rem;
    font-weight: bold;
    position: relative;
}

.finance-global-list .num::before,
.finance-global-list .num::after {
    content: "";
    background-color: #2c3077;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.finance-global-list .num::before {
    left: -1.5rem;
}

.finance-global-list .num::after {
    right: -1.5rem;
}

.finance-global-list .pic {
    width: 105px;
    margin: 2.5rem 0 3rem;
}

.finance-global-list .title {
    color: #231815;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 0.75rem;
}

.finance-insurance-list .content {
    border: 1px solid #2c3077;
    border-radius: 0.25rem;
    width: 305px;
    height: 380px;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    color: white;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    background-color: #2c3077;
    padding: 2rem 1rem 3rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.finance-insurance-list .pic {
    width: 105px;
    margin: 2.5rem 0 3rem;
}
.finance-insurace-list .content:hover .pic {
    width: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -50px;
    -webkit-filter: brightness(100);
    filter: brightness(100);
    opacity: 0.1;
    z-index: 3;
}

@media (min-width: 576px) {
    .finance-global-list .title {
        font-size: 1.25rem;
    }
}

.finance-global-list .badge {
    border-radius: 1.5rem;
    background-color: #f2af1c;
    font-size: 0.8125rem;
    font-weight: normal;
    padding: 0.35rem 0.75rem;
}

.finance-global-list .list {
    text-align: left;
    padding-left: 1.5rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.finance-global-list .list li {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
}

.finance-global-list .list li::marker {
    color: #f2af1c;
}

.finance-global-list-secondary .content {
    border-color: #294d2b;
}

.finance-global-list-secondary .content:hover {
    background-color: #294d2b;
}

.finance-global-list-secondary .num {
    color: #294d2b;
}

.finance-global-list-secondary .badge {
    background-color: #294d2b;
}


/* INVESTMENT */

.finance-investment {
    padding: 3rem 0;
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .finance-investment {
        padding: 6rem 0;
    }
}

@media (min-width: 1400px) {
    .finance-investment {
        padding-bottom: 3.5rem;
    }

    .finance-investment .row>[class*=col-]:first-child {
        width: 45%;
    }

    .finance-investment .row>[class*=col-]:last-child {
        width: 55%;
    }
}

.finance-investment-txt img {
    margin-bottom: 2rem;
}

.finance-investment-txt ul li {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.8;
    padding-left: 1.5rem;
    position: relative;
}

.finance-investment-txt ul li::before {
    content: "";
    background-color: #2c3077;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0.55rem;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 576px) {
    .finance-investment-txt ul li {
        font-size: 1.0625rem;
    }

    .finance-investment-txt ul li::before {
        top: 0.65rem;
    }
}

.finance-investment-pic {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 3rem;
}

@media (min-width: 992px) {
    .finance-investment-pic {
        text-align: left;
        margin-top: 0;
    }
}


/* PARTNER */

.finance-partner {
    background-color: #f7f7f7;
    background-image: url(../images/finance-partner.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

@media (min-width: 992px) {
    .finance-partner {
        padding: 7rem 0 6rem;
    }
}

@media (min-width: 1400px) {
    .finance-partner {
        position: relative;
        top: -9.5rem;
        margin-bottom: -9.5rem;
    }

    .finance-partner.no-position {
        top: 0;
        margin-bottom: 0;
    }
}

.finance-partner-text {
    font-size: 1rem;
    letter-spacing: 0.075rem;
    line-height: 1.8;
    margin-bottom: 3rem;
}

.finance-partner-text p {
    font-size: 20px;
}

@media (min-width: 576px) {
    .finance-partner-text {
        font-size: 1.0625rem;
        margin-bottom: 5rem;
    }
}

.finance-partner-list.row>[class*=col-] {
    text-align: center;
    margin-bottom: 2rem;
}

.finance-partner-list img {
    border-radius: 0.25rem;
    border: 1px solid #c8c6db;
}


/*------------------------------------*\
    NEWS
\*------------------------------------*/

.news {
    padding: 3rem 0;
}

@media (min-width: 992px) {
    .news {
        padding: 6rem 0;
    }
}


/* NEWS LIST */

.news-list .row>[class*=col-] {
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
    .news-list .row>[class*=col-] {
        margin-bottom: 4rem;
    }
}

@media (min-width: 1400px) {
    .news-list .row {
        margin: 0 -2rem;
    }

    .news-list .row>[class*=col-] {
        padding: 0 2rem;
    }
}

.news-list-pic a {
    background-color: #2c3077;
    overflow: hidden;
    position: relative;
}

.news-list-pic a::before {
    content: "\f4fa";
    color: #ffffff;
    font-family: "bootstrap-icons";
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.news-list-pic a img {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news-list-pic a:hover::before,
.news-list-pic a:focus::before {
    opacity: 1;
}

.news-list-pic a:hover img,
.news-list-pic a:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.1;
}

.news-list-txt {
    border-bottom: 1px solid #e4e4e4;
    padding: 1.25rem 0;
}

.news-list-txt .date {
    color: #f2af1c;
    font-family: "DIN Alternate Bold";
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
    .news-list-txt .date {
        font-size: 1.125rem;
    }
}

.news-list-txt .title {
    color: #333333;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    margin-bottom: 0.75rem;
    height: 50px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
    .news-list-txt .title {
        font-size: 1.125rem;
        height: 55px;
    }
}

.news-list-txt .link {
    color: #717071;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    position: relative;
}

.news-list-txt .link::after {
    content: "";
    background-image: url(../images/arrow.svg);
    width: 20px;
    height: 10px;
    display: inline-block;
    margin-left: 0.5rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news-list-txt .link:hover,
.news-list-txt .link:focus {
    color: #f2af1c;
}

.news-list-txt .link:hover::after,
.news-list-txt .link:focus::after {
    margin-left: 1rem;
}


/* NEWS VIEW */

.news-view {
    background-color: #f6f6f6;
    padding-bottom: 0;
}

.news-view-content {
    background-color: #ffffff;
    max-width: 1280px;
    padding: 2rem 1rem;
}

@media (min-width: 576px) {
    .news-view-content {
        padding: 2rem;
    }
}

@media (min-width: 768px) {
    .news-view-content {
        padding: 3rem;
    }
}

@media (min-width: 992px) {
    .news-view-content {
        padding: 4rem;
    }
}

@media (min-width: 1400px) {
    .news-view-content {
        padding: 5rem 6.5rem;
    }
}

.news-view-header {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .news-view-header {
        margin-bottom: 4rem;
    }
}

.news-view-header .date {
    color: #f2af1c;
    font-family: "DIN Alternate Bold";
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
    .news-view-header .date {
        font-size: 1.5rem;
    }
}

.news-view-header .title {
    color: #333333;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .news-view-header .title {
        font-size: 1.875rem;
    }
}

.news-view-footer {
    border-top: 1px solid #bebebe;
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
}

@media (min-width: 576px) {
    .news-view-footer {
        padding-top: 3.5rem;
        margin-top: 5rem;
    }
}

.news-view-footer .back {
    background-color: #294d2b;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 40px;
    width: 180px;
    height: 40px;
}

.news-view-footer .back i {
    margin-left: 0.5rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news-view-footer .back:hover {
    background-color: #f2af1c;
}

.news-view-footer .back:hover i {
    margin-left: 1rem;
}

@media (min-width: 576px) {
    .news-view-footer .back {
        font-size: 1.125rem;
        line-height: 50px;
        width: 220px;
        height: 50px;
    }
}

/* REVIEWS */

.review{
    display: grid;
}

.review-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    min-height: 480px;
    margin: 30px 0;
    z-index: 999999;
}
.review-container iframe{
    min-width: 600px;
    margin-right: 5%;
}

.review-container .title {
    color: #2c3077;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    z-index: 3;
}

.review-description {
    max-width: 720px;
    padding: 20px;
    margin-left: 5%;
}

@media (max-width: 900px) {
    .review-container{
        flex-direction: column;
        justify-content: center;
        align-items: start;
        min-height: none;
    }
    .review-container iframe{
        min-width: auto;
        width: 100%;
        margin:unset;
    }
    .review-description{
        margin: unset;
    }
}

/*------------------------------------*\
    AWARDS
\*------------------------------------*/
/* ATTRACTION IMAGES */
.award {
    display: flex;
    justify-content: center;
    align-items: center;
}

#imgs img {
    width: auto;
    height: 470px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

#award-img-section span {
    z-index: 100;
    height: 30px;
    color: #2c3077;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.award-carousel {
    margin: 100px;
    display: flex;
    height: 100vh;
    justify-items: center;
    height: 500px;
    width: 800px;
    overflow: hidden;
}

#imgs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#award-img-section {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    transform: translateY(-180);
    transition: transform 0.5s ease-in-out;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    background-color: white;
    opacity: 80%;
    color: rgb(67, 67, 67);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.prev span {
    padding-right: 8px;
}

.next {
    right: 10px;
}

.hide {
    display: none;
}

@media (max-width: 700px) {
    .award-carousel {
        margin: 80px 10px;
    }

    #award-img-section span {
        font-size: 18px;
    }

    #award-img-section {
        justify-items: flex-start;
    }

    #imgs img {
        object-fit: contain;
    }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/

@media (min-width: 1400px) {
    .contact .container-xxl>.row>[class*=col-]:first-child {
        width: 37%;
        padding-right: 6.5rem;
    }

    .contact .container-xxl>.row>[class*=col-]:last-child {
        width: 63%;
        padding-left: 0;
    }
}


/* CONTACT TITLE */

.contact-title {
    margin-bottom: 3.5rem;
}

.contact-title .title {
    color: #2c3077;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.contact-title .title.white {
    color: #ffffff;
}

.contact-title .title span {
    display: block;
    font-family: "DIN Alternate Bold";
    font-size: 2.5rem;
}

.contact-title .title span b {
    color: #f2af1c;
}

@media (min-width: 576px) {
    .contact-title .title {
        font-size: 1.25rem;
    }

    .contact-title .title span {
        font-size: 3.5rem;
        margin-bottom: 0.5rem;
    }
}


/* CONTACT INFO */

.contact-info {
    position: relative;
}

.contact-info::before {
    content: "";
    width: 20%;
    background-color: #2c3077;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
}

@media (min-width: 992px) {
    .contact-info::before {
        display: block;
    }
}

.contact-info .row {
    position: relative;
    z-index: 2;
}

.contact-info .row>[class*=col-] {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.contact-info .row>[class*=col-]:first-child {
    background-color: #2c3077;
}

@media (min-width: 992px) {
    .contact-info .row>[class*=col-] {
        padding-top: 4.5rem;
        padding-bottom: 2.5rem;
    }
}

.contact-info-text .nav {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.contact-info-text .nav:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-info-text .nav li {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contact-info-text .title {
    font-size: 1.125rem;
    font-weight: bold;
}

@media (min-width: 576px) {
    .contact-info-text .title {
        font-size: 1.25rem;
    }
}

.contact-info-text .subtitle {
    color: #f2af1c;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
}

.contact-info-map .contact-title {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) {
    .contact-info-map .contact-title {
        padding-left: 4.5rem;
    }
}

.contact-info-pic {
    text-align: center;
    position: relative;
}

@media (min-width: 1400px) {
    .contact-info-pic {
        padding: 1rem;
    }
}

@media (min-width: 1600px) {
    .contact-info-pic {
        left: 3rem;
    }
}


/* CONTACT FORM */

.contact-form {
    background-color: #f7f7f7;
    padding: 3rem 0;
    min-height: 665px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .contact-form {
        padding: 6.5rem 0;
    }
}

.contact-form .container-xxl {
    padding-bottom: 150px;
    position: relative;
}

.contact-form .container-xxl::after {
    content: "";
    background-image: url(../images/contact-bg.png);
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -150px;
}

@media (min-width: 576px) {
    .contact-form .container-xxl::after {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (min-width: 1200px) {
    .contact-form .container-xxl {
        padding-bottom: 0;
    }

    .contact-form .container-xxl::after {
        bottom: -260px;
    }
}

.contact-form-text {
    color: #666666;
    letter-spacing: 0.075rem;
    line-height: 1.8;
    margin-bottom: 4rem;
}

.contact-form-text .text span {
    color: #2c3077;
}

@media (min-width: 1200px) {
    .contact-form-text {
        margin-bottom: 0;
    }
}

.contact-form-list .col-form-label {
    color: #515151;
    font-size: 1rem;
}

.contact-form-list .col-form-label span {
    color: #2c3077;
}

@media (min-width: 576px) {
    .contact-form-list .col-form-label {
        font-size: 1.0625rem;
    }
}

.contact-form-list .form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background-color: transparent;
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 576px) {
    .contact-form-list .form-control {
        font-size: 1.0625rem;
    }
}

@media (min-width: 768px) {
    .contact-form-list .form-wrap>[class*=col-]:first-child {
        width: 12%;
    }

    .contact-form-list .form-wrap>[class*=col-]:last-child {
        width: 88%;
    }
}

.contact-form-list .btn {
    border: none;
    border-radius: 0;
    background-color: #2c3077;
    color: #ffffff;
    width: 200px;
    height: 45px;
}

.contact-form-list .btn:hover {
    background-color: #f2af1c;
}