/****************************************************************************
 *
 * Copyright (c) 2017 ESound Tech. All Rights Reserved.
 *
 * This SOURCE CODE FILE, which has been provided by ESound as part
 * of a ESound product for use ONLY by licensed users of the product,
 * includes CONFIDENTIAL and PROPRIETARY information of ESound.
 *
 * USE OF THIS SOFTWARE IS GOVERNED BY THE TERMS AND CONDITIONS
 * OF THE LICENSE STATEMENT AND LIMITED WARRANTY FURNISHED WITH
 * THE PRODUCT.
 *
 * IN PARTICULAR, YOU WILL INDEMNIFY AND HOLD ESOUND, ITS RELATED
 * COMPANIES AND ITS SUPPLIERS, HARMLESS FROM AND AGAINST ANY CLAIMS
 * OR LIABILITIES ARISING OUT OF THE USE, REPRODUCTION, OR DISTRIBUTION
 * OF YOUR PROGRAMS, INCLUDING ANY CLAIMS OR LIABILITIES ARISING OUT OF
 * OR RESULTING FROM THE USE, MODIFICATION, OR DISTRIBUTION OF PROGRAMS
 * OR FILES CREATED FROM, BASED ON, AND/OR DERIVED FROM THIS SOURCE
 * CODE FILE.
 *
 *
 *     File name:       index.css
 *
 *     History:
 *     Date               Author            Comments
 *     -----------------------------------------------------------------------
 *     JAN 23, 2017       Vergil           Initial Release
 *****************************************************************************/

@CHARSET "BIG5";


