#pvt-main {
	background:#f2f2f2;
}
#box-middle {
	background:#FFF;
	padding:30px 15px;
}
/* breadrumb style */
#breadrumb {
	background:#f2f2f2;
}
.navation {
	float:right;
	overflow:hidden;
}
.navation>li {
	float:left;
	color:#666666;
	margin-right:5px;
	padding-top:6px;
	font-size:12px;
	padding-bottom:7px;
}
.navation>li:last-child {
	margin-right:0;
}
.navation>li>a {
	color:#00cc33;
}
.navation>li>a:hover {
	color: #00cc33;
}
.navation>li>a::after {
	content: "\f105";
	margin-left:7px;
	color:#999999;
}

/* box-middle style */
.box-middle {
	padding-top:30px;
	padding-bottom:30px;
}

.anton {
	color: #00cc33;
	font-family: 'Anton';
	font-weight:400 !important;
	text-transform: uppercase;
}

/* post-title style */
.post-title {
	color:#00cc33;
	font-size:22px;
	margin:0 0 20px;
	text-align:center;
	position:relative;
	padding-bottom:7px;
	line-height: 1.5em;
	text-transform:uppercase;
}
.post-title::before {
	bottom:0;
	left:50%;
	content:'';
	width:70px;
	height:2px;
	display:block;
	position:absolute;
	background:#ffd727;
	transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
}

/* box-sidebar style */
.box-sidebar {
	text-align:center;
	margin:0 0 30px;
}
.box-sidebar ul {
	display:inline-block;
	vertical-align:middle;
}
.box-sidebar ul>li {
	margin:0 3px;
	display:inline-block;
	vertical-align:middle;
}
.box-sidebar ul>li>a {
	color:#666;
	height:30px;
	display:block;
	padding:0 20px;
	line-height:28px;
	border-radius:4px;
	border:1px solid #dddddd;
}
.box-sidebar ul>li>a:hover,
.box-sidebar ul>li>a.active {
	color:#FFF;
	background:#00cc33;
	border-color:#00cc33;
}

/* pagination style */
.nav-page {
	margin-top: 30px;
	text-align:center;
}
.pagination {
	margin:0;
}
.pagination>li {
	margin:0 5px;
	display:inline-block;
	vertical-align:middle;
}
.pagination>li>a,
.pagination>li>span {
	padding:0;
	width:40px;
	height:30px;
	color:#000;
	font-size:16px;
	line-height:28px;
	text-align:center;
	border:1px solid #c7c7c7;
	border-radius:5px !important;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.pagination>li>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:hover {
	color:#FFF;
	background:#00cc33;
	border-color:#00cc33;
	box-shadow:none;
}

/* noitem style */
.noitem {
	border-radius:0;
	margin:0;
}

#box-note {
	position:relative;
}
.shadow::before {
	content:url(../images/shadow.png);
	position: absolute;
    left: -15px;
    bottom: -15px;
}
#box-note .inner {
	z-index:10;
	position:relative;
	padding:30px;	
	background:url(../images/bg.jpg) no-repeat;
}
.note {
	max-width:621px;
	line-height: 1.8em;
	margin-bottom:35px;
}
.btn-write a {
	width:225px;
	height:50px;
	border-radius:5px;
	display:inline-block;
	background:#ffd618;
	text-align:center;
	line-height:50px;
	font-size:20px;
	vertical-align:middle;
}
.btn-write a:hover {
	color: #FFF;
	background: #00cc33;
}
.btn-write a::before {
	margin-right:10px;
}

.box-list {
	margin-top:20px;
}
.post {
	padding:17px 0;
	position:relative;
	padding-left:30px;
	border-bottom:1px solid #ddd;
}
.post.open h2 {
	color:#00cc33;
	font-weight:700;
}
.post h2 {
	font-size: 14px;
	margin:0;
	line-height:18px;
	cursor:pointer;
}
.post h2::before {
	font-family:FontAwesome;
	font-size:25px;
	color:#888888;
	position:absolute;
	left:0;
	font-weight:400;
}
.post.open h2::before {
	color:#00cc33;
}
.post .text {
	color:#FFF;
	background:#00cc33;
	padding:15px 30px;
	margin-top:15px;
	position:relative;
	display:none;
}
.post .text::before {
	content:'';
	border-left:18px solid transparent;
	border-right:18px solid transparent;
	border-bottom:16px solid #00cc33;
	position:absolute;
	top:-8px;
	left:20px;
}
.answer_by {
	margin-bottom:5px;
}
.answer_by::before {
	margin-right:5px;
	font-family:FontAwesome;
}
.post .desc {
	line-height:1.5em;
}

