@font-face {
    font-family: "Atlas Grotesk Thin";
    src: url("../fonts/atlas_grotesk/AtlasGrotesk-Thin.otf")
}

@font-face {
    font-family: "Atlas Grotesk Light";
    src: url("../fonts/atlas_grotesk/AtlasGrotesk-Light.otf")
}

@font-face {
    font-family: "Atlas Grotesk - Medium";
    src: url("../fonts/atlas_grotesk/AtlasGrotesk-Medium.otf")
}

@font-face {
    font-family: "Atlas Grotesk Bold";
    src: url("../fonts/atlas_grotesk/AtlasGrotesk-Bold.otf")
}

@font-face {
    font-family: "Abel";
    src: url("../fonts/Abel-Regular.ttf");
}

@font-face {
    font-family: "MYingHeiHK-W3";
    src: url("../fonts/OpenType TTF Chinese (Traditional)/MYingHeiHK-W3.ttf")
}

@font-face {
    font-family: "MYingHeiHK-W4";
    src: url("../fonts/OpenType TTF Chinese (Traditional)/MYingHeiHK-W4.ttf")
}

@font-face {
    font-family: "MYingHeiHK-W5";
    src: url("../fonts/OpenType TTF Chinese (Traditional)/MYingHeiHK-W5.ttf")
}

@font-face {
    font-family: "JhengHei";
    src: url("../fonts/Microsoft JhengHei/MicrosoftJhengHei.ttf")
}

.branch-header .branch-details .title,
.body-header {
    color: #5f5958;
    font-family: "MYingHeiHK-W4";
    font-weight: 300;
    line-height: 20px;
    font-size: 20px
}

@media screen and (min-width: 768px) {

    .branch-header .branch-details .title,
    .body-header {
        font-size: 20px;
        letter-spacing: 0.32px
    }
}

@media screen and (min-width: 1024px) {

    .branch-header .branch-details .title,
    .body-header {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0.46px
    }
}

.branch-header .branch-details .address,
.address-name {
    color: #807b7a;
    font-family: "MYingHeiHK-W3";
    font-weight: 300;
    line-height: 22.7px;
    font-size: 16px;
    letter-spacing: 0.25px
}

@media screen and (min-width: 768px) {

    .branch-header .branch-details .address,
    .address-name {
        font-size: 16px
    }
}

@media screen and (min-width: 1024px) {

    .branch-header .branch-details .address,
    .address-name {
        font-size: 20px;
        letter-spacing: 0.35px
    }
}

.isHome header {
    -webkit-box-shadow: 0 4px 8px 0px transparent;
    -moz-box-shadow: 0 4px 8px 0px transparent;
    box-shadow: 0 4px 8px 0px transparent
}

.isHome.about-dropdown-show header {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1)
}

header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    background-color: #fff;
    z-index: 5000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

header.hasShadow {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 1024px) {
    header {
        height: 120px
    }

    header.shrink {
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
        height: 60px
    }
}

header+.main,
header+.masthead-wrapper {
    padding-top: 56px
}

@media screen and (min-width: 1024px) {

    header+.main,
    header+.masthead-wrapper {
        padding-top: 120px
    }
}

.logo {
    margin-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 1024px) {
    .logo {
        margin-left: 40px;
        margin-right: 83px
    }

    .logo img {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        width: 200px
    }
}

@media screen and (min-width: 1024px) {
    header.shrink .logo img {
        width: 159px
    }

    header.shrink .nav-menu .nav-item {
        font-size: 14px
    }
}

.menu-button {
    margin-left: auto;
    margin-right: 24px;
    padding: 20px 0
}

@media screen and (min-width: 1024px) {
    .menu-button {
        display: none
    }
}

.menu-button .hamburger {
    display: none
}

.menu-button .close-menu {
    display: block;
    margin-right: 5px
}

.menu-button.collapsed .close-menu {
    display: none
}

.menu-button.collapsed .hamburger {
    display: block
}

.img-container img {
    width: 100%;
    height: auto
}

.nav-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    display: none
}

@media screen and (min-width: 1024px) {
    .nav-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-left: auto
    }

    .nav-menu a.nav-item {
        margin-right: 35px
    }
}

.nav-menu .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    color: #6e6e6e !important;
    font-family: "JhengHei";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.29px;
    line-height: 27.8px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    height: 100%
}

.nav-menu .nav-item:hover {
    text-decoration: none;
    color: #d1a24b !important
}

.language {
    cursor: pointer;
    color: #d1a24b !important;
    font-family: "Arial";
    font-size: 16px;
    letter-spacing: 1.37px;
    line-height: 27.8px;
    margin-bottom: 2px;
    display: none
}

@media screen and (min-width: 1024px) {
    .language {
        display: block;
        margin-right: 30px;
        margin-left: auto;
        margin-bottom: 3px;
        white-space: nowrap
    }
}

#menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 56px;
    width: 100%;
    background: white;
    z-index: 5000;
    border-top: 1px solid #e6e5e4;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1)
}

#menu .menu-wrapper {
    padding: 20px 25px
}

#menu.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#menu .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    color: #6e6e6e !important;
    font-family: "JhengHei";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.29px;
    line-height: 27.8px;
    text-transform: uppercase;
    margin-bottom: 20px
}

#menu .nav-item:hover {
    text-decoration: none
}

#menu .language {
    display: block;
    border-top: 1px solid #e6e5e4;
    padding-top: 15px
}

@media screen and (min-width: 1024px) {
    #menu {
        display: none
    }

    #menu.show {
        display: none
    }
}

.aboutus {
    position: relative;
    margin-top: 0 !important
}

.aboutus span {
    color: #d1a24b;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
    transition: color 0.5s
}

.aboutus img {
    margin-left: 15px
}

.aboutus.mobile img {
    margin-left: auto
}

.aboutus .up,
.aboutus .down {
    width: 11px
}

.aboutus .down {
    display: none
}

.aboutus .up {
    display: block
}

.aboutus.collapsed span {
    color: #6e6e6e
}

.aboutus.collapsed .down {
    display: block
}

.aboutus.collapsed .up {
    display: none
}

.aboutus.collapsed:hover span {
    color: #d1a24b
}

.joinus {
    position: relative;
    margin-top: 0 !important
}

.joinus span {
    color: #d1a24b;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
    transition: color 0.5s
}

.joinus img {
    margin-left: 15px
}

.joinus.mobile img {
    margin-left: auto
}

.joinus .up,
.joinus .down {
    width: 11px
}

.joinus .down {
    display: none
}

.joinus .up {
    display: block
}

.joinus.collapsed span {
    color: #6e6e6e
}

.joinus.collapsed .down {
    display: block
}

.joinus.collapsed .up {
    display: none
}

.joinus.collapsed:hover span {
    color: #d1a24b
}

#aboutus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f2ede4;
    position: absolute;
    top: 120px;
    margin-left: -34px
}

#aboutus:before {
    content: ''
}

.shrink #aboutus {
    top: 60px
}

.shrink #aboutus a {
    font-size: 14px
}

#aboutus #aboutus-menu-body {
    padding: 25px 34px 15px
}

#aboutus.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#aboutus a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #6e6e6e;
    font-family: "JhengHei";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 27.8px;
    text-transform: uppercase;
    margin-bottom: 15px
}

#aboutus a:hover {
    text-decoration: none;
    color: #D1A24B
}

#joinus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f2ede4;
    position: absolute;
    top: 120px;
    margin-left: -34px
}

#joinus:before {
    content: ''
}

.shrink #joinus {
    top: 60px
}

.shrink #joinus a {
    font-size: 14px
}

#joinus #joinus-menu-body {
    padding: 25px 34px 15px
}

#joinus.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#joinus a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #6e6e6e;
    font-family: "JhengHei";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 27.8px;
    text-transform: uppercase;
    margin-bottom: 15px
}

#joinus a:hover {
    text-decoration: none;
    color: #D1A24B
}

#aboutus-mobile {
    margin: 0 -25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#aboutus-mobile #aboutus-mobile-menu {
    background-color: #f2ede4;
    padding: 15px 44px 5px;
    margin-bottom: 15px
}

#aboutus-mobile.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#aboutus-mobile a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #6e6e6e;
    font-family: "JhengHei";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 27.8px;
    text-transform: uppercase;
    margin: 15px 0 20px
}

#aboutus-mobile a:hover {
    text-decoration: none
}

#joinus-mobile {
    margin: 0 -25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#joinus-mobile #joinus-mobile-menu {
    background-color: #f2ede4;
    padding: 15px 44px 5px;
    margin-bottom: 15px
}

#joinus-mobile.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#joinus-mobile a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #6e6e6e;
    font-family: "JhengHei";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 27.8px;
    text-transform: uppercase;
    margin: 15px 0 20px
}

#joinus-mobile a:hover {
    text-decoration: none
}

.masthead-wrapper {
    position: relative
}

.masthead-slick-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.masthead-slick-nav-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.masthead-slick-nav-flex>div {
    width: 25%;
    text-align: center;
    margin: 0 5px;
    max-width: 59px
}

@media screen and (min-width: 768px) {
    .masthead-slick-nav-flex>div {
        max-width: 80px
    }
}

@media screen and (min-width: 1024px) {
    .masthead-slick-nav-flex>div {
        margin: 0 8px;
        max-width: 212px
    }
}

.masthead-slick-nav-flex a {
    color: #ffffff;
    opacity: 0.4;
    text-decoration: none;
    display: block;
    border-top: solid 4px #ffffff;
    padding: 10px 0 30px;
    font-size: 14px;
    font-family: "JhengHei"
}

@media screen and (min-width: 768px) {
    .masthead-slick-nav-flex a {
        padding: 10px 0 20px;
        border-top: solid 1px #ffffff
    }
}

.masthead-slick-nav-flex a.active {
    opacity: 1;
    border-color: #d1a24b
}

.masthead-slick-nav-flex a span {
    display: none
}

@media screen and (min-width: 1024px) {
    .masthead-slick-nav-flex a span {
        display: inline
    }
}

.slide {
    position: relative
}

.slide .img-container img {
    width: 100%;
    height: auto
}

.slide .text-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px 24px
}

.slide .text-container .title {
    color: #d1a24b;
    font-family: "MYingHeiHK-W3";
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0.22px;
    line-height: 42px;
    margin-bottom: 10px
}

.slide .text-container .body {
    opacity: 0.9;
    color: #37302e;
    font-family: "JhengHei";
    font-size: 16px;
    letter-spacing: 0.21px;
    line-height: 18px
}

.slide .text-container .text-white {
    color: #ffffff
}

@media screen and (min-width: 768px) {
    .slide .text-container {
        padding: 20px 40px
    }

    .slide .text-container .title {
        font-size: 28px;
        letter-spacing: 0.22px
    }

    .slide .text-container .body {
        max-width: 50%;
        letter-spacing: 0.21px
    }
}

@media screen and (min-width: 1024px) {
    .slide .text-container {
        padding: 50px 120px
    }

    .slide .text-container .title {
        font-size: 44px;
        letter-spacing: 0.36px;
        margin-bottom: 22px
    }

    .slide .text-container .body {
        max-width: 50%;
        font-size: 18px;
        letter-spacing: 0.25px;
        line-height: 24px
    }
}

.nav-tabs {
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
}

.nav-tabs .nav-item {
    margin-bottom: 0
}

.nav-tabs .zf-tab {
    color: #807b7a;
    font-family: "JhengHei";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 22.7px;
    max-width: 50%
}

.nav-tabs .zf-tab .nav-link {
    border: 0;
    color: #807b7a;
    opacity: 0.5;
    padding: 8px 20px
}

@media screen and (min-width: 1024px) {
    .nav-tabs .zf-tab .nav-link {
        padding: 8px 65px
    }
}

.nav-tabs .zf-tab .nav-link:hover {
    color: #807b7a;
    opacity: 1
}

.nav-tabs .zf-tab .nav-link.active {
    color: #5f5958;
    font-weight: bold;
    opacity: 1;
    border-bottom: 2px solid #d1a24b
}

@media screen and (min-width: 768px) {
    .nav-tabs .zf-tab {
        font-size: 16px;
        letter-spacing: 0.21px
    }
}

@media screen and (min-width: 1024px) {
    .nav-tabs .zf-tab {
        font-size: 18px
    }
}

#network {
    margin-top: 10px
}

#network .nav-tabs {
    width: 60%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#network .super-tab {
    border: 0
}

#network .super-tab .nav-link {
    color: #807b7a;
    font-family: "MYingHeiHK-W3";
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0.46px;
    line-height: 22.7px;
    opacity: 0.5;
    border: 0
}

#network .super-tab .nav-link:hover {
    color: #807b7a;
    opacity: 1
}

#network .super-tab .nav-link.active {
    color: #37302e;
    font-family: "MYingHeiHK-W3";
    opacity: 1
}

#network .tab-content {
    width: 100%
}

#network .tab-content .tab-content {
    background-color: #f9f8f8;
    min-height: 70vh
}

#network .sub-tabs {
    background-color: #e6e5e4;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
    position: relative
}

#network .sub-tabs:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    background: -webkit-linear-gradient(left, #e6e5e4 0%, rgba(230, 229, 228, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6e5e4), to(rgba(230, 229, 228, 0)));
    background: -moz- oldlinear-gradient(left, #e6e5e4 0%, rgba(230, 229, 228, 0) 100%);
    background: -o-linear-gradient(left, #e6e5e4 0%, rgba(230, 229, 228, 0) 100%);
    background: linear-gradient(to right, #e6e5e4 0%, rgba(230, 229, 228, 0) 100%)
}

#network .sub-tabs:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background: -webkit-linear-gradient(left, rgba(230, 229, 228, 0) 0%, #e6e5e4 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(230, 229, 228, 0)), to(#e6e5e4));
    background: -moz- oldlinear-gradient(left, rgba(230, 229, 228, 0) 0%, #e6e5e4 100%);
    background: -o-linear-gradient(left, rgba(230, 229, 228, 0) 0%, #e6e5e4 100%);
    background: linear-gradient(to right, rgba(230, 229, 228, 0) 0%, #e6e5e4 100%)
}

@media screen and (min-width: 768px) {
    #network .sub-tabs {
        margin-top: 18px
    }

    #network .sub-tabs:before {
        display: none
    }

    #network .sub-tabs:after {
        display: none
    }
}

@media screen and (min-width: 1024px) {
    #network .sub-tabs {
        margin-top: 48px
    }
}

#network .sub-tabs .nav-tabs {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 8px
}

#network .sub-tabs .nav-link {
    border: 0;
    background-color: #e6e5e4;
    opacity: 0.8;
    color: #5f5958;
    font-family: "JhengHei";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.28px;
    line-height: 22.7px;
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: nowrap
}

#network .sub-tabs .nav-link:hover {
    color: #5f5958;
    opacity: 1
}

#network .sub-tabs .nav-link.active {
    color: #37302e;
    font-weight: bold;
    opacity: 1;
    border-bottom: 2px solid #d1a24b
}

