body {
	background: #eef0e8;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Microsoft JhengHei, Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	word-wrap: break-word;
}
a,
button {
	text-decoration: none;
	transition: all 0.4s;
	cursor: pointer;
	outline: 0 !important;
	color: #333 !important;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none; 
	box-shadow: none !important;
	/*color: #ea947a !important;*/
	color: #3333FF !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
}
h1 {
    color: #a90909;
    font-size: 16px;
    border-bottom: 1px solid #a90909;
}
h2 {
    font-size: 14px;
    color: #3D6E07;
}
label {display: none; }
/* Contact Us - Start */
.list-contact, 
.news-table {
	width: 100%;
}
.list-contact .list-contact-label,
.news-table .news-table-label {
	float: left;
	width: 20%;
}
.list-contact .list-contact-label {
	font-weight: bold;
}
.list-contact .list-contact-label::after,
.news-table .news-table-label::after {
	content: ":"
}
.list-contact .list-contact-text,
.news-table .news-table-text {
	float: left;
	width: 80%;
}
/* Contact Us - End */
section {
	position: relative;
	padding: 40px 0px;
}
.form-control {
	height: 60px;
	border: solid 2px #a8bd54 !important;
	background-color: transparent;
	color: #333;
	box-shadow: none !important;
}
.form-control::placeholder {
	color: #333;
}
.search-icon {
	position: absolute;
	right: 5px;
	top: 10px;
}
.rounded-10 {
	border-radius: 10px;
}
.text-dark {
	/*color: #171717 !important;*/
	color: #333 !important;
	
}
a.text-dark:focus,
a.text-dark:hover {
	/*color: #a8bd54 !important;*/
	color: #3333FF !important;
}
/***** Header Css *****/
.header {
	border-bottom: solid 80px #1ca0a7;
}
.top-bar .top-right li,
.topsearch li,
.footer .f-link li {
	border-right: solid 2px #333;
	padding-right: 13px;
	line-height: 1;
}
.topsearch li {
	font-size: 12px;
	color: #333;
}
.top-bar .top-right li a,
.header-menu li a {
	color: #333;
}
.header-menu li {
	flex: auto;
	text-align: center;
	padding-bottom: 15px;
}
.header-menu li:not(:last-child) {
	margin: 0 10px;
}
.header-menu li > a,
.header-menu li.active > a {
	border-bottom: solid 2px transparent;
	padding: 0 5px 6px;
}
.header-menu li:hover > a,
.header-menu li.active > a {
    /*border-color: #8fa049;*/
    color: #8fa049;
}
.header-bottom:before {
	content: "";
	/*position: absolute;*/
	right: 0;
	bottom: -2px;
	background: url(../images/header-b-bg.png) right no-repeat;
	width: 100%;
	height: 150px;
}
.mobile-header {
	background-color: #fdfef3;
	padding: 15px 0;
}
.mobview_icon li:not(:last-child) {
	padding-right: 10px;
}
.mobview_icon li {
	align-self: center;
	flex: auto;
	text-align: right;
}
.mobile-header .dropdown-menu {
	left: auto !important;
	right: 0;
	float: none;
	min-width: 100%;
	transform: translate3d(0px, 64px, 0px) !important;
	background-color: #fdfef3;
}
.mobview_icon li .logo {
	height: 51px;
	object-fit: scale-down;
}
.mobile-header .searchbar .form-control {
	height: 48px;
}
.mobile-header .searchbar .search-icon {
	width: 35px;
}
.mobview_icon li:not(:first-child) img {
	width: 40px;
}
.sidebar-top {
	border-bottom: solid 1px #d7d7d7;
}
.sidebar-top .logo img {
	width: 180px;
}
.menu-wrap,
.menu-wrap-lang {
	background-color: #eee;
	position: fixed;
	top: 0;
	height: 100%;
	margin-right: -100%;
	width: 100%;
	overflow: auto;
	right: 0;
	transition: all 0.7s ease-in-out;
	z-index: 99;
}
.menu-show {
	margin-right: 0;
}
.menu-sidebar .menu li {
	font-size: 20px;
}
.menu-sidebar .menu li a {
	color: #333;
	display: block;
	padding: 10px 20px;
}
.menu-sidebar .menu li a .right-arrow {
	transform: translate(0, 5px);
}
.menu-sidebar .sub-menu {
	background-color: #d6d5d5;
}
.menu-sidebar .menu li a.back .left-arrow {
	transform: rotate(-180deg);
}
.header-middle .dropdown {
	position: static;
	font-size: 18px;  /* 20241105 */
}
.header-middle .megamenu {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	float: none;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	display: block;
	z-index: 14;
	transition: all 0.3s ease-in-out;
	border-top: solid 6px #ed721c !important;
	padding: 20px 0;  /* 20241105 */
	background-color: rgba(255, 255, 255);
	transform: none !important;
	-webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.16);
}
.header-middle .megamenu.show,
.header-middle .header-menu li:hover .megamenu {
	overflow: visible;
	visibility: visible;
	opacity: 1;
	font-size: 18px; /* 20241105 */
}
.header-middle .megamenu .subnav li {
	text-align: left;
}
.header-middle .megamenu .subnav li a {
	border: 0;
}
.header-middle .megamenu .subnav li a:hover span {
	color: #eb6100;
}
.header-middle .megamenu .subnav li span {
	align-self: center;
	transition: all 0.5s ease-in-out;
}
/***** Blog Css *****/
.blog-banner img {
	min-height: 255px;
}
.blog-image, .blog-content {
	text-align: center;
}
.heading {
	background-color: #a8bd54;
	padding: 15px 20px;
	color: #171717;
}
.heading h4 {
	width: 75%;
	font-size: 26px;
}
.more {
	color: #333;
	font-size: 18px;
}
.nws-blk {
	font-size: 14px;
	line-height: 1.5;
}
.nws-blk:not(:last-child) {
	border-bottom: solid 1px #eef0e8;
}
.nws-blk > div {
	padding: 5px 15px;
}
.nws-link {
	color: #333;
}
.nws-link:hover {
	color: #a8bd54;
}
/***** About Css *****/
.about-image img,
.exh-image img,
.oth-image img {
	max-height: 150px;
}
.reh-block .reh-image {
	border: solid 1px #becac3;
	padding: 35px 0;
}
.reh-block .reh-image img {
	height: 91px;
	object-fit: scale-down;
}
.bg1 {
	background-color: #d1def9;
}
.bg2 {
	background-color: #d8ede0;
}
.bg3 {
	background-color: #f7e8d8;
}
.bg4 {
	background-color: #e2d6d6;
}
.footer .f-link li a {
	color: #303030;
}
.footer .f-link li a:hover {
	color: #a8bd54;
}
/***** Search Page 1 *****/
.pagetitle {
    background-color: #1ca0a7;
    font-size: 25px;
    line-height: 1.5;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.pagetitle .breadcrumb-item.active {
    color: #ffe00e;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}
form.searchform ul li {
    flex: auto;
}
.btn{
    border-width: 0px;
    box-shadow: none !important;
    outline: 0 !important;
}
.btn-primary {
    background-color: #f64b36;
	color: #fff !important;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active {
    background-color: #f33f29 !important;
	color: #fff !important;
}
.text-light {
    /*color: #969696!important;*/
	color: #333!important;
}
form.searchform button {
    height: 53px;
    font-size: 20px;
}
form.searchform .form-control {
    border: solid 1px #333 !important;
    height: 53px !important;
    background-color: #fff;
}
form.searchform ul li:not(:last-child){
    margin-right: 15px;
}
form.searchform .form-control {
    border: solid 1px #333 !important;
    height: 53px !important;
    background-color: #fff !important;
    background: url(../images/arrow-down.png) 96% no-repeat;
    -webkit-appearance: none;
}

.search-list{
    font-size: 18px;
    color: #666666;
}
.search-list p:not(:last-child) {
    border-bottom: solid 1px #969696;
    padding-bottom: 15px;
}
.search-list .float-left {
    width: 20%;
}
.search-list p span {
    color: #333;
}
.search-list span {
    width: 80%;
}
.search-list span.float-right {
    width: auto;
}
.left-image .images img{
    width: 250px;
}
.searchlist-block{
    border-color: #333;
}
.text-primary{
    color: #a8bd54 !important;
}
.searchbottom-list li {
    font-size: 22px;
    padding-bottom: 15px;
}
.pagination li:not(:last-child){
    margin-right: 15px;
}
.pagination li{
    align-self: center;
    color: #999;
}
.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ec7119;
    border-color: #ec7119;
}
.pagination .page-link {
    border-color: #333;
    border-radius: 5px;
    color: #333;
}
.pagination .page-link:hover {
    color: #f55638;
    background-color: #fff;
    border-color: #f55638;
}
/***** Search Page 2 *****/
.searchtable {
    background-color: #fff;
}
.searchtable th, 
.searchtable td {
    border-color: #333;
    white-space: nowrap;
}
.searchtable th{
    border-bottom: solid 1px #333 !important;
}
.mobileview_table {
    background-color: #fff;
    overflow: hidden;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    padding: 15px;
}
.mobileview_table li {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.mobileview_table li .title{
    color: #969696;
    width: 25%;
}
.mobileview_table li:not(:last-child) {
    padding-bottom: 15px;
}
/***** News List *****/
.nws-list:not(:last-child) {
    border-bottom: dashed 1px #bebdbd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.nws-list .date{
    /*color: #999;*/
	color: #666;
}
.nws-list h4{
    color: #333;
    font-size: 20px;
    transition: all 0.5s ease;
}
.nws-list:hover h4{
    /*color: #1ca0a7;*/
	color: #3333FF !important;
}
.nws-list img {
    width: 60px;
    height: 60px;
}
.loader-btn button {
    font-size: 23px;
    color: #999999;
    cursor: pointer;
}
.blog-content a:hover{
    color: #1ca0a7;
}
.address-list {
    border-bottom: solid 1px #c4c3c3;
}
.address-list li{
    /*font-size: 20px;*/
    padding-bottom: 15px;
}
/* News Detail - Start */
.nwsdetasec p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}
.box-full{
	width:100%;
	clear: left;
	display:block;
}
.box-full-enterprise{
	width:100%;
	line-height:200%;
	clear: left;
	border-bottom: solid 1px #969696;
	display:block;
}
.box-full-enterprise-content{
	width:100%;
	line-height:200%;
	clear: left;
	display:block;
	font-size: 18px;
}
.box-full .box-left {
	width:35%;
	float:left;
}
.box-full-enterprise .box-left{
	width:40%;
	float:left;
}
.box-full .box-right{
    width:65%;
	float:left;
}
.box-full-enterprise .box-right{
    width:60%;
	float:left;
}
/* News Detail - End */
.full-image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
/* search table css */
.col-sm-2,
.col-sm-10,
.col-sm-11 {
	padding-left: 0;
	padding-right: 0;
}
.dropdown button {
	width: 90%;
	overflow: hidden;
}
.last-item button {
	width: 90%;
}
.last-item {
	text-align: right;
}
.row_spn {
	color: #969696;
	margin-top: 15px;
}
.row_gn {
	color: #3D6E07;
	margin-top: 10px;
}
.row_bn {
	color: #AA5500;
}
.row_third {
  margin-top: 15px;
}
.row_btn__red {
  background-color: #f26144;
  color: #fff;
}
.table {
  background-color: #ffffff;
  margin-bottom: 0 !important;
  table-layout:fixed;
}
.row_table-header {
  background-color: #e6eec4;
}
th {
  text-align: center;
}
table {
  border: 1px solid #acadaa;
}
th,
td {
  border: 1px solid #ddd;
}
.table > thead > tr > th {
  border-bottom: 0;
  border-top: 0;
}
.table-tr__first td {
  border-top: 0 !important;
}
.table-td_number {
  text-align: center;
}
tr td:first-child,
tr th:first-child {
  border-left: 0;
}
tr td:last-child,
tr th:last-child {
	border-right: 0;
}
tbody tr:last-child td {
	border-bottom: 0;
}
tbody {
	color: #535353;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 10px;
}
.dropdown-menu {
	height: 100px; /* 20241105 */
	overflow-y: scroll;
}
.dropdown-menu li {
	color: #333;
	padding-left: 4px;
}
.table_empty {
	width: 100%;
	text-align: center;
	background-color: #ffffff;
}
.page-nav {
	margin-top: 1rem;
}
.hidden {
	display: none;
}
.pagenition-color {
	color: #e0e0e0 !important;
}
.lists:not(:first-child) {
	border-top: 1px solid #333;
	padding-top: 28px;
}


ul.list li {
	position: relative;
	padding-bottom: 10px;
}

ul.list {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
}

ul.list li:before{
	content: "\25BA \0020";
	font-size: 6px;
	position: absolute;
	left: -20px;
	
}
.icon_pdf{
	background-image:url(../images/page_white_acrobat.png);
	background-position: 5px;
    padding-left: 25px !important;
	width: 16px;
    height: 16px;
    background-repeat: no-repeat
}
.img-home-news {
	max-width: 60px;
	max-height: 60px; /* 20231110-01 */ /* Whats News facebook icon is distorted */
}

a#video img {
	margin-left:5%;
	width: 90%;
}

