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

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}
ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}
#back-to-top {
    width: 30px;
    height: 150px;
    position: fixed;
    z-index: 9999;
    bottom: 20%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#e7e7e7;
    font-size:20px;
    opacity: .5;
    border-radius: 5px 0 0 5px;
    transform: translate(0,-50%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #a7a7a7;
    position: absolute;
    width: 120px;
    transform: rotate(-90deg);
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 30px;
	position: absolute;
    top: 40%;
    right: 5%;
	margin:0px 0;
	-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: #017706;
    border-radius: 4px;
	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;
    width: 75%;
}
#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%;
}
#nav-icon3.open span:nth-child(2),#nav-icon3.open span:nth-child(3) {
    width: 100%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    position: sticky;
    padding:.5rem 0;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 4px 16px 0px rgba(33, 39, 40, 0.13);
}
.slim.headbar-main{background-color: rgba(255, 255, 255, 1);}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    padding: 0 0 0 15px;
    text-align: left;
    margin: 0;
}
.navbar-brand img{
    width: 92px;
    margin: 0;
    transition: all 0.5s;
}
.slim .navbar-brand img{width: 80px;}
.navbar-brand.d-lg-none{width: 100%;text-align: center;}
.navbar-brand.d-lg-none img{width: 150px;}
.navbar-collapse ul li{
	padding: 0;
    text-align: center;
    transition: all 0.5s;
}
.navbar-collapse ul li a {
    width: auto;
    margin: auto;
    padding:10px 15px ;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #242424;
}
.navbar-collapse ul li p{
    margin-bottom: 0;
    margin-left: 15px;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{ color: #017706;}
.navbar-collapse ul li.active, .navbar-collapse ul li:hover{background: none;}
.navbar-collapse ul li img{
    width: 50px;
    transition: all 0.5s;
}


.social-header{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5% 0;
    background: #242424 ;
    color: #FFF;
}
.social-header h1{
    font-size: 1.3rem;
    margin-bottom: 0;
    font-family: 'Prompt-Bold';
    text-transform: uppercase;
}
.social-header img{
    transition: all 0.5s;
}
.social-header p{margin:15px 0;}
.social-header img:hover{transform: scale(.95);}

/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone{ 
    width: 100%;
    background: url( "../images/bg-slide.png") center right no-repeat #FFF;
    background-size: 100% !important;
}
.owl-carousel .owl-dots{
	display: block !important;
	position: absolute;
    bottom:0%;
    left: 0;
    right: auto;
    z-index: 555;
    width: 100%;
    text-align: left;
    padding-left: 3rem;
    padding-right: 1rem;
}
.owl-carousel button.owl-dot {
    width: 50px;
    height: 5px;
    margin: 0 5px;
    border-radius: 0;
    background-color: #a7a7a7;
    border:none;
}
.owl-carousel button.owl-dot.active{
    background-color: #005826;
}

/*content--//////////////////////////////////////////////////////////////////////////*/
.content-aboutus{padding: 10% 0;}
.content-service{
    padding: 10% 0;
    background: url("../images/bg-content.jpg") right bottom no-repeat;
    background-size: 100%;
}
.title-about{
    padding: 15% 0;
    background: url("../images/bg-A.jpg") center center no-repeat;
    background-size: 100%;
}
.title-about h1{
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Prompt-Bold';
}
.title-about p{
    letter-spacing: 7px;
    font-size: 20px;
    margin-bottom: 0;
}
.readmore-ab{
    display: block;
    padding: 12px 0;
    text-align: center;
    width: 200px;
    background: #005826;
    color: #FFF;
    margin: 15px 0;
    transition: all 0.5s;
    border: 1px solid #005826;
}
.readmore-ab:hover{
    background: #FFF;
    color: #005826;
    transform: scale(.93);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.icon-box{
    text-align: center;
    margin-bottom: 2rem;
}
.icon-box img{
    max-width: 100%;
    transition: all 0.5s;
}
.icon-box:hover img{transform: scale(.93);}
.icon-box p{margin: 15px 0;}

.title-box{margin-bottom: 2rem;}
.title-box h1{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Prompt-Bold';
}
.title-box p{
    letter-spacing: 7px;
    font-size: 20px;
    margin-bottom: 0;
}

.content-category{
    padding: 10% 0 15%;
    background: #f0f0f0;
    position: relative;
    z-index: 1;
    top: -1px;
}
.category-product{
    position: relative;
    overflow: hidden;
}
.category-product img{
    width: 100%;
    transition: all 0.5s;
}

.category-product .img-box{
    max-height: 405px;
}

.name-product{
    position: absolute;
    padding: 12px 5px;
    background: #FFF;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 80%;
    transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(1rem * 1.2 * 4);
}
.category-product:hover img{transform: scale(1.05);}
.name-product:hover{
    background: #005826;
    color: #FFF;
}
.owl-products .owl-dots{
	display: block !important;
	position: absolute;
    bottom:-10%;
    right: 0;
    z-index: 555;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 1rem;
}
.owl-products button.owl-dot {
    width: 60px;
    height: 4px;
    margin: 0;
    border-radius: 0;
    background-color: #a7a7a7;
    border:none;
}
.owl-products button.owl-dot.active{
    background-color: #005826;
}
/*///////////////////////////////////////////////////////////////////////////loading///////////////////////////////////////////////////////////////////////////*/
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
.box-loading #progress{
/*  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;*/
}
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    color: #a4a4a4; 
    padding:10% 0;
    background: #242424 ;
    background-size: cover;
}
.footer a:hover{ color: #FFF;}
.footer p{margin-bottom: 0;}
.footer table{width: 100%;}
.footer img{max-width: 100%;}
.footer h1{
    color: #FFF;
    font-size: 1.3rem;
    margin-bottom:15px;
    text-transform: uppercase;
    font-family: 'Prompt-Medium';
}
.footer table td{
    padding: 5px 3px;
    vertical-align: top;
}
.footer table td:first-child {
    white-space: nowrap;
}
.contact-footer{margin: 1rem auto;}
.copyright-box{
    color: #FFF;
    text-align: center;
    padding: 20px 0 ;
    background: #111111;
}
.copyright-box a:hover{color: #00743e;}

.social-footer{
    text-align: center;
}
.social-footer img{
    transition: all 0.5s;
    width: auto;
}
.social-footer img:hover{transform: scale(.9);border-color: #FFF;}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 920px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
        position: fixed;
        width: 100%;
        background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
	}
	.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-main, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-main.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}
/*---otherpage-fullcontent--/////////////////////////////////////////////////////////////////////////////////////*/
.otherpage-fullcontent .headbar-main{position: sticky;}
.content-otherpage{
    padding: 10% 0;
    background: url("../images/bg-content.jpg") right top no-repeat #f0f0f0;
    background-size: 100% !important;
}
.aboutus-box h1{
    font-size: 24px;
    margin-bottom: .5rem;
    font-family: 'Prompt-Medium';
}
.aboutus-box span{color: #06ae12;font-style: italic;}
.content-otherpage .title-about{
    background: none;
    padding: 0;
    margin-bottom: 1rem;
}
.img-about {
    width: 100%;
    overflow: hidden;
    border-radius:15px;
    padding: .3rem;
    background: #FFF;
    box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}
.img-about img{
    border-radius:20px;
    width: 100%;
}



.category-product.product-page{box-shadow: 0 0 8px rgba(0,0,0,.3);margin-bottom: 2rem; }
.category-product.product-page .img-box{height: 180px;}
.img-box{
    width: 100%;
    overflow: hidden;
}
.img-box img{
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-box:hover img{transform: scale(1.05);}
.category-product.product-page{box-shadow: none;}
.category-product.product-page .name-product{
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    
    height: auto;
    -webkit-line-clamp:auto;
     padding: 10px 15px; 
    margin-top: .5rem;

}
.category-product.product-page .name-product div{
    font-size: 0.89rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: calc(0.89rem * 1.2 * 2);
}
.slide-productview .owl-carousel{display: block;}
.slide-productview  .item{
	background:#CCC;
	text-align:center;
}
#big{
	height:270px;
	overflow:hidden;
	margin-bottom:20px;
} 
#big .item{	height:270px;}
#big .item iframe{width: 100%;height: 100%;}
#big .item img{width: 100%;height: 100%;object-fit: cover;}
#thumbs .item{
	height:135px;
	overflow:hidden;
}
#thumbs .item img{
	height:100%;
	object-fit: cover;
}
.slide-productview .owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
}
.slide-productview .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    color: #ce9774;
    background: #FFF;
    padding: 5px !important;
    z-index: 1050;
    font-size: 1.4rem;
}
.slide-productview .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    color: #ce9774;
    background: #FFF;
    padding: 5px  !important;
    z-index: 1050;
    font-size: 1.4rem;
}
.slide-productview .owl-carousel .owl-nav button:focus{box-shadow: none;border: none;outline: none;}

