@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; 
}

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

.alig-c{
  align-items: center;
}

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

/*常用css---------------------*/
body{
  overflow-x: hidden;
}

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

@media (max-width: 991px) {
  .kv_slider {
    display: none; 
  }
  body{
    padding-top: 96px;
  }
}



.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{
    font-size: 26px;
    font-weight: bold;
    color: #62666A;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .pc-header .top-menu .collapse .pc-logo span{
     font-size: 26px;
    font-weight: bold;
    color: #62666A;
  }
  .header .pc-header .top-menu .collapse .pc-logo img{
    width: 100%;
    max-width: 200px;
  }
  .header .pc-header .top-menu .header-c{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  @media (max-width: 1200px){
     .header .pc-header .top-menu .collapse .pc-logo{
      flex-wrap: wrap;
     }
     .header .pc-header .top-menu .collapse .pc-logo img{
      flex: 0 0 100%;
     }
     
  }

  .header .pc-header .top-menu .header-c .header-w{
    position: absolute;
    right: 15px;
  }
  @media (max-width: 1200px){
    .header .pc-header .top-menu .header-c .header-w{
      right: -50px;
    }
      .header .pc-header .top-menu .collapse .nav-items .nav-link {
        padding-left: 0px;
        padding-right: 0px;
      }
  }
  
  .header .pc-header .top-menu .collapse .nav-items {
    position: relative; 
    margin: 5px;
  }
  .header .pc-header .top-menu .collapse .nav-items .nav-link {
    color: #000;
    display: block;
    position: relative;
    
  }

  .header .pc-header .top-menu .collapse .nav-items .nav-link img{
    opacity: 0.8;
  }
  .header .pc-header .top-menu .collapse .nav-items .nav-link:hover img {
    opacity: 1;
  }
  .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: flex;
    height: 60px; 
    padding: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .header .mo-header .top-menu .logo img {
    height: 50px;
    padding: 5px; 
  } 
     .logo span{
    font-size: 20px;
    font-weight: bold;
    color: #62666A;
   }
}

