@charset "UTF-8";

/* _mixin.scss 全域變數 & Mixin */
/* _extnd.scss 合併樣式 */
#loadingpage {
  top: 30%;
  position: absolute;
  left: 50%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pagination li a,
.pagination li span {
  color: #428bca;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
  background-color: #428bca;
  border-color: #428bca;
}

.tv-show .row {
  margin-left: -8px;
  margin-right: -8px;
}

.tv-show .col-xs-2 {
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
}

.tv-show .col-xs-6 {
  width: 60%;
  padding-left: 8px;
  padding-right: 8px;
}

.tv-show .film {
  position: relative;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 254px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 1px 0 #FFFFFF, inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.tv-show .film.lg {
  height: 288px;
}

.tv-show .detail {
  padding-left: 30px;
}

.tv-show article {
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 5px;
  width: 100%;
  border-bottom: #ccc 1px solid;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #FFFFFF);
  box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
}

.tv-show article p {
  line-height: 30px;
  margin: 0;
}

.tv-show article .info {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #777777;
  text-align: left;
}

.tv-show article .name {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #777777;
  text-align: left;
}

.tv-show article .date {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  color: #0063cf;
}

.tv-show article .channel {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #777777;
}

.tv-show article .status {
  float: right;
  font-size: 12px;
  line-height: 1.3;
}

.tv-show .over {
  display: none;
  width: 100%;
  height: 254px;
  background-color: rgba(100, 100, 100, 0.9);
  padding: 12px;
}

.tv-show .over .info {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
  color: #EEE;
  height: 140px;
  overflow: hidden;
}

.tv-show a:hover {
  text-decoration: none;
}

.tv-show a:hover .over {
  display: block;
  text-decoration: none;
}

.promo {
  position: relative;
  margin-top: 0;
}

.promo article .name {
  text-align: center;
}

