@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* reset
---------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;	padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img,iframe {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,button:focus{
    outline: 0;
}
i{
  font-style: normal;
}
a:active, a:hover,a:focus,select:focus {outline: 0 none;}

*:focus {outline: 0;}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


/* common
---------------------------------------------------------*/

*,:before,:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.3em;
  color: #777;
  font-family: "Helvetica Neue",Helvetica,Verdana,"微軟正黑體","Microsoft JhengHei", sans-serif;
  background: url(../images/bg.png) repeat;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #3d5da0;
}

.page-container{
  width: 1170px;
  margin: 0 auto;
}

::-moz-selection {
  background: #2e333c;
  color: #fff;
}

::selection {
  background: #2e333c;
  color: #fff;
}


@media screen and (max-width:1190px){

  .page-container{
    width: 100%;
    padding:0 ;
  }

}

.page-container:before, .page-container:after,.container:before, .container:after,
.clearfix:before, .clearfix:after,.panel:before, .panel:after  {
  /*content: " ";
  display: table;*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.txt-center{
  text-align: center;
}

.txt-lg{
  font-size: 2em;
}

.txt-sm{
  font-size: 0.9em;
}

.txt-gary{
  color: #777;
}

.hr{
  height: 1px;
  background: #cacaca;
  margin: 0 auto 20px;
  box-shadow: 0px 1px 0 0px rgba(255, 255, 255, 0.8);
  width: 100%;
  clear: both;
}

.m-t-30{
  margin-top: 30px;
}

.text-danger{
  color: #d9534f;
}

.text-success{
  color: #3c763d
}


/* panel
---------------------------------------------------------*/

.panel{
  margin-bottom: 30px;
  background: #fff;
  padding: 0 25px 25px;
}

.panel.full{
  background: none;
  padding: 0;
}

.md-panel .panel-heading h2{
  font-size: 1.3em;
  font-weight: normal;
  color: #4f4f4f;
}

.md-panel .panel-body{
  font-size: 0.95em;
  line-height: 1.4;
}

.panel-heading{
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative;
}

.panel-heading.pd-t-0{
  padding-top: 0;
}

.panel-heading h2{
  font-size: 1.4em;
  font-weight: normal;
  color: #4f4f4f;
  line-height: 1.4;
}

.panel-heading .option-bar{
  float: right;
  text-align: right;
  font-size: 0.9em;
}

.panel-heading .option-bar i{
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

.panel-heading:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  border-top: 2px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
}

.panel-heading:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


.panel-heading.center{
  text-align: center;
  padding: 0;
}

.panel .panel-heading.center{
  padding-top: 25px;
}

.panel.full .panel-heading.center{
  padding-top: 0;
}

.panel-heading.center h2{
  display: inline-block;
  position: relative;
  font-size: 1.7em;
  padding: 10px 45px;
  background: #fff;
}

.panel.full .panel-heading.center h2{
  background: #fff;
  background: url(../images/bg.png) repeat;
}

.panel-heading.center:before{
  bottom:25px;
}

.panel-body{
  padding: 30px 0 0;
}

.panel-body.pd-t-10{
  padding-top: 10px;
}

.panel-body-1{
  padding: 35px 0 0;
}

.panel-info{
  background: url(../images/panel-bg.png) repeat;
  padding: 8px 10px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.panel-info .panel-heading,.panel-info .panel-body{
  background: #fff
}

.panel-info .panel-heading{
  padding-top: 10px;
  padding-bottom: 12px;
}

.panel-info .panel-heading h2{
  font-size: 1.4em;
}

.panel-info .panel{
  margin-bottom: 0;
}

.panel-primary.panel{
  background: #fff;
  padding: 0;
}

.panel-primary .panel-heading{
  background: #365baa;
  text-align: center;
  padding: 10px 0;
}

.panel-primary .panel-heading:before{
  border: none;
}

.panel-primary .panel-heading h2{
  color: #fff;
  text-align: center;
  font-size: 1.25em;
}

.panel-primary .panel-body{
  padding: 25px 15px 20px;
}

.fb-wrap iframe{
  width: 275px;
  background: #fff
}

.google-ad.panel{
  padding: 0;
  background: transparent;
  margin-bottom: 15px;
}


@media screen and (min-width: 451px) and (max-width: 750px) {

  .panel-primary .panel-body{
    width: 85%;
    margin: 0 auto;
  } 

  .panel-info{
    padding: 15px;
  }

}


/* panel-title
---------------------------------------------------------*/

.panel-title{
  margin-bottom: 20px;
  position: relative;
  padding-top: 30px;
}

.panel-title:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 6px;
  border-bottom: 1px solid #7d7d7d;
}

.panel-title h3{
  font-size: 1.2em;
  background: #fff;
  display: inline-block;
  position: relative;
  padding:0 14px;
  font-family: "Yu Gothic","Open Sans",sans-serif;
  color: #333;
  margin-left: 20px;
}


/* section-title-1
---------------------------------------------------------*/

.section-title-1{
  margin-bottom: 50px;
  position: relative;
  padding-top: 30px;
  text-align: center;
}

.section-title-1:before {
  content: '◆◆◆';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 60%;
  margin-left:-30%;
  height: 10px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  font-size: 2em;
  color: #dcdcdc;
}

.section-title-1 h3{
  font-size: 1.5em;
  font-weight: normal;
  background: #fff;
  position: relative;
  padding-right: 10px;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #4a4a4a;
}

.section-title-1 h3 .num{
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #3d5da0;
  border-radius: 100px;
  margin-right: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 30px;
  font-size: 0.9em;
}

.section-smtitle{
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
}

.section-smtitle h4{
  font-size: 1.25em;
  font-weight: normal;
  color: #222;
  background: #e7eff5;
  padding: 5px 0;
  border-radius: 30px;
  display: block;
}


@media screen and (max-width:750px){

  .section-title-1:before{
    width: 80%;
    margin-left:-40%;
  }

}

@media screen and (max-width:450px){

  .section-title-1:before{
    font-size: 1.3em;
  }

}



/* section-wrapper
---------------------------------------------------------*/

.section-wrapper{
  width: 90%;
  margin: 0 auto  40px;
}

.section-wrapper.m-t-40{
  margin: 20px auto 40px;
}

.section-wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.section-body{
  line-height: 1.5;
}

.section-body .thumbnail img{
  width: 100%;
  height: auto;
}


/* talk introduce 滔客介紹
---------------------------------------------------------*/

.talk-intro  .pull-right{
  width: 49%;
  margin-left: 2%;
}

.talk-intro.talk-section-1 .pull-left{
  width: 45%;
}

.talk-intro.talk-section-1 .pull-right{
  width: 53%;
}

.talk-intro.talk-section-2 .pull-left{
  width: 58%;
}

.talk-intro.talk-section-2 .pull-right{
  width: 40%;
}


@media (max-width: 990px) {
  .section-wrapper{
    width: 100%;
  }
}


@media (max-width: 600px) {

  .talk-intro.talk-section-1 .pull-left,.talk-intro.talk-section-2 .pull-left{
    width: 100%;
    margin-bottom: 20px;
  }

  .talk-intro.talk-section-1 .pull-right,.talk-intro.talk-section-2 .pull-right{
    width: 100%;
    margin-left: 0;
  }

  .talk-intro .thumbnail img{
    width: 85%;
  }

}

.talk-intro .intro-logo{
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-left: 20px;
  border-radius: 100px;
  background: #edf1f8;
  margin-top: 30px;
  box-shadow: inset 0px 0px 0px 6px #ffffff;
  border: 1px solid #edf1f8;
  text-align: center;
  line-height: 140px;
  float: right;
}

.talk-intro .intro-logo img{
  max-height: 30px
}

.talk-intro .blockquote-1{
  width: 80%;
  float: left;
}

@media screen and (max-width:910px){

  .talk-intro .blockquote-1{
    width: 100%;
    float: none;
  }

  .talk-intro .intro-logo{
    float: none;
    margin: 0 auto;
    display: block;
  }

}


/* talk plan 滔客計畫
---------------------------------------------------------*/

.talk-plan.talk-section-1 .pull-left{
  width: 25%;
}

.talk-plan.talk-section-1 .pull-right{
  width: 75%;
  padding-left: 3%;
  line-height: 1.6;
  padding-top: 40px;
  font-size: 1.05em;
}


@media (max-width: 750px) {

  .talk-plan.talk-section-1 .pull-left img{
    width: 50%;
  }

  .talk-plan.talk-section-1 .pull-left,.talk-plan.talk-section-1 .pull-right{
    width: 100%;
  }

}

/* join us 加入我們
---------------------------------------------------------*/

.join-us.talk-section-1 .pull-left{
  width: 15%;
  padding-bottom: 30px;
  text-align: center;
}

.join-us.talk-section-1 article{
  margin-bottom: 30px;
}

.join-us.talk-section-1 article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.join-us.talk-section-1 .pull-left img{
  width: 100%;
}

.join-us.talk-section-1 .pull-right{
  width: 85%;
  padding-left: 3%;
  line-height: 1.8;
  padding-bottom: 30px;
}

.join-us.talk-section-1 .entry-title{
  font-size: 1.4em;
  font-weight: normal;
}

.join-us .btn-box .btn{
  width: 100%;
}


@media screen and (max-width:750px){

  .join-us.talk-section-1 .pull-left{
    width: 100%;
    padding-bottom: 15px;
  }

  .join-us.talk-section-1 .pull-left img{
    width: 40%;
  }

  .join-us.talk-section-1 .pull-right{
    width: 100%;
    padding-left: 0;
  }



}


/* talk introduce 經銷商專區
---------------------------------------------------------*/

.talk-distributor{
  line-height: 1.6;
}

.talk-distributor .thumbnail img{
  width: auto;
}

.talk-distributor.talk-section-1 .pull-left{
  width: 20%;
}

.talk-distributor.talk-section-1 .pull-right{
  width: 78%;
  padding-left: 2%;
}

.talk-distributor.talk-section-2{
  width: 70%;
  margin: 0 auto 40px;
}

.talk-distributor.talk-section-2 .pull-left{
  width: 76%;
  padding-right: 2%;
  padding-top: 35px;
}

.talk-distributor.talk-section-2 .pull-right{
  width: 22%;
}

@media screen and (max-width:750px){

  .talk-distributor.talk-section-1 .pull-left{
    width: 50%;
    float: none;
    margin: 0 auto 20px;
  }

  .talk-distributor.talk-section-1 .pull-right{
    width: 100%;
    padding-left: 0;
  }

  .talk-distributor.talk-section-2{
    width: 100%;
  }

}

table.data-1{
  margin: 20px auto
}

table.data-1 a{
  color: #2d4be3;
  text-decoration: underline;
}

table.data-1 td{
  border: 1px solid #b7b7b7;
  color: #1b1b1b;
}

table.data-1 td,table.data-1 th{
  padding: 7px 0px 7px 10px;
  border: 1px solid #b7b7b7;
}

table.data-1 th{
  background: #c8e8d0;
  letter-spacing: 5px;
  text-align: center;
}

table.data-1 th[scope=row]{
  background: #eeeeee;
}

@media screen and (max-width:450px){
  table.data-1{
    width: 100%;
  }
}

.btn-1{
  background: #3e9cbe;
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  display: inline-block;
  letter-spacing: 4px;
  box-shadow: inset 0px 1px 2px  1px rgba(0,0,0,0.2);
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.btn-1 i{
  font-size: 1.1em;
  margin-left: 3px;
}

.btn-1:hover{
  background: #288aae;
  color: #fff;
}

.talk-distributor.talk-section-3 .txt-lg{
  margin-bottom: 10px;
  display: block;
  clear: both;
}

.talk-distributor.talk-section-3 .btn-1{
  width: 50%;
}


/* talk cooperation 合作提案
---------------------------------------------------------*/

.talk-cooperation .co-logo{
  width: 28%;
  margin: 0 auto 15px;
  display: block;
}

.talk-cooperation .co-logo img{
  width: 100%;
}

.talk-cooperation .section-body{
  width: 80%;
  margin: 0 auto;
}

.talk-cooperation.talk-section-1 .entry-txt{
  font-size: 1.2em;
  line-height: 1.6;
}

.talk-cooperation.talk-section-2 .pull-left{
  width: 30%;
}

.talk-cooperation.talk-section-2 .pull-left img{
  border-radius: 20px;
}

.talk-cooperation.talk-section-2 .pull-right{
  width: 68%;
  padding-left: 2%;
}

.talk-cooperation .list-item-6{
  padding-top: 15px;
}

.talk-cooperation .list-item-6 li{
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.5;
}

.talk-cooperation .list-item-6 li .txt{
  margin-left: 25px;
}

.talk-cooperation .list-item-6 li:before{
  width: 22px;
  height: 22px;
  font-family: 'FontAwesome';
  content: "\f138";
  float: left;
  color: #b3d9e8;
}

.talk-cooperation .list-item-6 li i{
  margin-right: 3px;
  color: #b3d9e8;
}

.talk-cooperation.talk-section-3 .section-body{
  width: 70%;
}

.talk-cooperation.talk-section-4 .section-body{
  width: 68%;
}

.talk-cooperation.talk-section-4 .other-logo-1{
  display: inline-block;
  height: 54px;
  margin: 0 15px 30px 15px;
}


@media screen and (max-width:1200px){

  .talk-cooperation .section-body{
    width: 100%;
  }

  .talk-cooperation.talk-section-2 .pull-left{
    width: 60%;
    float: none;
    margin: 0 auto
  }

  .talk-cooperation.talk-section-2 .pull-right{
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .talk-cooperation.talk-section-3 .section-body{
    width: 100%;
  }

  .talk-cooperation.talk-section-4 .section-body{
    width: 100%;
  }

  .talk-cooperation.talk-section-4 .other-logo-1{
    max-width: 48%;
  }

}

@media screen and (max-width:450px){

  .talk-cooperation.talk-section-2 .pull-left{
    width: 80%;
  }


}


/* talk privacy 隱私權政策
---------------------------------------------------------*/

.talk-privacy{
  line-height: 1.6;
}

.talk-privacy.talk-section-1 {
  width: 80%;
}

.talk-privacy .privacy-title{
  font-size: 1.4em;
  font-weight: normal;
  color: #3d5da0;
}

.talk-privacy.talk-section-1 p{
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 40px;
}

.talk-privacy.talk-section-1 a{
  color: #4a68a6;
}

@media screen and (max-width:450px){

  .talk-privacy.talk-section-1 {
    width: 100%;
  }

}


/* panel-menu
---------------------------------------------------------*/

.panel-menu{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

.panel-menu li{
  list-style: none;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  position: relative;
  margin-bottom: 10px;
  background: #eaeff5;
  text-align: center;
  padding: 8px 20px;
  color: #3d5da0;
  font-size: 1.2em;
  position: relative;
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.panel-menu li a{
  color: #3d5da0;
}

.panel-menu li:hover{
  background: #3d5da0;
  color: #fff;
}

.panel-menu li:hover a{
  color: #fff;
}

.panel-menu.tabs{
  border-bottom: 1px solid #3d5da0;
  width: 85%;
  margin: 0 auto 30px;
}

.panel-menu.tabs.m-t-40{
  margin: 40px auto 30px;
}

.panel-menu.tabs li{
  cursor: pointer;
  margin: 0;
  margin: 0 5px 0;
}

.panel-menu.tabs li.current{
  background: #3d5da0;
  color: #fff;
}


/* list-circle
---------------------------------------------------------*/

.list-circle{
  text-align: center;
}

.list-circle li{
  list-style: none;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  background: #ffebe6;
  color: #c96951;
  border-radius: 100%;
  padding: 24px 10px 10px 10px;
  margin: 0 15px 10px;
}

.list-circle li .icon img{
  height: 45px;
  display: inline-block;
  margin-bottom: 10px;
}

.list-circle li .txt{
  display: block;
  height: 44px;
  overflow: hidden;
  font-size: 0.95em;
}


/* list-circle-1
---------------------------------------------------------*/

.list-circle-1{
  text-align: center;
}

.list-circle-1 li{
  list-style: none;
  display: inline-block;
  width: 115px;
  height: 115px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  padding: 10px;
  padding: 10px 10px 10px 10px;
  margin: 0 10px 10px;
  background: rgba(66,163,198,1);
  background: -moz-linear-gradient(top, rgba(66,163,198,1) 0%, rgba(62,154,188,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,163,198,1)), color-stop(100%, rgba(62,154,188,1)));
  background: -webkit-linear-gradient(top, rgba(66,163,198,1) 0%, rgba(62,154,188,1) 100%);
  background: -o-linear-gradient(top, rgba(66,163,198,1) 0%, rgba(62,154,188,1) 100%);
  background: -ms-linear-gradient(top, rgba(66,163,198,1) 0%, rgba(62,154,188,1) 100%);
  background: linear-gradient(to bottom, rgba(66,163,198,1) 0%, rgba(62,154,188,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a3c6', endColorstr='#3e9abc', GradientType=0 );
  vertical-align: middle;
}

.list-circle-1 li .icon{
  font-size: 2.5em;
  color: #fff;
  clear: both;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.list-circle-1 li .txt{
  display: block;
}

.list-circle-1 li.arrow{
  color: #c2c1c1; 
  width: auto;
  height: auto;
  background: none;
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}


/* list-circle-2
---------------------------------------------------------*/

.list-circle-2 li{
  list-style: none;
  margin-bottom: 50px;
}

.list-circle-2 li .icon-thumbnail{
  width: 115px;
  height: 115px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  line-height: 115px;
  vertical-align: middle;
  background: #409fc2;
}

.list-circle-2 li .icon-thumbnail .icon img{
  width: 55px;
}

.list-circle-2 li:first-child .icon-thumbnail{
  background: #409fc2;
}

.list-circle-2 li:nth-child(2) .icon-thumbnail{
  background: #3eb4bf
}

.list-circle-2 li:nth-child(3) .icon-thumbnail{
  background: #df836f
}

.list-circle-2 li .entry-main{
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
}

.list-circle-2 li .entry-title{
  font-size: 1.2em;
  margin-bottom: 5px;
  font-weight: normal;
  color: #3f9dc0;
}

.list-circle-2 li .entry-txt{
  line-height: 1.5;
  color: #313131;
}

@media screen and (max-width:450px){

  .list-circle-2 li .icon-thumbnail{
    margin: 0 auto 10px;
    display: block;
  }

  .list-circle-2 li .entry-main{
    padding-left: 0;
  }


}



/* blockquote
---------------------------------------------------------*/

blockquote.blockquote-1{
  padding: 20px;
  font-style: 'Open Sans', sans-serif;
  position: relative;
  font-size: 1em;
  line-height: 1.5;
  border-left: 0;
}

blockquote.blockquote-1 .title{
  font-size: 1.4em;
  color: #3d5da0;
  margin-bottom: 4px;
}

blockquote.blockquote-1:before,blockquote.blockquote-1:after{
  content: ",,";
  font-size: 4em;
  font-family: 'Volkhov' !important;
  color: #c9ced9;
  position: absolute;
  line-height: 10px;
  font-style: normal;
}

blockquote.blockquote-1:before{
 right: 0;
 bottom: 20px;
}

blockquote.blockquote-1:after {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
    /*IE*/
  filter: FlipH;
  left: -10px;
  top: -5px;
}

/* header
---------------------------------------------------------*/

.header-container{
  height: 55px;
  background: #eee; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:  0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow:  0px 1px 5px rgba(0, 0, 0, 0.3);
}

.header-container .container{
  width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 0!important;
}

.header-container .logo{
  float: left;
  max-height: 30px;
  margin-top: 12px;
  cursor: pointer;
  position: relative;
  z-index: 23;
}

@media screen and (max-width:1190px){

  .header-container .container{
    width: 100%;
    padding:0 ;
  }

  .header-container .logo{
    margin-left: 10px;
  }

}


/* searchform
---------------------------------------------------------*/

#toggle-search {
  position: absolute;
  right: 145px;
  top: 8px;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  color: #3d5da0;
  width: 40px;
  height: 40px;
  display: inline-block;
  z-index: 4;
  -webkit-transition:all .3s;
  cursor: pointer;
  z-index: 22;
}

#toggle-search:hover i{
  color: #3d5da0;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

#toggle-search.open:after {
  top: 50px;
}

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.44);
  -ms-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.44);
  -o-box-shadow:  0 3px 6px -3px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.44);
  z-index: 3;
}


#search-form.open {
  max-height: 40px;
}

