@charset 'utf-8';

@font-face {
    font-family: 'TTNorms';
    src: url('../fonts/TTNorms-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

/* ---------- RESET ---------- */

html,
body {
    margin: 0;
    background-color: #fff;
    overflow: visible;
}
#hd * {
    /*margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
    /*letter-spacing: 0.12em !important;
    line-height: 2em !important;*/ /*WCAG 2023 行距至少需支援放大到預設字體大小的 1.5 倍 字母間距至少需支援放大到預設字體大小的 0.12 倍*/
}
#hd {
    font-family:"Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #fff;
    font-size: 16px;
    max-width: 2560px;
    margin: 0 auto;
    background: #000;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
    font: inherit;
}
#hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100%;
    margin: 0 auto;
}
#hd img.lazyLoad {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
body.noscroll{
    overflow: hidden;
}
#hd p{
    font-family:"Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif
    font-weight: normal;
    line-height: 1.6em;
    margin: 0.5em 0;
}
#hd ul{
    font-family:"Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif
    font-weight: normal;
    line-height: 1.6em;
}
/*-----SCROLL UP-----*/
    #scrollUp {
        position: fixed;
        right: 30px;
        bottom: 30px;
        width: 45px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 2px solid #027ab9;
        z-index: 999;
        opacity: 0;
    }
    #scrollUp.hd-show {
        opacity: 1;
    }
    #scrollUp:hover {
        background-color: #027ab9;
    }
    #scrollUp:hover svg {
        fill: #FFF;
    }
    #scrollUp svg {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 5px;
        left: 0;
        fill: #027ab9;
        -webkit-transform: rotateZ(270deg);
        -moz-transform: rotateZ(270deg);
        -ms-transform: rotateZ(270deg);
        -o-transform: rotateZ(270deg);
        transform: rotateZ(270deg);
    }



/*-------------General-------------------*/

#hd .default-title{
    font-family:"TTNormsProBold","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 2.5em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 0;
    letter-spacing: -1px;
    color: #000;
}
#hd .mini-title{
    font-family:"TTNormsProBold","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #89f7fe;
}
@media screen and (max-width: 1400px) {    
#hd .default-title{
    font-size: 2em;
}
}
@media screen and (max-width: 600px) {    
#hd .default-title{
    font-size: 1.5em;
}
}

#hd .default-p{
    line-height: 1.5em;
    font-size: 1.1em;
    margin: 0 0 1em 0;
    padding: 0;
    color: #000;
}
@media screen and (max-width: 767px) {    
#hd .default-p{
    font-size: 1em;
}
}

#hd .note{
    color: #585858;
    line-height: 1.3em;
    font-size: 0.8em;
    margin: 0 0 1em 0;
    padding: 0;
}
#hd .default-link{
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    /*
    color: #89f7fe;
    background-color:#89f7fe;
    background-image:-moz-linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    background-image:-webkit-linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    background-image:linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    */
    position: relative;
    color: #fff;
}
#hd .default-link:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-image:linear-gradient(58deg, rgba(102,166,255,0) 0%, rgba(102,166,255,1) 20%,rgba(137,247,254,0) 100%);
    opacity: 0;
    width: 0%;
    transition: all 0.3s;
}
#hd .default-link:hover:after{
    opacity: 1;
    width: 100%;
}
#hd a{
    color: #4d4d4d;
}
#hd a:hover{
}






/*-----kvimg-----*/

#hd .section-kvimg{
    background-color: #b3bbc6;
    overflow: hidden;
}
#hd .section-kvimg .main-image img{
    display: block;
    width: 100%;
    max-width: inherit !important;
}
#hd .section-kvimg .text-content{
    max-width: 1100px;
    box-sizing: border-box;
    padding: 50px  30px;
    margin: 0 auto;
    text-align: center;
}
#hd .section-kvimg .text-content .mini-title{
    color: #0da0e4;
    color: #426CD9; /*WCAG*/
}
#hd .section-kvimg .text-content p{
}
@media screen and (max-width: 1023px) {    
#hd .section-kvimg .main-image img{
    width: 120%;
    margin-left: -10%;
}
}
@media screen and (max-width: 767px) {    
#hd .section-kvimg .main-image img{
    width: 145%;
    margin-left: -25%;
}
}

