@charset "UTF-8";
:root {
  --og: #ff723a;
  --hog: #eb952f;
  --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; 
  letter-spacing: 1px;
}

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;
}

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; 
}

.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: #f6f9fe;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .kv_slider_mo {
    display: none; 
  } 
}

@media (max-width: 991px) {
  .kv_slider {
    display: none; 
  }
  img {
    max-width: 100% !important; 
  } 
  body{
    padding-top: 60px;
  }
}



.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: relative;
    padding-left: 90px;
    padding-right: 85px;
    z-index: 99999;

  }
  .header .pc-header .top-menu .collapse .pc-logo{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
  }
  .header .pc-header.stick .top-menu .collapse .pc-logo{
    zoom: .7
    }
  .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{
    margin-left: 265px;
  }
  
  .header .pc-header.stick .top-menu .collapse .nav{
    margin-left: 210px;
  }
  .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: 25px 20px;
    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: var(--og);
    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; 
  }
  .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-body{
    text-align: center;
  }
  .footer-item span{
    font-size: 16px;
    color: #777;
    vertical-align: middle;
  }

  @media (max-width: 768px) {
    .footer {
      padding: 15px 0  15px 0; 
    } 

  }
  .kv_slider .img-wrap .img-item {
    padding-top: 600px;
  }
  .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;
    }
  }
  .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;
    }
  }
  .id-s1{
    margin-top: -140px;
    z-index: 2;
  }
  @media (max-width: 991px){
    .id-s1{
      margin-top: -40px;
    }
  }

  @media (max-width: 1200px){
    .id-s1-table{
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  .id-s1-table .id-s1-th{
    color: #fff3ee;
    font-size:24px ;
    background-color: var(--og);
    padding: 15px;
    text-align: center;
  }
  .id-s1-table .id-s1-t{
    padding-left: 0px;
    padding-right: 0px;
  }
  @media (max-width: 991px){
    .id-s1-table .id-s1-t{
      box-shadow: 0px 0px 2px #ccc;
      border-radius: 15px;
    }
  }
  .id-s1-table .id-s1-t1 .id-s1-th{
    border-top-left-radius: 15px;
  }
  .id-s1-table .id-s1-t2 .id-s1-th{
    border-top-right-radius: 15px;
  }
  @media (max-width: 991px){
    .id-s1-t2{
      margin-top: 20px;
    }
    .id-s1-table .id-s1-t1 .id-s1-th{
      border-top-right-radius: 15px;
    }
    .id-s1-table .id-s1-t2 .id-s1-th{
      border-top-left-radius: 15px;

    }
  }

  .s1-t-r{
    margin-right: 0px;
    margin-left: 0px;

  }
  .s1-t-r .s1-t-c{
    padding-left: 0px;
    padding-right: 0px;
  }
  .id-s1-t .s1-t-ca{
    display: flex;
    align-items: center;
    padding: 15px 0px 15px 50px;
    font-size: 24px;
    color: #000;

  }
  @media (max-width: 1200px){
    .id-s1-t .s1-t-ca{
      padding: 15px 0px 15px 30px;
    }
  }
  .id-s1-t .s1-t-ca img{
    height: 40px;
    margin-right: 25px;
  }
  .s1-t-ca1{
    background-color: #efe8e6;
  }
  .s1-t-ca2{
    background-color: #efefef;
  }
  .s1-t-ca3{
    background-color: #eeefe6;
  }
  .s1-t-ca4{
    background-color: #e4ebe2;
  }
  .s1-t-con{
    padding: 25px 0px 35px 50px;
    min-height: 380px;
  }
  @media (max-width: 1200px){
    .s1-t-con{
      padding: 25px 0px 20px 30px;
      min-height: 380px;
    }
  }
  @media (max-width: 991px){
    .s1-t-con{
      min-height: unset;
    }
  }
  .s1-t-con ul li{
    color: #000;
    font-size: 18px;
    line-height: 2.5em;
  }
  .s1-t-con1{
    background-color: #fff5f3;
    border-bottom-left-radius: 15px;
  }
  .s1-t-con2{
    background-color: #ffffff;
  }
  .s1-t-con3{
    background-color: #fefff3;
  }
  .s1-t-con4{
    background-color: #f0f9ed;
    border-bottom-right-radius: 15px;
  }
  @media (max-width: 991px){
    .s1-t-con1{
      border-bottom-left-radius: 0px;
    }
    .s1-t-con2{
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
    }
    .s1-t-con4{
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
    }
  }
  .id-s2 ,  .id-s3,  .id-s4{
    margin-top: 110px;
  }
  @media (max-width: 991px){
    .id-s2 , .id-s3,  .id-s4{
      margin-top: 50px;
    }
  }
  .id-s2-ti{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .id-s2-ti-w{
    display: flex;
    align-items: center;
  }
  .id-s2-ti-w h2{
    font-size: 32px;
    color: #000;
    line-height: 45px;
    letter-spacing: 3px;
    position: relative;
  }
  .id-s2-ti-w h3{
    font-size: 20px;
    color: #000;
    line-height: 45px;
    letter-spacing: 3px;
  }

  .id-s2-ti-1{
    width: 100%;
    padding-left: 230px;
  }
  @media (max-width: 991px){
    .id-s2-ti-w{
      display: block;
    }
    .id-s2-ti-w h2 ,.id-s2-ti-w h3{
      line-height: 1.2em;
    }
    .id-s2-ti-1{
      padding-left: 150px;
      padding-right: 15px;
    }
  }
  @media (max-width: 767px){
    .id-s2-ti-1{
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .id-s2 .id-s2-ti-1 .id-s2-ti-w h2{
    margin-right: 220px;
  }
  .id-s2 .id-s2-ti-1 h2:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 180px;
    margin-left: 20px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    text-align: center;   
  }
  @media (max-width: 1200px){
    .id-s2 .id-s2-ti-1 .id-s2-ti-w h2{
      margin-right: 150px;
    }
    .id-s2 .id-s2-ti-1 h2:after{
      width: 120px;
      margin-left: 15px;
    }
  }
  @media (max-width: 991px){
    .id-s2 .id-s2-ti-1 h2:after{
      width: 240px;
    }
    .id-s2 .id-s2-ti-1 .id-s2-ti-w h2{
      margin-right: 0px;
    }
  }
  @media (max-width: 768px){
    .id-s2 .id-s2-ti-1 h2:after{
      content: none;
    }
  }
  a.more{
    font-size: 16px;
    color: #000;
    border-radius: 50px;
    padding: 8px 50px;
    border: #f0f0f0 2px solid;
    transition: .4s;
    letter-spacing: 2px;
  }
  a.more:hover{
    color: #fff;
    background-color: var(--og);
    border-color:var(--og) ;
  }
  @media (max-width: 991px){
    a.more{
      padding: 5px 20px;
    }
  }
  .id-s2 .idtb{
    padding-left: 30px;
    position: relative;
    padding-right: 0px;
  }
  @media (max-width: 1200px){
    .id-s2 .idtb{
      padding-right: 15px;
    }
  }
  @media (max-width: 767px){
    .id-s2 .idtb{
      padding-left: 15px;
    }
  }
  .idtb-con{
    background-color: #f1f1f1;
    border-radius: 15px;
  }
  .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: 230px;
    padding-right: 30px;
  }
  @media (max-width: 991px){
    .id-s2 .idtb .idtb-con{
      padding-left: 150px;
    }
    .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;

  }

  .idtb .idtb-con .row:last-child{
    border: unset;
  }
  .idtb .idtb-con .row div{
    color: #000;
    font-size: 16px;
  }
  .idtb .idtb-con .row:hover div{
    color: #008cdb;
  }
  .id-s2 .idtb .idtb-img{
    position: absolute;
    left: -20px;
    bottom: 0px;
  }
  @media (max-width: 767px){
    .id-s2 .idtb .idtb-img{
      left: -40px;
    }
  }

  .id-s3 .idtb{
    padding-left: 0px;
    padding-right: 30px;
  }
  .id-s3 .id-s2-ti-1{
    padding-right: 230px;
    padding-left: 0px;
    flex-direction: row-reverse;
  }
  .id-s3 .id-s2-ti-1 .id-s2-ti-w h3{
    margin-right: 220px;
    position: relative;
  }
  .id-s3 .id-s2-ti-1 h3:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 180px;
    margin-left: 20px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    text-align: center; 
  }
  .id-s3 .id-s2-ti-1 h2:after{
    content: none;
  }

  @media (max-width: 1200px){
    .id-s3 .id-s2-ti-1 .id-s2-ti-w h3{
      margin-right: 150px;
    }
    .id-s3 .id-s2-ti-1 h3:after{
      width: 120px;
      margin-left: 15px;
    }
  }
  @media (max-width: 991px){
    .id-s3 .id-s2-ti-1{
      flex-direction: unset;
    }
    .id-s3 .id-s2-ti-1 h3:after{
      width: 240px;
    }
    .id-s3 .idtb{
      padding-left: 0px;
      position: relative;
      padding-right: 30px;
    }
    .id-s3 .id-s2-ti-1{
      padding-left: 15px;
      padding-right: 15px;
    }
    .id-s3 .id-s2-ti-1 .id-s2-ti-w h3{
      margin-right: 0px;
    }
  }
  @media (max-width: 1200px){
    .id-s3 .idtb{
      padding-left: 15px;
    }
  }
  @media (max-width: 767px){
    .id-s3 .idtb{
      padding-right: 15px;
    }
    .id-s3 .id-s2-ti-1 h3:after{
      content: none;
    }
  }
  .id-s3 .idtb .idtb-img{
    position: absolute;
    right: -20px;
    bottom: 0px;
  }
  @media (max-width: 767px){
    .id-s3 .idtb .idtb-img{
      right: 0px;
      zoom: .8;
    }
  }

  .id-s3 .idtb .idtb-con{
    padding-right: 230px;
    padding-left: 50px;
  }
  @media (max-width: 991px){
    .id-s3 .idtb .idtb-con{
      padding-right: 150px;
      padding-left: 30px;
    }

  }
  .id-s3 .id-s2-ti-w{
    flex-direction: row-reverse;
  }

  .s4-con{
    padding: 55px 0px 50px calc(50% - 600px);
    background-color: #f2f6f9;
  }
  @media (max-width: 1200px){
    .s4-con{
      padding: 55px 0px 50px;

    }
  }
  @media (max-width: 991px){
    .s4-con{
      padding: 30px 15px 30px;

    }
  }
  .s4-con h3{
    color: #ff723a;
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 30px;

  }
  .s4-con h2{
    color: #000;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.5em;
  }
  .s4-con p {
    color: #000;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1.5em;
  }
  .s4-map{
    padding-left: 0px;
    padding-right: 0px;
  }

  .fix-r-btn{
    position: fixed;
    right: 20px;
    bottom:140px;

  }
  .fix-r-btn2{
    bottom: 20px;

  }
  .fix-r-btn img{
    max-width: 100px;
  }
  @media (max-width: 991px){
     .fix-r-btn{
      bottom:110px ;
     }
     .fix-r-btn2{
    bottom: 20px;

  }
    .fix-r-btn img{
      width: 90px;
    }
  }
  .breadcrumb{
    background-color: #fff;
  }

  .breadcrumb .nav{
    float: right;
  }
  .breadcrumb .nav li{
    position: relative;
  }

  .breadcrumb .nav li a {
    color: #000;
    padding: 10px;
    font-size: 16px;
  }
  .breadcrumb li:before{
    content: '／';
    position: absolute;
    display: block;
    right: -6px;
    color: #000 !important; 
  }
  .breadcrumb li:last-child:before {
    display: none;
  }
  .breadcrumb .nav li:last-child a{
    color: var(--og);
  }
  .breadcrumb .nav li a i {
    color: #c5c5c5;
  }

  .pages-title{
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 35px;
  }
  .pages-title-sub{
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 1.8em;
    margin: 0 auto;
    margin-bottom: 60px;

    max-width: 450px;
  }
  @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: 90%;
    }
    .pages-cat .pages-cat-ul li.active{
      background-color: var(--hog);
    }
    .pages-cat .pages-cat-ul li.active a{
      color: #fff;
    }
  }


  .pages-sec{
    background-image: url(../images/page-bg.png);
    background-position: bottom 0px left -20px;
    background-repeat: no-repeat;
    padding-bottom: 450px;
    padding-top: 60px;
  }
  @media (min-width: 1200px){
    .pages-sec{
      background-position: bottom 0px left calc(50% - 450px);
    }
  }
  @media (max-width: 991px){
    .pages-sec{
      background-size: contain;
      padding-bottom: 300px;
      padding-top: 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;
    }
  }
  .ab-s1-r img{
    max-width: 100%;
  }

  .ab-s1-r .ab-sub-ti{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }

  .ab-s1-r p{
    line-height: 2.5em;
    font-size: 16px;
    letter-spacing: 2px;

  }

  .li-s1{
    padding-bottom:60px ;
    background-image: unset;
  }
  .li-r , .me-r{
    margin-left: -25px;
    margin-right: -25px;
  }
  .li-c , .me-c{
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 60px;
  }
  .li-c a  , .me-s1-c{
    background-color: #fff;
    transition: .4s;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    display: block;
  }
  .li-c a:hover{
    transform: translateY(-10px);
    box-shadow: 2px 2px 5px #ccc;
  }

  .li-c a .img-wrap .img-item{
    padding-top: 75%;
  }
  .li-c a  .li-c-w{
    padding: 25px 0px 30px 20px;
  }
  .li-c-w h3{
    font-size: 30px;
    color: var(--og);
    font-weight: normal;
    margin-bottom: 15px;
  }

  .li-c-w p{
    font-size: 24px;
    color: var(--og);
    margin-bottom: 0px;

  }

  .li-p-1{
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .li-p-1 .li-p-r{
    flex-direction: row-reverse;
  }

  .li-p-1 .li-p-c-img .img-wrap .img-item{
    padding-top: 93%;
  }
  .li-p-1 .li-p-c-img .li-c-w{
    padding: 20px 0px;
  }
  .lipcw{
    overflow-x: hidden;
    margin-bottom: 50px;
  }
  .li-p-c-w .lipcw:last-child{
    margin-bottom: 0px;
  }
  .lipcw h3{
    font-size: 18px;
    color: var(--og);
    position: relative;
  }
  .lipcw h3:after{
    content: '';
    background-color: var(--og);
    height: 1px;
    width: 100%;
    position: absolute;
    left: 3em;
    top: 50%;
  }
  .lipcw ul{
    padding-left: 43px;
  }
  .lipcw ul li{
    font-size: 16px;
    color: #000;
    list-style-image:url(../images/li-p-li.png);
    padding-left: 2px;
    line-height: 2em;
  }
  .li-p-2{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .li-p-2 .lipcw h3:after{
    left: 5em;
  }
  .back-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  
  .back-btn a.pg-back{
    background-color: #c8c8c8;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 29px;
  }
   .back-btn a.pg-back:hover{
    background-color: var(--og);
    color: #fff;
   }
   .me-s1-c .video-c{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
   }
   .me-s1-c .me-c-w{
    padding: 15px 10px;
   }
   .me-s1-c .me-c-w p{
    color: #e19993;
    font-size: 16px;
    margin-bottom: 15px;
   }
   .me-s1-c .me-c-w h3{
    font-size: 18px;
    color: #6d6d6d;
    font-weight: normal;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  height: 3em;
  line-height: 1.5em;
   }
   .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;

  }

  .link-c{
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
  }
  .link-c .link-c-w{
    padding: 25px;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .link-c .link-c-w h3{
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    height: 3em;
    line-height: 1.5em;
  }
   .link-c .link-c-w p{
    font-size: 16px;
    color: #828282;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; 
  height: 9em;
  line-height: 1.5em;
  margin-bottom: 0px;

   }

   .link-c-a {
    width: 100%;
    background-color: #7fc5e8;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 0px;
   }
   .link-c-a:hover{
    color: #fff;
    background-color: #0056b3;
   }
   .link-c-a img{
    margin-right: 10px;
   }

   .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;
        }
      }


    .main-tb .main-tb-ti .row [class^=col]{
      color: #000;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 3px;
      text-align: center;
    } 
    .main-tb-body{
      background-color: #f1f1f1;
      counter-reset: num;
      padding-bottom: 50px;
    }

    .main-tb-body a{
      position: relative;
      padding-top: 15px;
      padding-bottom: 15px;
      transition: .4s;
    }
    .main-tb-body a:before{
      bottom: 0px;
      position: absolute;
      width: calc(100% - 90px);
      left: 50%;
      transform: translateX(-50%);
      background-color: #dcdcdc;
      height: 1px;
      content: '';

    }
    .main-tb-body a:hover{
      background-color: var(--hog);
    }
    .main-tb-body a:last-child:before , .main-tb-body a:hover:before{
      content: unset;
    }

    .main-tb-body a [class^=col]{
      font-size: 16px;
      color: #000;
      text-align: center;

    }
    .main-tb-body a:hover [class^=col]{
      color: #fff;

    }
    .main-tb-body a [class^=col]:first-child:after{
      counter-increment: num;
      content: counter(num, decimal-leading-zero);
    }

   .main-tb-body a .tb-con-ti{
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; 

  }

  @media (max-width: 991px){
      .main-tb-body a{
        display: block;
      }
      .main-tb-body a [class^=col]{
        color: #000;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;

      }
      .main-tb-body a [class^=col]:first-child{
        display: none;
      }
      .main-tb-body a .tb-con-ti{
       overflow: hidden;
        white-space: unset; 
       -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical; 

     }
     .main-tb-body a [class^=col]:last-child{
      margin-top: 10px;
      font-size: 14px;
      color: #333;
     }
   }