@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: #f1f1f1;
    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; 
    } 

    .navbar-nav{
      flex-direction: row;
      justify-content: center;
      background-color: #f1f1f1;
    }

    .navbar-nav .nav-items{
      margin-left: 5px;
      margin-right: 5px;
    }
    .navbar-nav .nav-items .nav-link img{
      width: 30px;
    }
  }

  .footer {
    background: #E84720;
    padding: 20px;
  }
  .footer-body{
    text-align: center;
  }
  .footer-item span{
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
  }

  @media (max-width: 768px) {
    .footer {
      padding: 10px 0; 
    } 
    .footer-item span{
      font-size: 12px;
    }

  }



  .id-table {
    padding:50px  10%;
    background-image: url(../images/table-bg.jpg);
    background-size: cover;
    background-position: bottom;

  }
  @media (max-width: 991px){
    .id-table{
      padding: 20px 5%;
      overflow-x: overlay;

    }
    .id-table img{
      width: unset;
      max-width: 650px !important;
    }
  }




  .ser-rus{
    width: 100%;
    margin-bottom: 40px;
  }
  .ser-rus .ser-rus-r{
    width: calc(100% - 10px);
    padding: 5px 0px;
    border-bottom: 1px #ccc solid;
    display: flex;
    margin-left: 5px;
    margin-right: 5px;

  }
  .ser-rus .ser-rus-r:last-child{
    border-bottom: unset;
  }
  .ser-rus .ser-rus-r div{
    float: left;
    font-weight: bold;

  }
  .ser-rus .ser-rus-r .ser-f{
    width: 25%;
    line-height: 39px;
    text-align: left;
    font-size: 16px;
  }
  .ser-rus .ser-rus-r .ser-t{
    width: 35%;
    text-align: left;
    line-height: 39px;
    font-size: 16px;
  }
  .ser-rus .ser-rus-r .ser-s{
    width: 20%;
    line-height: 39px;
    font-size: 16px;
    color: #212529;
  }
  .ser-s a{
    color: #212529;
  }
  .ser-rus .ser-rus-r .ser-4{
    width: 20%;
    text-align: right;
  }
  .ser-rus .ser-rus-r .ser-4 a img{
    display: unset;
    width: auto;
    margin-right: 7px;
    opacity: 0.8;
  }
  .ser-rus .ser-rus-r .ser-4 a:hover img{
    opacity: 1;
  }
  @media (max-width: 991px){

    .ser-rus .ser-rus-r{
      display: block;
      position: relative;
    }
    .ser-rus .ser-rus-r .ser-f , .ser-rus .ser-rus-r .ser-s ,.ser-rus .ser-rus-r .ser-t {
      width: 100%;
      margin-bottom: 5px;
      text-align: left;
      float: unset;
      font-size: 13px;
      font-weight: bold;
      line-height: 1.2em;
      padding-right: 100px;
    }
    .ser-rus .ser-rus-r .ser-4{
      position: absolute;
      width: unset;
      right: 5px;
      top: 50%;
      transform: translateY(-70%);
      zoom: .8;

    }
    .ser-rus .ser-rus-r .ser-4 a img{
      margin-right: 0px;
      opacity: 1;
    }
  }

  .id-ser{
    padding:50px 0px;
    background-image: url(../images/table-bg.jpg);
    background-size: cover;
    background-position: bottom;
  }

  .id-ser .ser-c{
    box-shadow: 0 0 5px 1px #aaa;
    padding: 50px 10%;
    background-color: #fff;
    margin-bottom: 50px; 

  }

  .sectitle{
    position: relative;
    font-size: 40px;
    text-align: center;
    color:#E84720 ;
    margin-bottom: 30px;
  }

  .sectitle-li:before , .sectitle-li:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 150px;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    background-color: #E84720;
  }

  .sectitle-li:after{
    left: unset;
    right: 25%;
  }
  .btn-group{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }


  .btn-group a , .btn-group button{
    display: inline-block;
    background-color:#E84720 ;
    padding: 10px 40px;
    font-size: 26px;
    color: #fff;
    opacity: 0.8;
    transition: .4s;
    margin: 5px;
    text-align: center;
    border: unset;
    font-weight: bold;
  }

  .btn-group a:hover , .btn-group button:hover{
    opacity: 1;
  }

  .btn-group input{
    width: 80%;
    margin: 5px;
    position: relative;
    padding-left: 3em;
    font-size: 20px;
  }

  .btn-group label{
    color: #717071;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;

  }


  @media (max-width: 991px){
    .id-ser{
      padding: 30px 0px;

    }
    .sectitle{
      font-size: 28px;
      margin-bottom: 20px;
    }
    .sectitle-li:before{
      width: calc(50% - 3em);
      left: 15px;
    }
    .sectitle-li:after{
      width: calc(50% - 3em);
      right: 15px;
    }
    .id-ser .ser-c{
      padding: 10px;
      margin-bottom: 30px;

    }

    .btn-group{
      margin-bottom: 0px;
    }
    .btn-group a, .btn-group button{
      width: 86px;
      padding: 5px 0px;
      font-size: 13px;
      opacity: 1;

    }
    .btn-group input{
      font-size: 13px;
      width: 63%;
    }
  }

  .id-video{
    padding: 30px 0px;
    background-size: cover;
    background-image: url(../images/video-bg.jpg);
    background-position: bottom right;
  }

  .vi-con.fancybox-content{
    position: relative;
    padding:0 0 56.25%;
    height: 0;
    overflow: hidden;
    width: 80vw;
  }
  .vi-con{
       position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .vi-con iframe, .vi-con object, .vi-con embed {
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
  }
  .id-video .slick-slide.slick-center.vi-slider-item , .id-video .slick-slide.slick-center.vi-link{
    transform: scale(1.2);
    box-shadow: 0px 0px 5px 5px #666;
    z-index: 2;
  }
  .vi-cont{
    overflow-x: hidden;
  }
  .vi-cont .slick-list{
    overflow: unset;
  }

  @media (max-width: 991px){
    .id-video .slick-slide{
      margin-left: 5px;
      margin-right: 5px;
    }
  }

  .id-video h3{
    margin-top: 30px;
    text-align: left;
  }

  .id-video h3:before{
    width: calc(100% - 6em);
    position: absolute;
    content: '';
    height: 2px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #E84720;
  }
  @media (max-width: 991px){
    .id-video h3:before{
      width: calc(100% - 5em);
    }
    .id-video .row{
      padding-left: 13px;
      padding-right: 13px;
    }
    .id-video .new-vi{
      padding-right: 7px;
      padding-left: 7px;
      margin-bottom: 10px;
    }
  }

.footer-logo {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.logofp{
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: bold;
  color: #62666A;
}


.ser-c .logof{
  width: 40%;
  max-width: 200px;
}
@media (max-width: 991px){
  .footer-logo {
    flex-wrap: wrap;
  }
  .ser-c .logof{
    width: 70%;
    flex: 0 0 100%;
  }
  .logofp{
    flex: 0 0 100%;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}



  .pcy {
    position: relative;
    font-size: 14px;
    color: #000;
    padding-left: 220px;
    line-height: 2em;
  }

  .pcy .pcyimg {
    max-width: 250px;
    position: absolute;
    bottom: -50px;
    left: -50px;
  }


  @media (max-width: 991px){
    .pcy{
      padding-left: 0px;
      font-size: 12px;
      line-height: 1.8em;
    }
    .pcy .pcyimg{
      display: none;
    }

    .content .pc-show , .pc-show {
      display: none;
    }
  }
  .ids2 h2{
    text-align: left;
  }


  .ids2 p{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 45px;
  }

  @media (min-width: 992px){
    .ids2 .sectitle-li:before{
      left: 15px;

    }
    .ids2 .sectitle-li:after{
      right: 15px;
    }
    .content .mb-show , .mb-show{
      display: none;
    }
  }

  @media (max-width: 991px){
    .ids2 p{
      margin-top: 15px;
      margin-bottom: 25px;
      font-size: 18px;
    }
    .ids2 h2{text-align: center;
    }
    .ids2 h2:before , .ids2 h2:after{
      position: absolute;
      content: '';
      height: 2px;
      width: calc(50% - 5.5em - 15px);
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      background-color: #E84720;
    }

    .ids2 h2:after{
      left: unset;
      right: 15px;
    }
    .mplr-30{
      padding-left: 30px;
      padding-right: 30px;
    }
  }

.ids3{
  padding: 430px 0px 70px;
    background-size: cover;
    background-image: url(../images/video-bg.jpg);
    background-position: bottom right;
    position: relative;
}
.s3tipc{
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
}


.ids3-c{
  background-color: #fff;
  padding: 20px 25px;
  height: 280px;
  text-align: center;
  box-shadow: 0px 0px 5px 2px #000;
  
  }

 .cus-com{
    max-width: 1100px;
  }

  .ids3 .cus-com .row{
    margin-left: -25px;
    margin-right: -25px;
  }

  .ids3 .cus-com .row .col-6{
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
  }
  .ids3-c img{
    max-width: 80px;
    margin: 0 auto;
  }

  .ids3-c h4{
    position: relative;
    font-size: 32px;
    color: #595757;
    padding-bottom: 10px;
    margin-bottom: 0.25em;
    margin-top: 15px;

  }

  .ids3-c h4:before{
    position: absolute;
    width: 100%;
    content: "";
    border-radius: 99999px;
    height: 3px;
    background-color: #e84720;
    bottom: 0px;
    left: 0px;


  }

  .ids3-c p{
    font-size: 18px;
    color: #595757;
    line-height: 1.5em;
    font-weight: bold;

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

  @media (max-width: 991px){
    .ids3 .s3tipc{
      display: none;
    }
    .ids3{
     padding-top: 20px;
     padding-bottom: 30px;
   }
   .ids3 .s3timb{
    margin-bottom: 20px;
  }
  .ids3 .cus-com{
    padding-left: 25px;
    padding-right: 25px;
  }
  .ids3 .cus-com .row .col-6{
    padding-left: 18px;
    padding-right: 18px;
  }
  .ids3 .cus-com .row{
    margin-left: -18px;
    margin-right: -18px;
  }
  .ids3-c img{
    max-width: 50px;
  }
  .ids3-c{
    padding: 15px 10px;
    height: 200px;
  }
  .ids3-c h4{
    font-size: 20px;
  }
  .ids3-c p{
    font-size: 14px;
  }
}

.ids4{
  padding-top: 70px;
  padding-bottom: 140px;
  background-size: cover;
    background-image: url(../images/s4-bg.jpg);
    background-position: bottom center;

}

.s4des{
  text-align: center;
}

.s4des h3 , .s4des span{
  font-size: 26px;
  color: #322F2C;
  font-weight: bold;
}

.s4des-fl{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.s4des-fl img{
  width: 33px;
  margin-right: 7px;
  margin-left: 20px;
}
.s4des-fl img:first-child{
  margin-left: 0px;
}
.s4-r{
  margin-top: 80px;
}
.s4-c p{
  font-size: 15px;
  color: #231815;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;

}

@media (max-width: 991px){
  .s4-r{
    margin-top: 20px;
  }
  .ids4{
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .s4des-fl{
    margin-top: 0px;
  }

  .s4des h3 , .s4des span{
    font-size: 18px;
  }
  .s4des-fl img{
    width: 20px;
    margin-right: 5px;
    margin-left: 10px;
  }
  .s4-c{
    padding-left: 10px;
    padding-right: 10px;
  }
  .s4-c p{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    margin-top: 10px;
  }
}


.s5img-con{
  border: 1px #E84720 solid;
  margin-bottom: 30px;
  position: relative;

}

.s5img-con h3{
  background-color: #e84720;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0px;
}

.s5-row{
  padding-left: 20px;
  padding-right: 20px;
}
.s5img{
  position: absolute;
  bottom: 0px;
  z-index: 2;
}

.ids5 .ids5-ti:before , .ids5 .ids5-ti:after{
  width: calc(50% - 4em);

  }

.ids6 {
    padding-top: 40px;
  padding-bottom:0px;
  background-size: cover;
    background-image: url(../images/s6-bg.jpg);
    background-position: bottom center;
}

.ids6-c{
  padding: 25px 50px 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  padding-bottom: 10px;
}

.ids6-c .ids6-fl{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ids6-fl .s6pic{
  flex: 0 0 8%;
  width: 8%;
}

.ids6-fl .s6-word-c{
  flex: 0 0 88%;
  position: relative;
  width: 88%;
  padding-bottom: 34px;
}

.ids6-fl .s6-word-c .s6-wgary{
  background-color: #eff1f4;
  border-radius: 30px;
  padding: 10px 20px;
}

.ids6-fl .s6-word-c .s6-wgary .s6-name{
  color: #231815;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: bold;

}

.ids6-fl .s6-word-c .s6-wgary .s6-mess{
  color: #231815;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}

.ids6-fl .s6-word-c .s6-wbot{
  position: absolute;
  bottom: 3px;
  color:#878787 ;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
}

.ids6-fl .s6-word-c  .s6-like{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: absolute;
  right: 4px;
  bottom: 15px;
  border-radius: 999999px;
  background-color: #fff;
  box-shadow: 2px 2px 5px 1px #999;

}

.ids6-fl .s6-word-c .s6-like img{
  height: 30px;
  flex: 0 1 50%;
  width: 30px;
}

.ids6-fl .s6-word-c .s6-like p{
  flex: 0 0 50%;
  font-size: 18px;
  color: #878787 ;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}


@media (max-width: 991px){
  .ids6-c{
    padding: 20px 10px 2px;
  }

  .ids6-fl .s6pic{
    flex: 0 1 15%;
    width: 15%;
  }

  .ids6-fl .s6-word-c{
    flex: 0 1 82%;
    width: 82%;
    padding-bottom: 25px;
  }

  .ids6-fl .s6-word-c .s6-wgary{
    background-color: #eff1f4;
    border-radius: 20px;
    padding: 5px 10px;
  }

  .ids6-fl .s6-word-c .s6-wgary .s6-name{
    font-size: 14px;
  }

  .ids6-fl .s6-word-c .s6-wgary .s6-mess{
    font-size: 16px;
  }

  .ids6-fl .s6-word-c .s6-wbot{
    bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    left: 5px;
  }

  .ids6-fl .s6-word-c  .s6-like{
    right: 0px;
    bottom: 6px;
    border-radius: 999999px;
    background-color: #fff;
    box-shadow: 2px 2px 5px 1px #999;
    padding: 5px;

  }

  .ids6-fl .s6-word-c .s6-like img{
    max-height: 20px;
    flex: 0 0 50%;
    max-width: 20px;
  }

  .ids6-fl .s6-word-c .s6-like p{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 5px;
  }
}

