﻿/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');


body {
    width: 100%;
    height: 100%;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    color: #666;
    font-family:'微軟正黑體';
}

html {
    width: 100%;
    height: 100%;
}
/*
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-family: '微軟正黑體';
    font-weight:;
    letter-spacing: 1px;
}*/

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
        color: #bec2c9;
}

.all-bg{
  height: 100%;
  background-color: #070b17;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}


.navbar-brand {
  height: 40px;
  padding: 8px 5px 5px 60px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom ul.nav li a {
    font-size: 15px;
    letter-spacing: 1px;
    font-family: '微軟正黑體';
    text-transform: uppercase;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	/*color: #fff;*/
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 0px 6px;
    font-size: 1.625em;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../images/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.game.section {
    padding-top: 20px;
    padding-bottom: 110px;
    display:block;
    position:relative;
    z-index:120;
    background-color: #fff;
}

.home-section {
    padding-top: 20px;
    padding-bottom: 0px;
	  display:block;
    position:relative;
    z-index:120;
}


.section-heading h2 {
	font-size: 40px;
  font-family: '微軟正黑體';
}
.section-heading i {
  color:#ededed;
	margin-bottom: 20px;
}


.img-photo {
    padding-top: 20px;
    padding-bottom: 0px;
    display:block;
    position:relative;
    z-index:120;
  }



.section-heading h2 {
    font-size: 40px;
    height: 30px;
    font-family: '微軟正黑體';
    background-position: center center;
    background-repeat: no-repeat;
}
.section-heading i {
  margin-bottom: 20px;
}

.fb-title{
  font-size: 28px;
  font-family: '微軟正黑體';
  margin-bottom: 20px;
  margin-top:20px;
}

/* --- section bg var --- */

.bg-white {
	background-color: #fffce2;
}

.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
    background-size:cover;
}

#intro.intro {
    padding: 50px 0 0 0;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    height: auto;
    background-color: #000; /* 新增背景顏色*/
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- Intro-page
============================ */

.intro-page {
  width:100%;
  height:auto;
  position:relative;
  background: url(../img/bg1.jpg) no-repeat top center;
}


#intro-page.intro-page {
  padding: 50px 0 0 0;
  background-color: #001040;
}



.intro-page .page-scroll {
  text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-page .slogan h2 {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: #000;
  border-style: none;
  text-shadow: -1px 0 1px #000;
}

.intro-page .slogan h4 {
  color: #fff;
  text-shadow: -1px 1px 1px #000;
}

.photo-img{
  text-align: center;
  margin: 0 auto;
 
}

.photo-img img{
  margin-top: -25px;
  border: 8px solid #FFF;

}
.page-word-area{
 float: left;
  width: 100%;
  height: 50px;

}

.page-word{
  padding-top: 12px;
  text-align: center;
  font-family: '微軟正黑體';
  font-size: 1.2em;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
}

.page-btn-area {
  width: 64%;
  margin: 0 auto;
  background-color: #001040;
}

.page-btn-left {
  float: left;
  width: 90px;
  height: 40px;
  padding-top: 15px;
  margin-left: 5%;
  font-family: '微軟正黑體';
  text-align: center;
  background-color: #00D9D9;
  color:#000;
  font-weight: 700;
  border-radius: 8px;
}

.page-btn-right{
  float: right;
  width: 90px;
  height: 40px;
  padding-top: 15px;
  font-family: '微軟正黑體';
  text-align: center;
  background-color: #00D9D9;
  color:#000;
  font-weight: 700;
  border-radius: 5px;
  margin-right: 5%;
}

.brot_block {
    width: 650px;
    top:60px;
    margin-bottom: 10px;
    font-family: 微軟正黑體, 'Microsoft JhengHei', Arial, sans-serif;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

.brot_block .item {
  height: 410px;
  overflow-x: hidden;  

}

.lights_box {
    width: 100%;
    overflow:hidden;
}

.lights_box ul li {
    float: left;
    width: 47%;
    list-style:none; 
    margin:0px 0px 10px 10px;
}

.movie_list {
    width: 460px;
    text-align: center;
    background-color: #fff;
}

.one{
    width: 460px;
    text-align: center;
    background-color: #fff;
}

.live_box {
    width: 100%;
    text-align: center;
}
.video-container{
  /*height: 230px;
  padding: 10px 6px;*/
}

.text > span {
    font-size: 1.1em;
    text-align: left;
    color: #333333;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    padding: 1%;
}

.livecontainer {
    /*position: relative;
    padding-bottom: 42%;
    height: 0;*/
    overflow: hidden;
}

.picture .item {
  height: 300px;
  overflow: hidden;
}

.fans_box {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.fans_box ul li {
    width: 300px;
    margin: 10px 2px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

/* ===========================
--- About
============================ */

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
  padding:0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #3bbec0;
  color: #fff;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;

}


.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	



/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}

.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 ;
}

.fans_box ul li{
  list-style: none;
}

.footer_word {
  color: #fff;
}
footer p {
	color: #f8f8f8;
  background-color: #070b17;
}

/* ==========================
Parallax
============================= */

#parallax1{	
	background-image: url(../images/parallax/1.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{	
	background-image: url(../images/parallax/2.jpg);

}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}




#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}
.news-list{
  font-family: '微軟正黑體';
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-top:25px;
  border-bottom: 1px dashed #888;

}
.news-img{
  float: left;
  width: 30%;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 5px solid #fff; 
}
.news-title a {
    font-family: '微軟正黑體';
    font-size: 1.05em;
    text-align: left;
    width: 100%;
    height: auto;
    line-height: 25px;
    bottom: 30px;
}

.news-title h3 {
    font-size: 1.05em;
    text-align: left;
    width: 100%;
    height: auto;
    line-height: 25px;
    bottom: 30px;
    margin-top:0px;
    margin-bottom:0.3rem;
}

.news-word {
    font-family: '微軟正黑體';
    font-size: 0.95em;
    font-size: 1em;
    text-align: left;
    width: 100%;
    height: auto;
    line-height: 26px;
}
 

  .intro {
       height: 73%;
        padding: 0;
    }

.word {
    position: relative;
}
.word_score {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 85%;
    font-size: 6em;
    vertical-align:middle;
    font-weight: 500;
    color: #555;
}

.word-red{
  color: #FF0000;
}



.left-Headerlogo{
  float:left;
  z-index: 50;
  width: 18%;
  height: 50px;
  left: 20px;
  position: relative;
  display:inline-block;
}



.right-social-icon {
    z-index: 9999;
    float: right;
}


.right-social-icon img {
    z-index: 500;
    position: relative;
    width: 40px;
    margin-top: -45px;
    margin-right: 5px;
}

.right-social-icon :after{
  position: absolute;
  left: 0;
  top: 0;
}
.more-news{
  float: right;
  right: 10%;
  width: 30%;
  height: 30px;
  padding-top: 8px;
  background-color: #900A0A;
  text-align: center;
  font-family: '微軟正黑體';
  font-size: 1em;
  color: #fff;
  border-radius: 5px;

}
.more-news a{
  color: #fff;
  display:block;
}


/*專題直播*/
.livefigure {
    width: 650px;
    margin:auto;
    padding:0;
}
.block-concertVideoList {
       margin-bottom: 10px;
        }
        .block-concertVideoList > ul {  
            list-style:none;
            margin:0;
            padding:0;
        }
        .block-concertVideoList > ul > li {
            list-style: none;
            margin: 0.5%;
            padding: 0;
            display: inline-block;
            width: 210px;
            font-size: 1em;
        }
            .block-concertVideoList > ul > li > a > figure {
                margin:0;
                padding:0;
            }
        .block-concertVideoList > ul > li > a > figure > figcaption {
                font-size: 1em;
                height: 2em;
                background-color: #666;
                color: #FFFFFF;
                overflow: hidden;
                padding-top: 3px;
        }
        .imageBox > img {
            width:auto;
        }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.hotkeyword {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 1em;
}

    ul.hotkeyword li {
        border: 1px solid #666666;
        color: #666666;
        white-space: nowrap;
        margin: 1%;
        padding: 0.5% 1%;
    }
        ul.hotkeyword li a {
            color: inherit;
        }

        ul.hotkeyword li:nth-child(n+3) {
            opacity:0.8;
        }

/*亞運 Start*/
.box {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    max-width: 740px;
    border-bottom: solid 1px #9b9b9b;
    padding: 10px;
    margin: 0px auto;
}

.box_a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    max-width: 740px;
    border-bottom: dotted 1px #9b9b9b;
    padding: 10px;
    margin: 0px auto;
}

.item {
    max-width: 100%;
    height: 40px;
    display: flex;
    text-align: center;
    /*border-radius: 10em;*/
    padding: 10px 10px;
}

.item_a {
    color: #fff;
    max-width: 100%;
    height: 60px;
    padding: 10px;
    display: flex;
    border-radius: 1.2em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e3392+0,be1b7f+100 */
    background: linear-gradient(to right, rgba(46,51,146,1) 0%,rgba(190,27,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.circle {
    border-radius: 10em;
    width: 34px;
    height: 34px;
    background-color: #BE1B7F;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle1 {
    border-radius: 10em;
    width: 34px;
    height: 34px;
    background-color: #838383;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle2 {
    color: #838383;
    border-radius: 10em;
    width: 34px;
    height: 34px;
    border: solid 1px #cfcfcf;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
}

.total_a {
    color: #BE1B7F;
    font-size: 18px;
    font-weight: 900;
}

.col1 {
    font-size: 24px;
    font-weight: 800;
    color: #cfcfcf;
    min-width: 10%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-right: solid 1px #cfcfcf;
}

.col2 {
    font-size: 18px;
    font-weight: 900;
    min-width: 30%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-right: solid 1px #cfcfcf;
}

.col3 {
    font-size: 18px;
    font-weight: 900;
    min-width: 15%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-right: solid 1px #cfcfcf;
}

.col4 {
    font-size: 18px;
    font-weight: 900;
    min-width: 15%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-right: solid 1px #cfcfcf;
}

.col5 {
    font-size: 18px;
    font-weight: 900;
    min-width: 15%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-right: solid 1px #cfcfcf;
}

.col6 {
    min-width: 15%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    /* border-right: solid 1px #cfcfcf; */
}

.col3 img {
    width: 48px;
    margin: 6px;
}

.col4 img {
    width: 48px;
    margin: 6px;
}

.col5 img {
    width: 48px;
    margin: 6px;
}

span {
    color: #535353;
    font-size: 16px;
    font-weight: 900;
}

.tag {
    font-size: 16px;
    font-weight: 900;
    border-radius: 0.6em;
    width: 54px;
    background-color: #FFB545;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.medalname {
    display: block;
}

.info {
    max-width: 740px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 20px auto;
}
/*亞運 End*/

@media (min-width: 1200px) {
}
@media (min-width: 980px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 979px) {
}
@media (max-width: 767px) {
    .livefigure {
        width: 100%;
    }
    .block-concertVideoList > ul > li {
        display: inline-block;
        width:30%;
    }
        .block-concertVideoList > ul > li > a > figure {
            margin: 0;
            padding: 0;
            width:95%;
        }
    .imageBox > img {
            width:100%;
        }

    /*亞運 Start*/
    .col1 {
        padding-right: 4px;
    }

    .total {
        color: #fff;
        font-size: 18px;
        font-weight: 900;
    }

    .col1 {
        font-size: 16px;
        font-weight: 800;
        color: #cfcfcf;
    }

    .medalname {
        display: none;
    }

    .col3 img {
        width: 32px;
        margin: 6px;
    }

    .col4 img {
        width: 32px;
        margin: 6px;
    }

    .col5 img {
        width: 32px;
        margin: 6px;
    }

    .circle {
        border-radius: 10em;
        width: 24px;
        height: 24px;
        background-color: #BE1B7F;
    }

    .circle1 {
        border-radius: 10em;
        width: 24px;
        height: 24px;
        background-color: #838383;
    }

    .circle2 {
        color: #838383;
        border-radius: 10em;
        width: 24px;
        height: 24px;
        border: solid 1px #cfcfcf;
    }

    .tag {
        font-size: 12px;
        font-weight: 900;
        border-radius: 0.6em;
        width: 40px;
        background-color: #FFB545;
        padding: 10px;
        color: #fff;
    }
    /*亞運 End*/
}
@media (max-width: 480px) {
    .livefigure {
        width: 100%;
    }
    .block-concertVideoList > ul > li {
        
    }

    ul.hotkeyword {
        flex-wrap: wrap;
        justify-content:flex-start;
    }
    ul.hotkeyword li {
        /*white-space:normal;*/
    }

    .intro {
        background-size: 100%;
        background-repeat: repeat-y;
    }
}
/*專題直播結束*/


@media (min-width: 992px) {

   
}


@media (min-width:768px) {

    .intro {
        height: 60%;
        padding: 0;
    }

    .team.boxed-grey {
        margin-bottom: 30px;
    }

    .boxed-grey {
        margin-bottom: 30px;
    }

    .navbar-brand {
        height: 40px;
        padding: 8px 5px 5px 10px;
        font-size: 18px;
        line-height: 1em;
    }

    .news-list {
        letter-spacing: 1px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dashed #888;
    }

    .news-title {
        font-size: 1.5em;
        text-align: left;
        width: auto;
        height: 50px;
        line-height: 24px;
    }

    .new-title a {
        color: #8C0000;
    }

    .new-title h3 a {
        color: #8C0000;
    }

    .news-word {
        font-size: 1.2em;
        text-align: left;
        width: auto;
        line-height: 24px;
    }

    .word_score {
        font-size: 6em;
    }

    .lights_box ul li {
        float: left;
        width: 47%;
        list-style: none;
        margin: 0px 0px 10px 10px;
    }

    .text > span {
        font-size: 1.2em;
        text-align: left;
        color: #333333;
    }

    .video-container {
        /*height: 210px;
    padding: 10px 6px;*/
    }

    .livecontainer {
        position: relative;
        padding-bottom: 56.2%;
        padding-top: 0px;
        height: 0;
        overflow: hidden;
    }

        .livecontainer img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
}


@media (max-width:767px) {
	.lights_box ul li {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px 0px 10px 10px;
}

.left-Headerlogo{
  float:left;
  z-index: 50;
  width:25%;
  height: 50px;
  left: 20px;
  position: relative;
  display:inline-block;
}

.movie_list {
    
    text-align: center;
    background-color: #fff;
  }

    .navbar {
       padding: 0 0 6px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(0,0,0,0.85);
    }
    

    .brand-heading {
        font-size: 100px;
      }
  
    .intro {
        height: 80%;
        padding: 0;
    }
  

    .intro-text {
        font-size: 25px;
    }

    .navbar-brand {
    height: 40px;
    padding: 8px 5px 5px 10px;
    font-size: 18px;
    line-height: 1em;
    }

  .section-heading h2 {
    font-size: 30px;
    height: 30px;
    font-family: '微軟正黑體';
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-heading i {
  margin-bottom: 20px;
}
   
.news-list{
  margin: 0 auto;
  width: 90%;
  font-family: '微軟正黑體';
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 15px 0;
  border-bottom: 1px dashed #888;

}
.news-img{
  float: left;
  width: 45%;
  margin-right: 15px;
  margin-bottom: 65px;
}

.news-title{
  font-size: 1.1em;
  text-align: left;
  width: auto;
  height: 50px;
  line-height: 24px;
}

.new-title a{
  color: #8C0000;
}


.news-word{
  font-size: 0.95em;
  text-align: left;
  width: auto;
  line-height: 24px;

}

.word_score {
    font-size: 3.5em;
    }

.left-p12logo{
  z-index: 1000;
  width: 25%;
  height: 70px;
  position: relative;
  display:inline-block;
  top:22px;
}

.picture .item {
    height: 230px;
    overflow: hidden;
}

.left-p12logo:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.brot_block {
    width: 100%;
    top:60px;
    margin-bottom: 10px;
    font-family: 微軟正黑體, 'Microsoft JhengHei', Arial, sans-serif;
}

.brot_block .item {
  height: 100%;
  overflow: hidden;  
}

    .livefigure {
        width: 100%;
    }
    .block-concertVideoList > ul > li {
        
    }
}


@media (min-width:600px) {

.intro {
        height: 73%;
        padding: 0;
    }

.news-list{
  font-family: '微軟正黑體';
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding:15px 0;
  border-bottom: 1px dashed #888;

}

.news-img{
  float: left;
  margin-right: 15px;
  margin-bottom: 25px;
}

.news-title{
  font-size: 1.2em;
  text-align: left;
  width: 100%;
  height: auto;
  line-height: 24px;
}

.new-title a{
  color: #8C0000;
}

.new-title h3 a{
  color: #8C0000;
}

.news-word{
  color:#fff;
  font-size: 1em;
  text-align: left;
  width: 100%;
  height: auto;
  line-height: 26px;

}
.word_score {
  font-size: 5em;
    }

.more-news{
  float: right;
  right: 10%;
  width: 30%;
  height: 30px;
  padding-top: 8px;
  background-color: #900A0A;
  text-align: center;
  font-family: '微軟正黑體';
  font-size: 1em;
  color: #000;
  border-radius: 5px;
  margin-right: 8px;

}
.more-news a{
  color: #FFF;
}

}


@media (max-width:480px) {

  .movie_list {
    width:100%;
    text-align: center;
    background-color: #fff;
}
.left-Headerlogo{
  float:left;
  z-index: 50;
  width: 30%;
  height: 50px;
  left: 20px;
  position: relative;
  display:inline-block;
}

.video-container {
 /* height: 180px;
  padding: 10px 6px;*/
}


.one {
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.news-list{
  margin: 0 auto;
  width: 100%;
  font-family: '微軟正黑體';
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 15px 0
  border-bottom: 1px dashed #888;
}


  .news-img{
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-right: 15px;
}

  .news-img img {
    width: 100%;
}

.news-title{
  font-size: 1.2em;
  text-align: left;
  width: 100%;
  height: auto;
  line-height: 26px;
}

.new-title a{
  color: #8C0000;
}

.news-word{
  font-size: 1em;
  text-align: left;
  width: 100%;
  height: auto;
  line-height: 26px;
  color: #FFF;
}

.livecontainer {
    width: 100%;
    /*position: relative;
    padding-bottom: 53.58%;
    height: 0;*/
    overflow: hidden;
}

  .intro {
    height: 60%;
        padding: 0;
    }

	.navbar-custom .nav.navbar-nav {
    
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
.navbar-brand {
  height: 40px;
  padding: 8px 5px 5px 10px;
  font-size: 18px;
  line-height: 1em;
}


  .word_score {
        font-size: 2.5em;
    }

.left-p12logo{
  z-index: 1000;
  width: 25%;
  height: 70px;
  position: relative;
  display:inline-block;
  top:22px;
}

.left-p12logo:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.right-social-icon img {
    z-index: 500;
    position: relative;
    width: 40px;
    margin-top: -50px;
    margin-right: 8px;
}

.right-social-icon :after{
  position: absolute;
  left: 0;
  top: 0;
}

.more-news{
  float: right;
  right: 10%;
  width: 30%;
  height: 30px;
  padding-top: 8px;
  background-color: #900A0A;
  text-align: center;
  font-family: '微軟正黑體';
  font-size: 1em;
  color: #fff;
  border-radius: 5px;

}
.more-news a{
  color: #fff;
}

.brot_block {
    width: 100%;
    top:60px;
    margin-bottom: 10px;
    font-family: 微軟正黑體, 'Microsoft JhengHei', Arial, sans-serif;
}

.brot_block .item {
  height: 100%;
    
}

  .lights_box ul li {
    width:100%;
    list-style: none;
    margin: 5px 5px;
}

.picture .item {
    height: 170px;
    overflow: hidden;
}
.text > span {
    font-size: 1.125em;
    text-align: left;
    color:#333333;
}

}

 

@import url(http://fonts.useso.com/css?family=Raleway:200,500,700,800);
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?yrquyl');
	src:url('../fonts/icomoon.eot?#iefixyrquyl') format('embedded-opentype'),
		url('../fonts/icomoon.woff?yrquyl') format('woff'),
		url('../fonts/icomoon.ttf?yrquyl') format('truetype'),
		url('../fonts/icomoon.svg?yrquyl#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, html { 
	font-size: 100%; 	
	padding: 0; margin: 0;
	font-family: '微軟正黑體';}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


.bgcolor-1 { background: #f0efee; }
.bgcolor-2 { background: #f9f9f9; }
.bgcolor-3 { background: #e8e8e8; }/*light grey*/
.bgcolor-4 { background: #2f3238; color: #fff; }/*Dark grey*/
.bgcolor-5 { background: #df6659; color: #521e18; }/*pink1*/
.bgcolor-6 { background: #2fa8ec; }/*sky blue*/
.bgcolor-7 { background: #d0d6d6; }/*White tea*/
.bgcolor-8 { background: #3d4444; color: #fff; }/*Dark grey2*/
.bgcolor-9 { background: #ef3f52; color: #fff;}/*pink2*/
.bgcolor-10{ background: #64448f; color: #fff;}/*Violet*/
.bgcolor-11{ background: #3755ad; color: #fff;}/*dark blue*/
.bgcolor-12{ background: #373a40; color: #fff;}/*light blue*/
ul {
    margin-left: 0; 
}

.related {
	color: #fff;
	background: #333;
	text-align: center;
	font-size: 1.25em;
	padding: 0.5em 0;
	overflow: hidden;
}

.related > a {
	vertical-align: top;
	width: calc(100% - 20px);
	max-width: 340px;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
.related a {
	display: inline-block;
	text-align: left;
	margin: 20px auto;
	padding: 10px 20px;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}


.related a:hover,
.related a:active {
	opacity: 1;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
	border-radius: 4px;
}
.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	font-weight: 300;
	margin-top: 0.15em;
	font-size: 0.8em;
	color: #fff;
}
.related  h3{
	color: #fff;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
	font-weight: 300;
}
.title{
	background: #eee;
}
.title h2{color: #1D7DB1;}
/* icomoon */
.icon-home:before {
	content: "\e600";
}

.icon-pacman:before {
	content: "\e623";
}

.icon-users2:before {
	content: "\e678";
}

.icon-bug:before {
	content: "\e699";
}

.icon-eye:before {
	content: "\e610";
}

.icon-eye-blocked:before {
	content: "\e611";
}

.icon-eye2:before {
	content: "\e612";
}

.icon-arrow-up-left3:before {
	content: "\e72f";
}

.icon-arrow-up3:before {
	content: "\e730";
}

.icon-arrow-up-right3:before {
	content: "\e731";
}

.icon-arrow-right3:before {
	content: "\e732";
}

.icon-arrow-down-right3:before {
	content: "\e733";
}

.icon-arrow-down3:before {
	content: "\e734";
}

.icon-arrow-down-left3:before {
	content: "\e735";
}

.icon-arrow-left3:before {
	content: "\e736";
}

.footer{
	background-color: #070b17;
	}	

.nav>li {
	color: #373a40;
}

@media screen and (max-width: 50em) {
	.htmleaf-header {
		padding: 3em 10% 4em;
	}
	.htmleaf-header h1 {
        font-size:2em;
    }
}


@media screen and (max-width: 40em) {
	.htmleaf-header h1 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 30em) {
    .htmleaf-header h1 {
        font-size:1.2em;
    }
}


/*color set strat*/
a,.tp-caption a.btn:hover {
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #67b0d1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #67b0d1;
}

.owl-theme .owl-dots button {
    border-style: none;
    margin: auto;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding: 0;
    font-size: 1rem;
    background-color: inherit;
    color: #fff;
    transition: none;
}

.widget-avatar .avatar:hover {
    border: 5px solid #67b0d1;
}

.bg-skin {
	background: #67b0d1;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #67b0d1;
}

footer {
	margin-top: 20px;
    
}

.btn-skin {
  color: #fff;
  background-color: #67b0d1;
  border-color: #67b0d1;
}

.avbar-header {
}
/*color set end*/

.carousel-nav .carousel-prev,
.carousel-nav .carousel-next {
    position: absolute;
    top: 40%;
    margin-top: -10px;
    color: #000;
    font-size: 26px;
    margin: 0px;
    padding: 4px 10px 8px 10px;
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .carousel-nav .carousel-prev:hover,
    .carousel-nav .carousel-next:hover {
        background: rgba(255, 255, 255, 1);
    }

.carousel-nav .carousel-prev {
    left: 0;
}

.carousel-nav .carousel-next {
    right: 0;
}
