/* rslides */
.carousel-inner img{
  width: 100%;
}
.carousel-caption {
    position: absolute;
    right: 0;
    left: initial;
    bottom: 0;
    width: 370px;
    padding: 5px;
}

/* thumb */
.thumb-box{
   margin:10px 0;
}
.thumb{
    min-height: 144px;
    font-size: 13px;
}
.thumb-label{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #e8e8e8;
    padding: 0 0 8px 5px;
    position: relative;
}
.thumb-label::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 83px;
    height: 2px;
    background-color: #009554;
    z-index: 10;
}
.textindent{
    text-indent: 25px;
    margin-top: 13px;
    line-height: 27px;
    margin-bottom: 6px;
}
.thumb-tab{
    display: inline-block;
    width: 100%;
    margin: 15px 0 10px;
    border-bottom: 2px solid #e8e8e8;
}
.thumb-tab li:first-child{
    /* margin-left: -40px; */
}
.thumb-tab li{
    cursor: pointer;
    float: left;
    padding: 0 10px 8px 10px;
    margin-bottom: -2px;
    border-bottom: 2px solid #e8e8e8;
}
.thumb-tab li.active{
    position: relative;
}
.thumb-tab li.active a{
    color: #009554;
} 
.thumb-tab li.active::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #009554;
    animation:myfirst 1s;
    -moz-animation:myfirst 1s; /* Firefox */
    -webkit-animation:myfirst 1s; /* Safari and Chrome */
    -o-animation:myfirst 1s; /* Opera */
}
@keyframes myfirst
{
0%   {top:0;}
100% {top:100%;}
}

@-moz-keyframes myfirst 
{
0%   {top:0;}
100% {top:100%;}
}

@-webkit-keyframes myfirst
{
0%   {top:0;}
100% {top:100%;}
}

@-o-keyframes myfirst 
{
0%   {top:0;}
100% {top:100%;}
}
.thumb-tab li a{
    color: #333;
    font-size: 14px;
    font-weight: bold; 
}
.tab-cont ul li{
    padding: 5px 0;
}
.tab-cont ul.tab-list li{
    position: relative;
    padding-left: 15px;
}
.tab-cont ul.tab-list li::before{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #009554;
}
.thumb-list li{
    position: relative;
    padding: 10px 0px 0px 15px;
}
.thumb-list li::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #009554;
    border-bottom: 4px solid transparent;
}
.tab-list a,.thumb>a{
  color: #009554;
}
.tab-list>a{
  display: inline-block;
  margin-top: 5px;
}
.thbg{background: url(../images/thbg.png) top right no-repeat;
    background-size: 35%;
    }
/* gall */
.gall {
  background: #fff;
  overflow:hidden;
  width: 100%;
  height: 100px;
}
.gall img{ 
  height: 100px;
  width: inherit;
  margin:0 2px;
  border:4px solid #f6f6f6;
}

/*Plugin CSS*/
.str_wrap {
  overflow:hidden;
  width:100%;
  font-size:12px;
  line-height:16px;
  position:relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;  
  background:#fff;
  white-space:nowrap;s
}
.str_wrap.str_active {
  background:#f1f1f1;
}
.str_move { 
  white-space:nowrap;
  position:absolute; 
  top:0; 
  left:0;
  cursor:move;
}
.str_move_clone {
  display:inline-block;
  vertical-align:top;
  position:absolute; 
  left:100%;
  top:0;
}
.str_vertical .str_move_clone {
  left:0;
  top:100%;
}
.str_down .str_move_clone {
  left:0;
  bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space:normal;
  width:100%;
}
.no_drag .str_move,
.noStop .str_move{
  cursor:inherit;
}
.str_wrap img {
  max-width:none !important;  
}
@media (min-width: 768px){
    .thumb-tab li {
        padding: 0 8px 8px 8px;
    }
}
@media (min-width: 1024px){
    .thumb-tab li {
        padding: 0 10px 8px 10px;
    }
}