<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #222222;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", sans-serif;
    overflow-x: hidden;
}

a {
    color: white;
    background: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #a97946;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    /*width: auto\9;*/
}

p {
    text-align: justify;
    line-height: 28px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

/*------ Header ------*/
.navbar {
    margin-bottom: 0;
    background-color: #fff0;
    transition: all 0.2s ease-out;
}

.navbar-container {
    position: relative;
}



.navbar .navbar-nav li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #4c4c4c;
    transition: all 0.2s ease-out;
    font-weight: 600;
    padding: 30px 10px;
}


.navbar-scroll {
    opacity: 1;
    background-color: #fff;
        box-shadow: 0 0 10px 4px #f2f2f2;
}

.navbar-scroll .navbar-nav&gt;li&gt;a {
    color: #777;
}

.navbar-nav .fa-globe {
    padding-right: 5px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 8px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: #ffffff00;
    background-image: none;
    border: 1px solid #d7083c;
    border-radius: 4px;
    margin: 20px 0;
}

.logo {

    width: 265px;
    padding: 5px 0;

}

@media (min-width: 768px) {

    .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        float: none;
    }


    .navbar-scroll {
        height: auto
        background-color: rgb(255 255 255);
        box-shadow: 0 0 10px 4px #f2f2f2;
    }

    .navbar-scroll .navbar-brand {
        line-height: 90px;
    }

    .navbar-scroll .navbar-nav&gt;li&gt;a {
        opacity: 1;
        padding: 33px 10px;
        color: #4c4c4c;
    }


}

.navbar-nav&gt;li&gt;.dropdown-menu {
    margin-top: 6px !important;
}

/*æ‰‹æ©Ÿheader*/
@media (max-width: 768px) {
    .navbar-brand img {
        width: 65px;
        margin-top: 0px;
        padding: 10px;

    }

    .navbar-brand {
        padding: 0;
    }

    .navbar-scroll {
        height: 80px;
    }
}




/* Navbar default*/
.navbar-default {
    border-top: 3px solid #41adec;
    /*background-color: rgba(40,40,40,0.9);
    box-shadow: 0 0 2px #9d9d9d;*/
}

/*Active Link*/
.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:hover,
.navbar-default .navbar-nav&gt;.active&gt;a:focus {
    color: #41adec;
    background-color: #ffffff00;
}

/*Navbar Link*/
.navbar-default .navbar-nav&gt;li&gt;a:hover,
.navbar-default .navbar-nav&gt;li&gt;a:focus {
    color: #41adec;
    background-color: #fff0;
}

.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:hover,
.navbar-default .navbar-nav&gt;.open&gt;a:focus {
    color: #41adec;
    background-color: #fff0;
}

/* dropdown menu */
.fa-angle-down {
    padding-left: 5px;
}

.dropdown-menu {
    background-color: #fff;
    min-width: 180px;
    padding: 0;
    border-top: 4px solid #41adec;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.navbar-nav .dropdown-menu&gt;li&gt;a {
    padding: 10px 15px;
    color: #3a3a3a;
    font-size: 16px;
    -webkit-transition: padding 0.1s ease-in-out;
    -moz-transition: padding 0.1s ease-in-out;
    -o-transition: padding 0.1s ease-in-out;
    transition: padding 0.1s ease-in-out;
    /*border-bottom: 1px solid #eee;*/
}

