﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html,
body {
    font-family: Verdana, Arial, "Noto Sans TC", Arial, "Microsoft JhengHei", "微軟正黑體", sans-serif
}

html {
    font-size: 100%
}

body {
    font-size: 1rem;
    color: #555;
    background: #ecf0f1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial
}

a {
    color: #00B5e2
}


@media (min-width: 1200px){
    .careers_side_bar {
    width: 22%;
    }
}

@media (min-width: 1200px){
    .careers_position_area {
    width: 78%;
    }
}

a:hover {
    text-decoration: none
}

.container {
    width: 100%;
    max-width: 1440px
}

.whitepaper_container{
    max-width: 1650px
}

.mg0 {
    margin: 0
}

.pb100 {
    padding-bottom: 100px
}

.mobileShow {
    display: none
}

.blueTT {
    font-size: 4rem;
    color: #00B5e2
}

.whiteF {
    color: #fff
}

.whiteP {
    font-family: Verdana;
    color: #fff;
    font-size: .938rem;
    line-height: 1.63
}

.relative {
    position: relative
}

nav.navbar {
    height: 65px
}

nav.darkHeader {
    background: #000047;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.navbar-right {
    margin-top: 10px
}

.footerLogo {
    margin-bottom: 30px;
    width: 220px
}

footer {
    padding: 35px 0;
    background: #222;
    color: #fff
}

footer .footerBlock {
    height: 100px;
    display: block
}

footer h3 {
    font-size: 2.25rem;
    margin: 0
}

footer span {
    font-size: 1.313rem;
    display: block
}

footer input {
    height: 50px;
    width: 100%;
    color: #000;
    padding: 0 5px
}

footer textarea {
    width: 100%;
    height: 130px;
    padding: 0 5px
}

footer .cpName {
    font-weight: 600;
    font-size: 1rem
}

footer .cpInfo {
    font-size: .875rem;
    line-height: 26px;
    letter-spacing: 1.4px;
    font-weight: 300;
    margin-bottom: 10px
}

footer .copyRight {
    font-size: .75rem;
    line-height: 1.2rem
}

footer .footerMap {
    list-style-type: none
}

footer .footerMap li {
    margin-bottom: 20px
}

footer .footerMap li a {
    font-size: 1.125rem;
    color: #fff
}

footer .footerMap li a:hover {
    color: #00B5e2
}

.skew_btn {
    border: 1px solid #00B5e2;
    width: 175px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transform: skewX(160deg);
    -moz-transform: skewX(160deg);
    -ms-transform: skewX(160deg);
    -o-transform: skewX(160deg);
    transform: skewX(160deg);
    display: inline-block
}

.skew_btn a {
    color: #00B5e2;
    display: inline-block;
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg)
    
}

.skew_btn:hover {
    background: #00B5e2
}

.skew_btn:hover a {
    color: #fff
}

.contactUs_btn {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    margin: 30px 0px 0px;
    cursor: pointer
}

.contactUs_btn:hover {
    transition: background-color 0.5s;
    background: #00B5e2
}

.mail_btn {
    width: 100%;
    height: 50px;
    background-color: #00B5e2;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    display: block;
    border: none;
    outline: none
}

.mail_btn:hover {
    text-decoration: none;
    background-color: #00C9FF
}

.mail_btn.sendAgain {
    height: 40px;
    font-size: 1.25rem;
    line-height: 2.6rem;
    cursor: pointer
}

.mail_btn.sendAgain:hover {
    text-shadow: none;
    color: #fff
}