.promo .right-slider {
  position: absolute;
  z-index: 100;
  top: 70px;
  height: 320px;
  width: 314px;
  background-image: linear-gradient(to top, #e2e2e2, #eeeeee);
  box-shadow: none;
  right: -305px;
  -webkit-transition: right 1s;
  transition: right 1s;
  border-radius: 10px 0 0 10px;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 10px 0 10px 10px;
  border-style: solid;
  /*contact-form*/
}

.promo .right-slider .btn-slider {
  position: absolute;
  top: 0;
  left: -42px;
  width: 42px;
  height: 300px;
  background: url("../images/layout/more-on.png") no-repeat center;
  cursor: pointer;
}

.promo .right-slider .btn-slider .glyphicon {
  display: block;
  top: 172px;
  text-align: center;
  color: #FFFFFF;
}

.promo .right-slider .btn-slider .glyphicon.glyphicon-chevron-right {
  display: none;
}

.promo .right-slider .btn-slider .glyphicon.glyphicon-chevron-left {
  display: block;
}

.promo .right-slider.active {
  right: 0;
}

.promo .right-slider.active .btn-slider {
  position: absolute;
  top: 0;
  left: -42px;
  width: 42px;
  height: 300px;
  background: url("../images/layout/more-off.png") no-repeat center;
  cursor: pointer;
}

.promo .right-slider .contact-msg,
.promo .right-slider .contact-form {
  overflow: hidden;
  display: none;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}

.promo .right-slider .contact-msg .error,
.promo .right-slider .contact-form .error {
  border-color: red;
  color: red;
}

.promo .right-slider .contact-msg .form-group,
.promo .right-slider .contact-form .form-group {
  margin-bottom: 13px;
}

.promo .right-slider .contact-msg .form-title,
.promo .right-slider .contact-form .form-title {
  margin-bottom: 10px;
  width: 320px;
  height: 69px;
}

.promo .right-slider .contact-msg .code,
.promo .right-slider .contact-form .code {
  padding: 0;
}

.promo .right-slider .contact-msg select,
.promo .right-slider .contact-form select {
  padding-left: 8px;
  color: #888;
}

.promo .right-slider .contact-msg .btn-ok,
.promo .right-slider .contact-msg .btn-submit,
.promo .right-slider .contact-form .btn-ok,
.promo .right-slider .contact-form .btn-submit {
  margin: 2px auto;
  padding: 6px 40px;
  font-size: 18px;
  color: #FFF;
  background: #37b7e4;
  border-bottom: 3px solid #26892b;
  border-radius: 5px;
}

.promo .right-slider .contact-msg .btn-ok:hover,
.promo .right-slider .contact-msg .btn-submit:hover,
.promo .right-slider .contact-form .btn-ok:hover,
.promo .right-slider .contact-form .btn-submit:hover {
  border-bottom: 5px solid #337ab7;
  margin-top: 0;
}

.promo .right-slider .contact-msg .btn-ok:active,
.promo .right-slider .contact-msg .btn-submit:active,
.promo .right-slider .contact-form .btn-ok:active,
.promo .right-slider .contact-form .btn-submit:active {
  border-bottom: 0 solid #337ab7;
  margin-top: 5px;
}

.promo .right-slider .contact-msg .msg,
.promo .right-slider .contact-form .msg {
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
  padding-top: 100px;
}

.promo .right-slider .contact-msg.active,
.promo .right-slider .contact-form.active {
  display: inline-block;
}

.promo .right-slider-shadow {
  content: '';
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  width: 6px;
  height: 440px;
  background: url("../images/catv/shadow.png") no-repeat center;
}

.promo section {
  margin-bottom: 0;
}

.promo section .item {
  height: 120px;
  border-radius: 3px;
  background-color: #f8f8f8;
  border: solid 1px #FFFFFF;
  margin: 20px 10px;
}

.promo section .item h3 {
  margin: 42px 0 0 20px;
  font-size: 18px;
}

.promo section .item p {
  margin: 0 0 0 20px;
}

.promo section .item .btn-more {
  display: block;
  margin: 40px auto;
  width: 150px;
  border-radius: 3px;
  background-color: #0063cf;
  box-shadow: 0 3px 0 0 #4a90e2;
  font-size: 18px;
  color: #FFF;
}

.promo section .item .btn-more:hover {
  box-shadow: 0 5px 0 0 #4a90e2;
  margin-top: 38px;
  color: #FFFFFF;
}

.promo section .item .btn-more:active {
  box-shadow: 0 0 0 0 #4a90e2;
  margin-top: 42px;
  color: #FFFFFF;
}

.promo section .more-info {
  display: inline-block;
  padding: 0 36px;
  margin-top: 20px;
  line-height: 1.7;
}

.promo section .more-info .btn-link {
  padding-right: 0;
}

.promo section .remind {
  position: relative;
  background-color: #f7f7f7;
  margin: 40px 0;
  padding: 27px 55px 12px 55px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.promo section .remind:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.promo section .remind p {
  font-size: 12px;
  line-height: 2.0;
  color: #bbbbbb;
  margin-bottom: 15px;
}

.promo section .remind .title {
  font-size: 14px;
  color: #999999;
}

.info-box {
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 3px;
  border: solid 1px #FFFFFF;
  background-color: #f8f8f8;
  margin-top: 15px;
  margin-bottom: 15px;
}

.info-box h3 {
  margin-top: 10px;
}

.gift-box {
  border-radius: 4px;
  overflow: hidden;
  background-color: #e7f9ff;
}

.gift-box .gift {
  position: relative;
  float: left;
  width: 210px;
  border-radius: 4px;
  background-color: #009fd6;
}

.gift-box .gift:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 159, 214, 0);
  border-left-color: #009fd6;
  border-width: 5px;
  margin-top: -5px;
}

.gift-box .info {
  float: left;
  width: 770px;
  padding: 5px 40px;
}

.gift-box .info h3 {
  color: #009fd6;
}

