.box-content {
	padding-bottom: 40px;
}
.box-inner {
	padding: 20px;
	background: white;
}

/* box-sidebar */
.box-sidebar {
	margin-top: 20px;
	text-align: center;
}
.box-sidebar ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.box-sidebar ul li:not(:last-child) {
	margin-right: 10px;
}
.box-sidebar ul li a {
	background: #fff;
    border: 1px solid #d1d2de;
    height: 40px;
    padding: 0 20px;
    min-width: 170px;
    display: block;
	line-height: 38px;
    border-radius: 20px;
	font-weight: 700;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.box-sidebar ul li a:hover,
.box-sidebar ul li a.active {
	background: var(--c5);
    color: white;
    border-color: var(--c5);
    text-decoration: none;
}

/* noitem */
.noitem {
	margin: -20px;
	border-radius: 0;
	text-align: center;
}

/* list-item */
.faqs:first-child {
	padding-top: 5px;
}
.faqs {
	background: white;
}
.faqs .txt {
	padding: 20px;
}
.faqs .txt h2 {
	margin: 0 0 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.4;
}

#primary {
	margin-right: 10px;
}
#primary .post-title {
	margin-bottom: 20px;
}
#primary h1 {
	margin: 0;
    font-size: 28px;
    line-height: 1.3;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}
#primary h1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
	width: 62px;
    border-bottom: 2px solid #09715a;
}

#sidebar {
	margin-left: -10px;
}
.banner-right .advertise:not(:last-child) {
	display: block;
	margin-bottom: 20px;
}
.widget.box-inner .widget-title {
    margin: 0 0 15px;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.widget.box-inner:not(:last-child) {
    margin-bottom: 20px;
}

















































.faqs {
	padding: 20px 0;
}
.faqs:not(:last-child) {
	border-bottom: 1px dashed #cecece;
}
.faqs .title {
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	padding-left: 30px;
}
.faqs.open .title,
.faqs .title:hover,
.faqs .title:hover::before,
.faqs.open .title::before {
	color: var(--c5);
}
.faqs .title::before {
	position: absolute;
	color: #dcdcdc;
	left: 0;
}
.faqs .desc {
	margin-left: 30px;
	margin-top: 15px;
	position: relative;
	border-radius: 4px;
	background: #f3f3f3;
	border: 1px solid #d1d1d1;
	padding: 15px;
	display: none;
}
.faqs .desc::before {
	content: url(../images/angle-up.png);
	position: absolute;
    top: -14px;
}
.text-bold {
	font-weight: 700;
}

#box-form .widget-title {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}
#box-form .form-field:not(.last) {
	margin-bottom: 10px;
}
#box-form .form-field label {
	color: #888888;
	font-weight: 400;
}
#box-form .form-field.required label::after {
	content: '*';
	margin-left: 5px;
	color: red;
}
#box-form .form-field .form-control:not(select) {
	box-shadow: none;
	background: #f6f6f6;
	border-color: #e0e0e6;
	appearance: none;
	-webkit-appearance: none;
}
#box-form .form-field.last {
	margin: 0 -5px;
}
#box-form .form-field.last span {
	padding: 0 5px;
	display: block;
	width: 50%;
}
#box-form .form-field.last .btn {
	width: 100%;
	height: 40px;
	background: #f2f3f7;
	border-radius: 30px;
	border-color: #e4e6ed;
	text-transform: uppercase;
	outline: none;
	box-shadow: none;
}
#box-form .form-field.last .btn::before {
	font-weight: 400;
	margin-right: 10px;
}
#box-form .form-field.last .btn-submit {
	color: white;
	background: var(--c5);
	border-color: var(--c5);
}
span.sercurity {
	display: flex;
}
span.captcha img {
	width: 100px;
	height: 34px;
	display: block;
}

select.form-control {
	box-shadow: none;
	background: #f6f6f6;
	border-color: #e0e0e6;
	appearance: none;
	-webkit-appearance: none;
	max-width: 100%;
	padding-left: 8px;
    padding-right: 23px;
	display: inline-block;
	vertical-align: middle;
	background:#f6f6f6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
    background-size: 8px 6px;
    background-position: right 0.8rem center;
    background-repeat: no-repeat;
}

/* 1024px */
@media screen and (max-width: 1024px)
{
	#primary {
		margin: 0;
	}
	#sidebar {
		margin: 0;
	}
}

/* 768px */
@media screen and (max-width: 768px)
{
	#sidebar {
		margin-top: 20px;
	}
	#box-form {
		margin-bottom: 0;
	}
}

/* 767px */
@media screen and (max-width: 767px)
{
	section#content {
		margin-top: 20px;
	}
	.box-sidebar {
		display: none;
	}
	.box-inner {
		padding: 10px;
	}
	.noitem {
		margin: -10px;
	}
	#box-form .widget-title {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#box-form .form-field.last {
		margin-top: 20px;
	}
	#box-form .form-field.last span {
		width: 100%;
	}
	#box-form .form-field.last span.pull-left {
		margin-bottom: 10px;
	}
}