@-moz-keyframes spin {
    50% {
        -moz-transform: rotate(180deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes spinr {
    50% {
        -moz-transform: rotate(-180deg)
    }
    100% {
        -moz-transform: rotate(-360deg)
    }
}

@-webkit-keyframes spinr {
    50% {
        -webkit-transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes spinr {
    50% {
        transform: rotate(-180deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}

@-moz-keyframes fadeOut {
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut {
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    100% {
        opacity: 0
    }
}

@-moz-keyframes zoomIn {
    100% {
        transform: scale(1.1)
    }
}

@-webkit-keyframes zoomIn {
    100% {
        transform: scale(1.1)
    }
}

@keyframes zoomIn {
    100% {
        transform: scale(1.1)
    }
}

@keyframes arrows {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        transform: translate(10px, 0)
    }
}

.jcarousel-wrapper {
    position: relative;
    padding: 0 20px
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.jcarousel li {
    width: 200px;
    float: left;
    margin-right: 40px;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jcarousel li:last-child {
    margin-right: 0
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 80px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7
}

.jcarousel-control-prev {
    left: 15px
}

.jcarousel-control-next {
    right: 15px
}

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7
}

.space_wrap {
    position: absolute;
    top: -325px;
    left: 40px
}

.space {
    position: relative;
    height: 1000px;
    width: 100%;
    display: block
}

.space.space_white {
    height: 450px
}

.space.space_white .satelliteBox .bg {
    background: rgba(24, 24, 37, .7)
}

.satelliteBox {
    display: block;
    position: relative;
    background-size: contain
}

.satelliteBox:hover .rol1,
.satelliteBox:hover .rol2,
.satelliteBox:hover .rol3,
.satelliteBox:hover .name {
    -webkit-animation: zoomIn .11s linear 1 forwards;
    -moz-animation: zoomIn .11s linear 1 forwards;
    animation: zoomIn .11s linear 1 forwards
}

.satelliteBox .rol {
    position: absolute
}

.satelliteBox .rol0 {
    background: url(../images/light_all.png) no-repeat center;
    background-size: contain;
    z-index: 1;
    opacity: .3;
    -webkit-animation: spinr 120s linear infinite;
    -moz-animation: spinr 120s linear infinite;
    animation: spinr 120s linear infinite
}

.satelliteBox .rol1 {
    background: url(../images/light_StreamIP_01.png);
    background-size: contain;
    z-index: 2;
    -webkit-animation: spin 30s linear infinite;
    -moz-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite
}

.satelliteBox .rol2 {
    background: url(../images/light_StreamIP_02.png);
    background-size: contain;
    z-index: 3;
    -webkit-animation: spinr 60s linear infinite;
    -moz-animation: spinr 60s linear infinite;
    animation: spinr 60s linear infinite
}

.satelliteBox .rol3 {
    background: url(../images/light_StreamIP_03.png);
    background-size: contain;
    z-index: 4;
    -webkit-animation: spin 90s linear infinite;
    -moz-animation: spin 90s linear infinite;
    animation: spin 90s linear infinite
}

.satelliteBox .name {
    background: url(../images/vStream.png) no-repeat;
    background-size: contain;
    z-index: 5;
    width: 192px;
    height: 269px;
    top: 221px;
    left: 274px
}

.satelliteBox .bg {
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    border-radius: 261px
}

.rollBox {
    position: absolute
}

.rollBox.streamIP {
    top: -70px;
    left: 35px
}

.rollBox.streamIP .satelliteBox {
    width: 420px;
    height: 420px
}

.rollBox.streamIP .satelliteBox .rol {
    width: 225px;
    height: 225px;
    top: 97px;
    left: 97px;
    opacity: .6
}

.rollBox.streamIP .satelliteBox .rol0 {
    width: 420px;
    height: 420px;
    background-size: 120%;
    top: 0;
    left: 0
}

.rollBox.streamIP .satelliteBox .name {
    background: url(../images/StreamIP.png) no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    top: 160px;
    left: 160px;
    opacity: 1
}

.rollBox.VStream {
    top: 55px;
    left: 170px
}

.rollBox.VStream .satelliteBox {
    width: 700px;
    height: 700px
}

.rollBox.VStream .satelliteBox .rol {
    width: 420px;
    height: 420px;
    top: 140px;
    left: 140px;
    opacity: .8
}

.rollBox.VStream .satelliteBox .rol0 {
    width: 700px;
    height: 700px;
    background-size: 120%;
    opacity: .3;
    top: 0;
    left: 0
}

.rollBox.VStream .satelliteBox .rol1 {
    background: url(../images/light_vStream_01.png);
    background-size: contain
}

.rollBox.VStream .satelliteBox .rol2 {
    background: url(../images/light_vStream_02.png);
    background-size: contain
}

.rollBox.VStream .satelliteBox .rol3 {
    background: url(../images/light_vStream_03.png);
    background-size: contain
}

.rollBox.VStream .satelliteBox .name {
    background: url(../images/vStream.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 265px;
    top: 225px;
    left: 280px;
    opacity: 1
}

.rollBox.xEncoder {
    top: 260px;
    left: 0
}

.rollBox.xEncoder .satelliteBox {
    width: 300px;
    height: 300px
}

.rollBox.xEncoder .satelliteBox .rol {
    width: 225px;
    height: 225px;
    top: 37px;
    left: 37px;
    opacity: .5
}

.rollBox.xEncoder .satelliteBox .rol0 {
    width: 300px;
    height: 300px;
    background-size: 120%;
    top: 0;
    left: 0
}

.rollBox.xEncoder .satelliteBox .name {
    background: url(../images/xEncoder.png) no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    top: 100px;
    left: 100px;
    opacity: 1
}

.rollBox.CPAS {
    top: -73px;
    left: -75px
}

.rollBox.CPAS .satelliteBox {
    width: 420px;
    height: 420px
}

.rollBox.CPAS .satelliteBox .rol {
    width: 225px;
    height: 225px;
    top: 97px;
    left: 97px;
    opacity: .6
}

.rollBox.CPAS .satelliteBox .rol0 {
    width: 420px;
    height: 420px;
    background-size: 120%;
    top: 0;
    left: 0
}

.rollBox.CPAS .satelliteBox .rol1 {
    background: url(../images/light_vStream_01.png);
    background-size: contain
}

.rollBox.CPAS .satelliteBox .rol2 {
    background: url(../images/light_vStream_02.png);
    background-size: contain
}

.rollBox.CPAS .satelliteBox .rol3 {
    background: url(../images/light_vStream_03.png);
    background-size: contain
}

.rollBox.CPAS .satelliteBox .name {
    background: url(../images/CPAS.png) no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    top: 141px;
    left: 141px;
    opacity: 1
}

.rollBox.CPAS .satelliteBox .bg {
    opacity: 1;
    width: 190px;
    height: 190px;
    top: 114px;
    left: 114px
}

.rollBox.pAnde {
    top: 112px;
    left: 215px;
    z-index: 10
}

.rollBox.pAnde .satelliteBox {
    width: 300px;
    height: 300px
}

.rollBox.pAnde .satelliteBox .rol {
    width: 225px;
    height: 225px;
    top: 37px;
    left: 37px;
    opacity: .5
}

.rollBox.pAnde .satelliteBox .rol0 {
    width: 300px;
    height: 300px;
    background-size: 120%;
    top: 0;
    left: 0
}

.rollBox.pAnde .satelliteBox .rol1 {
    background: url(../images/light_vStream_01.png);
    background-size: contain
}

.rollBox.pAnde .satelliteBox .rol2 {
    background: url(../images/light_vStream_02.png);
    background-size: contain
}

.rollBox.pAnde .satelliteBox .rol3 {
    background: url(../images/light_vStream_03.png);
    background-size: contain
}

.rollBox.pAnde .satelliteBox .name {
    background: url(../images/pAnde.png) no-repeat;
    background-size: contain;
    width: 125px;
    height: 125px;
    top: 105px;
    left: 87px;
    opacity: 1
}

.rollBox.pAnde .satelliteBox .bg {
    opacity: 1;
    width: 190px;
    height: 190px;
    top: 55px;
    left: 55px
}

.rollBox.Live_Switch_Center {
    top: -74px;
    left: 405px
}

.rollBox.Live_Switch_Center .satelliteBox {
    width: 420px;
    height: 420px
}

.rollBox.Live_Switch_Center .satelliteBox .rol {
    width: 250px;
    height: 250px;
    top: 85px;
    left: 85px;
    opacity: .6
}

.rollBox.Live_Switch_Center .satelliteBox .rol0 {
    width: 420px;
    height: 420px;
    background-size: 120%;
    top: 0;
    left: 0
}

.rollBox.Live_Switch_Center .satelliteBox .name {
    background: url(../images/LiveSwitchCenter.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 100px;
    top: 158px;
    left: 137px;
    opacity: 1
}

.rollBox.Live_Switch_Center .satelliteBox .bg {
    opacity: 1;
    width: 205px;
    height: 205px;
    top: 107px;
    left: 107px
}

.rollBox.Playout {
    top: 201px;
    left: 658px
}

.rollBox.Playout .satelliteBox {
    width: 230px;
    height: 230px
}

.rollBox.Playout .satelliteBox .rol {
    width: 130px;
    height: 130px;
    top: 53.5px;
    left: 53.5px;
    opacity: .6
}

.rollBox.Playout .satelliteBox .rol0 {
    width: 230px;
    height: 230px;
    background-size: 120%;
    top: 0;
    left: 0
}

.rollBox.Playout .satelliteBox .name {
    background: url(../images/Playout.png) no-repeat;
    background-size: contain;
    width: 81px;
    height: 70px;
    top: 89px;
    left: 89px;
    opacity: 1
}

.rollBox.Playout .satelliteBox .bg {
    opacity: 1;
    width: 120px;
    height: 120px;
    top: 57.5px;
    left: 57.5px
}

.space_white {
    position: relative;
    height: 450px;
    width: 100%;
    display: block
}

body {
    background: #000047
}

#mask {
    background: rgba(0, 0, 0, .4);
    position: fixed;
    height: 1200px;
    z-index: 99779;
    width: 100%;
    padding-top: 8%
}

#mask .mailbg {
    background: url(../images/envelope.png) no-repeat;
    width: 700px;
    height: 700px;
    position: absolute;
    background-size: 100%;
    margin-top: 25px;
    z-index: -1;
    top: -65px;
    left: -90px
}

#mask .mail_wrap {
    width: 525px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 25px 20px
}

#mask .mail_wrap .eAnimateBox {
    min-height: 385px
}

#mask .mail_wrap h3 {
    font-size: 2rem;
    margin: 0 0 0 0;
    color: #000047;
    font-weight: 700;
    letter-spacing: 2.3px
}

#mask .mail_wrap span {
    font-size: 1rem;
    color: #222;
    display: block
}

#mask .mail_wrap input {
    height: 35px;
    width: 100%;
    color: #000;
    padding: 0 5px
}

#mask .mail_wrap textarea {
    width: 100%;
    height: 130px;
    padding: 0 5px
}

#mask .mail_wrap .row span {
    margin-top: 15px
}

#mask .mail_wrap .row span.errorlog {
    display: none
}