#search-form fieldset {
  position: relative;
  margin: 0 60px 0 0;
  padding: 0;
  border: none;
}

#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 40px;
  color: #000 ;
}

#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none;
  font-size: 1.1em;
  color: #000 ;
}

#search-form button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0 15px 0 15px;
  color: #fff;
  background: #3d5da0;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

#search-form button:hover{
  background: #262f37;
}

#search-form button i{
  font-size: 1.4em;
  font-weight: bold;
}


@media (max-width: 850px) {

  #toggle-search{
    right: 0px;
  }

}


/* breadcrumbs
---------------------------------------------------------*/

.breadcrumbs{
  width:100%;
  font-size:0.9em;
  padding:12px 0 12px;
  color:#000;
  background: #f9f9f9;
  border-bottom: 1px solid #e6e5e5;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
} 

.breadcrumbs i{
  font-size: 1.1em;
  padding: 0 8px 0 10px;
  color: #888
}

.breadcrumbs a{
  color:#313131;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.breadcrumbs a:hover{
  color: #fc6803
}

@media screen and (max-width:1169px){
  .breadcrumbs{
    padding: 12px 10px
  }
}


/* index-ad-panel
---------------------------------------------------------*/

.index-ad{
  margin-bottom: 30px;
  border: 1px solid #ededed;
}

.index-ad:after,.index-ad:before{
   visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.index-ad .slider-wrap{
  width: 60%;
  float: left;
  position: relative;
}

.index-ad .slider-wrap:before{
  bottom: 0;
  content: "";
  display: block;
  height: 40%;
  position: absolute;
  width: 100%;
  z-index: 1; 
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%) repeat scroll 0 0;
}

.index-ad .posts-wrap{
  width: 40%;
  float: left;
  background: #999;
}

@media screen and (max-width:750px){

  .index-ad .slider-wrap{
    width: 100%;
    float: none;
  }

  .index-ad .posts-wrap{
    width: 100%;
    float: none;
  }

}


/* bxslider 
---------------------------------------------------------*/

.index-ad .bx-wrapper{
  position: relative;
}

.index-ad .bxslider li{
  list-style: none;
}

.index-ad .bxslider li img{
  height: 360px;
}

@media (max-width: 1169px) {

  .index-ad .bxslider li img{
    width: 100%;
    height: auto;
  }

}

.index-ad .bxslider li .des{
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 10px 15px;
  overflow: hidden;
  line-height: 1.4;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  z-index: 2;
}

.index-ad .bxslider li .des p{
  height: 30px;
  overflow: hidden;
  line-height: 40px;
}

.index-ad .bx-pager{
  position: absolute;
  right: 15px;
  bottom: 50px;
  text-align: right;
  z-index: 2;
}

.index-ad .bx-pager-item{
  padding: 0 5px;
  display: inline-block;
}

.index-ad .bx-pager-item a{
  display: inline-block;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255,255,255,1);
  border-radius: 100%;
  font-size: 0;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.index-ad .bx-pager-item a.active,.index-ad .bx-pager-item a:hover{
  background: #3d5da0
}


/* bxslider-1
---------------------------------------------------------*/

.panel-primary{
  position: relative;
}

.bxslider-1 li a img{
  width: 100%;
  height: auto;
}

.bxslider-1 .thumbnail{
  width: 90%;
  margin: 0 auto 16px;
}

.bxslider-1 h4{
  font-size: 1.1em;
  margin-bottom: 17px;
  line-height: 1.6;
  height: 50px;
  overflow: hidden;
  font-family: "Yu Gothic","Open Sans",sans-serif;
}

.bxslider-1 .txt{
  font-size: 0.95em;
  max-height: 125px;
  overflow: hidden;
  line-height: 1.6;
}

.panel-primary .bx-controls-direction{
  font-family: 'FontAwesome';
  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;
  height: 0;
}

.panel-primary a.bx-prev,.panel-primary a.bx-next{
  font-size:0.3em;
  color: #fff;
}

.panel-primary .bx-next:before,.panel-primary .bx-prev:before{
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #ccc;
  font-size: 10em;
}

.panel-primary .bx-next:before{
  content: "\f105";
  right: 3px;
}

.panel-primary .bx-prev:before{
  content: "\f104";
  left: 3px;
}

@media screen and (min-width: 751px) and (max-width: 1070px) {

  .bxslider-1 h4{
    margin-bottom: 12px;
  }

  .bxslider-1 .txt{
    max-height: 90px;
  }

}

