<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********** Template CSS **********/
@font-face {
	font-family: "BASKVILL";
	src: url("/img/font/BASKVILL.ttf");
}
:root {
    --primary: #f2f7f7;
    --secondary: #525368;
    --light: #000000;
    --dark: #0F4229;


}

.py-5{
	padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}
label,h6,p,span,a{ 
    font-family: "MyNewFont";
    src: url("/img/font/xtxicon.ttf");
}
 
h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
    color: #000000;
}

.heiti {
    color: #000000;
}
.logo {
	font-family: "BASKVILL";
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    font-family: "MyNewFont";
    src: url("/img/font/xtxicon.ttf");
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
    font-family: "MyNewFont";
    src: url("/img/font/xtxicon.ttf");
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 130px;
    padding: 25px 0;
    color: #000000f1;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}
.emailstyste{
    color: #000000f1;
    text-decoration: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: rgba(152, 170, 161, 0.6); */
    z-index: 1;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
}
/** 浠嬬粛鍏徃浣跨敤**/
.carousel-caption_gs {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(0 0 0 / 0%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 220px;
		max-height: 220px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100% !important;
       /* object-fit: cover;*/
    }
}

/* .page-header {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
} */

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}


/*** Facts &amp; Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}


/*** Service ***/
.advantage &gt; div{
	margin-top: 3.5rem;
}
.service-text .rounded-circle {
	position: absolute;
	background:#E8F5E9;
	padding: 10px;
	top: -40px;
	left: 50%;
	margin-left: -40px !important;
	border: 5px solid #E8F5E9;
}
.service-text:hover .rounded-circle{
	background:#fff;
	border: 5px solid rgba(15, 66, 41, 0.6);
}
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
    font-family: "MyNewFont";
    src: url("/img/font/xtxicon.ttf");
	padding: 3rem 2rem 1rem !important;
}

.service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}


/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}
/*product*/
.white{color:#fff;}
.col-index-product{padding: 75px 0 70px;}

.sypro{margin-top: 60px;}
.sypro .swiper-container{width: 100%;max-width: 1600px;}
.sypro .swiper-slide{padding:60px 160px 0;}
.sypro .box{ padding: 0 3.9% 40px 5.46%; background: #4653a2;color: #fff; }
.sypro .box .text{width: 34.48%;height: 100%; padding-top:5%;}
.sypro .box .text h4{font-size: 1.56vw;color: #fff;line-height: 1.4;}
.sypro .box .text h4 span{display: block; font-size: 0.72vw;color: #e5e5e5;}
.sypro .box .text hr{width: 60px;border-top:5px solid #fff;margin:9% 0 0;}
.sypro .box .text p{color: #e5e5e5;line-height: 1.8em;height: 5.4em;margin-top: 6%;}
.sypro .box .text a.more{margin-top: 11%; display: block;width: 2.6vw;height: 2.6vw;border:1px solid rgba(255,255,255,0.5);position: relative;transition: 0.5s; }
.sypro .box .text a.more:after{content: '\e653';font-family: 'iconfont';color: #fff;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);font-weight: bold;font-size: 20px;}
.sypro .box .text a.more:hover{background: #fff;}
.sypro .box .text a.more:hover:after{color: #4653a2;}
.sypro .box .pic{width: 60.34%;margin-top: -60px;background: #fff;}
.sypro .box .pic:after{ padding-bottom: 68.57%;}

.sypro .swiper-button-next,
.sypro .swiper-button-prev{width: 130px;height: 13px;margin-top: -6.5px;font-size: 16px;color: #fffefe;}
.sypro .swiper-button-prev{background: url(../images/left.png) left center no-repeat;padding-left: 60px;left:0;}
.sypro .swiper-button-next{background: url(../images/right.png) right center no-repeat;padding-right: 60px;right:0;}
.vcenter{
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
	}

/*** Footer ***/
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
.footer {  background: #292929;  padding-top: 25px;}
.footer ul{}
.footer ul li{ margin-right: 5.2vw;margin-top: 20px;max-width: 200px; color:#fff;}
.footer ul li h5{ font-size: 16px;margin-bottom: 35px; color: #fff; }
.footer ul li h5 a{ color: #fff; }
.footer ul li div{}
.footer ul li div p{ line-height: 1em;margin-bottom: 8px;color: #ccc; }
.footer ul li div p a{ color: #ccc; font-size: 13px;}
.footer ul li div p a:hover{ color: #fff; }
.footer ul li.contact{font-size: 13px; margin-right: 0;max-width: 285px;}
.copy{
	padding: 20px 0 0;
    border-top: 1px solid #585858;
    margin-top: 37px;
}
.copy p{ font-size: 13px; color: #999; line-height: 1.4em;}


.more{
    display: inline-block;
    padding: 12px 20px;
    background: #46be8a;
    color: #fff;
    border-bottom: 2px solid #fff;
}
.more:hover{
	color: #fff;
}
.bannerText{
	font-family: MyNewFont1 ;color: white; position:absolute;top:60%; width: 100%; text-align: center; text-shadow: 5px 5px 4px rgb(0 0 0 / 40%);
}
.bannerMore{
	background: #46be8a; font-family: MyNewFont1 ;color: white;
	position:absolute;top:70%;left:45%; border: none; width: 120px;
}


@media (max-width: 767px) {
.sypro .swiper-slide{padding-top: 0;padding-left: 25px;padding-right: 25px;}
    .sypro .box .text{width: 100%;padding-top: 30px;}
    .sypro .box .text h4{font-size: 18px;}
    .sypro .box .text h4 span{font-size: 14px;}
    .sypro .box .text hr{margin-top: 20px;}
    .sypro .box .text p{margin-top: 15px;height: auto;}
    .sypro .box .text a.more{margin-top: 30px;width: 30px;height: 30px;}
    .sypro .box .pic{width: 100%;margin-top:20px;}
    .sypro .swiper-button-next, .sypro .swiper-button-prev{padding: 0; width: 20px;background-size: 100%;}
    .col-index-proColumn ul li .box{height: 220px;}

    .innewsleft{width: 100%;}
    .innewsright{width: 100%;padding-top: 0;}
	
	.hidden-xs {
		display: none!important;
	}
	.footer ul li.contact{
		float: left !important;
	}
	.bannerText{
		text-align: center;
		top:40%;
	}
	.bannerMore{
		top: 80%;
		left: 30%;
	}
}</pre></body></html>