#mask .mail_wrap .mail_btn {
    margin-top: 15px
}

#mask .mail_wrap .mailSendedBox {
    display: none
}

.navbar-nav>li>a {
    color: #fff
}

.nav>li>a:focus,
.nav>li>a:hover {
    color: #00B5e2;
    background: none
}

.topbanner {
    background: url(../images/bg1.jpg) no-repeat center right;
    height: 670px;
    background-position: 50% 50%
}

.topbanner .screenSnow {
    width: 90px;
    height: 95px;
    position: absolute;
    background: red;
    top: 280px;
    left: 811px;
    transform: rotateY(40deg) rotateX(-16deg);
    opacity: 0;
    background: url(../images/noise.gif) no-repeat center;
    background-size: cover
}

.topbanner .screenSnow:hover {
    opacity: 1
}

.inner {
    margin-top: 65px;
    padding-top: 20px
}

.lightbluebg {
    background: #00B5e2
}

.lightbluebg .certiBox h2 {
    color: #fff
}

.whitebg {
    background: #ecf0f1
}

.whitebg .whiteP {
    color: #4a4a4a
}

.dbtri {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 680px 0 0 390px;
    border-color: transparent transparent transparent #000047
}

.triangle_wrap {
    position: relative
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 162px 0 162px 280.6px;
    border-color: transparent transparent transparent #00B5e2
}

.slogn_wrap {
    position: absolute;
    z-index: 100;
    top: 115px;
    left: 100%
}

.slogn {
    color: #fff;
    position: absolute;
    top: 0;
    left: -90px
}

.slogn h1 {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: 4px;
    font-style: italic;
    margin-top: 65px;
    font-family: Arial;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    text-align: center
}

.OTT_wrap {
    min-height: 385px
}

.introBox {
    min-height: 300px;
    padding: 0 20px
}

.introBox.OTT {
    margin-top: 72px;
    padding: 0 100px
}

.introBox .skew_btn {
    margin-top: 42px;
    margin-right: 30px
}

/* div.exhibition > h2,p{
    width: 585px;
}

div.exhibition > .text-right{
    width: 570px;
} */

.introbottom .introBox {
    padding: 0 100px
}

.introbottom .introBox .blueTT {
    margin-top: 100px
}

