body,
.home #content .content-wrap,
.wrapper .content .content-wrap {
	background: #cfdaff;
}

body, h1, h2, h3, h4, h5, h6,
.newspage .event .d {
	color: #444;
}

a {transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}

a:hover, .selected {
	color: #00766D;
}

p, table.tbContact, .barPInfo, .barPInfo .btnInquiry,
 .gotop, .Address, .Copyright, .listPDetail ul li,
 .PicZoom a, .opentable, .maxtable, .tbForm,
 .boxAward h3, .boxAward .listDark, .newspage .event .d,
 .inquForm, .btnLogin, .rss > a {
	font-weight: bold;
}

.rss > a {
	color: #111;
}
.rss > a:hover {
	color: #000;
}

#footer.footer-dark a:hover {
	color: #ddd;
}

.home #content .Profile h4,
.home .entry h3,
.home .hiddenhp h3,
.tabs-frame-content h6,
.col_full h4,
.PageContent h5,
.InquiryForm h3 {
	color: #111;
}

.hiddenhp .col_full h3 {
	color: #fff;
	background: #00b1af;
	padding: 5px 15px;
	margin-bottom: 15px;
}

.entry {
	border-bottom: none;
}

.widget-scroll-prev, .widget-scroll-next {
	top: 9px;
	right: 42px;
}

.widget-scroll-prev:hover, .widget-scroll-next:hover {
	background-color: #007170;
}

.widget-scroll-next {
	right: 15px;
}

#header.header4 #logo {
	z-index: 999;
}

.boxAward > h4 {
	color: #00b1af;
}

.boxProductBlk {
	height: 310px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	text-align: center;
}

.boxProductBlk:hover > a {
	border: 2px solid #00766D;
}

.boxProductBlk > h3 > a {
	font-size: 16px;
}

.boxProductBlk:hover > h3 > a,
.boxProductBlk:hover > h4 > a {
	color: #00766D;
}

.boxProductBlk a {
	display: inline-block;
}

.boxProductBlk a .imgProduct2 {
	width: 95%;
}

form .boxProductBlk {
	border-bottom: none;
}

.boxProductBlk h3 a {
	font-weight: bold;
}

.boxProductBlk > a {
	width: 220px;
	height: 220px;
	overflow: hidden;
	border: 2px solid #01b1af;
	text-align: center;
}

.boxProductBlk h4 {
	border-bottom: none;
}

.imgProductDetail img {
	border: 1px solid #ccc;
}

.scroll-portfolio img {
	width: 233px!important;
	height: 233px;
	border: 2px solid #01b1af;
	cursor: pointer;
	transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;
}

.scroll-portfolio img:hover {
	border: 2px solid #00766D;
}

.tabs-frame-content h6 {
	border-bottom: 1px solid #eee;
}

.home #content .col_two_third,
.home #content .col_one_third {
	width: 100%;
}

.home #content .Profile .imgAbout {
	width: auto;
	margin-right: 2em;
}

.home #content .content-wrap {
	padding: 0;
}

.wrapper .content .content-wrap {
	padding: 0;
}

.home #content .container,
.wrapper .content .content-wrap .container {
	background: #fff;
	padding: 50px 30px;
}

.home .entry .cnt a {
	margin-left: 10px;
}

#page-title, #countdown-wrap {
	background-color: #f0f0f0;
}

#top-menu .rss {
	margin: 8px 15px 0 0;
}

.btnLogin {
	cursor: pointer;
	transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;
}

.btnLogin:hover {
	background: #00766D;
}

.PicZoom a,
.opentable {
	background: #00b1af;
	color: #fff;
  	font-size: 14px;
  	padding: 5px 9px;
  	margin-left: 5px;
  	border-radius: 5px;
  	cursor: pointer;
}

.PicZoom a:hover,
.opentable:hover {
	color: #fff;
	background: #00766D;
}

.opentable {
	margin: 0;
}

.areaTable {
	margin: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.boxProductBlk {
		height: 260px;
	}
	.boxProductBlk > a {
		width: 165px;
		height: 165px;
	}
	#slider, .slider-wrap, .ei-slider, .rs-slider, #slider.slider-nivo, .nivoSlider, .camera_wrap, #slider.piecemaker-slider {
		height: 200px!important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.boxProductBlk {
		width: 48%;
		height: 240px;
	}
	.boxProductBlk > a {
		width: 190px;
		height: 190px;
	}
	#slider, .slider-wrap, .ei-slider, .rs-slider, #slider.slider-nivo, .nivoSlider, .camera_wrap, #slider.piecemaker-slider {
		height: 130px!important;
	}
	.home #content .Profile .imgAbout {
		float: none;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.boxProductBlk {
		width: 100%;
	}
	.home #content .Profile .imgAbout {
		float: none;
	}
}

/* search */
#top-search input.btnSearch {
    display: block;
    width: 30px;
    padding: 8px 0;
    position: relative;
    top: -41px;
}

#top-search input {
    background-image: none !important;
}