@charset "utf-8";
/*banner*/
.banner {
  max-width: 1490px;
  margin: auto;
  margin-bottom: 0 !important;
  text-align: center;
}

.banner img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  max-width: initial;
  bottom: 0;
}

.banner .slick-slide {
  position: relative;
}

.banner .slick-slide a {
    display: block;
    position: relative;
    padding-top: 30%;
    /* background-color: #019e97; */
}

.banner .slick-next {
  right: 40px;
}

.banner .slick-next,
.banner .slick-prev {
  width: 45px;
  height: 45px;
  top: 50%;
}

.banner .slick-prev {
  left: 40px;
  z-index: 9;
}

.banner .slick-next:before,
.banner .slick-prev:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
}

.banner .slick-next:before {
  border-top: solid 5px #ffffff;
  border-right: solid 5px #ffffff;
}

.banner .slick-prev:before {
  border-left: solid 5px #ffffff;
  border-bottom: solid 5px #ffffff;
}

.banner .slick-dots li button {
  width: 20px;
  height: 20px;
}

.banner .slick-dots li {
  margin: 0 3px;
}

.banner .slick-dots li button:before {
  content: "";
  background-color: #fff;
  border-radius: 50px;
  opacity: 1;
  border: 1px #4a9996 solid;
}

.banner .slick-dots li.slick-activity button:before {
  background-color: #4cc9ba;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .banner .slick-dots {
    bottom: 50px;
  }

}

@media screen and (max-width: 992px) {
  .banner {
    margin-top: 70px;
  }

  .banner .slick-dots {
    position: relative;
    background-color: #e3e3e3;
    bottom: 20px;
    width: auto;
    display: inline-block;
    border-radius: 50px;
    padding: 0 10px 8px 10px;
  }

  .banner .slick-dots {
    display: none !important;
  }
}


/*內容共用*/
.area {
  padding: 35px 15px 0 15px;
}

.title {
  text-align: center;
  font-size: 100%;
}

.title p {
  color: #019e97;
  font-size: 170%;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 0 30px 0;
}
.title p::after {
    content: "";
    width: 95px;
    height: 4px;
    background-color: #d7c59f;
    display: block;
    margin: 10px auto 0 auto;
}
h2 p span {
  color: #bf9e5b;
  font-weight: normal;
  font-size: 40%;
  letter-spacing: 0;
  position: absolute;
  right: 5px;
  bottom: -15px;
  text-transform: uppercase;
}

.more a:hover {
  background-color: #00857f;
  color: #fff;
}

.more a:hover:after {
  border-left: solid 7px #ffffff;
}

.more a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 7px #000000;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
/*文字訊息*/
.newslist{
  padding: 0 15px;
}
.newslist a {
  border-bottom: 1px #d9d9d9 solid;
}

.newslist a:hover {
  background-color: #e9e9e9;
}

.newslist > div {
  padding: 0;
}
.newslist .list_title {
  font-weight: bold;
  font-size: 125%;
  color: #000;
}
.newslist .date p {
  margin: 0;
}