.introbottom .col-lg-6 {
    padding: 0
}

.introbottom .aboutusPic,
.introbottom .casestudyPic,
.introbottom .exhibitionPic {
    background: url(../images/720x500-aboutus.jpg) no-repeat center;
    min-height: 500px;
    background-size: cover;
    position: relative
}

.introbottom .casestudyPic {
    background: url(../images/720x500-casestudy.png) no-repeat center;
    background-size: cover
}

.introbottom .exhibitionPic {
    background: url(../images/720x500-exhibition.jpg) no-repeat center;
    background-size: cover
}

.mediahub_wrap .introBox .skew_btn {
    border: 1px solid #fff
}

.mediahub_wrap .introBox .skew_btn:hover {
    background: #fff
}

.mediahub_wrap .introBox .skew_btn:hover a {
    color: #00B5e2
}

.mediahub_wrap .introBox .skew_btn a {
    color: #fff
}

.downarrow_wrap {
    position: relative;
    overflow: hidden;
    margin: 0 -15px
}

.downarrow_center {
    width: 1px;
    display: block;
    height: 100px;
    margin: 0 auto;
    position: relative
}

.downarrow {
    position: absolute;
    top: 0;
    left: -960px;
    z-index: 99;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 960px 0 960px;
    border-color: #000047 transparent transparent transparent
}

.clientBox h2,
.certiBox h2 {
    color: #00B5e2;
    text-align: center;
    margin: 40px 0 15px 0;
    font-size: 2.25rem
}

.clientBox .list-group-item,
.certiBox .list-group-item {
    background: transparent
}

.clientBox li,
.certiBox li {
    display: inline-block;
    border: none
}

.clientBox li img,
.certiBox li img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: url(resources.svg#desaturate);
    filter: grayscale(100%);
    width: 245px
}

.clientBox li:hover img,
.certiBox li:hover img {
    filter: none
}

.certiBox ul {
    text-align: center;
    margin: 20px 0
}

.certiBox li img {
    width: 226px;
    filter: none
}

.certiBox li span {
    text-align: center;
    color: #fff;
    font-family: Verdana;
    font-size: 1rem
}

.aboutus_wrap {
    min-height: 580px;
    background: url(../images/1920x580aboutus.jpg) no-repeat center;
    background-color: #000;
    background-size: contain;
    position: relative;
    margin: 0 -15px
}

.aboutusBox {
    position: absolute;
    width: 650px;
    height: 460px;
    background: #00B5e2;
    left: 50%;
    top: 40%;
    z-index: 1;
    padding: 20px 50px 40px 50px;
    color: #fff
}

.aboutusBox h2 {
    color: #fff;
    font-size: 2.25rem
}

.aboutusBox .whiteP {
    font-size: 1rem
}

.dragscroll_wrap {
    background: url(../images/World_map.png) no-repeat center;
    background-size: contain
}

.dragscroll {
    width: 100%;
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: grab;
    margin-top: 100px
}

.dragscroll:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing
}

.innerpage_nav {
    margin-top: 20px;
    border-right: 1px solid #ccc;
    padding: 20px 19.6px 10px 0
}

.innerpage_nav.nav-pills>li {
    float: right
}

.innerpage_nav.nav-pills>li.active>a {
    background: #00B5e2
}

.innerpage_nav>li {
    margin-bottom: 10px
}

.innerpage_nav>li a {
    text-align: right;
    color: #222;
    font-size: .938rem
}

.innerpage_nav>li.productTypeBlock {
    display: block;
    width: 100%;
    color: #000047;
    font-weight: 700;
    font-family: Arial;
    font-size: 1rem;
    text-align: right
}

.innerpage_nav>li.careersTypeBlock {
    display: block;
    width: 100%;
    color: #000047;
    font-weight: 700;
    font-family: Arial;
    font-size: 1.2rem;
    text-align: right
}

.innerpage_nav.product_nav .productTypeBlock {
    padding: 0 5px
}

.innerpage_nav.product_nav .productTypeBlock.resfor {
    margin-top: 20px;
    margin-bottom: 29px
}

.innerpage_nav.product_nav .productTypeBlock .fa-caret-down {
    margin-left: 8px
}

.innerpage_nav.product_nav.nav-pills>li {
    margin-bottom: 50px
}

.innerpage_nav.product_nav.nav-pills>li>a>img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: url(resources.svg#desaturate);
    filter: grayscale(100%);
    height: 24px;
    opacity: .7
}

.innerpage_nav.product_nav.nav-pills>li.resell>a>img {
    height: 35px
}

.innerpage_nav.product_nav.nav-pills>li.active>a {
    background: transparent
}

.innerpage_nav.product_nav.nav-pills>li.active>a>img {
    filter: none;
    opacity: 1
}


.innerpage_nav.careers_nav .careersTypeBlock {
    padding: 0 5px
}

.innerpage_nav.careers_nav .careersTypeBlock.resfor {
    margin-top: 20px;
}

.innerpage_nav.careers_nav .careersTypeBlock .fa-caret-down {
    margin-left: 8px
}

.innerpage_nav.careers_nav.nav-pills>li>a>img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: url(resources.svg#desaturate);
    filter: grayscale(100%);
    height: 24px;
    opacity: .7
}

.innerpage_nav.careers_nav.nav-pills>li.resell>a>img {
    height: 35px
}

.innerpage_nav.careers_nav.nav-pills>li.active>a>img {
    filter: none;
    opacity: 1
}


.mediahubnav {
    margin: 80px 0 30px 0
}

.mediahubnav.nav-pills>li.active>a,
.mediahubnav.nav-pills>li.active>a:focus,
.mediahubnav.nav-pills>li.active>a:hover {
    background: transparent
}

