/*------------------------------------*\
            default.css
\*------------------------------------*/
/*
    * General.....................General use
    * PlayButton
    * Banner
    * Announce
    * Portal Index
    * Why
    * Who-Use
    * Edition-Comparison
    * Awards
    * Testimonial
    * Media Query.................RWD Setting
*/

/*------------------------------------
            $General
------------------------------------*/
.text-sm.title {
    text-align: center;
}

/*--- button ---*/
.banner .default-btn {
    background-color: #e8380d;
    width: 172px;
    height: 60px;
    max-width: 172px;
}

.portal-index .default-btn {
    color: #e8380d;
    border: 2px solid #e8380d;
    background-color: #fff;
    width: 460px;
}

.edition-comparison .default-btn {
    background-color: #4d4d4d;
}

/*--- Grid System ---*/
/*---5 columns layout---*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*------------------------------------
    		$PlayButton
------------------------------------*/

/*------------------------------------
            $Banner
------------------------------------*/
.banner {
    position: relative;

    /*height: 36.46vw;*/
    position: relative;
    max-height: 760px;
    overflow: hidden;
}

.banner-video {
    background-color: #000;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 46.9%;
}

.banner-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-mask {
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-heading {
    width: 100%;
    position: absolute;
    top: 15%;
    left: 0;
}

.banner-heading .text-lg {
    color: #fff;
    font-size: calc( 24px + 1.875vw ); /*60-30*/
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.banner-heading .btn-wrapper {
    text-align: center;
}

.banner-heading .btn-wrapper .default-btn {
    margin-right: calc(3.125vw + 10px); /*70-30*/
}

.banner-heading .btn-wrapper .play-button > div:first-child {
    margin-right: 20px;
}

.banner-heading .btn-wrapper .play-button {
    color: #fff !important;
    font-size: calc( 23.2px + 0.25vw ); /*28-24*/
}

.banner-heading .btn-wrapper .play-button:hover {
    text-decoration: none;
}

.banner-heading .img-wrapper {
    margin-bottom: 20px;
    padding: 0 35%;
}

/*when video cant play on the mobile device*/
.video-bgi {
    background-image: url();
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.video-bgi > iframe {
    display: none;
}

.banner-mask-bright {
    background-color: transparent;
}

/*------------------------------------
            $Announce
------------------------------------*/
.announce .text {
    color: #fff;
    font-size: calc( 18px + 0.25vw ); /*28-24*/
    font-weight: 300;

    /* padding-right: 11.7%;
    /* padding-left: 11.7%;*/
    text-align: center;
}

.announce .default-btn {
    color: #e8380d;
    border: 2px solid #e8380d;
    background-color: transparent;
    width: 460px;
}

/*------------------------------------
            $Portal Index
------------------------------------*/
.portal-index p.title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.portal-index .first-row {
    margin-bottom: 15px;
}

.portal-index .second-row div {
    float: left;
    width: calc(25% - 11.25px);
}

.portal-index .second-row img {
    margin-bottom: 20px;
}

.portal-index .second-row div:first-child,
.portal-index .second-row div:nth-child(2),
.portal-index .second-row div:nth-child(3) {
    margin-right: 15px;
}

/*------------------------------------
                $Why
------------------------------------*/
.why .bg-title {
    background-image: url(../../images/default/why_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 162px; /*162px*/
}

.why .bg-scene {
    background-image: url(../../images/default/banner.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 663px;
}

.why .img-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
}

.message-wrapper {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.message-wrapper .message {
    background-color: #edad24;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 20px;
}

.message-wrapper .message.vast-content {
    min-width: 195px;
    min-height: 70px;
    position: absolute;
    top: 4%;
    left: 9.5%;
}

.message-wrapper .message.freedom-creation {
    position: absolute;
    top: 22%;
    left: 41.5%;
}

.message-wrapper .message.easy-use {
    position: absolute;
    top: 15%;
    right: 3%;
}

.message-wrapper .message .desc {
    display: none;
    text-align: center;
    width: 0;
    height: 0;
}

.message-wrapper .message .text-desc {
    margin: 0;
}

/*--- active ---*/
.message-wrapper .message.active {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.message-wrapper .message.active p.title {
    opacity: 0;
    width: 0;
    height: 0;
}

.message-wrapper .message.vast-content.active {
    left: 5%;
}

.message-wrapper .message.freedom-creation.active {
    left: 36.5%;
}

.message-wrapper .message.easy-use.active {
    right: -7%;
}

.message-wrapper .message.active .desc {
    display: block;
}

.message-wrapper .message.vast-content.active .desc {
    width: 260px;
    height: 80px;
}

.message-wrapper .message.freedom-creation.active .desc {
    width: 280px;
    height: 60px;
}

.message-wrapper .message.easy-use.active .desc {
    width: 340px;
    height: 60px;
}

/*------------------------------------
            $Who-Use
------------------------------------*/
.who-use {
    background-color: #b4b0a7;
}

.who-use .img-title {
    width: 149px;
    height: 83px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.who-use .user {
    text-align: center;
    margin: 30px 0;
}

.who-use .user .title,
.who-use .user .desc {
    color: #fff;
}

.who-use .user .desc-link {
    padding-top: calc( 13px + 0.625vw ); /*25px*/
}

.who-use .user .desc-link a {
    width: 100%;
}

.who-use .user .desc-link a:hover {
    text-decoration: none;
}

.who-use .user .rl-btn-border {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    width: 100%;
    max-width: 215px;
}

.who-use .user .rl-btn-border:hover,
.who-use .user .rl-btn-border:active,
.who-use .user .rl-btn-border:active:focus {
    background-color: #fff !important;
    border: 2px solid #fff;
    color: gray !important;
}

.who-use .img-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
    max-height: 150px;
}

.who-use .pyramid {
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: 160%;
}

.who-use .pyramid img {
    margin: 0 auto;
    width: 80%;
}

/*------------------------------------
        $Edition-Comparison
------------------------------------*/
.edition-comparison .pyramid {
    pointer-events: none;
    position: absolute;
    left: 12%;
    bottom: 70%;
}

.edition-comparison .pyramid img {
    width: 80%;
}

.version-table {
    border: 2px solid #cdcdcd;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.version-table a, .version-table a:hover {
    color: #4d4d4d;
}

.version-table .version {
    border-radius: 8px;
    background-color: #ed9899;
    color: #fff;

    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 2.25rem;
    font-weight: bold;
    padding: 30px;
}

.version-table ul {
    margin: 130px 0 40px 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
    list-style: none;
}

.version-table ul li {
    font-weight: 300;
    line-height: 2;
}

.version-table .version .price {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 2.7rem;
    color: white;
    background: #ed9899;
    border: 7px solid #fff;
    height: 150px;
    width: 150px;
    padding-top: 40px;
    margin: 10px auto -150px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.version-table:hover {
    /*box-shadow: 3px 3px 10px #dddddd;*/
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.version-table:hover .version,
.version-table:hover .version .price {
    background-color: #df7072;
}

/*------------------------------------
            $Awards
------------------------------------*/
.awards {
    background-image: url(../../images/default/bottom_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40.26041vw;
}

.awards .row {
    margin-top: 8.33333vw;
}

.awards .title {
    color: #fff;
}

/*------------------------------------
        	$Showcase
------------------------------------*/
.rl-showcase {
    background-color: #fff;
    margin: 0 auto;
    padding: 5px 30px;
}

.rl-showcase .rl-text-desc {
    font-size: 15px;
}

.rl-showcase .rl-showcase-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
}

.rl-showcase .rl-showcase-subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.rl-showcase .rl-showcase-logo-popup {
    display: none;
}

/*--- slick overwrite ---*/
.rl-carousel img {
    width: 100%;
}

.rl-carousel .slick-slide {
    outline: none;
    border: 1px solid #353535;
    margin: 50px 0;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 0.4s ease;
}

.rl-carousel .slick-center {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.rl-carousel .slick-slide .rl-showcase-logo {
    display: none;
}

.rl-carousel .slick-center .rl-showcase-logo {
    display: block;
}

.rl-carousel .slick-center p {
    width: 100%;
}

/*--- magnificPopup overwrite ---*/
.showcase-mfp-img-mobile .mfp-iframe-holder .mfp-content {
    vertical-align: top;
    max-width: 1250px;
}

.showcase-mfp-img-mobile .mfp-iframe-scaler {
    overflow: visible;
}

.showcase-mfp-img-mobile .mfp-title {
    padding-right: 0;
}

.showcase-mfp-img-mobile .mfp-title .rl-showcase {
    background-color: #282828;
}

.showcase-mfp-img-mobile .mfp-title .rl-showcase .rl-showcase-logo-notpopup {
    display: none;
}

.showcase-mfp-img-mobile .mfp-title .rl-showcase .rl-showcase-logo-popup {
    display: block;
}

.showcase-mfp-img-mobile .mfp-arrow-left {
    background: url(../../images/default/Arrow-left.png) no-Repeat top left !important;
    width: 54px;
    height: 102px;
    left: 20px;
}

.showcase-mfp-img-mobile .mfp-arrow-right {
    background: url(../../images/default/Arrow-right.png) no-Repeat top left !important;
    width: 54px;
    height: 102px;
    right: 20px;
}

.showcase-mfp-img-mobile .mfp-arrow-left::before,
.showcase-mfp-img-mobile .mfp-arrow-right::before,
.showcase-mfp-img-mobile .mfp-arrow-left::after,
.showcase-mfp-img-mobile .mfp-arrow-right::after {
    display: none;
}

.rl-carousel .slick-dots {
    z-index: 3;
    bottom: -10px;
}

/*------------------------------------$Play button------------------------------------ */

.rl-rel {
    position: relative;
    display: block;
}

.rl-play-wrapper-showcase {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(55px + 2.5vw);
    height: calc(55px + 2.5vw);
    border-radius: 50%;
    margin: calc( (( 55px + 2.5vw) / 2) * (-1)) 0 0 calc( (( 55px + 2.5vw) / 2) * (-1));
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.rl-rel:hover .rl-play-wrapper-showcase {
    background: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

/*--- Layout ---*/

.rl-spotlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.rl-spotlight-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rl-spotlight-body-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.rl-spotlight-body-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.rl-spotlight-body-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.rl-spotlight-media-center {
    text-align: center;
}

.rl-spotlight-media-left {
    text-align: left;
}

.rl-spotlight-media-right {
    text-align: right;
}

.rl-spotlight-body-gap150 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(8.125vw + -6px);
    flex: 0 0 calc(8.125vw + -6px);

    /*1920:150, 320:20*/
    min-height: 1px;
}

.rl-spotlight-body-gap120 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(6.25vw + 0px);
    flex: 0 0 calc(6.25vw + 0px);

    /*1920:120, 320:20*/
    min-height: 1px;
}

.rl-spotlight-body-gap100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(5vw + 4px);
    flex: 0 0 calc(5vw + 4px);

    /*1920:100, 320:20*/
    min-height: 1px;
}

.rl-spotlight-body-gap75 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(3.4375000000000004vw + 9px);
    flex: 0 0 calc(3.4375000000000004vw + 9px);

    /*1920:75, 320:20*/
    min-height: 1px;
}

.rl-spotlight-body-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 1px;
}

.rl-spotlight-body-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-height: 1px;
}

.rl-spotlight-body-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    min-height: 1px;
}

.rl-spotlight-body-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    min-height: 1px;
}

.rl-spotlight-body-5 {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    min-height: 1px;
}

.rl-spotlight-body-6 {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    min-height: 1px;
}

.rl-spotlight-body-7 {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
    min-height: 1px;
}

.rl-spotlight-body-8 {
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8;
    min-height: 1px;
}

.rl-spotlight-body-9 {
    -webkit-box-flex: 9;
    -ms-flex: 9;
    flex: 9;
    min-height: 1px;
}

/*------------------------------------
            $Testimonial
------------------------------------*/
.testimonial {
    background-color: #4d4433;
}

.testimonial .title {
    color: #fff;
}

.testimonial .user-desc, .testimonial .user-name {
    color: #fff;
}

.testimonial .user-desc {
    margin-bottom: 40px;
}

.testimonial .user-name {
    text-align: right;
}

.testimonial .rl-media-center-lg {
    margin: 0 auto;
}

.testimonial .img-authors {
    margin-bottom: 30px;
}

/*.testimonial .bg-footer{
    background-image: url(../../images/default/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 135px; 
}*/
#owl-box-testimonial .owl-controls .owl-page span {
    background: #fff;
}

/*------------------------------------
            $Media Query
------------------------------------*/
@media screen and (max-width: 1280px) {
    /*------------------------------------
                    $Why
    ------------------------------------*/
    .message-wrapper .message.vast-content.active {
        left: 5%;
    }

    .message-wrapper .message.easy-use.active {
        right: 2%;
    }

    /*------------------------------------
                $Awards
    ------------------------------------*/
    .awards {
        height: 550px;
    }
}

@media screen and (max-width: 1200px) {
    .edition-comparison .pyramid {
        left: 5%;
        bottom: 40%;
    }
}

@media screen and (max-width: 991px) {
    /*------------------------------------
                $Banner
    ------------------------------------*/
    .banner-heading {
        top: 5%;
    }

    /*------------------------------------
                $Awards
    ------------------------------------*/
    .awards {
        height: calc(55.499495vw);
        min-height: 550px;
    }

    .rl-carousel .slick-slide {
        margin: 0;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (max-width: 767px) {
    /*------------------------------------
                $General
    ------------------------------------*/
    /*--- button ---*/
    .announce .default-btn,
    .portal-index .default-btn,
    .edition-comparison .default-btn {
        width: 78%;
        min-width: 230px;
    }

    /*------------------------------------
                $PlayButton
    ------------------------------------*/
    /*----- play video icon ------*/
    .rl-play-wrapper {
        width: 50px;
        height: 50px;
    }

    .rl-play {
        border-width: 10px 0 10px 15px;
    }

    /*------------------------------------
                $Announce
    ------------------------------------*/
    .announce .text {
        padding-right: 0;
        padding-left: 0;
    }

    /*------------------------------------
                $Portal Index
    ------------------------------------*/
    .portal-index .second-row div {
        width: calc(50% - 11.25px);
    }

    .portal-index .second-row div:first-child,
    .portal-index .second-row div:nth-child(3) {
        margin-right: 15px;
    }

    .portal-index .second-row div:nth-child(2) {
        margin-right: 0;
    }

    .portal-index .second-row div:first-child,
    .portal-index .second-row div:nth-child(2) {
        margin-bottom: 15px;
    }

    /*------------------------------------
            $Edition-Comparison
    ------------------------------------*/
    .version-table {
        width: 100%;
        display: block;
    }

    /*------------------------------------
                $Awards
    ------------------------------------*/
    .awards .row {
        margin-top: 18vw;
    }
}

@media screen and (max-width: 500px) {
    /*------------------------------------
                $General
    ------------------------------------*/
    .banner .default-btn {
        height: 50px;
        max-width: 120px;
    }

    /*------------------------------------
                $Banner
    ------------------------------------*/
    .banner-heading .text-lg {
        margin-bottom: 10px;
    }

    .banner-heading .btn-wrapper .play-button > div:first-child {
        display: none;
    }

    /*------------------------------------
                $Portal Index
    ------------------------------------*/
    .portal-index .second-row div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    /*------------------------------------
                    $Why
    ------------------------------------*/
    .why .mobile .mobile-img-wrapper,
    .why .mobile .mobile-text-wrapper {
        width: 100%;
    }
}