.user-box {
  background-image: linear-gradient(to top, #F0F2F2, #F6F7F8);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 50px;
  margin-bottom: 10px;
}

.list-box {
  display: block;
  width: 100%;
  border-radius: 3px;
  background-color: #f7f7f7;
  border: solid 1px #E2E2E2;
  box-shadow: inset 1px 1px 1px 0px #FFF;
  padding: 0 50px 30px 50px;
  margin: 10px 0;
}

/* _layout.scss 共同框架 */
/*color*/
.tc-title {
  color: #0063cf;
}

.tc-content {
  color: #AAAAAA;
}

.tc-shadow {
  text-shadow: 1px 1px #FFF;
}

.tc-orange {
  color: #0063cf;
}

/*baseElements (定義基本元素的樣式: body, h1-h6, ul, ol, a, p, 等等)*/
h1 {
  font-size: 36px;
  color: #0063cf;
}

h2 {
  font-size: 24px;
  color: #009fd6;
}

h3 {
  font-size: 20px;
  color: #333333;
}

h4 {
  font-size: 18px;
  color: #333333;
  margin: 0;
}

p {
  font-size: 14px;
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

/*baseLayout (定義基本的模版: header, footer, 等等，元素可以幫助網站定義基本的圖層)*/
body {
  font-family: 'Arial', 'Microsoft JhengHei', 'sans-serif';
}

.wrap {
  background: #EEEEEE;
  width: 100%;
  position: absolute;
  top: 0;
  color: #525252;
  min-width: 990px;
}

.modal-dialog {
  width: 900px;
}

.modal-dialog .modal-content {
  background: #EFEFEF;
}



.carousel-inner {
  width: 100%;
  max-height: 600px !important;
}

.banner {
  border-bottom: 4px solid #0063cf;
}

.banner.no-br {
  border-bottom: none;
}

.banner .btn-more2 {
  display: block;
  margin: 15px auto;
  width: 150px;
  border-radius: 3px;
  background-color: #EF7100;
  box-shadow: 0 3px 0 0 #FAB400;
  font-size: 14px;
  color: #FFF;
  padding: 5px;
  text-align: center;
}

/*main*/
main {
  margin-bottom: 35px;
  /*more-link*/
  /*tab nav*/
}

main .more-link {
  font-size: 14px;
}

main .more-link a {
  font-size: 12px;
  margin-left: 5px;
}

main .nav-tabs {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  height: 44px;
  position: relative;
}

main .nav-tabs:before {
  content: '';
  width: 100%;
  border-bottom: 0px solid #ccc;
  position: absolute;
  bottom: 0;
}

/*main  .news .nav-tabs li {
      margin-bottom: -2px; }
     main  .news .nav-tabs li:nth-child(1) {
         background-image: url(/images/index/news_title_01.png);
         background-repeat: no-repeat;
         background-size: contain;
      }
      main .news .nav-tabs li:nth-child(1).active {
         background-image: url(/images/index/news_title_01_active.png);
      }
      main .news .nav-tabs li:nth-child(1) a {
        width:90px;
         height:36px;
      }
      main  .news .nav-tabs li:nth-child(2) {
          margin-left:14px;
         background-image: url(/images/index/news_title_03.png);
         background-repeat: no-repeat;
         background-size: contain;
      }
       main  .news .nav-tabs li:nth-child(2).active {
         background-image: url(/images/index/news_title_03_active.png);
      }
      main  .news .nav-tabs li:nth-child(2) a {
        width:90px;
         height:36px;
      }*/
main .nav-tabs li:first-child {
  margin-left: 27px;
}

main .nav-tabs li a,
main .nav-tabs li a h2,
main .nav-tabs li a:hover,
main .nav-tabs li a:focus {
  margin: 0;
  font-size: 15px;
  color: #777777;
  border-color: #DDD;
  background-color: transparent;
  padding: 6px 9px 7px 9px;
  border-bottom-color: transparent;
  border-radius: 3px;
}

main .nav-tabs li.active a,
main .nav-tabs li.active a h2,
main .nav-tabs li.active a:hover,
main .nav-tabs li.active a:focus {
  margin-top: -3px;
  padding-top: 8px;
  padding-bottom: 7px;
  font-size: 15px;
  color: #0063cf;
  border-width: 2px;
}



/* 超小螢幕（手機，小於 768px） */
@media (min-width: 0px) {
  .container {
    width: 990px;
  }
}

/* 小螢幕（平板，大於等於 768px） */
@media (min-width: 768px) {
  .container {
    width: 990px;
  }
}

/* 中等螢幕（桌面螢幕，大於等於 992px） */
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
}

/* 大螢幕（大桌面螢幕，大於等於 1200px） */
@media (min-width: 1200px) {
  .container {
    width: 990px;
  }
}

/* index */
/*banner*/
.banner {
  overflow: hidden;
  margin-top: 1px;
  margin-bottom: 30px;
  border-bottom: 0;
  /*banner-list*/
}

.banner .main-slider .board {
  position: absolute;
  top: 74px;
  left: 503px;
  width: 448px;
  height: 291px;
  border-radius: 0 0 3px 3px;
  border-top: solid 5px #0063cf;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #000000);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
}

.banner .main-slider .board .main-title {
  width: 348px;
  font-size: 36px;
  line-height: 1.1;
  color: #0063cf;
  margin: 28px 50px 10px 50px;
}

.banner .main-slider .board .sub-title {
  width: 348px;
  font-size: 28px;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 10px 50px;
}

.banner .main-slider .board .info {
  width: 348px;
  height: 88px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 15px 50px 0 50px;
}

.banner .main-slider .board .btn-more {
  display: block;
  margin: 15px auto;
  width: 150px;
  border-radius: 3px;
  background-color: #0063cf;
  box-shadow: 0 3px 0 0 #4a90e2;
  font-size: 18px;
  color: #FFF;
}

.banner .main-slider .board .btn-more:hover {
  box-shadow: 0 5px 0 0 #4a90e2;
  margin-top: 12px;
}

.banner .main-slider .board .btn-more:active {
  box-shadow: 0 0 0 0 #4a90e2;
  margin-top: 17px;
}

.banner .banner-list {
  position: relative;
  margin-top: -77px;
}

.banner .banner-list .list-slider {
  height: 77px;
  overflow: hidden;
}

.banner .banner-list .list-slider a {
  position: relative;
  margin-top: 4px;
  overflow: hidden;
  background: linear-gradient(to top, #000000, rgba(85, 85, 85, 0.6));
  border-top: 1px solid #FFF;
  color: #FFF;
  display: block;
}

.banner .banner-list .list-slider a.right-shadow:after {
  position: absolute;
  content: '';
  top: 0;
  left: -10px;
  width: 10px;
  height: 70px;
  box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.5);
}

.banner .banner-list .list-slider a.left-shadow:after {
  position: absolute;
  content: '';
  top: 0;
  right: -10px;
  width: 10px;
  height: 70px;
  box-shadow: -3px 0 6px 0 rgba(0, 0, 0, 0.5);
}

.banner .banner-list .list-slider .active.center.on a {
  z-index: 100;
  margin-top: 0;
  height: 78px;
  border: solid 1px #0063cf;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  background: linear-gradient(to bottom, rgba(0, 98, 207, 0.8), #0063cf);
}

.banner .banner-list .list-slider p {
  padding: 17px 0 12px 0;
  font-size: 14px;
  line-height: 22px;
  min-height: 73px;
}

.banner .banner-list .owl-controls {
  color: #FFF;
  margin-top: -70px;
}

.banner .banner-list .owl-controls span {
  padding: 30px 5px;
  margin: -4px -5px;
}

.banner .banner-list .owl-prev {
  float: left;
  margin-left: 5px;
}

.banner .banner-list .owl-next {
  float: right;
  margin-right: 5px;
}

.banner .btn-more2:hover {
  box-shadow: 0 5px 0 0 #FAB400;
  text-decoration: none;
  margin-top: 12px;
}

.banner .btn-more2:active {
  box-shadow: 0 0 0 0 #FAB400;
  margin-top: 17px;
}

/*main*/
main {
  /*tab nav*/
  /*news content*/
  /*contact-form*/
  /*feature content*/
  /*tv-show*/
}

main section {
  margin: 20px auto 10px auto;
}

main .nav-tabs {
  margin-bottom: 20px;
  border-bottom: 0px solid #fff;
  height: 34px;
  position: relative;
}

main .nav-tabs:before {
  content: '';
  width: 100%;
  border-bottom: 0px solid #ccc;
  position: absolute;
  bottom: 0;
}

main .nav-tabs li {
  border-color: transparent;
  margin-bottom: -2px;
}

main .nav-tabs li:first-child {
  margin-left: 27px;
}

main .nav-tabs li a {
  border-color: transparent;
  margin: 0;
  font-size: 15px;
  padding: 4px 10px;
}

main .nav-tabs li a h2 {
  margin: 0;
  font-size: 15px;
  color: #777777;
  border-color: transparent;
  background-color: transparent;
  padding: 4px 10px;
}

main .nav-tabs li a:hover,
main .nav-tabs li a:focus {
  margin: 0;
  font-size: 15px;
  color: #777777;
  border-color: transparent;
  background-color: transparent;
  padding: 4px 10px;
}

main .nav-tabs li.active a,
main .nav-tabs li.active a h2,
main .nav-tabs li.active a:hover,
main .nav-tabs li.active a:focus {
  font-size: 15px;
  color: #0063cf;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #26b42e;
  font-weight: 500;
  padding-top: 7px;
  padding-bottom: 4px;
  border-radius: 0;
  border-width: 3px;
}

main .news .tab-content .more-link {
  margin-right: 15px;
}

main .news .tab-content li {
  list-style: none;
  margin-bottom: 15px;
}

main .news .tab-content li a {
  position: relative;
  top: 4px;
  display: inline-block;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 505px;
}

main .news .tab-content li .date {
  display: inline-block;
  color: #AAAAAA;
  padding-right: 25px;
}

main .contact-msg,
main .contact-form {
  overflow: hidden;
  display: none;
  box-shadow: 0 10px 12px 0 #929292, 0 -1px 2px 0 #ffffff;
  padding: 20px;
}

main .contact-msg .form-title,
main .contact-form .form-title {
  margin-bottom: 10px;
  width: 320px;
  height: 69px;
}

main .contact-msg .code,
main .contact-form .code {
  padding: 0;
}

main .contact-msg .error,
main .contact-form .error {
  border-color: red;
  color: red;
}

main .contact-msg .btn-ok,
main .contact-msg .btn-submit,
main .contact-form .btn-ok,
main .contact-form .btn-submit {
  margin: 2px auto;
  padding: 6px 40px;
  font-size: 18px;
  color: #FFF;
  background: #37b7e4;
  border-bottom: 3px solid #37b7e4;
  border-radius: 5px;
}

main .contact-msg .btn-ok:hover,
main .contact-msg .btn-submit:hover,
main .contact-form .btn-ok:hover,
main .contact-form .btn-submit:hover {
  border-bottom: 5px solid #337ab7;
  margin-top: 0;
}

main .contact-msg .btn-ok:active,
main .contact-msg .btn-submit:active,
main .contact-form .btn-ok:active,
main .contact-form .btn-submit:active {
  border-bottom: 0 solid #337ab7;
  margin-top: 5px;
}

main .contact-msg:after,
main .contact-form:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 322px;
}

