.is-hero-banner {
    background-color:#3399FF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 0px;
    position: relative;
    margin-bottom: 25px;

    @include md-screen {
        background-position: right center;
        background-size: auto 100%;
        align-items: center;
        display: flex;
        padding-bottom: 80px;
        padding-top: 45px;
    }

    @include sm-screen {
        background-image: none !important;
    }

    &:before {
        background: linear-gradient(90deg, rgba(0, 47, 135, 1), rgba(0, 47, 135, 1) 40%, rgba(0, 47, 135, 0.2) 90%, rgba(0, 47, 135, 0));
        content: "";
        display: block;
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;

        @include lg-screen {
            background: linear-gradient(90deg, rgba(0, 47, 135, 1), rgba(0, 47, 135, 1) 40%, rgba(0, 47, 135, .7) 70%, rgba(0, 47, 135, .4) 80%, rgba(0, 47, 135, 0));
        }
    }
    &.has-extra-bottom-space{
        @include md-screen {
            background-position: right top;
            background-size: 60% auto;
            padding-bottom: 110px;
        }
    }

    &>div {
        position: relative;
        z-index: 5;
    }

    .is-img {
        display: block;
        margin-bottom: 20px;
        position: relative;

        &:before {
            background: linear-gradient(0deg, rgba(0, 47, 135, 1) 0%, rgba(0, 47, 135, 0.5) 30%, rgba(0, 47, 135, 0) 100%);
            content: "";
            display: block;
            height: 100%;
            left: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 5;
        }

        &:after {
            background: rgba(0, 47, 135, 0.2);
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 3;
        }

        img {
            position: relative;
            width: 100%;
            z-index: 1;
        }
    }

    .title-row {
        position: relative;

        @include sm-screen {
            text-align: center;
        }

        @include md-screen {
            align-items: center;
            justify-content: flex-start;
            display: flex;
        }

        &.has-logo {
            .is-title:not(.is-subtitle) {
                position: relative;

                @include md-screen {
                    margin-bottom: 0;
                }

                &:after {
                    @include md-screen {
                        background: rgba(255, 255, 255, 0.25);
                        content: "";
                        display: block;
                        height: 45px;
                        margin-top: -22px;
                        position: absolute;
                        right: -15px;
                        top: 50%;
                        width: 1px;
                    }
                }
            }
        }
    }

    .is-title:not(.is-subtitle) {
        text-align: center;

        @include md-screen {
            font-size: 31px;
            text-align: left;
        }
    }

    .is-subtitle {
        margin-top: 15px;
        text-align: center;

        @include md-screen {
            font-size: 22px;
            text-align: left;
        }
    }

    .is-logo {
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-width: 1px 0 0;
        display: inline-block;
        flex-shrink: 0;
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: 240px;
        padding-top: 30px;
        padding-right: 30px;
        width: auto;

        @include md-screen {
            border: none;
            margin: auto auto auto 30px;
            max-width: 100%;
            padding: 0;
            width: 200px;
        }
    }

}

.is-hero-banner{
    background-color:#3399FF;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    padding-bottom:60px;
    padding-top:0;
    position:relative
}
@media screen and (min-width:768px){
    .is-hero-banner{
        background-position:100%;
        background-size:auto 100%;
        -ms-flex-align:center;
        align-items:center;
        display:-ms-flexbox;
        display:flex;
        padding-bottom:80px;
        padding-top:45px
    }
}
@media screen and (max-width:767px){
    .is-hero-banner{
        background-image:none!important
    }
}
.is-hero-banner:before{
    background:linear-gradient(90deg,#3399FF,#3399FF 40%,rgba(0,47,135,.2) 90%,rgba(0,47,135,0));
    content:"";
    display:block;
    height:100%;
    left:0;
    pointer-events:none;
    position:absolute;
    top:0;
    width:100%;
    z-index:1
}
@media screen and (min-width:992px){
    .is-hero-banner:before{
        background:linear-gradient(90deg,#3399FF,#3399FF 40%,rgba(0,47,135,.7) 70%,rgba(0,47,135,.4) 80%,rgba(0,47,135,0))
    }
}
@media screen and (min-width:768px){
    .is-hero-banner.has-extra-bottom-space{
        background-position:100% 0;
        background-size:60% auto;
        padding-bottom:20px
    }
}
.is-hero-banner>div{
    position:relative;
    z-index:5
}
.is-hero-banner .is-img:before{
    background:linear-gradient(0deg,#3399FF,rgba(0,47,135,.5) 30%,rgba(0,47,135,0));
    display:block;
    pointer-events:none;
    z-index:5
}
.is-hero-banner .is-img:after{
    background:rgba(0,47,135,.2);
    z-index:3
}
.is-hero-banner .is-img img{
    position:relative;
    width:100%;
    z-index:1
}

.widget-live-video {
    &.type1{
        clear: both; width: 100%;
    }
}

.widget-fixed-video{
    &.type1{
        position: fixed; z-index: 10000; right: 20px; bottom: 20px;
        width: 380px; height: 220px;
        background-color: #fff; padding: 10px;
        box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.2);
        transition: ease 300ms; transform: translate(0, 240px);
        &.show{opacity: 1; transform: translate(0, 0);}
        &.hide{opacity: 1; transform: translate(0, 0);}
        .video{
            position: relative; overflow: hidden;
            width: 100%; background-color: #f6f6f6;
        }
        .liveBtn{
            position: absolute; top: -35px; right: 0;
            height: 35px; background-color: #D80000; padding:0 14px; line-height: 35px;
            font-size: 14px; font-weight: 700; cursor: pointer;
            color: $default-color; text-align: center; color:#fff;
            &:hover{
                color:#D80000; background-color: #fff;
            }
        }
    }
}