/*-----video-----*/

#hd .section-video{
    background-color: #b3bbc6;
    padding: 0px 0px 100px 0px;
    padding: 0px;
}
#hd .section-video .main-video{
    margin: 0 auto;
    width: calc(560px * 1.5);
}
#hd .section-video iframe{
    width: calc(560px * 1.5);
    height: calc(315px * 1.5);
}
@media screen and (max-width: 1000px) {    
#hd .section-video .main-video{
    width: calc(560px * 1);
}
#hd .section-video iframe{
    width: calc(560px * 1);
    height: calc(315px * 1);
}
}
@media screen and (max-width: 600px) {    
#hd .section-video .main-video{
    width: 100%;
}
#hd .section-video iframe{
    width: 100%;
    height: 57vw;
}
}

#hd .section-video .youtube-link a{
    position: absolute;
    left: calc(50% - 75px);
    top: calc(60% - 20px);
    width: 150px;
    height: 40px;
    padding-top: 2px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    display: block;
    border: 0px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    background: #28a5f7;
    opacity: 0.8;
    transition: opacity 0.2s;
}
#hd .section-video .youtube-link a:hover{
    opacity: 1;
}
#hd .section-video .youtube-link a span{
    background: url(../img/play-icon-play.png) left center no-repeat;
    background-size: 35px 35px;
    padding-left: 34px;
    padding-right: 10px;
    height: 35px;
    width: auto;
    display: inline-block;
}


/* video control */

#hd .video-wraper{
    position: relative !important;
}
#hd .video-wraper video{
    width: 100%;
    height: inherit;
    display: block;
}
#hd .video-control{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
}
#hd .video-control button{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    border: 4px solid #fff;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    background: url(../img/play-pause.png);
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: 9px center;
    opacity: 0.7;
    transition: opacity 0.2s;
}
#hd .video-control button:focus{
    outline: 2px solid #28a5f7;
}
#hd .video-control button:hover{
    opacity: 1;
}
#hd .video-control button:active{
    opacity: 0.7;
}
#hd .video-control button.play{
    background-position: -69px center;
}

/*cards*/
#hd .section-cards{
    background: #f4f4f4;
}
#hd .section-cards .inner {
    max-width: 1300px;
    padding: 100px 30px 50px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#hd .section-cards .text-content{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
#hd .section-cards .default-title{
    color: #000;
}
#hd .section-cards .image{
    margin-bottom: 30px;
}
#hd .section-cards .image img{
    max-width: 100%;
    width: 100%;
    display: block;
}
#hd .section-cards .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-top: 80px;
}
#hd .section-cards .list .entry{
    width: 24%;
    margin: 0 0.5% 60px 0.5%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 0 30px 0;
}
#hd .section-cards .list .entry h4{
    font-size: 1.4em;
    font-family: "TTNormsProMedium", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin: 0 0 0.5em 0;
    text-align: center;
    line-height: 1.1em;
    min-height: 2.2em;
    color: #000;
    padding: 0 5px;
}
#hd .section-cards .list .entry p{
    font-size: 0.9em;
    margin: 0.8em 0 0 0;
    text-align: center;
    line-height: 1.5em;
    padding: 0 25px;
    color: #333;
    text-align: left;
}
#hd .section-cards .list .entry ul{
    font-size: 0.9em;
    margin: 0.5em 20px 0 40px;
    line-height: 1.5em;
    padding: 0;
    color: #333;
    text-align: left;
    list-style-type: disc;
    min-height: 300px;
}
#hd .section-cards .list .entry ul li{
    list-style-type: disc;
}
#hd .section-cards .list .entry .more{
    background: #426CD9; /*WCAG*/
    display: block;
    border-radius: 20px;
    transition: all 0.2s;
    text-align: center;
    color: #fff;
    margin: 30px 20px 0 20px;
    padding: 5px 15px;
    text-decoration: none;
    font-family: "TTNormsProLight", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .section-cards .list .entry .more:hover{
    opacity: 0.9;
}
#hd .section-cards .note{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 1em;
}
@media screen and (max-width: 1023px) {    
#hd .section-cards .list .entry{
    width: 48%;
    margin: 0 1% 50px 1%;
}
#hd .section-cards .list .entry ul{
    min-height: inherit;
}
}
@media screen and (max-width: 768px) {    
#hd .section-cards .list .entry h4{
    font-size: 1.2em;
}
#hd .section-cards .list .entry p{
    font-size: 1em;
}
}