.mediahubnav li {
    width: 24%
}

.mediahubnav li.active {
    height: 300px
}

.mediahubnav li.active a .mhnBox .mhnBBg {
    transform: scale(1.1);
    -webkit-animation: spin 60s linear infinite;
    -moz-animation: spin 60s linear infinite;
    animation: spin 60s linear infinite
}

.mediahubnav li.active a .mhnBox .mhnBg {
    display: block
}

.mediahubnav li.active .mhnBox .mhnBBg {
    background: url(../images/solution/media-hub-services-bg-light.png) no-repeat;
    background-size: contain
}

.mediahubnav li .mhnBox {
    position: relative
}

.mediahubnav li .mhnBox .mhnBBg {
    background: url(../images/solution/media-hub-services-bg-dark.png) no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    position: absolute
}

.mediahubnav li .mhnBox .mhnBg {
    background: url(../images/solution/media-hub-services-bg-light2.png) no-repeat;
    width: 300px;
    height: 300px;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: -50px;
    display: none
}

.mediahubnav li .mhnBox .mhnName {
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 1
}

.mediahubnav li .mhnBox .mhnName.pre {
    background: url(../images/solution/media-hub-services-preparation.png) no-repeat;
    background-size: contain
}

.mediahubnav li .mhnBox .mhnName.cpas {
    background: url(../images/solution/media-hub-services-CPAS.png) no-repeat;
    background-size: contain
}

.mediahubnav li .mhnBox .mhnName.playout {
    background: url(../images/solution/media-hub-services-playout.png) no-repeat;
    background-size: contain
}

.mediahubnav li .mhnBox .mhnName.lsc {
    background: url(../images/solution/media-hub-services-liveswitchcenter.png) no-repeat;
    background-size: contain
}

.mediahubnav li img {
    width: 100%
}

.solTri {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 290px 0 900px;
    border-color: #00B5e2 transparent transparent transparent;
    position: absolute;
    top: -20px;
    right: 0
}

.darkblueTT {
    font-size: 2.25rem;
    color: #000047;
    font-weight: 700;
    font-family: Arial, "微軟正黑體"
}

.darkblueTT .h265 {
    float: right;
    padding-right: 10px
}

.darkblueTT.first {
    margin-top: 80px;
    margin-bottom: 40px
}

.darkblueTT .exp {
    font-size: 20px;
    display: block;
    margin: 5px 0 0 0;
    color: #393939
}

.careersTitle,.privacyTitle,.contactHRTitle{
    font-size: 40px;
    font-weight: 900; 
}



.darkblueTT time {
    color: gray;
    font-size: .875rem;
    margin-top: 10px;
    display: block;
    font-family: Georgia;
    font-weight: 400
}

.darkblueTT .source {
    font-size: .875rem;
    margin-top: 10px
}

.solBox {
    position: relative;
    min-height: 385px
}

.solBox .rightArrow {
    position: absolute;
    right: 0;
    top: 50%
}

.solBox .rightArrow:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -15px;
    top: 9px;
    color: #00B5e2;
    font-size: 2rem;
    min-height: 15px
}

.solBox .rightArrow:after {
    left: -18px;
    top: 4.5px;
    font-size: 2.5rem;
    color: #00B5e2;
    -webkit-animation: arrows 1s linear infinite;
    -moz-animation: arrows 1s linear infinite;
    animation: arrows 1s linear infinite
}

.solBox .rightArrow i {
    color: #00B5e2
}

.solBox .solInfo {
    padding: 0 30px 0 60px
}

.solBox .solInfo h2 {
    font-family: Arial;
    color: #00B5e2;
    font-size: 1.313rem;
    font-weight: 700
}

.solBox .solInfo span {
    display: block;
    font-size: 1rem
}

.les-box{
    color: #444444;
}

.les-img-position{
    margin-top: -20px;
}

.les-sloge{
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 60px ;
}
.les-sloge--blue{
    color:#00b5e2;
}

.les-box--line:after{
    content: '';
    display: block;
    max-width: 1030px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 100px;
    margin-bottom: 80px;
}

.les-box--last{
    padding-bottom: 300px;
}

