@charset "UTF-8";
@import url('../../../common/css/conflict.css');

body {
    font: 20px/1.34 'Cloud-Light', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    .h1, h1 {
        font-size: 2em;
    }

    .h2, h2 {
        font-size: 1.5em;
    }

    .h3, h3 {
        font-size: 1.2em;
    }

    .h4, h4 {
        font-size: 1em;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cloud-Bold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: text-bottom;
}

button:focus,
a:focus {
    outline: none;
}

.text-ptt-primary {
    color: #0c89ca;
}

.a-ptt-link {
    background: #0c89ca;
    color: #fff;
    padding: .5em 1.5em;
    display: inline-block;
    border-radius: 50px;
    font-family: 'Cloud-Bold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.owl-carousel .owl-next {
    left: auto;
    right: 15px;
}

.owl-carousel .owl-next.disabled,
.owl-carousel .owl-prev.disabled {
    display: none;
}

.owl-carousel .fa {
    font-size: 3.33em;
    line-height: 0;
    vertical-align: middle;
    display: block;
}

.btn {
    font-size: .9em;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.font-strong {
    font-family: 'Cloud-Bold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
}

.close {
    font-size: 2em;
}

@media (min-width: 768px) {
    .mt-md-6-reverse {
        margin-top: -6rem !important;
    }
}

/**
 *
 * Button
 *
 */

/*!
 Background Page
 === ================================================*/
.background-page {
    background: none center top / cover;
    padding-bottom: 50px
}

/*!
 Header title
 === ================================================*/
.header-title {
    color: #28262f;
    font-family: "SF Fourche Italic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 3.416em;
    line-height: .95;
    text-transform: uppercase;

}

.header-title__smaller {
    font-size: .609em;
    display: block;

}

@media (max-width: 1200px) {
    .header-title {
        font-size: 2em;

    }
}

/*!
 Content Circle
 === ================================================*/
.o-content-circle {
    position: relative;
    padding-top: 2.2%;
    z-index: 1;
}

.m-bg-circle {
    text-align: center;
}

.m-bg-circle img {
    width: 100%;
    margin: 0;
}

.m-content-circle-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.m-content-circle-wrapper > .container,
.m-content-circle-wrapper > .container-fluid {
    height: 100%;
}

.m-content-circle {
    font-size: 24px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.m-content-circle__image {
    width: 50%;
}

.m-content-circle__image img {
    width: 100%;
    transition: transform .2s ease;
}

.m-content-circle__image img:hover {
    transform: scale(1.02);
}

.m-content-circle__content {
    flex-basis: 40%;

}

.m-content-circle .a-link-more {
    text-align: right;
}

/*
 *
 * Modifier
 *
 */
.m-content-circle.-reverse {
    flex-direction: row;
}

.m-content-circle.-reverse .a-link-more {
    text-align: left;
}

/*!
 Content Home
 === ================================================*/
.m-block-text-home {
    line-height: 1.1;
    font-size: 37px;
}

/* Header */
.m-block-text-home__header {
    font-family: "SF Fourche Bold Italic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: block;
    font-size: 1.351em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.m-block-text-home__header span {
    display: block;
}

.m-block-text-home__header__smaller {
    font-size: .74em;
}

/* Text */
.m-block-text-home__text {
    font-family: "Cloud-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: italic;
    display: block;
}

.m-block-text-home__text span {
    display: block;
}

.m-block-text-home__text__bigger {
    font-size: 1.21em;
    display: block;
}

.m-block-text-home__text__normal {
    font-family: "Cloud-Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-style: normal;
    margin: 25px 0 0;
    color: #000;
}

/* home circle 1*/
.m-content-circle.-index-circle-1 .m-block-text-home__header {
    color: #454db1;
    font-size: 0.514em;
    /* text-shadow: 5px 5px 3px rgba(0, 0, 0, .2); */
}

.m-content-circle.-index-circle-1 .m-block-text-home__header span + span {
    font-size: 6.9em;
    font-family: "SF Fourche Italic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: 8px;
    text-indent: -12px;
}

.m-content-circle.-index-circle-1 .m-block-text-home__text {
    font-size: 1.25em;
}

/* home circle 2 */
.m-content-circle.-index-circle-2 .m-block-text-home__header {
    color: #65310b;
}

.m-content-circle.-index-circle-2 .m-block-text-home__text {
    color: #e78e02;
}

/* home circle 3 */

.m-content-circle.-index-circle-3 .m-block-text-home__header {
    color: #135006;
}

.m-content-circle.-index-circle-3 .m-block-text-home__text {
    color: #157700;
}

/* home circle 4 */
.m-content-circle.-index-circle-4 .m-block-text-home__header {
    color: #003a5b;
}

.m-content-circle.-index-circle-4 .m-block-text-home__text {

    color: #046095;
}

/* home circle 5 */
.m-content-circle.-index-circle-5 .m-block-text-home__header {
    color: #022874;
}

.m-content-circle.-index-circle-5 .m-block-text-home__text {
    color: #023d86;
}

/*
 *
 * Responsive
 *
 */

@media (max-width: 1200px) {
    .m-block-text-home {
        font-size: 2.5vw;
    }

    .m-block-text-home .a-link-more {
        font-size: .74em;
    }

}

@media (max-width: 990px) {
    /* 1st */
    .m-content-circle.-index-circle-1 .m-block-text-home__text {
        display: block;
    }

    /* 3rd */
    .m-content-circle.-index-circle-3 .m-block-text-home {
        margin: 6% 0 0;
    }

}

@media (max-width: 768px) {
    .m-block-text-home {
        font-size: 2.2vw;
    }

    .m-block-text-home br {
        display: none;
    }

    .m-block-text-home__header {
        margin-bottom: 0;
    }

    .m-block-text-home .m-block-text-home__text {
        margin-bottom: 5px;
    }

    /* 1st */
    .m-content-circle.-index-circle-1 .m-block-text-home__header {

        font-size: 1em;
    }

    .m-content-circle.-index-circle-1 .m-block-text-home__header span + span {
        font-size: 3em;
        text-indent: 0;
    }

}

@media (max-width: 576px) {

    .m-block-text-home {
        font-size: 3vw;
    }

    .m-content-circle.-index-circle-1 .m-block-text-home__header span + span {
        font-size: 2.5em;
    }

    .home-gimmick img {
        margin: 0;
    }

}

/*!
 Content normal
 === ================================================*/
.m-content-normal {
    font-size: 25px;
    line-height: 1.1;
    color: #333;
}

.m-content-normal li {
    margin: 0 0 10px;
}

.m-content-normal__header {
    font: 41px 'SF Fourche', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0 0 30px;
    text-transform: uppercase;
}

.m-content-normal__quote {
    font-size: 36px;
    line-height: 1;
    text-indent: -1em;
    margin: 0 0 25px;
}

.m-content-normal__quote:before,
.m-content-normal__quote:after {
    content: '“';
    font: 1.5em 'SF Fourche', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: inherit;
    line-height: 0;
    position: relative;
    top: 12px;
}

.m-content-normal__speaker {
    text-align: right;
    font: 24px "Cloud-Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.m-content-normal__speaker small {
    display: block;
}

/* Modifier */
.m-content-circle.-reverse .m-content-normal__speaker {
    text-align: left;
}

/* Responsive in circle content */
@media (max-width: 1200px) {
    .m-content-normal {
        font-size: .8em;
    }

    .m-content-normal__header {
        font-size: 1.5em;
        margin: 0 0 0.5em;
    }

    .m-content-circle .m-content-normal__quote {
        font-size: 1.5em;
    }

    .m-content-circle .m-content-normal__speaker {
        font-size: 1em;
    }

    .m-content-circle .a-link-more {
        font-size: 1em;
    }

}

@media (max-width: 990px) {

    .m-content-circle .m-content-normal {
        font-size: 0.7em;
    }
}

@media (max-width: 768px) {

    .m-content-circle .m-content-normal {
        font-size: 0.6em;
    }

    .m-content-circle .m-content-normal__header {
        font-size: 1em;
    }

    .m-content-circle .m-content-normal__quote {
        font-size: 1em;
        margin: 0;
    }

}

@media (max-width: 568px) {
    .m-content-normal__header {
        font-size: 1em;
    }

    .m-content-normal__text {
        font-size: 0.8em;
        font-weight: 600;
    }

    .m-content-normal .a-link-more {
        font-size: 0.8em;
    }

    .m-content-circle .m-content-normal {
        font-size: 0.4em;
    }

    .m-content-circle .m-content-circle__content {
        flex-basis: 47%;
    }
}

/*!
 Content Boarding
 === ================================================*/
.content-boarding__image {
    position: relative;
    margin-bottom: 20px;
}

.content-boarding__image img {
    width: 100%;
}

.content-boarding__date {
    background: #fff;
    color: #828282;
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
    padding: 5px 15px;
    margin: 0;
}

.content-boarding__date span {
    font-size: 67px;
    line-height: 1.1;
    color: #6ac400;
    font-weight: bold;

}

@media (max-width: 568px) {
    .content-boarding__date span {
        font-size: 40px;
    }
}

/*!
 Contact
 === ================================================*/
.contact__header h1 {
    color: #3e3f40;
    text-transform: uppercase;
    font-family: 'SF Fourche', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.contact__header strong {
    color: #0e5d9f;
    font-family: 'Cloud-Bold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: italic;
}

.contact .btn-link {
    color: #47403e;
    font-family: 'SF Fourche Italic', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 22px;
}

.contact .btn-link[type="submit"] {
    color: #fff;
    font-family: 'SF Fourche Italic', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 22px;
}

.contact .form-control {
    border-radius: 0;
    font-family: 'Cloud-Light', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-style: italic;
    background: #eff7fd;
    border-color: #fff;

}

/*!
 VDO Banner
 === ================================================*/
.vdo-banner-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-bottom: 39%;
    overflow: hidden;
}

.vdo-banner {
    position: fixed;
    top: 117px;
    left: 0;
    right: 0;
    padding-bottom: 55.75%;
    padding-bottom: 39%;
}

.vdo-banner video,
.vdo-banner iframe {
    position: absolute;
    left: 0;
    top: -23%;
    min-height: 146%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

@media (max-width: 1200px) {

    .vdo-banner {
        top: 131px;
    }

}

@media (max-width: 990px) {

    .vdo-banner {
        top: 73px;

    }

}

/**
 *
 * Circle navigation 
 *
 */
.navigation-stick {
    margin: 0;
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 9;
}

/* List */
.navigation-stick ul {
    margin: 0;
}

.navigation-stick a {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    color: #222;
}

.navigation-stick a:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: background .2s ease, border .2s ease;
}

.navigation-stick .active:after,
.navigation-stick a:hover:after {
    background: #222;
    border-color: #eee;
}

/* text label */
.navigation-stick__label {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    padding: 15px;
    border-radius: 50px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    font-family: 'SF Fourche', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    transition: opacity .2s ease;
}

.navigation-stick .a-navigation-button {
    display: none;
}

@media (min-width: 769px) {
    .navigation-stick a:hover {
        z-index: 1;
    }

    .navigation-stick a:hover .navigation-stick__label {
        visibility: visible;
        opacity: .8;
    }

}

@media (max-width: 768px) {
    .navigation-stick .a-navigation-button {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .navigation-stick {
        top: auto;
        bottom: 20px;
        transform: none;
        text-align: right;
        max-width: 45px;
        max-height: 45px;
        transition: all .001s .4s linear;

    }

    .navigation-stick ul {
        margin: 0 0 45px;
        overflow: hidden;
        visibility: hidden;

    }

    .navigation-stick a {
        width: auto;
        height: auto;

    }

    .navigation-stick .active {
        color: #000;
    }

    .navigation-stick a:after {
        content: none;
    }

    .navigation-stick__label {
        position: static;
        display: inline-block;
        margin: 0 0 15px;
        opacity: 0;
        transform: translateX(25px);
        transition: all .2s ease;

    }

    /* trigger when active */
    .navigation-stick.active {
        max-width: 100%;
        max-height: 100%;
        transition: all .001s linear;
    }

    .navigation-stick.active ul {
        visibility: visible;

    }

    .navigation-stick.active .navigation-stick__label {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}

/*!
 Two circle image
 === ================================================*/
.m-two-circle-image {

}

.m-two-circle-image__image:after {
    content: '';
    width: 68%;
    height: 68%;
    position: absolute;
    top: -8.9%;
    left: 55%;
    z-index: 0;
    background: url(../images/the-way-we/joint.png) no-repeat center / 100% 100%;
}

@media (min-width: 1200px){
    .m-two-circle-image__image:after {
        left: 59%;
        top: 12%;
    }
}

.m-two-circle-image__image img {
    position: relative;
    border: 23px solid;
    border-radius: 50%;
    width: 86%;
    z-index: 1;
}

.m-two-circle-image__hoist {
    position: relative;
    z-index: 1;
    width: 92%;
    margin: -43% 0 0 5%;
}

@media (max-width: 1200px) {
    .m-two-circle-image__image img {
        border-width: 1.9vw;
    }
}

@media (max-width: 768px) {
    .m-two-circle-image__image:after {
        width: 75%;
        left: 51%;
    }
}

@media (max-width: 568px) {
    .m-two-circle-image__image:after {
        width: 90%;
        left: 40%;
    }
}

/*!
 Thumb slide
 === ================================================*/
.m-thumb-slide {
    padding: 0 45px;

}

/* Controls */
.m-thumb-slide .owl-prev,
.m-thumb-slide .owl-next {
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    font-size: 0;
}

.m-thumb-slide .owl-next {
    left: auto;
    right: -45px;
}

/* Chain */
.m-thumb-slide .owl-item:after {
    content: '';
    background: url(../images/the-way-we/executive-talk/chain.png) no-repeat center / 100% 100%;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 77%;
    transform: translateY(-50%);
    height: 49.6%;
    width: 64.8%;
}

.m-thumb-slide .owl-item:last-child:after {
    content: none;
}

/* Responsive */
@media (max-width: 1200px) {
    .m-thumb-slide .owl-item:after {
        left: 75%;
        width: 75%;
    }

}

/*!
 Circle slide
 === ================================================*/
.m-circle-slide-wrapper {
    position: relative;
    max-width: 600px;
    padding: 0 13px 55px 0;
    margin: auto;
}

/* Chain */
.m-circle-slide-wrapper:after {
    content: '';
    background: url(../images/the-way-we/circle-slide-chain.png) no-repeat center / 100% 100%;
    position: absolute;
    bottom: 7.3%;
    right: 7.1%;
    height: 132px;
    width: 136px;
}

/* No Chain */
.m-circle-slide-wrapper.-no-more-people:after {
    content: none;
}

/* Border */
.m-circle-slide {
    border: 23px solid;
    border-radius: 50%;
    position: relative;

    z-index: 1;
}

/* Image */
.m-circle-slide__image {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

/* Controls */
.m-circle-slide .owl-prev,
.m-circle-slide .owl-next {
    left: 15px;
}

.m-circle-slide .owl-next {
    left: auto;
    right: 15px;
}

/* Share */
.m-circle-slide__share {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

}

/* More */

.m-circle-slide__button-more {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 50%;
    background: #000;
    font: 15px/1.5 "Cloud-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

    width: 84px;
    height: 84px;
    text-align: center;
    text-transform: uppercase;
    transform: scale(1);
    transition: transform .3s ease;
}

.m-circle-slide__button-more:hover {
    transform: scale(1.15);
    transition: transform .3s ease;
}

.m-circle-slide__button-more a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 29px 0;

}

.m-circle-slide__button-more a:hover {
    text-decoration: none;

}

.m-circle-slide__button-more span {
    display: block;
}

.m-circle-slide__button-more img {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Modifier chain left */
.m-circle-slide--chainLeft .m-circle-slide__button-more {
    left: 0;
    right: auto;
}

.m-circle-slide--chainLeft:after {
    left: 7.1%;
    right: auto;
}

/*!
 People thumb slide
 === ================================================*/
.m-people-thumb-slide {
    padding: 0 45px;

}

.m-people-thumb-slide__item {
    padding: 15px;
    position: relative;
}

/* Controls */
.m-people-thumb-slide .owl-prev,
.m-people-thumb-slide .owl-next {
    top: 40%;

}

.m-people-thumb-slide .owl-prev {
    left: -45px;
}

.m-people-thumb-slide .owl-next {
    right: -45px;
}

/**
 *
 * Active
 *
 */
.m-people-thumb-slide__item .a-people-thumb {
    transform: scale(.95);
}

.m-people-thumb-slide__item.active .a-people-thumb {
    transform: scale(1.1);
}

.m-people-thumb-slide__item.active .a-people-thumb:after {
    transform: scale(1);
}

.m-people-thumb-slide:hover .m-people-thumb-slide__item .a-people-thumb__text {
    opacity: 0;
}

.m-people-thumb-slide .m-people-thumb-slide__item:hover .a-people-thumb__text,
.m-people-thumb-slide__item.active .a-people-thumb__text {
    opacity: 1;
}

/**
 *
 * Show or hide
 *
 */
.m-people-thumb-slide-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
}

.m-people-thumb-slide-wrapper.active {
    max-height: 250px;
}

/*!
 Article People
 === ================================================*/
.m-article-people {
    font-size: 20px;
}

.m-article-people__header {
    font: 2em/1 'Cloud-Light', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0 0 .5em;
}

.m-article-people p {
    margin: 0 0 3em;

}

/*!
 Normal carousel
 === ================================================*/
.m-normal-carousel {
    padding: 0 45px;
}

.m-normal-carousel .owl-prev {
    left: -45px;
}

.m-normal-carousel .owl-next {
    right: -45px;
}

/*!
 List article
 === ================================================*/
.m-list-article {
    margin-bottom: -1.5em;
}

.m-list-article__image {
    border-radius: 50%;
    border: 18px solid;
}

.m-list-article__image:after {
    content: '';
    background: url(../images/life-at-pttgc/chain.png) no-repeat center / 100% 100%;
    width: 81.2%;
    height: 63.3%;
    position: absolute;
    top: 63.1%;
    left: 62%;
    z-index: 0;

}

.m-list-article:nth-child(2n) .m-list-article__image:after {
    /* background-image: url(../images/life-at-pttgc/chain-reverse.png); */
    background-image: url(../images/life-at-pttgc/chain.png);
    width: 81.2%;
    height: 63.3%;
    position: absolute;
    top: 62.1%;
    left: -37%;
    z-index: 0;

}

.m-list-article:last-child .m-list-article__image:after {
    content: none;

}

.m-list-article__image img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.m-list-article__image__date {
    position: absolute;
    top: 50%;
    left: -1.2em;
    transform: translateY(-50%);
    z-index: 2;
    padding: .9em 1.5em .6em .8em;
    background: url(../images/discover-your-career-path/list-article-date-bg.png) no-repeat center / 100% 100%;
    color: #fff;
    font: .875em/1em 'Cloud-Light', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.m-list-article__image__date span {
    display: block;

    font: 2.476em/.7em 'Cloud-Bold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (max-width: 1200px) {
    .m-list-article {
        margin-bottom: 0;
    }

    .m-list-article__image:after {
        width: 94.2%;
        height: 63.3%;
        top: 66.1%;
        left: 58%;
        transform: rotate(8deg);
    }

    .m-list-article:nth-child(2n) .m-list-article__image:after {
        width: 125.2%;
        height: 68.3%;
        top: 67.1%;
        left: -65%;
        z-index: 0;
        transform: rotate(-17deg);
    }

    .m-list-article:nth-child(3) .m-list-article__image:after {
        top: 66.1%;
        left: 56%;
        transform: rotate(12deg);
    }

    .m-list-article__image:after {
        display: none !important;
    }
}

/*!
 List article
 === ================================================*/
.m-list-carousel .owl-carousel img {
    width: auto;
    display: inline;
    max-height: 135px;
}

/*!
 Reward and benefit
 === ================================================*/
.reward-and-benefit h1 {
    font-size: 2.1em;
}

.reward-and-benefit__list li {
    position: relative;
    padding: 0 0 0 4em;
    margin: 2em 0 0;
}

.reward-and-benefit__number {
    position: absolute;
    top: -0.5em;
    left: 0;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    font: 1.8em/1.6em 'SF Fourche Italic', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: #57e532;
    color: #fff;
    text-align: center;
}

/*!
 Right navigation
 === ================================================*/
.m-right-navigation {

}

.m-right-navigation__item {
    margin: 0 0 10px;
}

.m-right-navigation .icon-bar {
    background: #000;
}

.m-right-navigation .navbar-toggler__text {
    color: #000;
}

.m-right-navigation .navbar-collapse ul {
    flex-basis: 100%;
}

/*!
 Calendar
 === ================================================*/
.ptt-calendar-wrapper {
    border-radius: 50%;
    border: 12px solid #0eb1e7;
    background: #fff;
    position: relative;
    height: 80vw;
    max-width: 350px;
    max-height: 350px;
    margin: 0 auto 30px;
}

.ptt-calendar {
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
}

.ptt-calendar .dow {
    font-size: 1.125em;
}

.ptt-calendar .picker-switch {
    font-size: 1.5em;
    font-family: "Cloud-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #0eb1e7;
}

.glyphicon-chevron-left:before {
    content: "<";
}

.glyphicon-chevron-right:before {
    content: ">";
}

@media (min-width: 990px) {
    .ptt-calendar-wrapper {
        max-height: 300px;
    }
}

@media (min-width: 1200px) {
    .ptt-calendar-wrapper {
        max-height: 350px;
    }
}

/*!
 Upcomimg page
 === ================================================*/

@media (min-width: 1200px) {
    .m-list-article-upcoming-activity {
        margin-top: -2em;
    }

}

.m-list-article-upcoming-activity .m-list-article__image:after {
    top: 66.1%;
    left: 70%;
    width: 81.2%;
    height: 68.3%;
}

.m-list-article-upcoming-activity .m-list-article:nth-child(2n) .m-list-article__image:after {
    width: 84.2%;
    height: 71.3%;
    top: 66.1%;
    left: -49%;
}

/*!
 Intro 2 circle
 === ================================================*/
@media (max-width: 768px){
    .o-intro2Circle {
        margin-top: -3rem;
    }
}

/*Image 1*/
.o-intro2Circle__chain {
    position: relative;
}

.o-intro2Circle__chain:after {
    /* background: url(../images/discover-your-career-path/joint2.png) no-repeat center / 100% 70%; */
    background: url(../../../common/images/circle2.png) no-repeat center/cover;
    content: none;
    height: 65%;
    left: 75%;
    position: absolute;
    top: -7%;
    width: 65%;
    z-index: 0;
    transform: rotate(27deg);
}
@media (min-width: 768px){
    .o-intro2Circle__chain:after {
        content: '';
    }
}

/* Image 2 */
.o-intro2Circle__hoist {
    display: none;
    position: relative;
    z-index: 1;
    width: 80%;
    margin: -9em 0 0 16%;
}
@media (min-width: 768px){
    .o-intro2Circle__hoist {
        display: block;
    }
}

/* Text */
.o-intro2Circle__text {
    margin: -9em 0 0;
}

@media (max-width: 1200px) {
    .o-intro2Circle__hoist {
        margin-top: -7em;
    }

    .o-intro2Circle__text {
        margin-top: -8em;
    }
}

@media (max-width: 990px) {
    .o-intro2Circle__text {
        margin-top: 0;
    }
}

/*!
 Chain carousel
 === ================================================*/
.m-chain-carousel {

}

.m-chain-carousel__wrapper {
    padding: 0 0 5px;
    position: relative;
}

.m-chain-carousel__wrapper:before {
    background: url(../images/discover-your-career-path/carousel-chain.png) no-repeat center / 100% 100%;
    content: '';
    width: 40%;
    height: 20%;
    position: absolute;
    top: 21.1%;
    left: 89%;
    z-index: 0;
}

.m-chain-carousel__image {
    position: relative;
    border: 15px solid #0eb1e7;
}

/* even item */
.m-chain-carousel .owl-item:nth-child(even) {
    margin-top: 3.5em;
}

.m-chain-carousel .owl-item:nth-child(even) .m-chain-carousel__wrapper:before {
    background-image: url(../images/discover-your-career-path/carousel-chain-2.png);
    top: 9.1%;
}

.m-chain-carousel .owl-item:last-child .m-chain-carousel__wrapper:before {
    content: none;
}

@media (max-width: 990px) {
    .m-chain-carousel__wrapper:before {
        top: 18.1%;
    }

    .m-chain-carousel .owl-item:nth-child(even) .m-chain-carousel__wrapper:before {
        top: 4.1%;
    }

}

/*!
 Circle gallery
 === ================================================*/
.m-circleGallery {
    padding: 0 45px;
}

.m-circleGallery .owl-prev {
    left: -45px;
}

.m-circleGallery .owl-next {
    right: -45px;
}

.m-circleGallery .owl-item {
    transform: scale(.7);
    transition: transform .2s;

}

.m-circleGallery .center {
    transform: scale(1);

}

.m-circleGallery .center .m-circleGallery__item {
    border-color: #0594c4;
}

.m-circleGallery__item {
    border: 13px solid #0eb1e7;
    display: block;
}

/*!
 Progress content
 === ================================================*/
.m-progress-content {
    position: relative;
}

.m-progress-content:after {
    content: '';
    background: url(../images/discover-your-career-path/chain-progress.png) no-repeat center / 100% 100%;
    width: 21%;
    height: calc(100% - 305px);
    max-height: 417px;
    position: absolute;
    z-index: 0;
    top: 305px;
    left: 5%;

    display: none;
}

.m-progress-content:last-child:after {
    content: none;
}

.m-progress-content__image {
    position: relative;
    z-index: 1;
}

@media (min-width: 568px) {
    .m-progress-content:after {
        display: block;
    }
}

@media (max-width: 1200px) {
    .m-progress-content:after {
        height: calc(100% - 240px);
        top: 240px;
    }
}

@media (max-width: 990px) {
    .m-progress-content:after {
        height: calc(100% - 165px);
        top: 165px;
    }
}

@media (max-width: 768px) {
    .m-progress-content:after {
        height: calc(100% - 105px);
        top: 105px;
    }
}

/**
 *
 * Good to know navigation
 *
 */
.m-goodToKnow-nav {
    color: #0c89ca;
    padding: 9px 45px;
    border-radius: 50px;
    position: relative;
    font: .833em/1.2em "Cloud-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.m-goodToKnow-nav a {
    color: #0c89ca;
    display: block;
}

.m-goodToKnow-nav i {
    background: url(../images/join-our-team/right-nav.png) no-repeat center / 100%;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 10px;
    height: 100%;
    transform: translateY(-50%);
}

.m-goodToKnow-nav:hover a {
    text-decoration: none;
}

.m-goodToKnow-nav.active {
    color: #fff;
    background: #0c89ca;
}

.m-goodToKnow-nav.active a {
    color: #fff;

}

.m-goodToKnow-nav.active i {
    background-image: url(../images/join-our-team/right-nav-active.png);
}

/*!
 Good to know list
 === ================================================*/
.m-goodToKnow-list > li {
    position: relative;
    padding: 0 0 0 2.5em;
}

.m-goodToKnow-list__number {
    position: absolute;
    top: -0.2em;
    left: 0;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    border-radius: 50%;
    background: #0c89ca;
    color: #fff;
    text-align: center;
}

/*!
 Map menu
 === ================================================*/
.m-map-menu a {
    color: #00588a;
    text-transform: uppercase;
    display: block;
    font: 1.5em/1em "Cloud-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.m-map-menu i {
    max-width: 26px;
    font-size: 0;
    display: none;
}

.m-map-menu .active {
    color: #fff;
}

.m-map-menu .active i {
    display: inline-block;
}

.m-address__list img {
    max-height: 25px;
    vertical-align: middle;
}

.m-address__list li + li img {
    max-height: 23px;
}

.a-map-circle {
    border: 1em solid #0eb1e7;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;

}

.a-map-circle > div {
    position: relative;
    border-radius: 50%;
    height: 0;
    padding: 100% 0 0;
    overflow: hidden;
}

.form-button-link {
    padding: 0;
    border: 0;
    background: none;
    margin: 0 10px 0 0;
    cursor: pointer;
    color: #0c89ca;
    text-transform: uppercase;
    font-family: "SF Fourche Italic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.form-button-link img {
    max-width: 17px;
    vertical-align: middle;
}

.form-button-link.-reset {
    color: #47403e;
}

.form-button-link:hover {
    opacity: .8;
}

/*!
 Content with border
 === ================================================*/
.m-contentWithBorder {
    border: 15px solid #0c89ca;
    border-radius: 15px;
    background: #fff;
}

/*!
 Button page control
 === ================================================*/
.m-buttonPage .btn {
    min-width: 150px;
}

/*!
 Search result
 === ================================================*/
.o-searchResult__header .m-site-search {
    max-width: 665px;
}

.o-searchResult__header .m-site-search .form-control {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    height: auto;
}

/*!
 Quiz
 === ================================================*/
.m-quiz {
    background: url(../images/discover-your-career-path/quiz/bg.jpg) no-repeat center / cover;
    padding: 1px;

}

.m-quiz label {
    cursor: pointer;
}

.m-quiz__head {
    background: url(../images/discover-your-career-path/quiz/header.png) no-repeat center / 100% 100%;
    width: 240px;
    height: 147px;
    margin: 40px auto 35px;
    padding: 20px 15px 50px;
    color: #fff;
    font-size: 1.4em;
    display: table;
}

.m-quiz__head > span {
    display: table-cell;
    vertical-align: middle;
}

.m-quiz__head__number {
    text-align: right;
    font-size: 1.4em;
    width: 40px;
    padding: 0 17px 0 0;

}

/* Image */
.m-quiz__image {
    border: 10px solid #00a0eb;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.m-quiz__image img {
    width: 100%;
}

/* modifier */
.m-quiz__head.-result {
    background-image: url(../images/discover-your-career-path/quiz/header-result.png);
    max-width: 514px;
    text-align: center;
}

@media (min-width: 568px) {
    .m-quiz__head {
        width: 430px;
    }

    .m-quiz__head__number {
        width: 80px;
        padding-right: 30px;

    }
}

@media (min-width: 768px) {

    .m-quiz__head {
        font-size: 1em;
    }

    .m-quiz__head__number {

    }
}

@media (min-width: 990px) {
    .m-quiz__head {
        width: 630px;
        font-size: 1.4em;
    }

    .m-quiz__head__number {
        width: 115px;

    }
}


/*
 *
 * Search generally
 *
 */
.m-search {
    position: relative;
    align-self: center;

}

.m-search .form-control {
    background: #fff;
    border: 0;
    width: 100%;
    height: 48px;
    border-radius: 0;
    display: block;

}

.m-search button {
    position: absolute;
    background: none;
    max-width: 18px;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 10px;
    cursor: pointer;
    padding: 0;
    border: 0;

}