body{
	margin:0;
	padding:0;
	font-family:'Montserrat',sans-serif;
}
ul{
	margin:0;
	padding:0;
	list-style: none;
}
a:hover{
	text-decoration: none;
}
.facebook{
    color:#3b5999;
}
.whatsapp{
    color:#25D366;
}
.viber{
    color:#59267c;
}
header{
	background:#325573;
}
.top-header{
	background:#325573;
	padding:10px 0px;
	border-bottom:1px solid #6F706D;
}
.top-header .contact-info li{
	display: inline-block;
	margin-right:20px;
	font-size:14px;
	color:#fff;
}
.top-header .contact-info li i{
	margin-right:15px;
}
.top-header .search-section{
	width:250px;
	float:right;
	border:1px solid #fff;
}
.top-header .search-section input{
	border:none;
	background:#3c6288;
}
.top-header .search-section input::placeholder{
	color:#fff;
}
.top-header .search-section i{
	position: absolute;
	top:0px;
	right:15px;
	color:#fff;
	border:1px solid #fff;
	padding:10px;
}
.bottom-header{
	padding:10px 0px;
	height:70px;
	box-sizing: border-box;
	width:100%;
	position: absolute;
	background:#325573;
	z-index:999;
}
.bottom-header .logo{
	float:left;
	top:-5px;
	position:relative;
}
.bottom-header .logo img{
    width:270px;
    height:52px;
}
.bottom-header .navigation{
	float:right;
}
.bottom-header .navigation .main-menu{
	display: flex;
	position: relative;
	top:10px;
}
.bottom-header .navigation .main-menu li{
	list-style: none;
}
.bottom-header .navigation .main-menu li a{
	height:30px;
	line-height: 30px;
	font-size:14px;
	padding:0px 18px;
	color:#fff;
	text-decoration:none;
	display: block;
	font-weight: 500;
	font-family:'Montserrat',sans-serif;
}
.bottom-header .navigation ul li a:hover,
.bottom-header .navigation ul li a.active
{
	color:#fff;
	border-bottom:3px solid #fff;
	display: inline;
}
.bottom-header .menu-toggle{
	float: right;
	cursor: pointer;
	display: none;
}
.bottom-header .menu-toggle i{
	color:#fff;
	font-size:24px;
	line-height:40px;
}
.navigation .hover-item .dropdown{
	position: absolute;
	width:40vh;
	top:31px;
	opacity: 0;
	visibility: hidden;
}
.navigation .hover-item:hover .dropdown{
	opacity:1;
	visibility: visible;
}
ul.dropdown{
	background:#325573;
}
.bottom-header .navigation .main-menu li ul li{
	padding:5px 0px;
}
.bottom-header .navigation .main-menu li ul li a{
	color:#fff;
	font-size:12px;
	border-bottom:none;
}
.bottom-header .navigation .main-menu li ul li a:hover{
	color:#fff;
	border-bottom:3px solid #fff;
	display: inline;
}
.bottom-header .inquiry-section{
	background:#325573;
	border:1px solid #fff;
}
.owl-carousel {
    height: 85vh;
}
.slide {
    width: 100%;
    height: 85vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85vh;
}
.slide-1 {
    background-image: url(../images/1.jpg);
}

.slide-2 {
    background-image: url(../images/2.jpg);
}

.slide-3 {
    background-image: url(../images/3.jpg);
}
.slide-4 {
    background-image: url(../images/2.jpg);
}
.slide-5 {
    background-image: url(../images/1.jpg);
}
.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.owl-dots span {
    width: 20px !important;
    height: 20px !important;
}

.owl-dots button {
    border: none !important;
    outline: none !important;
}

.owl-nav button {
    border: none !important;
    outline: none !important;
}
.owl-nav button span{
	display: none;
}
.main-content h2{
	line-height:40px;
	font-size:30px;
	font-weight: 700;
	color:#3f3f41;
	border-right:2px solid #3f3f41;
}
.main-detail{
	background:#f7f8fa;
	margin-bottom:70px;
}
.main-detail .container{
	padding:30px 0px;
}
.main-detail h2{
	line-height: 40px;
	color:#3f3f41;
	font-weight: bold;
	border-right:2px solid #3f3f41;
}
.main-detail hr{
	float:left;
	padding:0;
	margin:0;
	border-bottom:5px solid #8db842;
	width:20%;
}
.main-detail h3{
	font-weight: bold;
}
.main-detail p{
	font-size:16px;
	color:#3f3f41;
	line-height:30px;
}
/* Slider */