.les-box h2{
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.les-box p {
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1.73;
    max-width: 1030px;   
}

.les-box ul {
    margin-left: -40px;
}

.les-box li {
    font-size: 1.375rem;
    letter-spacing: 0.61px;
    line-height: 2.05;
    list-style-type: none;
}

.les-box img{
    padding-top:50px;
}

.productBox,
.resellerBox,
.advantageBox,
.careersBox {
    padding: 0 97px;
    margin-bottom: 80px
}

.productBox {
    position: relative
}

.productBox .h265 {
    position: absolute;
    right: 10%;
    top: 15px
}

.productBox.newsBox {
    padding: 0;
    margin-bottom: 10px
}

.productBox.newsBox .darkblueTT {
    font-size: 1.5rem
}

.productBox.justfortile{
    margin-bottom: 60px
}

.advantageBox .advItem {
    position: relative
}

.advantageBox .advItem h2 {
    color: #000047;
    font-weight: 700;
    font-size: 1.313rem;
    padding-left: 35px
}

.advantageBox .advItem:before {
    content: "";
    background: url(../images/title-list-style.png);
    width: 27px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 5px
}

.advantageBox .advItem p {
    color: #444;
    line-height: 1.63
}

.advantageBox .advList {
    list-style-type: disc;
    margin-top: 15px
}

.advantageBox .advList li {
    line-height: 1.63;
    margin-bottom: 15px
}

/* .careersBox .advItem {
    position: relative
}

.careersBox .advItem h2 {
    color: #000047;
    font-weight: 700;
    font-size: 1.313rem;
    padding-left: 35px
}

.careersBox .advItem p {
    color: #444;
    line-height: 1.63
}

.careersBox .advList {
    list-style-type: disc;
    margin-top: 15px
}

.careersBox .advList li {
    line-height: 1.63;
    margin-bottom: 15px
}

.careersBox span{
    color: #00b5e2;
    width: 20px;
    height: 18px;
} */

.careersBox >h3.jobTitle {
    display: inline-block;    
    font-family: 微軟正黑體;
    font-weight: 900
}

.careersBox > .glyphicon {
    color: #00b5e2
}

.careersBox >p.job_Brief{
    font-family: Verdana;
    font-size: 14px;
    line-height:1.43;
}

.careersBox > h4 {
    font-weight: 900;
    margin: 15px 0px;
}

.careersBox >.carList>li {
    list-style-type: disc;
    margin-top: 10px;
    font-family: Verdana;
    font-size: 14px;
    line-height:1.43;
}

.careersBox > button{
    margin-top: 40px;
    width: 100px;
    height: 35px;
    background-color: #00b4e6;
    padding: 0px;
    border-color: initial;
}


.resellerBox {
    margin-top: 100px
}

.resellerBox .rName {
    margin-bottom: 20px
}

.resellerBox p {
    color: #444;
    margin-bottom: 15px
}

.caseStudyBox {
    margin-bottom: 50px
}

.caseStudyBox .darkblueTT {
    font-size: 2.25rem;
    color: #000047;
    font-weight: 700;
    font-family: Arial, "微軟正黑體"
}

.caseStudyBox .darkblueTT.first {
    margin-top: 80px;
    margin-bottom: 0
}

.caseStudyBox .caseinfo {
    font-size: 1.313rem;
    font-family: Arial;
    color: #393939
}

.caseStudyBox .caseInfoImg {
    margin-top: 30px
}

.caseStudyBox .caseInfoImg.friDay {
    margin-top: 50px
}

.caseStudyBox .caseImgBox {
    margin: 50px auto 30px auto
}

.caseStudyBox .caseImgBox a {
    margin-top: 20px;
    display: block
}

.caseStudyBox .caseImgBox img {
    margin: 0 auto
}

.caseStudyBox p {
    font-size: 1rem;
    color: #444
}

#app {
    min-height: 700px
}

.newsItem,
.newsSlideshow {
    min-height: 540px
}

.newsItem:hover,
.newsSlideshow:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.newsItem .newsImg,
.newsSlideshow .newsImg {
    margin-bottom: 7px;
    display: block;
    opacity: .8
}

.newsItem .newsTT h2,
.newsSlideshow .newsTT h2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 5px 0;
    color: #000047;
    min-height: 45px;
    font-family: Noto Sans TC
}

.newsItem .newsTT h2 .fa-youtube-play,
.newsSlideshow .newsTT h2 .fa-youtube-play {
    color: red;
    vertical-align: middle;
    font-size: 1.8rem;
    margin-right: 5px
}

.newsItem .newsTime,
.newsSlideshow .newsTime {
    color: gray;
    font-size: .875rem;
    font-weight: 300;
    margin-bottom: 7px;
    margin-top: 8px;
    font-family: Georgia
}

.newsItem .newsP,
.newsSlideshow .newsP {
    color: #444;
    font-size: .875rem
}

.newsItem:hover .newsImg,
.newsSlideshow:hover .newsImg {
    opacity: 1
}

.newsItem:hover .newsTime,
.newsSlideshow:hover .newsTime {
    text-shadow: none
}

.newsSlideshow {
    margin-bottom: 70px;
    min-height: auto
}

.newsSlideshow .slideshowBox {
    padding-top: 16%
}

.newsSlideshow .newsTT h2 {
    font-size: 1.5rem;
    margin: 20px 0 10px 0
}

.newsSlideshow .newsTime {
    font-size: 1.125rem
}

.newsSlideshow .newsP {
    font-size: 1rem
}

.newsSlideshow .carousel-control.left,
.newsSlideshow .carousel-control.right {
    background: transparent
}

.newsSlideshow .carousel-control.left:hover,
.newsSlideshow .carousel-control.right:hover {
    color: #00B5e2
}

.newsSlideshow .carousel-control .glyphicon-chevron-left {
    left: 0%
}

.newsSlideshow .carousel-control .glyphicon-chevron-right {
    right: 0%
}

.newsSlideshow .glyphicon-chevron-right:before {
    content: "";
    background: url(../images/next.png) no-repeat center left;
    width: 30px;
    height: 45px;
    display: block
}

.newsSlideshow .glyphicon-chevron-left:before {
    content: "";
    background: url(../images/prev.png) no-repeat center right;
    width: 30px;
    height: 45px;
    display: block
}

.newsSlideshow .carousel-control {
    width: 8%
}

.newsSlideshow .carousel-indicators {
    width: 70%
}

.newsSlideshow .carousel-indicators .active {
    background: #00B5e2
}

.newsSlideshow .carousel-indicators li {
    background: #ccc;
    border: none
}

.newsSlideshow .carousel-indicators {
    bottom: 0
}

.news_nav {
    padding-right: 0
}

.news_nav .productTypeBlock {
    padding-right: 15px
}

.news_nav .fa-youtube-play {
    color: red;
    vertical-align: top;
    margin-right: 5px;
    font-size: 1.313rem
}

.newsArticle {
    margin-bottom: 100px
}

.newsArticle .newsInImg {
    margin: 0 auto 40px auto;
    display: block
}

.newsArticle .newspBox {
    padding: 0 130px
}

.newsArticle .newspBox p {
    margin-bottom: 15px;
    line-height: 26px;
    color: #444;
    font-size: 1rem
}

