@import url(../assets/css/menu.css);
@import url(../assets/css/form.css);
/* 1. General */
@font-face {
    font-family: 'SFUAngie';
    src: url('../typefaces/SFUAngie.eot');
    src: url('../typefaces/SFUAngie.eot') format('embedded-opentype'),
         url('../typefaces/SFUAngie.woff') format('woff'),
         url('../typefaces/SFUAngie.ttf') format('truetype'),
         url('../typefaces/SFUAngie.svg#SFUAngie') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SFUAngieBold';
    src: url('../typefaces/SFUAngieBold.eot');
    src: url('../typefaces/SFUAngieBold.eot') format('embedded-opentype'),
         url('../typefaces/SFUAngieBold.woff') format('woff'),
         url('../typefaces/SFUAngieBold.ttf') format('truetype'),
         url('../typefaces/SFUAngieBold.svg#SFUAngieBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
#page {
	width: 100%;
	overflow: hidden;
	position: relative;
}
/* 2. Header */
#header-wrap {
	min-height: 80px;
	position: relative;
}

#header {
	width: 100%;
	min-height: 120px;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 9999;
}
@media (min-width: 768px) {
	body.home #header {
		position: absolute;
		top: 0;
		left: 0;
	}
	#header {
		background-image: url(../images/header-bg.png);
	}
}
/* logo */
#logo {
	overflow: hidden;
	position: relative;
}
.site-title {
	display: none;
}
@media (min-width: 768px) {
	#logo {
	position: absolute;
	width: 150px;
	max-width: 100%;
	height: 150px;
	text-align: center;
	padding: 15px 5px;
	background: #fff;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
}
@media (max-width: 767px) {
	#logo {
		text-align: center;
		padding-top: 15px;
	}
}
#logo img {
	max-width: 100%;
}
#logo .slogun-img {
	bottom: 0;
	left: 60px;
	max-width: 223px;
	position: absolute;
}
/* main nav */
/* content */
@media (min-width: 768px) {
	#content-wrap {
		background: url(../images/bg-content-02.png) no-repeat right top;
	}
	#content {
		background: url(../images/bg-content-01.png) no-repeat left top;
	}
}
/* 3. Home Content */
/* banner slogun */
.home-banner-slogun {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}
.home-banner-slogun img {
	max-width: 100%;
}
/* home about */
.home-about {
	text-align: center;
	margin: 15px 0;
}
.home-about .home-about-thumb {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 5px 15px 32px 24px;
}
.home-about .circle-01 {
	background-image: url(../images/circle-01.png);
}
.home-about .circle-02 {
	background-image: url(../images/circle-02.png);
}
.home-about .circle-03 {
	background-image: url(../images/circle-03.png);
}
.home-about .home-about-thumb a {
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #fff;
}
.home-about p {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.home-about p a {
	color: #333;
}
/* box01 */
.box01 {
	margin: 0;
	padding: 5px 0;
}
.box01 .box01-label {
	border-bottom: 3px solid #dfdfdf;
	color: #005a62;
	padding: 0;
	margin: 0;
	position: relative;
}
.box01 .box01-label h2,
.box01 .box01-label h3,
.box01 .box01-label h4,
.box01 .box01-label h5 {
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #2194d2;
	font-size: 18px;
	font-family: 'SFUAngieBold';
	text-transform: capitalize;
}
.box01 .box01-label h2 a,
.box01 .box01-label h3 a,
.box01 .box01-label h4 a,
.box01 .box01-label h5 a {
	color: #2194d2;
}
.box01 .box01-label h2:after,
.box01 .box01-label h3:after,
.box01 .box01-label h4:after,
.box01 .box01-label h5:after {
	background-color: #2194d2;
	display: block;
	height: 3px;
	width: 100px;
	margin-bottom: -3px;
	content: '';
}
.box01 .box01-content {
	padding: 15px 0;
}
/* scroll button 1 */
.btn-scroll {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 6px;
}
.btn-prev,
.btn-next {
	cursor: pointer;
	z-index: 99999;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-indent: -1000px;
	overflow: hidden;
	border-radius: 20px;
}
.btn-prev {
	background: url(../images/arrow-03.png) no-repeat center center;
}
.btn-next {
	background: url(../images/arrow-04.png) no-repeat center center;
	margin-left: 5px;
}
.btn-prev:hover,
.btn-next:hover {
	opacity: 0.9;
}
/* scroll button 2 */
.prev-scroll,
.next-scroll {
	font-size: 24px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
	z-index: 99999;
	color: #b2b2b2;
	width: 22px;
	text-align: center;
}
.prev-scroll {
	left: -22px;
}
.next-scroll {
	right: -22px;
}
.prev-scroll:hover,
.next-scroll:hover {
	color: #2194d2;
}
/* post style 1 */
.post-style-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-style-1 li {
	background: url(../images/icon-list-01.png) no-repeat left center;
	padding: 5px 0 5px 25px;
}
.post-style-1 li a {
	color: #333;
}
.post-style-1 li a:hover {
	color: #2194d2;
}
/* post style 2 */
.post-style-2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-style-2 li {
	width: 100%;
	margin-bottom: 10px;
}
.post-style-2 li a {
	color: #333;
}
.post-style-2 li a:hover {
	color: #2194d2;
}
.post-style-2 li a span {
	color: #333;
	font-weight: bold;
	background: #a8daf7;
	border-radius: 20px;
	margin-right: 5px;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
}
/* post style 3 */
.post-style-3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-style-3 li {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.post-style-3 .thumb {
	border: 2px solid #baebf5;
	border-radius: 5px;
	float: left;
	width: 35%;
}
.post-style-3 .thumb img {
	border-radius: 5px;
	max-width: 100%;
}
.post-style-3 .post-type-3-content {
	width: 65%;
	float: right;
	padding-left: 5px;
}
.post-style-3 .post-type-3-content p.title {
	font-size: 14px;
	margin: 0 0 5px 0;
	font-style: normal;
}
.post-style-3 .post-type-3-content p.title a {
	color: #333;
}
.post-style-3 .post-type-3-content p.title a:hover {
	color: #2194d2;
}
.post-style-3 .post-type-3-content p {
	font-style: italic;
	color: #777;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/* post style 4 */
.post-style-4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-style-4 li {
	float: left;
	margin: 0 5px;
}
.post-style-4 .post-type-4-content {
	width: 100%;
}
.post-style-4 .post-type-4-content a.thumb {
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	padding: 5px 2px 2px 5px;
}
.post-style-4 .post-type-4-content a.thumb img {
	border-radius: 10px;
	width: 100%;
}
.post-style-4 .post-type-4-content p.title {
	font-size: 14px;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
}
.post-style-4 .post-type-4-content p.title a {
	color: #333;
}
/* Gmap home */
.gmap-home {
	background: #fff;
	padding: 3px;
	border: 1px solid #e5e5e5;
}
/* scroll partner */
.scroll-partner-wrap {
	border-top: 1px solid #e5e5e5;
}
.scroll-partner {
	padding: 0;
	margin: 0;
	position: relative;
}
.scroll-partner ul {
	margin: 0;
	padding: 0;
}
.scroll-partner ul li {
	list-style: none;
	float: left;
}
/* home qa */
.qa-home {
	margin: 0;
	padding: 0;
	width: 100%;
}
.qa-home ul {
	margin: 0;
	padding: 0;
}
.qa-home ul li {
	list-style: none;
	margin: 0 0 15px 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.qa-home .qa-icon {
	float: left;
	width: 20%;
	overflow: hidden;
	text-align: center;
}
.qa-home .qa-icon i {
	font-size: 60px;
	color: #a8daf7;
	margin-top: 5px;
}
.qa-home .qa-list {
	float: right;
	width: 80%;
}
.qa-home .qa-list p.title {
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	margin: 0 0 5px 0;
}
.qa-home .qa-list p.title a {
	color: #333;
}
.qa-home .qa-list p.title a:hover {
	color: #2194d2;
}
.qa-home .qa-list .qa-date {
	color: #777;
	font-size: 12px;
	font-style: italic;
}
.qa-home .qa-list .qa-question {
	color: #545454;
	text-align: justify;
}
.qa-home .qa-list .qa-view-answer a {
	color: #008bdb;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}
.qa-home .qa-btn-link {
	width: 100%;
}
.qa-home .qa-btn-link a.qa-view-all {
	color: #333;
	font-weight: bold;
	margin-top: 10px;
	float: right;
	white-space: nowrap;
}
.btn-sent-qa {
	background: url(../images/icon-sent-qa.png) no-repeat center center;
	width: 166px;
	height: 45px;
	display: inline-block;
}
/* home banner */
.home-banner {
	border: 3px solid #e0caa5;
}
.home-banner img {
	width: 100%;
}
/* 4. List & Detail item */
/* 4.1 Video */
/* List video */
.home-video {
	padding: 0;
	margin: 0;
}
.home-video .video-item {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 15px;
}
.home-video p.title {
	margin: 0 0 10px 0;
	font-size: 14px;
	padding: 0 15px;
}
.home-video p.title i {
	margin-right: 5px;
}
.home-video p.title a {
	color: #333;
}
.home-video p.title a:hover {
	color: #2194d2;
}

.home-video .video-item .video-thumb {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 1);
	box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 1);
}
.video-item .video-thumb {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.video-item .video-thumb img {
	max-width: 100%;
	display: inline-block;
}
.video-item .video-thumb .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.video-item .video-thumb:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.video-item .video-thumb .mask a {
	width: 46px;
	height: 46px;
	color: #fff;
	font-size: 50px;
	margin: -23px 0 0 -23px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
}
.video-item .video-thumb .mask a i:hover {
	color: #C00000;
}
.video-item h2 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
	margin: 5px 0;
}
.video-item h2 a {
	color: #333;
}
.video-item h2 a:hover {
	color: #2194d2;
}
/* detail video */
.video-detail {
	padding: 15px 0;
	overflow: hidden;
	text-align: center;
}
.video-detail iframe {
	max-width: 100%;
}
.video-caption {
	width: 100%;
	overflow: hidden;
	text-align: justify;
}
.video-caption img {
	max-width: 100%;
}
/* 4.2 Reviews */
.reviews-home {
	width: 100%;
}
.reviews-home ul {
	margin: 0;
	padding: 0;
}
.reviews-home ul li {
	list-style: none;
}
.reviews-home .reviews-btn-link {
	text-align: right;
	border-top: 1px solid #ddd;
}
.reviews-home .reviews-btn-link a {
	color: #333;
	font-weight: bold;
}
/* List reviews */
.reviews-list {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}
.reviews-list .reviews-thumb {
	float: left;
	width: 25%;
}
.reviews-list .reviews-thumb a {
	display: inline-block;
	border-radius: 100px;
	overflow: hidden;
	border-style: solid;
	border-width: 5px;
	border-color: #7cccfc;
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 1);
	box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 1);
}
.reviews-home ul li .reviews-list:nth-child(odd) .reviews-thumb a {
	border-color: #ffdeab;
}
.reviews-home ul li .reviews-list:nth-child(even) .reviews-thumb a {
	border-color: #7cccfc;
}
.reviews-list .reviews-thumb a img {
	width: 100%;
}
.reviews-list .reviews-entry {
	width: 75%;
	float: right;
	padding-left: 5px;
}
.reviews-list .reviews-entry p.title {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}
.reviews-list .reviews-entry p.title a {
	color: #333;
}
.reviews-list .reviews-entry p.title a:hover {
	color: #2194d2;
}
.reviews-list .reviews-entry .reviews-sum {
	color: #777;
	background: url(../images/icon-comma.png) no-repeat left top;
	padding: 0 10px 0 20px;
	text-align: justify;
}
.reviews-list .reviews-entry .reviews-customer {
	margin: 0;
	color: #2194d2;
	font-family: 'SFUAngie';
	padding: 0 0 0 20px;
}
/* 5. Footer */
#footer {
	background: #f3f3f3;
	padding: 0;
	margin: 0;
	border-top: 1px solid #dbdbdb;
}
.footer-content {
	padding: 15px 0;
}
.footer-box {
	width: 100%;
	overflow: hidden;
}
.logo-footer {
	text-align: center;
}
.footer-box h3 {
	margin: 10px 0;
	padding: 0;
	color: #2194d2;
	font-family: 'SFUAngieBold';
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.footer-box p.registration {
	font-size: 13px;
	text-align: center;
}
.footer-box p.design-by {
	font-size: 13px;
	text-align: center;
}
.footer-box p.design-by a {
	color: #cb2027;
}
.office {
	margin: 0;
	padding: 0;
}
.page-detail .office {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	padding: 10px;
}
.office .office-title {
	margin: 0 0 15px 0;
	padding: 0;
	color: #2194d2;
	font-family: 'SFUAngieBold';
	font-size: 18px;
}
.office ul {
	margin: 0;
	padding: 0;
}
.office ul li {
	list-style: none;
	font-size: 13px;
	padding: 5px 0;
}
.office ul li span {
	margin-right: 10px;
}
.office ul li a {
}
.footer-line {
	background: #dbdbdb;
}
.social-link {
	padding: 5px 0;
}
.social-link a {
	margin-right: 5px;
}
.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	display: none;
}
.back-to-top a {
	display: inline-block;
	border-radius: 30px;
	background: #ddd;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #C5C5C5;
}
.back-to-top a i {
	font-size: 25px;
}
/* 6. Article */
#breadcrumbs {
	color: #666;
	padding: 5px 10px;
	margin: 0 0 15px;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.page-content {
	padding: 15px 0;
	margin: 0;
}
.page-title {
	margin: 0 0 15px;
}
.page-title h1 {
	color: #007cc2;
	font-size: 20px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
/* 6.1 Contact page */
.contact-map {
	padding: 5px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
/* contact form */
.contact-form h2.contact-form-title {
	font-size: 18px;
	text-transform: uppercase;
}
#contactForm div.row label {
	line-height: 25px;
	font-weight: normal;
	margin-top: 15px;
	white-space: nowrap;
}
#contactForm textarea {
	width: 100%;
	border: 1px solid #ddd;
}
#contactForm select,
#contactForm input[type="text"] {
	width: 100%;
	border: 1px solid #ddd;
}
#contactForm input[type="checkbox"] {
	margin-right: 5px;
}
#contactForm .contact-submit {
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
	width: 144px;
	text-align: center;
}
#contactForm .error {
	display: block;
	color: #cb2027;
	font-size: 12px;
	font-style: italic;
}
.contact-message {
	border-color: #f0baa2;
	background: #ffd9c8;
	margin: 1em 0 0 0;
	padding: 10px;
	border: 1px solid #f0baa2;
	color: #333;
	text-shadow: none;
	font-weight: bold;
	display: none;
}
/* 6.2 Doctor */
.doctor-item {

}
.doctor-item a.doctor-thumb {
	float: left;
	margin: 0 5px 5px 0;
	display: inline-block;
	padding: 2px;
	border: 1px solid #ddd;
}
.doctor-item a.doctor-thumb img {
	width: 100%;
}
.doctor-item h3 {
	font-size: 15px;
	font-weight: bold;
}
.doctor-item .regency {
	color: #cb2027;
	font-weight: bold;
	font-style: italic;
}
/* 6.3 comment */
.comment-tab {
	border-bottom: 1px solid #dddddd;
}
.comment-tab a {
	display: inline-block;
	white-space: nowrap;
	float: left;
	padding: 7px 20px;
	color: #333;
	background: #dddddd;
	margin-right: 3px;
	border-radius: 5px 5px 0 0;
	text-decoration: none !important;
	margin-bottom: -1px;
}
.comment-tab a.ct-active {
	background: #2194d2;
	color: #FFF;
	position: relative;
}
.comment-tab a.ct-active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 90, 98, 0);
	border-top-color: #2194d2;
	border-width: 10px;
	margin-left: -10px;
}
/* 6.3.1 default comment */
#default_comment {
}
.comment-area {
	padding: 30px 0;
	margin: 0;
}
.comment-respond {

}
.comment-respond .comment-reply-title {
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}
.comment-respond .comment-notes {

}
.comment-respond .comment-form-author {
	width: 48%;
	float: left;
}
.comment-respond .comment-form-email {
	width: 48%;
	float: right;
}
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-comment label{
	font-weight: normal;
}
.comment-respond .required {
	color: red;
}
.comment-respond .comment-form-comment {
	margin-top: 5px;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-comment textarea {
	width: 100%;
	background: #f8f8f8;
	border: #e3e3e3 1px solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	margin: 0;
	padding: 5px;
}
.comment-respond .form-submit {
	margin: 10px 0;
}
.comment-respond .form-submit #submit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7e7e7e;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
}
#facebook_comment {
	display: none;
}
/* 6.3.2 list comments */
#comments {
    position: relative;
    padding: 15px 0;
}
#comments .number-comment {
    font-size: 20px;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0;
    margin: 0;
}
#comments .commentlist {
	clear: both;
	list-style: none;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	margin-top: 0;
}
#comments .commentlist li.comment {
	margin-bottom: 15px;
	list-style: none;
}
#comments .commentlist li.comment .comment-container .comment-head {
	margin-bottom: 15px;
}
#comments .commentlist li.comment .comment-container .comment-head .name {
	font-weight: bold;
	margin: 0;
	color: #01656e;
	text-transform: capitalize;
}
#comments .commentlist li.comment .comment-container .comment-head .comment-meta {
	margin: 0;
}
#comments .commentlist li.comment .comment-container .comment-head .comment-meta .date,
#comments .commentlist li.comment .comment-container .comment-head .comment-meta .perma,
#comments .commentlist li.comment .comment-container .comment-head .comment-meta .edit {
	font-size: 13px;
	margin-right: 10px;
	color: #999;
}
#comments .commentlist li.comment .comment-container .comment-head .comment-meta .date:before,
#comments .commentlist li.comment .comment-container .comment-head .comment-meta .perma:before,
#comments .commentlist li.comment .comment-container .comment-head .comment-meta .edit:before {
	font-family: 'Glyphicons Halflings';
	display: inline-block;
	margin-right: 5px;
	font-weight: normal;
}
#comments .commentlist li.comment .comment-container .comment-head .comment-meta .date:before {
	content: "\e109";
}
#comments .commentlist li.comment .comment-container .comment-head .comment-meta .perma:before {
	content: "\e144";
}
#comments .commentlist li.comment .comment-container .comment-head .comment-meta .edit:before {
	content: "\e019";
}
#comments .commentlist li.comment .comment-container .comment-entry {
	width: 100%;
	margin-bottom: 15px;
}
#comments .commentlist li.comment .comment-container .comment-entry a.comment-reply-link {
	text-decoration: underline;
	font-style: italic;
}
#comments .commentlist li.comment .children {
	padding: 15px 0 15px 30px;
	border-top: 1px solid #ddd;
}
/* 6.4 main */
.col-left,
.col-right {
	float: left;
	position: relative;
	min-height: 1px;
}
@media (min-width: 768px) {
	.col-left {
		width: 70%;
		padding-right: 5px;
	}
	.col-right {
		width: 30%;
		padding-left: 5px;
	}
}
@media (max-width: 767px) {
	.col-left {
		width: 100%;
	}
	.col-right {
		width: 100%;
	}
}
#main {
	margin: 0 0 15px;
	padding: 15px;
	border: 1px solid #ddd;
	background: #fff;
}
.page-detail {
	margin: 0;
	padding: 0;
	text-align: justify;
}
.page-detail h2.page-excerpt {
	font-size: 13px;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
}
.page-detail p {
	text-rendering: geometricPrecision;
}
.page-detail img {
	max-width: 100%;
	height: auto;
}
.page-detail .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page-detail .alignright {
	float: right;
	margin-left: 15px;
}
.page-detail .alignleft {
	float: left;
	margin-right: 15px;
}
.page-detail table {
	max-width: 100%;
}
/* meta */
.post-meta {
	padding: 5px 0 0 0;
}
.post-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-meta ul li {
	float: left;
	margin-right: 10px;
	color: #777;
	font-size: 12px;
	white-space: nowrap;
}
.post-meta ul li i {
	margin-right: 5px;
}
.post-meta ul li a {
	text-transform: uppercase;
	color: #777;
}
.post-meta ul li a:hover {
	color: #db2727;
}
.related-and-share {
	padding: 15px 0;
}
.social-share {
	height: 25px;
}
.social-share span {
	float: left;
	margin-right: 5px;
}
.related-post-wrap {
	padding: 15px 0;
}
.related-post-wrap .related-post-title {
	color: #007cc2;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
.related-post-wrap .related-post-title:after {
	background-color: #007cc2;
	display: block;
	height: 2px;
	width: 100px;
	margin-bottom: -1px;
	content: '';
}
.related-posts {
	padding: 15px 0 0 0;
}
.related-item {
	overflow: hidden;
	vertical-align: top;
	margin: 10px 0 0 0;
}
.related-item a {
	vertical-align: top;
}
.related-item a.related-posts-thumb {
	float: left;
	width: 40%;
	padding: 2px;
	border: 1px solid #ddd;
	display: inline-block;
}
.related-item a.related-posts-thumb img {
	width: 100% !important;
	height: auto !important;
}
.related-item div.related-posts-sum {
	width: 60%;
	padding-left: 5px;
	float: right;
}
.related-item p {
	margin: 0;
	padding: 0;
}
.related-item .related-date {
	font-style: italic;
	color: #777;
	font-size: 12px;
}
.related-item .related-regency {
	color: #cb2027;
	font-weight: bold;
	font-style: italic;
}
/* category */
.description {
	text-align: justify;
	color: #777;
	margin-bottom: 15px;
}
.description h2 {
	font-size: 14px;
	margin: 0;
}
.description h2 p {
	margin: 0;
	padding: 0;
}
.post-list {
	padding: 0;
	margin: 0;
}
.post-item {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.post-item .post-thumb {
	text-align: center;
}
.post-item .post-thumb a {
	padding: 3px;
	border: 1px solid #ddd;
	display: inline-block;
	width: 100%;
}
.post-item .post-thumb img {
	width: 100% !important;
	height: auto !important;
}
.post-item .service-thumb {
	text-align: center;
}
.post-item .service-thumb img {
	max-width: 100%;
}
.post-item header {
	margin: 0 0 10px 0;
}
.post-item header h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.post-item header h1 a {
	color: #333;
}
.post-item .entry {
	text-align: justify;
}
/* Pagination */
.bk-pagination {
	margin: 15px 0 !important;
}
.bk-pagination span,
.bk-pagination a {
	background: #e3e3e3;
	padding: 5px 10px;
	color: #666;
	display: inline-block;
}
.bk-pagination span.current {
	background: #026971;
	color: #fff;
}
/* 7. sidebar */
.widget-label {
	width: 100%;
	background-color: #0580c4;
}
.widget-label h3,
.widget-label h4,
.widget-label div {
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	font-family: 'SFUAngieBold';
}
.widget-label h3 a,
.widget-label h4 a,
.widget-label div a {
	color: #fff;
}
.sidebar-area {
	width: 100%;
	margin: 0;
	padding: 0;
}
.sidebar-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 10px;
	word-wrap: break-word;
	padding: 0;
	position: relative;
}
.sidebar-area .widget p,
.sidebar-area .widget li,
.sidebar-area .widget .textwidget {
	font-size: 13px;
}
.sidebar-area ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
.sidebar-area ul li {
	margin: 0;
	padding: 8px 8px 8px 18px;
	border-bottom: 1px solid #ddd;
	background: url(../images/arrow-06.png) no-repeat 8px 14px;
	position: relative;
}
.sidebar-area ul > li:last-child {
	border-bottom: none;
}
.sidebar-area ul ul.children,
.sidebar-area ul ul.sub-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	z-index: 9999;
	width: 200px;
	padding: 0;
	border: 1px solid #e3e3e3;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	border-radius: 2px;
}
.sidebar-area ul > li:hover > ul.children,
.sidebar-area ul > li:hover > ul.sub-menu {
	display: block;
}
.sidebar-area span.post-date {
	font-size: 12px;
	font-style: italic;
	color: #777;
}
.sidebar-area .searchform {
	padding: 0 10px;
}
.sidebar-area  input[type="text"] {
	border: 1px solid #ddd;
	padding: 5px;
}
.sidebar-area input[type="submit"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #0194d9 ;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
.sidebar-area select {
	margin: 10px 0;
	padding: 5px 0;
	border: 1px solid #ddd;
	width: 90%;
	margin-left: 5%;
}
.sidebar-area a {
	color: #333;
}
.sidebar-area a:hover {
	color: #0194d9;
}
.sidebar-area img {
	width: 100%;
}
.bkfw_single_image p.caption {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	padding: 10px;
	margin: 0;
}
/* advisory */
.advisory {
	margin-bottom: 10px;
}
.advisory div {
	margin: 0;
	padding: 10px 5px 10px 50px;
	background: url(../images/icon-tel.png) no-repeat 5px center #0580c4;
	color: #fff;
	font-size: 18px;
	font-family: 'SFUAngieBold';
	text-transform: capitalize;
}
.advisory div a {
	color: #fff;
}
/* vertical nav */
.vertical-nav {
	background: #016169;
	margin-bottom: 10px;
}
.vertical-nav header {
	background: url(../images/line-menu.png) no-repeat bottom center;
	padding: 0 10px;
}
.vertical-nav h3 {
	background: url(../images/icon-label02.png) no-repeat left center;
	padding: 10px 0 10px 30px;
	color: #FFF;
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
}
.vertical-nav > ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}
.vertical-nav > ul li {
	padding: 5px 0;
}
.vertical-nav > ul li a {
	color: #FFF;
}
/* list vertical service */
.vertical-service {
	margin: 0 0 10px 0;
}
.vertical-service .vs-item {
	border: 2px solid #005a62;
	padding: 5px 0;
	margin: 5px 0;
	border-radius: 5px;
}
.vs-item .service-thumb {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.vs-item .service-thumb img {
	max-width: 100%;
}
.vs-item h3 {
	text-align: center;
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
}
/* news right */
.news-right {
	margin: 0 0 10px 0;
}
.news-right header {
	background: #0580c4;
}
.news-right header div {
	font-size: 15px;
	color: #fff;
	margin: 0;
	font-size: 16px;
	font-family: 'SFUAngieBold';
	text-transform: capitalize;
	padding: 10px;
}
.news-right header div a {
	color: #fff;
}
.news-right .list-news-right {
	margin: 0;
	padding: 5px 0;
}
.news-right .list-news-right ul {
	margin: 0;
	padding: 0;
}
.news-right .list-news-right ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #ddd;
}
.news-right-item {
	position: relative;
	overflow: hidden;
}
.news-right-item a.thumb {
	float: left;
	width: 35%;
	padding: 2px;
	border: 1px solid #ddd;
	display: inline-block;
}
.news-right-item a.thumb img {
	width: 100%;
}
.news-right-item .news-right-sum {
	width: 65%;
	padding-left: 8px;
	float: right;
}
.news-right-item .news-right-sum p.title {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.news-right-item .news-right-sum p.title a {
	color: #333;
}
.news-right-item .news-right-sum p.date {
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #777;
	font-size: 12px;
	color: #2194d2;
}
/* sidebar-gallery */
.sidebar-gallery {
	width: 100%;
	margin-bottom: 10px;
}
.sidebar-gallery-item {
	position: relative;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0;
}
.sidebar-gallery-item h4 {
	background: #0580c4;
	padding: 8px;
	margin: 0;
	font-size: 15px;
}
.sidebar-gallery-item h4 a {
	color: #fff;
}
.sidebar-gallery-item a.thumb {
	display: inline-block;
}
.sidebar-gallery-item a.thumb img {
	width: 100%;
}
.sidebar-gallery-item h5 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	padding: 10px;
	margin: 0;
}