@media screen and (min-width: 451px) and (max-width: 750px) {

  .panel-primary .bx-next:before,.panel-primary .bx-prev:before{
    color: #999;
    margin-top: -30px;
  }

  .panel-primary .bx-next:before{
    right: 20px;
   
  }

  .panel-primary .bx-prev:before{
    left: 20px;
  }

}


/* post-list 
---------------------------------------------------------*/

ul.post-list li{
  list-style: none;
  float: left;
  width: 50%;
  position: relative;
}

ul.post-list li:before{
  bottom: 0;
  content: "";
  display: block;
  height: 40%;
  position: absolute;
  width: 100%;
  z-index: 1; 
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%) repeat scroll 0 0;
}

ul.post-list li .thumbnail{
  overflow: hidden;
}

ul.post-list li .thumbnail img{
  display: block;
  height: 180px;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

ul.post-list li .thumbnail:hover img{
  -webkit-transform:scale(1.15); /* Safari and Chrome */
  -moz-transform:scale(1.15); /* Firefox */
  -ms-transform:scale(1.15); /* IE 9 */
  -o-transform:scale(1.15); /* Opera */
  transform:scale(1.15);
}

@media (max-width: 1169px) {

  ul.post-list li .thumbnail img{
    width: 100%;
    height: auto;
  }
}

ul.post-list li .post-title{
  padding: 15px 10px 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 2;
}

ul.post-list li .post-title h2{
  font-weight: normal;
  height: 37px;
  line-height: 1.4;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  font-size: 0.9em;
  overflow: hidden;
}

@media screen and (max-width:750px){

  ul.post-list li::before{
    background: none;
  }

  ul.post-list li .post-title{
    position: static;
    padding: 5px 10px 0;
    background: none;
    height: 50px;
  }

  ul.post-list li .post-title h2{
    color: #222;
    font-size: 1em;
    text-shadow:none;
    font-weight: bold;
    height: 42px;
  }

  ul.post-list li a h2:hover{
    color: #3d5da0;
  }


}


@media screen and (min-width: 450px) and (max-width: 750px) {

  ul.post-list li{
    width: 25%;
  }


}

@media screen and (max-width:450px){

  ul.post-list li{
    width: 50%;
    margin-bottom: 15px;
  }

}


/* col 
---------------------------------------------------------*/


.row:before,.row-fluid:after{
  color: " ";
  display: table;
}

.col{
  margin-left: 1.5%;
  float: left;
}

.col:first-child{
  margin-left: 0;
}

.col-8{
  width: 66.13%;
}

.col-9{
  width: 74.6%;
}

.col-4{
  width: 32.26%;
}

.col-6{
  width: 49.6%
}

.col-3{
  width: 23.85%
}

@media screen and (max-width:900px){

  .col-8{
    width: 100%;
  }

  .col-4{
    width: 100%;
  }

  .col.col-4{
    margin-left: 0;
  }

  #ranking-talk.col-4,#popular-row .col-4{
    width: 100%;
    margin-left: 0;
  }


  #hot-posts.col{
    margin-left: 0;
    margin-bottom: 30px;
  }


}


/* grid-item
---------------------------------------------------------*/

ul.grid-item > li{
  list-style: none;
  float: left;
  width: 49%;
  margin-right: 1.8%;
  margin-bottom: 30px;
}

#selected-talk ul.grid-item > li:nth-child(3),#selected-talk ul.grid-item li:nth-child(4){
  margin-bottom: 0;
}

#selected-talk ul.grid-item > li:nth-child(even){
  margin-right: 0;
}

ul.grid-item .thumbnail{
  margin-bottom: 10px;
  overflow: hidden;
}

ul.grid-item .thumbnail img{
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}

ul.grid-item .thumbnail:hover img{
  -webkit-transform:scale(1.15); /* Safari and Chrome */
  -moz-transform:scale(1.15); /* Firefox */
  -ms-transform:scale(1.15); /* IE 9 */
  -o-transform:scale(1.15); /* Opera */
  transform:scale(1.15);
}

ul.grid-item h3 a{
  font-size: 1em;
  color: #1f1f1f;
  line-height: 1.4;
  height: 27px;
  overflow: hidden;
  display: block;
  font-family: "Yu Gothic","Open Sans",sans-serif;
}

ul.grid-item h3 a:hover{
  color: #365baa;
}

ul.grid-item .txt{
  padding-top: 5px;
  font-size: 0.9em;
  height: 43px;
  overflow: hidden;
}

ul.grid-item .grid-body{
  padding: 10px 10px 10px;
  background: #fff;
  height: 226px;
}

ul.grid-item .grid-body:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

ul.grid-item .grid-body h3 a{
  font-size: 1em;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
  margin-bottom: 8px;
}

ul.grid-item.col-s-3 > li{
  width: 32.1%;
  margin-right: 1.8%;
  margin-bottom: 20px;
}

ul.grid-item.col-s-3 > li:nth-child(3n){
  margin-right: 0;
}

ul.grid-item.col-s-3 .thumbnail{
  margin-bottom: 0;
}

ul.grid-item.col-s-4 > li{
  width: 23.8%;
  margin-right: 1.6%;
  margin-bottom: 20px;
}

ul.grid-item.col-s-4 > li:nth-child(4n){
  margin-right: 0;
}

ul.grid-item.col-s-4 .thumbnail{
  margin-bottom: 0;
}


@media screen and (max-width:768px){

    ul.grid-item.col-s-4 > li{
        width: 32.1%;
        margin-right: 1.8%;
    }

    ul.grid-item.col-s-4 > li:nth-child(4n){
        margin-right: 1.8%;
      }

    ul.grid-item.col-s-4 > li:nth-child(3n){
      margin-right: 0;
    }
}


@media screen and (max-width:450px){

  ul.grid-item.col-s-3,ul.grid-item.col-s-4{
    width: 95%;
    margin: 0 auto;
  }

  ul.grid-item.col-s-3 > li,ul.grid-item.col-s-4 > li{
    width: 100%;
    margin-right: 0;
    background: #fff;
    padding: 10px;
  }

  ul.grid-item .grid-body h3 a{
    font-size: 0.85em;
    height: auto;
    margin-bottom: 0;
  }

  ul.grid-item.col-s-3 .thumbnail,ul.grid-item.col-s-4 .thumbnail{
    float: left;
    width: 30%;
  }

  ul.grid-item .grid-body{
    width: 70%;
    float: left;
    padding: 0;
    padding-left: 10px;
    height: auto;
  }

  ul.grid-item .list-item-3 > li{
    font-size: 0.95em;
  }

  ul.grid-item .list-item-3 > li:first-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  ul.grid-item .list-item-3 > li:nth-child(2),ul.grid-item .list-item-3 > li:nth-child(3){
    display: none;
  }


}


/* grid-item-1
---------------------------------------------------------*/

ul.grid-item-1 > li{
  list-style: none;
  float: left;
  width: 32.1%;
  margin-right: 1.8%;
  margin-bottom: 30px;
  background: #fff;
}

ul.grid-item-1 > li:nth-child(3n){
  margin-right: 0;
}

ul.grid-item-1 .thumbnail{
  position: relative;
}

