/*
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,100italic,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:700,400,300);
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:800');
/****************************
*   FOR RESPONSIVENESS      *
****************************/
/*::selection {*/
/*   background: #4f5362; */
  /* WebKit/Blink Browsers */
/*   color: #fff; */
/*}*/
/*::-moz-selection {*/
/*   background: #4f5362; */
  /* Gecko Browsers */
/*   color: #fff; */
/*}*/
html {
  font-size: 14px;
  background-color: #dae9da;
  text-align: left;
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  p {
    font-size: 1em;
    margin-bottom: 0.9em;
    margin-top: 0.9em;
  }
}
/****************************
*      BODY DEFAULTS        *
****************************/
body {
  	font-size: 1em;
    max-width: 1080px;
    margin: 0 auto;  
    font-family: arial ;
}
a {
  color: #008080;
  
}
.content-wrapper a {
	text-decoration: underline !important;
}
a:hover {
  text-decoration: none;
  color: #0B7A3E;
}
hr {
	border-top: 1px solid #999;	
}
.main-content article {
	padding-left:20px;
	padding-right:20px;
	color:#000000;
}
.main-content article article {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.home-content article {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
article caption {
	display: none;
}
/****************************
*      Buttons        *
****************************/
.btn {
/*   font-family: 'Oswald', sans-serif; */
}
.btn i {
  position: relative;
  top: -2px;
}
.btn.text-left {
  text-align: left;
}
.btn-brand {
  background: #37a6c4;
  color: #fff;
}
.btn-brand:hover {
  color: #fff;
  background: #2c849c;
}
.btn-dark {
  background: #272727;
  color: #fff;
}
.btn-dark:hover {
  color: #fff;
  background: #2c849c;
}
.btn-red {
  background: #4f5362;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background: #383b46;
}
.btn-alt {
  background: #f0f0f0;
  color: #222;
}
.btn-alt:hover {
  color: #fff;
  background: #2c849c;
}
input[type="checkbox"] {
	vertical-align:top;
}
/****************************
*      Border        *
****************************/
.brdr {
  border: 1px solid #f0f0f0;
}
/****************************
*      Text size color        *
****************************/
.font-one {
/*   font-family: 'Oswald', sans-serif; */
}
.text-bold {
  font-weight: bold;
}
.text-normal {
  font-weight: normal;
}
.text-thin {
  font-weight: 100;
}
.text-lowercase {
  text-transform: none;
}
.text-sm {
  font-size: 13px;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 1.6em;
}
.text-2x {
  font-size: 2em;
}
.text-3x {
  font-size: 2.4em;
}
.text-4x {
  font-size: 3em;
}
.text-white,
.text-light {
  color: #fff !important;
}
.link-white a {
  color: #fff;
}
.text-grey {
  color: #ccc;
}
.text-dgrey {
  color: #818181;
}
.text-brand {
  color: #37a6c4;
}
.text-yellow {
  color: #ffff00;
}
.title .line {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}
/****************************
*       Margins         *
****************************/
.mt {
  margin-top: 18px;
}
.mt-0x {
  margin-top: 0 !important;
}
.mt-2x {
  margin-top: 36px;
}
.mt-3x {
  margin-top: 54px;
}
.mt-4x {
  margin-top: 90px;
}
.mt-5x {
  margin-top: 144px;
}
.mb {
  margin-bottom: 18px;
}
.mb-0x {
  margin-bottom: 0 !important;
}
.mb-2x {
  margin-bottom: 36px;
}
.mb-3x {
  margin-bottom: 54px;
}
.mb-4x {
  margin-bottom: 90px;
}
.mb-5x {
  margin-bottom: 144px;
}
.pt {
  padding-top: 18px;
}
.pt-2x {
  padding-top: 36px;
}
.pt-3x {
  padding-top: 54px;
}
.pt-4x {
  padding-top: 90px;
}
.pt-5x {
  padding-top: 144px;
}
.pb {
  padding-bottom: 18px;
}
.pb-2x {
  padding-bottom: 36px;
}
.pb-3x {
  padding-bottom: 54px;
}
.pb-4x {
  padding-bottom: 90px;
}
.pb-5x {
  padding-bottom: 144px;
}
/* Content boxes */
.content-box {
  padding: 15px;
}
.block-anchor {
  display: block;
}
/****************************
*       Content Typography         *
****************************/
.content-format {
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: .01em;
  font-style: normal;
  word-wrap: break-word;
}
h1, h2, h3, h4, .ts-main-content .content-wrapper p.heading1, .ts-main-content .content-wrapper p.heading2, .content-wrapper span.heading2 {
	color: #006738;
	font-family: 'Raleway', arial;
    margin-top: 13px;
    margin-bottom: 13px;
    text-align: left;
}
h1 {
	font-size: 2em;
}
h2, .ts-main-content .content-wrapper p.heading1 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4, .ts-main-content .content-wrapper p.heading2 {
	font-size: 1.0em;
}

ul,
li {
  margin: 0;
/*   padding: 0; */
/*   list-style: none; */
}
header li {
	list-style: none;
}
/* Social Button Modifications */
.btn {
  text-transform: none;
}
.btn-social > :first-child {
  width: 42px;
  line-height: 46px;
}
.btn-social {
  padding-left: 58px;
}
/* Circle buttons */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

/** Table **/
.Table_heading1_bg {
	background-color: #0c8282;
}
.Table_heading1_bg strong {
	color: #fff;
}
th {
	text-align: center;
}
.Table_heading1 {
	color: #fff;
}
.Table_content2_bg th, .Table_content2_bg th {
	border-bottom: 1px solid #ecf5f0;
}
.Table_heading1 {
	font-weight: bold;
}
.special-table {
	padding-left: 8px;
	padding-right: 8px;
}
/* component */
.page-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.brand {
  background: #294F3C;
  position: relative;
  z-index: 3;
/*   position: fixed; */
  width: 100%;
  top: 0;
  height:40px;
}
.brand .logo {
  box-sizing: border-box;
  padding: 9px;
  float: left;
  display: block;
  width: 215px;
  background-color: #fff;
/*   border-right: 1px solid #009344; */
}
@media only screen and (min-width: 992px) {
  .brand .logo {
    width: 215px;
  }
}
.brand .logo img {
/*   height: 20px; */
}
.brand .menu-btn {
  float: right;
  background: #fff;
  text-align: center;
  cursor: pointer;
  color: #284f3c;
  padding: 12px 10px;
}
@media only screen and (min-width: 992px) {
  .brand .menu-btn {
    display: none;
  }
}
.brand .ts-profile-nav {
  float: right;
  display: none;
}
.brand .ts-profile-nav li {
  float: left;
  position: relative;
}
.brand .ts-profile-nav li a {
  display: block;
  padding: 5px;
  color: #fff;
  padding-top:8px;
  padding-bottom: 8px;
}
.brand .ts-profile-nav li ul {
  visibility: hidden;
  opacity: 0;
  right: 0;
  position: absolute;
}
.brand .ts-profile-nav li ul li {
  float: none;
  width: 180px;
}
.brand .ts-profile-nav li ul li a {
  padding: 10px 20px;
  background: #222;
}
.brand .ts-profile-nav .ts-account .fa-angle-down {
  float: right;
}
.brand .ts-profile-nav .ts-account > a {
  width: 180px;
  background: #2c3136;
}
.brand .ts-profile-nav .ts-account .ts-avatar {
  border-radius: 50%;
  height: 28px;
  margin: -10px 0;
  margin-right: 10px;
}
.brand .ts-profile-nav .ts-account:hover ul {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .brand .ts-profile-nav {
    display: block;
  }
}
.content-title-banner {
	position: relative;
    /* top: 182px; */
    /* left: 658px; */
    float: right;
    display: block;
    right: 0px;
    margin-right: -15px;	
}
.web-nav {
	position: absolute;
	top: 35px;
	bottom: 0;
    transition: max-height 0.3s;
}
.web-nav ul a:hover {
	background: #0a793e;
	color:#fff;
}
.ts-sidebar {
  background: #fff;
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  top: 60px;
  overflow-y: auto;
}
.gallery-img {
	padding:50px;
}
.gallery-desc {
	padding:41px !important;
    padding-bottom: 40px !important;	
}
.ts-sidebar .hidden-side {
  display: none;
}
.ts-sidebar .ts-sidebar-search {
  width: 100%;
  background: #25292a;
  border: none;
  padding: 10px 15px;
  color: #fff;
}
			.content-body-wrapper {
			clear:both;
			display:table;
			border-collapse:collapse;
			width:100%;
			margin:3px;
			}
			
			.content-body {
			display:table-row;
			}
			
			.primary-nav{
			display:table-cell;
			width:20%;
			text-align: center;
			}
			
			.primary-nav img{
			vertical-align:middle;
      width: 100%;
			}
			
			.secondary-nav {
			display:table-cell;
			width:80%;
			text-align:left;
			padding:3px;
			text-decoration:underline;
			}
			.Table_photo_bg {
				padding:5px;
			}
			.Table_photo_bg_gallery {
				background: #FFFFCC;
			}
@media only screen and (min-width: 992px) {
  .ts-sidebar .ts-profile-nav {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .ts-sidebar, .web-nav {
    max-height: 100%;
    bottom: 0;
  }
}

.notice-date {
/* 	margin-top: 24px; */
	text-align: right !important;
    margin-bottom: 10px;

}
.notice-sign {
	float:right;
	text-align: right;
	width: 100%;
}
ul.ts-sidebar-menu {
	padding-left:0px;
}
.ts-sidebar-menu .ts-label {
  color: #585c64;
  font-weight: bold;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 10px;
}
.ts-sidebar-menu a {
  display: block;
  text-decoration: none;
  padding: 12px 15px;
  color: #000;
    padding-left: 36px;
    border-bottom: 1px solid #e6e7e8;
}
/*
.ts-sidebar-menu li:hover, .ts-sidebar-menu li:hover > a {
	background-color: #0a793e;
	color:#fff;
}
*/
.ts-sidebar-menu li {
  position: relative;
}
.ts-sidebar-menu li.current {
background-color: #0a793e;	
color:#fff;
}
.ts-sidebar-menu ul.shown-menu {
	background-color: #e6e7e8;
	padding-left:0px;	
}
.ts-sidebar-menu ul.shown-menu li {
	border-bottom: 1px solid #fff;
}
.ts-sidebar-menu ul.shown-menu a:active {
	background-color: #e6e7e8;	
}
.ts-sidebar-menu ul.shown-menu li a {
	color:#0a793e;		
	padding-left:50px;
}
.home-ico {
    padding-top: 30px;	
}
/*
.ts-sidebar-menu li.current ul.shown-menu {
    display: block;
    max-height: 2000px !important;
    overflow: hidden;
    transition: all 0.3s ease;	
}
*/
.menu-btn:selected {
    background-color: #fff;	
}
.menu-btn i.fa-bars {
	padding-top:7px;
}
.ts-sidebar-menu li.current a {
	color:#fff;
}
li.open .fa-angle-down:before {
	color:#fff;
}
ul.shown-menu li a {
	padding-left: 10px;
}
.ts-sidebar-menu li i {
  color: #585c64;
  margin-right: 10px;
}
.ts-sidebar-menu li ul {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.menu-open,
.ts-sidebar-menu .open > ul {
  max-height: 3000px;
}
.break-link {
	word-wrap: break-word;
    word-break: break-word;	
}
.ts-sidebar-menu li.current .fa-angle-down:before {
	color:#fff;
}
.ts-sidebar-menu .open > a {
  background: rgba(51, 56, 62, 0.35);
}
.ts-sidebar-menu > .open > a {
  background: #0a793e;
  color: #fff;
}
.ts-sidebar-menu .open > .more i {
  transform: rotate(180deg);
}
.more i {
  color: #fff;
  padding: 15px;
  transition: transform 0.3s;
}
.more {
  float: right;
  min-width: 10%;
  cursor: pointer;
}
.back-btn {
/* 	margin-top:-30px; */
}

.Table_heading1_nbg {
    background-color: #0c8282;	
    color: #fff;
 text-align: center !important;
    font-weight: bold;
    
}

.ts-main-content .content-wrapper {
/*
  padding-top: 15px;
  margin-top: 60px;
*/

}
.ts-main-content .content-wrapper p{
/* 	color: #4d4d4e;	 */
	color: #000000;	
	font-family: arial;
}

.ts-sidebar, .web-nav {
/* 	border-right: 1px solid #009344; */
/* 	padding-top: 18px; */
}
.container-fluid {
	border-left: 1px solid #009344;	
    padding-bottom: 30px;	
}
.no-border>tbody>tr>th {
	border-top: none !important;	
}
.no-border>tbody>tr>td  {
	border: none !important;
    	
}
.white-border>tbody>tr>td, .white-border>tbody>tr>th  {
	border: 1px solid #fff;
/* 	border-top: 1px solid #fff; */
    	
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th {
	text-align: left;
	border: 1px solid #fff;
}
.table-bordered>tbody>tr>td.Table_content2_left {
	text-align: left;
}
ul.content_list li {
	list-style: disc;
	color: #008080;
}
.content-img {
	width: 80%;
}
.content-full-img{
	width: 100%;
}
.image-map {
	width:71%;
}
.content-small-img {
	width: 50%;
}
.form-main-img{
  width: 58%;
}
blockquote table {
	width: 80%;
}
blockquote {
	border-left: 0px !important;
	font-size: inherit !important;
	padding-left:40px !important;
}
blockquote .special-block {
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.pagetitle {
	padding-top:20px;
}
.pagetitle h1 {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:10px;
}
.news-list .row {
	padding-bottom:10px;
}
.text-blue {
	color: #044469;
}
.list-page {
	min-height:30px;
}
@media only screen and (min-width: 992px) {
  .ts-main-content .ts-sidebar, .web-nav {
    width: 215px;
    float: left;
	position: relative;
    margin-left: -215px;    
  }
  .ts-main-content .content-wrapper {
    margin-left: 215px;
  }
}
/* Login page */
.login-page {
  position: absolute;
  height: 100%;
  width: 100%;
}
.fa-angle-down:before {
	color:#0a793e;
}
.home-banner {
	margin-right: -15px;
    margin-left: -15px;
/*
padding-left:0px;
padding-right:0px;
*/
}
.full-table {
	width: 100%;
}
.min-td {
  min-width:80px;
}
.ul-table {
    margin-top: -20px;	
}
.ul-table-2 {
    margin-top: -33px;	
}
.ul-table-3 {
	margin-top: -30px;
	color:#284f3c;
}
.service-banner {
	padding-left:0px;
	padding-right:0px;	
}
.home-banner img, .home-btn img, .service-banner img {
	width:100%;
}
.news-area {
	background-color: #f1f1f2;
	padding: 50px;
}
.home-btn {
	padding:0px;
}
.back-top {
	background-color: #0a793e;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.back-top a {
	color: #fff;
	padding-top:10px;
	padding-bottom:10px;	
}
.detail-btn	 {
	display: block;
	background-color: #3c7b40;
	color: #fff;
    text-align: center;	
    margin-bottom: 10px;
    height:35px;
    padding:8px;
    width:164px;
    float:left;
}
.faq-btn {
	display: block;
	background-color: #034f9a;
	color: #fff;
    text-align: center;	
    margin-bottom: 10px;
    height:35px;
    padding:8px;
    width:164px;
    float:left;
}
nav {
	text-align: left !important;
}
.Table_heading1_left {
	color: #fff;
}
.detail-btn:hover, .faq-btn:hover {
	color:#fff;
}
.img-ico {

}
.news-area img {
	display: block;
	margin: 0 auto;
}
.content-area h2 {
	height:50px;
}
.content-area .row {
	margin-top: 20px;
	margin-bottom: 20px;
}
.boss-img img {
	display: block;
	margin: 0 auto;
	width: 95%;
}
.footer-area {
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    margin:0px;
    border-top: 1px solid #009344;	
}
.footer-text {
	padding-bottom:20px;
}
.footer-left span {
	padding-right:20px;
}
.ts-main-content .content-wrapper {
	min-height:500px;
}
.head-right {
	float: right;
}
.mobile-header .head-menu .head-right li {
	float: left;
	padding: 6px;
}
.mobile-header .head-menu .head-right li a {
/* 	padding:5px; */
	display:block;
/* 	color:#fff; */
	font-size: 12px;
}
.head-menu {
	background-color: #284f3c;
	height: 30px;
}
.mobile-search {
	background-color: #006738;
	height: 45px;
}
.mobile-logo {
	background-color: #fff;
}
.mobile-logo img {
	padding:15px;
  width:60%;
}
.menu-btn {
	color: #fff;
    padding: 12px;	
}
.ts-profile-nav {
	padding-left:0px;
}
section.footer-top {
	padding-left:230px;
	padding-right:15px;
}
.mobile-search-box {
	width:50%;
	margin: 0 auto;
	padding-top: 5px;
}
.Table_heading2_bg {
    background: #e2f6ad;
}
.Table_content3_bg {
    background: #C091DE;
}
.Table_content2_bg {
    background: #FFFFCC;
}
.Table_content1_bg {
    background: #FFF6AD;
}
.about-img {
	display: block;
	position:absolute;
/* 	top:182px; */
	right:0px;		
}
li span {
/* 	color:#4d4d4e; */
	color: #000000;
}
.full-content-img {
	width: 100%;
}
.notices-title-table {
	width:100%;
}
.notices-title-table td:first-child {
	width: 75%;
}
.notices-title-table td:last-child {
	text-align: right;
}
.signature-table {
	float: right;
}
.td-small width {
  
}
.td-right {
	text-align: right !important;
}
.td-center {
	text-align: center !important;
}
.td-left, .Table_content2_left, .Table_heading1_left {
	text-align: left !important;
}
.td-valign {
	vertical-align: top !important;
}
#td-valign {
	vertical-align: top !important;
}
.td-valign-center {
	vertical-align: middle !important;
}
.td-bottom {
	vertical-align: bottom !important;
}
.white-bordered tr td {
	border-top: 0px !important;
}
.td-height1px {
  height: 1px; 
  overflow:hidden;
}


#home-content {
	padding-left: 0px;
	padding-right: 0px;
}
.Table_photo_bg .content-body-wrapper {
/*     height: 155px; */
    min-height: 150px;
/*     min-height: 180px;	 */
}
.Table_content1_bg {background:#FFF6AD;}
.Table_heading1 {text-align: center !important; vertical-align: middle !important; font-weight: bold; 	background-color: #0c8282;}
.Table_heading1_left {text-align: left;	font-weight: bold;}
.Table_heading2 {	text-align: center !important; vertical-align: middle !important; font-weight: bold;background:#e2f6ad; }
.Table_heading2_left {	text-align: left;	font-weight: bold;background:#e2f6ad; }
.Table_heading3 {text-align: center;}
.Table_content_2 {text-align: center !important;}
.Table_content1 {text-align: center;	}
.Table_content1_left {text-align: left;	}
.Table_content2 {text-align: center !important;	}
.Table_content2_left {text-align: left;	}
.Table_content3 {text-align: center;	font-weight: bold;	}
.Table_content3_left  {text-align: left;	font-weight: bold;	}
.Table_content1_bg {    font-weight: normal !important;    background: #FFF6AD;}
.Table_heading1_alt_bg {	 background: #2FB0D7;}
.Table_heading2_alt_bg {	 background: #8BE1FA;}
.Table_content1_alt_bg { background: #B3E8F2;}
.Table_content2_alt_bg {	 background: #EBF7FF;}
.table-boldborder {
	border: 2px solid;
}

th.Table_monthy_bg, th.Table_stat1_bg, th.Table_content2_left, th.Table_content2, .td-center, .Table_content2_bg th {
	font-weight: normal !important;
}

td.Table_monthy_bg, td.Table_stat1_bg {
	text-align: center !important;
}
td.Table_content3 {
	text-align: center !important;
}
.faq-table tr td {
    padding-bottom: 10px;	
}
.backbtn {
    margin-top: -20px;	
}
.home-row {
	padding-left:25px;
	padding-right:40px;
}
.home-h1 {
	padding-left: 25px !important;
}
.td-list {
	width:15%;
}
.mobile-li a {
	padding:0px !important;
}
.about-org {
    overflow: auto;
    max-width: 100%;	
}
.table.faq-table {
	width: 80%;
}
.small-font {
  padding-top: 9px !important;
  padding-right: 0px !important;
}
.middle-font {
  padding-top: 2px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.large-font {
  padding-top: 2px !important;
  padding-left: 0px !important;
}
@media print {
  body * {
    visibility: hidden;
  }
  html, body { height: auto; }
	#section-to-print:last-child {
	     page-break-after: auto;
	}  

  .print-top, .footer-ico {
	visibility: hidden !important;  
	display: none !important;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }  
  .boss-img img {
    width: 80%;
  }    
  .col-md-9 {
  	width: 75%;
  }
  .col-md-3 {
  	width: 25%;
  }
  .col-md-6 {
  	width: 50%;
  }
  .news-icon {
  	width: 15% !important;
  }
  .news-list {
  	width: 75% !important;
  	float: left;
  }
  .home-sub-icon {
  	display: none;
  }	  
  .container-fluid {
  	border-left: 0px transparent;
  }
  .back-btn {
    border-left: none !important;
    padding-left: 0px !important;
  }
/*
  .home-btn {
  	display: none;
  }
  .service-banner {
  	display: none;
  }
  .home-sub-icon {
  	display: none;
  }	
*/
}
/* 480px */
@media (max-width: 480px) {
.small-font {
  padding-top: 10px !important;
}
.middle-font {
  padding-top: 3px !important;
}
.large-font {
  padding-top: 3px !important;
}  
}
@media (max-width: 991px) and (min-width: 481px){
.small-font {
  padding-top: 10px !important;
}
.middle-font {
  padding-top: 0px !important;
}
.large-font {
  padding-top: 3px !important;
}
}
@media only screen and (max-width: 991px) {
	h1 {
		font-size: 1.8em;
		text-align: left;
	}
	h2, .ts-main-content .content-wrapper p.heading1 {
		font-size: 1.2em;
		text-align: left;
	}
	h3 {
		font-size: 1.1em;
	}	
	h4, .ts-main-content .content-wrapper p.heading2 {
	font-size: 1em;
}

.table.faq-table {
	width: 100%;
}
.td-list {
	width:30%;
}
	.pagetitle h1 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.brand {
		background: #fff;
	}
	.brand .logo {
	    padding: 10px;
	    width: 35%;
	    border-right: none;		
	}
	.ts-sidebar {
		padding-top: 0px;
	    border-right: none;	
	    top: 30px;
	}
	.news-area img {
	    padding-bottom: 30px;	
	}
	.news-area p {
		text-align: justify;
	}
	header.mobile-header {
		display: block;
	}
	header.web-header {
		display: none;
	}
	section.footer-top {
		padding-left:0px !important;
	}		
	.footer-area {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.footer-text .footer-left {
		float: none !important;
		text-align: center;
	}
	.footer-text .footer-right {
		float: none !important;
		text-align: center;
	}
	.main-content article {
		padding-left:10px;
		padding-right:10px;
	}
	.content-img, .content-small-img {
		width:100%;
	}
  .form-main-img {
    width: 83%;
  }
	blockquote table {
		width: 100%;
	}
	.special-table {
		padding-left: 2px;
		padding-right: 2px;
	}	
	.container-fluid {
		border-left: none;
	}	
	.about-img {
		display: none;
	}
	.more {
		display: block;
	}	
	.mobile-search .search {
		/*margin-right: 0px !important;*/
		margin:0 auto;
	    /*margin-top: 4px;*/
	    width: 100%;	
      float: none !important;
	}
	.mobile-search .mobile-sicon {
		margin-left: -9px;	
	}
	.search {
		float: none !important;
		margin-right: -20px !important;
	}
	
	.mobile-search {
		height:40px;
		text-align: center;
	}
	.ul-table-2, .ul-table-3 {
	    margin-top: -20px;	
	}	
	.chart-img {
		width:42%;
	}
	.chart-special-img {
		width:58%;
	}
.gallery-img {
	padding:50px;
}
.gallery-desc {
	padding:2px !important;
}	
html {
  text-align: left;	
}
.boss-img img {
	display: block;
	margin: 0 auto;
	width: 40%;
	padding-bottom: 20px;
}
.image-map {
	width:100%;
}
}

@media only screen and (max-width: 990px) and (min-width: 769px) {
.boss-img img {
	display: block;
	margin: 0 auto;
	width: 40%;
	padding-bottom: 20px;
}	
}
@media only screen and (max-width: 991px) and (min-width: 961px) {
	header.mobile-header {
		display: block;
	}
	header.web-header {
		display: none;
	}	
	.more {
		display: none;
	}	
	section.footer-top {
		padding-left:0px !important;
	}		
	.footer-area {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.footer-text .footer-left {
		float: none !important;
		text-align: center;
	}
	.footer-text .footer-right {
		float: none !important;
		text-align: center;
	}
	
}	
@media only screen and (max-width: 991px) and (min-width: 769px) {
	.boss-img img {
		width:30%;
	}	
}
@media only screen and (min-width: 992px) {
	header.mobile-header {
		display: none;
	}
	header.web-header {
		display: block;
	}	
	.more {
		display: none;
	}
}
@media screen and (max-width: 960px){
.table-responsive {

    border: none;
}	
.service-img .full-content-img {
	width:60%;
}
}
@media screen and (max-width: 767px) {
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
    white-space: normal !important;
}	
.table-responsive.tc-table>.table>thead>tr>th, .table-responsive.tc-table>.table>tbody>tr>th, .table-responsive.tc-table>.table>tfoot>tr>th, .table-responsive.tc-table>.table>thead>tr>td, .table-responsive.tc-table>.table>tbody>tr>td, .table-responsive.tc-table>.table>tfoot>tr>td {
    white-space: nowrap !important; 
}
}

/*sing*/
.text-valign-center {
  text-align: center !important;
}
.table-doubleline {
  border-collapse: separate;
  border-spacing: 2px;
}
.td-no-padding>tbody>tr>td {
  padding: 0 !important;
}
blockquote.no-padding, td.no-padding{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.table-no-padding>tbody>tr>td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
blockquote.padding-left45px {
  padding-left: 45px !important;
}
.table-bordered-inside>tbody>tr>th, .table-bordered-inside>tbody>tr>td {
  border: 1px solid #000 !important;
}
.table-bordered-inside>tbody>tr>th {
  text-align: center !important;
}
.table-bordered-inside-grey>tbody>tr>th, .table-bordered-inside-grey>tbody>tr>td {
  border: 1px solid #eeeeee !important;
}
.td-padding8px0>tbody>tr>th, .td-padding8px0>tbody>tr>td {
  padding: 8px 0;
}
table.td-padding8px td {
  padding: 8px;
}
table.td-padding5px td {
  padding: 5px;
}
table.td-width80px td:first-child {
  display: block;
  width: 80px !important;
}
.no-margin-btm {
  margin-bottom: 0;
}
.margin-btm-1em {
  margin-bottom: 1em;
}
.width_5percent {
  width: 5%;
}
.width_13percent {
  width: 13%;
}
.width_15percent {
  width: 15%;
}
.width_85percent {
  width: 85%;
}
.width_96percent {
  width: 96%;
}
.width_30px {
  width: 30px;
}
.width_80px {
  width: 80px;
}
.width_250px {
  width: 250px;
}
.width_500px {
  width: 500px;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left !important;
}
.table-bordered-inside>tbody>tr>th.text-align-left {
  text-align: left !important;
}
.margin0 {
  margin: 0 !important;
}
.margin-left-2percent {
  margin-left: -2%;
}
.margin-left-3percent {
  margin-left: -3%;
}
.margin-left-1px {
  margin-left: -1px;
}
.margin-left-7px {
  margin-left: -7px;
}
.margin-left-8px {
  margin-left: -8px;
}
.margin-left-12px {
  margin-left: -12px;
}
.margin-left-14px {
  margin-left: -14px;
}
.margin-left-63px {
  margin-left: 63px;
}
.padding-left0 {
  padding-left: 0;
}
.padding-right0 {
  padding-right: 0 !important;
}
.padding0 {
  padding: 0 !important;
}
.padding-left2px {
  padding-left: 2px !important;
}
.padding-top0 {
  padding-top: 0 !important;
}
.padding-top2em {
  padding-bottom: 2em;
}
.padding18px0 {
  padding: 18px 0 !important;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.display-block {
  display: block;
}
.overflow-hidden {
  overflow: hidden;
}
#divContNews, #divContPR, #divContTitle {
  height: 135px !important;
}
#ar01-fr .col-md-12.margin-left-14px {
  margin-left: 15px !important;
  padding-right: 0 !important;
}
.color-blue, .color-blue:hover {
  color: blue;
}
.padding6px0 {
  padding: 6px 0;
}
.min-height30px {
  display: block;
  min-height: 30px;
}
.underline, .no-border>tbody>tr>td.underline {
  /*text-decoration: underline;*/
  border-bottom: 1px solid #000 !important;
}
.content-wrapper a.text-decoration-none {
  text-decoration: none !important;
}
.border-top {
  border-top: 1px solid #000;
}
.border-bottom {
  border-bottom: 1px solid #000;
}
.border-top-bottom {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.table-nowrap td:first-child, .table-nowrap th:first-child{
  white-space: nowrap !important; 
}
@media only screen and (max-width: 767px) {
  .m_overflow_hidden {
    overflow: hidden;
  }
  .m_width60vw {
    width: 60vw;
  }
  .m_min_width76px {
    min-width: 760px;
  }
  .m_fontsize1em {
    font-size: 1em;
  }
  .table-responsive>.table-bordered.table-doubleline {
    border: 1px solid #dfd7ca !important;
  }
  .table-responsive>.table.table-bordered>tbody>tr>td:first-child, .table-responsive>.table.table-bordered>tbody>tr>th:first-child {
    border-left: 1px solid #dfd7ca !important;
  }
  .table-responsive>.table.table-bordered>tbody>tr>td:last-child, .table-responsive>.table.table-bordered>tbody>tr>th:last-child {
    border-right: 1px solid #dfd7ca !important;
  }
  .table-responsive>.table-bordered>tbody>tr:last-child>td {
    border-bottom: 1px solid #dfd7ca !important;
  }
}
/** Hei Custom **/
/** 3A **/
.fontSizeM {
	float: left;
	padding-top: 10px;
	padding-left: 0px;	
}
.fontSizeL {
	float: left;
	padding-top: 9px;
	padding-top: 7px\0;
}
.fontSizeXL {
	float: left;
	padding-top: 9px;
	padding-top: 8px\0;
}

.search {
	margin-right: -23px !important;	
}

/** TC Table **/
.table-responsive>.table.tc-table>tbody>tr>th {
    white-space: nowrap !important;	
}
.chs-text {
	color:#fff;
	font-size:0.9em\0;
}

.content_title_select_container {
	max-width:600px !important;
	width: calc(100% - 74px);
}

.content_title_select_container label  {
	/*display: contents;*/
	max-width: calc(100% - 18px) !important;
}
/** Hyperlink the Button **/
.changeSizeBtn {
	/*color:#000000 !important;*/
	text-decoration:none;
}

.totopBtn {
	color: #5e5e5e !important;
}