@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body {
    /*font-family: 'Dosis', sans-serif;*/
    color: #777777;
    /*letter-spacing: 0.3px;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #555;
}
.btn
{
	margin-top: 10px;
	/*background-color: #25aae1;
	border-color: #25aae1;
	color: #fff;*/
	border-radius:0;
}
h2
{
	color: #222;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.top-header
{
	background-color: #5E7024;
	min-height:45px;
	padding-top:15px;
	color:#fff;
	line-height:1;
}
.top-header a
{
	color: #fff;
	text-decoration: none;
}
.top-header ul li a
{
	color: #fff;
}

.header
{
	margin-bottom: 15px;
}
.header .logo
{
	padding-top: 5px;
}

.header .tel
{
	padding-top: 50px;
	line-height: 0.7;
	float: right;
	margin: 0;
	padding-right: 0;
}
.header .tel .fa
{
	color: #4f1f1a;
}
.header .tel p
{
	font-size: 15px;
	font-weight: bold;
}
.header .tel p a
{
	text-decoration: none;
	color: #666;
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
	.header
	{
		margin-bottom:0px;
	}
	.header .logo
	{
		padding-top: 15px;
	}
	.header .tel
	{
		padding-top: 30px;
	}	
}

@media(max-width: 992px){
	.header
	{
		padding-top: 10px;
	}
	.header .logo
	{
		padding-top: 0;
	}
	.header .tel
	{
		padding-top: 20px;
		float: right;
	}
}
.navbar-inverse
{
	margin-bottom: 0;
}
.navbar-default
{
	display: flex;
	justify-content: center;
	list-style: none;
	background-color: #fff;
	border: 0;
	margin-top: 40px;
}
.navbar-default li
{
	margin-right: 5px;
	text-align: center;
}
.navbar-default .navbar-nav li  a
{
	font-weight: bold;
	color: #5E7024;
	padding: 12px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    /*font-weight: bold;*/
    background: #4f1f1a;
}
.navbar-default .navbar-nav li a:hover
{
	background-color: #4f1f1a;
	color: #fff;
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
	.navbar-default
	{
		margin-top: 25px;
	}
}
.part-1
{
	min-height: 100px;
}
.part-1 .left
{
	background-color: #2D3540;
	min-height: 450px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	text-align: center;
}
.part-1 .left .head
{
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
.part-1 .right
{
	padding-top: 30px;
}
.part-1 .right .title
{
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
	.part-1 .left
	{
		min-height: 500px;
	}	
}
@media (max-width: 767px) {
	.part-1 .left
	{
		min-height:0px !important;
		border-bottom: none;
	}
	.part-1 .right
	{
		padding-bottom: 10px;
	}
}
@media (max-width: 992px) {
	.part-1 .left
{
	min-height: 560px;
}	
}
.part-2
{
	min-height: 200px;
	/*background-color: #F4F4F4;	*/
	border-top: 3px solid #2D3540;
	border-bottom: 5px solid #5E7024;
}
.part-2 .left
{
	min-height: 490px;
	background-image:url(../images/1.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center;
	position: relative;
	background-attachment: fixed;
}
.part-2 .left .button
{
	text-align: center;
	/*display: table-cell;*/
	vertical-align: middle;
}
.part-2 .right
{
	padding-top: 30px;
}
.part-2 .right .row
{
	margin-bottom: 10px;
}
.part-2 .right .fa
{
	color: #5E7024;
	text-align: center;
}
.part-2 .right .head
{
	color: #5E7024;
	font-weight: bold;
	font-size: 18px;
}

@media (max-width: 992px) {
	.part-2 .right
{
	/*min-height: 700px;*/
	line-height: 1.3;
}	
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
	.part-2 .left
{
	min-height: 500px;
}	
}

.service
{
	/*background-color: #F4F4F4;*/
	padding-top: 0px;
	padding-bottom: 40px;
	min-height: 300px;
	text-align: center;
	border-bottom: 5px solid #5E7024;
}
.service .box
{	
	text-align: center;
	margin-bottom: 20px;
}
.service .box img
{
	display: inline-block;
	justify-content: center;
	width: 220px;
	height: 220px;
}
.service .box .title
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 0.5;
}
.service .box .title a
{
	color: #5E7024;
	text-decoration: none;
}
.part-3
{
	background-color: #1E1F23;
	min-height: 200px;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.part-3 .title
{
	font-weight: bold;
	font-size: 20px;
	color: #f2b42e;
}
.part-3 .main-title
{
	font-weight: bold;
	font-size: 25px;
	color: #fff;
}
.part-3 .ico
{
	margin-top: 20px;
	margin-bottom: 0;
}
.part-3 .ico .fa
{
	color: #f2b42e;
}
.part-3 .ico .head
{
	font-weight: bold;
}
.part-3 input[type=text],
.part-3 input[type=email]
{
	background-color: #333;
	border-radius: 0;
	height: 50px;
	color: #fff;
}
.part-3 textarea
{
	height: 150px;
	background-color: #333;
	border-radius: 0;
	color: #fff;
}
.part-3 input[type=submit]
{
	border-radius: 0;
	float: right;
}

/*Gallery*/
/* Gallery */
#gallery {
    background-color: #fff;
    padding-top: 0;
}
#gallery h2
{
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
}
.gallery {
    background-color: #F7F7F7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gallery .row {
    margin-bottom: 12px;
}

@media (max-width:767px) {
    .gallery .container {
        margin: 0;
        padding: 0;
    }

    .gallery .row {
        margin: 0;
        padding: 0;
    }

    .gallery .row .col-xs-6 {
        margin: 0;
        padding: 0
    }

}

.gallery h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #2D3540;
}

.gallery .image {
    height: 180px;
}

.gallery .pic {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*Top Banner*/
.top-banner {
    background-image: url('../images/header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    max-width: 100%;
    min-height: 170px;
    padding-top: 33px;
    color: #fff;
    text-align: center;
}
.product .ul
{
	padding-left: 50px;
}
.product .line
{
	margin-bottom: 13px;
	border-bottom: 1px solid #eee;
}
.product .line .img-thumbnail
{
	margin-bottom: 13px;
}
.top-banner h3 {
    font-weight: bold;
}

.top-banner a {
    text-decoration: none;
    color: #fff;
}

.top-banner span {
    margin-left: 5px;
    margin-right: 5px;
}

.list-group
{

}
.list-group .list-group-item
{
	font-size: 15px;
	font-weight: bold;
	color: #a36324;
}
.list-group .list-group-item:hover
{
	color: #fff;
	background-color: #a36324;
}
.list-group .act
{
	color: #fff;
	background-color: #a36324;
}
.list-group .list-group-item img
{
	width: 40px;
	padding-right: 5px;
}
/*Copyright*/
.copyright {
	border-top: 1px solid #aaa;
    min-height: 50px;
    background-color: #1b2225;
    padding-top: 8px;
}

.copyright p {
    text-align: left;
    color: #FFF;
    padding: 10px 0;
    margin-bottom: 0px;
    text-align: center;
}

.copyright p a {
    font-weight: bold;
    color: #0fa5c7;
}