main .contact-msg h4,
main .contact-form h4 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

main .contact-msg select,
main .contact-form select {
  padding-left: 8px;
  color: #888;
}

main .contact-msg .msg,
main .contact-form .msg {
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
}

main .contact-msg.active,
main .contact-form.active {
  display: inline-block;
}

main .feature {
  background: #FFF;
  border-radius: 6px;
}

main .feature .col-xs-4:first-child {
  border-right: 1px solid #EEEEEE;
}

main .feature .col-xs-4:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #EEEEEE;
}

main .feature .col-xs-4 .col-xs-7 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

main .feature .col-xs-4 article {
  padding: 30px 0;
  width: 150px;
}

main .feature .col-xs-4 article .tc-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
}

main .feature .col-xs-4 article p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}

main .feature .home-play {
  background: url("../images/index/home-play.jpg") no-repeat center left;
}

main .feature .home-security {
  background: url("../images/index/home-security.jpg") no-repeat center left;
}

main .feature .home-super-cam {
  background: url("../images/index/home-super-cam.jpg") no-repeat center left;
}

main .feature-cg {}

main .feature-cg .pic {
  text-align: center;
}

main .feature-cg h4 {
  text-align: center;
  margin-top: 20px;
}

main .feature-cg p {
  text-align: center;
  width: 200px;
  margin: 0 auto;
}