.newsArticle .source {
    text-align: right;
    margin-top: 20px
}

.newsArticle .fred {
    color: red;
    font-weight: 700
}

.newsArticle .player_wrap {
    margin: 0 auto 20px auto;
    width: 700px
}

.twotri {
    background: url(../images/triangle1.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: -46px;
    bottom: -61px;
    width: 123px;
    height: 133px;
    display: block;
    z-index: 1
}

.twotri2 {
    background: url(../images/triangle2.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: -199px;
    bottom: -60px;
    width: 179px;
    height: 168px;
    display: block;
    z-index: 3
}

.language.mt80 {
    margin-top: 80px
}

.language a {
    opacity: .5;
    cursor: pointer;
    color: gray;
    font-size: 12px;
    margin-left: 15px
}

.language a img {
    margin-right: 5px
}

.language a.active {
    opacity: 1;
    color: #000047;
    font-weight: 600
}

@media only screen and (min-width:1000px) and (max-width:1440px) {
    .container {
        max-width: 1030px;
        width: 100%
    }
    html {
        font-size: 95%
    }
    .topbanner {
        height: 500px
    }
    .topbanner .screenSnow {
        display: none
    }
    .slogn_wrap {
        top: 124px;
        left: 124%
    }
    .slogn_wrap .triangle {
        border-width: 130px 0 130px 240px
    }
    .slogn_wrap .slogn {
        top: -10px;
        left: -55px
    }
    .slogn_wrap .slogn h1 {
        font-size: 4rem
    }
    .rollBox.VStream,
    .rollBox.streamIP,
    .rollBox.xEncoder,
    .rollBox.pAnde,
    .rollBox.Live_Switch_Center {
        transform: scale(.9)
    }
    .introBox {
        padding: 0
    }
    .rollBox.CPAS {
        left: -110px
    }
    .rollBox.pAnde {
        left: 120px
    }
    .rollBox.Live_Switch_Center {
        left: 260px
    }
    .rollBox.Playout {
        top: 173px;
        left: 489px
    }
    .introbottom .aboutusPic,
    .introbottom .casestudyPic,
    .introbottom .exhibitionPic {
        min-height: 360px
    }
    .introbottom .introBox {
        padding: 0 50px
    }
    .introbottom .introBox .skew_btn {
        margin: 30px
    }
    .introbottom .introBox .blueTT {
        margin-top: 45px
    }
    .blueTT {
        font-size: 3.5rem
    }
    .certiBox li img {
        width: 200px
    }
    .aboutus_wrap {
        min-height: 472px;
        background-position: center bottom
    }
    .aboutusBox {
        width: 600px;
        height: 390px;
        padding: 0 30px 15px 30px
    }
    .solTri {
        border-width: 79px 215px 0 657px
    }
    .solBox .solInfo {
        padding: 0 15px;
        text-align: center
    }
    .mediahubnav {
        margin: 30px 0 15px 0
    }
    .mediahubnav li .mhnBox {
        transform: scale(.9)
    }
    .mediahubnav li.active {
        height: 245px
    }
    .productBox {
        padding: 0 40px
    }
    .advantageBox {
        padding: 0 130px
    }
    careersBox{
        padding: 0 130px
    }

    .newsArticle .newspBox {
        padding: 0 20px
    }
    .newsItem {
        min-height: 465px
    }
    .newsSlideshow .slideshowBox {
        padding-top: 5%
    }
    .solBox .rightArrow:after {
        top: 2.5px
    }
}

@media only screen and (min-width:1000px) and (max-width:1280px) {
    .slogn_wrap {
        top: 124px;
        left: 135%
    }
    .slogn_wrap .triangle {
        border-width: 130px 0 130px 240px
    }
    .slogn_wrap .slogn {
        top: -10px;
        left: -55px
    }
    .slogn_wrap .slogn h1 {
        font-size: 4rem
    }
    .rollBox.VStream,
    .rollBox.streamIP,
    .rollBox.xEncoder,
    .rollBox.pAnde,
    .rollBox.Live_Switch_Center {
        transform: scale(.7)
    }
    .rollBox.streamIP {
        top: -70px;
        left: -50px
    }
    .rollBox.VStream {
        top: 0;
        left: 60px
    }
    .rollBox.xEncoder {
        top: 185px;
        left: 0
    }
    .blueTT {
        font-size: 2.8rem
    }
    .rollBox.CPAS {
        left: -110px
    }
    .rollBox.pAnde {
        left: 120px
    }
    .rollBox.Live_Switch_Center {
        left: 200px
    }
    .rollBox.Playout {
        left: 380px
    }
    .aboutusBox {
        width: 500px;
        left: 47%;
        height: 450px
    }
    .innerpage_nav.product_nav.nav-pills>li.resell>a {
        padding: 0
    }
    .innerpage_nav.product_nav.nav-pills>li.resell>a>img {
        height: auto
    }
    .innerpage_nav.product_nav.nav-pills>li {
        margin-bottom: 15px
    }
    .innerpage_nav.product_nav.nav-pills>li>a>img {
        width: 100%;
        height: auto
    }

    .innerpage_nav.careers_nav.nav-pills>li.resell>a {
        padding: 0
    }
    .innerpage_nav.careers_nav.nav-pills>li.resell>a>img {
        height: auto
    }
    .innerpage_nav.careers_nav.nav-pills>li {
        margin-bottom: 15px
    }
    .innerpage_nav.careers_nav.nav-pills>li>a>img {
        width: 100%;
        height: auto
    }    

    .innerpage_nav>li a {
        padding: 10px 10px
    }
    .solBox .rightArrow:after {
        top: 2.5px
    }
}

@media only screen and (max-width:1000px) {
    .container {
        max-width: 768px;
        width: 100%;
        min-width: 320px
    }
    .mobileShow {
        display: block
    }
    .mobileHide {
        display: none
    }
    .animated {
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
}

@media only screen and (max-width:480px) {
    .container-fluid {
        width: 1400px
    }
    .container {
        width: 1400px
    }
}

p.privacy_p {
    padding: 10px 0px ;
}

h4.privacy_title {
    font-weight: 700;
}

.tab-content #OTT .row .col-lg-12 li {
    padding-bottom: 20px
}

.contactHR_brief{
    font-family: Arial;
    font-size: 20px;
}

.contactHR > form > span {
    font-size: 18px;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: Arial;
}

.contactHR > form  > input {
    width: 500px;
    height: 50px;
    background-color: #f2f2f2;
    border: solid 1px #ccc;
}

.contactHR > form  > .btn {
    width: 500px;
    height: 50px;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: Roboto;
    border-radius: initial;
}

.contactHR > form  > .btn-primary {
    background-color: #00b4e6;
    border: initial;
}

.contactHR > form  > select {
    width: 500px;
    height: 50px;
    background-color: #f2f2f2;
    border: solid 1px #ccc;
}

.contactHR > form  > .input-group{
    width: 500px;
}

.contactHR > form  > .input-group > .fake_input{
    width: 420px;
    height: 50px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}

.contactHR > form  > .input-group > .fake_input > span{
    line-height: 50px;
    margin-left: 12px;
}

.contactHR > form  > .input-group > .form-control{
    display: none;
}

.contactHR > form  > .input-group > .input-group-addon {
    width: initial;
    font-size: 16px;
    color: #444;
    border-radius: initial;
}

.contactHR > form  > .input-group > .input-group-addon:hover {
    transition: 0.5s ;
    border: 1.3px solid #ccc;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.carousel-control.left,.carousel-control.right{
    background-image: initial;
}

/* .carousel-indicators > li{
    border: 1px solid black;
} */

/* .modal-content{
    width: 1200px;
    height: 730px;
} */

@media (min-width: 992px){
    .modal-lg {
        width: 1200px;
        height: 700px;
    }
}

@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: -60px;
    }
}

