/* BANNER */
.section-banner {
    overflow: hidden;
    position: relative;
}

.banner-vdo video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}

.section-banner .image > img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 1;
    transition: opacity 10s ease-in;
    -moz-transition: opacity 10s ease-in;
    -webkit-transition: opacity 10s ease-in;
    -o-transition: opacity 10s ease-in;
}

.section-banner .swiper-slide-active img {
    -webkit-animation: zoomin 10s;
    animation: zoomin 10s;
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }


}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }

}

.section-banner-inner {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: calc(100% - 155px);
}

.section-banner-inner p.des {
    margin-top: 20px;
    margin-bottom: 35px;
}

.section-banner-inner .btn {
    min-width: 185px;
    margin-right: 20px;
}

/* inspiration */

.section-inspiration {
    background: url(../../home/img/bg/bg-home.jpg) #fff right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}


.inspiration-inner:before {
    content: '';
    width: 100%;
    max-width: 1100px;
    height: 645px;
    background-color: #fff;
    box-shadow: 7px 18px 38px rgba(99, 98, 98, 0.1);
    top: -40px;
    left: 0;
    position: absolute;
}


.inspiration-inner {
    width: 100%;
    padding: 0 30px 200px;
    /*
    margin-bottom: 160px;
    background-color: #ffffff;
*/
    position: relative;
    z-index: 1;
}

.list-inspiration {
    width: 100%;
    max-width: 1020px;
    margin: 40px auto 0;
}

.list-inner {
    margin-bottom: 20px;
}

.list-inner p.desc {
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px;
    margin: 20px 0 40px;
}


.list-inner .image {
    position: relative;
    overflow: hidden;
}

.list-inner .image img {
    transition: all 2s linear;
    transform: scale(1);
}

.list-inner .image-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px;
    padding: 20px;
    background: rgba(51, 51, 51, .4);
    color: #fff;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.list-inner:hover .image img {
    transform: scale(1.2);
}

.list-inner:hover .image-hover {
    opacity: 1;
}

.update-inner {
    margin-top: 60px;
    box-shadow: 7px 18px 38px rgba(99, 98, 98, 0.17);
    background-color: #ffffff;
}

.update-inner .image.logo-awards img {
    max-width: 220px;
    margin: 0 auto;
}

.update-content {
    padding: 30px 20px;
}

.update-content .desc {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 20px;
}

/* location */

.section-location {
    height: 396px;
    position: relative;
}

.section-location-inner {
    background: url(../../home/img/bg/bg-location-inner.jpg) right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 339px;
    width: calc(100% - 40px);
    position: absolute;
    top: -160px;
    z-index: 2;
}

.section-location-shape {
    content: '';
    background: url(../../home/img/bg/shape-location.png) right;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -100px;
    width: 100%;
    height: 300px;
}

.section-location-inner .row,
.location-inner {
    height: 100%;
}

.location-inner {
    padding: 40px 12%;
}

.location-inner p.desc {
    margin-top: 20px;
}

.location-inner .icon i {
    font-size: 55px;
    color: #171c8e;
}

.location-inner .link-a {
    margin-top: 30px;
    display: inline-block;
}

.ParallaxVideo video {
    position: fixed;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    z-index: 0;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* update */

.section-update {
    background: url(../../home/img/bg/bg-update.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
}


.list-update .list-update-image,
.list-update .list-update-desc {
    display: inline-block;
    vertical-align: middle;
}

.list-update {
    margin-bottom: 40px;
}

.list-update .list-update-image {
    width: 64px;
    margin-right: 20px;
}

.list-update .list-update-desc {
    width: calc(100% - 90px);
    vertical-align: middle;
    min-height: 80px;
}

.list-update .list-update-desc p {
    color: #868a8d;
    margin-top: 6px;
}

.list-update-desc .heading-h6 {
    font-size: 16px;
}

/* News */

.section-news {
    background-color: #fafafa;
    overflow: hidden;
}

.sc-Newsdetail,
.sc-Article {
    display: inline-block;
    vertical-align: top;
}

.sc-Newsdetail {
    background-color: #fafafa;
    position: relative;
    z-index: 11111;
    width: 300px;
    height: 370px;
}

.sc-Newsdetail .link-a {
    margin-top: 40px;
}

.sc-Article {
    position: absolute;
    width: 100%;
    margin: -20px auto 0;
    overflow: hidden;
}

.sc-Article .swiper-container {
    margin: 0;
    overflow: visible;
    z-index: inherit;
}

.sc-Article .swiper-slide {
    padding: 20px 10px;
}

.sc-Article:after {
    content: "";
    display: block;
    width: 130px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none;
    right: -1px;
    background: -moz-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.8) 60%, rgba(250, 250, 250, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.8) 60%, rgba(250, 250, 250, 1) 100%);
    background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.8) 60%, rgba(250, 250, 250, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}