@media screen and (min-width: 768px) {
    #network .nav-tabs {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0
    }

    #network .nav-link-padding {
        padding: .5rem 3.125rem
    }

    #network .super-tab .nav-link {
        font-size: 20px
    }

    #network .sub-tabs .nav-link {
        font-size: 16px;
        width: 150px
    }

    #network .sub-tabs .nav-tabs {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width: 1024px) {
    #network .nav-tabs {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: hidden
    }

    #network .nav-link-padding {
        padding: .5rem 5.0625rem
    }

    #network .super-tab .nav-link {
        font-size: 28px
    }

    #network .sub-tabs .nav-tabs {
        width: 100%
    }

    #network .sub-tabs .nav-link {
        font-size: 18px;
        overflow: hidden;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 200px
    }
}

footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #37302e;
    width: 100%;
    padding: 20px 0
}

footer .img-container {
    padding-bottom: 36px
}

footer .img-container img {
    width: 196px
}

@media screen and (min-width: 1024px) {
    footer .img-container img {
        width: 266px
    }
}

@media screen and (min-width: 768px) {
    footer .img-container {
        padding-bottom: 0;
        width: 30%
    }
}

footer .links-container {
    margin-top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "JhengHei";
    font-size: 10px;
    font-weight: 300;
    line-height: 22px
}

footer .links-container a {
    color: #d6d5d4
}

footer .links-container span {
    margin: 0 15px
}

footer span {
    color: #d6d5d4;
    font-family: "JhengHei";
    font-size: 12px;
    font-weight: 300;
    line-height: 22px
}

@media screen and (min-width: 768px) {
    footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 37px 30px 28px
    }

    footer .links-container {
        margin-top: 12px;
        margin-left: auto;
        font-size: 10px
    }

    footer span {
        font-size: 10px;
        margin-left: 15px;
        margin-top: 12px
    }
}

@media screen and (min-width: 1024px) {

    footer .links-container,
    footer span {
        font-size: 14px
    }
}

.branch {
    border-bottom: 1px solid #c0bdbd;
    margin: 0 24px;
    padding: 24px 0
}

.branch-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    cursor: pointer
}

.branch-header .down {
    display: none
}

.branch-header .up {
    display: block
}

.branch-header.collapsed .down {
    display: block
}

.branch-header.collapsed .up {
    display: none
}

.branch-header .branch-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    width: 100%;
    padding-right: 0px
}

.branch-header .branch-details .title {
    margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
    .branch-header .branch-details .title {
        margin-bottom: 20px
    }
}

.branch-header .branch-details .address {
    margin-bottom: 12px
}

@media screen and (min-width: 1024px) {
    .branch-header .branch-details .address {
        margin-bottom: 30px
    }
}