@media screen and (max-width: 500px) {    
#hd .section-cards .inner{
    padding: 50px 20px;
}
#hd .section-cards .list .entry{
    width: 100%;
}
}


/*-----support-----*/
#hd .section-support{
    background: #fff;
}
#hd .section-support .intro{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
#hd .section-support .intro .text{
    width: 50%;
    padding: 50px 10px 50px 50px;
}
#hd .section-support .intro .image{
    width: 50%;
}
#hd .section-support .intro .default-title{
    font-size: 2.5em;
    color: #000;
}
#hd .section-support .intro .default-p{
}


@media screen and (max-width: 850px) {    
#hd .section-support{
}
#hd .section-support .intro .text{
    width: 100%;
    padding: 50px 0 0 0;
}
#hd .section-support .intro .image{
    width: 100%;
    padding-top: 40px;
}
#hd .section-support .intro .image img{
    max-width: 90%;
    margin: 0 auto;
}
}


#hd .section-tab .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 900px;
    margin: 0 auto;
}
#hd .section-tab .list .item{
    width: 33.33%;
    margin-bottom: 60px;
    padding: 0 10px;
    box-sizing: border-box;
}
#hd .section-tab .list .item h3{
    font-size: 1.3em;
    font-family: "TTNormsProMedium", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin: 0 0 0.5em 0;
    text-align: center;
    line-height: 1.1em;
    min-height: 2.2em;
    color: #000;
}
#hd .section-tab .list .item p{
    font-size: 1em;
    margin: 0.8em 0 0 0;
    text-align: center;
    line-height: 1.4em;
    padding: 0 15px;
    color: #333;
}
#hd .section-tab .list .item img{
    max-width: 90%;
    margin: 0 auto 10px auto;
    display: block;
}
@media screen and (max-width: 650px) {    
#hd .section-tab .list .item{
    width: 50%;
    margin-bottom: 50px;
}
#hd .section-tab .list .item h3{
    font-size: 1.2em;
}
#hd .section-tab .list .item p{
    font-size: 1em;
}
}

@media screen and (max-width: 500px) {    
#hd .section-tab .list .item{
    width: 100%;
}
}



#hd .section-tab .grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 900px;
    margin: 0 auto;
    background: url(../img/security-bg.jpg) right bottom no-repeat;
    background-size: 35% auto;
}
#hd .section-tab .grid .item{
    width: 50%;
    margin-bottom: 60px;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
#hd .section-tab .grid .item .image{
    width: 15%;
    flex-shrink: 0;
    margin-right: 20px;
}
#hd .section-tab .grid .item h4{
    font-size: 1.3em;
    font-family: "TTNormsProMedium", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin: 0 0 0.5em 0;
    line-height: 1.1em;
    color: #000;
    text-align: left;
}
#hd .section-tab .grid .item p{
    font-size: 1em;
    margin: 0;
    line-height: 1.4em;
    color: #333;
    text-align: left;
}
#hd .section-tab .grid .item img{
    max-width: 90%;
    margin: 0 auto 10px auto;
    display: block;
}
@media screen and (max-width: 650px) {    
#hd .section-tab .grid{
    background: none;
}
#hd .section-tab .grid .item{
    width: 100%;
    margin-bottom: 50px;
}
#hd .section-tab .grid .item h4{
    font-size: 1.2em;
}
#hd .section-tab .grid .item p{
    font-size: 1em;
}
}

@media screen and (max-width: 500px) {    
#hd .section-tab .grid .item{
    width: 100%;
}
}


/*-----brick-----*/
#hd .section-brick{
    background: #f4f4f4;;
}
#hd .section-brick .text-content{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 30px 0px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}
#hd .section-brick .text-content h3{
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}
#hd .section-brick .text-content p{
    width: 50%;
}
#hd .section-brick .list{
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 30px 80px 30px;
}
#hd .section-brick .list .entry{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    align-items: center;
}
#hd .section-brick .list .entry:nth-child(even){
    flex-direction: row-reverse;
}
#hd .section-brick .list .image{
    width: 50%;
}
#hd .section-brick .list .text{
    width: 50%;
    color: #000;
    box-sizing: border-box;
    padding: 20px 20px 20px 40px;
}
#hd .section-brick .list .text h4{
    font-size: 1.3em;
    font-family: "TTNormsProBold", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin: 0 0 0.5em 0;
    line-height: 1.4em;
    color: #000;
}


