@charset "UTF-8";
:root {
  --og: #ff6d0f;
  --hog: #e06b2f;
  --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; 
}

.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%;}

  @media (min-width: 992px) {
    .mb-s {
      display: none !important; 
    } 
  }
  @media (max-width: 991px) {
    .pc-s {
      display: none !important; 
    }
  }
/*常用css---------------------*/
body{
  background-color: #ffffff;
  overflow-x: hidden;

}

@media (min-width: 992px) {
  .kv_slider_mo {
    display: none; 
  } 
}

img {
    max-width: 100% ; 
  }

@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: #ffffff;
  }
  .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: 999;
    margin-bottom: 50px;


  }

  .header .pc-header.stick .top-menu .collapse{
    margin-bottom: 0px;
  }
  .header .pc-header .top-menu .collapse .pc-logo{
    max-width: 200px;
  }
  .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;
    border-bottom: 2px solid var(--og) ;
  }
  .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: #292929;
    font-size: 16px;
    padding: 40px 35px 35px;
    display: block;
    position: relative;
    text-align: center;
  }

  .header .pc-header .top-menu .collapse .nav-items .nav-link span{
    font-size: 12px;
  }
  .header .pc-header.stick .top-menu .collapse .nav-items .nav-link{
    padding: 15px 35px;
  }
  .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: #f6f9fe;
    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: 1px solid 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 {
    padding: 10px;
    margin-top: 30px;
    
  }
  .footer-body{
    text-align: center;
    border-top: 2px var(--og) solid; 
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-item{
    margin-top: 40px;
  }
  .footer-item p{
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    margin-bottom: 5px;
    line-height: 1.5em;
  }
  .footer-item p span + span{
    margin-left: 2em;
  }

  .logo-f{
    margin-bottom: 30px;
  }

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

  }
  .kv-c{
    margin-bottom: 35px;
  }
  .kv_slider .img-wrap .img-item {
    padding-top: 660px;
  }
  .kv_slider .img-wrap .img-item .kv-word {
    text-align: center;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: .4s;
    
  }
  .kv_slider  .img-wrap .img-item:hover .kv-word{
   background-color: #ffffff99;

 }
 .kv_slider .img-wrap .img-item .kv-word h3 {
  color: var(--og);
  letter-spacing: 4px;
  font-size: 36px;
  line-height: 100px;
  background-color: #ffffff99;
}
.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: 20px;
    padding-bottom: 40px;
  }
}
.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%;
  background-color: #ffffff99;
  padding-top: 10px;
  padding-bottom: 10px;
}
.kv_slider_mo .img-item .kv-word h3 {
  color: var(--og);
  letter-spacing: 4px;
  font-size: 28px; 
  line-height: 50px;
  background-color: #ffffff99;
}

@media (max-width: 786px){
  .kv_slider_mo .img-item .kv-word{
    zoom: .7;
  }
}

.section-ti{
  color: var(--og);
  font-size: 28px;
  margin-bottom: 25px;
  text-align: center;
  padding-top: 45px;
  position: relative;

}