/* qa */
.qa_list{
	width:100%
}
.qa_list tr th,
.qa_list td {
	border: 1px solid #e1e2e3;
	padding: 10px 14px;
}
.qa_list tr th {
	font-weight: bold;
}
.qa_list tr th {
	background: #0580c4;
	color: #fff;
}
.qa_list tr:nth-child(odd) td {
	background: #f8f8f8;
}
.qa_list td:nth-child(1n+4) {
	text-align: center;
}
.qa_list td:nth-child(4n+1) {
	font-weight: bold;
	font-size: 13px;
}
.qa-detail h3.qa-label {
	font-size: 15px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 25px;
	color: #0051A0;
	font-style: italic;
}
.qa-detail .question {
	margin: 10px 0;
	background: #eee;
	padding: 15px;
}
.qa-detail .question h2 {
	font-size: 17px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 25px;
}
.qa-detail .question p {
	font-style: italic;
	margin: 10px 0 0 0;
}
.qa-detail .answer {
	text-align: justify;
	padding: 15px 0 0 0;
}
/* service item */
.service-item {
	width: 100%;
}
.service-item a.service-thumb {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 60px;
}
.service-item a.service-thumb img {
	max-width: 100%;
	max-height: 100%;
}
.service-item h3 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.service-item h4 {
	font-size: 14px;
	text-align: center;
	color: #333;
}
.related-service {
	padding: 15px 0 0 0;
	margin-top: 15px;
	border: 1px solid #ddd;
}
.related-service-item {
	width: 100%;
}
.related-service-item a.service-thumb {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 60px;
}
.related-service-item a.service-thumb img {
	max-width: 100%;
	max-height: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg#greyscale);
	filter: gray;
	opacity: 0.7;
}
.related-service-item h3 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.related-service .related-service-item h3 a {
	color: #777;
}
.related-service .active h3 a {
	color: #01656e;
}
.related-service .active a.service-thumb img {
	filter: none;
	-webkit-filter: grayscale(0);
	opacity: 1;
}