@media screen and (max-width: 650px) {    
#hd .section-brick .text-content h3{
    width: 100%;
}
#hd .section-brick .text-content p{
    width: 100%;
}
#hd .section-brick .list .image{
    width: 100%;
}
#hd .section-brick .list .text{
    width: 100%;
}
}


@media screen and (max-width: 450px) {    
#hd .section-brick .list .text h4{
    font-size: 1.1em;
}
#hd .section-brick .list .text p{
    font-size: 0.9em;
}
}



/*resources*/
#hd .section-resources{
    background: #fff;
}
#hd .section-resources .inner {
    max-width: 1500px;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#hd .section-resources .text-content{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
#hd .section-resources .default-title{
    color: #000;
}
#hd .section-resources .default-p{
    color: #000;
}
#hd .section-resources .image{
    margin-bottom: 10px;
}
#hd .section-resources .image img{
    max-width: 100%;
    display: block;
}
#hd .section-resources .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1300px;
    margin: 80px auto 0 auto;
}
#hd .section-resources .list .entry{
    width: 19%;
    margin: 0 0.5% 20px 0.5%;
    box-sizing: border-box;
    padding: 0 0 30px 0;
}
#hd .section-resources .list .entry h4{
    font-size: 1.4em;
    margin: 0 0 0.5em 0;
    text-align: center;
    line-height: 1.1em;
    color: #000;
    padding: 0 5px;
}
#hd .section-resources .list .entry p{
    font-size: 1em;
    margin: 0;
    text-align: center;
    line-height: 1.3em;
    padding: 0 10px;
    color: #333;
}
#hd .section-resources .list .entry p a:hover{
    color: #087cd5;
}
#hd .section-resources .note{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 1em;
}
@media screen and (max-width: 1200px) {    
#hd .section-resources .list .entry{
    width: 32%;
}
}
@media screen and (max-width: 750px) {    
#hd .section-resources .list .entry{
    width: 45%;
}
#hd .section-resources .list .entry h4{
}
#hd .section-resources .list .entry p{
}
}

@media screen and (max-width: 500px) {    
#hd .section-resources .inner{
    padding: 50px 20px;
}
}
@media screen and (max-width: 420px) {    
#hd .section-resources .list .entry{
    width: 100%;
}
}






#hd .vid-container{
    width:100%;
    height:0;
    padding-bottom:56.25%;
    background:black;
    position:relative;
    overflow:hidden
}
#hd .vid-container.trigger-video-toggle .vid-control{
    cursor:pointer
}
#hd .vid-container.trigger-video-toggle .vid-control:focus{
    opacity:1
}
#hd .vid-container video{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    transition:opacity 0.25s ease
}
#hd .vid-container h2{
    opacity:0
}
#hd .vid-control{
    width:44px;
    height:44px;
    background:none;
    border:none;
    box-shadow:none;
    position:absolute;
    right:5%;
    bottom:20px;
    margin:5px;
    transition:all 0.3s ease-out;
    z-index:2
}
#hd .vid-control img,#hd .vid-control svg{
    width:80%;
    height:80%;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto
}
#hd .vid-control .play{
    display:none
}
#hd .vid-control.hd-active .play{
    display:block
}
#hd .vid-control.hd-active .pause{
    display:none
}
#hd .gif-container{
    position:relative;
    overflow:hidden
}
#hd .gif-container img.hd-d-none{
    position:absolute !important;
    top:0;
    left:0
}
#hd .gif-container .vid-control img{
    margin:auto !important
}
#hd .gif-container.is-reduced-motion img.hd-d-none{
    display:block !important
}
@media screen and (max-width: 768px){
    #hd .vid-control{
        width:44px;
        height:44px
    }
}




/*-----single-----*/