#contact-form {
	padding:30px 20px 30px 40%;
	background:url(../images/bg_write.png) no-repeat;
	background-size:cover;
}
.box-form {
	padding-right:0;
}
.form-field {
	display:table;
	width:100%;
	margin-bottom:10px;
}
.form-field.last {
	margin-bottom:0;
}
.form-field .form-label,
.form-field .form-input {
	display:table-cell;
	vertical-align: middle;
}
.form-field .form-label {
	width:150px;
}
.form-field .form-label label {
	font-weight: 400;
	margin: 0;
	position:relative;
}
.form-field.required label::after {
	color:#ed1c24;
	content: '(*)';
	margin-left: 5px;
}
.form-field .form-control {
	min-height: 40px;
	border-radius: 0;
	box-shadow: none;
}
.field-content .form-label {
	vertical-align: top;
}
li.fa-phone span {
	font-size:18px;
}
#security_code {
	width: initial;
	display:inline-block;
	vertical-align: middle;
	float:left;
	margin-right:10px;
}
.form-button {
	display:inline-block;
	vertical-align: middle;
	margin-right:15px;
}
.field-button {
	margin-left:150px;
}
.form-button.last {
	margin-right:0;
}
.form-button button {
	border:1px solid #00cc33;
	border-radius: 5px;
	width: 130px;
	height:30px;
	background:#FFF;
	color:#00cc33;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.form-button button::before {
	font-family: FontAwesome;
	margin-right:7px;
}
.form-button button:hover {
	color: #FFF;
	background: #00cc33;
}

/* Responsive 1200px */
@media screen and (max-width: 1200px)
{
	.box-sidebar {
		margin: 0 0 20px;
	}
	.box-sidebar ul>li {
		margin-bottom: 10px;
	}
}

/* Responsive 768px */
@media screen and (max-width: 768px)
{
	#contact-form {
		padding:30px 20px;
	}
}

/* Responsive 767px */
@media screen and (max-width: 767px)
{
	.mobile-header-bottom {
		background:#FFF;
	}
	#mobile-content {
		padding:10px;
	}
	.post-title {
		color: #00cc33;
		font-size: 22px;
		margin: 5px 0 10px;
		position: relative;
		padding-bottom: 0;
		line-height: 1.5em;
		border-bottom: 0;
		text-align: center;
	}
	.post-title::before {
		display:none;
	}
	
	#box-sidebar {
		margin-bottom:15px;
	}
	.widget-title {
		margin: 0;
		background: #ed1c24;
		font-family: 'Anton';
		font-weight: 400;
		color: #FFF;
		font-size: 16px;
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.widget li {
		border-bottom: 1px dotted #d9d9d9;
	}
	.widget li:last-child {
		border-bottom: 0;
	}
	.widget li a {
		height: 32px;
		color: #555555;
		display: block;
		background: #FFF;
		overflow: hidden;
		line-height: 32px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#box-sidebar li a::before {
		content: '\f105';
		margin-right: 10px;
	}
	#box-sidebar .widget-title {
		margin: 0;
		height: 30px;
		cursor:pointer;
		font-size: 14px;
		position:relative;
		line-height: 30px;
		border-radius: 5px;
		background: #00cc33;
		font-family: 'Arial';
	}
	#box-sidebar .widget-title::after {
		content: "\f067";
		font-family: FontAwesome;
		position: absolute;
		right: 10px;
		top: 50%;
		font-weight: 400;
		transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}
	#box-sidebar.open .widget-title::after {
		content: "\f068";
	}
	#box-sidebar .widget-content {
		z-index: 1;
		padding: 15px 10px 10px;
		margin-top: -5px;
		border: 1px solid #265edb;
		border-top: 0;
		border-radius: 0 0 5px 5px;
		display: none;
	}
	#box-sidebar .widget-content a {
		padding:0;
	}
	#box-note .inner {
		padding: 10px;
	}
	.note {
		max-width: 100%;
		line-height: 1.8em;
		margin-bottom: 20px;
	}
	.btn-write {
		margin-bottom: 10px;
	}
	.btn-write a {
		width: auto;
		height: 50px;
		border-radius: 5px;
		display: inline-block;
		background: #ffd618;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		vertical-align: middle;
		padding: 0 30px;
	}
	.nav-page {
		margin: 20px 0 10px;
		text-align: center;
	}
	.post .text {
		margin-left: -30px;
	}
	#contact-form {
		padding:20px 10px;
		background: #f1f1f1;
	}
	.form-field .form-label {
		width: 110px;
	}
	#security_code {
		width: 160px;
	}
	.field-button {
		margin-left: 110px;
	}
	.form-button button {
		width: initial;
		padding: 0 25px;
	}
	.form-button {
		margin-right: 10px;
	}
}

/* Responsive 479px */
@media screen and (max-width: 479px)
{
	#contact-form {
		padding: 10px;
		border-radius:4px;
		border:1px solid #ddd;
	}
	.form-field .form-label,
	.form-field .form-input {
		display: block;
	}
	.form-field .form-label {
		width: 100%;
		margin-bottom:5px;
		font-size:13px;
	}
	.form-field .form-label label {
		font-weight: 700;
	}
	.field-button {
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 10px !important;
	}
	.form-field .form-control {
		min-height: 34px;
		border:1px solid #ddd;
	}
	.ver_img {
		max-height:34px;
	}
}