@media (min-width:992px) {
.newslist .list_title {
  font-weight: bold;
  font-size: 125%;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newslist > div:nth-last-of-type(2) a,.newslist > div:nth-last-of-type(1) a {
  border: none;
}
}

@media (min-width:767px) {
.newslist > div:nth-child(2n+1) .date{background-color: #019e97;}
.newslist > div:nth-child(2n+2) .date{background-color: #0a7e79;}
.newslist .date {
  padding: 10px;
  margin: 0 5px 0 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.newslist .date .year {
  font-size: 120%;
  opacity: 0.8;
}
.newslist .date .day {
  border-bottom: 1px #bbd3d6 solid;
  line-height: 160%;
}
.newslist .date p {
  padding: 0 5px;
}
}
@media (max-width:767px) {
.newslist .date p{
  display: inline-block;
}

.newslist .day {
  color: #009688;
}

.newslist .year {color: #2da981;}

.newslist .year::before {
  content: "/";
}
}
/*熱門服務*/
.service.area {
  background-color: #fff;
}

.service.area .list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.service.area .list ul li div {
  display: inline-block;
  color: #000;
  position: relative;
  font-size: 105%;
  transition: all 200ms ease-out 0s;
}


.service.area .list ul li img {
  width: 37px;
  height: 40px;
}

.service.area .list ul li p {
  margin: 0;
  padding: 0 5px;
  line-height: 130%;
}

.service.area .list ul li a {
  display: block;
  width: 100%;
  border: 1px #b4b4b4 solid;
  text-align: center;
  text-decoration: none;
}

.service.area .list ul li a:hover {
  border: 1px #019e97 solid;
  background-color: #f7f7f7;
  box-shadow: rgb(0 0 0 / 20%) 5px 5px 5px;
}

.service.area .list ul li a:hover div {
  color: #019e97;
  font-weight: bold;
}

@media screen and (min-width: 1300px) {
  .service.area .list ul li {
    width: 20%;
  }
}

@media screen and (min-width: 992px) {
  .service.area .list ul li div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .service.area .list ul li img {
    margin: 0 10px 0 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .service.area .list ul li img {
    position: relative;
  }
}

@media screen and (min-width: 576px) {
  .service.area .list ul li {
    padding: 10px;
  }

  .service.area .list ul li a {
    height: 100px;
  }

  .service.area .list ul li div {
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 576px) {
  .service.area .list ul li img {
    display: none;
  }

  .service.area .list ul li div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
  }

  .service.area .list ul li {
    width: 50%;
    padding: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .service.area .list ul li p {
    color: #fff;
  }

  .service.area .list ul li a:hover p {
    color: #555;
  }

  .service.area .list ul li a {
    padding: 15px;
    background-color: #1b838d;
  }
}

/*最新訊息*/
/*時間軸*/
.news.area .timeline {
  position: relative;
}


.news.area .timeline p {
  margin: 0;
}


.news.area .timeline .info a {
  text-decoration: none;
  display: block;
}

.news.area .timeline .info a:hover {
  text-decoration: underline;
  color: #009688;
}

.news.area .timeline .info a:hover p {
  color: #03766c;
}

.news.area .timeline .info p {
  color: #454545;
  font-size: 95%;
  line-height: 135%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news.area .timeline .info .n_title {
  color: #000;
  font-size: 120%;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .news.area .timeline .item {
    margin: 25px 0;
  }

  .news.area .timeline::after {
    content: "";
    width: 1px;
    top: 0;
    bottom: 0;
    display: block;
    background-color: #71aa98;
    left: 60px;
    position: absolute;
    z-index: -4;
  }

  .news.area .timeline .date {
    text-align: center;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    min-width: 120px;
    background-color: #fff;
    margin: 0 10px 0 0;
  }

  .news.area .timeline .item:nth-child(n+1) .date {
    border: 1px #019e97 solid;
  }

  .news.area .timeline .item:nth-child(n+2) .date {
    border: 1px #0a7e79 solid;
  }

  .news.area .timeline .date::after {
    position: absolute;
    top: 55%;
    bottom: -10px;
    left: 0;
    right: 0;
    content: "";
    z-index: 0;
  }

  .news.area .timeline .item:nth-child(2n+1) .date::after {
    background-color: #019e97;
  }

  .news.area .timeline .item:nth-child(2n+2) .date::after {
    background-color: #0a7e79;
  }

  .news.area .timeline .year {
    color: #656565;
    font-weight: bold;
    margin: 10px 0 0 0;
  }

  .news.area .timeline .day {
    color: #000000;
    font-weight: bold;
  }

  .news.area .timeline .week {
    font-weight: bold;
    color: #fff;
    font-size: 135%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }
}

@media screen and (max-width: 576px) {
  .news.area .timeline .item:nth-child(2n+1) {
    background-color: #ededed;
  }

  .news.area .timeline .item {
    padding: 15px 10px;
    border-radius: 10px;
  }

  .news.area .timeline .date p {
    font-size: 90%;
    display: inline-block;
    color: #fff;
  }

  .news.area .timeline .date {
    border-radius: 50px;
    background-color: #009688;
    display: inline-block;
    padding: 0 10px;
    letter-spacing: 0;
  }

  .news.area .timeline .info {
    padding: 5px 10px;
  }
}

/*卡片列表*/
.news a {
  text-decoration: none;
  display: block;
  height: 100%;
}

.news a:focus {
    outline-offset: 0;
}

.news a:hover .card {
  border: 1px #009688 solid;
  box-shadow: rgb(0 0 0 / 18%) 5px 5px 3px;
}

.news a:hover .card img {
  -moz-transform: scale(1.2) translate(-42%, -42%);
  -webkit-transform: scale(1.2) translate(-42%, -42%);
  -o-transform: scale(1.2) translate(-42%, -42%);
  -ms-transform: scale(1.2) translate(-42%, -42%);
  transform: scale(1.2) translate(-42%, -42%);
}

.news .card_list {
  padding: 10px 0;
}

.news .card_list .pic {
  padding-top: 60%;
  background-color: #e7e7e7;
  position: relative;
  overflow: hidden;
}

.news .card_list .card {
  border-radius: 0;
  height: 100%;
  padding: 0 0 10px 0;
}

.news .card_list .pic img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  transition: all 200ms ease-out 0s;
}

.news .card_list .card_info {
  padding: 10px;
  color: #000;
}

.news .card_list .card_info p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .card_list .card_info .date {
  margin: 0;
  font-size: 90%;
  color: #0a7e79;
  letter-spacing: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.more a {
  display: inline-block;
  background-color: #d7c59f;
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 110%;
  padding: 10px 70px 10px 55px;
  border-radius: 50px;
}

.world .more a {
  border: 1px #fff solid;
  background-color: transparent;
  color: #fff;
}

.world .more a:hover {
  background-color: #d7c59f;
  color: #000;
  border: 1px #d7c59f solid;
}

.world .more a::after {
  border-left: solid 7px #ffffff;
}

.world .more a:hover::after {
  border-left: solid 7px #000000;
}

/*全球*/
.world {
  background-image: url(../images/index/worldbg.jpg);
  margin: 20px 0 0 0;
  background-repeat: no-repeat;
  background-color: #000;
}

.world .title p {
  color: #fff;
}

.world .title p span {
  color: #fff;
}

@media screen and (min-width: 1490px) {
  .world {
    padding: 35px 15px 90px 15px;
  }
}

@media screen and (min-width: 576px) {
  .world {
    background-position: top center;
  }
}

@media screen and (min-width: 768px) {
  .world {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 768px) {
  .world {
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
  }
}

/*全球僑社動態*/
.world .slick-slide {
  position: relative;
}

.world .slick-slide pic {
  position: relative;
  width: 100%;
  padding-top: 70%;
  display: block;
  background-color: #000;
  text-decoration: none;
}

.world .slick-slide a:focus {
    outline-offset: 0;
}

.world .slick-slide a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}


.world .slick-next {
  right: 0;
}

.world .slick-next,
.world .slick-prev {
  width: 70px;
  height: 70px;
  top: 50%;
}

.world .slick-prev {
  left: 20px;
  z-index: 9;
}

.world .slick-next:before,
.world .slick-prev:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
}

.world .slick-next:before {
  border-top: solid 5px #ffffff;
  border-right: solid 5px #ffffff;
}

.world .slick-prev:before {
  border-left: solid 5px #ffffff;
  border-bottom: solid 5px #ffffff;
}
.world .card_list {
  padding: 10px 0;
}

.world .card_list .pic {
  padding-top: 66%;
  background-color: #e7e7e7;
  position: relative;
  overflow: hidden;
}

.world .card_list .card a {
  border-radius: 0;
  height: 100%;
  max-width: 400px;
  margin: auto;
}
.world .card_list .slick-track {
    display: -webkit-flex;
    display:flex;
}

.world .card_list .slick-slide {
    height: auto;
}

.world .card_list .slick-slide a {
    text-decoration: none;
}

.world .card_list .slick-slide a:hover .card {border: 2px #ffeb3b solid;background-color: #e7e7e7;padding: 5px 5px 0px 5px;}

.world .card_list .slick-slide .card {
    transition: all 200ms ease-out 0s;
}
.world .card_list .pic img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  transition: all 200ms ease-out 0s;
}

.world .card_list .card_info {
  padding: 15px 15px 75px 15px;
  color: #000;
  height: 100%;
  position: relative;
}

.world .card_list .card_txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color: #525252;
    line-height: 160%;
}

.world .card_list .card_title {
    color: #000;
    font-size: 120%;
    font-weight: bold;
    line-height: 130%;
}

.world .card_list .card_info .date {
  margin: 0;
  font-size: 90%;
  color: #04837d;
}
.world .card_list .card_more{
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.world .card_list .card_more{
    display: block;
    background-color: #04837d;
    text-align: center;
    color: #fff;
    font-size: 115%;
    font-weight: bold;
    padding: 10px;
}

.world .card_list a:hover .card_more {
    background-color: #025a56;
}

/*海外服務據點*/
.overseas .map_link ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.overseas .map_link ul li {
  padding: 1px;
}

.overseas .map_link ul li a {
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  position: relative;
  text-align: center;
  padding: 37% 0;
}

.overseas .map_link ul li a:hover {
  background-color: #ffe640;
}

.overseas .map_link ul li a .box p {
  margin: 0;
  color: #0b5648;
  padding: 5px 0 0 0;
  font-size: 105%;
}

.overseas .map_link ul li a .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.overseas .map_link ul li a img {
  width: 110px;
  height: 70px;
  opacity: 0.8;
}

.overseas .map_link ul li a:hover img {
  opacity: 1;
}

@media screen and (max-width: 350px) {
  .overseas .map_link ul li {
    width: 100%;
  }
}

/*下方區塊*/
.paperbg {
  background-image: url(../images/index/paperbg.jpg);
  padding: 0 0 30px 0;
  position: relative;
  z-index: 5;
}

.paperbg::after {
    content: "";
    background-image: url(../images/index/bottombg.jpg);
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 395px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

/*熱門活動廣播*/
.activity {
  background-image: url(../images/index/acbg.jpg);
  background-repeat: no-repeat;
  max-width: 1920px;
  margin: auto;
}

.activity .ac_banner {
  max-width: 1158px;
  width: 100%;
}

.activity .ac_banner a {
  text-decoration: none;
  display: block;
}

.activity .ac_banner .slick-arrow {
  z-index: 99;
  width: 50px;
  height: 50px;
  background-color: rgba(14, 104, 96, 0.7);
}

.activity .ac_banner .slick-prev:before,
.activity .ac_banner .slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
}

.activity .ac_banner .slick-prev:before {
  border-bottom: solid 5px #ffffff;
  border-left: solid 5px #ffffff;
  left: 37%;
  top: 58%;
}

.activity .ac_banner .slick-next:before {
  border-top: solid 5px #ffffff;
  border-right: solid 5px #ffffff;
  left: 23%;
  top: 58%;
}




.activity .ac_title p {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 10px 0 0;
}

.activity .ac_title h2 {
  color: #fff;
  font-size: 160%;
  font-weight: bold;
  position: relative;
}


@media screen and (min-width: 1490px) {
  .activity .box {
    justify-content: flex-end;
    display: flex;
  }

  .activity .ac_banner {
    margin-top: -50px;
  }

  .activity .ac_title h2::after {
    content: "";
    position: absolute;
    right: 0;
    left: 170px;
    height: 1px;
    background-color: rgb(255 255 255 / 50%);
    top: 50%;
  }

  .activity .ac_title h2 span {
    display: none;
  }

  .activity .ac_title {
    max-width: 315px;
    margin-top: 70px;
  }

  .activity .ac_banner .slick-arrow {
    top: inherit;
    bottom: 10px;
    transform: inherit;
  }

  .activity .ac_banner .slick-prev {
    right: 52px;
    left: inherit;
  }

  .activity .ac_banner .slick-next {
    right: 0;
  }

  .activity .ac_banner p {
    padding: 10px 120px 10px 15px;
    text-align: right;
  }
}

@media (max-width: 1490px) and (min-width: 1240px) {
  .activity .ac_title {
    width: 80%;
    margin: auto;
    padding: 25px 0 15px 0;
    max-width: 1000px;
  }
   
}
@media (max-width: 1490px) and (min-width: 992px) {
   .activity {
    padding: 0 40px;
  }
  .activity .ac_banner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1490px) {

  .activity .ac_banner {
    margin: auto;
  }

  .activity .ac_title p {
    display: none;
  }

  .activity .ac_title h2 {
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
  }

  .activity .ac_title h2 span {
    color: #f1ddb3;
    font-weight: normal;
    font-size: 40%;
    letter-spacing: 0;
    position: absolute;
    right: 5px;
    bottom: -10px;
    text-transform: uppercase;
  }

  .activity .ac_banner .slick-prev {
    left: 0;
  }

  .activity .ac_banner .slick-next {
    right: 0;
  }

  .activity .ac_banner .slick-arrow {
    top: 45%;
  }

  .activity .ac_banner p {
    padding: 10px 15px;
    text-align: center;
    font-size: 120%;
  }

}

@media screen and (min-width: 1240px) {
  .activity .ac_banner p {
    color: #232323;
  }

}

@media screen and (max-width: 1240px) {
  .activity {
    background-size: cover;
    background-position: top center;
  }

  .activity .ac_banner p {
    color: #ffffff;
  }

  .activity .ac_title {
    text-align: center;
    padding: 30px 0 0 0;
  }
}
@media (max-width: 992px) {
  
  .activity .ac_banner {
    padding: 0 40px;
  }
}
/*頁籤*/
.tab_box .nav-tabs {
  border: none;
}

.tab_box .tab-content {
  padding: 10px 0 0 0;
}

.tab_box .nav-tabs .nav-link {
  border-radius: 50px;
  border: gainsboro;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 125%;
}

.tab_box .nav-tabs .nav-item.show .nav-link,
.tab_box .nav-tabs .nav-link.active {
  background-color: #0a7e79;
  color: #fff;
  position: relative;
}


.tab_box .nav-tabs .nav-link:focus,
.tab_box .nav-tabs .nav-link:hover {
  background-color: #0a7e79;
  color: #fff;
}

.tab_box .nav-tabs li {
  padding: 5px;
}

.tab_box .list {
  padding: 10px 10px 10px 10px;
}

.tab_box .list .item {
  border-bottom: 1px #cfccc6 solid;
}

.tab_box .list .item p {
  color: #000;
  font-size: 110%;
}

.tab_box .list .item p {
  margin: 0;
}

.tab_box .list .item a {
  padding: 20px 10px;
  text-decoration: none;
  display: inline-block;
}

.tab_box .list .item a:hover {
  background-color: #fff9c8;
  box-shadow: rgb(0 0 0 / 18%) 5px 5px 3px;
}

.tab_box .list .item .date {
  color: #0a7e79;
}

@media screen and (min-width: 767px) {
  .tab_box .list .item .date {
    padding: 0 10px 0 0;
    border-right: 1px #97c7b5 solid;
    margin-right: 10px;
  }

  .tab_box .nav-tabs .nav-item.show .nav-link::after,
  .tab_box .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: solid 10px transparent;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-top: solid 15px #0a7e79;
    left: 50%;
    bottom: -23px;
    transform: translate(-50%, 0);
  }
}


/*交換連結*/

.banner_link {
  padding: 63px 40px;
}
.banner_link .slick-arrow {
  z-index: 99;
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.7);
  transition: all 200ms ease-out 0s;
}

.banner_link .slick-arrow:hover {
    background-color: #000;
}

.banner_link .slick-prev:before,
.banner_link .slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
}

.banner_link .slick-prev:before {
  border-bottom: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  left: 37%;
  top: 58%;
}

.banner_link .slick-next:before {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  left: 23%;
  top: 58%;
}
.sbanner .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
}

.sbanner .slick-slide a {
    display: block;
    position: relative;
    border: 1px #424242 solid;
    overflow: hidden;
    padding-top: 30%;
    background-color: #fff;
}

.sbanner .slick-slide {
    padding: 15px;
}

.sbanner .slick-slide a:hover {
    border: 1px #ffeb3b solid;
}
@media screen and (min-width: 767px) {
.mgotop{display: none !important;}
}
@media screen and (max-width: 767px) {
.mgotop{
    position: fixed;
    right: 21px;
    bottom: 4%;
}

.mgotop a {
    display: block;
    background-color: #000;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    position: relative;
    opacity: 0.2;
}

.mgotop a:hover {
    opacity: 1;
}

.mgotop svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mgotop svg .d {
    fill: #fff;
}
}