.section-ti:before{
  content: "";
  position: absolute;
  top: 0px;
  width: 50vw;
  background-color: var(--og);
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.sec-des{
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
}

.id-s1{
  margin-bottom: 30px;
}

.id-s1 .video-c{
  width: 80%;
  margin: 0 auto;
}


@media (max-width: 991px){
 .id-s1{
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 40px;
  margin-bottom: 65px;
}
}

.id-s2 .s2-img{
  margin: 0 auto;
  display: block;
  width: 80%;
}
.id-s2 .s2-img img{
  box-shadow: 0 0 24px #ccc;
  width: 100%;
}

.id-more{
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.id-more a{
  color: var(--hog);
  position: relative;
  font-size: 18px;
  transition: .4s;
}

.id-more a:before{
  content: "";
  left: 0px;
  bottom: -3px;
  width: 70px;
  height: 10px ;
  background-image: url(../images/more-arr.png);
  position: absolute;

}

.id-more a:hover{
  opacity: 0.7;
}
.id-s3{
  margin-top: 65px;
}

.ids3-c{
  flex: 0 0 25%;
  max-width: 25%;
  padding: 1px;
}

.ids3-c a{
  display: grid;
  transition: .4S;
}

.ids3-c a:hover{
  opacity: .8;
}

.ids3-r{
  padding-left: 15px;
  padding-right: 15px;
}

.ids3-c img{
  width: 100%;
}

@media (max-width: 991px){

  .ids3-c{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
  }
}
.id-s4{
  margin-top: 70px;
}

.ids4-r{
  justify-content: center;
}

.ids4-r a{
  transition: .4s;
  display: grid;
}

.ids4-r a:hover{
  box-shadow: 0 0 10px #ccc;
}

.ids4-r a img{
  width: 100%;
}

@media (max-width: 991px){
  .ids4-r{
   padding-left: 10px;
   padding-right: 10px;
 }
 .ids4-c{
  padding-left: 10px;
  padding-right: 10px;
}
}

.id-s5{
  margin-top: 70px;
  padding-top: 45px;
}






.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: 100%;
  }
  .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;
  }
}

.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;

}


.contact-sec{
  padding-bottom: 0px;
  padding-top: 0px;
  background-image: unset;
}
.con-r{
  border-top:2px solid var(--og) ;
}
.con-c{
  padding-right: 70px;
  text-align: center;
}
.con-r h3{
  font-size: 18px;
  color: #000;
  font-weight: normal;
  margin-bottom: 35px;
  text-align: center;
}
.con-c .con-des{
  font-size: 16px;
  color: #000;
  line-height: 36px;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.con-c .con-info{
  text-align: center;
  margin-top: 30px;
}
.con-c .con-info p{
  font-size: 14px;
  color: #676767;
  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;
  }
}

@media(min-width: 992px){
  .con-c .con-logo{
    margin-top: 80px;
  }
  .contact-pages .con-c .con-logo{
    margin-top: 40px;
  }
}

.form-g{
  padding-left: 40px;
  padding-right: 60px;
}
.form-g .from-in{
  border: 1px solid var(--og);
  background-color:#ffffff00;
  padding:  2px;
  font-size: 16px;
  
  flex: 0 0 75%;
}

.form-g label{
  color: #333;
  font-size: 18px;
  text-align: right;
  flex: 0 0 23%;
}
.form-g .con-in{
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.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 var(--og);
  padding: 10px;
  min-height: 150px;
  font-size: 16px;
  background-color:#ffffff00;
}
.con-sub {
  position: relative;
  padding-bottom: 80px;
}

.con-sub a {
  text-align: center;
  color: #fff;
  background-color: var(--og);
  font-size: 16px;
  border-radius: 50px;
  padding: 5px 30px;
  position: absolute;
  right: 15px;
  bottom: 0px;
  transition: .4s;
  border: 1px solid var(--og);
}
.con-sub a:hover{
  background-color: #fff;
  color: var(--og);
}
.con-map{
  margin-top: 80px;
}

.id-s5 .con-r{
  padding-top: 45px;
}

@media(max-width: 991px){
  .form-g{
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-g .from-in{
    border: none;
    border: 2px solid var(--og);
    background-color:#ffffff00;
    padding:  2px;
    font-size: 16px;
    flex: 0 0 70%;
  }

  .form-g label{
    color: #333;
    font-size: 18px;
    text-align: right;
    flex: 0 0 28%;
  }
}

.con-info-tel {
  display: flex;
  justify-content: center;
}
.con-info-tel p{
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px){
  .con-sub a{
    right: 50%;
    transform: translateX(50%);
  }
  .con-info-tel{
    flex-wrap: wrap;
  }
  .con-info-tel p{
    flex: 0 0 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
  }


}

.ab-ul{
  position: relative;
  width: fit-content;
  margin: 40px auto;
  padding-left: 70px;


}
.ab-ul img{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);

}