/* Discover */
.section-discover {
    background: url(../../home/img/img-discover.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-discover .heading-h3 {
    margin: 30px 0 40px;
}

.button-swiper-article {
    position: absolute;
    width: 100%;
    max-width: 700px;
    bottom: 45%;
    left: 270px;
    z-index: 11111;
    height: 40px;
}

#popup-more.modal-detail {
    max-width: 1140px;
    height: auto;
    padding: 60px 40px 30px;
}

#popup-more.modal-detail .section-heading {
    margin-bottom: 40px;
}

#popup-more.modal-detail .section-heading .heading-h2 {
    margin-bottom: 0;
}




@media (min-width:1140px) {
    .sc-Article {
        max-width: 1000px;
    }

    .sc-Article .swiper-container {
        max-width: 800px;
    }

    .button-swiper-article {
        max-width: 900px;
    }
}

@media (max-width:1199px) {
    .sc-Article {
        max-width: 800px;
    }

    .sc-Article .swiper-container {
        max-width: 600px;
    }
}

@media (max-width:1023px) {
    .sc-Article .swiper-container {
        max-width: 400px;
    }

    .button-swiper-article {
        max-width: 500px;
    }
}

@media (max-width:991px) {
    .swiper-slide.swiper-slide-active .swiper-slide-inner {
        box-shadow: 0px 5px 15px rgba(23, 28, 143, 0.1);
        background-color: #ffffff;
    }

    .update-content {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

}

@media (max-width:767px) {
    .section-update {
        padding: 20px 0;
    }

    .section-update-inner {
        margin: 40px 0;
    }

    .section-update .section-inner {
        padding-left: 30px;
    }

    .section-update .section-inner .link-a {
        margin-left: -30px;
    }

    .sc-Newsdetail {
        height: auto;
    }

    .sc-Article {
        width: calc(100% + 20px);
        position: relative;
        margin: -10px 0 20px -10px;
    }


    .sc-Article .swiper-container {
        max-width: 300px;
    }

    .sc-Article:after {
        width: 60px;
    }


    .button-swiper-article {
        width: 115px;
        bottom: -10px;
    }

    .list-inner .heading-h5 {
        margin-bottom: 15px;
    }

    .list-inner {
        margin-top: 20px;
    }

    .section-location-inner {
        height: auto;
    }

    .location-inner p.desc {
        margin-bottom: 20px;
    }

    .location-inner.location-list {
        padding: 10px 20px 20px;
    }

    .location-inner {
        padding: 40px 20px;
    }

    .location-inner .link-a {
        margin-top: 10px;
    }

    .panel-footer .sc-language {
        margin-left: 0;
    }


    .swiper-slide-inner {
        padding: 30px 20px;
    }

    .link-social,
    .copyright,
    .menu-footer {
        text-align: center;
    }

    .link-social a,
    .menu-footer a {
        margin: 0 10px;
    }

    .txt-percent {
        font-size: 90px;
        top: 18px;
    }

    .section-location-shape {
        background: url(../../home/img/bg/shape-location-m.png);
        background-repeat: no-repeat;
        height: 400px;
        top: -40px;
    }

    .section-location-inner {
        background: url(../../home/img/bg/bg-location-inner-m.jpg) center right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .inspiration-inner {
        padding: 0 15px 40px;
    }

    .inspiration-inner:before {
        top: -20px;
    }

    .section-discover {
        background: url(../../home/img/img-discover-m.jpg);
        background-attachment: initial;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }



    #popup-more.modal-detail {
        padding: 40px 10px 10px;
    }
}


@media (max-width:320px) {
    .sc-Article .swiper-container {
        max-width: 250px;
    }

    .counter {
        display: block;
    }

    .section-banner-inner p.des {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .inspiration-inner:before {
        top: -25px;
    }

    .des {
        font-size: 14px;
    }
}
