@font-face {
    font-family: 'SVN-Housttely Signature';
    src: url('../font/SVN-Housttely Signature.otf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../font/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'SVN-Gilroy Regular';
    src: url('../font/SVN-Gilroy Regular.otf');
}

@font-face {
    font-family: 'SVN-Gilroy SemiBold';
    src: url('../font/SVN-Gilroy SemiBold.otf');
}

@font-face {
    font-family: 'SVN-Bali Script';
    src: url('../font/SVN-Bali Script.ttf');
}

@font-face {
    font-family: 'GoogleSans-Regular', sans-serif;
    src: url('../font/GoogleSans-Regular.otf');
}

html, body {
     background-color: #fff;
     color: #636b6f;
     font-family: 'SVN-Gilroy SemiBold', sans-serif;
     font-weight: 200;
     height: 100vh;
     margin: 0;
 }

body .main-page {
    margin: auto;
    width: 100%;
    height: 100%;
}

.home {
    max-width: 100%;
    margin: auto;
    min-height: calc(100vh - 60px);
    overflow: hidden;
}

.full-page {
    height: 100%;
    position: relative;
    transform: translateZ(0);
    transition: all .9s ease 0s;
}

section.header {
    background: rgba(0, 0, 0, .30) url('../image/header/bg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    background-blend-mode: darken;
    position: relative;
}

.header-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 22px 200px 0;
}

.header-top .header-link {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 19px 0 0 25px;
    text-align: center;
    text-decoration: none;
}

.header-top .header-link:hover {
    font-weight: bold;
    text-decoration: underline;
}

.header-top .header-link:last-child {
    margin-right: 0;
}

.header-top .logo {
    height: 55px;
    width: auto;
    margin: 0 115px 0 130px;
}

.thank-you {
    font-family: 'SVN-Bali Script', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 150px;
    line-height: 120px;
    /* identical to box height, or 83% */


    /* Neutral/White */

    color: #FFFFFF;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header .title img {
    height: 50%;
    width: 50%;
}

.content-header {
    font-family: 'GoogleSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 900px 500px 190px;
}

.introduce {
    background-color: #ffffff;
    position: relative;
}

.title-intro {
    font-family: 'SVN-Bali Script', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 68px;
    line-height: 85px;
    /* or 125% */

    text-align: center;

    /* Neutral/Black */

    color: #232626;
    padding: 40px 615px 20px;
    display: inline-grid;
}

.content-intro {
    font-family: 'GoogleSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */

    text-align: justify;

    /* Neutral/Black */
    display: inline-grid;
    color: #010000;
    padding: 0 270px 20px;
}

.content-intro span {
    margin-bottom: 20px;
}

.image-cover {
    padding: 5px 460px 66px;
}

.road-title {
    background: #80C9C3;
    padding: 36px 350px 42px;
    display: inline-grid;
    width: 100%;
    font-family: 'SVN-Bali Script', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    /* identical to box height, or 139% */

    text-align: center;

    /* Neutral/White */

    color: #FFFFFF;
}

.road-title span:first-child {
    margin-bottom: 15px;
}

.road {
    background: rgba(0, 0, 0, .60) url('../image/road/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    background-blend-mode: darken;
    padding: 75px 800px;
    position: relative;
}

.content-road-left, .content-road-right {
    display: inline-grid;
}

.content-road-right {
    text-align: right;
}

.content-road-left span.year-road, .content-road-right span.year-road {
    font-family: 'SVN-Bali Script', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 70px;
    color: #80C9C3;
}

.content-road-left span.content-road, .content-road-right span.content-road {
    font-family: 'GoogleSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.first-road {
    display: grid;
    grid-template-columns: 0.2fr 0.7fr;
}

.second-road {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    grid-gap: 30px;
}

.third-road {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 44px;
}

.five-road {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
}

.four-road {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 44px;
}

.image-road {
    position: relative;
}

.header .title {
    position: absolute;
    top: 53%;
    right: -1.7%;
    z-index: 2;
}
.thank-you {
    position: absolute;
    top: 64%;
    left: 20%;
    z-index: 1;
}

.first-road {
    position: absolute;
    top: 7%;
}

.second-road {
    position: absolute;
    top: 30%;
    left: 29%;
}

.third-road {
    position: absolute;
    top: 40%;
    right: 24%;
}

.five-road {
    position: absolute;
    top: 82%;
    right: 24%;
}

.four-road {
    position: absolute;
    top: 64%;
    right: 25.5%;
}

.first-road .image-road img {
    position: absolute;
    bottom: 25%;
}

.third-road .image-road img {
    position: absolute;
    top: 44%;
    right: 0;
}

.five-road .image-road img {
    position: absolute;
    top: 25%;
    left: -30%;
}

.second-road .image-road img {
    position: absolute;
    top: 15%;
    left: 3%;
}

.four-road .image-road img {
    position: absolute;
    top: 30%;
    left: 3%;
}

.number-shop {
    background: #F6F6F6;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}
.text-left {
    margin: 200px 120px 220px 300px;
}

.text-left .title-thank-you {
    font-family: 'SVN-Bali Script', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 53px;
    color: #232626;
}

.number-zone {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.number-zone .number-show {
    display: inline-grid;
}

.number-zone .number-show .count-number {
    font-family: 'SVN-Bali Script';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
    /* identical to box height, or 100% */


    /* Primary/Default */

    color: #80C9C3;
}

.number-zone .number-show .text-number {
    font-family: 'GoogleSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #232626;
}

.video-thank {
    padding: 80px 100px 80px 0;
}

.give-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.right-content {
    padding: 170px 100px 200px 100px;
}

.right-content .title-content {
    font-family: 'SVN-Bali Script';
    font-style: normal;
    font-weight: 400;
    font-size: 75px;
    line-height: 80px;
    color: #232626;
    margin-bottom: 20px;
}

.right-content .content-footer {
    font-family: 'SVN-Bali Script';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #232626;
    margin-bottom: 20px;
}

.btn-send-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 70px;
    gap: 10px;
    width: auto;
    height: 60px;
    background: #F6C847;
    border-bottom: 3px solid #D8AA29;
    border-radius: 4px;
    font-family: 'GoogleSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */

    text-align: center;

    /* Neutral/White */

    color: #FFFFFF;
}

.form-control {
    background: #FFFFFF;
    border: 1px solid #80C9C3;
    border-radius: 4px;
    height: 60px;
    font-size: 16px;
}

.footer {
    background: #80C9C3;
    font-family: 'GoogleSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 16px 100px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.footer .social .logo-social {
    margin: 0 5px;
}

.power {
    margin-top: 8px;
    margin-right: 5px;
}
.form-control::placeholder {
    color: #BDBDBD;
}

.btn-send-content:hover {
    color: #FFFFFF;
}

.left-image img {
    width: 100%;
}

.header-main-menu-mobile {
    display: none;
}

/* Fade in top */
.fadeInTop {
    -webkit-animation: fadeInTop 2s both; /* Safari 4+ */
    -moz-animation: fadeInTop 2s both; /* Fx 5+ */
    -o-animation: fadeInTop 2s both; /* Opera 12+ */
    animation: fadeInTop 2s both; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInTop {
    0% {
        opacity: 0;
        -moz-transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInTop {
    0% {
        opacity: 0;
        -o-transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInTop{
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade in right */
.fadeInRight {
    -webkit-animation: fadeInRight 2s both; /* Safari 4+ */
    -moz-animation: fadeInRight 2s both; /* Fx 5+ */
    -o-animation: fadeInRight 2s both; /* Opera 12+ */
    animation: fadeInRight 2s both; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Fade in left */
.fadeInLeft{
    -webkit-animation: fadeInLeft 1.6s both; /* Safari 4+ */
    -moz-animation: fadeInLeft 1.6s both; /* Fx 5+ */
    -o-animation: fadeInLeft 1.6s both; /* Opera 12+ */
    animation: fadeInLeft 1.6s both; /* IE 10+, Fx 29+ */
}

/* Safari 4+ */
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

/* Fx 5+ */
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

/* Opera 12+ */
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

/* IE 10+, Fx 29+ */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.journey {
    background-color: #ffffff;
    padding: 50px 0;
}

/*.journey img {*/
/*    width: 100%;*/
/*}*/

.item-journey {
    position: relative;
}

.journey-2014, .journey-2017 {
    display: flex;
}

.image-journey {
    display: flex;
    z-index: 1;
}

.journey-2014 .image-journey img {
    margin-right: 30px;
}

.information-journey {
    width: 40%;
    background: #F6F6F6;
    margin: 20px 0;
}

.journey-2014 .information-journey .journey-zone {
    position: absolute;
    top: 41%;
    left: 12%;
    z-index: 2;
    align-items: flex-end;
}

.information-journey .journey-zone {
    /* Neutral/White */
    background: #FFFFFF;
    box-shadow: 0 8px 7px rgb(220 220 220 / 25%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 45px;
    gap: 10px;
}

.information-journey .journey-zone .year-journey {
    font-family: 'SVN-Bali Script', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    line-height: 80px;
    /* identical to box height, or 88% */


    /* Primary/Default */

    color: #80C9C3;
}


.information-journey .journey-zone .content-journey {
    font-family: 'GoogleSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
/* identical to box height, or 167% */

    text-align: right;

/* Neutral/Black */

    color: #232626;
}

.journey-2017 {
    margin-top: 30px;
}

.information-journey-2017 {
    width: 80%;
}

.information-journey-2017 .journey-zone {
    width: 515px;
    position: absolute;
    top: 40%;
    left: 48%;
    z-index: 2;
}

.image-journey-2017 {
    position: absolute;
    z-index: 1;
    top: 8%;
    left: 28%;
}

.journey-2020 {
    display: flex;
    margin-top: 30px;
}

.journey-2020 .image-journey img {
    margin-left: 15px;
}

.journey-2020 .information-journey-2020 {
    margin: 40px 0;
}

.journey-2020 .information-journey-2020 .journey-zone {
    width: 400px;
    position: absolute;
    top: 40%;
    left: 20%;
    z-index: 2;
    text-align: right;
    align-items: flex-end;
}

.journey-2022 {
    align-items: center;
    margin: 30px auto 0;
}

.journey-2022 .image-journey:first-child {
    margin-bottom: 20px;
}

.journey-2022 .image-journey img {
    margin-right: 15px;
}

.image-extra {
    height: 679px;
    object-fit: cover;
}

.image-extra-2 {
    height: 407px;
    object-fit: cover;
}

.information-journey-2022 .journey-zone {
    position: absolute;
    top: 54%;
    left: 37%;
    width: 500px;
    z-index: 2;
}

.is_mobile {
    display: none;
}

.image-journey.is_pc {
    margin-bottom: 20px;
}
