@font-face {
    font-family: 'SweetSansPro-Bold';
    font-display: block;
    font-style: normal;
    font-weight: 500;
    src: url('../../font/landingpage/SweetSansPro-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'SweetSansPro-Light';
    font-display: block;
    font-style: normal;
    font-weight: 500;
    src: url('../../font/landingpage/SweetSansPro-Light.otf') format('opentype');
}
@font-face {
    font-family: 'SweetSansPro-Medium';
    font-display: block;
    font-style: normal;
    font-weight: 500;
    src: url('../../font/landingpage/SweetSansPro-Medium.otf') format('opentype');
}

* {
    font-family: SweetSansPro-Medium;
}

img, iframe {
    max-width: 100%;
}

body a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none !important;
}

.btn-style {
    padding: 7px 30px;
    border: 2px solid #ccc;
    transition: 0.2s;
    color: #333;
    text-transform: uppercase;
}

.btn-style:hover {
    background: #e6d5e9;
}

.l-section {
    padding: 30px 0;
}

.banner-full img {
    width: 100%;
}

.sbzon {
    display: none !important;
}

/*===== header =====*/
.l-header {
    /*padding: 5px 0;*/
}

.l-header.l-header-scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
    transition: 0.3s;
}

.l-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    overflow: hidden;
    background: url(/tp/T0006/img/landing/background_header.jpg) no-repeat;
    background-size: 100% 200%;
}

.l-header-top>a {
    flex: 1;
    text-align: center;
    display: flex;
    height: 50px;
    /*justify-content: center;*/
    align-items: center;
}

.l-header-top h1 {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.l-header-top p {
    margin: 0;
}

.l-header-left img {
    max-height: 40px;
}

.l-header-right {
    /*background: url(/tp/T0006/img/landing/background_header.jpg) no-repeat;*/
    /*background-size: cover;*/
    padding-right: 15px;
    justify-content: flex-end;
}


/*===== end header =====*/


/*===== intro =====*/
.intro-wrapper {
    padding: 30px 0;
    text-align: center;
}

.intro-banner {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.intro-btn {
    display: block;
    margin: 40px 0;
}

.intro-btn a, .video-btn a {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

.intro-name {
    font-weight: 600;
}
/*===== end intro =====*/


/*===== video =====*/
.video-btn {
    margin: 15px 0 45px;
    text-align: center;
}
/*===== end video =====*/


/*===== clip =====*/
/*.under-clip2 {*/
    /*display: flex;*/
    /*margin: 50px 0;*/
/*}*/
/*===== end clip =====*/


/*===== footer =====*/
.l-footer {
    padding: 40px 0;
}

.l-footer-content {
    border: 2px solid #ccc;
    padding: 30px 50px;
}

/*===== end footer =====*/

#video-popup {
    padding-top: 9%;
}

#video-popup .modal-dialog, #popupLanding .modal-dialog {
    z-index: 9990;
}

#video-popup .contentModal, #popupLanding .contentModal {
    position: relative;
    padding-bottom: 58.25%; /* 16:9 */
    padding-top: 0;
    height: 0;
}
#video-popup .contentModal iframe, #popupLanding iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video-popup .modal-header, #popupLanding .modal-header {
    min-height: unset;
    padding: 0;
    border: 0;
}

.landing-wrapper button.close {
    background: #000;
    color: #fff;
    position: absolute;
    top: -20px;
    right: -15px;
    z-index: 9;
    font-size: 14px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    opacity: 1;
    border: 2px solid #fff;
}

#popupLanding .modal-dialog .modal-body:not(.contentModal) {
    padding: 0;
}

#popupLanding img, #popupLanding iframe {
    width: 100%;
}

.clip-wrapper {
    /*margin-bottom: 75px;*/
}

.clip-content {
    position: relative;
    width: 100%;
    min-height: 600px;
    margin-bottom: 80px;
}

.clip-content img {
    width: 100%;
}

.clip-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
}

/*====== min 1200px ===========*/
@media (min-width: 1200px) {
    .l-header-right {
        font-size: 18px;
    }
}
/*====== end max 1200px ===========*/


/*====== max 991px ===========*/
@media (max-width: 991px) {
    #video-popup {
        padding-top: 45%;
    }
    .clip-content {
        min-height: unset;
        margin-bottom: 0;
    }
    .video-content img {
        height: auto !important;
    }
}
/*====== end max 991px ===========*/



/*====== max 767px ===========*/
@media (max-width: 767px) {
    .l-header-right {
        padding-right: 10px;
    }

    .l-header-left img {
        max-height: 40px;
    }

    .clip-content {
        min-height: unset;
        margin-bottom: 0;
    }

    .video-open img {
        height: auto !important;
    }

    .intro-text {
        font-size: 12px;
    }

    .intro-text>.container {
        padding: 0 10px;
    }

    .intro-banner>div {
        margin-bottom: 20px;
        padding: 0 10px;
    }


}
/*====== end 767px ===========*/