main .feature-cg .more {
  font-size: 14px;
  color: #ffffff;
  padding: 4px 10px 6px 10px;
  margin: 0 auto;
  width: 120px;
  text-align: center;
  border-radius: 30px;
  margin-top: 20px;
  letter-spacing: 6px;
  margin-bottom: 20px;
  background: linear-gradient(0deg, #38b03e 35%, #38b03e 60%);
  background: -moz-linear-gradient(0deg, #38b03e 35%, #38b03e 60%);
  background: -webkit-linear-gradient(0deg, #38b03e 35%, #38b03e 60%);
  background: -o-linear-gradient(0deg, #38b03e 35%, #38b03e 60%);
}

main .feature-cg .more a {
  color: #ffffff;
}

main .tv-show {
  /*ad*/
  /*tv-cf*/
}

main .tv-show .row {
  margin-left: -8px;
  margin-right: -8px;
}

main .tv-show .col-xs-2 {
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
}

main .tv-show .col-xs-6 {
  width: 60%;
  padding-left: 8px;
  padding-right: 8px;
}

main .tv-show .film {
  position: relative;
  display: block;
  width: 100%;
  height: 254px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0 #ffffff, inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

main .tv-show .title {
  margin-left: 14px;
  background-image: url(/images/index/video_title.png);
  background-repeat: no-repeat;
  background-size: contain;
}

main .tv-show .title a {
  width: 90px;
  height: 36px;
}

main .tv-show article {
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 5px 5px 5px 5px;
  width: 100%;
  border-bottom: #ccc 1px solid;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #ffffff);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

main .tv-show article p {
  line-height: 30px;
}

main .tv-show .ad {
  position: relative;
  display: block;
  width: 100%;
  height: 215px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 1px 0 #ffffff, inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

main .tv-show .ad:hover {
  opacity: 0.6;
}

main .tv-show .ad .name {
  width: 100%;
  font-size: 14px;
  color: #0063cf;
  text-shadow: 1px 1px 0 #ffffff;
  text-align: center;
}

main .tv-show .tv-cf {
  position: relative;
}

main .tv-show .tv-cf .tvcf {
  position: absolute;
  padding-top: 1px;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}

main .tv-show .tv-cf article {
  position: absolute;
  left: 294px;
  top: 1px;
  width: 295px;
  height: 215px;
  padding: 15px 15px 0 25px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-image: linear-gradient(to bottom, #eeeeee, #d8d8d8);
  box-shadow: 1px 1px 1px 0 #ffffff, inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

main .tv-show .tv-cf article .name {
  width: 100%;
  font-size: 20px;
  color: #0063cf;
  text-shadow: 1px 1px 0 #ffffff;
  margin-bottom: 5px;
}

main .tv-show .tv-cf article .info {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  text-shadow: 1px 1px 0 #ffffff;
  letter-spacing: 1px;
}

main .tv-show .tv-cf article .btn-more {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  border-radius: 3px;
  padding: 6px 36px;
  margin: 5px 50px;
  background-color: #0063cf;
  box-shadow: 0 3px 0 0 #4a90e2;
}

main .tv-show .tv-cf article .btn-more:hover {
  box-shadow: 0 5px 0 0 #4a90e2;
  margin-top: 3px;
}

main .tv-show .tv-cf article .btn-more:active {
  box-shadow: 0 0 0 0 #4a90e2;
  margin-top: 10px;
}

main .tv-cf-cg {}

main .tv-cf-cg .title {
  margin-left: 14px;
  background-image: url(/images/index/video_title.png);
  background-repeat: no-repeat;
  background-size: contain;
}

main .tv-cf-cg .title a {
  width: 90px;
  height: 36px;
}

main .tv-cf-cg li {
  width: 100%;
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
}

main .tv-cf-cg article {
  background-image: none;
  box-shadow: 0px 0px 0px 0 #ffffff, inset 0 0px 0px 0 rgba(0, 0, 0, 0.3);
}

main .tv-cf-cg article .name {
  width: 100%;
  font-size: 20px;
  color: #0063cf;
  text-shadow: 1px 1px 0 #ffffff;
  margin-bottom: 5px;
}

main .tv-cf-cg article .info {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  text-shadow: 1px 1px 0 #ffffff;
  letter-spacing: 1px;
}

main .tv-cf-cg article .btn-more {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  border-radius: 3px;
  padding: 6px 36px;
  margin: 5px 50px;
  background-color: #0063cf;
  box-shadow: 0 3px 0 0 #4a90e2;
}

main .tv-show-cg {
  padding-top: 20px;
  background-image: url(/images/index/tvshow_bg.jpg);
  width: 100%;
  height: 300px;
  background-attachment: fixed;
}

main .contact-from {
  margin-top: 1px;
}

#popup .modal-body {
  padding: 10px 40px 40px 40px;
}

#popup .modal-header {
  border-bottom: none;
}

#popup h2 {
  margin: 0 0 5px 0;
}

#popup h3 {
  margin: 0 0 5px 0;
}

#popup h4 {
  margin: 0 0 5px 0;
}

#popup .icon-hd {
  margin: 0 0 5px 0;
}

#popup .times {
  margin: 0 0 5px 0;
}

#popup .info {
  margin: 20px 0;
}

#popup .date {
  font-size: 14px;
  margin: 0;
}

#popup-form .modal-body,
#popup-form .modal-header {
  border-bottom: none;
}

#popup-form .modal-dialog {
  width: 320px;
}

/*# sourceMappingURL=index.css.map */
/*carousel*/
/*
Fade content bs-carousel with hero headers
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  height: 100vh;
}

.fade-carousel .carousel-inner .item {
  height: 100vh;
}

.fade-carousel .carousel-indicators>li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: .7;
}

.fade-carousel .carousel-indicators>li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
  background-image: url(https://www.kbro.com.tw/upload/banner/s81e1c3e0851ac84df50ed072156523de1577778374.jpg);
}

.fade-carousel .slides .slide-2 {
  background-image: url(https://www.kbro.com.tw/upload/banner/s27d1c82f0ba2916e8d0a01e4839abb801577778385.jpg);
}

.fade-carousel .slides .slide-3 {
  background-image: url(https://www.kbro.com.tw/upload/banner/s27d1c82f0ba2916e8d0a01e4839abb801577778385.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
  .hero {
    width: 980px;
  }
}

@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 4em;
  }
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-bottom: 5px solid black;
}

.h5v {
  background-color: #000000;
}

.yt-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}