@charset "UTF-8";

:root {
    --og: #87bd43;
    --hog: #99c665;
    --dog: #DD4B12;

}

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap");

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
    font-family: '微軟正黑體';
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}

a {
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

p {
    font-size: 1rem;
}

.line-height-normal {
    line-height: normal;
}

.text-orange {
    color: #FF8249;
}

.text-blue {
    color: #005e98;
}

.text-green {
    color: #429400;
}

.text-red {
    color: #ff0011;
}

.text-gray {
    color: #777;
}

.text-purple {
    color: #8c2da3;
}

.text-bold {
    font-weight: bold;
}

.w-100 {
    width: 100% !important;
}


.h-100 {
    height: 100% !important;
}

.over-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.over-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.over-3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}

.over-4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 96px;
}

.over-5 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 110px;
}

.over-6 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .pc-s {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .mb-s {
        display: none !important;
    }
}

.number-items {
    counter-reset: num;
}

.number-items .number-list>li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.number-items .number-list>li:before {
    counter-increment: num;
    content: counter(num) ".";
    font-size: 20px;
    font-style: italic;
    color: #dd5500;
    font-weight: bolder;
    position: absolute;
    top: -4px;
    left: 0;
}

ul.circle {
    padding-left: 20px;
}

ul.circle>li {
    list-style-type: circle;
    margin-bottom: 10px;
}

ul.decimal {
    padding-left: 20px;
}

ul.decimal>li {
    list-style-type: decimal;
    margin-bottom: 10px;
}

ul.disc {
    padding-left: 20px;
}

ul.disc>li {
    list-style-type: disc;
    margin-bottom: 10px;
}

ul.disc>li a {
    display: block;
}