ul.grid-item-1 .thumbnail .caption{
  padding: 10px;
  background: rgba(0,0,0,0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  width: 100%;
}

ul.grid-item-1 .thumbnail .caption h4{
  display: block;
  height: 22px;
  overflow: hidden;
  font-size: 1em;
}

ul.grid-item-1 .thumbnail img{
  width: 100%;
  height: auto;
}

ul.grid-item-1 h3{
  font-size: 1.2em;
  height: 22px;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.3;
}

ul.grid-item-1 .grid-body{
  padding: 15px 10px;
}

ul.grid-item-1 .txt{
  font-size: 0.95em;
  color: #757980;
  height: 57px;
  overflow: hidden;
}

ul.grid-item-1 .caption-txt{
  font-size: 1.1em;
  color: #555;
  height: 46px;
  overflow: hidden;
  line-height: 1.3
}

ul.grid-item-1 .bx-viewport{
  z-index: 1;
}


ul.grid-item-1 .bx-controls-direction{
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 30px;
  z-index: 2;
  font-family: 'FontAwesome';
  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;
  color: #fff;
}


ul.grid-item-1 a.bx-prev, ul.grid-item-1 a.bx-next{
  background: rgba(0,0,0,0.7);
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 1px;
  font-size: 1.2em;
  text-decoration: none;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

ul.grid-item-1 a.bx-prev:hover, ul.grid-item-1 a.bx-next:hover{
  background: rgba(0,0,0,1);
}

ul.grid-item-1 .bx-prev:before{
  content: "\f104";
  color: #fff;
}

ul.grid-item-1 .bx-next:before{
  content: "\f105";
  color: #fff;
}

ul.grid-item-1 .entry-meta{
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
  font-size: 0.85em;
  margin-top: 15px;
  padding-top: 12px; 
}

ul.grid-item-1 .entry-meta .item{
  display: inline-block;
  padding-right: 15px;
  vertical-align: top;
  color: #888;
}

ul.grid-item-1 .entry-meta i{
  margin-right: 10px;
}

@media screen and (max-width:600px){

  ul.grid-item-1 > li{
    width: 49%;
  }

  ul.grid-item-1 > li:nth-child(3n){
    margin-right: 1.8%;
  }

  ul.grid-item-1 > li:nth-child(2n){
    margin-right: 0;
  }

}

@media screen and (max-width:450px){

  ul.grid-item-1{
    width: 90%;
    margin: 0 auto;
  }

  ul.grid-item-1 > li{
    width: 100%;
    margin-right: 0;
  }

  ul.grid-item-1 .caption-txt{
    height: auto;
  }

}


/* list-item-1
---------------------------------------------------------*/

.list-item-1{
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  padding-top: 10px;
}

.list-item-1 li{
  list-style: none;
  margin-bottom: 35px;
}

.list-item-1 li:last-child{
  margin-bottom: 0;
}

.list-item-1 li:first-child{
  position: relative;
  margin-bottom: 30px;
}

.list-item-1 li:first-child a .thumbnail{
  width: 70%;
  float: none;
  margin: 0 auto;
}

.list-item-1 li:first-child .meta{
  width: 100%;
  float: none;
  padding: 0;
  text-align: center;
}

.list-item-1 li:first-child a h4{
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  background: #3d5da0;
  color: #fff;
  text-align: center;
  height: auto;
  margin-top: -15px;
  font-size: 1em;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.list-item-1 li:first-child a:hover h4{
  background: #333;
}

.list-item-1 li:first-child a:before{
  width: 39px;
  height: 49px;
  background: url(../images/icon/icon-award.svg) no-repeat left top transparent;
  position: absolute;
  margin: 0;
  top: -10px;
  left: -5px;
  color: #b71919;
  line-height: 40px;
  font-size: 1.5em;
}

.list-item-1 li:first-child a p{
  font-size: 1em;
  height: 40px;
}

.list-item-1 li a{
  position: relative;
  display: block;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.list-item-1 li a:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.list-item-1 li a:before {
  content: counter(li);
  counter-increment: li;
  float: left;
  display: inline-block;
  margin-top: 15px;
  margin-right: 5px;
  background: #434343;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  z-index: 2;
}

.list-item-1 .thumbnail{
  width: 30%;
  float: left;
}

.list-item-1 .thumbnail img{
  width: 100%;
  height: auto;
}

.list-item-1 .meta{
  padding-left: 45%;
}

.list-item-1 h4{
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: normal;
  height: 22px;
  overflow: hidden;
  line-height: 1.3
}

.list-item-1 li a p{
  font-size: 0.9em;
  color: #707070;
  line-height: 1.3;
  height: 35px;
  overflow: hidden;
}


@media (max-width:850px) {

  .list-item-1 li{
    margin-bottom: 20px;
  }

  .list-item-1 li a:before{
    margin: 0;
    position: absolute;
    top: -5px;
    left: -5px;
  }

  .list-item-1 .thumbnail{
    width: 30%;
  }

  .list-item-1 .meta{
    padding-left: 35%;
  }

  .list-item-1 li:first-child a h4{
    font-size: 1em;
    margin-top:-30px;
  }


}

@media screen and (min-width: 751px) and (max-width: 1100px) {
    
  .list-item-1 li{
    margin-bottom: 20px;
  }



}

@media screen and (min-width: 451px) and (max-width: 750px) {

 .list-item-1 li:first-child a .thumbnail{
  float: left;
  width: 30%;
 }

 .list-item-1 li:first-child .meta{
  padding-left: 34%;
  text-align: left;
 }

 .list-item-1 li:first-child a h4{
  margin-top: 0;
  text-align: left;
 }

 .list-item-1 .thumbnail{
  width: 20%;
 }

 .list-item-1 .meta{
  padding-left: 22%;
 }


}

#ranking-talk{
  margin-bottom: 30px;
}

 

@media screen and (max-width:750px){

  .panel-info .panel-heading{
    padding-top: 20px;
    padding-bottom: 15px;
  }

}


/* list-item-2
---------------------------------------------------------*/

.list-item-2{
  list-style: none;
  padding: 15px 10px 10px;
  border-top: 1px dashed #ccc;
}

.list-item-2:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.list-item-2 > li{
  list-style: none;
  margin-bottom: 15px;
  float: left;
}

.list-item-2 > li:last-child{
  margin-bottom: 0;
}

.list-item-2 .thumbnail{
  width: 30%;
  float: left;
}

.list-item-2 .thumbnail img{
  width: 100%;
  height: auto;
}

.list-item-2 .meta{
  padding-left: 34%;
}

.list-item-2 h4{
  font-size: 1em;
  margin-bottom: 5px;
  font-weight: normal;
  height: 42px;
  overflow: hidden;
  line-height: 1.4;
}

.list-item-2 > li a p{
  font-size: 0.9em;
  color: #707070;
  line-height: 1.3;
  height: 35px;
  overflow: hidden;
}


/* list-item-3
---------------------------------------------------------*/

.list-item-3{
  list-style: none;
}

.list-item-3:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.list-item-3 > li{
  list-style: none;
  margin-bottom: 10px;
  border-bottom: dashed 1px #dedede;
  padding-bottom: 10px;
}

.list-item-3 > li a{
  color: #777;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
  display: block;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  font-size: 0.95em;
}

.list-item-3 > li a:hover{
  color: #fc6e51;
}

.list-item-3 > li:last-child{
  margin-bottom: 0;
  border-bottom: none;
}



/* list-item-4
---------------------------------------------------------*/

.list-item-4{
  margin-top: 70px;
}

.list-item-4 li{
  list-style: none;
  margin-bottom: 15px;
  background: #3d5da0;
  display: inline-flex;
  width: 100%;
}

.list-item-4 li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.list-item-4 li .entry-title{
  padding:10px 15px;
  color: #fff;
  min-width: 100px;
  float: left;
  position: relative;
  text-align: center;
}

.list-item-4 li .entry-title:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent #3d5da0;
  display: block;
  width: 0;
  z-index: 1;
}

.list-item-4 li .entry-txt{
  float: left;
  padding: 10px 25px;
  background: #edf1f8;
  width: 100%;
}

@media screen and (max-width:920px){

  .list-item-4{
    margin-top: 0;
  }

}


/* list-item-5
---------------------------------------------------------*/

.list-item-5{
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  padding-top: 10px;
}

.list-item-5 li{
  list-style: none;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.5
}

.list-item-5 li:last-child{
  margin-bottom: 0;
}

.list-item-5 li a:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.list-item-5 li:before {
  content: counter(li);
  counter-increment: li;
  float: left;
  display: inline-block;
  margin-right: 5px;
  background: #ffebe6;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  color: #e97b63;
  font-family: 'Open Sans', sans-serif;
}

.list-item-5 li .txt{
  padding-left: 30px;
  display: block;
  font-size: 1.05em;
}

.list-item-5 li .note{
  padding-top: 30px;
  color: #7d7d7d;
  padding-left: 30px;
  font-size: 0.95em;
  display: block;
  line-height: 1.5;
}


/* list-item-6
---------------------------------------------------------*/

.list-item-6 li{
  list-style: none;
  margin-bottom: 20px;
}


.list-item-6 li i{
  padding: 0 5px;
  color: #fc6e51;
}

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

.tab-panel{
  width: 100%;
  background: #fff;
}

.tab-panel .panel-heading{
  float: left;
  padding: 10px 0 12px 15px;
  width: 19%;
}

.tab-panel .panel-heading h3{
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.1;
}

.tab-panel .panel-heading:before{
  border: none;
}

.nav-tabs{
  width: 81%;
  float: left;
  text-align: right;
  letter-spacing: -4px;
}

.nav-tabs .pull-right{
  float: right;
}

.tab-content{
  padding: 20px 25px;
  width: 100%;
  clear: both;
  border-top: 1px solid #d4d4d4; 
}

.tab-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.nav-tabs > li{
  margin: 0;
  float: none;
  display: inline-block;
}

.nav-tabs > li > a{
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 12px 15px;
  text-align: center;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
  box-shadow: inset -1px -0px 0px 0px #d4d4d4;
  letter-spacing: 0;
}

.nav-tabs > li.dropdown > a{
  margin-right: 0;
}

.nav-tabs > li.active{
}

.nav-tabs > li.active >a{
  background: #365baa;
  color: #fff;
  border-radius: 0;

}

.tab-panel ul.grid-item > li{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 15px;
}

.tab-panel ul.grid-item > li:nth-child(3n){
  margin-right: 0;
}

.tab-panel ul.grid-item > li:nth-child(4),.tab-panel ul.grid-item > li:nth-child(5),.tab-panel ul.grid-item > li:nth-child(6){
  margin-bottom: 0;
}

.tab-panel ul.grid-item .thumbnail{
  margin-bottom: 5px;
  position: relative;
}

.tab-panel ul.grid-item h3 a{
  font-size: 0.85em;
  height: 38px;
  overflow: hidden;
  line-height: 1.3;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}


@media screen and (min-width: 751px) and (max-width: 850px) {

  .tab-panel .panel-heading{
    font-size: 0.8em;
  }

}

@media screen and (max-width:750px){

  .tab-panel .panel-heading{
    width: 100%;
    text-align: center;
    background: #333;
    color: #fff;
  }

  .nav-tabs{
    width: 100%;
  }

  .tab-content{
    padding: 20px;
  }

  .nav-tabs{
    text-align: left;
  }

  .nav-tabs > li:first-child{
    border-left: none;
  }

}


/* grid-writer
---------------------------------------------------------*/

.grid-writer > li{
  float: left;
  background: #fff;
  width: 23.8%;
  position: relative;
  margin-left: 1.6%;
  float: left;
  list-style: none;
}

.grid-writer > li:first-child{
  margin-left: 0;
}

.grid-writer > li > .cover{
  background: #000;
}

.grid-writer > li > .cover img{
  width: 100%;
  height: auto;
  opacity: 0.35;
  filter: alpha(opacity=35); /* For IE8 and earlier */
}

.grid-writer > li > .thumbnail{
  width: 38%;
  margin: -50px auto 0px;
  border: 5px solid #fff;
  border-radius: 500px;
  position: relative;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.grid-writer > li > .thumbnail:hover{
  border: 5px solid #ffa78f
}

.grid-writer > li > .thumbnail img{
  border-radius: 500px;
}

.grid-writer > li > .entry-meta{
  padding: 5px 10px 10px;
}

.grid-writer > li > .entry-meta h4{
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
}

.grid-writer > li > .entry-meta h4 a{
  color: #115fc6;
  font-size: 1.1em;
  height: 22px;
  overflow: hidden;
  display: block;
}

.grid-write > li > .entry-meta h4 a:hover{
  color: #000;
}

.grid-writer > li .info{
  font-size: 0.9em;
  color: #666;
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 1.5;
} 

.grid-writer > li q{
  font-size: 1em;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  width: 100%;
  padding: 8px 10px 0 10px;
  line-height: 1.3;
}

@media screen and (max-width:750px){

  .grid-writer > li{
    width: 32.26%;
  }

  .grid-writer > li:nth-child(4){
    display: none;
  }

}

@media screen and (max-width:600px){

  .grid-writer > li{
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding: 10px;
    margin-left: 0;
  }

  .grid-writer > li q{
    position: static;
    color: #000;
    text-shadow:none;
    font-size: 0.9em;
    display: block;
    width: 100%;
    padding: 0;
    color: #777;
  }

  .grid-writer > li > .cover{
    display: none;
  }

  .grid-writer > li > .thumbnail{
    margin: 0;
    display: inline-block;
    width: 20%;
    vertical-align: middle;
  }

  .grid-writer > li > .entry-meta h4 a{
    height: auto;
    overflow: visible;
    margin: 0;
  }

  .grid-writer > li > .entry-meta .info{
    display: none;
  }

  .grid-writer > li > .entry-meta{
    padding: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .list-item-2{
    width: 100%;
    clear: both;
  }

  .grid-writer > li > .entry-meta h4{
    text-align: left; 
    margin-bottom: 0;
  }

  .list-item-2 li{
    margin-bottom: 10px;
    width: 100%;
  }

  .list-item-2 h4{
    line-height: 1.3;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
  }

  .list-item-2 .thumbnail{
    display: none;
  }
  .list-item-2 .meta{
    padding: 0;
    width: 100%;
  }

  .list-item-2{
    border-top: none;
  }

  .list-item-2 h4{
    height: auto;
  }

}


/* grid-writer-1
---------------------------------------------------------*/

.grid-writer-sm{
  padding-top: 30px;
  clear: both;
}

.grid-writer-sm:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


.grid-writer-1 li{
  float: left;
  width: 15.4%;
  background: #fff;
  border-top: 1px solid #8d8d8d;
  padding: 18px 12px 12px;
  list-style: none;
  margin-left: 1.5%;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.grid-writer-1 li:hover{
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-webkit-transform:scale(1.05); /* Safari and Chrome */
-moz-transform:scale(1.05); /* Firefox */
-ms-transform:scale(1.05); /* IE 9 */
-o-transform:scale(1.05); /* Opera */
transform:scale(1.05);
}


.grid-writer-1 li:first-child{
  margin-left: 0;
}

.grid-writer-1 .thumbnail{
  width: 60%;
  margin: 0 auto 10px;
}

.grid-writer-1 .thumbnail img{
  border-radius: 500px;
}

.grid-writer-1 .entry-meta{
  text-align: center;
}

.grid-writer-1 .entry-meta h4{
  font-size: 0.95em;  
}

.grid-writer-1 a h4{
  color: #115fc6;
  display: block;
  max-height: 22px;
  overflow: hidden;
  line-height: 1.3;
}

.grid-writer-1 .entry-meta .txt{
  font-size: 0.9em;
  line-height: 1.2;
  color: #605b5b;
  height: 34px;
  overflow: hidden;
}


@media screen and (max-width:750px){

  .grid-writer-1 li{
    width: 32%;
    margin-left: 0;
    margin-right: 1.6%;
    margin-bottom: 15px;
  }
  .grid-writer-1 li:nth-child(3n){
    margin-right: 0;
  }

  .grid-writer-1 a h4{
    margin-bottom: 5px;
  }


}


@media screen and (max-width:600px){

  .grid-writer-1 .thumbnail{
    width: 50%;
    float: none;
    margin: 0 auto 5px;
    border: none;
  }

  .grid-writer-1 .entry-meta{
    padding: 0;
    text-align: center;
  }


  .grid-writer-1 .thumbnail{
    width: 90%;
  }

}


/* grid-writer-2
---------------------------------------------------------*/

.col-4 .grid-writer-2 li{
  width: 49.2%;
}

.grid-writer-2 li{
  list-style: none;
  float: left;
  margin-bottom: 15px;
  padding: 0 10px;
}

.grid-writer-2 .thumbnail{
  width: 60%;
  margin: 0 auto 5px;
}

.grid-writer-2 .thumbnail img{
  width: 100%;
  border-radius: 200px;
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  -ms-transition:all .2s;
  transition:all .2s;
}

.grid-writer-2 li:hover img{
  box-shadow: 0px 0px 0 6px #ffb1a1;
}

.grid-writer-2 li:hover a h4{
  color: #000;
}

.grid-writer-2 a h4{
  color: #115fc6;
  margin-bottom: 3px;
  font-size: 1.1em;
  text-align: center;
  height: 20px;
  overflow: hidden;
  font-weight: normal;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.grid-writer-2 .txt{
  font-size: 0.9em;
  color: #605b5b;
  text-align: center;
  height: 22px;
  overflow: hidden;
}


/* page-footer 
---------------------------------------------------------*/

.page-footer {
  background: rgba(0,0,0,0.8);
  text-align: center;
  margin-top: 35px;
}

.page-footer .container{
  width: 1170px;
  margin: 0 auto;
  padding: 30px 10px 30px;
}

.page-footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.footer-links li{
  list-style: none;
  display: inline-block;
  line-height: 1.5
}

.footer-links li a{
  display: inline-block;
  vertical-align: middle;
}

.footer-links li .sp{
  display: inline-block;
  padding: 0 15px;
  color: #d3d3d3;
  font-size: 0.8em;
  vertical-align: middle;
}

.footer-links li iframe{
  vertical-align: middle;
}

.page-footer .copyright{
  font-size: 0.85em;
  padding-top: 15px;
  background: rgba(0,0,0,0.5);
  padding-bottom: 15px;
}

.page-footer .fb-box{
  padding: 10px 0 0;
}

.page-footer .fb-box i{
  color: #4964a1;
  border-radius: 100px;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 4px;
  font-size: 1.2em;
  vertical-align: middle;
}

.page-footer .fb-box iframe{
  vertical-align: middle;
}

@media (max-width: 1170px) {

  .page-footer .container{
    width: 100%;
  }

}


/* footer-widget
---------------------------------------------------------*/

.footer-widget{
  width: 33%;
  padding-right: 30px;
  float: left;
  text-align: left;
}

.footer-widget .entry-header{
  margin-bottom: 20px;
}

.footer-widget .entry-header img{
  height: 20px;
  display:inline-block;
  vertical-align: top;
}

.footer-widget .entry-name{
  font-size: 1.5em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.footer-widget .entry-cite{
  font-family: "微軟正黑體",'Open Sans', sans-serif;
  display: block;
  padding-top: 10px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 0.8em;
  color: rgba(255,255,255,0.6);
}

.footer-widget .entry-item{
  margin-bottom: 20px;
}

.footer-widget .entry-item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.footer-widget .entry-title{
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.9);
}

.footer-widget ul{
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.footer-widget ul:last-child{
  margin-bottom: 0;
}

.footer-widget ul i{
  font-size: 1em;
  margin-right: 3px;
}

.footer-widget ul > li{
  float: left;
  font-size: 0.85em;
  color: rgba(255,255,255,0.6);
  list-style: none;
  padding-right: 15px;
}

.footer-widget ul > li a{
  color: rgba(255,255,255,0.6);
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.footer-widget ul > li a:hover{
  color: rgba(255,255,255,1);
}


@media (max-width: 800px) {
  
  .footer-widget{
    width: 90%;
    margin: 0 auto 20px;
    padding-right: 0;
    float: none;
  }

  .footer-widget:last-child{
    margin-bottom: 0;
  }


}



/* about us
---------------------------------------------------------*/

.ac-container{
  width: 100%;
  text-align: left;
  line-height: 1.5;
}

.ac-container a{
  color: #115fc6;
}

.ac-container label{
  padding-bottom: 15px;
  padding-top: 15px; 
  position: relative;
  display: block;
  color: #4f4f4f;
  font-size: 1.3em;
  font-weight: normal;
}

.ac-container label:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  border-top: 2px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
}

.ac-container input{
  display: none;
}

.ac-container article{

}

@media screen and (max-width:750px){

  .ac-container .col-4{
    width: 100%;
  }

  .ac-container .col{
    margin-left: 0;
  }

  .ac-container .panel{
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }

  .ac-container input:checked + label,
  .ac-container input:checked + label:hover{
    background: #3d5da0;
    color: #fff;
  }

  .ac-container label{
    cursor: pointer;
  }

  .ac-container input:checked + label:after{
      content: "\f0d7";
      color: #fff;
  }

  .ac-container label{
    text-align: center;
  }

  .ac-container label:before{
    border: none;
  }

  .ac-container label:after {
    display: inline-block;
    position: absolute;
    bottom: 18px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: none;
    font-family: 'FontAwesome';
    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;
    color: #888;
    content: "\f0da";
    font-size: 1.1em;
  }

  .ac-container article{
    overflow: hidden;
    height: 0px;
    position: relative;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  }

  .ac-container input:checked ~ article{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  }

  .ac-container article .panel-body{
    padding: 15px;
  }

  .ac-container input:checked ~ article.ac-small{
    height: 60px;
  }

  .ac-container input:checked ~ article.ac-medium{
    height: 180px;
  }

  .ac-container input:checked ~ article.ac-large{
    height: auto;
  }

}


/* other-logo
---------------------------------------------------------*/

.other-logo li{
  display: inline-block;
  list-style: none;
  max-width: 49%;
  padding-right: 2%;
  margin-bottom: 5px;
  vertical-align: middle;
}

.other-logo li img{
  width: 100%;
  max-height: 60px;
}

.other-logo li a{
  
}


/* info-box
---------------------------------------------------------*/

.info-box{
  border: 1px solid #e4d6d2;
  padding: 25px 20px 35px;
  background: #fff;
  box-shadow: inset 0px 0px 0 10px #f1ede7;
  text-align: center;
  color: #555;
  line-height: 1.4;
}

.info-box .number{
  color: #fa7753;
  font-size: 5em;
  padding-right: 4px;
  line-height: 1;
}


@media screen and (max-width:750px){

  .info-box{
    width: 70%;
    margin: 0 auto 30px;
  }

}

/* info-box-1
---------------------------------------------------------*/

.info-box-1{
  padding: 25px 25px 35px;
  background: #fff;
  box-shadow: inset 0px 0px 0 12px #f4f4f4;
  text-align: center;
  color: #555;
  line-height: 1.4;
  width: 70%;
  margin: 0 auto 30px;
}

.info-box-1.w-1{
  width: 92%;
  box-shadow: none;
  padding: 0;
}


@media screen and (max-width:750px){

  .info-box-1,.info-box-1.w-1{
    width: 95%;
    margin: 0 auto 30px;
  }

}


/* post-item-1
---------------------------------------------------------*/

ul.post-item-1:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

ul.post-item-1 > li{
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #d2d2d2;
}

ul.post-item-1 > li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


ul.post-item-1 .thumbnail{
  width: 33.33%;
  float: left;
  overflow: hidden;
}

ul.post-item-1 .thumbnail img{
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}

ul.post-item-1 .thumbnail:hover img{
  -webkit-transform:scale(1.15); /* Safari and Chrome */
  -moz-transform:scale(1.15); /* Firefox */
  -ms-transform:scale(1.15); /* IE 9 */
  -o-transform:scale(1.15); /* Opera */
  transform:scale(1.15);
}

ul.post-item-1 .entry-main{
  overflow: hidden;
  padding-left: 15px;
}

ul.post-item-1 .entry-title{
  font-size: 1.1em;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.4;
}

ul.post-item-1 .entry-date{
  color: #aa4a59;
  font-size: 0.95em;
}

ul.post-item-1 .entry-date dt{
  float: left;
}

ul.post-item-1 .entry-date dt,ul.post-item-1 .entry-date dd{
  padding-bottom: 5px;
}

ul.post-item-1 .entry-date dd{
  font-family: 'Open Sans', sans-serif;
}

ul.post-item-1 .entry-content{
  margin-top: 5px;
  line-height: 1.6;
  color: #777;
  max-height: 72px;
  overflow: hidden;
  font-size: 0.95em;
}


@media screen and (max-width:750px){

  ul.post-item-1 .entry-main{
    padding-top:0;
  }

  ul.post-item-1 .entry-date dt, ul.post-item-1 .entry-date dd{
    padding-bottom: 0;
  }

  ul.post-item-1 .entry-date{
    font-size: 1em;
  }

  ul.post-item-1 .entry-content{
    margin-top: 5px;
  }

  ul.post-item-1 .btn-box{
    padding-top: 10px;
  }

}

@media screen and (max-width:550px){

  ul.post-item-1 > li{
    margin-bottom: 30px;
    padding-bottom: 25px;
  }

  ul.post-item-1 .thumbnail{
    width: 90%;
    float: none;
    margin: 0 auto 10px;
  }

  ul.post-item-1 .entry-main{
    padding-left: 0;
  }

  ul.post-item-1 .entry-date{
    font-size: 0.9em;
  }

  ul.post-item-1 .btn-box .btn{
    width: 100%;
  }

  ul.post-item-1 .btn-box{
    padding-top: 20px;
  }


}


/* toolbar
---------------------------------------------------------*/

.toolbar{
  width: 100%;
  margin-bottom: 15px;
}

.toolbar:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.toolbar select{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: #fff;
  padding: 0px 8px;
  border: 0 none;
  box-sizing: content-box;
  cursor: pointer;
  outline: 0 none;
  height: 35px;
  display: inline-block;
}

@media screen and (max-width:450px){

  .toolbar{
    padding: 0 10px 0;
  }

}


/* post-silder-wrap
---------------------------------------------------------*/

.post-silder-wrap{
  position: relative;
}

.post-silder-wrap .list-item-2{
  border-top: none;
  padding: 0;
}

.post-silder-wrap .list-item-2 li{
  margin-bottom: 20px;
}

.post-silder-wrap .list-item-2 li:last-child{
  margin-bottom: 0;
}

.post-silder-wrap .bx-prev{
  right: 100px;
}

.post-silder-wrap .bx-next{
  right: 15px;
}


.post-silder-wrap .panel-body{
  width: 99%;
}

.post-silder-wrap .bx-controls-direction{
  font-family: 'FontAwesome';
  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;
  color: #fff;
}


.post-silder-wrap a.bx-prev, .post-silder-wrap a.bx-next{
  font-size: 0.3em;
  color: #fff;
}

.post-silder-wrap .bx-prev:before,.post-silder-wrap .bx-next:before{
  color: #000;
  font-size: 4.5em;
  position: absolute;
  top: 13px;
}

.post-silder-wrap .bx-prev:before{
  content: "\f104";
  right: 35px;

}

.post-silder-wrap .bx-next:before{
  content: "\f105";
  right: 12px;
}

@media screen and (max-width:600px){

  .post-silder-wrap .list-item-2 li{
    margin-bottom: 10px;
  }


}


/* pagination
---------------------------------------------------------*/

.pagination {
  padding: 20px 0 20px;
  text-align: left;
  width: 100%;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
}

.pagination a {
  background: #eee;
  color: #a4a4a4;
  padding: 10px 15px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  height: 40px;
}

.pagination a.disabled,.pagination a.disabled:hover {
  background: #d7d7d7;
  color: #666;
  cursor: not-allowed;
}

.pagination a.current {
  background: #3d5da0;
  color: #fff;
}

.pagination a:hover {
  background: #333;
  color: #fff;
}

.pagination i{
  font-size: 1.05em;
  vertical-align: middle;
}

.pagination .prev i{
  margin-right: 3px;
}

.pagination .next i{
  margin-left: 5px;
}

.panel.full .pagination a{
  background: #fff;
}

.panel.full .pagination a:hover {
  background: #333;
  color: #fff;
}

.panel.full .pagination a.current{
  background: #3d5da0;
}

@media screen and (max-width:450px){

  .pagination a{
    display: none;
  }

  .pagination .prev,.pagination .next{
    display: inline-block;
  }

}


/* form
---------------------------------------------------------*/

.form-group{
  margin-bottom: 20px;
}

.form-group input[type="text"],.form-group select,
.form-group textarea
{
  border: none;
  outline: none;
  width: 100%;
  padding: 8px;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
  background: transparent;
  background: #f5f5f5;
  vertical-align: middle;
  display: inline-block;
}

.form-group .txt{
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.form-group input[type="text"].sm{
  width: 200px;
}

.form-group input[type="text"].md{
  width: 350px;
}

.form-wrap{
  margin-bottom:10px;
  position: relative;
}

.form-group::after{
  /*content:'.';*/
  display:block;
  visibility:hidden;
}

.control-label{
  text-align: right;
  vertical-align: top;
  width: 15%;
  padding-right: 15px;
  float: left;
  padding-top: 5px;
  font-size: 1em;
}

.form-field{
  margin-left: 15%;
  vertical-align: top;
}

.form-group input[type="text"]{
  margin-top: 10px;
}

.form-group input[type="text"]:first-child{
  margin-top: 0;
}


.form-group input[type="text"]:disabled{
  color: #7d7c77;
  cursor: not-allowed;
}


.form-group textarea{
  height: 100px;
}

.form-group select{
  height: 35px;
  padding-left: 0;
  border-radius: 0;
}

.form-group input[type="text"]:focus,.form-group textarea:focus{
  -webkit-box-shadow: 0px 0px 0px 1px #92bdcf;
  -moz-box-shadow: 0px 0px 0px 1px #92bdcf;
  box-shadow: 0px 0px 0px 1px #92bdcf;
}

.help-block{
  padding-left: 5px;
  font-size: 0.85em;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.radio-label{
  display: inline-block;
}

@media screen and (max-width:900px){

  .control-label{
    width: 100%;
    float: none;
    padding: 0;
    text-align: left;
    margin-bottom: 5px;
  }

  .form-field{
    margin-left: 0;
  }

}

@media screen and (max-width:750px){

  .form-group input[type="text"].sm{
    width: 100%;
  }

  .form-group input[type="text"].md{
    width: 100%;
  }


}


/* btn
---------------------------------------------------------*/

.btn-box{
  text-align: left;
  padding: 15px 0 0;
  clear: both;
}

.btn {
  border: none;
  cursor: pointer;
  padding: 8px 20px;
  display: inline-block;
  outline: none;
  position: relative;
  background: #434343;
  color: #fff;
  *display:inline;
  text-align: center;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
  font-size: 1em;
  border-radius: 5px;
}

.btn:hover{
  background: #000;
  color: #fff;
}

.btn.btn-primary{
  background: #3d5da0;
  color: #fff;
}

.btn.btn-primary:hover{
  background: #2b98e0;
}

.btn.btn-success{
  background: #85be53;
  color: #fff;
}

.btn.btn-success:hover{
  background: #67a82f;
}

.btn i.right{margin-left:5px}

.btn i.left{margin-right:5px}

.btn-box.btn-block{
  width: 100%;
}

.btn-box.txt-center{
  text-align: center;
  margin-bottom: 50px;
}

.btn-box.btn-more .btn{
  width: 80%;
  padding: 10px 20px;
}

.btn.join {
  background: #fd8a78 none repeat scroll 0 0;
  border-radius: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 2;
  margin: 0 auto;
  width: 50%;
}

.btn.join .sp {
  float: right;
}

.btn.join .sp::before {
  border-right: 0.11em solid #fff;
  content: "";
  display: inline-block;
  height: 28px;
  margin-right: 18px;
  vertical-align: middle;
}

.btn.join:hover {
  background: #ea7d6c none repeat scroll 0 0;
}

/* Radio Button & Checkbox
---------------------------------------------------------*/

.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background: #f2f0f0;
  position: relative;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius:4px;
  border: 1px solid #ccc;
  margin-right: 8px;
  vertical-align: middle;
  margin-left: 20px;
  cursor: pointer; 
}

.checkbox:first-child,.checkbox.first {
  margin-left: 0px;
}

.checkbox:checked:after {
  content: '✔';
  display: inline-block;
  position: absolute;
  margin-left: 0.21em;
  margin-top: -0.25em;
  color: #444;
  font-weight: bolder;
  font-size: 22px;
  text-shadow: 0 1px 1px #fff;
}

.checkbox:not(:disabled):active {
  border: 1px solid #666;
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}

.checkbox:not(:disabled):hover {
  border: 1px solid #666;
}

.checkbox:disabled {
  border: 1px solid #bbb;
}

.checkbox:focus,.radio:focus {
  outline: none;
}

.radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background: #f2f0f0;
  cursor: pointer;
  border: 1px solid #ccc;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  -webkit-transition: .1s linear;
  -moz-transition: .1s linear;
  -ms-transition: .1s linear;
  -o-transition: .1s linear;
  transition: .1s linear;
  vertical-align: middle;
  margin-right:5px;
  margin-left: 20px;
  outline: 0;
}

.radio:first-child {
  margin-left: 0px;
}

.radio:not(:disabled):hover {
  border: 1px solid #666;
}

.radio:checked:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 35px;
  background: #777;
  margin-left: 4px;
  margin-top: 4px;
}

.radio:not(:disabled):active,
.radio:not(:disabled):hover,   
.radio:disabled {
  
}

.radio:focus {
  outline: 0;
}


/* toTop
---------------------------------------------------------*/

#toTop{
  display:block;
  position:fixed;
  bottom:120px;
  right:20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(0,0,0,0.6);
  text-align: center;
  line-height: 45px;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
  z-index: 2;
}

#toTop:hover{
  background: #fa7753
}

#toTop i{
  font-size: 1.5em;
  color: #fff;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

#toTop i:hover{
  color: #fff;
  font-size: 1.55em;
}

@media screen and (max-width:600px){

  #toTop{
    bottom: 10px;
    right: 0;
  }

}


/* get-touch
---------------------------------------------------------*/

.panel-title-1 h3{
  font-size: 1.8em;
  font-weight: normal;
  text-align: center;
}

.panel-title-1{
  padding: 30px 0 20px;
}

.get-touch{
  text-align: center;
  padding-top: 40px;
}

.get-touch > li{
  display: inline-block;
  padding: 0 35px;
}

.get-touch > li .features-item{
  width: 105px;
  height: 105px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  background: #f1f4f5;
  text-align: center;
  box-shadow: inset 0px 0px 0 5px #fff;
  border: 1px solid #f1f4f5;
    -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.get-touch > li .features-item i{
  font-size: 30px !important;
  clear: both;
  display: block;
  padding: 15px 0 0px;
  line-height: 40px;
}

.get-touch > li:hover .features-item{
  background: #c4b055;
  color: #fff;
  border: 1px solid #c4b055;
}

.get-touch .get-touch-info{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #777;
}

@media screen and (max-width:660px){

  .get-touch > li{
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .get-touch > li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


  .get-touch > li .features-item{
    float: left;
  }

  .get-touch-info{
    float: left;
    padding-left: 10px;
    text-align: left;
    padding-top: 20px;
  }

}


/* contact-panel
---------------------------------------------------------*/

.contact-panel{
  padding-top: 55px;
}

.contact-add{
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.5
}

.contact-add .icon{
  width: 30px;
  height: 30px;
  background: #f1f4f5;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  margin-right: 5px;
}

.contact-add .icon i{
  color: #ef5f60;
  font-size: 1.1em;
}

.contact-form{
  width: 40%;
  float: left;
}

.contact-panel .map-box{
  width: 60%;
  padding-left: 15px;
  float: left;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.contact-form .btn-box{
  padding: 0;
}

.contact-form .btn-box .btn{
  width: 100%;
}

@media screen and (max-width:660px){

  .contact-form,.contact-panel .map-box{
    width: 100%;
    margin-bottom: 30px;
  }

  .contact-panel .map-box{
    padding-left: 0;
  }

}

/* grid-item-2
---------------------------------------------------------*/

.grid-item-2 > li{
  list-style: none;
  float: left;
  position: relative;
}

.grid-item-2.grid-3 > li{
  width: 32.3%;
  margin-right: 1.5%;
}

.grid-item-2.grid-3 > li:nth-child(3n){
  margin-right: 0;
}

.grid-item-2 .thumbnail{
  overflow: hidden;
}

.grid-item-2 .thumbnail img{
  width: 100%;
  display: block;
  transition: all 0.5s ease 0s;
}

.grid-item-2 .thumbnail:hover img {
    transform: scale(1.15);
}

.grid-item-2 .entry-title{
  font-size: 1.1em;
  font-weight: normal;
}

.grid-item-2 .entry-title.dark {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.5) 39%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
  left: 0;
  padding: 10px 10px 12px;
  position: absolute;
  right: 0;
  top: -60px;
}

.grid-item-2 .entry-title.dark a{
  color: #fff;
  text-shadow:1px 1px 0 rgba(0, 0, 0, 1);
  display: block;
  height: 40px;
  overflow: hidden;
}

.grid-item-2 .entry-content{
  position: relative;
}

@media screen and (max-width:640px){

  .grid-item-2.grid-3 > li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }


}


/* nav-tag
---------------------------------------------------------*/

.nav-tag{
  position: relative;
  float: left;
  margin-bottom: 15px;
}

.nav-tag ul li{
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
}

.nav-tag li a {
  color: #000;
  display: inline-block;
  padding: 7px 12px;
  background: #fff;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.nav-tag li a:hover,.nav-tag li a.current{
  background: #3d5da0;
  color: #fff;
}

.nav-tag a#pull {
  display: none;
}

.nav-select{
  float: right;
  background: #fff;
  margin-left: 10px;
}


@media only screen and (max-width : 640px) {

  .nav-tag ul {
    display: none;
    height: auto;
  }

  .nav-tag a#pull {
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 8px 10px;
    border-bottom: 3px;
  }

  .nav-tag a#pull i{
    float: right;
    font-size: 1.2em;
    margin-left: 10px;
  }

  .nav-tag ul{
    position: absolute;
    top:40px;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .nav-tag ul li{
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .nav-tag li a{
    display: block;
    float: none;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
  }
  .nav-tag li a:hover{
    background: #f8f5f5;
    color: #222;
  }

  .nav-select{
    float: left;
  }

}


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

.tab-capsule{
  margin-bottom: 25px;
}

.tab-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.tab-capsule li{
  float: left;
  list-style: none;
  background: #fff;
  font-size: 0.9em;
  width: 25%;
  text-align: center;
}

.tab-capsule li a{
  display: block;
  box-shadow: inset 0 0px 0px 1px #ddd;
  padding: 8px 12px;
  margin-right: -1px;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.tab-capsule li a:hover,.tab-capsule li a.current{
  background: #3d5da0;
  color: #fff;
}

.tab-capsule li:first-child a{
  -webkit-border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}

.tab-capsule li:last-child a{
  -webkit-border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  border-radius: 0px 6px 6px 0px;
}


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

.tabs-1 {
  max-width: 100%;
  float: none;
  list-style: none;
  padding: 0;
}

.tabs-1:after {
  content: '';
  display: table;
  clear: both;
}

.tabs-1 input[type=radio] {
  display: none;
}

.tabs-1 label {
  display: block;
  float: left;
  width: 25%;
  margin-right: -1px;
  color: #333;
  padding: 8px 0px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  box-shadow: 0 0 0 1px #ddd inset;
  -webkit-transition: all 0.5s;
 /* Safari 3.1 to 6.0 */
  transition: all 0.5s;
}

.tabs-1 label:hover {
  color: #fff;
  background: #3d5da0;
}

.rank-tab-content {
  display: none;
  width: 100%;
  float: left;
  padding-top: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.rank-tab-content * {
  -webkit-animation: scale 0.4s ease-in-out;
  -moz-animation: scale 0.4s ease-in-out;
  animation: scale 0.4s ease-in-out;
}

@keyframes scale {

  0% { 
    transform: scale(0.9);
    opacity: 0;
    }

  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }

  100% { 
    transform: scale(1);
    opacity: 1;
  }

}

.tabs-1 [id^="tab"]:checked + label {
  color: #fff;
  background: #3d5da0;
  box-shadow: 0 0 0 1px #3d5da0 inset;
}

#tab1:checked ~ #tab-content1,
    #tab2:checked ~ #tab-content2,
    #tab3:checked ~ #tab-content3,
    #tab4:checked ~ #tab-content4 {
  display: block;
}


/* item-QA
---------------------------------------------------------*/

.item-QA{
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.item-QA .q-title{
  cursor: pointer;
  position: relative;
  padding: 0 20px 0 32px;
}

.item-QA .q-title:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.item-QA .q-title h3{
  font-size:1em;
  font-weight: bold;
  color: #333;
  float: left;
}

.item-QA .q-title .item-toggle{
  width: 20px;
  height: 20px;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1em;
  color: #787a7e;
  position: absolute;
  right: 0;
  top: 0;
}

.item-QA .item-toggle:before{
  content: "\f055";
}

.item-QA .active .item-toggle:before{
  content: "\f056";
}

.item-QA .a-content:before,.item-QA .q-title:before{
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  border-radius: 50px;
  text-align: center;
  font-size: 0.8em;
  line-height: 22px;
}

.item-QA .q-title:before{
  content: "Q";
  background: #eee;
  color: #333;
  left: 0;
  top: 2px;
}

.item-QA .a-content{
  color: #617192;
  line-height: 1.6;
  display: none;
  padding-top: 20px;
  position: relative;
  padding-left: 35px;
}

.item-QA .a-content img{
  display: block;
  max-width: 100%;
}

.item-QA .a-content:before{
  left: 0;
  top: 22px;
  background: #eef7fd;
  content: "A";
  color: #617192;
}

/* table.data-2
---------------------------------------------------------*/

table.data-2{
  border: 1px solid #ddd;
  margin-top: 10px;
}

table.data-2 th{
  text-align: center;
  font-size: 14px;
  padding: 8px 20px;
  background: #f3f2f2;
  color: #4f4f4f;
  border: 1px solid #ddd;
}

table.data-2 td{
  text-align: center;
  padding: 10px 10px;
  border: 1px solid #ddd;
  color: #666;
}

/* tv slider
---------------------------------------------------------*/

.tvIndex-slider-wrapper{
  margin-bottom: 30px;
  position: relative;
}

ul.tv-bxslider-1{

}

ul.tv-bxslider-1 li img{
  width: 100%;
}

.tvIndex-slider-wrapper .bx-pager{
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: right;
  z-index: 2;
}

.tvIndex-slider-wrapper .bx-pager-item{
  padding: 0 5px;
  display: inline-block;
}

.tvIndex-slider-wrapper .bx-pager-item a{
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255,255,255,1);
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  font-size: 0;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.tvIndex-slider-wrapper .bx-pager-item a.active,.tvIndex-slider-wrapper .bx-pager-item a:hover{
  background: #3d5da0;
}

/* tv-item
---------------------------------------------------------*/

.tv-slider{
  position: relative;
  padding: 0 28px;
}

.tv-item{
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.tv-item.bordered{
  border: 1px solid #e9e9e9;
}

.tv-item .entry-thumb{
  overflow: hidden;
}

.tv-item .entry-thumb img{
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}

.tv-item .entry-thumb:hover img{
  -webkit-transform:scale(1.15); /* Safari and Chrome */
  -moz-transform:scale(1.15); /* Firefox */
  -ms-transform:scale(1.15); /* IE 9 */
  -o-transform:scale(1.15); /* Opera */
  transform:scale(1.15);
}

.tv-item .entry-date{
  padding: 10px 0;
  text-align: center;
  font-size: 0.9em;
  color: #000;
}

.tv-item .entry-date .num{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  margin-right: 5px;
}

.tv-item .entry-content{
  padding: 15px;
}


.tv-item .entry-time{
  margin-bottom: 10px;
  font-size: 0.9em;
  font-family: "Open Sans",sans-serif;
  color: #8d8d8d;
}

.tv-item .entry-time span{
  color: #fff;
  padding: 2px 12px;
  border-radius: 60px;
  margin-right: 10px;
  font-size: 0.85em;
  letter-spacing: 4px;
  font-family: "微軟正黑體";
}

.tv-item .entry-desc{
  font-size: 0.9em;
  display: block;
  height: 40px;
  overflow: hidden;
}

.tv-item .entry-title h3{
  font-size: 1.1em;
  margin-bottom: 10px;
}

.tv-item .entry-title h3 a{
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
  display: block;
  height: 50px;
  overflow: hidden;
  line-height: 1.5;
}

.tv-item .entry-title h3 a:hover{
  color: #000;
}

.tv-item .entry-option{
  text-align: right;
  margin-top: 15px;
}

.tv-item .option-item{
  padding-left: 8px;
  font-size: 0.95em;
}

.tv-item.pd-15{
  padding: 15px;
}

/* star-item
---------------------------------------------------------*/

.tv-item.star-item .entry-content{
  padding: 0;
  padding-top: 10px;
}

.tv-item.star-item .entry-title h3{
  margin-bottom: 0;
}

.tv-item.star-item .entry-title h3 a{
  height: 22px;
}

.tv-item.star-item .entry-desc{
  margin-top: 10px;
}

.tv-item.star-item{
  border-radius: 3px;
  border: 1px solid #e0dede;
}


/* tv-slider
---------------------------------------------------------*/

.tv-slider .owl-prev,.tv-slider .owl-next{
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 25px;
  height: 50px;
  line-height: 50px;
  font-size: 1.8em;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.tv-slider .owl-prev:hover,.tv-slider .owl-next:hover{
  color: #333;
}

.tv-slider .owl-prev{
  left: 0;
  text-align: left;
}

.tv-slider .owl-next{
  right: 0;
  text-align: right;
}

.tv-item .entry-time span{
  background: #3b5997;
}

.tv-slider .owl-prev,.tv-slider .owl-next,.tv-item .entry-title h3 a,.tv-item .option-item{
  color: #3b5997;
}

.tv-item.pd-0 .entry-content{
  padding: 0;
  padding-top: 6px;
  text-align: center;
}

/* tv-themeB tv-item
---------------------------------------------------------*/

.tv-themeB .entry-time span{
  background: #5c9dbb;
}

.tv-themeB .owl-prev,.tv-themeB .owl-next,.tv-themeB .entry-title h3 a,.tv-themeB .option-item{
  color: #5c9dbb;
}

/* tv-grids tv-item
---------------------------------------------------------*/


.tv-grids .tv-item{
  margin-bottom: 20px;
}

/* type-post-1 tv-item
---------------------------------------------------------*/

@media (max-width: 768px) {

  .type-post-1 .entry-thumb{
    float: left;
    width: 37%;
  }

  .type-post-1 .tv-item{
    width: 100%;
    padding: 12px;
  }

  .type-post-1 .tv-item:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0;
  }

  .type-post-1 .entry-content{
      padding: 0;
      margin-left: 42%;
  }

  .type-post-1 .entry-desc{
    display: none;
  }

  .tv-item .entry-option{
    padding-top: 0;
    text-align: left;
  }

  .type-post-1 .row{
    padding: 0;
  }

}

/* marquee-bar
---------------------------------------------------------*/

.marquee-bar{
  background: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
  width: 100%;
  height: 33px;
}

.marquee-barx:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.marquee-bar .marquee{
  overflow: hidden;
  height: 20px;
  font-size: 0.9em;
}

.marquee-bar .entry-content{
  padding-top: 8px;
}

.marquee-bar .entry-title{
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  float: left;
  line-height: 33px;
  padding:0 20px;
  color: #fff;
  background: #365494;
  height: 33px;
  margin-right: 15px;
}


/* show-main-box
---------------------------------------------------------*/

.show-main-panel .main-cover{
  background: #121317;
  padding: 15px;
  box-shadow: inset 0 0 0 15px #30343c;
}

.show-main-panel .main-cover img{
  width: 100%;
  display: block;
}

.show-main-panel .main-cover .main-title{
  padding:0 0 10px;
}

.show-main-panel .main-cover .main-title h2{
  font-size: 1.1em;
  color: #fbe447;
  font-family: "Yu Gothic","Open Sans",sans-serif;
}

.show-main-panel .main-cover.tv-online{
  text-align: center;
  padding: 30px 15px;
}

.show-main-panel .main-cover.tv-online img{
  opacity: 0.3
}

.show-main-panel .show-info-box{
  padding: 25px;
  background: url(../images/tv-bg-1.png) #23252c;
  box-shadow: inset 0 3px 2px 0px rgba(0,0,0,0.2);
  position:relative;
}

.show-main-panel .show-info-box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.show-main-panel .show-meta{
  float: left;
  width: 60%;
}

.show-main-panel .show-meta li{
  list-style: none;
  margin-bottom: 8px;
  font-size: 0.9em;
  color: #fff;
}

.show-main-panel .show-meta li:last-child{
  margin-bottom: 0;
}

.show-main-panel .show-meta li a{
  color: #bfd2ff;
}

.show-main-panel .show-meta label{
  float: left;
  font-weight: normal;
}

.show-main-panel .show-meta .enty-txt{
  
}

.show-main-panel .show-meta .show-title{
  font-size: 1.4em;
  color: #fbe447;
}

.show-intro{
  line-height: 1.6;
  color: #1b1b1b;
}

@media (max-width: 768px) {

  .show-main-panel .main-cover .main-title h2{
    font-size: 1.05em;
  }

}


/* tv social-list
---------------------------------------------------------*/

.show-main-panel .entry-share{
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.social-list .share-btn{
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 40px;
  text-align: center;
  line-height: 32px;
  color: #fff;
}

.share-btn.fb{
  background: #3b5998;
}

.share-btn.weibo{
  background: #dd2430;
}

.share-btn.twitter{
  background: #1b95e0;
}

.share-btn.google{
  background: #dc544b;
}

.share-btn.pin{
  background: #c21b26;
}

.social-list .share-btn.line{
  background: #00c300;
}

.share-btn.line img{
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {

  .show-main-panel .show-meta{
    float: none;
    width: 100%;
  }

  .show-main-panel .entry-share{
    position: static;
    text-align: left;
    padding-top: 10px;
  }

}


/* post-item-1
---------------------------------------------------------*/

.post-item-1.tv .thumbnail{
  width: 25%;
  position: relative;
}

.post-item-1 .thumbnail .btn-play{
  display: inline-block;
  width: 70px;
  height: 70px;
  background: rgba(0,0,0,0.5);
  box-shadow: inset 0 0 0 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  border-radius: 100px;
  font-family: FontAwesome;
  text-align: center;
  line-height: 70px;
  z-index: 1;
}

.post-item-1 .thumbnail .btn-play:before{
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 3em;
  color: #fff;
}

.post-item-1.tv .entry-title{
  font-size: 1.1em;
  font-family: "Yu Gothic","Open Sans",sans-serif;
}

.post-item-1.tv .entry-title a{
  color: #365494;
}

.post-item-1.tv .entry-date-1{
  font-size: 0.8em;
  font-family: "Open Sans",sans-serif;
  color: #8e8e8e;
  margin-bottom: 5px;
}

@media (max-width: 550px) {

  .post-item-1.tv .thumbnail{
    width: 80%;
  }

}


/* grid-posts
---------------------------------------------------------*/

.posts-slider{
  position: relative;
  padding: 0 30px;
}

.grid-posts-1{
  background: #fff;
}

.grid-posts-1.mr-t-15{
  margin-bottom: 15px;
}

.grid-posts-1 .entry-thumb{
  position: relative;
}

.grid-posts-1 .entry-thumb img{
  display: block;
  width: 100%;
}

.grid-posts-1 .entry-title h3{
  font-family: "Yu Gothic","Open Sans",sans-serif;
  font-family: 1.05em;
}

.grid-posts-1 .entry-content{
  padding: 10px 0 0 0;
}

.grid-posts-1 .entry-desc{
  line-height: 1.5;
  font-size: 0.95em;
  display: block;
  height: 44px;
  overflow: hidden;
}

.grid-posts-1 .caption{
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  width: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
}

.posts-slider .owl-prev,.posts-slider .owl-next,.posts-slider .entry-title h3 a{
  color: #3b5997;
}

.posts-slider .owl-prev,.posts-slider .owl-next{
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 25px;
  height: 50px;
  line-height: 50px;
  font-size: 1.8em;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.posts-slider .owl-prev:hover,.posts-slider .owl-next:hover{
  color: #333;
}

.posts-slider .owl-prev{
  left: 0;
  text-align: left;
}

.posts-slider .owl-next{
  right: 0;
  text-align: right;
}

/* post-container
---------------------------------------------------------*/

.grid-posts-1.s-1 .entry-item{
  display: block;
  height: 20px;
  overflow: hidden;
  font-size: 0.9em;
}

.grid-posts-1.s-1{
  text-align: center;
  float: left;
}

.grid-posts-1.col-3{
  width: 30%;
  margin: 0 1.5% 25px;
}

.grid-posts-1.s-1 .entry-title h3{
  font-size: 1.1em;
  height: 22px;
  overflow: hidden;
  margin-bottom: 5px;
}

@media (max-width: 640px) {

  .grid-posts-1.s-1 .entry-thumb{
    width: 25%;
    float: left;
  }

  .grid-posts-1.s-1 .entry-content{
    margin-left: 25%;
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
  }

  .grid-posts-1.col-3{
    width: 100%;
    float: none;
  }

  .grid-posts-1.col-3:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

}

/* post-container
---------------------------------------------------------*/

.post-container .post-meta ul {
  padding: 0;
  float: left;
}

.post-container .post-meta ul li {
  color: #777;
  display: inline-block;
  font-size: 0.9em;
  list-style: outside none none;
  margin-bottom: 5px;
  margin-right: 20px;
}

.post-container .post-meta ul > li > i {
  margin-right: 8px;
}

.post-container .post-meta ul > li > a {
  color: #222;
}

.post-container .post-meta .social-list{
  float: right;
}

.post-container .post-meta:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.post-container .post-main{
  color: #222;
  line-height: 1.6;
}

.post-container .post-main ul,.post-container .post-main ol{
  margin-left: 20px;
}

.post-container .post-main img{
  max-width: 100%;
  display: block;
}

.post-container .entry-widget{
  margin-bottom: 25px;
}

.post-container .panel-heading{
  padding-bottom: 15px;
}

.post-container .panel-heading::before{
  border-top: 0;
  border-color:#ddd; 
}

.post-container .panel-heading h2{
  color: #222;
}

@media (max-width: 768px) {

  .post-container .post-meta ul{
    float: none;
    margin-bottom: 15px;
  }

  .post-container .post-meta .social-list{
    float: none;
  }

}

/* youtube-container
---------------------------------------------------------*/

.youtube-container {
  height: 0;
  margin-bottom: -14%;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.youtube-container iframe, .youtube-container object, .youtube-container embed {
  height: 70%;
  left: 0;
  position: absolute;
  top: 0;
  width: 70%;
}

@media (max-width: 768px) {
  .youtube-container {
    margin-bottom: 0;
  }

  .youtube-container iframe, .youtube-container object, .youtube-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

/* mg-target
---------------------------------------------------------*/

.mg-panel{
  margin-bottom: 0;
}

.mg-panel .panel-heading{
  padding-top: 0;
}

.mg-target .entry-thumb{
  float: left;
  width: 250px;
}

.mg-target .entry-thumb img{
  width: 100%;
}

.mg-target .entry-content{
  color: #ccc;
  margin-left: 270px;
}

.mg-target .container{
  padding: 0 30px;
}

.mg-target .entry-title{
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #fff;
}

.mg-target .entry-txt{
  font-size: 1em;
  line-height: 1.55;
  padding-right: 20px;
}

@media (max-width: 768px) {

  .mg-target .entry-thumb{
    width: 100px;
  }

  .mg-target .entry-content{
    margin-left: 115px;
  }

  .mg-target .entry-title{
    font-size: 1em;
    margin-bottom: 0;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .mg-target .entry-txt{
    font-size: 0.85em;
  }

}


/* star-navi
---------------------------------------------------------*/

.star-navi{
  text-align: center;
}

.star-navi li{
  list-style: none;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin: 0 10px;
}

.star-navi li a:hover{
  background: #3d5da0;
  color: #fff;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.star-navi li a{
  display: block;
  width: 110px;
  height: 110px;
  text-align: center;
  padding: 0 10px;
  background: #fff;
  border-radius: 100%;
  box-shadow: inset 0 0 0 4px rgba(25,53,108,0.12);
}

.star-navi li:nth-child(even) a{
  box-shadow: inset 0 0 0 4px rgba(215,65,36,0.2);
}


@media (max-width:970px) {
  
  .star-navi li{
    margin: 0 auto 10px;
  }

}

/* about-star-panel
---------------------------------------------------------*/

.about-star-panel .about-side{
 width: 33%;
 float: left; 
}

.about-star-panel .about-side iframe{
  width: 100%;
}

.about-star-panel .about-video{
  margin-bottom: 10px;
  position: relative;
}

.about-star-panel .about-content{
  padding-left: 35%;
  line-height: 1.6;
  font-size: 0.95em;
  color: #1b1b1b;
}

.about-star-panel .entry-title{
  font-size: 1.8em;
  margin-bottom: 10px;
}

.about-star-panel .btn-social{
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  border-radius: 4px;
  display: block;
}

.about-star-panel .btn-social i{
  font-size: 1.2em;
  margin-right: 2px;
}

.about-star-panel .btn-social.fb{
  background: #3b5998;
  color: #fff;
}

.about-star-panel .about-video img{
  width: 100%;
  display: block;
}

.about-star-panel .about-video .btn-play{
  display: inline-block;
  width: 70px;
  height: 70px;
  background: rgba(0,0,0,0.5);
  box-shadow: inset 0 0 0 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  border-radius: 100px;
  font-family: FontAwesome;
  text-align: center;
  line-height: 70px;
  z-index: 1;
}

.about-star-panel .about-video .btn-play:before{
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 3em;
  color: #fff;
}


@media (max-width:600px) {

  .about-star-panel .about-side{
    width: 70%;
    float: none;
    margin: 0 auto 15px;
    clear: both;
  }

  .about-star-panel .about-content{
    padding-left: 0;
  }

}


/* rank-tab-content-1
---------------------------------------------------------*/

.rank-tab-content-1 {
  display: none;
}

.rank-tab-content-1.current {
  display: inherit;
}

.big-selection{
  width: 50%;
  margin: 0 auto;
  border: none;
  background: #eaeff5;
  border-radius: 3px;
  padding: 5px 12px;
  display: block;
  color: #3d5da0;
  height: 32px;
  margin-bottom: 35px;
}

/* rank-writer
---------------------------------------------------------*/

.rank-sort-col{

}

.rank-sort-col:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.rank-writer{
  text-align: center;
}

.rank-writer li{
  display: inline-block;
  list-style: none;
  width: 145px;
  text-align: center;
  margin: 0 5px 10px;
  position: relative;
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}


.rank-sort .rank-writer li{
  width: 30%;
  margin: 0 8px 10px 0;
}


.rank-writer li h4{
  margin-top: 12px;
  display: block;
  height: 20px;
  overflow: hidden;
  font-size: 0.9em;
}

.rank-writer li .entry-thumb{
  width: 100%;
  border-radius: 100%;
  box-shadow: 0 0 0 4px #e1ebf8;
}

.rank-writer li .entry-icon{
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -15px;
}

.rank-writer li .entry-icon img{
  height: 25px;
  display: block;
}

.rank-writer .entry-meta{
  border-top: 1px solid #ebebeb;
  padding-top: 8px;
  text-align: center;
  margin-top: 10px;
  height: 30px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.rank-writer .entry-meta a{
  padding: 0 4px;
  color: #c3c3c3;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.rank-writer .entry-meta a:hover{
  color: #333;
}

@media (max-width: 550px) {

  .rank-sort .rank-writer li,.rank-writer li{
    display: block;
    width: 200px;
    margin: 0 auto 15px;
  }

  .rank-writer{
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
  }

  .rank-writer > li:nth-of-type(1){-webkit-order: 2;}
  .rank-writer > li:nth-of-type(2){-webkit-order: 1;}
  .rank-writer > li:nth-of-type(3){-webkit-order: 3;}

}

/* rank-sort
---------------------------------------------------------*/

.rank-sort-panel{
  margin: 0 auto;
}

.rank-sort{
  width: 50%;
  float: left;
}

.rank-sort:nth-child(even){
  border-right: none;
}

.rank-sort .sort-title{
  background: #fcfbe5;
  text-align: center;
  padding: 5px 0 6px;
  font-weight: bold;
  color: #f66044;
  height: 32px;
  overflow: hidden;
  font-size: 1.05em;
}

.rank-sort .entry-content{
  padding: 25px 10px;
}

@media (min-width: 768px){

  .rank-sort{
    border-right:1px solid #e8e7e7;
  }

}

@media (max-width: 768px) {

  .btn.join{
    width: 100%;
  }

  .panel-menu.tabs{
    width: 95%;
  }

  .big-selection{
    width: 95%;
  }

  .rank-sort{
    width: 100%;
    float: none;
  }

}

/* goldenBanner-wrapper
---------------------------------------------------------*/

.goldenBanner-wrapper{
  margin-bottom: 30px;
  position: relative;
}

.goldenBanner-wrapper img{
  width: 100%;
}

/* panel-title-2
---------------------------------------------------------*/

.panel-title-2{
  position: relative;
  margin-bottom: 25px;
  clear: both;
}

.panel-title-2 h3{
  font-family: "Yu Gothic","Open Sans",sans-serif;
  font-size: 1.2em;
  color: #222;
  display: inline-block;
  position: relative;
  background: #fff;
  padding-right: 10px;
}

.panel-title-2 span{
  font-size: 0.85em;
  padding-left: 5px;
  color: #969696;
  background: #fff;
  position: relative;
  font-weight: normal;
}

.panel-title-2:before{
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background: #d3d3d3;
  top:12px;
  display: block;
}

/* set-group-1
---------------------------------------------------------*/

.set-group-1{
  margin-bottom: 40px;
}

.set-group-1:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/* award-demo
---------------------------------------------------------*/

.award-demo{
  display: none;
}

.video-demo{
  display: none;
}


/* col-lg-15
---------------------------------------------------------*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 25%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1170px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}


/* item-produc
---------------------------------------------------------*/

.item-produc{
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 0 1px #dfdfdf;
}

.item-produc .entry-thumb{
  background: #fff;
}

.item-produc .entry-thumb img{
  display: block;
  width: 100%;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.item-produc .entry-thumb img:hover{
  opacity: 0.8;
}

.item-produc .entry-title{
  margin-bottom: 10px;
}

.item-produc .entry-title h4{
  font-size: 0.9em;
  display: block;
  height: 40px;
  overflow: hidden;
}

.item-produc .price{
  color: #c93535;
  font-family: "Open Sans";
}

.item-produc .entry-content{
  padding: 15px;
}

.item-produc .amount{
  font-size: 0.85em;
  color: #898989;
}

@media (max-width: 768px) {
  .item-produc .entry-title h4{
    font-size: 0.85em;
    font-family: "Yu Gothic","Open Sans",sans-serif;
  }

  .item-produc .entry-content{
    padding: 10px;
  }
}

/* pro-ctg-list 商品分類slider
---------------------------------------------------------*/

.pro-ctg-slider{
  position: relative;
  padding: 0 10px;
}

.pro-ctg-group{
  
}

.pro-ctg-item{
 background: #fff;
 padding-bottom: 15px;
 margin-bottom: 2px;
}

.pro-ctg-item:hover{
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
    -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.pro-ctg-item .entry-thumb{
  padding: 15px 15px 0;
}

.pro-ctg-item .entry-thumb img{
  width: 100%;
  display: block;
}

.pro-ctg-item .entry-txt{
  font-size: 0.8em;
  text-align: center;
  display: block;
  height: 20px;
  overflow: hidden;
  max-width: 90%;
  margin: 0 auto;
}

.pro-ctg-slider.owl-carousel .owl-stage-outer {
  padding-top: 1px;
  padding-left: 1px;
}

.pro-ctg-slider .owl-prev,.pro-ctg-slider .owl-next{
  position: absolute;
  top: 50%;
  margin-top: -14px;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  background: #fff;
  color: #555;
  line-height: 28px;
  text-align: center;
  font-size: 0.8em;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  transition:all .3s;
}

.pro-ctg-slider .owl-prev:hover,.pro-ctg-slider .owl-next:hover{
  color: #000;
}

.pro-ctg-slider .owl-prev{
  left: 0;
}

.pro-ctg-slider .owl-next{
  right: 0;
}

/* cat-sidebar
---------------------------------------------------------*/

.cat-sidebar{
}

.cat-sidebar a.prev-page{
  color: #888;
}

.cat-heading{
  margin-bottom: 15px;
  border-bottom: 1px solid #b9b9b9;
}

.cat-heading:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cat-heading h2{
  font-size: 1em;
  padding-bottom: 10px;
  color: #222;
  font-weight: normal;
  float: left;
}

.cat-widget{
  margin-bottom: 20px;
}

.cat-widget .widget-title{
  margin-bottom: 5px;
}

.cat-widget:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cat-widget .widget-title h3{
  color: #222;
  font-size: 0.85em;
}

.cat-flip{
 cursor: pointer;
}

.cat-list li,.cat-flip{
  list-style: none;
  font-size: 0.85em;
  margin-bottom: 8px;
  line-height: normal;
  color: #2e2e2e;
}

.cat-list li a{
  color: #2e2e2e;
  display: block;
}

.cat-list li a:hover{
  color: #3b5997;
}

.cat-list li.current a{
  font-weight: bold;
  color: #3b5997;
}

.hidden-cat{
  display: none;
}

.cat-list li input[type="radio"],.cat-list li input[type="checkbox"]{
  margin-top: 4px;
  position: static;
  margin-right: 5px;
}

.cat-sidebar .btn-box{
  padding-top: 0;
}

.cat-sidebar .btn{
  padding: 5px 20px;
  font-size: 0.9em;
}

.cat-panel{
  margin-bottom: 30px;
}

.cat-panel:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cat-options{
  width: 22px;
  height: 22px;
  display: block;
  line-height: 22px;
  float: right;
  cursor: pointer;
  text-align: right;
}

@media (max-width: 768px) {
  .cat-list li{
    float: left;
    padding-right: 15px;
  }

  .hidden-cat{
    width: 100%;
  }

  .cat-flip{
    width: 100%;
    display: block;
    float: left;
  }

  .cat-widget{
    margin-bottom: 10px;
  }

  .cat-sidebar{
    margin-bottom: 20px;
  }

  .cat-panel{
    margin-bottom: 15px;
  }

}


/* hidden-widget
---------------------------------------------------------*/

.s-flip-click{
  display: none;
}

@media (max-width: 768px) {

  .s-flip-click{
    display: inline-block;
  }

  .s-hidden-widget{
    display: none;
  }

}


