html{ font-size:18px;}
@font-face {
    font-family: 'ThaiSansNeue-Black';
    src: url('fonts/ThaiSansNeue-Black.eot');
    src: url('fonts/ThaiSansNeue-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/ThaiSansNeue-Black.woff') format('woff'),
         url('fonts/ThaiSansNeue-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ThaiSansNeue-Regular';
    src: url('fonts/ThaiSansNeue-Regular.eot');
    src: url('fonts/ThaiSansNeue-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ThaiSansNeue-Regular.woff') format('woff'),
         url('fonts/ThaiSansNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'ThaiSansNeue-Regular';
	cursor: default;
	position: relative;
	line-height:normal;
    color: #252525;
	font-size: 1rem;
}

img{ border:0; margin:auto;}
a{ text-decoration:none;}
a:hover{ text-decoration: none;}
.h30{clear:both; width:100%; height:3rem;}
.h20{clear:both; width:100%; height:2rem;}
.h10{clear:both; width:100%; height:1rem;}

a{text-decoration:none;color:inherit;}
a:hover{color:inherit;}
ul{	padding-left: 0;margin-bottom: 0;}

#back-to-top {
    width: 50px;
    height: 25px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 50%;
    text-align: center;
    display: none;
    background-color: #db1f26;
    transform: translate(50%,0);
    padding-top: 0;
    border-radius: 30px 30px 0 0;
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 40px;
	height: 30px;
	position: absolute;
	right: .8rem;
    top: 2.3rem;
	margin:0px 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background: #50a663;
	/*border-radius: 5px;*/
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-top{
    z-index:300;
    width: 100%;
    position: sticky;
    padding: .6rem .5rem;
    background: #ffffff;
    transition: all 0.5s;
    border-bottom: 6px solid #50a663;
   box-shadow: 0 3px 10px 5px rgba(0,0,0,0.2);
}
.slim.headbar-top{background: #FFF;}
.hamburgers-box{
    width: 100%;
    display: flex;
    align-items: center;
}
.navbar-brand {
    width:100%;
    padding: 0;
    text-align: left;
    margin-right: 0;
}
.navbar-brand img {
    width: 130px;
    margin: 0;
}
.navbar-logo-mobile {
    width: 100%;
    padding: 10% 0;
    display: block;
    text-align: center;
    background: #FFF;
}
.navbar-logo-mobile img {
    width: 100px;
}
.navbar-collapse ul li{
	padding: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.navbar-collapse ul li a{
    width: 100%;
	color: #000;
	padding:10px 15px;
    position: relative;
    display: block;
}
.navbar-collapse ul li p{
    margin-bottom: 0;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{
    color: #d42027;
}
.contact-head{
    margin: 1rem auto;
    font-size: 1.2rem;
}
.contact-head p{
    margin: 0;
    text-transform: uppercase;
}
.contact-head  a{
    display: block;
}
.contact-head  a:hover {color: #fae419;}
.social-head a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 3px;
    display: inline-block;
    background: #ebebeb;
}
.social-head img{width: 100%;transition: all 0.5s; vertical-align:baseline;}
.social-head a:hover img{filter: brightness(0) invert(1);}
.social-head a.fb-bt:hover{background: #3b5999;}
.social-head a.ig-bt:hover{
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
.social-head a.yt-bt:hover{background: #e41a1a;}
.social-head a.ln-bt:hover{background: #19b412;}



.btn-language {
    position: absolute;
    right: .8rem;
    top: 0;
    background: #ffffff;
    padding: 0px 5px 3px;
    line-height: 1;
    border: 1px solid #50a663;
    border-radius: 5px;
    font-size: 1.5rem;
}
.btn-language .btn-secondary {
    color: #50a663 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
.btn-language .btn {
    vertical-align: middle;
    border: none;
    padding: 0;
    line-height: normal;
    line-height: 1;
    font-size: 1.5rem;
    box-shadow: none !important;
}
.btn-language  .dropdown-menu {
    left: auto;
    right: 0;
    min-width: auto;
    font-size: 1.2rem;
    background-color: #50a663;
    border: none;
    border-radius: 0;
    padding: 0;
}
.btn-language .dropdown-item{color: #FFF; padding: .6rem 1.5rem;}
.dropdown-item.active, .dropdown-item:active { background: none; color: #FFF;}
.dropdown-item:hover{background: #FFF; color: #50a663;}
.btn-language .btn:hover, .btn-language .btn:focus{ outline: none !important;}
.btn-language .fa-globe{color: #1a2384; vertical-align: middle;}

.btn-language .dropdown-toggle::after {
    vertical-align: middle;
    border-top: 0.3em solid #1a2384;
    display: none;
}






/*///////////////////////////////////////////////////////////////////*/

.dropdown-main{
	position:relative
}
.dropdown-main .dropdown-menu{
	width:250px;
	border-radius:0;
	background:none;
	padding:11px 0 0 0;
	border:none;
	word-wrap:break-word;
	white-space: normal;
	margin-top:0px;
}
.dropdown-main .dropdown-menu li{
	width:100%;
	text-align:left;
	padding:6px 10px 6px 10px !important;
	word-wrap:break-word; 
	white-space: normal;
	background:#50a663;
}
.dropdown-main .dropdown-menu li a{
	display:block;
	width:100% !important;
	color:#FFF !important;
	background:none;
	padding:0;
	margin:0;
	font-size:25px;
	word-wrap:break-word;
	text-transform:uppercase;
	white-space: normal;
	border-radius: 0;
}
.dropdown-main .dropdown-menu li:hover{
	background:#000000;
}
.dropdown-main .dropdown-menu li:hover a{
	background:none;
}
.dropdown-main .dropdown-toggle::after{
	display:none;
}
.dropdown-main:hover .dropdown-menu{
	display:block;
}


.dropdown-submenu{
	width:100% !important;
	padding:0 !important;
	position:relative;	
}

.dropdown-submenu .dropdown-menu{
	display:none !important;
	position:absolute !important;
	top:-11px !important;
	left:100% !important;
	background:none;
}
.dropdown-submenu .dropdown-menu li{
	width:100% !important;
	padding: 6px 0px 6px 15px
}

.dropdown-submenu:hover .dropdown-menu{
	display:block !important;
}



@media (max-width: 767px){
.dropdown-main .dropdown-menu {
	width: 100%;
	word-wrap:break-word;
}
.dropdown-main .dropdown-menu li:hover{
	background:none;
}
.dropdown-main .dropdown-menu li:hover a {
	color:#FFF;
}

.dropdown-main .dropdown-item {
	white-space:normal;
}
.dropdown-main .dropdown-item a {
	word-wrap:break-word;
	color:#FFF;
}


.dropdown-submenu .dropdown-menu{
	display:none !important;
	position: relative !important;
	top:0px !important;
	left:0% !important;
	background:#d42027;
}
.dropdown-submenu .dropdown-menu li{
	padding: 6px 0px 6px 15px !important;
}
}











/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .owl-dots {
    display: block !important;
    position: absolute;
    bottom: .5rem;
    left: 50%;
    z-index: 99;
    transform: translate(-50%,0);
}
#slide-zone .owl-carousel button.owl-dot {
    width: 30px;
    height: 6px;
    margin: 0 4px;
    background: #50a663;
    border-radius: 5px;
}
#slide-zone .owl-carousel button.owl-dot.active {
    background:rgb(221, 31, 38);
}
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
    height: 355px;
    overflow: hidden;
}
#slide-zone .banner-slide img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    right: 0%;
    -ms-transform: translate(12%,-50%);
    -webkit-transform: translate(12%,-50%);
    -moz-transform: translate(12%,-50%);
    -o-transform: translate(12%,-50%);
    transform: translate(12%,-50%);
    max-width: none;
}
#slide-zone .banner-slide.banner-slide2 img{
    right: auto;
    left: 0;
    -ms-transform: translate(-12%,-50%);
    -webkit-transform: translate(-12%,-50%);
    -moz-transform: translate(-12%,-50%);
    -o-transform: translate(-12%,-50%);
    transform: translate(-12%,-50%);
}
#slide-zone .banner-caption{
    position: absolute;
    z-index: 9;
    top: 1rem;
    left: .6rem;
}
#slide-zone .banner-caption h1{
    margin-bottom: 0;
    font-size: 1.5rem;
}
#slide-zone .owl-dots {
    bottom: -2rem;
}
.owl-product .prev-slide{
    background: url( "../images/prev-bt.png") no-repeat scroll 0 0;
    left: 0px;
    background-size: .8rem;
}
.owl-product .next-slide{
    background: url(../images/next-bt.png ) no-repeat scroll 0 0;
    right: 0;
    background-size: .8rem;
}
.owl-product .prev-slide:hover{
     background-position: 0px 0px;
}
.owl-product .next-slide:hover{
    background-position: 0px 0px;
} 

.owl-product .nav-btn {
    height: 27px;
    position: absolute;
    width: 20px;
    cursor: pointer;
    top: 50%;
    transform: translate(0, -50%);
}

.owl-product .owl-nav{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	width: 100%;
	display: block !important;
}
.owl-product .owl-prev.disabled, .owl-product .owl-next.disabled{
	pointer-events: none;
	opacity: 0.2;
}
/*content--//////////////////////////////////////////////////////////////////////////*/
.text-bold{font-family: 'ThaiSansNeue-Black';}
.text-red{color: #da1f26;}
.text-size{font-size: 1.5rem;}
.green-text{color: #395729;}
.content-box1{
    padding: 10% 0 3%;
    background-size: cover !important;
    background: url("../images/bg-1.png") top right no-repeat;
}
.title-about{font-size: 1.8rem; line-height: 1;}
.detail-about{
    margin: 2rem auto;
}
.detail-about p{
    width: 60%;
    margin:2rem 0;
    overflow: hidden;
    padding: 0 15px;
    color: #da1f26;
    transition: all 0.5s;
    border-radius: 20px;
    margin-bottom: 0;
    background: #FFF;
    border: 1px solid #da1f26;
}
.detail-about p:hover{
    color: #FFF;
}
.detail-about p img{transition: all 0.5s; vertical-align: middle;}
.detail-about p:hover img{filter: brightness(0) invert(1);}
.content-box2{
    background: #eeeeee;
    padding: 10% 0;
}
.title-box{font-size: 1.8rem;}
.line-title{width: 20%; height: 4px; border-radius: 6px;border-bottom: 6px solid #da1f26; margin: 1rem auto;}

.icon{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    transition: all 0.5s;
    padding: 10px;
    text-align: center;
   background: #FFF;
    margin: auto;
    overflow: hidden;
}
.icon img{transition: all 0.5s;}
.icon-box:hover .icon{
    background: #da1f26;
}
.icon-box{
    margin: 1rem auto;
}
.icon-box:hover  img{filter: brightness(0) invert(1);}
.icon-box h1{margin:1rem auto;}

.content-box3{
    background: url("../images/bg-2.png") top left no-repeat;
    padding: 10% 0;
    background-attachment: fixed !important;
    background-size: cover !important;
}
.product-box {
    margin: 5px;
    font-size: 1.2rem;
    padding: 1.5rem .5rem;
    text-align: center;
    border-radius: 20px;
    transition: all 0.5s;
}
.product-box:hover{
    background: #FFF;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
}
.product-box p{
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    color: #da1f26;
    transition: all 0.5s;
    border-radius: 20px;
    margin-bottom: 0;
    background: #FFF;
    border: 1px solid #da1f26;
}
.product-box p:hover{
    color: #FFF;
}
.product-box h1 {
    margin: .5rem 0 1rem;
    padding-top: .5rem;
    font-size: 1.2rem;
    height: 110px;
    border-top: 1px solid #cacaca;
}
/*.img-product{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.img-product img{transition: all 0.5s;}

*/
.img-product{
	background:#FFF;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom:90%;	
	transition: all 0.5s;
}
.img-product img{
	display:inline-block;
	transition: all 0.5s;
	width:100%;
	height:auto;
	position:absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	-o-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	
}
.img-product:hover img{
	-ms-transform: translate(-50%,-50%) scale(1.05);
	-webkit-transform: translate(-50%,-50%) scale(1.05);
	-moz-transform: translate(-50%,-50%) scale(1.05);
	-o-transform: translate(-50%,-50%) scale(1.05);
	transform: translate(-50%,-50%) scale(1.05);
}



.product-box-1{
    margin:0 !important;
    padding: 1rem 1rem !important;
}



.content-box4{
    padding: 10% 0;
    background: url("../images/bg-3.png") top center no-repeat;
    background-size: cover !important;
}
/*
.img-news{
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
    transition: all 0.5s;
}
.img-news img{
    width: 100%;
    transition: all 0.5s;
}*/
.img-news{
	background:#CCC;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom:65%;	
	transition: all 0.5s;
}
.img-news img{
	display:inline-block;
	transition: all 0.5s;
	width:100%;
	height:auto;
	position:absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	-o-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	
}
.img-news:hover img{
	-ms-transform: translate(-50%,-50%) scale(1.05);
	-webkit-transform: translate(-50%,-50%) scale(1.05);
	-moz-transform: translate(-50%,-50%) scale(1.05);
	-o-transform: translate(-50%,-50%) scale(1.05);
	transform: translate(-50%,-50%) scale(1.05);
}

.news-box{
    font-size: 1.2rem;
}
/*.news-box:hover img{
    transform: scale(1.08);
}*/
.news-box:hover .img-news{
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
}
.detail-news{
	line-height:1.1;
	padding-left:15px;
}
.detail-news h1{
	line-height:1.1;
    margin:0rem auto;
    font-size: 1.3rem;
    font-weight: 700;
}
.news-box p{
    width: 70%;
    overflow: hidden;
    padding: 0 15px 6px;
    color: #da1f26;
    transition: all 0.5s;
    border-radius: 20px;
    margin: 1rem auto;
    background: #FFF;
    border: 1px solid #da1f26;
}
.news-box p:hover{
    color: #FFF;
}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer{
    background:  url("../images/bg-footer.png") top center no-repeat;
    background-size: cover !important;
    color: #FFF;
    padding: 10% 0;
    font-size: 1.5rem;
}
.footer p{
    margin-bottom: 0;
}
.footer h1{
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.footer ul{list-style: none;}
.footer a:hover{
    color: #fae419;
}
.logofooter {margin-bottom: 1rem;}
.logofooter img{width: auto}
.social-footer{
    text-align: center;
    margin: .5rem auto;
}
.social-footer h1{
    margin-bottom: 1rem;
    font-size: 2.3rem;
    text-transform: uppercase;
}
.social-footer a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    display: inline-block;
    background: #ebebeb;
}
.social-footer img{width: 100%;transition: all 0.5s; vertical-align: baseline;}
.social-footer a:hover img{filter: brightness(0) invert(1);}
.social-footer a.fb-bt:hover{background: #3b5999;}
.social-footer a.ig-bt:hover{
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
.social-footer a.yt-bt:hover{background: #e41a1a;}
.social-footer a.ln-bt:hover{background: #19b412;}


.contact-footer {
    margin: 1rem auto;
}
.contact-footer table{
    width: 100%;
}
.copyright-box{
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 1rem;
    margin-top:  1rem;
}
@media (max-width: 767px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
		position: fixed;
		width: 250px;
		background: #f7f7f7;
		height: 100% !important;
		max-height: none !important;
		top: 0;
		display: block;
		left: -250px;
		margin: 0 !important;
		z-index: 55;
        overflow-y: scroll;
      /*box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.35);*/
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-top, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-top.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .title-about {
        font-size: 1.7rem;
    }
    #slide-zone .banner-caption h1 {
        font-size: 1.8rem;
    }
    #slide-zone .banner-caption {
        right: 3rem;
        font-size: 1.2rem;
    }
}

/*-----Page List-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.pagelist li{
	display:inline-block;
	list-style:none;
	background:#50a663;
	margin:0 2px;
}
.pagelist li a svg{
	font-size:20px;	
	padding-top:6px;
}
.pagelist li a i{
	font-size:20px;	
	padding-top:6px;
}
.pagelist li a{
	display:block;
	color:#FFF;
	padding:1px 12px 5px;
	font-size:25px;	
}
.pagelist li a.active{
	color:#FFF;
	background:#000;
	font-weight:700;
}
.pagelist li:hover{
	background:#000;
}
.pagelist li:hover a{
	color:#FFF;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.tagline-aboutpage{
	width:85%;
    position: relative;
    font-size: 25px;
	margin:8% auto 5%;
}
.tagline-aboutpage img{
    margin: 0;
    width: 1.5em;
    position: absolute;
	/*filter: grayscale(100%);*/
}
.tagline-aboutpage .qua-left{
    transform: rotateY(180deg);
    left: 0;
}
.tagline-aboutpage .qua-right{
    right: 0;
    bottom: 0;
}
.tagline-aboutpage h1{
    margin-bottom: 0;
    font-size: 45px;
	color:#da1f26;
	font-weight:bold;
}

.content-box5{
	background: url("../images/bg-2.png") top left no-repeat;
	padding: 15% 0 5%;
	background-attachment: fixed !important;
	background-size: cover !important;
	
	font-size:25px;
}

.cursor-pointer{
	cursor:pointer;
}

/*-----About Us-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.about-text{
	font-size:28px;
}



.category-box{
	margin:20px 0;
	text-align:center;
}
.category-box li{
	margin:0px;
	padding:0;
	display:inline-block;
	font-weight:bold;
	color:#767676;
	transition: all 0.5s;
	position:relative;
	top:0px;
	line-height:1;
}
.category-box li::after{
	content:"|";
	width:2px;
	text-align:center;
	padding:0 15px 0 15px;
	color:#767676;
}

.category-box li:last-child::after{
	display:none;
}
.category-box li:hover{
	color:#da1f26;
}
.category-box li.color-green{
	color:#50a663;
}


.catep-detail{
	text-align:center;
	font-size:28px;
	margin:30px 0;
}



/*--contactpage-box--///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.otherpage-box.contactpage-box{
    padding-bottom: 0;
}
.sendus-box h1{
    color: #000;
    font-size: 33px;
    margin-bottom: 2rem;
}
.map{
    width: 100%;
    height: 250px;
}
.detail-input{
    margin: .5rem auto;
}
.form-contact{
    width: 100%;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid rgb(198, 198, 198);
}
.sendus-box{
    margin: 0 auto 2rem;
}
.fa-sync-alt{
    color: #1e276d;
}
.send-bt-submit{
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    background: #50a663;
    border: 1px solid #50a663;
    transition: all 0.5s;
    margin: 2rem auto 0;
}
.send-bt-submit:hover{
    background: #FFF;
    color: #50a663;
}
.contact-pagebox a:hover{
  	color: #da1f26;
}
.contact-pagebox table{
    width: 100%;
}
.contact-pagebox  td.address-contact{
    padding-bottom: 20px;
}
.contact-pagebox h1{
    margin-bottom: 0;
    font-size: 35px;
}
.contact-pagebox{
    font-size: 28px;
    margin: 0 auto 2rem;
}











/*-----News-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.download-bt-pdf{
    padding: 7px 25px;
    border: 1px solid #50a663;
    background: #50a663;
    color: #FFF;
    border-radius: 24px;
    transition: all 0.5s;
    overflow: hidden;
    margin-bottom: 1rem;
    float: right;
}
.download-bt-pdf:hover{
    color: #50a663;
}
.box-imgitem {
    height: 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-imgitem  img{
    z-index:5;
    position:relative;
}
img.bgitem-img-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  /*  -webkit-filter: blur(6px);
    filter: blur(6px);*/
    z-index: 1;
}
.caroufredsel_wrapper{
    /*	text-align:center !important;*/
    width:100% !important;
}

#thumbs {
    width:inherit !important;
    display:         flex;
    flex-wrap:       wrap;
    justify-content: center;
}

#thumbs a {
    padding: 0  ;
    margin:auto 1px  ;
    float:inherit !important;
    display:inline-block;
    height:50px !important;
}

#thumbs a img{
	height:auto;
	max-height: inherit;
}
.view-pagebox.view-category{
    margin-bottom: 0;
}


.view-youtube-ourwork{
    width: 100%;
    overflow: hidden;
    min-height: 350px;
    border-radius: 10px;
}
.view-youtube-ourwork iframe{
    width: 100%;
    min-height: 350px;
    border-radius: 10px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

