@charset "UTF-8";
/*-------------------------------------------------------------------------------*/
/*    $Base                                                                                    */
/*-------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i");
body {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html, body, form, .error_wrap {
  height: 100%;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

input {
  box-sizing: border-box;
}

#tabL,
#tabC,
#tabU,
#tabB {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#tabL a,
#tabC a,
#tabU a,
#tabB a {
  color: #495057;
  font-size: 0.8125em;
  opacity: 0;
}
#tabL a:focus,
#tabC a:focus,
#tabU a:focus,
#tabB a:focus {
  opacity: 1;
}

#tabB a {
  color: white;
}

input:focus,
button:focus,
a:focus {
  outline-offset: 2px;
  outline: 2px dotted #6f42c1 !important;
  box-shadow: none !important;
}
input:focus:not(:focus-visible),
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  outline: 0 !important;
}
input:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 2px dotted #6f42c1 !important;
}

/*-------------------------------------------------------------------------------*/
/*    $Grid                                                                                      */
/*-------------------------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1620px) {
  .container {
    width: 1620px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

/*-------------------------------------------------------------------------------*/
/*    $Header                                                                                 */
/*-------------------------------------------------------------------------------*/
.header_wrap {
  position: relative;
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}

.header_inner {
  display: flex;
}

/*-----Logo-.---*/
.header_logo {
  width: 130px;
  height: 60px;
  margin: 0 auto;
}
.header_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/*-----Nav_top-.---*/
.nav_top_wrap {
  display: none;
}

@media (min-width: 768px) {
  .header_wrap {
    height: 140px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  }

  .header_logo {
    position: relative;
    z-index: 4;
    width: 150px;
    height: 70px;
    margin: inherit;
    text-align: center;
    background: #f1f3f5;
  }
  .header_logo a {
    padding: 10px;
  }

  .nav_top_wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 150px);
    background: #f1f3f5;
  }
  .nav_top_wrap #tabU {
    position: relative;
  }
  .nav_top_wrap .nav_top {
    padding-right: calc(5% + 50px);
  }
  .nav_top_wrap .nav_top > a {
    font-size: 0.75rem;
    line-height: 2.5;
    padding: 0 0.35rem;
  }
  .nav_top_wrap .nav_top > a:hover, .nav_top_wrap .nav_top > a:focus {
    color: #c73505;
  }
}
@media (min-width: 992px) {
  .header_logo {
    width: 280px;
    padding-left: calc(5% + 10px);
  }

  .nav_top_wrap .nav_top {
    padding-right: calc(5% + 10px);
  }
  .nav_top_wrap .nav_top > a {
    font-size: 0.875rem;
  }
}
/*========no-js ========*/
.no-js .nav_top_wrap {
  right: 0;
}

/*-------------------------------------------------------------------------------*/
/*    $Footer                                                                                  */
/*-------------------------------------------------------------------------------*/
.foot_wrap > .container {
  position: relative;
  padding: 0 1rem;
  font-size: 0.9375rem;
}