.carousel-indicators li{
    background-color: #ccc;
    border: initial;
    width: 13px;
    height: 13px;
}

.carousel-indicators .active{
    background-color: #00b5e2;
    width: 15px;
    height: 15px;
}

.carousel-inner > .item > a > img{
    width: 100%;
    /* height: 600px;
    margin: 0 auto; */
}

.modal-header {
    border-bottom: none;
}

.close{
    font-size: 40px;
    line-height: 0.5;
    color: #000000;
}

#popModal > .modal-lg > .modal-content > .modal-body > #carousel > .carousel-control{
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

#popModal > .modal-lg > .modal-content > .modal-body > #carousel > .carousel-control:hover{
    color: #000;
    opacity: .5;
}

.carousel-control > .glyphicon{
    color: #fff;
}

.modal-content {
    background-color: #ecf0f1;    
}
.modal-footer {
    border-top: none;
}

.white_paper_brief{
    font-family: Arial;
    font-size: 20px;
}

.white_paper_input_text > p{
    font-family: Arial;
    font-size: 20px;
    margin: 5px 0 5px;
}

.white_paper_input_text > input{
    width: 400px;
    height: 50px;
    background-color: #f2f2f2;
    border: solid 1px #ccc;
}

.white_paper_select_tilte{
    font-family: Arial;
    font-size: 18px;
    padding-top: 45px;
}

.white_paper_icon_text{
    padding-top: 40px;
    padding-bottom: 20px;
}

.white_paper_icon_text > span.glyphicon {
    padding-right: 5px;
    color: #00b5e2;
}

.white_paper_icon_text > span:nth-child(2) {
    font-family: Arial;
    font-size: 15px;
    font-weight: 600;
}

.white_paper{
    display: inline-block;
    width: 120px;
    height: 200px;
    background-color: #fff;
    margin-right: 40px;
}

.white_paper > input{
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.white_paper:hover{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.selected{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border: 2px #00b5e2 solid;
}

.white_paper_download{
    text-align: center;
}

#white_paper_input_error{
    display: none;
    margin: 20px 0 10px;
    font-size: 18px;
}

.download_button{
    width: 499px;
    height: 50px;
    background-color: #00b4e6;
    color: #fff;
    font-size: 24px;
    margin: 40px 0;
    border-radius: initial;
}

.download_button:hover{
    transition: 1.5s;
    color:#fff;
    font-size: 26px;
}

.subscribe{
    width: 340px;
    margin-top: 30px;
}

.subscribe > .form-control {
    height: 40px;
    background-color: #222;
    color: #ecf0f1;
    border-radius: initial;
    border: solid 1px #fff
}
.subscribe > .input-group-addon{
    background-color: #222;
    color:#fff;
    border-radius: initial;
    border: solid 1px #fff
}


.subscribe > .input-group-addon:hover{
    transition: background-color 0.5s;
    background-color: #00b5e2;
    cursor: pointer;
}

span.error_msg{
    font-size: 16px;
    color: #555;;
}

.subscribe_error_msg{
    font-size: 16px;
    color: #ecf0f1;;
}

p.error_msg{
    font-size: 16px;
    color: #555;
    width: 400px;
}

#thanks_subscribe{
    display: none;
    margin: 15px 0 0;
}

#thanks_subscribe_1{
    display: none;
    margin-bottom: 15px;
    width: 340px;
}

.privacy-policy{
    text-decoration:underline;
    color: #fff;
}

#thanks_mail{
    display: none;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
    width: 560px;
}

.form-field:after {
    padding-left: 3px;
    color: #f22;
    content: '*';
}