#hd .section-single{
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    background: #fff;
}
#hd .section-single .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-single .text-content{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 30px;
}
#hd .section-single .image{
    text-align: center;
}
#hd .section-single .image.PowerSync{
    max-width: 900px;
    margin: 0 auto;
}
#hd .section-single .image img{
    display: inline-block;
}
#hd .section-single .image .note{
    max-width: 920px;
    margin: 10px auto 0 auto;
    text-align: left;
    font-style: italic;
}
#hd .section-single .image .note a{
    color: #215cad;
    text-decoration: underline !important;
}
@media screen and (max-width: 767px) {    
#hd .section-single .text-content{
    padding-top: 50px;
}
}
#hd .section-single .text-content .default-title{
    color: #000;
}
#hd .section-single .text-content .default-p{
    color: #000;
    max-width: 900px;
    margin: 0 auto;
}
#hd .section-single .text-content .mini-title{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #7ca2c5;
    margin-bottom: 30px;
}
#hd .section-single .text-content .mini-title span{
    padding: 0 20px 5px 20px;
    border-bottom: 1px solid #7ca2c5;
}
@media screen and (max-width: 600px) {    
#hd .section-single .text-content .mini-title{
    font-size: 1.2em;
}
}


#hd .section-single.video{
    background-color: #ececec;
}
#hd .section-single.video .inner{
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 60px;
}
#hd .section-single.video .text-content{
    margin-bottom: 50px;
}
#hd .section-single.video .video-container{
    width: 100%;
    border: 1px solid #ececec;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
#hd .section-single.video video{
    width: 100%;
}






/*-----tab-----*/

#hd .section-tab{
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
#hd .section-tab .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-tab .text-content{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 30px;
}
#hd .section-tab .text-content .default-title{
}
#hd .section-tab .tab{
    display: flex;
}
#hd .section-tab .tab a{
    display: block;
    cursor: pointer;
    color: #000;
    width: 50%;
    font-size: 1.3em;
    transition: all 0.2s;
    border-bottom: 1px solid #215cad;
    font-family:"TTNormsProLight","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-tab .tab a:hover{
    color: #215cad;
}
#hd .section-tab .tab a span{
    border-bottom: 3px solid transparent;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    padding: 10px;
}
#hd .section-tab .tab a.active{
    color: #215cad;
    border-bottom: 1px solid #215cad;
}
#hd .section-tab .tab a.active span{
    border-bottom: 3px solid #215cad;
}
#hd .section-tab .default-title{
    color: #000;
}
#hd .section-tab .default-p{
    text-align: center;
}
#hd .section-tab .tab-content{
    padding-bottom: 50px;
    padding-top: 20px;
    color: #000;
}
#hd .section-tab .intro .text{
    max-width: 900px;
    margin: 0 auto 30px auto;
}
#hd .section-tab .tab-content .entry{
    display: none;
}
#hd .section-tab .tab-content .entry.active{
    display: block;
}
#hd .section-tab .video-wrapper{
    max-width: 800px;
    margin: 0 auto;
}
#hd .section-tab .video-wrapper .video-container{
    width: 100%;
    border: 1px solid #cc000e;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
#hd .section-tab .video-wrapper video{
    width: 100%;
}
#hd .video-container:before{
    display: block;
    position: absolute;
    left: -15px;
    top:  -15px;
    width: 90px;
    height: 70px;
    background: url(../img/corner.png) left bottom no-repeat;
    background-size: 100% 100%;
    content: '';
}
#hd .video-container:after{
    display: block;
    position: absolute;
    right: -15px;
    bottom:  -15px;
    width: 90px;
    height: 70px;
    background: url(../img/corner.png) left bottom no-repeat;
    background-size: 100% 100%;
    content: '';
    transform: rotate(180deg);
}


@media screen and (max-width: 1023px) {    
}
@media screen and (max-width: 767px) {    
#hd .section-tab .inner{
    padding: 0;
}
#hd .section-tab .text-content .default-title{
    padding: 0 20px;
}
#hd .section-tab .tab a{
    font-size: 1em;
}
#hd .section-tab .tab a span{
    padding: 5px;
}
#hd .section-tab .tab-content .entry{
    padding-left: 20px;
    padding-right: 20px;
}
}


@media screen and (max-width: 600px) {    
#hd .section-tab .tab-content .row .column{
    width: 100%;
    margin-bottom: 20px;
}
}