/*----- foot-content -----*/
.foot_content {
  position: relative;
  line-height: 1.5;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.foot_content::after {
  content: "";
  display: table;
  clear: both;
}
.foot_add {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
}
.foot_add span {
  display: inline-block;
}
.foot_add span:last-child {
  margin-left: 2rem;
}
.foot_mark a {
  display: inline-block;
  padding: 0 0.5rem;
  vertical-align: top;
}
.foot_bottom {
  display: none;
}

/*-----foot-bottom-----*/
.foot_link {
  position: relative;
  display: block;
  text-align: center;
  margin: 0.5rem 0;
}
.foot_link ul {
  display: flex;
  flex-wrap: wrap;
}
.foot_link li {
  width: 100%;
}
@media (min-width: 576px) {
  .foot_link li {
    width: calc(100% / 3);
  }
}
.foot_link a {
  display: block;
  padding: 0.5rem;
  margin: 0.125rem;
  border-radius: 100px;
}

/*-----------------------------$ breakpoints768px------------------------------*/
@media (min-width: 768px) {
  .foot_content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .foot_add {
    line-height: 1.75rem;
  }
  .foot_link {
    display: inline-block;
  }
  .foot_link li {
    position: relative;
    width: inherit;
  }
  .foot_link li a {
    border: 0;
  }
  .foot_link li a:after {
    content: "|";
    position: absolute;
    right: 0;
    color: #f07540;
  }
  .foot_link li a:hover, .foot_link li a:focus {
    text-decoration: underline;
  }
  .foot_link li a:hover:after, .foot_link li a:focus:after {
    text-decoration: none;
  }
  .foot_link li:last-child a:after {
    content: "";
  }
  .foot_bottom {
    display: block;
    padding: 1rem 0;
    line-height: 1.5;
    text-align: center;
  }
  .foot_time span {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .foot_bottom {
    display: flex;
    justify-content: space-between;
  }
  .foot_time {
    text-align: right;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $Skip-main                                                                             */
/*-------------------------------------------------------------------------------*/
a.skip-main {
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
  color: white;
  background-color: #93939e;
  top: auto;
  left: calc(50% - 110px);
  width: 220px;
  height: auto;
  overflow: auto;
  margin: 10px auto;
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1em;
  z-index: 999;
}

/*-------------------------------------------------------------------------------*/
/*    $Header_Search                                                             */
/*-------------------------------------------------------------------------------*/
.header_search {
  pointer-events: none;
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  line-height: 2.5;
  transition: all 0.5s ease-in-out;
}
.header_search::after {
  content: "";
  display: table;
  clear: both;
}

.search-mask {
  background: rgba(0, 0, 0, 0.5);
}

.search_parent {
  pointer-events: auto;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: inherit;
  right: 0;
  color: white;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: url(../../images/icon-search-btn-mobile.svg) no-repeat center center;
}
.search_parent span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 768px) {
  .search_parent {
    top: 15px;
    right: 3%;
    width: 40px;
    height: 40px;
    background: url(../../images/icon-search-btn.svg) no-repeat center center, #212529;
    border-radius: 50%;
  }
}
@media (min-width: 992px) {
  .search_parent {
    top: 85px;
    right: 5%;
  }
}
.search_inner {
  pointer-events: auto;
  visibility: hidden;
  position: absolute;
  width: 100%;
  padding: 2rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.search_inner label {
  position: absolute;
  left: -10000px;
  color: transparent;
}
.search_txt {
  width: calc(100% - 48px);
  border-radius: 0;
  height: 40px;
  border: 0;
}
@media (min-width: 576px) {
  .search_txt {
    width: 70%;
  }
}
.search_btn {
  border: 0;
  color: transparent !important;
  width: 40px;
  height: 40px;
  background: url(../../images/icon-search-btn-mobile.svg) no-repeat center center transparent !important;
}
.search_keywords i, .search_keywords ul, .search_keywords li {
  display: inline-block;
}
.search_keywords ul {
  margin-left: -0.25rem;
}
.search_keywords li a {
  padding: 0 0.25rem;
}
.search_close {
  display: none;
}
@media (min-width: 576px) {
  .search_close {
    position: absolute;
    z-index: 3;
    display: block;
    text-align: center;
    top: 2rem;
    right: 2rem;
    width: 40px;
    height: 40px;
  }
  .search_close span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .search_close:before, .search_close:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    width: 1px;
    height: 46px;
    transform: rotate(-45deg);
    pointer-events: none;
  }
  .search_close:after {
    transform: rotate(45deg);
  }
}

.search-open + .search_inner {
  visibility: inherit;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

/*========no-js ========*/
.no-js .search_parent {
  display: none;
}
.no-js .header_search {
  right: 0;
  left: auto;
  padding-top: 2.3rem;
  z-index: 999;
}
.no-js .header_search input {
  display: none;
}
@media (min-width: 576px) {
  .no-js .header_search {
    width: 440px;
  }
}
@media (min-width: 768px) {
  .no-js .header_search {
    right: 2rem;
  }
}
@media (min-width: 1620px) {
  .no-js .header_search {
    right: 7%;
  }
}
.no-js noscript {
  display: block;
  padding: 0.5rem;
  font-size: 0.875rem;
}
.no-js noscript a {
  pointer-events: auto;
  display: inline-block;
  padding: 0 0.25rem;
}

/*-------------------------------------------------------------------------------*/
/*    $ScrollTop                                                                             */
/*-------------------------------------------------------------------------------*/
div.scrollToTop {
  position: fixed;
  right: 1rem;
  bottom: 3rem;
  display: none;
  text-align: center;
  z-index: 999;
}
div.scrollToTop a {
  display: block;
  width: 60px;
  height: 60px;
  color: transparent;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.65);
  margin-top: 10rem;
  transition: all 0.1s ease-in-out;
  background: url(../../images/scrolltotop_01.svg) no-repeat center, #221e1f;
}
div.scrollToTop a:before {
  display: block;
  content: "TOP";
  color: #1e8539;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bolder;
  width: 100%;
  margin-top: 0;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
div.scrollToTop a:hover {
  background: url(../../images/scrolltotop_02.svg) no-repeat center, #221e1f;
  transition: all 0.1s ease-in-out;
}
div.scrollToTop a:hover:before {
  margin-top: -25px;
  opacity: 1;
  transition: all 0.1s ease-in-out;
}

/*-------------------------------------------------------------------------------*/
/*    $objfit                                                                    */
/*-------------------------------------------------------------------------------*/
.objfit-contain, .objfit-cover {
  position: relative;
}
.objfit-contain img, .objfit-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.objfit-contain img {
  object-fit: contain;
}

.objfit-cover img {
  object-fit: cover;
}

.ie-object-fit-contain, .ie-object-fit-cover {
  background-position: center center;
  background-repeat: no-repeat;
}
.ie-object-fit-contain img, .ie-object-fit-cover img {
  opacity: 0;
}

.ie-object-fit-contain {
  background-size: contain !important;
}

.ie-object-fit-cover {
  background-size: cover !important;
}

/*-------------------------------------------------------------------------------*/
/*    $Error Page                                                                           */
/*-------------------------------------------------------------------------------*/
.error_wrap {
  display: block;
}
@media (min-width: 576px) {
  .error_wrap {
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
    height: auto;
  }
}

.error_inner {
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .error_inner {
    margin: 0 auto 0;
  }
}
.error_inner img {
  width: 60%;
}
.error_inner .btn_home {
  margin: 1rem auto 0;
}

.error_tit {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #6b747d;
  font-size: 3.75rem;
  font-weight: bold;
}
@media (min-width: 576px) {
  .error_tit {
    font-size: 3.75rem;
  }
}
.error_tit small {
  display: block;
  margin-top: 1rem;
  font-size: 40%;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.error_tit small:last-child {
  margin-bottom: 1rem;
}

.error_text {
  max-width: 50rem;
}
.error_text p {
  padding: 1rem 0 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.2;
}
.error_text p:last-child {
  padding-bottom: 1rem;
}

.btn_home {
  display: inline-block;
  width: 120px;
  padding: 0.75rem;
  color: white;
  background-color: #f07540;
  border-radius: 100px;
}
.btn_home i {
  margin-right: 0.5rem;
}
.btn_home:hover, .btn_home:focus {
  background-color: #f26536;
}
.btn_home:focus {
  outline: 1px dotted #f26536;
}

.error_foot {
  font-size: 0.875rem;
  text-align: center;
}

.error_link {
  margin-top: 2.25rem;
}
.error_link a {
  border-radius: 100px;
  margin: 0 3px;
  display: inline-block;
  width: calc((100% / 2) - 9px);
  padding: 0.75rem 1rem;
  color: #93939e;
  border: 1px solid #e3e3e7;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.error_link a:hover, .error_link a:focus {
  color: white;
  background-color: #93939e;
  border: 1px solid #e3e3e7;
}
.error_link a:focus {
  outline: 1px dotted #93939e;
}
.error_link a.error_full {
  width: calc(100% - 8px);
}

.error_info {
  margin-top: 1.25rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}
.error_info li {
  display: block;
}

.error_foot_mark {
  padding: 1rem 0;
}
.error_foot_mark a {
  margin: 0.5rem;
}
.error_foot_mark a img {
  width: auto;
}

.error_revised {
  background: #e9ecef;
  padding: 1rem;
  margin: 2.5rem 0 1.5rem;
  border-radius: 5px;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.125);
}
.error_revised p {
  font-size: 1.125rem;
  font-weight: bolder;
}
.error_revised a {
  color: #ff6700;
  font-size: 1.75rem;
  border-bottom: dotted 2px #ff6700;
}

.bn_wrap img {
  width: 100%;
  vertical-align: top;
}

.bn_btn {
  display: block;
  padding: 2rem;
  width: 100%;
  min-width: 160px;
  text-align: center;
  color: black;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 10px 19px -6px rgba(240, 117, 64, 0.5);
  transition: all 0.3s ease-in-out;
}
.bn_btn01 {
  background: #ffcc58;
}
.bn_btn01:hover {
  background-color: #f28500;
}
.bn_btn02 {
  background: #f07540;
}
.bn_btn02:hover {
  background-color: #c73505;
}
@media (min-width: 576px) {
  .bn_btn {
    width: 50%;
  }
  .bn_btn-wrap {
    display: flex;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_ header                                                                   */
/*-------------------------------------------------------------------------------*/
/*-----header-----*/
.nav_top a {
  color: black;
}
.nav_top a:hover, .nav_top a:focus {
  color: black;
}

.nav_top a:after {
  opacity: 0.5;
  background: url(../../images/nav-top-line_g.svg) no-repeat center center;
}

/*-----Languages----*/
.tc_nav_parent {
  color: transparent;
  background: url(../../images/nav_lang.svg) no-repeat left 10px center;
}
.tc_nav_parent:after {
  background: url(../../images/nav_lang_arrow.svg) no-repeat center center;
}
.tc_nav_parent:focus {
  outline: 1px dotted white;
}

.tc_nav_lang {
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.tc_nav_lang a {
  color: white;
  background-color: #ffc43f;
}
.tc_nav_lang a:hover, .tc_nav_lang a:focus {
  color: white;
  background-color: #ffbc25;
}

.search_inner {
  background: #f1f3f5;
}
.search_keywords i {
  color: #495057;
}
.search_keywords li a {
  color: #495057;
}
.search_keywords li a:hover, .search_keywords li a:focus {
  color: #f07540;
}
.search_btn:focus {
  outline: 1px dotted black;
}
.search_txt {
  color: black !important;
  background-color: transparent !important;
  border-bottom: 1px solid #f07540;
  transition: all 0.3s ease-in-out;
}
.search_txt::placeholder {
  color: black !important;
}
.search_txt:focus {
  outline: 1px dotted black;
  padding: 0 1rem;
  transition: all 0.3s ease-in-out;
}
.search_close:before, .search_close:after {
  background-color: #495057;
}
.search_close:hover:before, .search_close:hover:after, .search_close:focus:before, .search_close:focus:after {
  background-color: #f07540;
}
.search_close:focus {
  outline: 1px dotted black;
}

/*========no-js ========*/
.no-js .header_search noscript a {
  color: #f07540;
}

/*-------------------------------------------------------------------------------*/
/*    $Footer                                                                                  */
/*-------------------------------------------------------------------------------*/
.tc_foot_wrap {
  background: #212529;
}
.tc_foot_wrap a {
  color: rgba(255, 255, 255, 0.75);
}

/*----- foot-bottom -----*/
@media (min-width: 768px) {
  .tc_foot_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.tc_foot_suggest, .tc_foot_time {
  color: rgba(255, 255, 255, 0.65);
}
.tc_foot_link a {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tc_foot_link a:hover, .tc_foot_link a:focus {
  background: black;
}
@media (min-width: 768px) {
  .tc_foot_link a:hover, .tc_foot_link a:focus {
    background: transparent;
  }
}

/*----- foot-content -----*/
.tc_foot_content {
  color: rgba(255, 255, 255, 0.65);
}
.tc_foot_add a {
  color: #f07540;
}

/*----- foot-lang -----*/
.tc_foot_lang a {
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tc_foot_lang a:hover, .tc_foot_lang a:focus {
  color: white;
  background: black;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: calc(50% - 4px);
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: #adb5bd;
  margin: 5px;
  transform: translateY(-50%);
  cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #f07540;
}
.owl-theme .owl-nav [class*=owl-]:focus {
  outline: 2px dotted #6f42c1;
}
.owl-theme .owl-nav span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 4px solid white;
  transform: rotate(45deg);
}
.owl-theme .owl-nav .owl-prev {
  left: 5%;
}
.owl-theme .owl-nav .owl-prev span {
  border-top: none;
  border-right: none;
  margin-left: 12px;
}
.owl-theme .owl-nav .owl-next {
  right: 5%;
}
.owl-theme .owl-nav .owl-next span {
  border-left: none;
  border-bottom: none;
  margin-right: 12px;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.75;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #adb5bd;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f07540;
}