.navbar-nav .dropdown-menu&gt;li&gt;a:hover,
.navbar-nav .dropdown-menu&gt;li&gt;a:focus {
    background-color: #edefee;
    color: #3a3a3a;
    padding-right: 16px;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-right {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navbar-right {
        margin-right: 0;
    }
}


@media (min-width: 768px) and (max-width: 1200px) {
    .logo{
        width: 170px;
    }
    .navbar-nav&gt;li&gt;a {
        margin: 0;
    }

    .navbar-scroll .navbar-nav&gt;li&gt;a {
        margin-top: 0
    }



}

/*-----navbar-toggle-----*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #41adec;
}

.navbar-default .navbar-toggle {
    border-color: #41adec;
    margin-right: 10px;
        background: #fff0;
}

/*-----æ‰‹æ©Ÿ----*/
@media (max-width: 767px) {
    .navbar-default .navbar-nav&gt;li&gt;a {
        color: #000;
        padding: 12px 15px;
    }

    .navbar-default .navbar-nav&gt;.active&gt;a,
    .navbar-default .navbar-nav&gt;.active&gt;a:hover,
    .navbar-default .navbar-nav&gt;.active&gt;a:focus,
    .navbar-default .navbar-nav&gt;li&gt;a:hover,
    .navbar-default .navbar-nav&gt;li&gt;a:focus,
    .navbar-default .navbar-nav&gt;li&gt;a.active {
        color: #fff;
        background: #c5c5c5;
    }

    .navbar-default .navbar-nav&gt;.open&gt;a,
    .navbar-default .navbar-nav&gt;.open&gt;a:hover,
    .navbar-default .navbar-nav&gt;.open&gt;a:focus {
        color: #fff;
        background: #c5c5c5;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #10101000;
        background: #eee;
    }

    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        color: #000;
    }

    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
        color: #fff;
    }
}

/*------ End ------*/


/*------ banner ------*/



.slide-text {
    top: 40% !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .slide-text {
        top: 35% !important;
    }
}

@media (max-width: 767px) {
    .slide-text {
        top: 30% !important;
    }
}

/*------ End ------*/

.dropdown-submenu&gt;.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
}

/*.dropdown:hover  {visibility: visible;}*/


/*------ index ------*/
/*about*/
.page {
    padding: 80px 0;
}

.ab-img {
    margin: 30px 0;
}
@media (max-width: 767px) {
    .page {
    padding: 40px 0;
}
}
/* æ¨™é¡Œ */


.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    display: inline-block;
    z-index: 1;
    color: #41adec;
}


.section-title h2:before,
.section-title h2:after {
    content: '';
    width: 48px;
    height: 3px;
    left: -72px;
    background: #41adec;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-title h2:after {
    left: auto;
    right: -72px;
}

/* ç”¢å“åˆ†é¡ž */
.pdt-s {
    padding: 40px 0;
    /*background: url(../img/pdt-bg.jpg) no-repeat center top;*/
    background-size: cover;
    background: #f9f9f9;
}

.pdt-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.pdt-img {
    position: relative;
    background-color: #0b0b0b;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-bottom: 3px solid #d7083c;
}

.pdt-img img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pdt-box:hover .pdt-img img {
    opacity: .7;
}

.pdt-ti {
    position: relative;
    padding-top: 16px;
}