.product-section .slick-slide {
    margin: 0px 20px;
}

.product-section .slick-slide img {
    width: 100%;
}

.product-section .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.product-section .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.product-section .slick-list:focus
{
    outline: none;
}
.product-section .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.product-section .slick-slider .slick-track,
.product-section .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.product-section .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.product-section .slick-track:before,
.product-section .slick-track:after
{
    display: table;
    content: '';
}
.product-section .slick-track:after
{
    clear: both;
}
.product-section .slick-loading .slick-track
{
    visibility: hidden;
}

.product-section .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .product-section .slick-slide
{
    float: right;
}
.product-section .slick-slide img
{
    display: block;
}
.product-section .slick-slide.slick-loading img
{
    display: none;
}
.product-section .slick-slide.dragging img
{
    pointer-events: none;
}
.product-section .slick-initialized .slick-slide
{
    display: block;
}
.product-section .slick-loading .slick-slide
{
    visibility: hidden;
}
.product-section .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.product-section .slick-arrow.slick-hidden {
    display: none;
}
.product-detail{
	position: relative;
}
.product-slider{
	width:95%;
	height:350px;
	overflow: hidden;
	object-fit:cover;
}
.product-slider .post{
	width:300px;
	height:250px;
	margin:0px 10px;
	display: inline-block;
	object-fit:cover;
}
.product-slider .post .slider-image{
	width:100%;
	height:200px;
	object-fit:cover;
}
.product-slider .post .slider-image:hover{
	transform: scale(0.9);
	transition: all 0.5s ease-in-out;
}
.product-section .arrow-section{
	position: absolute;
	left:45%;
	top:80%;
}
.product-section .arrow-section i{
	border:1px solid #c39e16;
	font-size:18px;
	padding:10px 15px;
}
.product-detail .slick-dots li{
	display: none;
}
.product-detail .post-title{
	background:#8db842;
}
.product-detail .post-title h3{
	color:#fff;
	font-family: 'Montserrat',sans-serif;
	font-size:16px;
	text-align: center;
	margin:0;
	padding:10px;
}
.full-banner{
	background:url(../images/fire.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:272px;
	background-position: center center; 
	background-size: cover;  
}
.full-banner-content{
	position: absolute;
	left:80px;	
	margin-top:20px;
}
.full-banner-content h2{
	font-size:38px;
	font-weight:bold;
}
.full-banner-content p{
	font-size:30px;
	font-weight:500;
}
.full-banner-content .btn{
	background:none;
	border:1px solid #000;
	text-transform: uppercase;
	font-weight:bold;
}
.main-product{
	margin:10px 0px;
}
.main-product h2{
	font-size:35px;
	font-weight: bold;
}
/* Slider */

.main-product .slick-slide {
    margin: 0px 20px;
}

.main-product .slick-slide img {
    width:100%;
    vertical-align: middle;
}

.main-product .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.main-product .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.main-product .slick-list:focus
{
    outline: none;
}
.main-product .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.main-product .slick-slider .slick-track,
.main-product .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.main-product .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.main-product .slick-track:before,
.main-product .slick-track:after
{
    display: table;
    content: '';
}
.main-product .slick-track:after
{
    clear: both;
}
.main-product .slick-loading .slick-track
{
    visibility: hidden;
}

.main-product .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .main-product .slick-slide
{
    float: right;
}
.main-product .slick-slide img
{
    display: block;
}
.main-product .slick-slide.slick-loading img
{
    display: none;
}
.main-product .slick-slide.dragging img
{
    pointer-events: none;
}
.main-product .slick-initialized .slick-slide
{
    display: block;
}
.main-product .slick-loading .slick-slide
{
    visibility: hidden;
}
.main-product .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.main-product .slick-arrow.slick-hidden {
    display: none;
}
.product-detail{
	position: relative;
}
.product-content{
	width:100%;
	height:300px;
	overflow: hidden;
}
.product-content .post{
	width:150px;
	height:300px;
	margin:0px 10px;
	display: inline-block;
}
.product-content .post .slider-image{
	width:100%;
	height:250px;
}
.product-content .post img{
	width:150px;
}
.product-content .post .slider-image:hover{
	transform: scale(0.9);
	transition: all 0.5s ease-in-out;
}
.main-product .slick-dots li{
	display: none;
}
.main-product .post-title{
	background:#8db842;
}
.main-product .post-title h3{
	color:#fff;
	font-family: 'Montserrat',sans-serif;
	font-size:16px;
	text-align: center;
	margin:0;
	padding:10px;
}
.banner-content{
	background: #6c9157;
	opacity:0.9;
	padding:50px 0px;
	margin-top:30px;
}
.banner-content p{
	text-align: center;
	color:#fff;
	font-size:20px;
}
.top-footer{
	background: #002e5a;
	padding:20px 0px;
	color:#fff;
	text-align: center;
}
.location h2{
	border-bottom:3px solid #639709;
	display: inline;
}
.location p{
	text-align: center;
	line-height:30px;
	margin-top:20px;
}
.contact-detail h2{
	border-bottom:3px solid #639709;
	display: inline;
}
.contact-detail p{
	text-align: center;
	line-height:10px;
	margin-top:20px;
}
.contact-detail li{
	display: inline-block;
	padding:0px 15px;
	font-size:23px;
}
.support h2{
	border-bottom:3px solid #639709;
	display: inline;
}
.support p{
	text-align: center;
	line-height:10px;
	margin-top:20px;
}
.bottom-footer{
	background: #002952;
	padding:20px 0px;
}
.slide-content{
	position: absolute;
	top:30%;
	left:100px;
	width:300px;
}
.slide-content p{
	color:#fff;
	font-size:20px;
}
.slide-content .btn{
	background:#639709;
	color:#fff;
}
.modal-header h5{
	font-weight: bold;
	font-family: 'Montserrat',sans-serif;
	font-size:22px;
}
.modal-header span{
	font-weight: bold;
	font-family: 'Montserrat',sans-serif;
	font-size:30px;	
}
.modal-content form input{
border:1px solid #3e3e3e;
}
.modal-content input::placeholder{
	color:#3e3e3e;
	font-family: 'Montserrat',sans-serif;
}
.modal-footer button{
	background:#639109;
	border:none;
	font-size:18px;
	font-family:'Montserrat',sans-serif;
}
.main-common-banner{
	background:url('../images/common.jpg');
	background-position: center;
	background-size: cover;
	padding-top:90px;
	padding-bottom:50px;
}
.main-common-banner h2{
	color:#fff;
	font-weight:bold;
	font-family:'Montserrat',sans-serif;
}
.main-common-banner li{
	display: inline-block;
	color:#fff;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
	margin-top:20px;
}
.main-common-banner li a{
	color:#fff;	
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
}
.product-contents{
	margin-bottom:20px;
}
.product-contents h2{
	color:#639709;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.product-contents li{
	line-height: 34px;
    padding: 4px 15px 3px;
    background:#d0e0b5;
    margin-bottom: 5px;
    border-left: 3px solid #002060;
}
.product-contents li:hover{
	border-bottom:2px solid #002060;
}
.product-contents li a{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    text-transform: uppercase;
    font-size: 14px;
}
.image-detail img{
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	width:180px;
	height:200px;
}
.image-detail p{
	font-family: 'Montserrat',sans-serif;
	font-weight:500;
	text-align: center;
	padding-top:15px;
	color:#639709;
}
.image-detail a{
	background: #fff;
	color:#639709;
	padding:10px;
	font-family: 'Montserrat',sans-serif;
	border:1px solid #639709;
	text-align:center;
}
.image-detail a:hover{
	background: #639709;
	border:1px solid #fff;
	color:#fff;
}
.product-details{
	margin-top:50px;
}
.product-details h2{
	font-family: 'Montserrat',sans-serif;
}
.product-details p{
	font-family: 'Montserrat',sans-serif;
	line-height: 25px;
	text-align: justify;
}
.detail-page h3{
	margin-top:50px;
	font-family: 'Montserrat',sans-serif;
	color:#3e3e3e;
	font-weight: 500;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:10px;
}
.detail-page p{
	font-family: 'Montserrat',sans-serif;
	font-size:18px;
	font-weight: bold;
}
.product-details .specification p li{
	background:none;
}
.specification li{
	background:none;
	list-style: circle;
	border-left:none;
	font-size:14px;
	font-weight:500;
	padding:0;
}
.specification li:hover{
	border-bottom: none;
}
.company-profile h2{
	font-weight:600;
	color:#000;
	font-size:32px;
}
.company-profile p{
	font-size:16px;
	padding:20px 0px;
	color:#3f3f41;
	text-align: justify;
	line-height: 30px;
}
.team-profile{
	margin-bottom:20px;
}
.team-detail h2,.quality-detail h2{
	color:#8db842;
	font-weight: bold;
	font-size: 32px;
}
.team-detail p,.quality-detail p{
	color:#3f3f41;
	font-size:16px;
	text-align: justify;
	line-height: 30px;
}
.about-image-detail{
	padding-top:30px;
}
.about-image-detail img{
	width:290px;
	height:250px;
}
.contact-section h2{
	font-weight:600;
	color:#000;
	font-size:32px;
}
.contact-section  .form-section h2{
	color:#8db842;
	font-weight:600;
	font-size: 25px;
}
.form-section .form-control{
	margin-bottom:15px;
	padding:10px;
	border:none;
	background-color: #f3f3f3;
}
.form-section input::placeholder,.form-section textarea::placeholder{
	color:#000;
}
.form-section .btn{
	margin-bottom:20px;
	padding:10px 25px;
	background: #8db842;
	font-weight: bold;
}
.contact-detail-page li span{
	margin-left:20px;
	font-size: 25px;
	font-weight: bold;
}
.contact-detail-page .list-item-detail{
	margin-left:50px;
	padding-top:5px;
	padding-bottom:20px;
}
.contact-detail-page li i{
	border-radius:100%;
	background: #8db842;
	color:#fff;
	margin-top:4px;
	height:30px;
	width:30px;
	line-height:30px;
	text-align: center;
}
.map-section iframe{
	border:none;
}
@media(min-width:767px) and (max-width:991px){
    .owl-carousel {
    height: 50vh;
}
	.owl-carousel .slide {
    height: 50vh;
}

.owl-carousel .slide::before {
    height: 50vh;
}
}
@media(max-width:991px){
	.top-header .search-section{
		margin-top:10px;
		float:left;
		width:100%;
	}
	.top-header .search-section i{
		position: absolute;
		top:10px;
	}
	.bottom-header{
		position:absolute;
	}
	.bottom-header .container{
		padding:0px 20px;
		margin:0;
		width:100%;
	}
	.bottom-header .menu-toggle{
		display: block;
	}
	.bottom-header nav{
		width:100%;
		height:35vh;
		background:#325573;
		position: absolute;
		left:-100%;
		right:0;
		top:60px;
		transition: all 0.5s ease-in-out;
	}
	.bottom-header .navigation{
		position: absolute;
		width:100%;
		left:0;
	}
	.bottom-header .navigation .main-menu{
		display:block;
		text-align: center;
	}
}
@media(max-width:1199px){
  
	.bottom-header .navigation .main-menu li a{
	height:30px;
	line-height: 30px;
	font-size:13px;
	padding:0px 10px;
	color:#fff;
	text-decoration:none;
	display: block;
	font-family:'Montserrat',sans-serif;
}
}
@media(max-width:768px){
	.owl-carousel {
    height: 60vh;
}
	.owl-carousel .slide {
    height: 60vh;
}

.owl-carousel .slide::before {
    height: 60vh;
}
}
@media(max-width:1024px){
	.owl-carousel {
    height: 80vh;
}
	.owl-carousel .slide {
    height: 80vh;
}

.owl-carousel .slide::before {
    height: 80vh;
}
}
@media(min-width:415px)and (max-width:667px){
   .owl-carousel {
    height: 60vh;
}
	.owl-carousel .slide {
    height: 60vh;
}

.owl-carousel .slide::before {
    height:60vh;
} 
    
}
@media(min-width:307px) and (max-width:414px){
	.owl-carousel {
    height: 35vh;
}
	.owl-carousel .slide {
    height: 35vh;
}

.owl-carousel .slide::before {
    height:35vh;
}
.bottom-header{
	padding:10px 0px;
	height:60px;
	box-sizing: border-box;
	width:100%;
	position: fixed;
	background:#325573;
	z-index:999;
}
.bottom-header .logo{
	float:left;
	top:-5px;
	position:relative;
}
.slide-content {
    position: absolute;
    top: 35%;
    left:20px;
    width: 300px;
}
.full-banner-content{
    position:absolute;
    margin-top:5px;
}
.full-banner-content h2{
    font-size:30px;
}
.full-banner-content p{
    font-size:25px;
}
}
@media(max-width:306px){
   .owl-carousel {
    height: 40vh;
}
	.owl-carousel .slide {
    height: 40vh;
}

.owl-carousel .slide::before {
    height:40vh;
} 
}