.gallery-boxset .img-box{
	margin-bottom: 2rem;
}
.subtitle-products{
    font-size: 1.2rem;
    font-family: 'Prompt-Medium'; 
    margin-bottom: 0;
}
.viewmore-btn{
    text-align: center;
    display: block;
    color: #535353;
}
.viewmore-btn:hover{text-decoration: underline; color: #000;}


.message-contact{margin-bottom: 2rem;}
.message-contact h1{
    font-size: 1.4rem;
    font-family: 'Prompt-Medium'; 
    margin-bottom: 1rem;
    text-align: center;
}
.mapbox{
    width: 100%;
    height: 315px;
    overflow: hidden;
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form .fa-redo-alt{
    cursor: pointer;
    color: rgb(0 55 42 / 100%);
}
.detail-form span{color: #ec1f27;}
.detail-form p{margin-bottom: 0;}
.form-text{
    padding: 8px 15px;
    background: #FFF;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 5px;
    color: #010000;
}
.form-text::placeholder{color: #010000;}
.sendus-btn{
    width: 230px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid rgb(33 118 139 / 70%);
    color: #FFF;
    background: rgb(33 118 139 / 70%);
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 10px;
}
.sendus-btn:hover{
    transform: scale(.95);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #017706;
    border-color: #017706;
}

.address-box {margin-bottom: 2rem;}
.address-box h1{
    font-size: 1.4rem;
    margin-bottom: .5rem;
    font-family: 'Prompt-Medium';
}
.address-box p{margin-bottom: 0;}
.address-box  a:hover{color: #017706;}
.address-box table{
    width: 100%;
    margin-top: 2rem;
}
.address-box table td{
    vertical-align: top;
    padding: 5px ;
}
.address-box table td:first-child{
    white-space: nowrap;
}


.tab-ourwork ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #017706;
    background: #f5f5f5;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}
.tab-ourwork ul.nav-pills li{
    width: auto;
    margin: auto;
}
.tab-ourwork ul.nav-pills li a{
    padding: 5px 8px;
    text-align: center;
    display: block;
    transition: all 0.5s;
    border-bottom: 5px solid transparent;
}
.tab-ourwork ul.nav-pills li a.active, .tab-ourwork ul.nav-pills li a:hover{border-color: #017706;color: #017706;}
.ourcustomers-list{
    padding: 1rem;
    background: #FFF;
    margin-top: 2rem;
    border-radius: 10px;
    border: 1px solid #017706;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}
.ourcustomers-list h1{
    font-size: 24px;
    margin-bottom: 1rem;
    font-family: 'Prompt-Medium';
}
.ourcustomers-list table{width: 100%;}
.ourcustomers-list table td{padding: 5px;vertical-align: top;}
.ourcustomers-list table td a:hover{color: #017706;}
.ourcustomers-list table td .fa-angle-double-right{transition: all 0.5s;}
.ourcustomers-list table td:hover .fa-angle-double-right{margin-left: 10px;}

.port-box{margin-bottom: 2rem;}
.port-box:hover img{transform: scale(1.05);}
.detail-port{
    text-align: center;
    margin-bottom: 2rem;
}
.vdo-port{
    text-align: center;
    width: 100%;
    height: 280px;
}
.vdo-port iframe{
    width: 100%;
    height: 100%;
}


.full-category .category-product{margin-bottom: 2rem;}

.title-detail ul{
    list-style: none;
}
.title-detail ul li{margin-bottom: 1rem;}
.title-detail ul li span{font-weight: bold;}
.our-gallery h1, .our-gallery .img-box{margin-bottom: 2rem;}

.tabs-detailproduct, .moregallery-box{margin-top: 25px;}
.tabs-detailproduct .nav-tabs a{
    padding: 4px 8px;
    color: #363636;
    background: #f0f0f0;
    border: 1px solid #017706;
    border-bottom: none;
}
.tabs-detailproduct .nav-tabs a.active, .tabs-detailproduct .nav-tabs a:hover{
    color: #FFF;
    background: #017706;
}
.tabs-detailproduct .nav-tabs a:first-child{border-right: none;border-radius: 10px 0 0 0;}
.tabs-detailproduct .nav-tabs a:last-child{border-radius: 0 10px 0 0;}
.tabs-detailproduct .nav-tabs{border-bottom:none; }
.tabs-detailproduct .tab-content{
    background: #f0f0f0;
    padding: 15px ;
    border: 1px solid #017706;
    border-radius: 0 10px 10px 10px;
}
.detail-boxproduct h1{
    font-size: 1rem;
    margin-bottom:5px;
    line-height: 1;
    font-family: 'Prompt-Medium';
}
.detail-boxproduct ul{list-style: none;}
.detail-boxproduct ul li{
    padding: 5px 0;
    color: #6B6B6B;
}
.vdo-presents{
    width: 100%;
    height: 280px;
}
.vdo-presents iframe{
    width: 100%;
    height: 100%;
}
/*********************************************/
.content-products{
    margin: 1rem auto;
}
.cate-prod {
    border: none !important;
    border-bottom: solid 1px #e9e9e9 !important;
}
.product-category .form-control:focus {
    border-color: #D5D5D5;
    box-shadow: 0 0 0  0.01rem rgb(0 123 255 / 1%) !important;
}
/*************************************/ 

#carousel-wrapper .caroufredsel_wrapper{
	margin-bottom:20px !important;
}
#thumbs a{
    height: auto !important;
}
.box-imgitem {
    height: 100px;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1rem auto;
	display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #e8e8e8;
}
.box-imgitem img{
	height: 100%;
	width: 100%;
    transition: all 0.5s;
	flex-grow: 0;
	object-fit: cover;
}
.bt-doc {
	display: inline-block;
	background: #cdcdcd;
	padding: 5px 20px;
	border: solid 1px #dfdfdf;
	/*border-radius: 10px;*/
	transition-duration: 1s;
	font-size:0.8rem;
	margin: 15px ;
}
.bt-doc:hover {
	background: #696969;
	border: solid 1px #494343;
	color: #fff;
}
table {
    max-width: 100%;
	width: inherit;
}
table tr td {
    max-width: 100%;
	width: inherit;
}
table tr td  img{
    max-width: 100%;
	width: auto !important;
	height:auto !important;
}
/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #077f0d ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #077f0d;
}
/************************************************/
/***********************************************/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {
}