.branch-header .branch-details .services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.branch-header .branch-details .services .service {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.branch-header .branch-details .services .service a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.branch-header .branch-details .services .service span {
    margin-left: 10px;
    color: #5f5958;
    font-family: "JhengHei";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.18px;
    line-height: 20px
}

@media screen and (min-width: 1024px) {
    .branch-header .branch-details .services .service span {
        white-space: nowrap;
        font-size: 18px;
        letter-spacing: 0.23px
    }
}

@media screen and (min-width: 768px) {
    .branch {
        padding: 20px
    }

    .branch .branch-details {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .branch {
        margin: 0px 80px;
        padding: 33px 50px 50px
    }
}

.bottom-container {
    text-align: left;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bottom-container .info-container {
    width: 100%
}

.bottom-container .info-container .tel-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.bottom-container .info-container .tel-container .tel {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    padding-left: 30px;
    color: #5f5958;
    font-family: "JhengHei";
    font-size: 16px;
    letter-spacing: 0.18px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .bottom-container .info-container .tel-container .tel {
        width: -webkit-calc(50% - 1px);
        width: -moz-calc(50% - 1px);
        width: calc(50% - 1px);
        padding-left: 30px
    }
}

.bottom-container .info-container .tel-container .tel .tel-no {
    color: #d1a24b;
    font-family: "JhengHei";
    font-weight: bold
}

.bottom-container .info-container .get-directions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    cursor: pointer
}

.bottom-container .info-container .get-directions a {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-container .info-container .get-directions span {
    margin-left: 17px;
    color: #d1a24b;
    font-family: "JhengHei";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.21px;
    line-height: 22.7px
}

@media screen and (min-width: 1024px) {
    .bottom-container .info-container .get-directions span {
        font-size: 18px
    }
}

@media screen and (min-width: 768px) {
    .bottom-container .info-container {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .bottom-container {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .bottom-container .info-container .tel-container .tel {
        font-size: 18px;
        letter-spacing: 0.23px;
        line-height: 26px
    }
}

.map-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 0;
    padding-bottom: 240px;
    position: relative;
    margin-top: 30px
}

.map-container iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important
}

@media screen and (min-width: 768px) {
    .map-container {
        width: 50%;
        padding-bottom: 191px;
        margin-top: 0
    }

    .map-container iframe {
        width: 100% !important
    }
}

@media screen and (min-width: 1024px) {
    .map-container {
        width: 50%;
        padding-bottom: 348px
    }

    .map-container iframe {
        width: 100% !important
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    -o-transition-property: height, -o-transform;
    -moz-transition-property: transform, height, -moz-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz- oldlinear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    -moz-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    -moz-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -moz-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -moz-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -moz-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -moz-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -moz-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s top, .2s -webkit-transform;
    -moz-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top;
    -moz-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top, .2s -webkit-transform;
    -moz-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s left, .2s -webkit-transform;
    -moz-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left;
    -moz-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left, .2s -webkit-transform;
    -moz-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s right, .2s -webkit-transform;
    -moz-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right;
    -moz-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right, .2s -webkit-transform;
    -moz-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.milestone {
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
    position: relative;
    height: 510px;
    width: 206px;
    overflow: hidden;
    cursor: pointer
}

.milestone h2,
.milestone .h2 {
    color: #ffffff
}

@media screen and (max-width: 767px) {
    .milestone {
        height: 100px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .milestone--mobile--hide {
        display: none
    }
}

.milestone__swiper {
    margin-top: 30px;
    margin-bottom: 50px
}

.milestone__swiper .swiper-button-next,
.milestone__swiper .swiper-button-prev {
    height: 80px;
    width: 30px;
    background: url(../images/arrow_right.svg) center center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.milestone__swiper .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.milestone__swiper .swiper-slide:nth-child(even) {
    margin-top: 32px
}

.milestone__swiper .swiper-slide:last-child .milestone {
    margin-right: 250px
}

.milestone__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.milestone__img img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

@media screen and (max-width: 767px) {
    .milestone__img img {
        width: 100%
    }
}

.milestone.active {
    width: 330px
}

@media screen and (max-width: 767px) {
    .milestone.active {
        height: 510px;
        width: 100%
    }
}

.milestone.active .milestone__content--hide {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
    -moz-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
    -o-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
    animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s
}

.milestone.active::after {
    top: 47px;
    right: 30px;
    bottom: 47px;
    left: 30px
}

.milestone::after {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(#645735), to(#37302e));
    background-image: -webkit-linear-gradient(bottom, #645735, #37302e);
    background-image: -moz- oldlinear-gradient(bottom, #645735, #37302e);
    background-image: -o-linear-gradient(bottom, #645735, #37302e);
    background-image: linear-gradient(to top, #645735, #37302e);
    opacity: 0.85
}

.milestone__content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    padding: 30px 0;
    color: #ffffff;
    text-align: center
}

.milestone__content h2 {
    margin-bottom: 0
}

.milestone__content--hide {
    display: none;
    width: 100%;
    overflow: hidden
}

.milestone__content hr {
    width: 39px;
    margin-left: auto;
    margin-right: auto
}

#mobile-milestone {
    padding-bottom: 20px
}

.m-milestone {
    display: none;
    margin-bottom: 1px
}

.m-milestone:nth-child(odd) {
    margin-right: 24px
}

.m-milestone:nth-child(even) {
    margin-left: 24px
}

.flex-milestone {
    min-height: 130px;
    overflow: hidden;
    position: relative
}

.flex-milestone:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.flex-milestone-description {
    position: relative;
    z-index: 10;
    color: #ffffff;
    padding: 0 23px
}

.flex-milestone-description h2 {
    font-family: "Atlas Grotesk Bold";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.22px
}

.flex-milestone-description p {
    font-family: "JhengHei";
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 20px
}

.view-less-milestone,
.view-more-milestone {
    color: #5f5958;
    font-family: "JhengHei";
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 26px
}

.view-less-milestone img,
.view-more-milestone img {
    width: 22px;
    height: auto;
    margin-left: 12px
}

.view-less-milestone:hover,
.view-more-milestone:hover {
    color: #5f5958;
    text-decoration: none
}

.view-less-milestone {
    display: none
}

.job-video {
    width: 85%;
    max-width: 850px;
    display: block;
    margin: auto;
    margin-top: 70px
}

@media only screen and (max-width: 768px) {
    .job-video {
        margin-top: 35px
    }
}

#job {
    margin-bottom: 0px
}

.section-body-bg.job-become-part-of-us {
    max-width: 1920px;
    display: block;
    margin: 0px auto;
    margin-top: 120px;
    margin-bottom: 80px;
    background-color: #FFF;
    min-height: auto
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job-become-part-of-us {
        margin-top: 3vh;
        margin-bottom: 0
    }
}

.section-body-bg.job-become-part-of-us .section-body-100 {
    padding-top: 0px;
    padding-bottom: 0px
}

.section-body-bg.job-become-part-of-us .trip-button {
    padding: 10px 0px;
    font-size: 25px;
    color: #FFF;
    background: #D1A24B;
    margin: 105px auto 90px auto;
    width: 300px;
    text-align: center;
    font-weight: 600
}

.section-body-bg.job-become-part-of-us .trip-button:hover {
    opacity: 0.7
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job-become-part-of-us .trip-button {
        margin-top: 30px;
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.job-become-part-of-us .trip-button {
        width: 230px;
        font-size: 18px;
        padding: 5px 0px
    }
}

.section-body-bg.job-become-part-of-us .trip-container .main-title {
    font-size: 40px;
    font-weight: 300;
    color: #5F5958;
    text-align: center;
    padding-bottom: 60px
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job-become-part-of-us .trip-container .main-title {
        font-size: 26px;
        padding-top: 30px;
        padding-bottom: 20px
    }
}

.section-body-bg.job-become-part-of-us .trip-container .trip-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job-become-part-of-us .trip-container .trip-wrapper {
        padding-top: 18vw;
        display: none
    }
}

.section-body-bg.job-become-part-of-us .trip-container .trip {
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    -webkit-flex-basis: 29%;
    -ms-flex-preferred-size: 29%;
    flex-basis: 22%;
    text-align: center;
    padding: 55px;
    margin-top: 0px;
    background-color: #FFF
}

/* .section-body-bg.job-become-part-of-us .trip-container .trip:nth-child(n+4) {
    margin-top: 65px
} */

@media only screen and (max-width: 1500px) {
    .section-body-bg.job-become-part-of-us .trip-container .trip:nth-child(n+4) {
        margin-top: 0px
    }
}

@media only screen and (max-width: 1500px) {
    .section-body-bg.job-become-part-of-us .trip-container .trip:nth-child(n+3) {
        margin-top: 65px
    }
}

@media only screen and (max-width: 1500px) {
    .section-body-bg.job-become-part-of-us .trip-container .trip {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }
}

.section-body-bg.job-become-part-of-us .trip-container .img-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 168px;
    height: 168px;
    margin: 0px auto
}

.section-body-bg.job-become-part-of-us .trip-container .title {
    font-size: 28px;
    font-family: "Abel";
    color: #5F5958;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 15px;
    width: 70%;
    margin: 0 auto;
}

.section-body-bg.job-become-part-of-us .job_become_part_of_us_slider {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 60px;
    display: none;
    overflow: visible
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job-become-part-of-us .job_become_part_of_us_slider {
        display: block;
        padding-bottom: 7vh;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        z-index: 1;
        min-width: 1024px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.job-become-part-of-us .job_become_part_of_us_slider {
        min-width: 950px
    }
}

.section-body-bg.job-become-part-of-us .job_become_part_of_us_slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-body-bg.job-become-part-of-us .job_become_part_of_us_slider .trip {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    padding: 45px 55px;
    text-align: center
}

.section-body-bg.job-become-part-of-us .job_become_part_of_us_slider .trip .img-div {
    width: 140px;
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px auto
}

.section-body-bg.job-become-part-of-us .job_become_part_of_us_slider .trip .img-div img {
    width: 100%
}

.section-body-bg.job-become-part-of-us .job_become_part_of_us_slider .trip .title {
    font-size: 20px;
    font-family: "Abel";
    color: #5F5958;
    font-weight: 700;
    padding-top: 20px
}

.section-body-bg.job-become-part-of-us .job_become_part_of_us_slider .trip .desc {
    padding-top: 18px;
    font-size: 18px;
    color: #807B7A
}

.section-body-bg.job {
    background-color: transparent;
    display: block;
    margin: 0px auto;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job {
        margin-top: 30px
    }
}

.section-body-bg.job .job-bg-1,
.section-body-bg.job .job-bg-2 {
    width: 100%
}

@media only screen and (max-width: 1024px) {

    .section-body-bg.job .job-bg-1,
    .section-body-bg.job .job-bg-2 {
        display: none
    }
}

.section-body-bg.job .job-bg-m-1,
.section-body-bg.job .job-bg-m-2 {
    width: 100%;
    display: none
}

@media only screen and (max-width: 1024px) {

    .section-body-bg.job .job-bg-m-1,
    .section-body-bg.job .job-bg-m-2 {
        display: block
    }
}

.section-body-bg.job .job-bg-2,
.section-body-bg.job .job-bg-m-2 {
    margin-top: -2px
}

.section-body-bg.job .section-body-color {
    background-color: #B07B1A;
    margin-top: -2px
}

.section-body-bg.job .section-body-100 {
    padding-top: 0px;
    padding-bottom: 0px
}

.section-body-bg.job .banner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job .banner-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0px
    }
}

.section-body-bg.job .banner-container .title {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-top: 30px;
    color: #FFF;
    font-size: 80px;
    font-weight: 700;
    padding-left: 13%
}

@media only screen and (max-width: 1500px) {
    .section-body-bg.job .banner-container .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job .banner-container .title {
        font-size: 40px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        line-height: 1.2;
        padding-left: 0px
    }
}

.section-body-bg.job .banner-container .desc {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job .banner-container .desc {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.section-body-bg.job .banner-container .desc .small-text {
    width: 90%;
    font-size: 20px;
    color: #FFF;
    padding-top: 60px;
    text-align: justify
}

@media only screen and (max-width: 1500px) {
    .section-body-bg.job .banner-container .desc .small-text {
        padding-top: 40px
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job .banner-container .desc .small-text {
        width: 100%
    }
}

.section-body-bg.job .banner-container .desc .big-text {
    padding-top: 40px;
    font-size: 30px;
    font-weight: 700;
    color: #FFF
}

@media only screen and (max-width: 1920px) {
    .section-body-bg.job .banner-container .desc .big-text {
        padding-top: 30px
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job .banner-container .desc .big-text {
        font-weight: 700
    }
}

@media only screen and (max-width: 330px) {
    .section-body-bg.job .banner-container .desc .big-text {
        font-size: 9vw
    }
}

.section-body-bg.job2 {
    max-width: 1920px;
    display: block;
    margin: 0px auto;
    margin-top: -280px
}

@media only screen and (max-width: 1920px) {
    .section-body-bg.job2 {
        margin-top: -15vw
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job2 {
        margin-top: -18vw
    }
}

.section-body-bg.job2 .section-body-100 {
    padding-top: 0px;
    padding-bottom: 0px
}

.section-body-bg.job2 .trip-button {
    padding: 10px 0px;
    font-size: 25px;
    color: #FFF;
    background: #D1A24B;
    margin: 105px auto 90px auto;
    width: 300px;
    text-align: center;
    font-weight: bold
}

.section-body-bg.job2 .trip-button:hover {
    opacity: 0.7
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job2 .trip-button {
        margin-top: 30px;
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.job2 .trip-button {
        width: 150px;
        font-size: 18px;
        padding: 5px 0px
    }
}

.section-body-bg.job2 .trip-container {
    background-color: #F9F8F8;
    padding-top: 280px
}

@media only screen and (max-width: 1920px) {
    .section-body-bg.job2 .trip-container {
        padding-top: 15vw
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job2 .trip-container {
        padding-top: 18vw
    }
}

.section-body-bg.job2 .trip-container .main-title {
    font-size: 40px;
    font-weight: 300;
    color: #5F5958;
    text-align: center;
    padding-bottom: 105px
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job2 .trip-container .main-title {
        font-size: 26px;
        padding-top: 30px;
        padding-bottom: 55px
    }
}

.section-body-bg.job2 .trip-container .trip-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4%
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job2 .trip-container .trip-wrapper {
        padding-top: 18vw;
        display: none
    }
}

.section-body-bg.job2 .trip-container .trip {
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    -webkit-flex-basis: 29%;
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
    text-align: center;
    padding: 45px;
    margin-top: 0px;
    height: 540px;
    background-color: #FFF
}

.section-body-bg.job2 .trip-container .trip:nth-child(n+4) {
    margin-top: 65px
}

@media only screen and (max-width: 1500px) {
    .section-body-bg.job2 .trip-container .trip:nth-child(n+4) {
        margin-top: 0px
    }
}

@media only screen and (max-width: 1500px) {
    .section-body-bg.job2 .trip-container .trip:nth-child(n+3) {
        margin-top: 65px
    }
}

@media only screen and (max-width: 1500px) {
    .section-body-bg.job2 .trip-container .trip {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }
}

.section-body-bg.job2 .trip-container .img-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 168px;
    height: 168px;
    margin: 0px auto
}

.section-body-bg.job2 .trip-container .title {
    font-size: 36px;
    color: #5F5958;
    font-weight: 700;
    padding-top: 45px
}

.section-body-bg.job2 .trip-container .desc {
    font-size: 20px;
    color: #807B7A;
    padding-top: 20px
}

.section-body-bg.job2 .job_slider {
    margin-bottom: 30px;
    padding-bottom: 60px;
    display: none;
    overflow: visible
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.job2 .job_slider {
        display: block
    }
}

.section-body-bg.job2 .job_slider .trip {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    padding: 45px 60px;
    text-align: center;
    min-height: 500px
}

@media only screen and (max-width: 767px) {
    .section-body-bg.job2 .job_slider .trip {
        min-height: 450px
    }
}

@media only screen and (max-width: 500px) {
    .section-body-bg.job2 .job_slider .trip {
        padding: 25px 20px
    }
}

@media only screen and (max-width: 280px) {
    .section-body-bg.job2 .job_slider .trip {
        font-size: 16px
    }
}

.section-body-bg.job2 .job_slider .trip .img-div {
    width: 140px;
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px auto
}

.section-body-bg.job2 .job_slider .trip .img-div img {
    width: 100%
}

.section-body-bg.job2 .job_slider .trip .title {
    font-size: 20px;
    color: #5F5958;
    font-weight: 700;
    padding-top: 20px
}

@media only screen and (max-width: 280px) {
    .section-body-bg.job2 .job_slider .trip .title {
        font-size: 16px
    }
}

.section-body-bg.job2 .job_slider .trip .desc {
    padding-top: 18px;
    font-size: 18px;
    color: #807B7A
}

@media only screen and (max-width: 280px) {
    .section-body-bg.job2 .job_slider .trip .desc {
        font-size: 13px
    }
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0px 10px !important;
    background: #E6E6E6;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: #B07B1A
}

@media only screen and (max-width: 768px) {
    .swiper-slide-active {
        width: 100%
    }

    .swiper-wrapper {
        padding-top: 10px
    }

    .swiper-container-coverflow.has_covereffect {
        overflow: visible
    }

    .swiper-container-coverflow.has_covereffect .swiper-slide.coverflow-filter::after,
    .swiper-container-coverflow.has_covereffect .swiper-slide .coverflow-filter::after {
        content: '';
        display: block;
        background: #000000;
        opacity: 0.6;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        visibility: visible;
        -webkit-transition: 0.4s opacity ease, 0.4s visibility ease;
        -o-transition: 0.4s opacity ease, 0.4s visibility ease;
        -moz-transition: 0.4s opacity ease, 0.4s visibility ease;
        transition: 0.4s opacity ease, 0.4s visibility ease
    }

    .swiper-container-coverflow.has_covereffect .swiper-slide.swiper-slide-active.coverflow-filter::after,
    .swiper-container-coverflow.has_covereffect .swiper-slide.swiper-slide-active .coverflow-filter::after {
        opacity: 0;
        visibility: hidden
    }

    .swiper-container-coverflow.has_covereffect .swiper-slide.coverflow-none,
    .swiper-container-coverflow.has_covereffect .swiper-slide .coverflow-none {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s opacity ease, 0.4s visibility ease;
        -o-transition: 0.4s opacity ease, 0.4s visibility ease;
        -moz-transition: 0.4s opacity ease, 0.4s visibility ease;
        transition: 0.4s opacity ease, 0.4s visibility ease
    }

    .swiper-container-coverflow.has_covereffect .swiper-slide.swiper-slide-active.coverflow-none,
    .swiper-container-coverflow.has_covereffect .swiper-slide.swiper-slide-active .coverflow-none {
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (max-width: 767px) {
    .section-body-bg.job2 .job_slider {
        display: block;
        overflow: visible;
        width: 515px;
        max-width: 70%;
        margin: auto
    }
}

.section-desc {
    margin-top: 54px
}

.revision-section2 {
    padding-bottom: 105px;
    width: 100%
}

.section-body-bg.revision {
    background-color: #FFF
}

.section-body-bg.revision .section-body-100 {
    padding: 0px
}

.section-body-bg.revision .revision_slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 60px;
    display: none
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision_slider {
        display: block;
        max-width: -webkit-calc(100% - 80px);
        max-width: -moz-calc(100% - 80px);
        max-width: calc(100% - 80px);
        margin: auto;
        overflow: visible
    }
}

.section-body-bg.revision .revision_slider .value {
    background-color: #329F90;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-height: 480px;
    color: #FFF;
    padding: 100px 0px 100px 0px;
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95)
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision_slider .value {
        padding: 30px 0px 30px 0px;
        min-height: 210px
    }
}

@media only screen and (max-width: 500px) {
    .section-body-bg.revision .revision_slider .value {
        min-height: 300px
    }
}

.section-body-bg.revision .revision_slider .value .title {
    font-size: 38px;
    font-weight: 700;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision_slider .value .title {
        font-size: 20px
    }
}

.section-body-bg.revision .revision_slider .value .desc {
    font-size: 32px;
    padding: 0px 23px;
    margin-top: 30px
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision_slider .value .desc {
        font-size: 18px;
        margin-top: 15px
    }
}

.section-body-bg.revision .tri-container {
    margin-top: 105px;
    margin-bottom: 90px;
    height: 800px;
    position: relative
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .tri-container {
        -webkit-background-size: 1190px 1190px;
        -moz-background-size: 1190px;
        background-size: 1190px;
        height: 680px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .tri-container {
        -webkit-background-size: 1000px 1000px;
        -moz-background-size: 1000px;
        background-size: 1000px;
        height: 610px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .tri-container {
        -webkit-background-size: 850px 850px;
        -moz-background-size: 850px;
        background-size: 850px;
        height: 560px
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .tri-container {
        display: none
    }
}

.section-body-bg.revision .tri-container .tri-web-img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200px
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .tri-container .tri-web-img {
        width: 1000px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .tri-container .tri-web-img {
        width: 845px;
        left: 55%
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .tri-container .tri-web-img {
        width: 718px
    }
}

.section-body-bg.revision .tri-container .tri .title {
    font-size: 28px;
    color: #5F5958
}

.section-body-bg.revision .tri-container .tri .desc {
    font-size: 20px;
    color: #807B7A
}

.section-body-bg.revision .tri-container .tri1 {
    padding-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D1A24B;
    width: 55%
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .tri-container .tri1 {
        padding-top: 15px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .tri-container .tri1 {
        padding-top: 0px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .tri-container .tri1 {
        margin-top: -10px
    }
}

.section-body-bg.revision .tri-container .tri2 {
    padding-top: 175px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D1A24B;
    width: 55%
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .tri-container .tri2 {
        padding-top: 140px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .tri-container .tri2 {
        padding-top: 105px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .tri-container .tri2 {
        padding-top: 80px
    }
}

.section-body-bg.revision .tri-container .tri3 {
    padding-top: 165px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D1A24B;
    width: 20%
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .tri-container .tri3 {
        padding-top: 133px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .tri-container .tri3 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .tri-container .tri3 {
        padding-top: 73px
    }
}

.section-body-bg.revision .tri-container-m {
    margin-top: 75px;
    width: 100%;
    text-align: left;
    display: none
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .tri-container-m {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m {
        margin-top: 35px
    }
}

.section-body-bg.revision .tri-container-m .title {
    display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 55px;
    border-bottom: 1px solid #D1A24B
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .title {
        padding-bottom: 5px;
        margin-bottom: 27px
    }
}

.section-body-bg.revision .tri-container-m .title .tri-big {
    font-size: 40px;
    font-weight: 700
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .title .tri-big {
        font-size: 20px
    }
}

.section-body-bg.revision .tri-container-m .title .tri-small {
    margin-left: 10px;
    font-size: 32px
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .title .tri-small {
        font-size: 16px;
        margin-left: 5px
    }
}

.section-body-bg.revision .tri-container-m .tri-img {
    width: 100%;
    margin-bottom: 116px
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .tri-img {
        margin-bottom: 50px
    }
}

.section-body-bg.revision .tri-container-m .tri2-div {
    width: 100%;
    height: 218px;
    background-color: #063275;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: relative
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .tri2-div {
        height: 150px
    }
}

.section-body-bg.revision .tri-container-m .tri2-div .text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.section-body-bg.revision .tri-container-m .tri2-div .text1 {
    color: #D1A24B;
    font-size: 36px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .tri2-div .text1 {
        font-size: 20px
    }
}

.section-body-bg.revision .tri-container-m .tri2-div .text2 {
    color: #FFF;
    font-size: 36px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .tri2-div .text2 {
        font-size: 20px
    }
}

.section-body-bg.revision .value-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 1205px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .value-wrapper {
        width: 1000px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .value-wrapper {
        width: 845px;
        left: 55%
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .value-wrapper {
        width: 718px
    }
}

.section-body-bg.revision .value-wrapper .value {
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    height: 230px;
    background-color: #329F90;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    -o-transition: 0.5s -o-transform;
    -moz-transition: 0.5s transform, 0.5s -moz-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform, 0.5s -moz-transform, 0.5s -o-transform;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    position: relative
}

.section-body-bg.revision .value-wrapper .value:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 1
}

.section-body-bg.revision .value-wrapper .value:hover .desc {
    display: block
}

.section-body-bg.revision .value-wrapper .value .value-div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%
}

.section-body-bg.revision .value-wrapper .value .title {
    font-size: 28px;
    font-weight: 700;
    text-align: center
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .value-wrapper .value .title {
        font-size: 23px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .value-wrapper .value .title {
        font-size: 20px
    }
}

.section-body-bg.revision .value-wrapper .value .desc {
    display: none;
    font-size: 18px;
    padding: 0px 23px;
    margin-top: 10px
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .value-wrapper .value .desc {
        font-size: 15px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .value-wrapper .value .desc {
        font-size: 12px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .value-wrapper .value .desc {
        padding: 0px 15px
    }
}

.section-body-bg.revision .revision-bg-1 {
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-bg-1 {
        display: none
    }
}

.section-body-bg.revision .revision-bg-2 {
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-bg-2 {
        display: none
    }
}

.section-body-bg.revision .revision-bg-m-1 {
    margin-top: 80px;
    display: none;
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-bg-m-1 {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-bg-m-1 {
        margin-top: 40px
    }
}

.section-body-bg.revision .revision-bg-m-2 {
    display: none;
    width: 100%;
    margin-bottom: 125px
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-bg-m-2 {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-bg-m-2 {
        margin-bottom: 60px
    }
}

.section-body-bg.revision .revision-section2-body {
    margin-top: -2px;
    background-color: #B07B1A;
    background-image: url(../images/revision_bg_3.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 50px
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body {
        background-image: url(../images/revision_bg_m_3.png);
        background-position: bottom center;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-section2-body {
        padding-top: 20px
    }
}

.section-body-bg.revision .revision-section2-body .section-body-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body .section-body-100 {
        display: block
    }
}

.section-body-bg.revision .revision-section2-body .revision-video-div {
    padding-top: 90px;
    width: 39%
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body .revision-video-div {
        padding-top: 40px;
        width: 100%;
        padding-bottom: 125px
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-section2-body .revision-video-div {
        padding-top: 20px;
        padding-bottom: 60px
    }
}

.section-body-bg.revision .revision-section2-body .revision-video-div .revision-video {
    width: 100%
}

.section-body-bg.revision .revision-section2-body .title2 {
    display: none;
    font-size: 50px;
    margin-bottom: 40px;
    text-align: center;
    color: #FFF
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body .title2 {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-section2-body .title2 {
        font-size: 25px
    }
}

.section-body-bg.revision .revision-section2-body .heart-div {
    width: 50%;
    margin-left: 8%;
    padding-bottom: 90px;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body .heart-div {
        width: 100%;
        margin-left: 0px
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-section2-body .heart-div {
        padding-bottom: 40px
    }
}

.section-body-bg.revision .revision-section2-body .heart-div .heart-img {
    width: 100%
}

.section-body-bg.revision .revision-section2-body .heart-div .text {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text {
        top: 41%
    }
}

.section-body-bg.revision .revision-section2-body .heart-div .text .title {
    width: 58%;
    color: #FFF;
    font-size: 38px;
    font-weight: 700;
    margin: 0px auto;
    text-align: center
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .title {
        font-size: 25px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .title {
        font-size: 20px
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .title {
        display: none;
        font-size: 50px
    }
}

.section-body-bg.revision .revision-section2-body .heart-div .text .desc {
    width: 50%;
    color: #FFF;
    font-size: 20px;
    margin: 0px auto;
    margin-top: 40px;
    text-align: center
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc {
        margin-top: 30px;
        font-size: 17px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc {
        margin-top: 20px;
        font-size: 15px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc {
        margin-top: 10px;
        font-size: 13px
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc {
        font-size: 22px
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc {
        font-size: 15px
    }
}

.section-desc {
    margin-top: 54px
}

.section-desc .highlight {
    font-size: 24px;
    font-weight: 600;
    color: #d1a24b
}

.revision-section2 {
    padding-bottom: 105px;
    width: 100%
}

.section-body-bg.revision {
    background-color: #FFF
}

.section-body-bg.revision .section-body-100 {
    padding: 0px
}

.section-body-bg.revision .revision_slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 60px;
    display: none
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision_slider {
        display: block;
        max-width: -webkit-calc(100% - 80px);
        max-width: -moz-calc(100% - 80px);
        max-width: calc(100% - 80px);
        margin: auto;
        overflow: visible
    }
}

@media only screen and (max-width: 280px) {
    .section-body-bg.revision .revision_slider {
        width: 100%;
        max-width: 100%
    }
}

.section-body-bg.revision .revision_slider .value {
    background-color: #329F90;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-height: 480px;
    color: #FFF;
    padding: 100px 0px 100px 0px;
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95)
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision_slider .value {
        padding: 30px 0px 30px 0px;
        min-height: 210px
    }
}

@media only screen and (max-width: 500px) {
    .section-body-bg.revision .revision_slider .value {
        min-height: 300px
    }
}

.section-body-bg.revision .revision_slider .value .title {
    font-size: 38px;
    font-weight: 700;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision_slider .value .title {
        font-size: 20px
    }
}

.section-body-bg.revision .revision_slider .value .desc {
    font-size: 32px;
    padding: 0px 23px;
    margin-top: 30px
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision_slider .value .desc {
        font-size: 18px;
        margin-top: 15px
    }
}

.section-body-bg.revision .tri-container {
    margin-top: 105px;
    margin-bottom: 90px;
    height: 800px;
    position: relative
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .tri-container {
        -webkit-background-size: 1190px 1190px;
        -moz-background-size: 1190px;
        background-size: 1190px;
        height: 680px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .tri-container {
        -webkit-background-size: 1000px 1000px;
        -moz-background-size: 1000px;
        background-size: 1000px;
        height: 610px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .tri-container {
        -webkit-background-size: 850px 850px;
        -moz-background-size: 850px;
        background-size: 850px;
        height: 560px
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .tri-container {
        display: none
    }
}

.section-body-bg.revision .tri-container .tri-web-img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .tri-container .tri-web-img {
        width: 1000px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .tri-container .tri-web-img {
        width: 845px;
        left: 55%
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .tri-container .tri-web-img {
        width: 718px
    }
}

.section-body-bg.revision .tri-container .tri .title {
    font-size: 28px;
    color: #5F5958
}

.section-body-bg.revision .tri-container .tri .desc {
    font-size: 20px;
    color: #807B7A
}

.section-body-bg.revision .tri-container .tri1 {
    padding-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D1A24B;
    width: 55%
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .tri-container .tri1 {
        padding-top: 15px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .tri-container .tri1 {
        padding-top: 0px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .tri-container .tri1 {
        margin-top: -10px
    }
}

.section-body-bg.revision .tri-container .tri2 {
    padding-top: 175px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D1A24B;
    width: 55%
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .tri-container .tri2 {
        padding-top: 140px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .tri-container .tri2 {
        padding-top: 105px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .tri-container .tri2 {
        padding-top: 80px
    }
}

.section-body-bg.revision .tri-container .tri3 {
    padding-top: 165px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D1A24B;
    width: 20%
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .tri-container .tri3 {
        padding-top: 133px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .tri-container .tri3 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .tri-container .tri3 {
        padding-top: 73px
    }
}

.section-body-bg.revision .tri-container-m {
    margin-top: 75px;
    width: 100%;
    text-align: left;
    display: none
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .tri-container-m {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m {
        margin-top: 35px
    }
}

.section-body-bg.revision .tri-container-m .title {
    display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 55px;
    border-bottom: 1px solid #D1A24B
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .title {
        padding-bottom: 5px;
        margin-bottom: 27px
    }
}

.section-body-bg.revision .tri-container-m .title .tri-big {
    font-size: 40px;
    font-weight: 700
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .title .tri-big {
        font-size: 20px
    }
}

.section-body-bg.revision .tri-container-m .title .tri-small {
    margin-left: 10px;
    font-size: 32px
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .title .tri-small {
        font-size: 16px;
        margin-left: 5px
    }
}

.section-body-bg.revision .tri-container-m .tri-img {
    width: 100%;
    margin-bottom: 116px
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .tri-img {
        margin-bottom: 50px
    }
}

.section-body-bg.revision .tri-container-m .tri2-div {
    width: 100%;
    height: 218px;
    background-color: #063275;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: relative
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .tri2-div {
        height: 150px
    }
}

.section-body-bg.revision .tri-container-m .tri2-div .text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.section-body-bg.revision .tri-container-m .tri2-div .text1 {
    color: #D1A24B;
    font-size: 36px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .tri2-div .text1 {
        font-size: 20px
    }
}

.section-body-bg.revision .tri-container-m .tri2-div .text2 {
    color: #FFF;
    font-size: 36px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .tri-container-m .tri2-div .text2 {
        font-size: 20px
    }
}

.section-body-bg.revision .value-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 1205px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .value-wrapper {
        width: 1000px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .value-wrapper {
        width: 845px;
        left: 55%
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .value-wrapper {
        width: 718px
    }
}

.section-body-bg.revision .value-wrapper .value {
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    height: 230px;
    background-color: #329F90;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    -o-transition: 0.5s -o-transform;
    -moz-transition: 0.5s transform, 0.5s -moz-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform, 0.5s -moz-transform, 0.5s -o-transform;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.95);
    position: relative
}

.section-body-bg.revision .value-wrapper .value:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 1
}

.section-body-bg.revision .value-wrapper .value:hover .desc {
    display: block;
    text-align: justify
}

.section-body-bg.revision .value-wrapper .value .value-div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%
}

.section-body-bg.revision .value-wrapper .value .title {
    font-size: 28px;
    font-weight: 700;
    text-align: center
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .value-wrapper .value .title {
        font-size: 23px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .value-wrapper .value .title {
        font-size: 20px
    }
}

.section-body-bg.revision .value-wrapper .value .desc {
    display: none;
    font-size: 18px;
    padding: 0px 23px;
    margin-top: 10px
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .value-wrapper .value .desc {
        font-size: 15px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .value-wrapper .value .desc {
        font-size: 12px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .value-wrapper .value .desc {
        padding: 0px 15px
    }
}

.section-body-bg.revision .revision-bg-1 {
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-bg-1 {
        display: none
    }
}

.section-body-bg.revision .revision-bg-2 {
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-bg-2 {
        display: none
    }
}

.section-body-bg.revision .revision-bg-m-1 {
    margin-top: 80px;
    display: none;
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-bg-m-1 {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-bg-m-1 {
        margin-top: 40px
    }
}

.section-body-bg.revision .revision-bg-m-2 {
    display: none;
    width: 100%;
    margin-bottom: 125px
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-bg-m-2 {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-bg-m-2 {
        margin-bottom: 60px
    }
}

.section-body-bg.revision .revision-section2-body {
    margin-top: -2px;
    background-color: #B07B1A;
    background-image: url(../images/revision_bg_3.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 50px
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body {
        background-image: url(../images/revision_bg_m_3.png);
        background-position: bottom center;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-section2-body {
        padding-top: 20px
    }
}

.section-body-bg.revision .revision-section2-body .section-body-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body .section-body-100 {
        display: block
    }
}

.section-body-bg.revision .revision-section2-body .revision-video-div {
    padding-top: 90px;
    width: 39%
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body .revision-video-div {
        padding-top: 40px;
        width: 100%;
        padding-bottom: 125px
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-section2-body .revision-video-div {
        padding-top: 20px;
        padding-bottom: 60px
    }
}

.section-body-bg.revision .revision-section2-body .revision-video-div .revision-video {
    width: 100%
}

.section-body-bg.revision .revision-section2-body .title2 {
    display: none;
    font-size: 50px;
    margin-bottom: 15px;
    text-align: center;
    color: #FFF
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body .title2 {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-section2-body .title2 {
        font-size: 25px
    }
}

@media only screen and (max-width: 280px) {
    .section-body-bg.revision .revision-section2-body .title2 {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.section-body-bg.revision .revision-section2-body .heart-div {
    width: 44%;
    margin-left: 8%;
    padding-bottom: 90px;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body .heart-div {
        width: 100%;
        margin-left: 0px
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-section2-body .heart-div {
        padding-bottom: 40px
    }
}

.section-body-bg.revision .revision-section2-body .heart-div .heart-img {
    width: 100%
}

.section-body-bg.revision .revision-section2-body .heart-div .text {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text {
        top: 41%
    }
}

.section-body-bg.revision .revision-section2-body .heart-div .text .title {
    width: 58%;
    color: #FFF;
    font-size: 38px;
    font-weight: 700;
    margin: 0px auto;
    text-align: center
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .title {
        font-size: 25px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .title {
        font-size: 20px
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .title {
        display: none;
        font-size: 50px
    }
}

.section-body-bg.revision .revision-section2-body .heart-div .text .desc {
    width: 50%;
    color: #FFF;
    font-size: 20px;
    margin: 0px auto;
    margin-top: 40px;
    text-align: center
}

@media only screen and (max-width: 1700px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc {
        margin-top: 30px;
        font-size: 17px
    }
}

@media only screen and (max-width: 1400px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc {
        margin-top: 20px;
        font-size: 15px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc {
        margin-top: 0px;
        font-size: 13px
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc {
        font-size: 22px
    }
}

@media only screen and (max-width: 768px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc {
        font-size: 16px
    }
}

@media only screen and (max-width: 450px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc {
        font-size: 11px
    }
}

@media only screen and (max-width: 280px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc {
        font-size: 10px
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc1 {
        width: 80%
    }
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.revision .revision-section2-body .heart-div .text .desc2 {
        width: 80%
    }
}

.revision-section2-body .section-body-100 {
    width: 95% !important
}

.section-title.sus {
    margin-top: 80px;
    margin-bottom: 30px
}

.section-body-bg.sus {
    background-color: #FFF;
    margin-bottom: 150px
}

.section-body-bg.sus .section-body-100 {
    padding: 0px
}

.section-body-bg.sus .our-strategy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.sus .our-strategy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.section-body-bg.sus .our-strategy .text-div {
    padding-top: 120px;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-left: 10%;
    margin-right: 10%
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.sus .our-strategy .text-div {
        padding-top: 60px
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.sus .our-strategy .text-div {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 0px
    }
}

.section-body-bg.sus .our-strategy .text-div .plan-img-div {
    margin-top: 90px
}

@media only screen and (max-width: 1190px) {
    .section-body-bg.sus .our-strategy .text-div .plan-img-div {
        margin-top: 60px
    }
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.sus .our-strategy .text-div .plan-img-div {
        margin-bottom: 60px
    }
}

.section-body-bg.sus .our-strategy .text-div .plan-img-div img {
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.sus .our-strategy .text-div .plan-img-div img {
        max-width: 375px;
        display: block;
        margin: 0px auto
    }
}

.section-body-bg.sus .our-strategy .chart {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.sus .our-strategy .chart {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (max-width: 1700px) {

    .section-body-bg.sus .our-strategy .chart #animation_container,
    .section-body-bg.sus .our-strategy .chart #canvas {
        width: 700px !important;
        height: 700px !important
    }
}

@media only screen and (max-width: 1400px) {

    .section-body-bg.sus .our-strategy .chart #animation_container,
    .section-body-bg.sus .our-strategy .chart #canvas {
        width: 600px !important;
        height: 600px !important
    }
}

@media only screen and (max-width: 1200px) {

    .section-body-bg.sus .our-strategy .chart #animation_container,
    .section-body-bg.sus .our-strategy .chart #canvas {
        width: 500px !important;
        height: 500px !important
    }
}

@media only screen and (max-width: 1024px) {

    .section-body-bg.sus .our-strategy .chart #animation_container,
    .section-body-bg.sus .our-strategy .chart #canvas {
        display: none
    }
}

.section-body-bg.sus .our-strategy .chart .table {
    display: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 60px
}

@media only screen and (max-width: 1024px) {
    .section-body-bg.sus .our-strategy .chart .table {
        display: block
    }
}

.section-body-bg.sus .our-strategy .chart .table.table1 .title {
    background-color: #4D5C93
}

.section-body-bg.sus .our-strategy .chart .table.table1 .body {
    background-color: #063275
}

.section-body-bg.sus .our-strategy .chart .table.table2 .title {
    background-color: #DC7856
}

.section-body-bg.sus .our-strategy .chart .table.table2 .body {
    background-color: #D75637
}

.section-body-bg.sus .our-strategy .chart .table.table3 .title {
    background-color: #6AAD7A
}

.section-body-bg.sus .our-strategy .chart .table.table3 .body {
    background-color: #1A9657
}

.section-body-bg.sus .our-strategy .chart .table .title {
    padding: 38px 0px;
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    color: #FFF;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px
}

@media only screen and (max-width: 768px) {
    .section-body-bg.sus .our-strategy .chart .table .title {
        font-size: 26px
    }
}

.section-body-bg.sus .our-strategy .chart .table .body {
    padding: 0px 11% 0px 11%;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px
}

.section-body-bg.sus .our-strategy .chart .table .s-row {
    padding: 35px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #FFF
}

@media only screen and (max-width: 768px) {
    .section-body-bg.sus .our-strategy .chart .table .s-row {
        padding: 18px 0px
    }
}

.section-body-bg.sus .our-strategy .chart .table .s-row:last-child {
    border-bottom: none;
    padding-bottom: 30px
}

.section-body-bg.sus .our-strategy .chart .table .s-row .sub-title {
    font-weight: 700;
    font-size: 36px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .section-body-bg.sus .our-strategy .chart .table .s-row .sub-title {
        font-size: 26px
    }
}

.section-body-bg.sus .our-strategy .chart .table .s-row .sub-desc {
    font-weight: 400;
    font-size: 32px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .section-body-bg.sus .our-strategy .chart .table .s-row .sub-desc {
        font-size: 20px
    }
}

.em-tab-div {
    margin-top: 100px;
    margin-bottom: 56px;
    padding-bottom: 10px;
    overflow: auto;
    position: relative;
    white-space: nowrap;
    max-width: 1120px
}

@media only screen and (max-width: 768px) {
    .em-tab-div {
        margin-top: 50px;
        margin-bottom: 18px
    }
}

.em-tab-div .em_tab {
    color: #C4C2C2;
    font-size: 28px;
    width: 33%;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .em-tab-div .em_tab {
        font-size: 16px;
        width: unset;
        white-space: nowrap
    }
}

.em-tab-div .em_tab.active {
    color: #000000;
    border-bottom: 3px solid #D1A24B
}

.section-body-bg.em .section-body-100 {
    padding-top: 60px;
    padding-bottom: 0px
}

.em-tab-content {
    display: none
}

.em-tab-content.active {
    display: block
}

.em-tab-content .yellow-title {
    font-size: 28px;
    font-weight: 700;
    color: #D1A24B
}

@media only screen and (max-width: 768px) {
    .em-tab-content .yellow-title {
        font-size: 18px
    }
}

.em-tab-content .yellow-desc {
    text-align: justify;
    font-size: 20px
}

@media only screen and (max-width: 768px) {
    .em-tab-content .yellow-desc {
        font-size: 16px
    }
}

.em-tab-content .em-tab-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
    padding-top: 54px;
    border-bottom: 1px solid #E3D7C1
}

@media only screen and (max-width: 768px) {
    .em-tab-content .em-tab-content-container {
        padding-bottom: 30px;
        padding-top: 25px
    }
}

.em-tab-content .em-tab-content-container:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.em-tab-content .em-tab-content-container:nth-child(odd) .em-text {
    margin-right: 0px;
    margin-left: 3%
}

@media only screen and (max-width: 1024px) {
    .em-tab-content .em-tab-content-container:nth-child(odd) .em-text {
        margin-left: 0%
    }
}

.em-tab-content .em-tab-content-container:last-child {
    border-bottom: none
}

@media only screen and (max-width: 1024px) {
    .em-tab-content .em-tab-content-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.em-tab-content .em-tab-content-container .em-text {
    -webkit-flex-basis: -webkit-calc(97% - 360px);
    -ms-flex-preferred-size: calc(97% - 360px);
    flex-basis: -moz-calc(97% - 360px);
    flex-basis: calc(97% - 360px);
    margin-right: 3%
}

@media only screen and (max-width: 1024px) {
    .em-tab-content .em-tab-content-container .em-text {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0%
    }
}

.em-tab-content .em-tab-content-container .em-text .title {
    font-size: 28px;
    font-weight: bold;
    color: #5F5958;
    margin-bottom: 20px
}

@media only screen and (max-width: 768px) {
    .em-tab-content .em-tab-content-container .em-text .title {
        font-size: 16px
    }
}

.em-tab-content .em-tab-content-container .em-text .desc {
    font-size: 20px;
    color: #807B7A
}

@media only screen and (max-width: 768px) {
    .em-tab-content .em-tab-content-container .em-text .desc {
        font-size: 16px
    }
}

.em-tab-content .em-tab-content-container .em-slider {
    width: 360px
}

@media only screen and (max-width: 1024px) {
    .em-tab-content .em-tab-content-container .em-slider {
        width: 100%;
        margin-top: 60px
    }
}

@media only screen and (max-width: 768px) {
    .em-tab-content .em-tab-content-container .em-slider {
        margin-top: 30px
    }
}

.em-tab-content .em-tab-content-container .em-slider .employee-slider {
    padding-bottom: 40px
}

@media only screen and (max-width: 1024px) {
    .em-tab-content .em-tab-content-container .em-slider .employee-slider {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 768px) {
    .em-tab-content .em-tab-content-container .em-slider .employee-slider {
        padding-bottom: 40px
    }
}

.em-tab-content .em-tab-content-container .em-slider .employee-slider img {
    width: 100%
}

.em-tab-content .em-tab-content-container .em-slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0px 8px
}

@media only screen and (max-width: 768px) {
    .em-tab-content .em-tab-content-container .em-slider .swiper-pagination-bullet {
        margin: 0px 6px !important
    }
}

.em-tab-content .em-tab-content-container .em-slider .swiper-pagination-bullet-active {
    background-color: #B07B1A
}

.management_trainee_apply_now_btn {
    position: fixed;
    bottom: 2vw;
    right: 3vw;
    max-width: 180px;
    z-index: 9
}

@media only screen and (max-width: 1024px) {
    .management_trainee_apply_now_btn {
        max-width: 160px
    }
}

@media only screen and (max-width: 768px) {
    .management_trainee_apply_now_btn {
        max-width: 140px
    }
}

.management_trainee_apply_now_btn img {
    width: 100%
}

.management_trainee .section-subtitle {
    font-size: 36px;
    font-weight: 300;
    color: #5F5958;
    text-align: center;
    padding: 30px 0px
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-subtitle {
        font-size: 24px;
        padding-top: 15px
    }
}

.management_trainee .imgcontent-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 1024px) {
    .management_trainee .imgcontent-wrapper.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse
    }

    .management_trainee .imgcontent-wrapper.reverse .img-div {
        padding-right: 5%;
        padding-left: 0
    }
}

.management_trainee .imgcontent-wrapper .img-div {
    width: 30%;
    text-align: left;
    padding-left: 5%
}

.management_trainee .imgcontent-wrapper .img-div img {
    width: 100%
}

.management_trainee .imgcontent-wrapper .content {
    width: 70%
}

.management_trainee .imgcontent-wrapper .content .title {
    margin-bottom: 45px;
    font-weight: 300;
    font-size: 40px
}

@media only screen and (max-width: 1024px) {
    .management_trainee .imgcontent-wrapper .content .title {
        font-size: 26px
    }
}

.management_trainee .imgcontent-wrapper .content .sub-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 36px
}

@media only screen and (max-width: 1024px) {
    .management_trainee .imgcontent-wrapper .content .sub-title {
        font-size: 22px;
        margin-bottom: 15px
    }
}

.management_trainee .imgcontent-wrapper .content .desc {
    font-weight: 400;
    font-size: 26px
}

@media only screen and (max-width: 1024px) {
    .management_trainee .imgcontent-wrapper .content .desc {
        font-size: 20px
    }
}

.management_trainee .imgcontent-wrapper .content .desc ul {
    padding-left: 1em
}

.management_trainee .imgcontent-wrapper .content .desc::marker {
    color: #B07B1A
}

.management_trainee .imgcontent-wrapper .content .tag {
    margin-top: 30px;
    font-size: 28px
}

@media only screen and (max-width: 1024px) {
    .management_trainee .imgcontent-wrapper .content .tag {
        font-size: 20px
    }
}

.management_trainee .imgcontent-wrapper .content .tag a {
    display: inline-block;
    margin-right: 10px
}

.management_trainee .imgcontent-wrapper .content .tag .grey {
    color: #606060
}

.management_trainee .imgcontent-wrapper .content .tag .light-gold {
    color: #9E8F2C
}

.management_trainee .imgcontent-wrapper .content .tag .dark-gold {
    color: #86700E
}

.management_trainee .imgcontent-wrapper .content .tag .sky-blue {
    color: #8CB2E1
}

.management_trainee .imgcontent-wrapper .content .tag .sky-blue {
    color: #17375E
}

.management_trainee .main-title {
    font-size: 40px;
    text-align: center;
    font-weight: 300
}

.management_trainee .desc-div img {
    width: 100%
}

.management_trainee .trainee_prog__banner {
    width: 100%;
    max-width: 1920px
}

.management_trainee .trainee_prog__banner img {
    width: 100%
}

.management_trainee .section-body-bg.trainee_prog__our {
    background: #FFF;
    max-width: 1920px;
    display: block;
    margin: 0px auto;
    min-height: auto;
    padding: 20px 0
}

.management_trainee .section-body-bg.trainee_prog__our .title {
    color: #5F5958
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__our .section-body-100 {
        padding: 50px 0
    }

    .management_trainee .section-body-bg.trainee_prog__our .imgcontent-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .management_trainee .section-body-bg.trainee_prog__our .imgcontent-wrapper .content {
        width: 100%
    }

    .management_trainee .section-body-bg.trainee_prog__our .imgcontent-wrapper .img-div {
        padding-left: 0;
        width: 100%;
        margin: 0 auto;
        margin-top: 60px;
        max-width: 600px
    }

    .management_trainee .section-body-bg.trainee_prog__our .title {
        text-align: center
    }
}

.management_trainee .section-body-bg.trainee_prog__journey {
    display: block;
    margin: 0px auto;
    min-height: auto;
    background-color: #F9F5ED
}

.management_trainee .section-body-bg.trainee_prog__journey .section-body-100 {
    padding: 90px 0 160px;
    width: 82.5%;
    max-width: 1651.19px
}

.management_trainee .section-body-bg.trainee_prog__journey .main-title {
    margin-bottom: 133px;
    color: #5F5958
}

.management_trainee .section-body-bg.trainee_prog__journey .desc-div {
    width: 80%;
    margin: 0 auto
}

.management_trainee .section-body-bg.trainee_prog__journey .imgcontent-wrapper {
    margin-top: 150px
}

.management_trainee .section-body-bg.trainee_prog__journey .imgcontent-wrapper .sub-title {
    font-weight: 400
}

.management_trainee .section-body-bg.trainee_prog__journey .imgcontent-wrapper .desc {
    font-weight: 300
}

.management_trainee .section-body-bg.trainee_prog__journey .imgcontent-wrapper .content .tag {
    font-weight: 300
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__journey .imgcontent-wrapper {
        margin-top: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .management_trainee .section-body-bg.trainee_prog__journey .imgcontent-wrapper .content {
        width: 100%
    }

    .management_trainee .section-body-bg.trainee_prog__journey .imgcontent-wrapper .img-div {
        padding-left: 0;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
        max-width: 400px;
        margin-bottom: 60px
    }
}

.management_trainee .section-body-bg.trainee_prog__career {
    max-width: 1920px;
    display: block;
    margin: 0px auto;
    min-height: auto;
    background-color: #FFF
}

.management_trainee .section-body-bg.trainee_prog__career .section-body-100 {
    padding: 90px 0 160px
}

.management_trainee .section-body-bg.trainee_prog__career .main-title {
    margin-bottom: 80px;
    color: #5F5958
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__career .desc-div {
        width: 100%;
        margin: 0 auto;
        max-width: 600px;
        margin-bottom: 60px
    }
}

.management_trainee .section-body-bg.trainee_prog__story {
    display: block;
    margin: 0px auto;
    min-height: auto;
    background-color: #2E1F18
}

.management_trainee .section-body-bg.trainee_prog__story .section-body-100 {
    width: 82.5%;
    max-width: 1651.19px
}

.management_trainee .section-body-bg.trainee_prog__story .main-title {
    color: #FFF;
    margin-bottom: 70px
}

.management_trainee .section-body-bg.trainee_prog__story .trainee_prog_ppl_slider {
    display: none
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 30px;
    position: relative
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content::before {
    content: '';
    display: block;
    width: 51px;
    height: 100%;
    position: absolute;
    left: -webkit-calc(100% - 51px);
    left: -moz-calc(100% - 51px);
    left: calc(100% - 51px);
    top: 0;
    background: #3782BF;
    z-index: 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content.blue::before {
    background: #3782BF
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content.blue .img-div {
    border: 40px solid #29608E;
    border-top: 40px solid #3782BF;
    border-right: 40px solid #3782BF
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__story .ppl-content.blue .desc-div .title {
        color: #29608E
    }
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content.brown::before {
    background: #9E967A
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content.brown .img-div {
    border: 40px solid #7C7560;
    border-top: 40px solid #9E967A;
    border-right: 40px solid #9E967A
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__story .ppl-content.brown .desc-div .title {
        color: #9E967A
    }
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content.skyblue::before {
    background: #59C3C9
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content.skyblue .img-div {
    border: 40px solid #00B6CA;
    border-top: 40px solid #59C3C9;
    border-right: 40px solid #59C3C9
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__story .ppl-content.skyblue .desc-div .title {
        color: #59C3C9
    }
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content .img-div {
    width: 300px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 40px solid #29608E;
    border-top: 40px solid #3782BF;
    border-right: 40px solid #3782BF
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content .img-div img {
    width: 100%
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content .desc-div {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    background: #FFF;
    position: relative;
    min-height: 300px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content .desc-div::before {
    content: '';
    display: block;
    width: 150px;
    height: 100%;
    position: absolute;
    right: -webkit-calc(100% - 1px);
    right: -moz-calc(100% - 1px);
    right: calc(100% - 1px);
    top: 0;
    background: #FFF;
    z-index: 0
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content .desc-div .text {
    font-size: 26px
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__story .ppl-content .desc-div .text {
        font-size: 24px
    }
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content .desc-div .title {
    font-size: 32px;
    font-weight: 400;
    color: #29608E;
    display: inline-block;
    line-height: 1.1
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__story .ppl-content .desc-div .title {
        font-size: 28px
    }
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content .desc-div .gradted {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 3px solid #6D7C80;
    line-height: 1.1
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__story .ppl-content .desc-div .gradted {
        display: block;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        margin-top: 5px;
        font-size: 22px
    }
}

.management_trainee .section-body-bg.trainee_prog__story .ppl-content .desc-div .postiton {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0;
    color: #6D7C80
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__story .ppl-content .desc-div .postiton {
        font-size: 24px;
        margin: 20px 0;
        line-height: 28px
    }
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__story .ppl-content {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0
    }

    .management_trainee .section-body-bg.trainee_prog__story .ppl-content::before {
        top: auto !important;
        left: 0 !important;
        right: 0;
        bottom: -40px;
        width: 100% !important;
        -webkit-border-radius: 0 0 20px 20px !important;
        -moz-border-radius: 0 0 20px 20px !important;
        border-radius: 0 0 20px 20px !important;
        height: 70px !important
    }

    .management_trainee .section-body-bg.trainee_prog__story .ppl-content .desc-div {
        width: 100% !important;
        padding-top: 150px !important;
        -webkit-border-radius: 0 0 20px 20px !important;
        -moz-border-radius: 0 0 20px 20px !important;
        border-radius: 0 0 20px 20px !important;
        margin-top: -120px;
        padding-bottom: 35px !important;
        padding-left: 25px !important
    }

    .management_trainee .section-body-bg.trainee_prog__story .ppl-content .desc-div::before {
        display: none !important
    }
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__story .accordion-content {
        margin-bottom: 40px
    }

    .management_trainee .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper {
        display: none
    }

    .management_trainee .section-body-bg.trainee_prog__story .trainee_prog_ppl_slider {
        display: block;
        padding-bottom: 50px
    }
}

.management_trainee .section-body-bg.trainee_prog__process {
    display: block;
    margin: 0px auto;
    min-height: auto;
    background-color: #F9F5ED
}

.management_trainee .section-body-bg.trainee_prog__process .section-body-100 {
    width: 82.5%;
    max-width: 1651.19px
}

.management_trainee .section-body-bg.trainee_prog__process .main-title {
    margin-bottom: 80px;
    color: #5F5958
}

.management_trainee .section-body-bg.trainee_prog__process .imgcontent-wrapper {
    margin-top: 100px
}

.management_trainee .section-body-bg.trainee_prog__process .imgcontent-wrapper .title {
    color: #5F5958;
    margin-bottom: 15px
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__process .imgcontent-wrapper {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.management_trainee .section-body-bg.trainee_prog__process .content .deadline {
    color: #B07B1A;
    font-size: 40px;
    margin: 40px 0
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__process .content .deadline {
        font-size: 30px;
        margin: 20px 0
    }
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__process .content {
        width: 100%
    }

    .management_trainee .section-body-bg.trainee_prog__process .content br {
        display: none
    }
}

.management_trainee .section-body-bg.trainee_prog__process .content .remind {
    line-height: 25px;
    font-size: 18px
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__process .content .remind {
        font-size: 16px;
        line-height: 23px
    }
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__process .img-div {
        padding-left: 0;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
        max-width: 400px;
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 1024px) {
    .management_trainee .section-body-bg.trainee_prog__process .desc-div {
        width: 100%;
        margin: 0 auto;
        max-width: 600px;
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 1024px) {
    .management_trainee .accordion-item .accordion-content {
        display: none
    }

    .management_trainee .accordion-item.open .accordion-content {
        display: block;
        margin: 20px 0
    }

    .management_trainee .accordion-item.open .main-title::after {
        content: '-'
    }

    .management_trainee .accordion-item .section-body-100 {
        padding: 0 !important;
        width: 86% !important
    }

    .management_trainee .accordion-item .main-title {
        position: relative;
        font-size: 26px;
        margin: 0 !important;
        padding: 20px 0;
        text-align: left
    }

    .management_trainee .accordion-item .main-title::after {
        content: '+';
        color: #B07B1A;
        font-size: 30px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 19.5px;
        text-align: center
    }
}



/* Apprentice Programme */

.apprentice_programme .job-video {
    margin-top: 20px;
  }

  .apprentice_programme .section-body-100 {
    max-width: 1920px;
  }

  .apprentice_programme .section-subtitle {
    font-size: 36px;
    font-weight: 300;
    color: #5F5958;
    text-align: center;
    padding: 30px 0px;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-subtitle {
      font-size: 24px;
      padding-top: 15px;
    }
  }

  .apprentice_programme .imgcontent-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media only screen and (min-width: 1024px) {
    .apprentice_programme .imgcontent-wrapper.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
    }

    .apprentice_programme .imgcontent-wrapper.reverse .img-div {
      padding-right: 5%;
      padding-left: 0;
    }
  }

  .apprentice_programme .imgcontent-wrapper .img-div {
    width: 30%;
    text-align: left;
    padding-left: 5%;
  }

  .apprentice_programme .imgcontent-wrapper .img-div img {
    width: 100%;
  }

  .apprentice_programme .imgcontent-wrapper .content {
    width: 60%;
    margin-right: 10%;
  }

  .apprentice_programme .imgcontent-wrapper.reverse .content {
    margin-right: 0;
    margin-left: 7%;
  }

  .apprentice_programme .imgcontent-wrapper .content .title {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 40px;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .imgcontent-wrapper .content .title {
      font-size: 26px;
    }
  }

  .apprentice_programme .imgcontent-wrapper .content .sub-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 36px;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .imgcontent-wrapper .content .sub-title {
      font-size: 22px;
      margin-bottom: 15px;
    }
  }

  .apprentice_programme .imgcontent-wrapper .content .desc {
    font-weight: 400;
    font-size: 26px;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .imgcontent-wrapper .content .desc {
      font-size: 20px;
    }
  }

  .apprentice_programme .imgcontent-wrapper .content .desc ul {
    padding-left: 1em;
  }

  .apprentice_programme .imgcontent-wrapper .content .desc::marker {
    color: #B07B1A;
  }

  .apprentice_programme .imgcontent-wrapper .content .tag {
    margin-top: 30px;
    font-size: 28px;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .imgcontent-wrapper .content .tag {
      font-size: 20px;
    }
  }

  .apprentice_programme .imgcontent-wrapper .content .tag a {
    display: inline-block;
    margin-right: 10px;
  }

  .apprentice_programme .imgcontent-wrapper .content .tag .grey {
    color: #606060;
  }

  .apprentice_programme .imgcontent-wrapper .content .tag .light-gold {
    color: #9E8F2C;
  }

  .apprentice_programme .imgcontent-wrapper .content .tag .dark-gold {
    color: #86700E;
  }

  .apprentice_programme .imgcontent-wrapper .content .tag .sky-blue {
    color: #8CB2E1;
  }

  .apprentice_programme .imgcontent-wrapper .content .tag .sky-blue {
    color: #17375E;
  }

  .apprentice_programme .main-title {
    font-size: 40px;
    text-align: center;
    font-weight: 300;
  }

  .apprentice_programme .desc-div img {
    width: 100%;
  }

  .apprentice_programme .trainee_prog__banner {
    width: 100%;
  }

  .apprentice_programme .trainee_prog__banner img {
    width: 100%;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our {
    background: #FFF;
    display: block;
    margin: 0px auto;
    min-height: auto;
    padding: 20px 0;
    transition: all .4s;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .section-body-100 {
    position: relative;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .main-title {
    margin-bottom: 80px;
    color: #5F5958;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content {
    display: flex;
    justify-content: space-between;
    gap: 4%;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.apprentice_programme__our .content {
      flex-direction: column;
      gap: 3vh;
    }
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper {
    flex-basis: 50%;
    padding: 100px;
    background: #F9F5ED;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper.open {
    background: #FFF;
    box-shadow: 0px 0px 10px #ccc;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper.open::after {
    content: '';
    width: 48%;
    position: absolute;
    height: 30px;
    background: #FFF;
    left: 0;
    bottom: 56px;
    z-index: 10;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper:last-child.open::after {
    left: auto;
    right: 0;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box {
    text-align: center;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box .box-title {
    position: relative;
    color: #000;
    font-size: 35px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.33000001311302185px;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box .box-title::after {
    content: '+';
    font-size: 52px;
    color: #B07B1A;
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper:last-child .box .box-title::after {
    right: -40px;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper.open .box .box-title::after {
    content: '-';
    font-size: 65px;
    right: -62px;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper:last-child.open .box .box-title::after {
    right: -37px;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box .box-desc {
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    margin-top: 30px;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion {
    display: none;
    position: absolute;
    top: calc(100% - 70px);
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    z-index: 9;
    padding: 100px;
    box-shadow: 0px 3px 10px #ccc;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .box-accordion-title {
    color: #807B7A;
    margin-bottom: 45px;
    font-weight: 300;
    font-size: 40px;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper {
    align-items: flex-start;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper.reverse {
    align-items: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper .content,
  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper .img-div {
    flex-basis: 50%;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper .content {
    flex-basis: 70%;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper.reverse .img-div {
    flex-basis: 35%;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper .content {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper .content .subtitle {
    color: #000;
    font-size: 35px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 50px;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper .content .tag {
    margin-top: 0;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper.reverse .content {
    margin-left: 3%;
  }

  @media only screen and (max-width: 1310px) {
    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper {
      padding: 100px 50px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box .box-title {
      font-size: 32px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box .box-desc {
      font-size: 24px;
    }
  }

  @media only screen and (max-width: 1280px) {
    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box .box-title {
      font-size: 28px;
      line-height: 23px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box .box-title::after {
      right: -4vw !important;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper:last-child .box .box-title::after {
      right: -30px !important;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper.reverse {
      width: 100%;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper.reverse .img-div {
      flex-basis: 30%;
    }
  }

  @media only screen and (max-width: 640px) {
    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box .box-title::after {
      right: -7vw !important;
    }
  }

  @media only screen and (max-width: 340px) {
    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box .box-title::after {
      right: -9vw !important;
    }
  }


  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.apprentice_programme__our .main-title {
      margin-bottom: 50px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .section-body-100 {
      padding: 50px 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .imgcontent-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      gap: 5%;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .imgcontent-wrapper .content {
      width: 100%;
      margin-right: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .imgcontent-wrapper .img-div {
      padding-left: 0;
      width: 100%;
      margin: 0 auto;
      margin-top: 40px;
      max-width: 450px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper {
      position: relative;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper.open::after {
      width: 100%;
      bottom: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .box-accordion-title {
      margin-bottom: 25px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper .content .subtitle {
      margin-bottom: 25px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .title {
      text-align: left;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion {
      top: 100%;
      padding: 50px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper {
      flex-direction: column;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper.reverse {
      flex-direction: row-reverse;
    }
  }

  @media only screen and (max-width: 768px) {
    .apprentice_programme .section-body-bg.apprentice_programme__our {
      padding: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion {
      padding: 50px 25px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .imgcontent-wrapper {
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .imgcontent-wrapper .img-div {
      max-width: 400px;
      margin-top: 30px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .box-accordion-title {
      font-size: 34px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper .content .subtitle {
      font-size: 28px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__our .content .box-wrapper .box-accordion .imgcontent-wrapper.reverse {
      flex-direction: column;
    }
  }

  @media only screen and (max-width: 540px) {
    .apprentice_programme .section-body-bg.apprentice_programme__our .imgcontent-wrapper .img-div {
      max-width: initial;
    }
  }



  .apprentice_programme .section-body-bg.apprentice_programme__offer {
    background: #F9F5ED;
    display: block;
    margin: 0px auto;
    min-height: auto;
    padding: 20px 0;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__offer .main-title {
    display: none;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__offer a:hover {
    text-decoration: underline !important;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__offer .title {
    color: #5F5958;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.apprentice_programme__offer .section-body-100 {
      padding: 50px 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__offer .imgcontent-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      gap: 5%;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__offer .imgcontent-wrapper .content {
      width: 100%;
      margin-left: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__offer .imgcontent-wrapper .img-div {
      padding-left: 0;
      width: 100%;
      margin: 0 auto;
      margin-top: 60px;
      max-width: 300px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__offer .title {
      text-align: left;
    }
  }

  @media only screen and (max-width: 768px) {
    .apprentice_programme .section-body-bg.apprentice_programme__offer {
      padding: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__offer .main-title {
      display: block;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__offer .title {
      display: none;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__offer .imgcontent-wrapper {
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__offer .imgcontent-wrapper .img-div {
      max-width: 400px;
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }

  @media only screen and (max-width: 540px) {
    .apprentice_programme .section-body-bg.apprentice_programme__offer .imgcontent-wrapper .img-div {
      max-width: initial;
    }
  }

  .apprentice_programme .section-body-bg.apprentice_programme__req {
    background: #F9F5ED;
    display: block;
    margin: 0px auto;
    min-height: auto;
    padding: 20px 0;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__req .main-title {
    display: none;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__req .title {
    color: #807B7A;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__req .imgcontent-wrapper .desc {
    font-weight: 400;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__req .imgcontent-wrapper .content .tag {
    font-weight: 400;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.apprentice_programme__req .section-body-100 {
      padding: 50px 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__req .imgcontent-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 5%;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__req .imgcontent-wrapper .content {
      width: 100%;
      margin-left: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__req .imgcontent-wrapper .img-div {
      padding-left: 0;
      width: 100%;
      margin: 0 auto;
      margin-top: 60px;
      max-width: 300px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__req .title {
      text-align: left;
    }
  }




  @media only screen and (max-width: 768px) {
    .apprentice_programme .section-body-bg.apprentice_programme__req {
      padding: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__req .main-title {
      display: block;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__req .title {
      display: none;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__req .imgcontent-wrapper {
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__req .imgcontent-wrapper .img-div {
      max-width: 400px;
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }

  @media only screen and (max-width: 540px) {
    .apprentice_programme .section-body-bg.apprentice_programme__req .imgcontent-wrapper .img-div {
      max-width: initial;
    }
  }

  .apprentice_programme .section-body-bg.trainee_prog__story {
    display: block;
    margin: 0px auto;
    min-height: auto;
    background-color: #2E1F18;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .section-body-100 {
    width: 82.5%;
    max-width: 1651.19px;
    padding-bottom: 100px;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .section-body-100 {
      padding: 40px 0 10px 0;
    }
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .main-title {
    color: #FFF;
    margin-bottom: 70px;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 30px;
    position: relative;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content::before {
    content: '';
    display: block;
    width: 81px;
    height: 100%;
    position: absolute;
    left: calc(100% - 81px);
    top: 0;
    background: #9E967A;
    z-index: 0;
    border-radius: 0 20px 20px 0;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.blue::before {
    background: #3782BF;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.blue .img-div {
    border: 40px solid #29608E;
    border-top: 40px solid #3782BF;
    border-right: 40px solid #3782BF;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.blue .desc-div .title {
      color: #29608E;
    }
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.gold::before {
    background: #D1A24B;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.gold .img-div {
    border: 40px solid #D1A24B;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.gold .desc-div .title {
    color: #29608E;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.gold .desc-div .postiton {
    color: #807B7A;
    font-weight: 700;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.brown::before {
    background: #9E967A;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.brown .img-div {
    border: 40px solid #7C7560;
    border-top: 40px solid #9E967A;
    border-right: 40px solid #9E967A;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.brown .desc-div .title {
      color: #9E967A;
    }
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.skyblue::before {
    background: #59C3C9;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.skyblue .img-div {
    border: 40px solid #00B6CA;
    border-top: 40px solid #59C3C9;
    border-right: 40px solid #59C3C9;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content.skyblue .desc-div .title {
      color: #59C3C9;
    }
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .img-div {
    width: 300px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    align-self: center;
    z-index: 1;
    border: 40px solid #D1A24B;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .img-div img {
    width: 100%;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 330px);
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    background: #FFF;
    position: relative;
    min-height: 350px;
    border-radius: 0 20px 20px 0;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div::before {
    content: '';
    display: block;
    width: 150px;
    height: 100%;
    position: absolute;
    right: calc(100% - 1px);
    top: 0;
    background: #FFF;
    z-index: 0;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div .info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: flex;
    align-items: center;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div .text {
    display: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 28px;
    font-weight: 400;
    margin-top: 20px;
    height: fit-content;
  }


  .apprentice_programme .section-body-bg.trainee_prog__journey {
    display: block;
    margin: 0px auto;
    min-height: auto;
    background-color: #FFF;
  }

  .apprentice_programme .section-body-bg.trainee_prog__journey .section-body-100 {
    padding: 90px 0 160px;
    width: 82.5%;
    max-width: 1651.19px;
  }

  .apprentice_programme .section-body-bg.trainee_prog__journey .main-title {
    margin-bottom: 60px;
    color: #5F5958;
  }

  .apprentice_programme .section-body-bg.trainee_prog__journey .desc-div #animation_container,
  .apprentice_programme .section-body-bg.trainee_prog__journey .desc-div #animation_container #canvas,
  .apprentice_programme .section-body-bg.trainee_prog__journey .desc-div #animation_container #dom_overlay_container {
    max-width: 100%;
    width: auto !important;
    height: calc(100vw / 1.795) !important;
    max-height: 1080px;
  }

  .apprentice_programme .section-body-bg.trainee_prog__journey .desc-div #animation_container {
    position: relative;
  }

  .apprentice_programme .section-body-bg.trainee_prog__journey .desc-div #animation_container #canvas {
    left: 0px;
    right: 0px;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div .text {
      display: block;
      font-size: 22px;
      margin-top: 10px;
    }
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div .title {
    font-size: 28px;
    font-weight: 700;
    color: #29608E;
    line-height: 1.1;
    min-width: 100px;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div .title {
      font-size: 28px;
    }
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div .gradted {
    font-size: 28px;
    font-weight: 400;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 3px solid #6D7C80;
    line-height: 1.1;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div .gradted {
      display: block;
      border-left: none;
      padding-left: 0;
      margin-left: 0;
      margin-top: 10px;
      font-size: 22px;
      font-weight: 600;
    }
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div .postiton {
    font-size: 28px;
    font-weight: 700;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 3px solid #6D7C80;
    line-height: 1.1;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div .postiton {
      display: block;
      border-left: none;
      padding-left: 0;
      margin-left: 0;
      margin-top: 10px;
      font-size: 22px;
      font-weight: 600;
    }
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div {
      display: block;
    }
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-right: 0;
    }

    .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content::before {
      top: auto !important;
      left: 0 !important;
      right: 0;
      bottom: -40px;
      width: 100% !important;
      border-radius: 0 0 20px 20px !important;
      height: 70px !important;
    }

    .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div {
      width: 100% !important;
      padding-top: 150px !important;
      border-radius: 0 0 20px 20px !important;
      margin-top: -120px;
      padding-bottom: 35px !important;
      padding-left: 25px !important;
    }

    .apprentice_programme .section-body-bg.trainee_prog__story .ppl-content .desc-div::before {
      display: none !important;
    }
  }

  .apprentice_programme .section-body-bg.trainee_prog__story {
    position: relative;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
    /* temp to force 2 person */
    /* width: 90%; */
    margin: 0 auto;
  }

.apprentice_programme .section-body-bg.trainee_prog__story .swiper-button-prev {
    left: calc(-55px + (100vw - 1651.19px)/2);
    background: none;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .swiper-button-next {
    right: calc(-55px + (100vw - 1651.19px)/2);
    background: none;
  }

.apprentice_programme .section-body-bg.trainee_prog__story .swiper-button-prev:after,
.apprentice_programme .section-body-bg.trainee_prog__story .swiper-button-next:after {
  color: #FFF;
}

  @media only screen and (max-width: 2000px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .swiper-button-prev {
      left: calc(-55px + (100vw - 82.5%)/2);
    }

    .apprentice_programme .section-body-bg.trainee_prog__story .swiper-button-next {
      right: calc(-55px + (100vw - 82.5%)/2);
    }

  }



  @media only screen and (max-width: 768px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .swiper-button-prev,
    .apprentice_programme .section-body-bg.trainee_prog__story .swiper-button-next {
      display: none;
    }

    .apprentice_programme .section-body-bg.trainee_prog__story.open .swiper-button-prev,
    .apprentice_programme .section-body-bg.trainee_prog__story.open .swiper-button-next {
      display: flex;
    }
  }

@media only screen and (max-width: 640px) {
  .apprentice_programme .section-body-bg.trainee_prog__story .swiper-button-prev {
    left: 1%;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .swiper-button-next {
    right: 1%;
  }
}

@media only screen and (max-width: 440px) {
  .apprentice_programme .section-body-bg.trainee_prog__story .swiper-button-prev {
    left: 0;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .swiper-button-next {
    right: 0;
  }
}

  @media only screen and (max-width: 1400px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper {
      /* temp to force 2 person */
      /* width: 50%; */
    }
  }

  @media only screen and (max-width: 768px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper {
      /* temp to force 2 person */
      /* width: 100%; */
    }
  }


  .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper .swiper-pagination {
    bottom: 2%;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper .ppl-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper .ppl-card:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    z-index: 9;
  }

  @media only screen and (max-width: 768px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper .ppl-card:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 50px;
      left: 0;
      right: 0;
      bottom: 0;
      background: #000;
      opacity: 0.4;
      z-index: 9;
    }

    .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper .ppl-card:after {
      content: '+';
      font-size: 42px;
      color: #B07B1A;
      position: absolute;
      z-index: 9;
      right: 10px;
      bottom: 0px;
    }

    .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper .ppl-card .overlay-text {
      display: block !important;
      position: absolute;
      font-size: 16px;
      z-index: 99;
      bottom: 16px;
      color: #FFF;
      right: 45px;
    }
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper .ppl-card:hover:after {
    content: '+';
    font-size: 42px;
    color: #B07B1A;
    position: absolute;
    z-index: 9;
    right: 10px;
    bottom: 0px;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper .ppl-card:hover img {
    transform: scale(1.1);
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper .ppl-card img {
    width: 100%;
    border-radius: 20px;
    transition: all .4s;
  }

  .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper .ppl-card .ppl-name {
    color: #FFF;
    text-shadow: 1px 1px 5px #000;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
    z-index: 99;
    }

    .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper .ppl-card .overlay-text {
    display: none;
    }

    .apprentice_programme .section-body-bg.trainee_prog__story .trainee_prog_ppl_wrapper .ppl-card:hover .overlay-text {
    display: block;
    position: absolute;
    font-size: 16px;
    z-index: 99;
    bottom: 16px;
    color: #FFF;
    right: 45px;
    }


  .apprentice_programme .ppl-desc {
    display: none;
  }

  .apprentice_programme .ppl-desc.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }

  .apprentice_programme .ppl-desc.open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 75%);
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .apprentice_programme .ppl-desc.open .content {
    position: fixed;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .apprentice_programme .ppl-desc.open .close-btn {
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .apprentice_programme .ppl-desc.open .close-btn::before,
  .apprentice_programme .ppl-desc.open .close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 1px;
    background-color: #FFF;
  }

  .apprentice_programme .ppl-desc.open .close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .apprentice_programme .ppl-desc.open .close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }




  .apprentice_programme .ppl-desc.open .card {
    flex-direction: row;
    padding: 70px 80px;
    gap: 4%;
    justify-content: space-between;
    border-radius: initial;
    max-height: 80vh;
    overflow: auto;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .ppl-desc.open {
      z-index: 9999;
    }

    .apprentice_programme .ppl-desc.open .content {
      height: 95%;
      overflow: auto;
    }

    .apprentice_programme .ppl-desc.open .card {
      flex-direction: column;
      gap: 35px;
    }

    .apprentice_programme .ppl-desc.open .card .left {
      text-align: left;
    }

    .apprentice_programme .ppl-desc.open .card .left img {
      width: auto !important;
      max-width: 100%;
    }
  }

  @media only screen and (max-width: 768px) {
    .apprentice_programme .ppl-desc.open .card {
      padding: 20px 30px;
      gap: 20px;
    }

    .apprentice_programme .ppl-desc.open .card .left {
      text-align: center;
    }

    .apprentice_programme .ppl-desc.open .card .right .name {
      line-height: 34px;
    }

    .apprentice_programme .ppl-desc.open .card .right .name .joined_in {
      display: block;
      padding-left: 0 !important;
      font-size: 24px !important;
    }

    .apprentice_programme .ppl-desc.open .card .right .name .joined_in:before {
      display: none;
    }

    .apprentice_programme .ppl-desc.open .card .right .pos {
      max-width: 285px;
    }

    .apprentice_programme .ppl-desc.open .card .right .intro {
      width: 100% !important;
      margin-top: 20px !important;
    }

    .apprentice_programme .ppl-desc.open .card .right .btn {
      margin-top: 20px !important;
    }
  }


  .apprentice_programme .ppl-desc.open .card .left {
    flex-basis: 30%;
  }

  .apprentice_programme .ppl-desc.open .card .left img {
    width: 100%;
  }

  .apprentice_programme .ppl-desc.open .card .right {
    flex-basis: 70%;
    text-align: left;
  }

  .apprentice_programme .ppl-desc.open .card .right .name {
    font-size: 26px;
    font-weight: 700;
    line-height: 42px;
    color: #29608E;
  }

  .apprentice_programme .ppl-desc.open .card .right .name .joined_in {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    padding-left: 45px;
    color: #807B7A;
  }

  .apprentice_programme .ppl-desc.open .card .right .name .joined_in:before {
    content: '';
    width: 2px;
    height: 70%;
    background: #807B7A;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .apprentice_programme .ppl-desc.open .card .right .pos {
    font-size: 20px;
    font-weight: 400;
    color: #807B7A;
  }

  .apprentice_programme .ppl-desc.open .card .right .intro {
    font-size: 20px;
    font-weight: 400;
    color: #807B7A;
    margin-top: 30px;
    width: 75%;
  }

  .apprentice_programme .ppl-desc.open .card .right .timeline {
    font-size: 20px;
    font-weight: 700;
    color: #807B7A;
    margin-top: 30px;
  }

  .apprentice_programme .ppl-desc.open .card .right .timeline .timeline-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
  }

  /* .apprentice_programme .ppl-desc.open .card .right .timeline .timeline-item::before {
    content: '';
    background-image: url(../images/point-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 14px;
    height: 30px;
    top: 13px;
    left: 0;
  }

  .apprentice_programme .ppl-desc.open .card .right .timeline .timeline-item:last-child::before {
    background-image: url(../images/point.png);
    width: 8px;
  } */


.apprentice_programme .ppl-desc.open .card .right .timeline .timeline-item .arrow-img {
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
  }

  .apprentice_programme .ppl-desc.open .card .right .timeline .timeline-item .arrow-img img {
    width: 100%;
    vertical-align: top;
  }

  .apprentice_programme .ppl-desc.open .card .right .timeline .timeline-item::before {
    content: '';
    background-image: url(../images/line.png);
    background-repeat: repeat-y;
    background-size: contain;
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 80%;
  }

  .apprentice_programme .ppl-desc.open .card .right .timeline .timeline-item::after {
    content: '';
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: calc(100% - 80% - 15px);
    left: 0;
    width: 8px;
    height: 4px;
  }

  .apprentice_programme .ppl-desc.open .card .right .timeline .timeline-item:last-child::before,
  .apprentice_programme .ppl-desc.open .card .right .timeline .timeline-item:last-child::after {
    display: none;
  }



  .apprentice_programme .ppl-desc.open .card .right .btn {
    background: #D1A24B;
    color: #FFF;
    border-radius: initial;
    padding: 5px 30px;
    font-size: 20px;
    margin-top: 40px;
  }

  .apprentice_programme .ppl-desc.open .card .right .btn:hover {
    background: #B07B1A;
  }


  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .accordion-content {
      margin-bottom: 40px;
    }
  }

  @media only screen and (max-width: 768px) {
    .apprentice_programme .section-body-bg.trainee_prog__story .accordion-content {
      margin-bottom: 40px !important;
    }
  }


  .apprentice_programme .section-body-bg.trainee_prog__process {
    display: block;
    margin: 0px auto;
    min-height: auto;
    background-color: #FFF;
  }

  .apprentice_programme .section-body-bg.trainee_prog__process .img {
    display: none;
    width: 100%;
  }

  .apprentice_programme .section-body-bg.trainee_prog__process .img.init {
    display: block;
  }

  .apprentice_programme .section-body-bg.trainee_prog__process .img.show {
    display: block !important;
  }

  .apprentice_programme .section-body-bg.trainee_prog__process .img.hidden {
    display: none;
  }

  .apprentice_programme .section-body-bg.trainee_prog__process .applicaiton_process_wrapper {
    position: relative;
    width: 85%;
    margin: 0 auto;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__process .applicaiton_process_wrapper {
      display: none;
    }
  }

  .apprentice_programme .section-body-bg.trainee_prog__process .applicaiton_process_item_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .apprentice_programme .section-body-bg.trainee_prog__process .applicaiton_process_bottom_msg {
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    color: #000;
    text-align: center;
    margin-top: 30px;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__process .applicaiton_process_bottom_msg {
      font-size: 22px;
      margin-top: 60px;
    }
  }

  .apprentice_programme .section-body-bg.trainee_prog__process .section-body-100 {
    width: 82.5%;
    max-width: 1651.19px;
  }

  .apprentice_programme .section-body-bg.trainee_prog__process .main-title {
    margin-bottom: 80px;
    color: #5F5958;
  }

  .apprentice_programme .section-body-bg.trainee_prog__process .desc-div {
    display: none;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.trainee_prog__process .desc-div {
      display: block;
      width: 100%;
      margin: 0 auto;
      max-width: 600px;
      margin-bottom: 60px;
    }
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature {
    background: #F8F8F8;
    display: block;
    margin: 0px auto;
    min-height: auto;
    padding: 20px 0;;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .bottom_image {
    display: none;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.apprentice_programme__feature .main-title {
      font-size: 26px;
    }
  }

  @media only screen and (max-width: 768px) {
    .apprentice_programme .section-body-bg.apprentice_programme__feature {
      padding: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__feature .bottom_image {
      display: block;
      max-width: 400px;
      width: 100%;
      margin: 50px auto 40px auto;
    }
  }

  @media only screen and (max-width: 540px) {
    .apprentice_programme .section-body-bg.apprentice_programme__feature .bottom_image {
      max-width: initial;
    }
  }



  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper {
    display: grid;
    column-gap: 20px;
    row-gap: 30px;
    margin-top: 60px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper {
      display: none;
    }
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item {
    position: relative;
    text-align: center;
    background: #FFF;
    padding: 60px 40px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    box-shadow: 5px 5px 10px #ccc;
    align-items: center;
    justify-content: center;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper .feature-item:nth-child(even) {
    background: #F9F5ED;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper .feature-item:nth-child(3) {
    background: #FFF !important;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item:hover {
    z-index: 99;
  }



  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item .item-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 37px;
    margin-top: 15px;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item .item-content {
    display: none;
    position: absolute;
    text-align: left;
    background: #FFF;
    padding: 60px 30px;
    border-radius: 25px;
    box-shadow: 5px 5px 10px #ccc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 45vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  @media only screen and (max-height: 1160px) {
    .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item .item-content {
      min-height: 125%;
    }
  }

  @media only screen and (max-height: 1024px) {
    .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item .item-content {
      min-height: 145%;
    }
  }


  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item:nth-child(3) .item-content {
    height: 50vh;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item:last-child .item-content {
    height: 60vh;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper .feature-item:nth-child(even) .item-content {
    background: #F9F5ED;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper .feature-item:nth-child(3) .item-content {
    background: #FFF !important;
  }

  @media only screen and (max-width: 1800px) {
    .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item:last-child .item-content {
      height: 70vh;
    }
  }

  @media only screen and (max-width: 1590px) {
    .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item:last-child .item-content {
      height: 70vh;
      width: 25vw;
    }
  }

  @media only screen and (max-width: 1500px) {
    .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item:nth-child(3) .item-content {
      height: 60vh;
    }
  }

  @media only screen and (max-width: 1400px) {
    .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper .feature-item {
      flex-basis: calc(33.3% - 30px);
    }

    .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item:nth-child(3) .item-content {
      height: 45vh;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item:last-child .item-content {
      height: 50vh;
      width: 140%;
    }
  }

  @media only screen and (max-width: 1240px) {
    .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item:last-child .item-content {
      height: 60vh;
    }
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item:nth-child(2) .item-content,
  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item:nth-child(3) .item-content {
    background: #F9F5ED;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item:hover .item-content {
    display: flex;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item .item-content .image {
    margin-top: 10px;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item .item-content .title {
    font-size: 32px;
    font-weight: 300;
    line-height: 37px;
    text-align: center;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper  .feature-item .item-content .content {
    font-size: 23px;
    font-weight: 400;
    line-height: 33px;
    margin-top: 15px;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .programme_features_slider {
    display: none;
    padding: 50px 0 100px 0;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.apprentice_programme__feature .content-wrapper {
      display: none;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__feature .programme_features_slider {
      display: block;
    }
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .programme_features_slider .swiper-slide:nth-child(even) .feature-item {
    background: #F9F5ED;
  }


  .apprentice_programme .section-body-bg.apprentice_programme__feature .programme_features_slider .feature-item {
    position: relative;
    text-align: center;
    background: #FFF;
    padding: 60px 40px;
    border-radius: 25px;
    box-shadow: 5px 5px 10px #ccc;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .programme_features_slider .feature-item .title {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 20px;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .programme_features_slider .feature-item .content {
    margin-top: 10px;
    text-align: left;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__feature .programme_features_slider .feature-item .image {
    width: 70%;
    margin-top: 20px;
  }



  @media only screen and (max-width: 768px) {
    .apprentice_programme .accordion-item .accordion-content {
      display: none;
    }

    .apprentice_programme .accordion-item.open .accordion-content {
      display: block;
      margin: 20px 0;
    }

    .apprentice_programme .accordion-item.open .main-title::after {
      content: '-';
    }

    .apprentice_programme .accordion-item .section-body-100 {
      padding: 0 !important;
      width: 86% !important;
    }

    .apprentice_programme .accordion-item .main-title {
      position: relative;
      font-size: 26px;
      margin: 0 !important;
      padding: 20px 0;
      text-align: left;
    }

    .apprentice_programme .accordion-item .main-title::after {
      content: '+';
      color: #B07B1A;
      font-size: 30px;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 19.5px;
      text-align: center;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__feature.open .accordion-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__feature .programme_features_slider {
      padding: 10px 0 80px 0;
      min-width: 620px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__feature .programme_features_slider .feature-item {
      padding: 40px 30px;
    }
  }


  .apprentice_programme .section-body-bg.apprentice_programme__deadline {
    background: #F9F5ED;
    display: block;
    margin: 0px auto;
    min-height: auto;
    padding: 20px 0;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__deadline a {
    text-decoration: underline !important;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__deadline .title {
    color: #B07B1A;
    font-size: 54px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0.33000001311302185px;
    text-align: left;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__deadline .subtitle {
    color: #B07B1A;
    font-size: 42px;
    font-weight: 300;
    line-height: 47px;
    letter-spacing: 0.33000001311302185px;
    text-align: left;
  }

  .apprentice_programme .section-body-bg.apprentice_programme__deadline .desc {
    font-size: 24px;
    margin-top: 35px;
    line-height: 34px;
  }

  @media only screen and (max-width: 1024px) {
    .apprentice_programme .section-body-bg.apprentice_programme__deadline .section-body-100 {
      padding: 50px 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__deadline .imgcontent-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      gap: 5%;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__deadline .imgcontent-wrapper .content {
      width: 100%;
      margin-left: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__deadline .imgcontent-wrapper .img-div {
      padding-left: 0;
      width: 100%;
      margin: 0 auto;
      margin-top: 60px;
      max-width: 300px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__deadline .title {
      text-align: left;
      font-size: 32px;
      margin-bottom: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__deadline .subtitle {
      font-size: 28px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__deadline .desc {
      font-size: 21px;
      margin-top: 20px;
    }


    .apprentice_programme .section-body-bg.apprentice_programme__feature .programme_features_slider .feature-item {
      min-height: 600px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__feature .programme_features_slider .feature-item .item-image {
      width: fit-content;
    }

  }

  @media only screen and (max-width: 768px) {
    .apprentice_programme .section-body-bg.apprentice_programme__deadline {
      padding: 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__deadline .title {
      line-height: 40px;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__deadline .section-body-100 {
      padding: 25px 0 40px 0;
    }

    .apprentice_programme .section-body-bg.apprentice_programme__deadline .imgcontent-wrapper {
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
    }
  }














::-webkit-scrollbar {
    display: none
}

html,
body,
.main {
    min-height: 100vh;
    overflow-x: hidden
}

body {
    color: #807b7a
}

a {
    -webkit-transition: color 0.5s, opacity 0.5s;
    -o-transition: color 0.5s, opacity 0.5s;
    -moz-transition: color 0.5s, opacity 0.5s;
    transition: color 0.5s, opacity 0.5s;
    color: #D1A24B;
    text-decoration: none !important
}

a:hover {
    color: #D1A24B
}

a[href^="tel"] {
    color: #D1A24B
}

.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section {
    width: 100%;
    margin: 34px 24px 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    section {
        margin-top: 30px
    }
}

@media screen and (min-width: 1024px) {
    section {
        margin-top: 50px
    }
}

section .section-title {
    color: #5f5958;
    font-family: "MYingHeiHK-W3";
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0.22px;
    margin-bottom: 12px
}

section .section-body {
    color: #807b7a;
    font-family: "JhengHei";
    font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 24px;
    width: 80%;
    padding: 0 24px
}

section .section-minibody {
    padding-top: 14px
}

section .section-title+.section-body {
    margin-top: 4px
}

@media screen and (min-width: 768px) {
    section .section-title+.section-body {
        margin-top: 18px
    }
}

@media screen and (min-width: 768px) {
    section .section-body {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (min-width: 1024px) {
    section .section-title {
        font-size: 40px;
        letter-spacing: 0.33px
    }

    section .section-body {
        font-size: 20px;
        line-height: 30px;
        padding: 0
    }
}

.section-divider {
    margin-top: 50px
}

@media screen and (min-width: 768px) {
    .section-divider {
        margin-top: 30px
    }
}

@media screen and (min-width: 1024px) {
    .section-divider {
        margin-top: 50px
    }
}

.brand {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brand .img-container {
    width: 100%;
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .brand .img-container {
        margin-bottom: 3px
    }
}

.brand .img-container a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brand .img-container a picture {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
}

.brand .text-container {
    display: block;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 24px 16px
}

.brand .text-container .title {
    color: #5f5958;
    font-family: "MYingHeiHK-W3";
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0.17px;
    text-decoration: none !important
}

.brand .text-container .title:hover,
.brand .text-container .title:active,
.brand .text-container .title:focus,
.brand .text-container .title:link {
    text-decoration: none !important
}

.brand .text-container .description {
    color: #807b7a;
    font-family: "JhengHei";
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin: 10px 0;
    text-decoration: none !important
}

.brand .text-container .description:hover,
.brand .text-container .description:active,
.brand .text-container .description:focus,
.brand .text-container .description:link {
    text-decoration: none !important
}

.brand .text-container .link {
    color: #d1a24b;
    font-family: "JhengHei";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.21px;
    line-height: 22.7px;
    margin-top: 8px;
    text-decoration: none !important
}

.brand .text-container .link:hover,
.brand .text-container .link:active,
.brand .text-container .link:focus,
.brand .text-container .link:link {
    text-decoration: none !important
}

@media screen and (min-width: 768px) {
    .brand .text-container {
        position: absolute;
        right: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;
        max-width: 38%;
        margin: 0 0 25px 24px
    }

    .brand .text-container.mercedes {
        right: 2.5%;
        top: 60%
    }

    .brand .text-container.left {
        left: 5%
    }

    .brand .text-container.left.mercedes {
        top: 40%;
        left: 4%
    }

    .brand .text-container .title {
        font-size: 26px;
        letter-spacing: 0.22px
    }

    .brand .text-container .description {
        font-size: 16px;
        letter-spacing: 0.21px;
        line-height: 20px
    }

    .brand .text-container .link {
        font-size: 16px;
        letter-spacing: 0.21px
    }
}

@media screen and (min-width: 1024px) {
    .brand .text-container {
        max-width: 27%
    }

    .brand .text-container.mercedes {
        max-width: 24%
    }

    .brand .text-container .title {
        font-size: 40px;
        letter-spacing: 0.33px
    }

    .brand .text-container .description {
        font-size: 18px;
        letter-spacing: 0.28px;
        line-height: 26px
    }

    .brand .text-container .link {
        font-size: 18px;
        letter-spacing: 0.28px
    }
}

.sectionHead-divider {
    margin: 5px 0
}

@media screen and (min-width: 768px) {
    .sectionHead-divider {
        margin: 18px 0 20px
    }
}

.section-body-bg {
    background-color: #F9F8F8;
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80vh
}

.privacy-section-body,
.legal-section-body {
    padding: 0 24px
}

@media screen and (min-width: 768px) {

    .privacy-section-body,
    .legal-section-body {
        padding: 0
    }
}

.privacy-section-body {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 80px;
    color: #807b7a;
    font-family: "JhengHei";
    font-size: 16px;
    letter-spacing: 0.28px;
    line-height: 22.7px
}

.privacy-section-body ol {
    position: relative;
    padding: 0;
    counter-reset: item
}

.privacy-section-body ol li {
    display: block;
    padding-left: 30px;
    padding-bottom: 30px
}

.privacy-section-body ol li:before {
    position: absolute;
    left: 0;
    content: counters(item, ".") " ";
    counter-increment: item
}

.privacy-section-body ol.innerList {
    margin-left: -30px
}

.privacy-section-body ol.innerList li {
    padding-left: 50px;
    padding-bottom: 30px
}

@media screen and (min-width: 768px) {
    .privacy-section-body ol.innerList li {
        padding-left: 65px
    }
}

.privacy-section-body ol.innerList li:last-child {
    padding-bottom: 0
}

.privacy-section-body ol.innerList li .innerList {
    padding-top: 30px;
    margin-left: -50px
}

@media screen and (min-width: 768px) {
    .privacy-section-body ol.innerList li .innerList {
        margin-left: -65px
    }
}

@media screen and (min-width: 768px) {
    .privacy-section-body {
        width: 80%
    }
}

@media screen and (min-width: 1024px) {
    .privacy-section-body {
        width: 60%;
        font-size: 18px;
        line-height: 30px
    }
}

ol {
    list-style-type: none
}

.boldList {
    font-weight: bold
}

.innerList>ul {
    padding: 10px
}

.boldHeader {
    font-weight: bold;
    font-size: 16px
}

.section-content {
    padding-bottom: 30px
}

.para-spacer {
    height: 15px
}

.legal-section-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding-top: 50px;
    color: #807b7a;
    font-family: "JhengHei";
    font-size: 16px;
    letter-spacing: 0.21px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .legal-section-body {
        width: 80%;
        font-size: 16px
    }
}

@media screen and (min-width: 1024px) {
    .legal-section-body {
        width: 60%;
        font-size: 16px;
        line-height: 22.7px;
        letter-spacing: 0.28px
    }
}

.section-end-content {
    padding-bottom: 80px
}

.section-body-100 {
    width: 86%;
    margin: 0 auto;
    padding: 70px 0;
    text-align: left
}

.contact-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-card .contact-details {
    margin-right: auto;
    width: 100%
}

.contact-card .map-container {
    width: 100%;
    padding-bottom: 320px
}

@media screen and (min-width: 768px) {
    .contact-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .contact-card .contact-details {
        width: 40%
    }

    .contact-card .map-container {
        width: 100%;
        max-width: 420px;
        padding-bottom: 243px
    }
}

@media screen and (min-width: 1024px) {
    .contact-card .contact-details {
        width: 30%
    }

    .contact-card .map-container {
        width: 70%;
        max-width: 800px;
        padding-bottom: 460px
    }
}

.section-body-100:after {
    content: "";
    display: table;
    clear: both
}

.body-header {
    margin-bottom: 14px
}

.telephoneTxt,
.emailTxt {
    font-family: "JhengHei";
    font-size: 16px;
    color: #5f5958
}

.telephoneTxt-number,
.email-address {
    color: #D1A24B;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 20px
}

.email-address a {
    color: #D1A24B
}

.directionsTxt>a {
    color: #d1a24b;
    font-size: 16px;
    font-family: "JhengHei";
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 22.7px
}

.full-body {
    padding-bottom: 30px
}

.directionsTxt #text {
    padding-left: 10px
}

.directionsTxt {
    padding-top: 20px
}

.mapouter {
    text-align: right;
    height: 460px;
    width: 800px;
    margin: 0 auto
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 460px;
    width: 800px
}

.section-body-80 {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0
}

@media screen and (min-width: 768px) {
    .section-body-80 {
        padding: 50px 0
    }
}

.jobTxt {
    padding-top: 20px;
    font-family: "JhengHei";
    font-size: 16px;
    font-weight: bold
}

@media screen and (min-width: 1024px) {
    .jobTxt {
        font-size: 18px
    }
}

.jobTxt>a {
    text-decoration: none;
    color: #D1A24B
}

.jobTxt>a:hover {
    text-decoration: underline !important
}

.section-para {
    color: #807b7a;
    font-family: "JhengHei";
    font-size: 16px;
    letter-spacing: 0.28px;
    line-height: 22.7px
}

@media screen and (min-width: 1024px) {
    .section-para {
        font-size: 18px
    }
}

section .section-body.max1120 {
    max-width: 1120px
}

#myTabContent {
    margin-top: 38px
}

@media screen and (min-width: 768px) {
    #myTabContent {
        margin-top: 17px
    }
}

.m50 {
    margin: 50px 0
}

.img-100 {
    width: 100%;
    height: auto
}

.mt-0 {
    margin-top: 0 !important;
}

/*# sourceMappingURL=style.css.map */


section .section-body.text-comment {

    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin: 0 auto;
    padding: 70px 0;
    text-align: justify;
    width: 54%;
    /* width: 62%; */
}


@media screen and (max-width: 1500px) {
    section .section-body.text-comment {
        width: 86%;
    }
}




#mymodal {
    background-color: #fff;
    margin: 0 auto;
    max-width: 800px;
    padding: 100px 20px 20px;
    border: 3px solid #d1a24b;
    border-radius: 30px;
    min-height: 350px;
    position: relative;
    font-family: Arial, sans-serif;
}



.popup-modal-dismiss {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
}

.popup-modal-dismiss i::before {
    display: block;
    font-size: 22px;
}

#mymodal table {
    text-align: center;
    max-width: none;
    width: 100%;
    margin: 0 auto;
}

#mymodal p {
    text-align: justify;
    font-family: Arial, sans-serif;
}

#mymodal table tr td {
    text-align: left;
    padding: 20px 0;
}

#mymodal .center {
    text-align: center;
    padding-top: 15px;
    display: block;
}

@media (max-width: 767px) {
    #mymodal {
        max-width: none;
        width: 95%;
        padding-top: 50px;
        padding-left: 25px;
        padding-right: 25px;
        min-height: 300px;
        max-height: 85vh;
        overflow-y: auto;
        scrollbar-width: thin;
    }

    #mymodal .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
    }


    #mymodal table {
        text-align: center;
        max-width: none;
        margin: 0 auto;
        width: 90%;
    }

    #mymodal table tr {
        /*display: flex;
        flex-direction: column;*/
    }

    #mymodal table tr td {
        text-align: left;
        padding: 10px 0;
    }
}


@media (max-width: 540px) {
    #mymodal table tr {
        display: flex;
        flex-direction: column;
    }

    #mymodal table tr td {
        text-align: center;
    }

}

.mfp-wrap {
  z-index: 5001 !important;
}