.pdt-ti h2 {
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 14px;
    margin: 0;
    color: #242424;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.pdt-ti h2:after {
    text-align: center;
    position: absolute;
    content: '';
    left: 34%;
    bottom: 0;
    width: 33%;
    height: 2px;

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.pdt-box:hover .pdt-ti h2:after {

    background-color: #d7083c;
}


/* é—œæ–¼æˆ‘å€‘ */
.ab-s {
    background-image: url(../img/b-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    */ background-color: #fff;
    min-height: 500px;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.ab-a {
    background-image: url(../img/b-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    */ background-color: #fff;
    min-height: 500px;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/*
.ab-bg-r {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom: 0px;
    background-image: url(../img/a001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    overflow: hidden;
    z-index: -1;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 8% 100%);
}
*/
@media (min-width: 768px) and (max-width: 991px) {
    .ab-bg-r {
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%);
    }
}




.a-page {

    background-image: url(../img/bbg-3.jpg);
    padding: 80px 0;
    width: 100%;
    flex-shrink: 0;
    position: relative;

}





/* footer */


.footercolor {
    background-color: #005c93;
    padding-top: 50px;
    color: #fff;
}

.footerlogo1 img {
    width: 270px;
    display: block;
    margin: 0px auto;
}

@media (max-width: 767px) {
    .footerlogo1 img {
        margin-bottom: 30px;}
}

.foot-co2 {
    color: #c7c7c7;
    border-top: 1px solid #c7c7c7;
    margin-top: 20px;
}

.foot-co2 p {
    /*margin: 20px 0;*/
}

.footer__widget {
    color: #fff;
}



.footer__widget ul {
    padding-left: 0;
    list-style: none;
}

.footer__widget ul li {
    padding: 2px 0;
}

.social {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    margin: 20PX 0;
}

.social li {
    margin-right: 10px;
    background: #1D3FAB;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.social i {
    padding: 8px 12px;
    font-size: 20px;
}

/*------tab------*/


.tabset {
    max-width: 65em;
}

.tabset&gt;input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset&gt;input:first-child:checked~.tab-panels&gt;.tab-panel:first-child,
.tabset&gt;input:nth-child(3):checked~.tab-panels&gt;.tab-panel:nth-child(2),
.tabset&gt;input:nth-child(5):checked~.tab-panels&gt;.tab-panel:nth-child(3),
.tabset&gt;input:nth-child(7):checked~.tab-panels&gt;.tab-panel:nth-child(4),
.tabset&gt;input:nth-child(9):checked~.tab-panels&gt;.tab-panel:nth-child(5),
.tabset&gt;input:nth-child(11):checked~.tab-panels&gt;.tab-panel:nth-child(6) {
    display: block;
}


.tabset&gt;label {
    position: relative;
    display: inline-block;
    padding: 15px 15px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.tabset&gt;label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 2px;
    width: 22px;
    height: 4px;
}

.tabset&gt;label:hover,
color: #d7082c;
}

.tabset&gt;input:focus+label {
    color: #fff;
}

.tabset&gt;label:hover::after,
.tabset&gt;input:focus+label::after,
.tabset&gt;input:checked+label::after {
    background: #d7082c;
}

.tabset&gt;input:checked+label {
    border-color: #ccc;
    color: #fff;
    background: #d7082c;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}



.hr104 {
    display: flex;
    justify-content: start;
    padding: 10px 10px;
    color: #fff;
}

.hr-4 h4 {
    color: #d7082c;
}

.hr-4 ul {
    margin: 0 auto;
    max-width: 900px;
}

.hr-4 ul li {
    padding: 1px 0px;
    list-style: none;
    border: 1px solid #eee;
}

.hr-4 .title {
    padding: 0px 15px;
    font: 20px/2 "å¾®è»Ÿæ­£é»‘é«”";
    color: #222;
    background-color: #eee;
    cursor:
        pointer;
}

.hr-4 .title:hover {
    color: #d7082c;
}

.hr-4 span {
    display: none;
    font: 16px/1.5 "å¾®è»Ÿæ­£é»‘é«”";
    color: #222;
}

/*------ æ‰‹é¢¨ç´æ”¶åˆ ------*/

.hr-4 input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.hr-4 .row {
    display: flex;
}

.hr-4 .row .col {
    flex: 1;
}

.hr-4 .row .col:last-child {
    margin-left: 1em;
}

/* Accordion styles */
.hr-4 .tabs {
    margin-left: 10px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.3);
}

.hr-4 .tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.hr-4 .tab-label {
    display: flex;
    margin: 3px 0px;
    padding: 5px 10px;
    justify-content: space-between;
    padding: 1em;
    color: #222;
    background: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    cursor: pointer;
    /* Icon */
}

.tab-label:hover {
    color: #fff;
    background: #1a252f;
}

.tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s;
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all .35s;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.tab-close:hover {
    background: #1a252f;
}

input:checked+.tab-label {
    color: #fff;
    background: #1a252f;
}

input:checked+.tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em;
}


/*------ å…§é&nbsp;banner ------*/
.page-bg {
    position: relative;
    padding: 80px 0;
    background-image: url(../img/in-banners3.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 500px;
}
.xs-page-bg {
    position: relative;
    padding: 80px 0;
    background-image: url(../img/banner1-xs.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 500px;
}

.page-d1 {
    position: relative;
    padding: 80px 0;
    background-image: url(../img/in-banner2.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 500px;
    border-bottom: 1px solid #babebe;
    /*box-shadow: 2px 3px 8px #cdcdcd;*/
}




.page-bg h1 {
    color: #fff;
    margin-top: 180px;
    margin-bottom: 20px;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    /*text-shadow: 2px 1px 3px #020202;*/
    text-transform: capitalize;
    letter-spacing: 1px;
}

@media (min-width: 360px) and (max-width: 991px) {

    .page-bg h1 {
        margin-top: 145px;
        font-size: 36px;

    }
}

.htitle {
    color: #fff;
    margin-top: 180px;
    margin-bottom: 20px;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    /*text-shadow: 2px 1px 3px #020202;*/
    text-transform: capitalize;
    letter-spacing: 1px;
}


/*------ éºµåŒ…å±‘ ------*/
.breadcrumb-container {
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px 0;
    padding-left: 0;
    font-size: 14px;
}

.breadcrumb&gt;li+li:before {
    font-size: 11px;
    padding-left: 3px;
}

.breadcrumb&gt;.active {
    color: #41adec;
}

.breadcrumb-container ol&gt;li&gt;a {
    color: #7b7a7a;
}

.breadcrumb-container ol&gt;li&gt;a:hover {
    color: #727272;
}


/*------ å…§é&nbsp;backçš„ä¸Šé¸å–® ------*/
.project-nav {
    padding-bottom: 30px;
    text-align: center;
}
@media (max-width: 767px) {
    .project-nav {
    padding-bottom: 0px;
}
}
.project-nav ul{
    padding-left: 0;
}
.project-nav ul li a {
    color: #626262;
    font-weight: bold;
}

.project-nav ul li {
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to top, #ccc0, #aaaaaa1f);
    border-left: 3px solid #b7b7b7e6;
    margin: 10px;
    border-radius: 44px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.project-nav ul li.active,
.project-nav ul li:hover {
    background: linear-gradient(to bottom, #ffffff, #c2dff19e);
}




/*-------å´é‚Šæ””------*/

.right_link {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 99;
    width: 72px;
    text-align: center;
    font-weight: bold;
}


.right_link a {
    text-align: center;
    display: inline-block;
    margin-bottom: 1em;
}

.right_link img {
    width: 70%;
}

.right_link img:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .right_link {
        right: 2px;
    }
}



/*------ about ------*/
.page-p {
    padding: 60px 0;
    min-height: 520px;
    background: url(../img/white.jpg) no-repeat center 0;
    background-size: contain;
    background-size: cover;
    background-attachment: fixed;
}

.page-p h2 {
    margin-bottom: 29px;
    margin-top: 60px;
}

.page-p h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    /*background-color: #d7083c;*/
    left: 50%;
    transform: translateX(-50%);
}


@media (min-width: 768px) and (max-width: 991px) {
    .page-p {
        padding: 40px 0;
    }
}


@media (max-width: 767px) {
    .page-p {
        padding: 30px 0;
    }
}


/*------ pdt ------*/
/* æ¨™é¡Œ */


.page-ti {
    margin-bottom: 30px;
}

.page-ti h1 {
    color: #1c2837;
    position: relative;
    font-size: 34px;
    margin: 0 0 35px 0;
    text-align: center;

}


.page-ti h1:after {
    width: 35px;
    position: absolute;
    height: 2px;
    content: '';
    bottom: 8px;
    margin-left: 14px;
}

.title {
    color: #41adec;
    font-size: 28px;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

/*------ pdt-detail ------*/
.pdt-dt h4 {
    margin-top: 15px;
}

.pdt-dt span {
    color: #b92915;
    font-size: 20px;
    font-weight: 600;
    padding-left: 5px;
}

.pdt-dt p {
    font-size: 18px;
}



/*------ é&nbsp;ç¢¼ ------*/



ul.pagination,
ul.pager {
    margin: 30px 0 0px;
    text-align: left;
    margin: 29px 0 35px;
}

ul.pagination li {
    padding: 0;
    margin: 0 5px 0 0;
    border-bottom: none;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}

ul.pagination li&gt;a,
.pagination&gt;li:first-child&gt;a,
.pagination&gt;li:last-child&gt;a,
ul.pager li&gt;a {
    text-align: center;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 38px;
    background-color: #fff;
    color: #666;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

ul.pagination li&gt;a:hover,
ul.pagination li&gt;a:focus {
    background-color: transparent;
    background-color: #41adec;
    border-color: #0898ec;
    color: #ffffff;
}

ul.pagination li.active a,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;a:focus {
    color: #ffffff;
    background-color: #41adec;
    border-color: #0898ec;
}




/*------ contact ------*/
.cont-l {

    padding-right: 5px;
}

.cont-l h3 {
    font-weight: 600;
    color: #646464;
    text-align: center;
    margin-bottom: 30px;
}

.cont-l p {
    margin-bottom: 20px;
    text-align: center;
}

.cont-l .form-control {
    border-radius: 0px;
}

.cont-r {
    padding-left: 60px;
}

.cont-r h3 {
    font-weight: 600;
    color: #646464;
    text-align: center;
    margin-bottom: 0;
}

.cont-r h4 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
}

.contact_top {
    font-size: 16px;
    letter-spacing: 1px;
    color: #585757;
    line-height: 1;
    border-bottom: 1px solid rgba(184, 183, 183, 0.8);
    padding: 10px 0;
}

.contact_left {
    font-size: 16px;
    color: #585757;
    line-height: 1.5;
}

.contact_left h3 {
    font-size: 19px;
    color: #d7082c;
}

.contact_left2 {
    font-size: 16px;
    color: #585757;
    line-height: 1.5;

}

.contact_left2 h3 {
    font-size: 19px;
    color: #d7082c;
}

.cont-text {
    font-size: 18px;
    letter-spacing: 2px;
    color: #585757;
    line-height: 2;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(184, 183, 183, 0.8);
    padding: 10px 0;
}

.cont-text .fa-phone {
    font-size: 24px;
    padding-right: 15px;
}

.cont-text .fa-print {
    font-size: 24px;
    padding-right: 15px;
}

.cont-text .fa-envelope {
    font-size: 24px;
    padding-right: 15px;
}

.cont-text .fa-map-pin {
    font-size: 24px;
    padding-right: 16px;
    padding-left: 5px;
}

.cont-text p {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
}

.cont-text a {
    color: #333;
}

.cont-text a:hover {
    color: #767676;
    text-decoration: none;
}

/*ç”¢å“é&nbsp;é¢æ°´é£›æ¢­çš„æ¨£å¼æŽ’ç‰ˆ*/


.jj_main_sec_06 {

    text-align: center;
    font-size: 26px;
    font-weight: 500;
    color: #1456C4;
    padding-left: :0px;
    padding-right: 0px;
    padding-top: 65px;
    padding-bottom: 65px;
    background: -webkit-linear-gradient(#fff, #fff);
}

.jj_main_sec_07 {

    font-size: 14px;

    text-align: center;
    padding-bottom: 40px;
    padding-left: 20%;
    padding-right: 20%;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;

}


.pdtpicture {
    width: 100%;
}




@media (max-width: 991px) {
    .cont-l {
        border-right: none;
    }

    .cont-r {
        padding-left: 15px;
    }
}

@media (max-width: 768px) and (max-width: 991px) {
    .cont-text {
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .cont-l {
        border-right: none;
    }

    .cont-text {
        padding: 10px 0;
    }
}


/*------ Menulist ------*/
.Menulist {
    clear: both;
}

.Menulist ul {
    margin: 0px;
    padding: 0px;
}

.Menulist ul li {
    margin: 0px 20px 10px 0px;
    width: 45%;
    float: left;
    list-style-type: none;
}

.Menulist ul li:nth-child(2n) {
    margin: 0px 0px 10px;
    float: right;
}

.Menulist ul li a {

    background-position: 15px 12px;
    padding: 8px 20px;
    font-size: 18px;
    border-left: 3px px solid #b7b7b7e6;
    margin: 10px;
    border: 1px solid #b0afaf;
    border-image: none;
    display: block;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #5c5b5b;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    -moz-box-shadow: 0px 1px 6px rgba(197, 193, 193, 0.5);
    -webkit-box-shadow: 0px 1px 6px rgba(197, 193, 193, 0.5);
    box-shadow: 0px 1px 6px rgba(197, 193, 193, 0.5);
    border-radius: 44px;
}

.Menulist ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #41adec;
}

@media (max-width: 767px) {
    .Menulist ul li {
        margin: 0px 20px 10px 0px;
        width: 100%;
        float: left;
        list-style-type: none;
    }
}


/*------ go top ------*/
.scrollToTop {
    background: #f2f2f2;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 0 5px rgb(255 255 255 / 0%);
}

.scrollToTop:hover {
    text-decoration: none;
    background: #fafafa;
}

.scrollToTop .scrollarrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #303030;
    display: block;
    margin: 10px auto 0;
}

.fa-caret-up:before {
    font-size: 32px;
    color: #41adec;
}

.fa-caret-up2 {
    margin-top: 8px;
    margin-right: 0;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .scrollToTop {
        bottom: 10px;
        right: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .scrollToTop {
        bottom: 10px;
        right: 12px;
    }
}

@media (max-width: 767px) {
    .scrollToTop {
        width: 45px;
        height: 45px;
        right: 10px;
        bottom: 50px;
    }

    .fa-caret-up2 {
        margin-top: 6px;
    }

    .fa-caret-up:before {
        font-size: 30px;
   color: #41adec;
    }
}

/*------ pdt_detial ------*/
.img_60 {
    width: 60%;
}

.pdt_title {
    color: #d18a01;
    font-size: 20px;
    font-weight: 600;
}

.pdt_scrib {
    color: #fff;
    background-color: #D7083c;
    padding: 5px;
    text-align: center;
}

/*---------------FOOTER*/

.footer_block {
    padding: 100px 0px 50px;
    background: #5a7057;
    position: relative;
    color: gray;
    letter-spacing: 1.5px;
    line-height: 2;
}


.footer_right .f_menu .item ul {
    list-style: none;
    padding: 0;
}


.footer_right .f_menu .item {
    width: calc(100%/4 - 1px);
    list-style: none;
}

.footer_right .f_menu {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 2.4;
}

.footer_block {
    padding: 100px 0px 50px;
    background: #5a7057;
    position: relative;
    color: #eae3dc;
    letter-spacing: 1.5px;
    line-height: 2;
}

.span {
    text-align: center;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    margin: 6px;
    margin-top: 31px;
}



/*--footer-*/


.footer-bg {
    background: #41adec;
    padding: 80px 0;
}

.footer-bg h2 {
    color: #fff;
}

.footer-bg .item {
    width: calc(100%/4 - 1px);
    list-style: none;
    display: inline-block;
    margin: 12 px;
}

.footer-bg .item ul {
    list-style: none;
    padding: 0;


}




/*æ–°èžé&nbsp;é¢*/


.text-center {
    text-align: center !important;
}

/*index*/


/*---index-service---*/
.service {
    padding: 50px 120px;
}

.big-title {
    font-size: 72px;
    font-weight: 900;
    color: #f2f2f2;
    text-transform: uppercase;
    position: absolute;
    font-family: 'Raleway', sans-serif;
    width: 100%;
}

.ser-h3 {
    margin: 30px 0;
    position: relative;
    font-size: 30px;
    color: #41adec;
    padding-top: 55px;
    letter-spacing: 2px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .ser-h3 {
        padding-top: 0px;
    }
}
.service p {
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 28px;
}

.ser-a {
    display: block;
    color: #727272;
    margin: 10px 0;
    letter-spacing: 3px;
}

.ser-a:hover {
    color: #41adec;
}

.more-btn {
    color: #41adec;
    display: block;
    width: 150px;
    letter-spacing: 2px;
    text-align: left;
    font-size: 16px;
    margin: 30px 0;
}

.more-btn button {
    letter-spacing: 2px;
    transition: 0.3s;
    position: relative;
    background: #ccc0;
    border: none;
    padding: 0;
}

.more-btn:hover,
.more-btn:focus,
.more-btn button:hover {
    color: #41adec;
    letter-spacing: 5px;
}

.more-btn button:hover {
    background-color: transparent;
}

.more-btn:hover {
    background-color: TRANSPARENT;
    color: #41adec;
}

.more-btn:hover button {
    color: #41adec;
}

.more-btn button::after {
    content: "";
    position: absolute;
    background: url(../img/more-btn.png)no-repeat;
    width: 45px;
    height: 11px;
    background-size: contain;
    right: -55px;
    top: 6px;
}

.no-padding {
    padding: 0;
}


@media (max-width: 768px) {
    .service {
        padding: 40px 15px;
    }
}

/*--end--*/

/*news*/
.news-box {
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 0;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgb(226 226 226 / 70%);
}

.news-img {
    overflow: hidden;
    position: relative;
}

.news-img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.news-img img {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    z-index: -1;
}

.news-box:hover .news-img img {
    opacity: 0.7;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.news-box .meta {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f5f4f0;
    margin: 0 auto;
    margin-top: -55px;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 18px 0;
}

.news-box .meta span {
    display: block;
    line-height: 1.2;
}

.news-box .meta span.day {
    font-weight: 700;
    color: #41adec;
    font-size: 30px;
}

.news-box .meta span.mos {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 500;
    text-transform: uppercase;
}

.news-box:hover .meta {
    background: #41adec;
}

.news-box:hover .meta .day {
    color: #fff;
}

.news-cont {
    margin: 25px 20px;
}

.news-ti {
    margin-top: 0;
    font-size: 20px;
    text-align: justify;
    color: #4c4c4c;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 500;
    min-height: 60px;
}

.news-box:hover .news-ti {
    color: #41adec;
}

/*é–€è¨ºæ™‚é–“*/

.elementor-section.elementor-section-boxed&gt;.elementor-container {
    max-width: 1245px;
}

/*.owl-carousel {
    display: inline-block !important;
    width: 100%;
    z-index: 1;
}*/


.time-table&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}


.table time-table {

    background-color: #ccc;
}


.trstyle {

    background-color: red;
}

.cus {
    text-align: center;
    margin: 40px;
}

.element.style {
    pointer-events: all;
    cursor: pointer;
}

.grdnt-purple:not(.overly) {
    background-image: -webkit-linear-gradient(135deg, #6d1bc6 0, #fa0076 51%, #6d1bc6 100%);
    background-image: linear-gradient(135deg, #6d1bc6 0, #fa0076 51%, #6d1bc6 100%);
}

/*.btn.disabled,
.btn[disabled],
.btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}*/

.pd-30 {
    padding: 49px;
}

.bg-light {
    background: #f2f5ff;
}


.clr-blue {
    color: #5b63fb;
}


.btn-pr {

    background-image: -webkit-linear-gradient(135deg, #6d1bc6 0, #fa0076 51%, #6d1bc6 100%);
    background-image: linear-gradient(135deg, #6d1bc6 0, #fa0076 51%, #6d1bc6 100%);

}

.ointer-events {


    all;
    cursor: pointer;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.about-section .image_cover {
    background-image: url(../image_cover);
    background-position-x: left;
    background-position-y: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    position: absolute;
    right: 100px;
    top: 0;
    width: 50%;
}


.v2-news {
    background-color: red;
}


.elementor-element {
    --widgets-spacing: 20px;
}

.elementor-widget-image {
    text-align: center;
}


.say {
    border: #ffffff 2px solid;
    border-radius: 5px;
    background-color: #f5f9fb;
    box-shadow: -2px -2px 7px 2px rgb(223 223 223);
    padding: 10px;
    margin: 69px;
}



.p-4 {
    padding: 1.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.cont-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background: #eb5919;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;

}


.container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 10vw;
    margin: 0 auto;
    min-height: 50vh;
}

.btn-2 {
    flex: 5 auto;
    margin: 22px;
    padding: 11px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #3f51b5;
    text-shadow: 0px 0px 10px rgb(24 79 239 / 20%);
    box-shadow: 0 0 20px #93a5e3;
    border-radius: 74px;


}

/*------ notice ------*/
.notice-info img {
    margin-bottom: 20px;
    float: left;
}


/*----- contact ------*/
.cont-info {
    padding: 25px;
    margin-bottom: 30px;
}

.cont-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;

    background: #49b3f1de;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.cont-info:hover .cont-icon {
    background: #bababa9e;
}

.cont-icon i {
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.cont-icon img {
    width: 60%;
}

.featured-content {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

.featured-content h4 {
    color: #333;
    font-weight: 600;
    margin: 20px 0 10px;
    font-size: 20px;
}

.conti-hr {
    margin-top: 0;
    margin-bottom: 10px;
    border-top: 2px solid #61bdf3b3;
    width: 30px;
}

.featured-content p {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}

.cont-form .input-group {
    position: relative;
    display: block;
    border-collapse: separate;
}

.cont-form .form-control {
    background-color: #ffffff;
    box-shadow: none;
    font-size: 16px;
    line-height: 30px;
}

.cont-form .form-control:focus {
    box-shadow: none;
}

.cont-form .input-group&gt;.form-control {
    width: 100%;
}

.page-btn {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #fff;
    letter-spacing: 3px;
    display: inline-block;
    padding: 15px 30px;
    line-height: 14px;
    position: relative;
    background-color: #41adec;
    border: none !important;
    border-radius: 44px;
        margin: 10px 0;
}

.page-btn:hover {
    color: #41adec;
    z-index: 1;
    border-radius: 44px;
}

.page-btn:before {
    border-radius: 44px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #fff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: -1;
}

.page-btn:hover:before {
    content: "";
    right: 0;

}

.page-btn i {
    padding-right: 8px;
}

.title-conts {
        color: #2c2c2c;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.title-conts p{
    margin-bottom: 5px;
}

.h7 {
    font-size: 17px;
}


.btn-index {
    color: #fff;
    background: #8a6d3b;
    padding: 5px 8px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #999;
    transition: all 0.6s;
    width: 100px;
}

.btn-index:hover {
    color: #999;
    background: #fff;
}


/*------æ¸¬è©¦ abmèªžæ³•-----*/


/* services */

.service2 {
    padding: 60px 0;
}



/* contact */

.single-contact {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 65%;
    justify-content: center;
    align-items: center;
}


.back-btn{

  color: #ffffff;
    background-color: #58b7ee;
    width: 125px;
    letter-spacing: 2px;
    text-align: center;
    font-size: 16px;
    margin: 30px 0;
    border-radius: 30px;
}</pre></body></html>