ul.disc>li a:hover {
    color: #dd5500;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

ul.cjk {
    padding-left: 20px;
}

ul.cjk>li {
    list-style-type: cjk-ideographic;
    margin-bottom: 10px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .btn-sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .w-md-100 {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

.just-sb {
    justify-content: space-between !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-48 {
    margin-left: 48px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

/*------Margin right-------*/
.mr-0 {
    margin-right: 0px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

/*------Margin Top-------*/
.mt-0 {
    margin-top: 0px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-52 {
    margin-top: 52px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mt-180 {
    margin-top: 180px !important;
}

/*------Margin Bottom-------*/
.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-7-5 {
    margin-bottom: 7.5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-58 {
    margin-bottom: 58px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-83 {
    margin-bottom: 83px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

/*------Padding all-------*/
.p-60 {
    padding: 60px !important;
}

/*------Padding left-------*/
.pl-0 {
    padding-left: 0px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

/*------Padding right-------*/
.pr-0 {
    padding-right: 0px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

/*------Padding Left Right-------*/
.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

/*------Padding Top-------*/
.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-94 {
    padding-top: 94px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

/*------Padding-------*/
.p-15 {
    padding: 15px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-48 {
    padding: 48px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-38 {
    padding: 38px !important;
}

.p-30 {
    padding: 30px !important;
}

/*------Padding Bottom-------*/
.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-58 {
    padding-bottom: 58px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

/*------Padding  Top Bottom-------*/
.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ptb-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.ptb-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.ptb-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.ptb-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.ptb-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.ptb-118 {
    padding-top: 118px !important;
    padding-bottom: 118px !important;
}

.ptb-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.ptb-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.ptb-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
}

.ptb-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.ptb-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.ptb-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.ptb-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.ptb-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.ptb-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
}

@media (min-width: 768px) {
    .pl-md-0 {
        padding-left: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pl-md-30 {
        padding-left: 30px !important;
    }

    .mb-lg-100 {
        margin-bottom: 100px !important;
    }
}

@media (max-width: 768px) {
    .mb-sm-30 {
        margin-bottom: 30px;
    }
}

.img-wrap .img-item {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.img-wrap .img-item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    transition: .4s;
}

.img-wrap .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-c {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-c iframe,
.video-c object,
.video-c embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*常用css---------------------*/

body {
    background-color: #ffffff;
    overflow-x: hidden;
}
body.index-body{
   background-color: #f4f1f1;
}

@media (min-width: 992px) {

    .kv_slider_mo {
        display: none;
    }
}

@media (max-width: 991px) {
    html{
  overflow-x: hidden;
}
    .kv_slider {
        display: none;
    }

    img {
        max-width: 100% !important;
    }

    body {
        padding-top: 60px;
    }
}


.content{
  padding-bottom: 400px;
  position: relative;
}
@media (max-width: 991px){
  .content{
  padding-bottom: 200px;
}
}

.content:before{
  content: "";
  height:500px;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-image: url(../images/con-bg.png);
}


.header .pc-header .top-menu .logo {
    display: none;
}

@media (max-width: 991px) {
    .header .pc-header .top-menu .logo {
        display: block;
        height: 60px;
    }

    .header .pc-header .top-menu .logo img {
        width: 200px;
        padding: 10px 0 0 10px;
    }
}


@media (min-width: 991px) {

    .header .pc-header {
        background-color: #f1f1f1;
    }

    .header .pc-header .top-menu .collapse {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        width: 100%;
        position: fixed;
        top: 0px;
        z-index: 99999;

    }

    .header .pc-header.stick .top-menu .collapse {
        background-color: #fff;
        box-shadow: 0 1px 6px -3px #000;
    }

    .header .pc-header .top-menu .collapse .pc-logo {
        flex: 0 0 25%;
    }

    .header .pc-header .top-menu .collapse .pc-logo img {
        width: 100%;
    }

    .header .pc-header .top-menu .header-c {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .search-btn i {
        color: #b5b5b5;
    }

    .search-btn:hover i,
    .search-btn.active i {
        color: var(--hog);
    }

    .header-ser {
        display: none;
        position: absolute;
        right: 0px;
        bottom: -38px;
        width: auto;
    }

    .header-ser.active {
        display: flex;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
    }

    .header-ser .btn {
        background-color: var(--og);
        color: #fff;
        font-size: 16px;
    }

    .header-ser .btn:hover {
        background-color: var(--hog);
    }

    .header-ser .btn:focus {
        background-color: var(--dog);
        box-shadow: unset;
    }

    .header-ser input {
        min-width: 10em;
        font-size: 16px;
    }

    .header .pc-header .top-menu .collapse .nav {
        flex: 0 0 70%;
        justify-content: end;
    }

    .header .pc-header.stick .top-menu .collapse .nav {}

    .header .pc-header .top-menu .collapse .nav-items {
        position: relative;
    }

    .header .pc-header .top-menu .collapse .nav-items .nav-link {
        color: #000;
        font-size: 18px;
        padding: 35px 15px;
        display: block;
        position: relative;
    }

    .header .pc-header.stick .top-menu .collapse .nav-items .nav-link {
        padding: 15px 20px;
    }

    .header .pc-header .top-menu .collapse .nav-items .nav-link:hover,
    .header .pc-header .top-menu .collapse .nav-items .nav-link.active {
        color: var(--hog);
    }

    .header .pc-header .top-menu .collapse .nav-items .nav_mb_ul {
        position: absolute;
        width: 100%;
        background: #fff;
        top: 53px;
        left: 0;
        z-index: 1;
        display: none;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .header .pc-header .top-menu .collapse .nav-items .nav_mb_ul ul {
        width: 100%;
    }

    .header .pc-header .top-menu .collapse .nav-items .nav_mb_ul ul li {
        padding: 0;
    }
}

@media (min-width: 991px) and (max-width: 990px) {
    .header .pc-header .top-menu .collapse .nav-items .nav_mb_ul ul li {
        width: 100%;
    }
}

@media (min-width: 991px) {
    .header .pc-header .top-menu .collapse .nav-items .nav_mb_ul ul li a {
        color: var(--lg);
        font-weight: bolder;
        font-size: 17px;
        padding: 20px 25px;
        display: block;
    }

    .header .pc-header .top-menu .collapse .nav-items .nav_mb_ul ul li a:hover {
        text-decoration: underline var(--og);
    }
}

@media (min-width: 991px) and (max-width: 990px) {
    .header .pc-header .top-menu .collapse .nav-items .nav_mb_ul {
        position: relative;
        padding-top: 0px;
        margin-bottom: 0;
        list-style: none;
        width: 100%;
        float: none;
        top: initial;
        left: initial;
        z-index: 1;
        display: block;
    }
}

@media (min-width: 991px) {
    .header .pc-header .top-menu .collapse .nav-items:hover .nav_mb_ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header .pc-header .top-menu .collapse .top-icon-list .top-icon-link a {
        position: relative;
        display: block;
        padding: 15px;
        font-size: 18px;
    }

    .header .pc-header .top-menu .collapse .top-icon-list .top-icon-link a .bag-number {
        position: absolute;
        min-width: 20px;
        height: 20px;
        background: red;
        color: #fff;
        left: 75px;
        bottom: 5px;
        border-radius: 20px;
        font-size: 12px;
        padding: 2px;
        text-align: center;
        line-height: 16px;
    }
}

@media (min-width: 1024px) {
    .header .pc-header .top-menu .has-hover {
        position: relative;
    }

    .header .pc-header .top-menu .has-hover:before {
        bottom: -6px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: rgba(0, 54, 134, 0.9);
        border-width: 10px;
        margin-left: -10px;
        display: none;
        opacity: 0;
    }

    .header .pc-header .top-menu .has-hover .hover-wrap {
        position: absolute;
        width: 100vw;
        top: 33px;
        left: 60%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        background: rgba(0, 54, 134, 0.9);
        z-index: 9;
        display: none;
        opacity: 0;
    }
}

@media (min-width: 1024px) and (min-width: 1200px) {
    .header .pc-header .top-menu .has-hover .hover-wrap {
        left: -95%;
    }
}

@media (min-width: 1024px) {
    .header .pc-header .top-menu .has-hover .hover-wrap .hover-list {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 25px 0;
        border-bottom: 1px solid #fff;
    }

    .header .pc-header .top-menu .has-hover .hover-wrap .hover-list:last-child {
        border: none;
    }

    .header .pc-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-title {
        padding-left: 15px;
        width: 15%;
        text-align: left;
    }

    .header .pc-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-title h4 {
        color: #fff;
    }

    .header .pc-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-title h5 {
        color: #529dff;
        font-weight: bolder;
    }

    .header .pc-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun {
        width: 85%;
    }

    .header .pc-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li {
        width: 20%;
        margin: 0;
    }

    .header .pc-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a {
        display: block;
        padding: 0 25px;
        border: none;
    }

    .header .pc-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a .img-wrap {
        margin-bottom: 15px;
    }

    .header .pc-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a .img-wrap .img-item {
        padding-top: 60%;
    }

    .header .pc-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a h4 {
        color: #fff;
        margin-bottom: 0;
        text-align: left;
    }

    .header .pc-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a:hover .img-item {
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#FFFFFF)";
        /*IE 8*/
        -moz-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.7);
        /*FF 3.5+*/
        -webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.7);
        /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.7);
        /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#FFFFFF);
        /*IE 5.5-7*/
    }

    .header .pc-header .top-menu .has-hover:hover .hover-wrap,
    .header .pc-header .top-menu .has-hover:hover:before {
        display: block;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .pc-header {
        display: none;
    }
}


.header .mo-header .top-menu .logo {
    display: none;
}

@media (max-width: 991px) {
    .header .mo-header .top-menu .logo {
        display: block;
        height: 60px;
        padding: 5px;
    }

    .header .mo-header .top-menu .logo img {
        height: 100%;
        padding: 5px;
    }
}

@media (min-width: 991px) {
    .mo-header {
        display: none;
    }
}

.header .top-title {
    background-color: #005eac;
    height: 45px;
}

.header .top-title ul.marquee {
    display: block;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: relative;
    overflow: hidden;
    height: 45px;
    width: 100%;
}

.header .top-title ul.marquee li {
    position: absolute;
    top: -999em;
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    left: 0;
}

.header .stick {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1039;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";
    /*IE 8*/


}

@media (max-width: 991px) {
    .header .mo-header {
        position: fixed;
        width: 100%;
        height: 60px;
        z-index: 9999;
        background: #fff;
        top: 0;
        left: 0;
    }

    .header .mo-header .top-menu .search-input2 {
        position: absolute;
        right: 70px;
        top: 20px;
        z-index: 5;
    }

    .header .mo-header .top-menu .search-input2 i {
        color: #d2d2d2;
        font-size: 24px;
    }

    .header .mo-header .top-menu #search-input2 {
        position: absolute;
        width: 250px;
        top: 80px;
        right: 20px;
        z-index: 5;
    }

    .header .mo-header .top-menu #search-input2 .form-control {
        border-radius: 5rem;
        padding: .375rem 1rem;
    }

    .header .mo-header .top-menu .navbar-toggler {
        background-color: #fff;
        z-index: 9999;
        top: 12px;
        right: 12px;
        border-color: var(--og);
    }

    .header .mo-header .top-menu .navbar-toggler .icon-bar {
        background-color: var(--og);
    }

    .header .mo-header .top-menu .navbar-toggler.yes .icon-bar {
        background: 0 0;
    }

    .header .mo-header .top-menu .navbar-toggler.yes .icon-bar:first-child,
    .header .mo-header .top-menu .navbar-toggler.yes .icon-bar:last-child {
        background-color: #d2d2d2;
    }

    .header .mo-header .top-menu .navbar-collapse .nav li {
        margin-right: 0px;
    }

    .header .mo-header .top-menu .navbar-collapse .nav li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff;
        padding: 10px 15px;
        border-bottom: 1px solid #fff;
    }

    .header .mo-header .top-menu .navbar-collapse .nav li a.collapsed .fa-chevron-up:before {
        content: "\f078";
    }

    .header .mo-header .top-menu nav .navbar-collapse {
        overflow: auto;
        bottom: 0;
        position: fixed;
        top: 98px;
        overflow-y: auto;
        left: 0;
        right: 0;
        background: var(--og);
        text-align: center;
        padding: 0;
        opacity: 0;
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%);
        -webkit-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -webkit-transform .35s 0s;
        -o-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -o-transform .35s 0s;
        -moz-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -moz-transform .35s 0s;
        transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -webkit-transform .35s 0s;
        -o-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s;
        transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s;
        transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -webkit-transform .35s 0s;
        transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -webkit-transform .35s 0s, -moz-transform .35s 0s, -o-transform .35s 0s;
        z-index: 888;
    }

    .header .mo-header .top-menu nav .navbar-collapse.show {
        top: 60px;
        right: 0;
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        padding-bottom: 30px;
        -webkit-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        -o-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        -moz-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        -o-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
    }

    .has-hover {
        display: none;
    }
}

.footer {
    background: #f1f1f1;
    padding: 20px;
}

.footer-item span {
    font-size: 16px;
    color: #777;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .footer {
        padding: 15px 0 15px 0;
    }

}

.footer .fx-btn-g {
    position: fixed;
    right: 3px;
    top: calc(25% + 195px);
    z-index: 999999;
}

.footer .fx-btn-g .fx-btn {
    display: block;
    margin-bottom: 10px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px #0d0409;
    transition: .4s;


}

.footer .fx-btn-g .fx-btn.fx-btn-cart {
    background-color: var(--og);
}

.footer .fx-btn-g .fx-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 2px 6px #0d0409;
}


.footer .fx-btn-mo {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999999;
}

.footer .fx-btn-mo .fx-btn {
    padding: 5px 5px;
    font-size: 22px;
    color: #fff;
    width: 33.33333%;
    text-align: center;
    letter-spacing: 2px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.footer .fx-btn-mo .fx-btn img {
    width: 40px;
}

.footer .fx-btn-mo .fx-btn.fx-btn-cart {
    background-color: var(--og);
}

.footer .fx-btn-mo .fx-btn.fx-btn-tel {
    background-color: #E7B5DA;
}

.footer .fx-btn-mo .fx-btn.fx-btn-line {
    background-color: #01b901;
}

.footer .fx-btn-mo .fx-btn.fx-btn-fb {
    background-color: #007aff;
}

.cd-top {
    position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px #0d0409;
    transition: .4s;
    right: 3px;
    overflow: hidden;
    text-indent: 100%;
    background: url(../images/fxbtn-up.png) center no-repeat;
    color: #fff;
    z-index: 999999;
    top: calc(25% + 390px);
}

.cd-top:hover {
    transform: translateY(-3px);
    box-shadow: 0px 2px 6px #0d0409;
}

@media(max-width: 991px) {
    .cd-top {
        bottom: 60px;
        top: unset;
        width: 45px;
        height: 45px;
    }
}

.footer .footer-body .ft-r {
    justify-content: space-between;
    align-items: center;
}

.footer .footer-body .ft-logo {
    flex: 0 0 12%;
    padding-left: 15px;
    padding-right: 15px;
}

.footer .footer-body .ft-logo {
    width: 100%;
}

.footer .footer-body .foot-col {
    flex: 0 0 87%;
    padding-left: 15px;
    padding-right: 15px;
}

.footer .footer-body .ft-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px #9b9b9b solid;
    margin-bottom: 10px;
}

.footer .footer-body .ft-nav .ft-nav-a {
    color: var(--hog);
    font-size: 16px;
    padding: 15px 20px;
    transition: .4s;
}

.footer .footer-body .ft-nav .ft-nav-a:hover {
    text-decoration: underline;
}

.footer .footer-body .ft-nav .ft-nav-a:first-child {
    padding-left: 0px;
}

.footer .footer-body .ft-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.footer .footer-body .ft-contact p,
.footer .footer-body .foot-col p {
    font-size: 15px;
    color: #666;
    margin-bottom: 0px;
}

@media(max-width: 991px) {
  .footer .footer-body .ft-r {
    justify-content: center;
  }
    .footer .footer-body .ft-logo {
        flex: 0 0 30%;
        padding-left: 15px;
        padding-right: 15px;
    }


    .footer .footer-body .ft-logo {
        width: 100%;
    }

    .footer .footer-body .foot-col {
        flex: 0 0 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px;
    }

    .footer .footer-body .ft-nav{
      justify-content: center;
    }
    .footer .footer-body .ft-nav .ft-nav-a{
      padding: 5px 15px;
    }

    .footer .footer-body .ft-nav .ft-nav-a:first-child {
        padding-left: 15px;
    }
    .footer .footer-body .ft-contact p{
      margin-bottom: 5px;
      flex: 0 0 100%;
    }
}

.kv_slider .img-wrap .img-item {
    padding-top: 700px;
}

.kv_slider .img-wrap .img-item .kv-word {
    text-align: left;
    top: 27%;
    position: absolute;
    left: 10%;
}

@media (min-width: 1200px) {
    .kv_slider .img-wrap .img-item .kv-word {
        left: calc(50% - 600px);
    }
}

.kv_slider .img-wrap .img-item .kv-word h3 {
    color: #000;
    letter-spacing: 4px;
    font-size: 58px;
    margin-bottom: 20px;
}

.kv_slider .img-wrap .img-item .kv-word p {
    color: #000;
    letter-spacing: 4px;
    font-size: 38px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .content {
        padding-top: 0px;
        overflow: hidden;
    }
}

.kv_slider_mo .img-wrap .img-item {
    position: relative;
    padding-top: 56.25%;
}

.kv_slider_mo .img-item .kv-word {
    text-align: center;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.kv_slider_mo .img-item .kv-word h3 {
    color: #000;
    letter-spacing: 4px;
    font-size: 58px;
    margin-bottom: 20px;
}

.kv_slider_mo .img-item .kv-word p {
    color: #000;
    letter-spacing: 4px;
    font-size: 38px;
    font-weight: bold;
}

@media (max-width: 786px) {
    .kv_slider_mo .img-item .kv-word {
        zoom: .7;
    }
}
.amore {
  text-align: center;
  margin-top: 20px;
}
.amore a{
  padding: 10px 50px;
  background-color: var(--hog);
  color: #fff;
  letter-spacing: 2px;
  border-radius: 5px;
  display: block;
  width: fit-content;
  font-size: 16px;
  margin: 0 auto;
}
.amore a:hover{
  background-color: var(--og);

}
.id-s1{
  position: relative;
  padding-top: 30px;
}
.id-s1:before{
  width: 120%;
  height: 250px;
  content: "";
  background-color: var(--og);
  transform: rotate(-2deg);
  position: absolute;
  top: -50px;
  z-index: -1;
  left: -5%;
}

.idsti{
  text-align: center;
  margin-bottom: 35px;
}

.idsti h3{
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.idsti h2{
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 0px;
  color: #333;
}


.id-s1 .idsti h3{
  color: #fff;
}

.ids1-c{
  box-shadow: 2px 2px 10px 0px #999;
  margin: 30px;
}
.ids1-c .img-wrap .img-item{
  padding-top: 75%;
}

.ids1-c .word-item{
  background-color: #f8f8f8;
  padding: 20px 5px 5px;
}
.ids1-c .word-item h4{
  font-size: 24px;
  color: #000;
  letter-spacing: 2px;

}

.ids1-c .word-item p{
  overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    height: 9.6em;
    line-height: 1.2em;
    font-size: 16px;
    color: #000;
    letter-spacing: 2px;
}
.ids1-c .word-item a{
  color: #fff;
  background-color: var(--hog);
  padding:15px 0px ;
  text-align: center;
  display: block;
}
.ids1-c .word-item a:hover{
  background-color: var(--og);
}
.id-s2,
.id-s3,
.id-s4 {
    margin-top: 110px;
}

@media (max-width: 991px) {

    .id-s2,
    .id-s3,
    .id-s4 {
        margin-top: 50px;
    }
}


.id-s2{
  position: relative;
  padding-top: 50px;
}

.id-s2:before{
  width: 120%;
  height: 450px;
  content: "";
  background-color: #fff;
  transform: rotate(-2deg);
  position: absolute;
  top: -250px;
  z-index: -1;
  left: -5%;
}

.id-s2 .idsti h3{
  color: var(--og);
}
.id-s2 .ids2-r{
  box-shadow: 2px 2px 10px 0px #999;
}
.ids2-bg{
  background-image: url(../images/news1.jpg);
  background-position: center top;
  background-size: cover;
}


.id-s2 .idtb {
    position: relative;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}


.idtb-con .idtb-con-ti {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.id-s2 .idtb .idtb-con {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .id-s2 .idtb .idtb-con {
        min-height: 250px;
    }

    .idtb-con .idtb-con-ti {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

}

.idtb .idtb-con .row {
    padding: 30px 0px;
    border-bottom: 1px #dcdcdc solid;
    position: relative;


}

.idtb .idtb-con .row:last-child {
    border: unset;
}

.idtb .idtb-con .row i{
  position: absolute;
  right: 15px;
  color: #000;
      transition: .4s;
}

.idtb .idtb-con .row div {
    color: #000;
    font-size: 15px;
        transition: .4s;
}

.idtb .idtb-con .row:hover div,
.idtb .idtb-con .row:hover i{
    color: var(--hog);
}
@media (max-width: 991px) {
  .idtb .idtb-con .row i{
    display: none;
}
}

.ids3-b{
    margin-right: 15px;
    margin-left: 15px;
}

.ids3-slider .slick-next{
    right: -25px;
    width: auto;
    height: auto;
}
.ids3-slider .slick-next:before,
.ids3-slider .slick-next:focus:before,
.ids3-slider .slick-next:hover:before{
        font-family: 'Font Awesome 5 Free';
    font-weight: 900;
        font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content:"\f054" ;
    color: #ff0000;
    font-size: 30px;
}
.ids3-slider .slick-prev:before,
.ids3-slider .slick-prev:focus:before,
.ids3-slider .slick-prev:hover:before {
   font-family: 'Font Awesome 5 Free';
    font-weight: 900;
        font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f053";
    color: #ff0000;
    font-size: 30px;
}
.ids3-slider .row{
  box-shadow: 2px 2px 10px 0px #999;
  align-items: stretch;

}
.ids3-slider .row .ids3-img{
  min-height: 250px;
  background-size: cover;
  background-position: center;
}
.ids3-slider .row .ids3-word{
  background-color: #fff;
  padding: 40px 45px;
}
.ids3-slider .row .ids3-word h3{
  font-size: 24px;
  margin-bottom: 1.5em;
  letter-spacing: 1px;
  color: var(--hog);

}
.ids3-slider .row .ids3-word p{
  font-size: 18px;
  line-height: 2em;
}

.page-kv{
  width: 100%;
  padding-top: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-kvword{
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;

}
.page-kvword .page-h1{
  font-size: 36px;
  color: #000;
  text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
  margin-bottom: 25px;
}

.page-kvword .page-h2{
  font-size: 21px;
  color: var(--og);
  margin-bottom: 0px;
    text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}
.breadcrumb {
    background-color: unset;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 100px;
}
.breadcrumb:before{
  height: 120px;
  width: 120%;
  content: "";
  background-color: var(--og);
  transform: rotate(-2deg);
  position: absolute;
  top: -40px;
  z-index: -1;
  left: -5%;
}

.breadcrumb .nav {
    float: left;
}

.breadcrumb .nav li {
    position: relative;
}

.breadcrumb .nav li a {
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

.breadcrumb li:before {
    content: '／';
    position: absolute;
    display: block;
    right: -6px;
    color: #fff !important;
}

.breadcrumb li:last-child:before {
    display: none;
}

.breadcrumb .nav li:last-child a {
    color: #fff;
}

.breadcrumb .nav li a i {
    color: #fff;
}

.pages-title {
    text-align: center;
    color: var(--og);
    font-size: 24px;
    margin-bottom: 35px;
}

.pages-title-sub {
    text-align: center;
    font-size: 16px;
    color: var(--og);
    line-height: 1.8em;
    margin: 0 auto;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .pages-title {
        margin-bottom: 15px;
    }

    .pages-title-sub {
        margin-bottom: 15px;
    }
}

.pages-cat .pages-cat-ul {
    display: flex;
}

.pages-cat .pages-cat-ul li {
    padding-bottom: 10px;
    border-bottom: 2px #ffffff00 solid;
    transition: .4s;
}

.pages-cat .pages-cat-ul li+li {
    margin-left: 75px;
}

@media (max-width: 991px) {
    .pages-cat .pages-cat-ul {
        display: none;
    }

    .pages-cat .pages-cat-ul.show {
        display: block;
    }

    .pages-cat .pages-cat-ul li+li {
        margin-left: unset;
    }
}


.pages-cat .pages-cat-ul li.active,
.pages-cat .pages-cat-ul li:hover {
    border-bottom: 2px var(--og) solid;
}

.pages-cat .pages-cat-ul li a {
    color: var(--og);
    font-size: 18px;
}

@media (max-width: 991px) {
    .pages-cat {
        text-align: center;
    }

    .pages-cat button {
        border: 1px solid var(--og);
        color: var(--og);
        font-size: 18px;
        width: 100%;
    }

    .pages-cat button.btn:hover,
    .pages-cat button.btn:focus {
        color: var(--og);

    }

    .pages-cat .pages-cat-ul {
        width: 100%;
    }

    .pages-cat .pages-cat-ul li.active {
        background-color: var(--hog);
    }

    .pages-cat .pages-cat-ul li.active a {
        color: #fff;
    }
}


.pages-sec {
    padding-top: 60px;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .pages-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.ab-s1-r {
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .ab-s1-r .ab-s1-c1 {
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 20px;
    }
}


.pag-nav {
    margin-top: 40px;
}

.pag-nav .pagination .page-item a.page-link {
    color: #000;
    font-size: 16px;
}

.pag-nav .pagination .page-item:hover a.page-link,
.pag-nav .pagination .page-item.active a.page-link {
    background-color: var(--og);
    color: #fff;
    border-color: var(--og);


}

.pag-nav .pagination .page-item:first-child a.page-link,
.pag-nav .pagination .page-item:last-child a.page-link {
    border: unset;
    color: #b3b4b8;
    background-color: unset;
}

.pag-nav .pagination .page-item+.page-item {
    margin-left: 5px;

}


.main-tb {
    border-radius: 10px;
    overflow: hidden;
}

.main-tb .main-tb-ti {
    background-color: #e8e8e8;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 991px) {
    .main-tb .main-tb-ti {
        display: none;
    }
}


.contact-sec {
    padding-bottom: 0px;
    padding-top: 0px;
    background-image: unset;
    position: relative;
}

.con-r {
    flex-direction: row-reverse;
}

.con-c {
    padding-right: 60px;
}

.con-c h3 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.con-c .con-des {
    font-size: 16px;
    color: #000;
    line-height: 36px;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.con-c .con-info {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;

}

.con-c .con-info p {
    font-size: 16px;
    color: #676767;
    line-height: 40px;
    margin-bottom: 0px;
    letter-spacing: 2px;

}

.con-c .con-info p i {
    color: var(--og);
    margin-right: 20px;
}

@media(max-width: 991px) {
    .con-c {
        padding-right: 15px;
        margin-top: 50px;
    }
}

.form-g .from-in {
    border: none;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    padding: 15px 0px;
    font-size: 16px;
    background-color: unset;
    letter-spacing: 2px;
    border-radius: 5px;
}

.form-g .form-da {
    border: 1px solid #dddddd;
    padding: 10px;
}

.form-g label {
    color: #333;
    font-size: 16px;
    letter-spacing: 2px;
}

.form-g .con-in {
    margin-bottom: 20px;
}

.form-g .form-sel {
    width: 100%;
    background-color: unset;
    padding: 10px 10px;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #000;
    min-height: 48px;
    letter-spacing: 2px;

}

.form-g .form-te {
    border: 1px solid #dddddd;
    padding: 10px;
    min-height: 150px;
    font-size: 16px;
}

.con-sub {
    position: relative;
}

.con-sub a {
    text-align: center;
    color: #fff;
    background-color: var(--hog);
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 50px;
    position: absolute;
    right: 15px;
}

.con-map {
    margin-top: 80px;
}

.news-ti .pages-title ,
.news-ti .pages-title-sub{
  color: #000;
}
.news-c{
  margin-bottom: 30px;
}
.news-c .img-wrap .img-item{
  padding-top: 75%;
  margin-bottom: 20px;
}

.news-c .word-item h3{
  font-size: 20px;
  color: #252525;
  overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5em;
}
.news-c .word-item p.news-des{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    height: 3em;
    font-size: 16px;
    color: #252525;
    margin-bottom: 0.5en;
}

.news-c .word-item .news-f{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-date{
  color: #252525;
  color: 16px;
  margin-bottom: 0px;
}

.news-c .word-item .news-f a{
  color: #000;
  font-size: 16px;
}

.news-c .word-item .news-f a:hover{
  color: var(--hog);
}

.newsp-ti {
  margin-bottom: 20px;
}

.newsp-ti .newsp-f{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsp-ti .newsp-f .newsp-daca{
  display: flex;
  align-items: center;
}

.newsp-ti .newsp-f .newsp-daca .newsp-date{
  font-size: 16px;
  color: #252525;
  margin-right: 15px;
}

.newsp-ti .newsp-f .newsp-daca .news-p-cat{
  color: #fff;
  font-size: 16px;
  background-color: #0e9ee7;
  padding: 10px 20px;
  border-radius: 999px;
}
.newsp-ti .newsp-f .newsp-soc{
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.newsp-ti .newsp-f .newsp-soc p{
  margin-bottom:0px ;
  font-size: 15px;
  color: #252525;
  margin-right: 5px;
}
.newsp-ti .newsp-f .newsp-soc a{
  margin-left: 5px;
  margin-right: 5px;
}
.newsp-ti .newsp-f .newsp-soc a i{
  color: #ddd;
  font-size: 18px;
  transition: .4s;
}

.newsp-ti .newsp-f .newsp-soc a:hover i{
  color: var(--og);
}


.newsp-ti h2{
      margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.news-editor{
  border-bottom: 1px solid #dddddd;
}
.news-editor p{
  line-height: 2em;
}

.newse-f {
  display: flex;
  flex-wrap: wrap;
}

.newse-f .newse-c{
  padding-left: 25px;
  padding-right: 25px;
  flex: 0 0 33.33%;
}

@media(max-width: 991px){
  .newse-f .newse-c{
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
}
}

.page-back{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.page-back a{
  font-size: 16px;
  color: #252525;
  margin-left: 10px;
  margin-right: 10px;
}

.page-back a:hover{
  font-size: 16px;
  color: var(--hog);

}

.page-back a.page-backbtn{
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #ddd;
}

.page-back a.page-backbtn:hover{
  border-color: var(--hog);
}

.page-ti2{
  text-align: center;
}

.page-ti2 .link-ti{
  align-items: center;
width: 100%;  
}

.page-ti2 .link-ti a{
  font-size: 24px;
  color: #000;

}

.page-ti2 .link-ti a:hover,
.page-ti2 .link-ti a.active{
  color: var(--og);
}

.page-ti2 .link-ti a:before{
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #000;
}
.page-ti2 .link-ti a:first-child:before{
  content: unset;
}


.proj-sec .container-fluid .proj-r:nth-child(odd){
  flex-direction: row-reverse;
}


.proj-sec .proj-r .proj-img{
  min-height: 450px;
  background-position: center;
  background-size: cover;
}

.proj-sec .proj-r .proj-c{
  position: relative;
  min-height: 450px;
  padding-top: 40px;
  padding-bottom: 50px;

}

.proj-sec .container-fluid .proj-r:nth-child(odd) .proj-c{
  padding-left: calc(50% - 600px);
  padding-right: 30px;
}
.proj-sec .container-fluid .proj-r:nth-child(even) .proj-c{
  padding-right: calc(50% - 600px);
  padding-left: 30px;
}

.proj-sec .proj-r .proj-c h3{
  letter-spacing: 2px;
  color: var(--hog);
  font-size: 20px;
  margin-bottom: 1.5em;
}
.proj-sec .proj-r .proj-c h2{
  letter-spacing: 2px;
  font-size: 32px;
  color: #000;
  margin-bottom: 1.5em;

}
.proj-sec .proj-r .proj-c p{
  font-size: 16px;
  color: #000;
}

.proj-sec .proj-r .proj-c  a{
  padding: 10px 50px;
  color: #fff;
  text-shadow: 0 0 3px #666;
  background-color:var(--hog) ;
  position: absolute;
  bottom: 40px;
  display: block;
  border-radius: 999px;
}

.proj-sec .container-fluid .proj-r:nth-child(even) .proj-c a{
  right: calc(100% - 600px);
}


.proj-sec .container-fluid .proj-r:nth-child(odd) .proj-c a{
  right:30px;
}

@media(max-width: 1360px){
  .proj-sec .container-fluid .proj-r:nth-child(odd) .proj-c{
  padding-left: 30px;
  padding-right: 30px;
}
.proj-sec .container-fluid .proj-r:nth-child(even) .proj-c{
  padding-right: 30px;
  padding-left: 30px;
}
.proj-sec .container-fluid .proj-r:nth-child(even) .proj-c a{
  right: 30px;
}

}
.case-c {
  box-shadow: 2px 2px 10px 0px #999 ;
  margin-bottom: 30px;
}
.case-c .img-wrap .img-item{
  padding-top: 75%;
}
.case-c .word-item {
  padding:10px ;
}
.case-c .word-item p{
  font-size: 20px;
  color: #000;
}
.ab-sec .ab-text h3{
  color: var(--og);
  font-size: 20px;
}

.ab-sec .ab-text p{
  color: #333;
  font-size: 16px;
}

.ab-sec .ab-imgdiv {
  position: relative;
}

.ab-sec .ab-imgdiv .ab-img{
  position: relative;
  top: -120px;
}

.ab-sec .ab-imgdiv .ab-img img{
  margin-bottom: 50px;
}

@media(max-width: 991px){

.ab-sec .ab-imgdiv .ab-img{
  display: flex;
  top: unset;
}
.ab-sec .ab-imgdiv .ab-img img{
  padding: 10px;
  flex: 0 0 50%;
  width: 50%;


}

}

.join-r{
  flex-direction: row-reverse;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;

} 

.join-r .join-img img{
  margin-bottom: 30px;
  box-shadow:2px 2px 10px 0px #999 ;
}

.join-r .join-word h3{
  color: var(--og);
  font-size: 18px;
  margin-bottom: 10px;

}
.join-r .join-word p{
  color: #333;
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 2em;
}

.join-r .join-word ul{
  margin-bottom: 32px;
}
.join-r .join-word ul li:before{
  content: "◎ ";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
}
.join-r .join-word ul li{
  color: #333;
  font-size: 16px;
  line-height: 2em;
  padding-left: 2em;
  position: relative;
}

.join-r2{
  margin-top: 100px;
  margin-bottom: 50px;
}
.join-r2 h2{
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 32px;
  color: var(--hog);
}

.join-r2 .jor2-c{
  text-align: center;
  margin-bottom: 30px;
}
.join-r2 .jor2-c.jor2-bor{
  position: relative;
}
.join-r2 .jor2-c.jor2-bor:before{
  content: "";
  position: absolute;
  height: 60px;
  width: 1px;
  background-color: #ddd;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.join-r2 .jor2-c.jor2-bor:after{
  content: "";
  position: absolute;
  height: 60px;
  width: 1px;
  background-color: #ddd;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media(max-width: 991px){
  .join-r2 .jor2-c.jor2-bor:after,
  .join-r2 .jor2-c.jor2-bor:before{
    content: unset;
  }
}
.join-r2 .jor2-c img{
  margin-bottom: 20px;
}

.join-r2 .jor2-c p{
  font-size: 16px;
  color: #000;
}

.join-r2 .jor2-c a{
  font-size: 16px;
  color:var(--hog);
}


.ab2-con1{
  position: relative;
  padding-bottom: 135px;
  margin-bottom: 70px;
}
.ab2-con1:before{
  content: "";
  position: absolute;
  height: 700px;
  width: 120%;
  transform: rotate(2deg);
  background-color: #eaf9ea;
  bottom: 0px;
  left: -10%;
}
.ab2-c1{
  box-shadow:2px 2px 10px 0px #999 ;
  padding: 70px 15px 15px;
  min-height: 450px;
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
}

.ab2-c1.ab2c1-1::before{
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 25px;
  left: 0px;
  background-color:var(--hog) ;
}
.ab2-c1.ab2c1-2:before{
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 25px;
   left: 0px;
  background-color:#71c7d5;
}
.ab2-c1.ab2c1-3:before{
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 25px;
   left: 0px;
  background-color:#f1ab3f ;
}
.ab2-c1.ab2c1-4:before{
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 25px;
   left: 0px;
  background-color:#eeeeee ;
}

.ab2-c1 .ab2c1-img{
  text-align: center;

}

.ab2-c1 .ab2c1-img img{
  width: auto;
  margin: 0 auto 50px;
}

.ab2-c1 .ab2c1-img h3{
  margin-bottom: 1em;
  font-size: 24px;
  letter-spacing: 2px;
  color: #000;
}

.ab2-c1 p{
  font-size: 16px;
  color: #000;
}

.abcon1-r2{
  margin-top: 50px;
}

.abcon1-r2 .ab2-c2{
  text-align: center;
}

.abcon1-r2 .ab2-c2 img{
  margin-bottom: 10px;
}
.abcon1-r2 .ab2-c2 h3{
  font-size: 24px;
  color: #000;
}

.abr3-pad{
  padding-left: 35px;
  padding-right: 35px;
}

.abr3-pad .abr3-word{
  padding: 50px 40px;
  background-color: #f0fbf0;
}

.abr3-pad .abr3-word h3{
  font-size: 30px;
  color: #26a34c;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.abr3-pad .abr3-word h3 span{
  font-size: 30px;
  color: #115c2d;
}

.abr3-pad .abr3-word p{
  line-height: 2em;
  margin-bottom: 0px;
}
.proj-rtem{
    justify-content: center;
}
.proj-rtem .ab2-c1{
    min-height: unset;
}

.proj-rtem .slick-next{
    right: -25px;
    width: auto;
    height: auto;
}
.proj-rtem .slick-next:before,
.proj-rtem .slick-next:focus:before,
.proj-rtem .slick-next:hover:before{
        font-family: 'Font Awesome 5 Free';
    font-weight: 900;
        font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content:"\f054" ;
    color: #ff0000;
    font-size: 30px;
}
.proj-rtem .slick-prev:before,
.proj-rtem .slick-prev:focus:before,
.proj-rtem .slick-prev:hover:before {
   font-family: 'Font Awesome 5 Free';
    font-weight: 900;
        font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f053";
    color: #ff0000;
    font-size: 30px;
}