@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@400;700&display=swap');
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, 'Battambang', "sans-serif";
}
.mgr-bottom-10{
	margin-bottom:10px;
}
.mgr-bottom-20{
	margin-bottom:20px;
}
.mgr-top-10{
	margin-top:10px;
}
.mgr-top-20{
	margin-top:20px;
}
.mgr-top-30{
	margin-top:30px;
}
.mgr-top-40{
	margin-top:40px;
}
.contact-form label{
	padding: 10px 0px 0px 0px;
}
.clear{
	clear:both;
}
/* ================ header ================ */
.slideshow_wrapper{
	width: 100%;
	height: auto;
	position: relative;
}
.header_wrapper{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.header_top{
	width: 100%;
	height: auto;
	background: #3B824C;
	border:none;
	outline:none;
}
.tel_top{
	padding-top: 8px;
	padding-bottom: 8px;
}
.tel_top ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tel_top ul li{
	float: left;
	margin-right: 25px;
}
.tel_top ul li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.tel_top ul li a i{
	margin-right: 5px;
}
.social{
	float: right;
	padding-top: 6px;
	padding-bottom: 6px;
}
.social ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.social ul li{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.social ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
}
.lang{
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 30px;
	position: relative;
}
.lang span{
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.lang-sub{
	display: none;
	width: 120px;
	height: auto;
	background: #3C4643;
	position:absolute;
	top: 36px;
	right: 0px;
	z-index: 9999;
	text-align:left;
	border: 6px solid #3C4643;
}
.lang-sub ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.lang-sub ul li{
	border-bottom:1px solid #393939;
	padding: 2px 10px;
}
.lang-sub ul li:hover{
	background:#808080;
}
.lang-sub ul li a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
	display:block;
}
.header{
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.8);
}
.header_shadow{
	-moz-box-shadow: 0 0 8px #999;
 	-webkit-box-shadow: 0 0 8px #999;
 	box-shadow: 0 0 8px #999;
}
.logo_cus{padding-top:5px;padding-bottom:5px;}
.logo_cus a img{
	width: 166px;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.nav-wrapper{
	margin-top: 15px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
/* ======== Search ======== */
.search_widget{
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 15px;
	padding-right: 15px;
}
.search_widget_verticle{
	width: 100%;
	height: auto;
	background: #3B824C;
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 4px;
	border-bottom: 4px solid #ccc;
}
.search_widget_verticle h2{
	text-align: center;
	font-size: 20px !important;
	text-transform: uppercase;
	color: #3C4643 !important;
	padding-bottom: 0px;
	margin: 0px;
}
.form-control{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.slt{background:url(images/bg-select.png) #fff right no-repeat;}
.search-form{
	padding-top: 20px;
	padding-bottom: 10px;
}
.btn-search{
	background: #3B824C;
	color: #fff;
	border: none;
	border-radius: 0px;
}
.btn-search:hover{
	background: #3c4643;
}
.input-group i{
	color: #3c4643;
}
/* ======== recent properties ========= */
.recent_property{
	width: 100%;
	height: auto;
	background: #f2f2f2;
	padding: 30px 0px;
	position: relative;
}
.recent_property h2{
	font-size: 30px;
	color: #3C4643;
	text-align: center;
	margin-bottom: 40px;
}
.pro_cus{
	margin-left: 4px;
	margin-right: 4px;
}
.pro_box{
	background: #fff;
	min-height: 460px;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.pro_box:hover img{
	opacity: 0.8;
}
.pro_img{
	position: relative;
}
.pro_type{
	position: absolute;
	top: 10px;
	left: 0px;
	background: #3B824C;
	padding: 4px 15px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pro_type span{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.pro_desc{
	padding: 0px 15px 15px 15px;
}
.pro_desc h3{
	line-height: 18px;
}
.pro_desc h3 a{
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #3C4643;
}
.pro_desc i{
	color: #3B824C;
}
.pro_bed{
	width: 50%;
	float: left;
}
.pro_size{
	width: 50%;
	float: left;
}
.pro_price{}
.pro_loc{}
.pro_button{
	position: absolute;
	width: 100%;
	bottom: 25px;
	left: 0;
	text-align: center;
}
.pro_button a{
	color: #fff;
	text-decoration: none;
	background: #3c4643;
	padding: 9px 25px;
	border-radius: 2px;
}
.pro_button a:hover{
	background: #3B824C;
}
.pro_status{
	margin-bottom: 10px;
}
.green-box{
	width: 100px;
	text-align: center;
	background: #3B824C;
	color: #fff !important;
	font-size: 14px;
	padding: 2px 10px;
}
.green-box i{
	color: #fff;
}
.red-box{
	width: 100px;
	text-align: center;
	background: #3B824C;
	color: #fff !important;
  border-radius:6px;
	font-size: 16px;
	padding: 2px 10px;
}
.red-box i{
	color: #fff;
}
.next-cus{
	position:absolute;
	right: 30px;
	top: 290px;
	font-size:30px;
	color:#fff;
	cursor:pointer;
	padding-left:16px;
	padding-right:14px;
	padding-bottom:16px;
	padding-top: 14px;
	line-height:0px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background:#cccccc;
	border-radius: 6px;
	border-top: 2px solid #c2c2c2;
	border-bottom: 2px solid #c2c2c2;
}
.next-cus:hover, .prev-cus:hover{
	color:#3C4643;
}
.prev-cus{
	position:absolute;
	left: 30px;
	top: 320px;
	font-size: 30px;
	color:#fff;
	cursor:pointer;
	padding-left:14px;
	padding-right:16px;
	padding-bottom:16px;
	padding-top: 14px;
	line-height:0px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background:#cccccc;
	border-radius: 6px;
	border-top: 2px solid #c2c2c2;
	border-bottom: 2px solid #c2c2c2;
}
.content_wrapper {
	line-height:28px;
}
.content_wrapper h1{
	font-size:24px;
  	font-weight:bold;
}
.content_wrapper h1 span{
	font-size:20px;
	color: #3C4643;
}
.content_wrapper p{
	line-height:28px;
}
.owl-controls{
	margin-top: 30px;
}
/* customer reviews */

.site-review{
    width: 100%;
    height: auto;
    padding: 30px 0px;
}
.site-review h2{
    font-size: 30px;
    color: #3C4643;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
}
.site-review h4{
    margin-top: 0px;
    text-align: center;
    color: #3B824C;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.line-sep{
    width: 40px;
    height: 4px;
    background: #3B824C;
    margin: 0 auto;
    margin-bottom: 20px;
	border-radius: 4px;
}
.line-sep-2{
    width: 40px;
    height: 4px;
    background: #3B824C;
    margin-bottom: 20px;
	border-radius: 4px;
}
.review-box-wrapper{
    padding: 25px 0px;
}
.rev-box{
    margin: 15px 1px;
    min-height: 380px;
}
.rev-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
}
.rev-img img{
    border-radius: 50%;
}
.rev-icon-quote{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}
.rev-icon-quote i{
    font-size: 20px;
    color: #3B824C;
    line-height: 42px;
}
.rev-desc{
    border-left: 1px solid #e6e6e6;
    position: relative;
    margin-top: 30px;
    padding-left: 20px;
    max-width: 290px;
}
.rev-desc p{
    font-size: 14px;
    color: #3C4643;
    line-height: 24px;
}
.rev-desc:after{
    position: absolute;
    top: 50%;
    left: -2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 3px;
    height: 30px;
    background: #3B824C;
}
.rev-title{
    margin-top: 30px;
}
.rev-title h3{
    font-size: 16px;
    color: #000;
}
.rev-title p{
    font-size: 14px;
    color: #3C4643;
}
/* ========= proerty detail ====== */
.box_property{
	width: 100%;
	min-height: 350px;
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
	padding: 10px 25px;
	background: #3B824C;
}
.price{
	margin-top: 10px;
	margin-bottom: 40px;
}
.price p{
	color: #fff !important;
	font-size: 18px;
	font-weight: bold;
}
.price p span{
	text-decoration: line-through;
	font-size: 28px !important;
}
.price .pricebig{
	font-size: 40px !important;
	font-weight: bold;
	text-shadow: 2px 2px 2px #060606;
	padding-top: 10px !important;
}
.box_property h2{
	color: #fff !important;
	font-size: 16px !important;
	text-transform: none !important;
	line-height: 26px;
}
.box_property p{
	color: #fff !important;
}
.box_property i{
	width: 22px;
}
.property_detail h1{
	color: #3C4643 !important;
	font-size: 20px !important;
	text-transform: none !important;
	line-height: 34px;
}
.property_detail h1 i{
	width: 30px;
}
.property_detail ul{
	list-style-image: url("images/icon-tick-2.png");
	padding-left: 20px;
}
.property_map{
	margin-top: 20px;
}
.property_map h2{
	color: #3C4643 !important;
	text-transform: none !important;
}
.property_map i{
	width: 30px;
}
.request_button{
	margin-top: 30px;
	margin-bottom: 20px;
}
.h1_custom{
	font-size: 26px !important;
	text-align: center !important;
	color: #fff !important;
	margin: 0px !important;
	padding: 15px 10px !important;
	border-radius: 6px;
	background: #3B824C;
}
.h2_custom{
	width: 100%;
	background: #ffff;
	border-bottom: 4px solid #ddd;
	border-top: 4px solid #3B824C;
	color: #3C4643 !important;
	border-radius: 4px 4px 0px 0px;
	padding: 10px 20px !important;
	font-size: 25px;
	text-transform: capitalize;
}
.box_product{
	margin-bottom: 20px;
}
.box_product:hover img{
	opacity: 0.9;
}
.box_product h3{
	background: #eeeeee;
	border-bottom: 4px solid #ddd;
	border-radius: 0px 0px 4px 4px;
	text-align: center;
	margin: 0px;
	padding: 10px 15px;
	text-transform: none !important;
}
.box_product h3 a{
	color: #3C4643;
	text-decoration: none;
	font-size: 16px;
	display: block;
}
.box_product h3 a:hover{
	color: #3B824C;
}
.availablestatus{
	text-align: center;
}
.availablestatus p{
	font-size: 18px;
	color: #3C4643;
}
.availablestatus span{
	color: #3B824C;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
}
.availablestatus .unavailable{
	color: #ED940E !important;
}
/* =========== services ==================== */
.ser_box{
	margin-top: 10px;
	margin-bottom: 10px;
}
.ser_box:hover img{
	opacity: 0.8;
}
.ser_title{
	background: #ccc;
	padding: 20px 15px;
	text-align: center;
}
.ser_title h3{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.ser_title h3 a{
	color: #000;
	font-size: 22px;
	text-decoration: none;
}
/* =========== news ============== */
.news_box{
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ccc;
	min-height: 510px;
}
.news_desc{
	padding: 10px 15px;
}
.news_desc h3{
	line-height: 22px;
}
.news_desc h3 a{
	font-size: 20px;
	text-decoration: none;
	color: #3C4643;
}
.news_desc p{
	font-size: 14px;
	line-height: 22px;
	color: #3C4643;
}
.news_button{
	padding-top: 8px;
	padding-bottom: 10px;
}
/* =========== what are you looking for =============== */
.panel_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 20px 0px 50px 0px;
}
.panel_wrapper h2{
	font-size: 30px;
	color: #3C4643;
	text-align: center;
	margin-bottom: 40px;
}
.panel_box{
	border: 1px solid #f2f2f2;
  	background:#ffffff;
  	border-radius:4px;
	text-align: center;
	padding: 30px 15px;
	min-height: 266px;
box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.panel_box h3 a{
	font-size: 20px;
	color: #000;
  text-decoration:none;
}
.panel_box h3 a:hover{
	color:#3B824C;
}
.panel_box:hover{
	background: #f1f2f3;
}
.panel_icon{
	width: 50px;
	margin: 0 auto;
}
.panel_icon img{
	width: 50px;
}
/* ========= content =========== */
.content_wrapper{
	width: 100%;
	height: auto;
	background: #f2f2f2;
	padding: 40px 0px;
  line-height:25px;
}
.content{}
.content h1{
	font-size: 25px;
	color: #3C4643;
	text-align: center;
	margin-bottom: 25px;
}
.content h2{
	font-size: 24px;
	color: #3C4643;
}
.content h3{
	font-size: 25px;
	color: #3C4643;
}
.content p{
	font-size: 14px;
	line-height: 28px;
	color: #3C4643;
}
.content ul{
	list-style-image: url("images/icon-tick-2.png");
	padding-left: 20px;
}
.content ul li{
	font-size: 14px;
	color: #3C4643;
}
/* =========== destination ============ */
.des_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 30px 0px;
}
.des_wrapper h2{
	font-size: 30px;
	color: #3C4643;
	text-align: center;
	margin-bottom: 25px;
}
.des_box{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.des_box img{
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.des_box:hover img{
	opacity: 0.3;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.des_title{
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.des_title h3{
	margin: 0px;
	padding: 0px;
}
.des_title h3 a{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.des_title span{
	color: #000;
}
.des_box:hover .des_title{
	opacity: 1;
}
.des_button{
	position: absolute;
	bottom: 22px;
	left: 0px;
	text-align: center;
	width: 100%;
	height: auto;
}
.des_button a{
	color: #fff;
	background: #3B824C;
	text-decoration: none;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
  	border-radius:6px;
}
.des_button a:hover{
	background: #3c4643;
}
.view_all{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
.view_all a{
	background: #3B824C;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 50px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.view_all a:hover{
	background: #3c4643;
}
/* ======== partner ============ */
.partner_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
	border-top: 1px solid #ccc;
	padding: 20px 0px;
}
.partner_wrapper h2{
	font-size: 24px;
	color: #3C4643;
	text-align: center;
	margin-bottom: 25px;
}
/* ======== Footer ======== */
.footer_wrapper{
	width: 100%;
	height: auto;
	background: #3B824C;
  	border-top:4px solid #3B824C;
  	color:#3C4643;
	padding-top: 20px;
}
.footer_wrapper h2{
	color: #ffff;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 20px;
}
.footer_wrapper p{
	color: #ffff;
	font-size: 15px;
	line-height: 22px;
}
.quick-links ul{
	list-style:none;
  	margin:0px;
  	padding: 0px;
}
.quick-links ul li {
	padding-top:4px;
  	padding-bottom:4px;
}
.quick-links ul li a{
	color:#ffff;
  	text-decoration:none;
}
.quick-links ul li a:hover{
	color: #3B824C;
}
.social_footer{
	margin-top: 20px;
}
.social_footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.social_footer ul li{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.social_footer ul li a{
	color: #ffff;
	font-size: 24px;
}
.social_footer ul li a:hover{
	opacity: 0.7;
}
.copyright{
	margin-top: 20px;
	border-top: 1px solid #ffff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.copyright p{
	color: #ffff;
	font-size: 12px;
	margin: 0px;
}
.copyright a{
	color: #ffff;
}
/* ===== team ===== */
.t-box{
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
  border-radius:10px;
	padding: 10px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.2);
}
.t-box h3{
	font-size: 20px;
	color: #3B824C;
	margin-top: 5px;
}
.t-box h4{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.t-box p{
	font-size: 14px;
	color: #3C4643;
	line-height: 22px;
}
.t-phone{}
.t-phone i{
	color: #000;
	font-size: 20px;
}

.btnblack{
	border-radius:6px;
	background: #fff;
	display:inline-block;
	cursor:pointer !important;
	color:#3C4643 !important;
	font-family:Arial;
	font-size:15px !important;
	font-weight:bold !important;
	padding:6px 24px !important;
	text-decoration:none !important;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.btnblack:hover{
	background: #808080;
	color: #fff !important;
}

.btnred {
	background-color:#3B824C;
	display:inline-block;
	cursor:pointer !important;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px !important;
	font-weight:bold !important;
	padding:6px 24px !important;
	text-decoration:none !important;
	border:none;
	outline:none;
}
.btnred:hover {
	background-color:#3c4643;
}
.btnred:active {
	position:relative;
	top:1px;
}



/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3B824C;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media (max-width:480px) {
	.container{
		width:100%;
	}
	.header_wrapper{
		position: relative;
	}
	.tel_top ul li{
		border-right: 1px solid #fff;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.tel_top ul li:last-child{
		border-right: 0px;
	}
	.tel_top ul li a i{
		margin-right: 5px;
	}
	.lang{
		margin-left: 0px;
	}
	.lang ul li{
		margin-left: 2px;
		margin-right: 2px;
	}
	.nav-wrapper{
		margin-top: 0px;
		background: #3B824C;
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-toggle{
		margin-top: 28px;
		margin-right: 0px;
	}
	.search_widget{
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
	}
	.next-cus{
		position: relative;
		top: 0;
		right: 0;
	}
	.prev-cus{
		position: relative;
		top: 0;
		left: 0;
	}
	.nav-cus{
		text-align: center;
		padding-top: 40px;
	}
	.panel_box{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.container{
		width:100%;
	}
	.header_wrapper{
		position: relative;
	}
  .pro_button{
  	text-align:right;
    padding-right:20px;
  }
	.nav-wrapper{
		margin-top: 0px;
		background: #3B824C;
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-toggle{
		margin-top: 28px;
		margin-right: 0px;
	}
	.next-cus{
		right: 5px;
		top: 210px;
	}
	.prev-cus{
		left: 5px;
		top: 210px;
	}
	.panel_box{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.des_title{
		top: 20px;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.container{
		width:100%;
	}
	.next-cus{
		right: 5px;
		top: 210px;
	}
	.prev-cus{
		left: 5px;
		top: 210px;
	}
	.des_title{
		top: 50px;
	}
}
@media (min-width: 1200px) {
	.container{
		
	}
	.nav-wrapper{
		float: right;
	}
}