.ab-ul .ab-li{
  padding-left: 45px;
  position: relative;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.ab-ul .ab-li:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 18px;
  background-image: url(../images/ab-li.png);
}

.ab-p{
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 1.8em;
}

.news-slider{
  margin-top: 20px;
}
.news-slider-nav img{
  margin: 16px;
}
.news-slider-single {
  padding-left: 15px;
  padding-right: 15px;
}
.news-slider-single a{
  padding: 15px;
}

.news-slider-single a img{
  box-shadow: 0px 0px 15px 0px #8d8d8daa;
}


.news-slider-single  .slick-next,
.news-slider-single  .slick-next:focus,
.news-slider-single  .slick-next:hover {
  right: 0px;
  outline: 0;
  width: 17px;
  height: 20px;
  z-index: 2;
  background: url(../images/slick-next.png);
  transform: translateX(100%);
}

.news-slider-single  .slick-next:focus:hover,
.news-slider-single  .slick-next:hover,
.news-slider-single  .slick-next:hover:hover {
  opacity: 0.8
}


.news-slider-single  .slick-prev,
.news-slider-single  .slick-prev:focus,
.news-slider-single  .slick-prev:hover {
  left: 0px;
  outline: 0;
  width: 17px;
  height: 20px;
  z-index: 2;
  background: url(../images/slick-prev.png) no-repeat;
  transform: translateX(-100%);
}


.news-slider-single  .slick-prev:focus:hover,
.news-slider-single  .slick-prev:hover,
.news-slider-single  .slick-prev:hover:hover {
  opacity: 1
}

h2.new-ti{
  font-size: 18px;
  color: var(--og);
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 30px;
}
h3.news-subti{
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 991px){
  .news-slider-nav img{
    margin: 5px;
  }
}

h1.pages-ti{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: var(--og);
  margin-bottom: 1.5em;
}

.pro-tabs{
  justify-content: space-around;
  width: 100%;
  border-bottom: 0px;


}

.pro-tabs li a.nav-link{
  font-size: 18px;
  color: #000;
  position: relative;
  padding:5px ;
  border: 0px;
}

.pro-tabs li a.active,
.pro-tabs li a:hover{
  border: 0px;
}
.pro-tabs li a.active:before,
.pro-tabs li a:hover:before{
  height: 2px;
  width: 100%;
  background-color: var(--og);
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.product-c{
  width: 87%;
  margin: 0 auto;
}

.product-r{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.product-r .products-items{
  flex: 0 0 25%;
  max-width: 25%;
  padding: 1px;
  position: relative;
  transition: .4s;
}

@media (max-width: 991px){
  .product-r .products-items{
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.product-r .products-items:before{
  transition: .4s;
  content: "";
  width: 100%;
  height: 0%;
  background: linear-gradient(90deg, #FF6D0F 0%, #FFFFFF00 100%);
  background: -moz-linear-gradient(90deg, #FF6D0F 0%, #FFFFFF00 100%);
  background: -webkit-linear-gradient(90deg, #FF6D0F 0%, #FFFFFF00 100%);
  background: -o-linear-gradient(90deg, #FF6D0F 0%, #FFFFFF00 100%);
  bottom: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0.6;
  position: absolute;
}
.product-r .products-items:hover:before{
  height: 40%;

}

.product-r .products-items .img-wrap .img-item{
  padding-top: 100%;
}

.ser-p{
  font-size: 18px;
  color: #000;
  line-height: 1.5em;
}

.serti{
  font-size: 28px;
  color: var(--og);
  margin-top: 70px;
  margin-bottom: 30px;
}

.ser-hr{
  width: 100%;
  height: 2px;
  background-image: url(../images/ser-hr.png);
  background-repeat: repeat-x;
  margin-top: 50px;
}