/* advisory form */
.advisory-form {
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.advisory-form h3 {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.advisory-form span.req {
	color: red;
	font-size: 12px;
	font-weight: normal;
}
#advisoryForm .error {
	display: block;
	color: #cb2027;
	font-size: 12px;
	font-style: italic;
}

/* custom detail post */
.header-news {
	background: url(../images/header-news-repeat.png) repeat;
	margin-top: 15px;
}
.header-news .header-news-content {
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
	padding: 0 15px;
}
.header-news .header-news-content .title {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	font-family: 'SFUAngieBold';
}
.header-news .header-news-content .desc {
	color: #fff;
	font-size: 22px;
	font-family: 'SFUAngieBold';
}
@media (min-width: 768px) {
	.header-news .header-news-content {
		padding: 30px 0 30px 160px;
	}
	.header-news-empty {
		height: 30px;
	}
}
.cp-item {
	margin-top: 15px;
}
.cp-item .cp-title {
	background: url(../images/icon-label-01.png) no-repeat left top;
	min-height: 70px;
	padding-left: 90px;
}
.cp-item .cp-title div {
	font-size: 15px;
	color: #007cc2;
	margin: 0;
	padding: 20px 90px 20px 0;
	font-weight: bold;
	background: url(../images/icon-label-02.png) no-repeat right top;
}