#modal-img {
	width: 100%;
}

.news a { text-decoration: underline; color: #0000FF !important;}
.news a:hover { text-decoration: underline; color: #000000 !important; }
.news a:visited { text-decoration: underline; color: #0000FF !important;  }

/***** Media Query *****/
@media (min-width: 1200px){
    .container {
        max-width: 1170px !important;
    }
}

@media (min-width: 800px){
    .container {
        max-width: 1170px !important;
    }
}

@media (max-width: 840px){
    .blog-banner img {
        min-height: auto;
    }
	/* News Detail - Start */
	.box-full .box-left {
		width:100%;
		text-align: center;
	}
	.box-full-enterprise {
	}
	.box-full-enterprise .box-left{
		width:100%;
		text-align: left;
		font-weight: bold;
	}
	.box-full .box-right {
		width:100%;
	}
	.box-full-enterprise .box-right{
		width:100%;
	}
	/* News Detail - End */
	
	/* Contact Us - Start */
	.list-contact .list-contact-label,
	.news-table .news-table-label {
		width: 100%;
	}
	.list-contact .list-contact-label::after,
	.news-table .news-table-label::after	{
		content: none
	}
	.list-contact .list-contact-text,
	.news-table .news-table-text {
		width: 100%;
		margin-bottom: 20px;
	}
	/* Contact Us - End */
    form.searchform ul {
        display: block !important;
    }
    form.searchform ul li {
        margin: 0 0 15px 0 !important;
    }
    .left-image .images img {
        width: 100%;
    }
    .search-list {
        font-size: 18px;
    }
    /*.footer {
        background-color: #333333 !important;
    }
    .footer .f-link li, 
	.footer .f-link li a {
        color: #fff;
    }*/
    .full-image img {
        height: auto;
    }
}
@media (max-width: 480px){
    .search-list span {
        display: block;
        width: 100% !important;
    }
    .search-list span.float-right {
        float: none !important;
    }
    .search-list span.float-right span{
        width: auto !important;
        display: inline-block;
    }
    .search-list .soc_link img {
        padding: 8px 0px;
    }
    .nws-list .media {
        display: block !important;
    }
    .nws-list img {
        margin-bottom: 15px;
    }
}

/* IE */
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
    form.searchform .form-control{
        background: none;
    }
}