.stp-c{
  border-radius: 10px;
  background-color: #f1f1f1;
  padding: 25px 40px 200px ;
}
.stp-c .stp-ti{
  padding-bottom: 20px;
  border-bottom: 1px #dcdcdc solid;
}
.stp-c .stp-ti .st-date{
  font-size: 16px;
  color: #666;

}

.stp-c .stp-ti h2{
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.stp-c .st-con{
  padding-top: 20px;
}
.stp-c .st-con p {
  line-height: 36px;
  letter-spacing: 2px;
  font-size: 16px;
}
.ser-sec{
  padding-top: 0px;
  background-image: unset;
  padding-bottom: 110px;
}
.ser-con .ser-r{
  background-color: #f2f6f9;
  margin-bottom: 20px;
  min-height: 325px;
}
.ser-con .ser-r:nth-child(even){
  flex-direction: row-reverse;
}
.ser-con .ser-r .ser-c{
  padding: 40px 15px;
  position: relative;
}
.ser-con .ser-r .ser-c-img{
  background-repeat: no-repeat;
  min-height: 325px;
}
.ser-con .ser-r:nth-child(even) .ser-c-img{
  background-position: center right;
  background-size: auto 100%;
}
.ser-con .ser-r:nth-child(odd) .ser-c-img{
  background-position: center left;
  background-size: auto 100%;
}
.ser-con .ser-r:nth-child(odd) .ser-c{
  padding-right: calc(50% - 600px);
}
.ser-con .ser-r:nth-child(even) .ser-c{
  padding-left: calc(50% - 600px);
}

@media(max-width: 1200px){
  .ser-con .ser-r:nth-child(odd) .ser-c{
    padding-right: calc(50% - 450px);
  }
  .ser-con .ser-r:nth-child(even) .ser-c{
    padding-left: calc(50% - 450px);
  }
}
@media(max-width: 991px){
  .ser-con .ser-r:nth-child(odd) .ser-c , .ser-con .ser-r:nth-child(even) .ser-c{
    padding-right:15px ;
    padding-left: 15px;
  }

}

.ser-con .ser-r .ser-c h3{
  color: #000;
  font-size: 36px;
  letter-spacing: 3px;
  margin-bottom: 0px;
  line-height: 45px;
}

.ser-con .ser-r .ser-c p {
  color: #6e6e6e;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 36px;
}
@media(max-width: 991px){
  .ser-con .ser-r .ser-c p{
    margin-bottom: 50px;
  }
}
.ser-btn{
  position: absolute;
  bottom: 30px;
}
.ser-btn a{
  background-color: var(--og);
  border-radius: 90px;
  border: 1px solid var(--og);
  color: #ffffff;
  font-size: 16px;
  padding: 10px 55px;
  position: relative;
}

.ser-btn a:hover{
  color: var(--og);
  background-color: #fff;
}

.ser-btn a i{
  position: absolute;
  left: 25px;
  top: 53%;
  transform: translateY(-50%);
}


.contact-sec{
  padding-bottom: 0px;
  padding-top: 0px;
  background-image: unset;
}
.con-r{
  flex-direction: row-reverse;
}
.con-c{
  padding-right: 70px;
  }
.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: #0068fc;
  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: #0d9ee7;
  font-size: 16px;
  border-radius: 50px;
  padding: 10px 50px;
  position: absolute;
  right: 15px;
}
.con-map{
  margin-top: 80px;
}