.vip-menu{

  /*display:none;*/
  position: fixed;
  width: 144px;
  height: 41px;
  z-index: 1000;
  right: -107px;
  top: 20%;
  border-radius: 8px;
  box-shadow: 2px 2px 5px #555; 
  -webkit-box-shadow: 2px 2px 5px #555; 
  -moz-box-shadow: 2px 2px 5px #555; 

  background: #fe85c6; 
  background: -moz-linear-gradient(top,  #fe85c6 0%, #c92c87 100%); 
  background: -webkit-linear-gradient(top,  #fe85c6 0%,#c92c87 100%); 
  background: linear-gradient(to bottom,  #fe85c6 0%,#c92c87 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe85c6', endColorstr='#c92c87',GradientType=0 ); 
  transition: .5s ease;

  
}

.vip-menu:hover{
  right:4px;
}

.vip-menu > ul{
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.vip_btn_rect{
  width: 100%;
  height: 100%;
  padding: 3px 4px;
  font-size:1.125em;
  color:#fff;
  font-weight: bold;
}

.vip_btn_icon{
  font-size:1.5em;
/*  border: 2px solid #fff;
  border-radius: 100%;
*/  padding: 4px;
  position: relative;
  top: 2px;

}

#newsSection{
  padding: 20px 20px;
  display: none;
  height: 200px;

}

#newsSlides{
  height:120px;
  overflow:hidden;
}


#services{
  padding: 8px 0 40px;
  background: #595959; 
  background: -moz-linear-gradient(top, #595959 0%, #7a7a7a 37%, #a0a0a0 61%, #f4f5f9 100%); 
  background: -webkit-linear-gradient(top, #595959 0%,#7a7a7a 37%,#a0a0a0 61%,#f4f5f9 100%); 
  background: linear-gradient(to bottom, #595959 0%,#7a7a7a 37%,#a0a0a0 61%,#f4f5f9 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#f4f5f9',GradientType=0 ); 
  
  -moz-box-shadow: inset 0px -1px 3px rgba(0,0,0,0.25);
  -webkit-box-shadow: inset 0px -1px 3px rgba(0,0,0,0.25);
  box-shadow: inset 0px -1px 3px rgba(0,0,0,0.25);
}


#services a{
  color:#fff;
}

.service-col > h2{
  letter-spacing: 7px;
  font-size:1.6em;
  text-shadow: 1px 2px 4px #444;
  color:#fff;
}

.service-col > h2 > img{
  margin-right: 16px;
  width: 66px;
/*  box-shadow: 0px 0px 8px #eee;
  -webkit-box-shadow: 0px 0px 8px #eee;
  -moz-box-shadow: 0px 0px 8px #eee;
  border-radius: 100%;
*/}

.pt-btn-block-up{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;

  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
}
.pt-btn-block-down{
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;

  -webkit-border-bottom-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
}

.more-info-btn{
  height: 46px;
  border-radius: 20px;
  padding: 10px 19px 0;
  box-shadow: 0 0 3px #c92c87;
  -webkit-box-shadow: 0 0 3px #c92c87;
  -moz-box-shadow: 0 0 3px #c92c87;

  letter-spacing: 2px;
  font-size: 1em;
}

.km-search-bar{
  display: inline-block;
  float: left;
  width:calc(100% - 140px);
}

.km-check-all-btn{
  display: inline-block;
  float: right;
  width:140px;
  text-align: right;
}

.chart-text-theme{
	color: #73879C;
	
}

.news-bg-dark{
  background-color: #eee;
	
}

.item-cust{
    /* padding: 20px 0; */
    /*margin-bottom: 20px;*/
    /* color: #eee; */
	
}

.item-title{
  font-weight : 800;

}

.item-content{
	color: #7e7d82;
	overflow: hidden;
}

.item-date{
	padding-right: 1em;
	color: #404040;
}

.section-sub-detial{
	margin-top: 60px;
}

.modal-btn{
    width: 96%;
    height: 44px;
}


.list-group{
	text-align: left;
}

.list-group-item .list-group-item-heading{
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	
}

a.list-group-item:hover, a.list-group-item:focus{
	background-color:rgba(0, 185, 211,0.7);
	color:#fff;
}

a.list-group-item .list-group-item-heading{
	color: inherit;
}

.kmSearchBar{
    width: 100%;
    height: 46px;
     margin: 0 auto 30px; 
    position: relative;
    /* left: -10%; */
    /*display: inline-block;*/
}

.kmSearchBtn{
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
    height: 46px;
    position: absolute;
    top: 0;
    right: 10px;
    width: 46px;
    color: #fe85c6;
    font-size: 2.0rem;
    font-weight: bolder;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 120ms ease-in;
    -moz-transition: all 120ms ease-in false;
    -o-transition: all 120ms ease-in false;
    transition: all 120ms ease-in;
    cursor: pointer;
}

#kmSerach{
    width: 100%;
    height: 100%;
    border-color: rgba(0, 133, 176, 0.4);
    
    border-radius: 32px;
}

.panel-rect{
  box-shadow:0 4px 10px 4px rgba(19, 35, 47, 0.3);
  -webkit-box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  -moz-box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.panel-body a{
	color: gray;
  text-decoration:none;
}

.panel-body a:hover{
  color: rgb(254,133,198);
}

.panel-body > ul{
  text-align: left;
  padding-left:16px;
  color: gray;
}

.panel-footer{
	padding:10px 15px;
	background-color: #ffffff;
}

/* AD?\bootstrap */
.panel-default>.panel-heading{
	color:#ffffff;
	/* background: #00b9b3; */
	border-color:  #c92c87;
	padding: 1px;
	
}

.panel-heading > h3{
	margin-bottom: 20px;
}

.canvase-title{
  color: #555;
  margin: 0 auto 20px;
  padding: 0 0 10px;
  width: 230px;
  font-family: cursive;
  font-size: 1em;
  border-bottom: 2px solid #808080;
  font-weight: 600;
}  

.canvase-bag{
  width: 100%;
  margin: 0;
}

[id^=CharDataCount]{
  white-space:nowrap;
}

.canvas-draw-zone{
  width:60%;
  display:inline-block;
  position:relative;
}

.canvase-info{
  display:inline-block;
  vertical-align: top;
  width: calc(40% - 10px);
  color:#888;
}

/*
.canvase-info > ul{
  padding: 20px 0 0 0;
  list-style-type: none;  
  margin:0
}

.canvase-info > ul > li{
  color: #888;
  font-size:1.125em;
  padding: 2px 0;
}

.canvase-info > ul > li > span{
  margin-left: 10px;
  letter-spacing: 1px;
} */

.canvase-info > table > tbody > tr > td,
.canvase-info > table > tbody > tr > th{
	padding: 0 10px;
}

.canvase-info > table > tbody > tr > td:nth(2){
  
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
  color:#bbb;
}
.carousel-indicators li {
  border-color: rgb(85,144,193);
}
.carousel-indicators li.active {
  background-color: rgb(85,144,203);
}

.carousel-indicators{
	bottom: -14px;
}

#caseTrace{
  background-image: url('../images/bg-main.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #red;
	
}


#petition{
  background-image: url('../images/bg-main1.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #red;
	
}

#search{
  background-image: url('../images/bg-main2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #red;
	
}

#people{
  background-image: url('../images/bg-main3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #red;
	
}

#moncase{
  background-image: url('../images/bg-main4.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #red;
	
}

.img-reload-btn{
    height: 100%;
    border: 1px solid;
    position: relative;
    top: 0px;
    left: 3px;
    width: 41px;
    background: #fff;
    color: #fe85c6;
    display: inline-block;
    padding: 6px;
    cursor: pointer;
}

.remove-icon {
    position: absolute;
    color: black;
    top: calc(50% - 11px);
    right: 25px;
    font-size: 1.4em;
    opacity: 0.5;
    cursor: pointer;
    display: none;
    transition: .5s ease;
}

#statistics{
  background-image: url('../images/bg-main.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #666666;
	
}




/* =====media===== */

@media (max-width:992px){
	.hide-992{
		display: none;
	}
  
  #menuLogo{
    display:none;
  }
}
@media (max-width:767px){
  li.font-menu-list{
    margin-top: 15px;
  }

  #menuLogo{
    display:inline-block;
    padding-top: 13px;
  }

/*  .canvase-info > ul{
    padding:0;    
  }*/

  .canvas-draw-zone{
    width:100%;
    display:block;
  }

  .canvase-info{
    width:100%;
    display:block;
    overflow:hidden;
  }

  .canvase-info > table{
    width: 313px;
    margin: 16px auto;
  }

}

@media (max-width:414px){
  .table>thead>tr>th,
  .table>tbody>tr>th, 
  .table>tfoot>tr>th, 
  .table>thead>tr>td, 
  .table>tbody>tr>td, 
  .table>tfoot>tr>td{
    padding:8px 0;
  }

  .service-col > h2{
    font-size: 1.4em;
  }

  .service-col > h2 > img{
    width: 44px;
  }

  #services{
    padding: 0 0 24px;
  }

  .canvase-info > table{
    width: 100%;
    margin: 16px auto;
  }

  #newsSection {
    height: 220px;
  }
  
  .more-news{
    margin-top:20px;
  }

}
.tdbb {
  font: 12px/18px "ÐÂ¼šÃ÷ów";  letter-spacing:1px; 
  color: #ff0000;
}