@charset "UTF-8";
*, *:before, *:after {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* @import url("//fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&subset=chinese-traditional"); */
body {
  font-size: 16px;
  color: #707070;
  -webkit-text-size-adjust: none;
}
*{
  font-family: "Noto Sans TC";
}
ol, ul {
  list-style-type: none;
}

svg {
  fill: currentColor;
}

legend {
  display: none;
}

a {
  text-decoration: none;
  color: #707070;
}

a:hover {
  text-decoration: none;
  color: #f3975D;
  -webkit-transition: color 0.1s 0.15s linear;
  transition: color 0.1s 0.15s linear;
}

a:focus {
  color: #f3975D;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

input {
  border: 1px solid #A5A5A5;
  text-indent: 15px;
  border-radius: 5px;
}

.posr{
  position: relative;
  top: 0;
  left: 0;
}

.posa{
  position: absolute;
  top: 0;
  left: 0;
}

.flex-space-between{
  display: flex;
  justify-content:space-between;
}

input::-webkit-input-placeholder {
  color: #A5A5A5;
}

input:-ms-input-placeholder {
  color: #A5A5A5;
}

input::-ms-input-placeholder {
  color: #A5A5A5;
}

input::placeholder {
  color: #A5A5A5;
}

input[type="radio"] {
  display: none;
}

input:focus {
  border-color: #f3975D;
  outline: none;
}

.orange {
  color: #f3975D;
}

.posr{
  position: relative;
  top: 0;
  left: 0;
}

.posa{
  position: absolute;
  top: 0;
  left: 0;
}

.store_btn {
  width: 350px;
  height: 50px;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  outline: none;
  border: none;
  border-radius: 50px;
  font-weight: bold;
}
.old-store{
  width: 100%;
  max-width: 500px;
  letter-spacing: 15px;
}
.store_btn.button-border{
  color: #f3975D;
  border: 1px solid #f3975D;
  background: transparent;
}

.store_label {
  width: 100%;
  margin-bottom: 10px;
}

.store_input {
  width: 100%;
  height: 48px;
  margin-bottom: 15px;
  /* color: #323333; */
  /* font-weight: bold; */
}

.member_search form .store_box input::placeholder{
  color: #323333;
}
.store_input[type="date"] {
  text-indent: 8px;
  color: #A5A5A5;
}

.store_input_center {
  width: 100%;
  height: 48px;
  text-align: center;
  text-indent: 0;
}

.store_input_sm {
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
}

.store_textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 44px;
  max-height: 148px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border-color: #A5A5A5;
  outline: none;
}

.store_textarea:hover, .store_textarea:focus {
  border-color: #f3975D;
}

.store_textarea::-webkit-input-placeholder {
  color: #A5A5A5;
}

.store_textarea:-ms-input-placeholder {
  color: #A5A5A5;
}

.store_textarea::-ms-input-placeholder {
  color: #A5A5A5;
}

.store_textarea::placeholder {
  color: #A5A5A5;
}

.store_select {
  display: inline-block;
  border: 1px solid #f3975D;
  border-radius: 5px;
  vertical-align: middle;
  padding: 0 5px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.store_select select {
  width: 100%;
  height: 44px;
  outline: none;
  background-color: transparent;
  border: none;
}

.store_select select:hover, .store_select select:focus {
  border-color: #f3975D;
}

.store_search_link {
  background-color: #f3975D;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #f3975D;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  font-weight: bold;
}

.store_search_link:hover, .store_search_link:focus {
  background-color: #f3975D;
  color: #ffffff;
  border-color: #f3975D;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.img_box {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img_box .center_p {
  height: 30px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-size: 28px;
  z-index: 1;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
}

.justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.table {
  border: 1px solid #f3975D;
  border-top-width: 2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-collapse: separate;
  position: relative;
  top: -5px;
  left: 0;
}

.table .table-bordered {
  border: none;
}

.table .tr_hide {
  background-color: #FFF3E3;
}

.table .tr_hide th {
  text-align: center;
  border: none !important;
}

.table tbody tr td {
  text-align: center;
  border-color: transparent;
}

.table tbody tr td[data-th] {
  overflow: hidden;
}

.table tbody tr td[data-th]:after {
  content: '';
  display: block;
  clear: both;
  line-height: 0;
  font-size: 0;
}

.table .img_box {
  width: 100px;
  height: 100px;
}

.table .Trli {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: left;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .table {
    border: none;
    top: -3px;
  }
  .table .tr_hide {
    display: none !important;
  }
  .table .table-bordered th, .table .table-bordered td {
    border: 0;
  }
  .table tbody tr td, .table tbody tr th {
    padding: 15px 15px 15px 30px;
    letter-spacing: 1px;
  }
  .table tbody tr td {
    border-color: #f3975D;
  }
  .table tbody tr td:first-child {
    border-color: transparent;
  }
  .table.table_rwd {
    min-width: 100%;
  }
  .table.table_rwd tr {
    display: block;
    border: 1px solid #f3975D;
  }
  .table.table_rwd td {
    display: block;
    width: 100%;
    text-align: left;
  }
  /* overflow: hidden; */
  .table.table_rwd td:before {
    content: attr(data-th) " : ";
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    color: #707070;
  }
  .table.table_rwd .number:before {
    content: "";
  }
}

.scrollbar_none {
  overflow: hidden;
  overflow-y: scroll;
}

.scrollbar_none::-webkit-scrollbar {
  width: 0;
}

.scrollbar_none::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 6px;
}

.crumb {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 767px){
  .crumb{
    font-size: 14px;
  }
}

.crumb .breadcrumb {
  padding: 15px 0 10px;
  background-color: transparent;
}

.crumb .breadcrumb li {
  display: inline-block;
  margin-right: 5px;
}

.crumb .breadcrumb li a.active {
  color: #f3975D;
}

.crumb .breadcrumb li:before {
  padding-left: 0;
}

.clearbox.self {
  clear: both;
}

.clearbox:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0px;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

.white_space {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.direction_icon {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.direction_icon:before, .direction_icon:after {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 80px;
}

.direction_icon:before {
  content: '';
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.direction_icon:after {
  content: '>';
  top: 0;
  left: 85px;
}

.svg_box {
  position: relative;
  top: 0;
  left: 0;
}

.svg_box:before {
  content: '';
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
}

/* .hoverDark {
  position: relative;
  top: 0;
  left: 0;
} */

/* .hoverDark:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: .5;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  pointer-events: none;
} */
/* 
.hoverDark:hover:after {
  opacity: .2;
  -webkit-transition: opacity .4s .2s ease;
  transition: opacity .4s .2s ease;
} */

.hoverFill {
  border: 1px solid #f3975D;
  border-radius: 5px;
  padding: 5px 100px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f3975D), color-stop(50%, #ffffff));
  background-image: linear-gradient(to right, #f3975D 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right;
  color: #f3975D;
  /**/
  /**/
  -webkit-transition: background .25s , color .3s;
  transition: background .25s , color .3s;
}

.hoverFill:before {
  border-color: #f3975D;
  -webkit-transition: border-color .25s;
  transition: border-color .25s;
}

.hoverFill:hover {
  background-position: left;
  color: #ffffff;
  -webkit-transition: background 0.25s 0.2s, color 0.3s 0.4s;
  transition: background 0.25s 0.2s, color 0.3s 0.4s;
}

.hoverFill:hover:before {
  border-color: #ffffff;
  -webkit-transition: border-color .3s .4s;
  transition: border-color .3s .4s;
}

.hoverShallow {
  background-color: #f3975D;
}

.hoverShallow:hover {
  -webkit-transition: background-color .25s .15s ease-in-out;
  transition: background-color .25s .15s ease-in-out;
  background-color: #FFA732;
}

.data_nextAll_slide {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 60px;
  border: 1px solid #f3975D;
  line-height: 60px;
  padding-left: 30px;
  border-radius: 50px;
  font-size: 16px;
}

.data_nextAll_slide.qadata {
  height:auto;
  padding-right: 30px;
}

.data_nextAll_slide .svg_box {
  position: absolute;
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.data_nextAll_slide .svg_box:before {
  width: 100%;
  height: 100%;
  background-color: #f3975D;
  -webkit-mask-image: url("../images/icon/left.svg");
          mask-image: url("../images/icon/left.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.data_nextAll_slide.active .svg_box {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-content {
  border-radius: 20px;
}

.modal-dialog {
  margin-top: 100px;
  margin-bottom: 100px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btPrHalf {
  padding-right: 7.5px;
}

.btPlHalf {
  padding-left: 7.5px;
}

.btPrHalf-0 {
  padding-right: 0;
}

.btPlHalf-0 {
  padding-left: 0;
}

.modal-header {
  position: relative;
  top: 0;
  left: 0;
  border: none;
  padding-bottom: 0px;
}

.modal-header .close {
  position: absolute;
  right: 15px;
  top: 18px;
  color: #f3975D;
  opacity: 1;
  font-size: 30px;
  font-weight: lighter;
}

.pagination img {
  width: 15px;
  height: 15px;
}

.pagination > li > a {
  opacity: 0.5;
  color: #707070;
  border-color: transparent;
}

.pagination > li > a:hover, .pagination > li > a:focus {
  opacity: 1;
  background-color: transparent;
  border-color: transparent;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.modal-body {
  padding: 15px 18px;
}

/* 方向 */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  outline: none;
  position: absolute;
  top: 33%;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  color: #ffffff;
  font-size: 44px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  opacity: 1;
}

.owl-carousel .owl-nav .owl-prev:hover span,
.owl-carousel .owl-nav .owl-next:hover span {
  color: #f3975D;
}

.owl-carousel .owl-nav .owl-prev {
  left: 15px;
}

.owl-carousel .owl-nav .owl-next {
  right: 15px;
}

/* 點點 */
.owl-theme .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  background-color: #ffffff;
  opacity: .65;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f3975D;
  opacity: 1;
}

.advisory_form .sw-theme-dots > ul.step-anchor {
  text-align: center;
  margin: 8px 0;
  display: none;
}

.advisory_form .sw-theme-dots > ul.step-anchor:before {
  display: none;
}

.advisory_form .sw-theme-dots > ul.step-anchor li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) {
  margin: 0 50px;
}

.advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) a {
  padding: 5px 23px;
  color: #f3975D;
  background-color: #ffffff;
  border: 1px solid #f3975D;
  font-weight: normal;
  border-radius: 20px;
  cursor: not-allowed;
}

.advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) a:before, .advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) a:after {
  display: none;
}

.advisory_form .sw-theme-dots > ul.step-anchor li:first-child > a:before,
.advisory_form .sw-theme-dots > ul.step-anchor li:nth-child(2) > a:before {
  display: block;
  width: 95%;
  height: 3px;
  border-radius: unset;
  top: 0;
  bottom: 0;
  left: 105%;
  margin: auto;
  background-color: #f3975D;
}

.advisory_form .sw-theme-dots > ul.step-anchor li:last-child {
  position: absolute;
  right: 0;
  top: -15px;
}

.advisory_form .sw-theme-dots > ul.step-anchor li:last-child a {
  color: #f3975D;
  opacity: 1;
  font-size: 30px;
  font-weight: lighter;
}

.advisory_form .sw-theme-dots > ul.step-anchor li.active > a, .advisory_form .sw-theme-dots > ul.step-anchor li.done > a {
  color: #ffffff;
  background-color: #f3975D;
  cursor: pointer;
}

.advisory_form .sw-theme-dots > ul.step-anchor .close:before, .advisory_form .sw-theme-dots > ul.step-anchor .close:after {
  display: none;
}

.advisory_form .sw-main {
  margin-bottom: 30px;
}

.advisory_form .btn-group.sw-btn-group {
  float: none;
  width: 50%;
  display: block;
  margin: 0 auto;
}

.advisory_form .btn-group.sw-btn-group button {
  outline: none;
}

.advisory_form .btn-group.sw-btn-group .btn.btn-secondary.sw-btn-next {
  width: 300px;
  height: 50px;
  background-color: #f3975D;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.advisory_form .btn-group.sw-btn-group .btn.btn-secondary.sw-btn-next:hover {
  background-color: #f3975D;
}

.advisory_form .btn.btn-secondary.sw-btn-prev, .advisory_form .btn.btn-info {
  display: none;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed th, .fc-unthemed thead {
  border-color: #F3F3F3;
  color: #707070;
  font-size: 16px;
}

.fc-unthemed td {
  font-size: 12px;
}

/* main {
  overflow: hidden;
} */

.logo img {
  height: 50px;
}

.wrapper {
  padding-top: 70px;
}
@media screen and (max-width: 767px){
  .wrapper {
    padding-top: 60px;
  }
}
.allbanner .img_box {
  height: 367px;
}
@media screen and (max-width: 767px){
  .allbanner .img_box {
    height: 118px;
  }
}
.allbanner .img_box.top-cover{
  height: 380px;
}
.allbanner .img_box img {
  top: auto;
  left: auto;
  bottom: 0;
  /* height: auto; */
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 768px){
  .allbanner .img_box.top-cover{
    height: 190px;
  }
}
header .navbar .navbar-nav .memberin .member_btn:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#f3975D;}

header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

header .logo {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  
}
header .logo img{
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width:768px){
  header .logo img{
    max-width: 160px;
  }
}
/* header .logo:before {
  content: '';
  display: block;
  width: 1px;
  height: 60%;
  background-color: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  opacity: 0.5;
} */

header .navbar {
  min-height: 60px;
  padding: 5px 0;
  background: #fff;
}
header .navbar.affix-top{
  box-shadow: none;
  border-bottom: 0;
}
.navcontroll {
  border: none;
}
.navbar-default .navbar-nav>li>a{
  color: #323333;
}
.trip_btn{
  color:#000;
  background-color: transparent;
  line-height: 36px;
  font-size:16px;
  display: flex;
  align-items: center;
  padding: 0;
}
.trip_btn:before{
  content: "";
  background: url('../images/icon/service-icon.svg');
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 10px;
}
.trip_btn:focus,.trip_btn:focus:active,.trip_btn:hover{
  outline:none;
  box-shadow: none;
}

.trip_title_link{
  padding: 0;
  font-size:16px;
}
.trip_dropdown{
  width: 1280px;
  padding: 10px 25px 0;
}
.trip_dropdown > .trip_row{
  border-bottom:1px solid #ccc;
  padding: 20px 0 5px;
  display: flex;
  /* justify-content: space-between; */
}
/* .trip_dropdown > .trip_row:last-child{border:none;} */
.trip_dropdown li{
  border-right:1px solid #ccc;
  width: 19%;
  display: inline-block;
  padding-right: 30px;
  margin-right: 5px;
  margin-left: 15px;
  margin-bottom: 20px;
}
.trip_dropdown li:last-child{border:none;}
.trip_dropdown .item {
  border-top:2px solid #f3975D;
  padding-top: 5px;
  margin-top: 5px;
}
.trip_dropdown .item a{
  display: block;
  line-height: 36px;
}

.navcontroll .icon-bar {
  width: 25px;
  margin-bottom: 6px;
  background-color: #323333!important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.navcontroll.in-fixed .icon-bar{
  background-color: #fff!important;
}

.navcontroll:hover, .navcontroll:active, .navcontroll:focus {
  background-color: transparent;
}

.navcontroll.in .icon-bar,
.navcontroll.in-fixed .icon-bar {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navcontroll.in .icon-bar:nth-child(2n),
.navcontroll.in-fixed .icon-bar:nth-child(2n) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

.navcontroll.in .icon-bar:nth-child(3n),
.navcontroll.in-fixed .icon-bar:nth-child(3n) {
  opacity: 0;
}

.navcontroll.in .icon-bar:last-child,
.navcontroll.in-fixed .icon-bar:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

header .navbar .navbar-nav {
  padding-top: 3px;
  /* padding-right: 30px; */
  display: flex;
  align-items: center;
}
header .navbar .navbar-nav.navbar-right li.top{
  margin-left: 30px;
  display: flex;
  align-items: center;
  min-height: 52px;
}
header .navbar .navbar-nav.navbar-right li.cart a{
  display: flex;
}

/* header .navbar .navbar-nav.navbar-right li:last-child a {
  color: #707070;
} */
.dropdown-menu{
  min-width: 140px;
}
.serv-drop li a{
  display: flex;
  align-items: center;
}
.serv-drop li a span.serv-icon{
  width: 22px;
  height: 22px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
}
header .navbar .navbar-nav.navbar-right li:last-child a:before {
  /* width: 100%;
  height: 35px;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: #707070;
  -webkit-mask-image: url(../images/icon/country.svg);
  left: -5px; */
}

header .navbar .navbar-nav.navbar-right li:last-child a:hover, header .navbar .navbar-nav.navbar-right li:last-child a:active {
  color: #f3975D;
}

header .navbar .navbar-nav a:hover, header .navbar .navbar-nav a:active {
  color: #f3975D;
}

/* header .navbar .navbar-nav .memberin {
  padding-right: 30px;
} */

header .navbar .navbar-nav .memberin .dropdown {
  display: inline-block;
}
header .navbar .navbar-nav .dropdown{
  position: initial;
}

header .navbar .navbar-nav .memberin .member_btn{
  background-color: transparent;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  padding-top: 4px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #E8E8E8;
  padding: 5px 20px;
  /* box-shadow: 0px 0px 2px rgba(0,0,0,.16); */
}
header .navbar .navbar-nav .memberin .member_btn .user-img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
header .navbar .navbar-nav .memberin .member_btn .user-img img{
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

header .navbar .navbar-nav .memberin a {
  color: #323333;
  padding-left: 15px;
}
header .navbar .navbar-nav .memberin a:hover{color:#f3975D;}

header .navbar .navbar-nav .memberin a:before {
  /* width: 18px;
  height: 35px;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background-color: #707070;
  left: 0; */
}

header .navbar .navbar-nav .memberin a:hover, header .navbar .navbar-nav .memberin a:active {
  color: #f3975D;
}

header .navbar .navbar-nav .member_dropdown li a,
header .navbar .navbar-nav .lang_dropdown li a{padding-left: 15px;}

header .navbar .navbar-nav .login {
  display: inline-block;
  padding: 0;
  /* padding-top: 15px; */
  margin-left: -7px;
}

header .navbar .navbar-nav .login:before {
  -webkit-mask-image: url("../images/icon/member.svg");
          mask-image: url("../images/icon/member.svg");
  left: -23px;
}

header .navbar .navbar-nav .login:after {
  /* content: ' / '; */
  /* color: #707070; */
}

header .navbar .navbar-nav .signin {
  display: inline-block;
  padding: 0;
  padding-right: 15px;
}

header .navbar .navbar-nav .signin:before {
  display: none;
  -webkit-mask-image: url("../images/icon/country.svg");
          mask-image: url("../images/icon/country.svg");
  left: 68px;
}

footer {
  background-color: #121212;
  padding-top: 40px;
}
footer .clearbox{
  border-top: 1px solid #323333;
}
footer p{
  color: #A9A9A9;
}
footer .logo{
  margin-bottom: 20px;
}
footer .logo img {
  width: auto;
  max-width: 180px;
}
footer a.orange{
  color: #F3975D;
}
footer aside{
  font-size: 17px;
}
footer address li {
  margin-bottom: 9px;
}

footer address li:before {
  display: inline-block;
  vertical-align: middle;
  padding-right: 35px;
  width: 13px;
  height: 13px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #707070;
  left: -40px;
  top: 5px;
}

footer address li:nth-child(1):before {
  -webkit-mask-image: url("../images/icon/phone.svg");
          mask-image: url("../images/icon/phone.svg");
}

footer address li:nth-child(2):before {
  -webkit-mask-image: url("../images/icon/wechat.svg");
          mask-image: url("../images/icon/wechat.svg");
}

footer address li:nth-child(3):before {
  -webkit-mask-image: url("../images/icon/line.svg");
          mask-image: url("../images/icon/line.svg");
}

footer address li:nth-child(4):before {
  -webkit-mask-image: url("../images/icon/fb.svg");
          mask-image: url("../images/icon/fb.svg");
}

footer address li:nth-child(5):before {
  -webkit-mask-image: url("../images/icon/mail.svg");
          mask-image: url("../images/icon/mail.svg");
}

footer address li:hover:before {
  -webkit-mask-image: none;
          mask-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 13px;
  height: 13px;
  background-size: contain;
}

footer address li:nth-child(1):hover:before {
  background-image: url("../images/icon/footer_phone.png");
}

footer address li:nth-child(2):hover:before {
  background-image: url("../images/icon/footer_wechat.png");
}

footer address li:nth-child(3):hover:before {
  background-image: url("../images/icon/footer_line.png");
}

footer address li:nth-child(4):hover:before {
  background-image: url("../images/icon/footer_fb.png");
}

footer address li:nth-child(5):hover:before {
  background-image: url("../images/icon/footer_mail.png");
}

footer .other_link {
  padding-right: 0;
  padding-top: 45px;
}

footer .other_link .footer_atag {
  display: inline-block;
  width: 46%;
  min-height: 60px;
  /* line-height: 60px; */
  margin-bottom: 20px;
  margin-right: 6%;
  /* background-size: cover;
  background-repeat: no-repeat; */
  /* background-image: url("../images/pic/footer_pic_cooperation.png"); */
}

footer .other_link .footer_atag a {
  color: #ffffff;
  position: relative;
  height: 155px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #C2C2C2;
  border-radius: 35px;
  background: #272727;
  transition: 0.3s all;
  font-size: 17px;
  transform: translate(0,0);
}


footer .other_link .footer_atag a:hover {
  /* background: #000; */
  transform: translate(-2px,2px)
}
footer .other_link .footer_atag img{
  width: 76px;
  height: 76px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
footer .other_link .footer_atag img.phone{
  transform: scale(0.8);
}
footer .other_link .footer_atag span{
  display: block;
}

footer .other_link .footer_atag:before {
  /* display: inline-block;
  vertical-align: sub;
  width: 24px;
  height: 24px;
  padding-right: 40px; */
  /* background-color: #ffffff; */
  /* -webkit-mask-image: url("../images/icon/qa.svg");
          mask-image: url("../images/icon/qa.svg"); */
}

footer .other_link .footer_atag:nth-child(2) {
  /* background-image: url("../images/pic/footer_pic_qa.png"); */
  margin-right: 0;
}

footer .other_link .footer_atag:nth-child(2):before {
  /* -webkit-mask-image: url("../images/icon/cooperation.svg");
          mask-image: url("../images/icon/cooperation.svg"); */
}

footer h6 {
  height: 30px;
  color: #ffffff;
  background-color: #121212;
  padding-top: 10px;
  overflow: hidden;
  margin-bottom: 0px;
  border-top: 1px solid #323333;
}

footer h6 p {
  display: inline-block;
  margin-right: 2%;
}
.footer-line{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
  font-size: 18px;
}
.footer-line .left{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.footer-line .left span{
  color: #6E6E73;
}
.footer-line .right{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.footer-links{
  margin-left: 15px;
}
.footer-links a{
  color: #A9A9A9;
}
.footer-links a:after{
  content: "•";
  margin: 0 5px;
}
.footer-links a:last-child:after{
  content: none;
}
.footer-links a:hover{
  color: #7d7d7d;
}
.footer-links a:hover:after{
  color: #707070;
}
footer .social-links{
  display: flex;
}
footer .social-links a{
  margin-left: 25px;
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
footer .social-links a.link-con:before{
  content: "";
  
  position: absolute;
  width: 100%;
  height: 100%;
}
footer .social-links a.link-con.fb:before{
  background: url("../images/icon/share_fb.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .social-links a.link-con.line:before{
  background: url("../images/icon/share_line.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .social-links a.link-con.fb:hover:before{
  background: url("../images/icon/fb_hover.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .social-links a.link-con.line:hover:before{
  background: url("../images/icon/line_hover.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* footer .social-links img{
  width: 30px;
  height: 30px;
} */
footer .row{
  padding-bottom: 30px;
}
@media screen and (max-width:768px){
  footer p{
    font-size: 14px;
  }
  footer .row{
    padding-bottom: 0;
  }
  .footer-line{
    border-top: 1px solid #656565;
    display: block;
  }
  .footer-line .right{
    display: block;
    line-height: 2;
    margin-bottom: 20px;
  }
  .footer-line .left{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footer-line .left span{
    margin-right: 10px;
  }
  .footer-line .left a span{
    margin-right: 0px;
  }
  .footer-links{
    margin-left: 0;
    word-break: keep-all;
  }
  footer .social-links a{
    margin-left: 0px;
    margin-right: 15px;
    width: 34px;
    height: 34px;
  }
}
.subscription {
  padding-top: 20px;
}

.subscription label {
  display: flex;
  justify-content:space-between;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 5px;
  font-size:14px;
  align-items: center;
}

.subscription input {
  display: block;
  width: 55%;
  border-color:transparent;
  font-size:17px;
  height: 45px;
}

.subscription input::placeholder {
  font-weight:normal;
}

.subscription .subBtn {
  display: block;
  width: 36%;
  background-color: #1E1E1E;
  color:#fff;
  padding: 5px 15px;
  font-weight:normal;
  border-radius: 5px;
  border-color:transparent;
  transition:background-color .3s ease-in-out;
  height: 40px;
  font-size: 17px;
}

.subscription .subBtn:hover,
.subscription .subBtn:focus {
  background-color: #f3975D;
  outline:none;
}

.index_banner {
  padding: 30px 0;
  margin-bottom: 70px;
  background-image: url("../images/pic/herobg.svg");
  /* background-color: #ffffff; */
  /* min-height: 80vh; */
  min-height: 120vh;
  background-position: top right 40%;
  background-size: 70%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 10%;
  /* padding-top: 0;
  margin-top: 5%; */
  margin-top: 3%;
  /* z-index: -1; */
}
.godown{
  position: absolute;
  /* bottom: -15px; */
  bottom: 35%;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/godown.svg");
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 3px 3px rgba(0,0,0,.16);
  display: block;
  cursor: pointer;
}
.index_banner .hero-block{
  color: #323333;
  padding-top: 0%;
}
.index_banner .hero-block h2{
  font-weight: bold;
  font-size: 3em;
  line-height: 1.5;
  color: #323333;
  margin-top: -15%;
}
@media screen and (max-width:768px){
  .index_banner .hero-block{
    padding-top: 20px;
    margin-top: 20%;
  }
  .index_banner{
    background-position: bottom center;
    background-size: 100%;
    min-height: 100vh;
    padding-top: 0;
  }
  .index_banner .hero-block h2{
    text-align: left;
    font-size: 2em;
    padding: 0 35px;
    line-height: 1.2;
  }
  .index_banner .hero-block p{
    text-align: center;
  }
  .index_banner .hero-block .search-form{
    max-width: 320px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .index_banner .hero-block .search-form form{
    border-radius: 50px;
    box-shadow: 0px 1px 3px rgb(0,0,0,.16)
  }
  .godown{
    bottom: 15vh;
    background-color: #DBDBDB;
  }
}
@media screen and (max-width:375px){
  .index_banner .hero-block h2{
    padding: 0 15px;
  }
}
.index_banner .banner {
  margin-bottom: 15px;
}

.index_banner .banner .img_box {
  height: 400px;
}

.index_banner .banner .img_box img {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.index_banner .banner_owl .img_box {
  height: 200px;
}
.index_content{
  margin-top: -50vh;
}
@media screen and (max-width:768px){
  .index_content{
    margin-top: 0;
  }
}
.index_content .other_link {
  margin-bottom: 30px;
}

.index_content .other_link .link {
  height: 200px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 20px bottom;
  padding-top: 5%;
  padding-left: 50%;
  font-size: 24px;
  color: #ffffff;
}

.index_content .other_link .link p {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.index_content .other_link .link h4 {
  margin-top: 10px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.index_content .other_link .link h4:before {
  left: 80px;
}

.index_content .other_link .link h4:after {
  left: 85px;
}

.index_content .other_link .link-1 {
  background-image: url("../images/pic/home_cooperation.png");
  background-color: #FF9D6D;
}

.index_content .other_link .link-2 {
  background-image: url("../images/pic/home_pic_news2.png");
  background-color: #f3975D;
  background-size: 35%;
  background-position: 30px bottom;
}

.index_content .introduction {
  /* margin-bottom: 30px; */
  /* background-color: #FFF3E3; */
  overflow: hidden;
  width: 100%;
  /* padding-bottom: 30px;
  padding-top: 30px; */
  padding: 30px 20px;
}
.index_content .introduction .service-flex{
  display: flex;
  flex-wrap: wrap;
}
.index_content .introduction .service-flex{
  display: flex;
  flex-wrap: wrap;
}
.index_content .introduction .item{
  margin-bottom: 40px;
  overflow: hidden;
}
.index_content .introduction .item .item-img{
  position: relative;
  height: 272px;
  max-width: 100%;
}
@media screen and (max-width:768px){
  .index_content .introduction .item .item-img{
    height: 124px;
  }
}
.index_content .introduction .item .item-img img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
}
.index_content .introduction .item a{
  display: block;
  width: 100%;
}
/* .index_content .introduction h1{
  margin-bottom: 5%;
} */
.index_content .introduction h4 {
  /* margin-bottom: 15px; */
  font-weight: bold;
  color: #454E54;
  font-size: 28px;
  padding: 15px 0;
}

.index_content .introduction img {
  /* width: 200px; */
  width: 100%;
  height: 200px;
  object-fit: cover;
  /* border-radius: 50%; */
}

.index_content .introduction .item .svg_box {
height: 125px;

}

.index_content .introduction .item{
  border-radius: 66px;
  box-shadow: 0px 3px 10px rgba(0,0,0,.16);
  min-height: 265px;
}
@media screen and (max-width:768px){
  .index_content .introduction .item{
    min-height: unset;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .index_content .introduction{
    padding: 30px 0;
    padding-bottom: 0;
    margin-bottom: 0;
    
  }
  .index_content .introduction h4{
    padding: 5px 0px;
  }
}
.index_content .introduction .item .svg_box:before {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #f3975D;
  -webkit-mask-position: center;
          mask-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.index_content .introduction .item_1 .svg_box:before {
  -webkit-mask-image: url("../images/icon/features_cut3.svg");
          mask-image: url("../images/icon/features_cut3.svg");
}

.index_content .introduction .item_2 .svg_box:before {
  -webkit-mask-image: url("../images/icon/features_cut4.svg");
          mask-image: url("../images/icon/features_cut4.svg");
}

.index_content .introduction .item_3 .svg_box:before {
  -webkit-mask-image: url("../images/icon/features_cut2.svg");
          mask-image: url("../images/icon/features_cut2.svg");
}

.index_content .introduction .item_4 .svg_box:before {
  -webkit-mask-image: url("../images/icon/features_cut1.svg");
          mask-image: url("../images/icon/features_cut1.svg");
}

.index_content .presentation {
  margin-bottom: 100px;
}

.index_content .presentation .img_box {
  height: 240px;
}
.service-block-item{
  padding: 0 20px;
}
@media screen and (max-width:768px){
  .service-block-item{
    padding: 0 15px;
  }
}
.index_content .presentation .img_box .center_p {
  font-size: 24px;
}

.index_content .presentation .text_easy {
  padding-top: 10px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
}

.index_content .presentation a:before {
  top: 5px;
  left: 120px;
  right: 0;
  margin: auto;
}

.index_content .presentation a:after {
  top: 5px;
  left: 130px;
  right: 0;
  margin: auto;
}

.country_tw {
  margin-bottom: 0px;
}

.country_tw .list_1 {
  margin-bottom: 15px;
}

.country_tw .list_1 .img_box {
  height: 300px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.country_tw .list_2 {
  margin-bottom: 15px;
}

.country_tw .list_2 .img_box {
  height: 200px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.country_tw .list_2 .item .center_p {
  color: #f3975D;
  bottom: 60px;
}

.country_tw .list_2 .item a {
  position: absolute;
  top: 100px;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 30px;
  line-height: 30px;
  width: 190px;
  color: #fff;
  padding-left: 40px;
  border-radius: 5px;
}

.country_tw .list_2 .item a:before {
  top: 4px;
  left: auto;
  right: 40px;
}

.country_tw .list_2 .item a:after {
  left: auto;
  right: 35px;
}

.country_tw .list_2 .item a.en_title:before,
.country_tw .list_2 .item a.en_title:after {
  display: none;
}

.country_list {
  margin-bottom: 30px;
  margin-top: 30px;
}

.only_for_startdate2 {
  margin: 10px auto;
}
.only_for_startdate2 .ui-datepicker {
  width: 100%;
}

.travel_geography .item .item_content h5.country_h5item_wrap {
  height: 80px;
  overflow: inherit;
  color: #333;
  font-weight: bold;
}
.travel_geography .item:hover .item_content h5.country_h5item_wrap{
  color: #f3975D;
}

.country_h5item_wrap .center_p {
  -webkit-line-clamp: 2;
}

.country_h5item_box {
  display: flex;
  justify-content:space-between;
}

.country_list h3 {
  margin: 0px;
  margin-bottom: 10px;
}

.country_list .img_box {
  height: 150px;
}

.country_list a.direction_icon {
  margin-top: 2px;
  color: #f3975D;
  padding-right: 50px;
}

.country_list a.direction_icon:before {
  border-color: #f3975D;
  top: 0;
}

.country_list a.direction_icon:after {
  left: 75px;
}

.country_list .item p {
  top: -60px;
}

.country_list .item a {
  width: 140px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.country_list .listItem {
  padding: 15px;
  text-align:center;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.listItembox {
  height: 80px;
}

.country_list .listItem p {
  font-size:18px;
  margin: 10px 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #f3975D;
}

.country_list .listItem a {
  display: inline-block;
  padding: 5px 45px;
  border-radius: 5px;
  color:#fff;
  background-color: #f3975D;
}

.country_list .listItem a:hover{
  background-color: #FFA732;
}

.country_geography_category {
  /* background-color: #F3F3F3; */
  color: #707070;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.16);
  overflow: hidden;
  max-width: 200px;
  box-shadow: 0px 0px 3px rgba(0,0,0,.32);
  
}
.category-wrap .country_geography_category{
  margin-top: 25px;
}
.country_geography_category.affix{
  top: 85px;
  position: fixed!important;
}
.country_geography_category.affix-bottom{
  position: fixed!important;
}
.country_geography_category h4 {
  margin-top: 0px;
  font-size: 2rem;
  word-break: keep-all;
  margin-bottom: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #323333;
}

.country_geography_category h4:before{
  content: "";
  width: 20px;
  height: 20px;
  background: url('../images/icon/filter_icon.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 5px;
}

@media screen and (max-width:768px){
  .category-wrap .country_geography_category{
    margin-top: 0px;
  }
  .country_geography_category .arrow-l{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    color: #323333;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .country_geography_category .arrow-r{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    color: #323333;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .country_geography_category .arrow-l:after{
    content: "\e257";
    font-family: 'Glyphicons Halflings';
    
  }
  .country_geography_category .arrow-r:after{
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    
  }
}
.country_geography_category ul {
  margin: 0;
  margin-top: 30px;
}

.country_geography_category li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

.country_geography_category li a {
  border-radius: 20px;
  border: 1px solid #707070;
  padding: 5px 12px;
  margin: 0 10px;
  /* margin-left: 0; */
}
@media screen and (max-width:768px){
  .country_geography_category {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    border: 0;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
  }
  .country_geography_category.affix{
    top: 61px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
  }
  .country_geography_category ul{
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    border: 0;
    padding: 13px 0;
    /* border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0; */
    margin-top: 0;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .country_geography_category ul::-webkit-scrollbar{
    display: none;
  }
  .country_geography_category.affix ul{
    padding-left: 15px;
    padding-right: 15px;
  }
  .country_geography_category ul li{
    margin-bottom: 0;
  }
  .country_geography_category ul li a{
    border-radius: 0;
    border: 0;
    font-size: 16px;
  }
  .country_geography_category ul li.active a{
    color: #f3975D;
    border-bottom: 3px solid #f3975D;
  }
}


.country_geography_category li a:hover, .country_geography_category li a:focus {
  border-color: #f3975D;
  -webkit-transition: all 0.1s 0.15s linear;
  transition: all 0.1s 0.15s linear;
  background: #f3975D;
  color: #fff;
}

.country_geography_category li a:focus{
  background: #f3975D;
  color: #fff;
}

@media screen and (max-width:768px){
  .country_geography_category li a{
    border-bottom: 5px solid transparent;
  }
  .country_geography_category li a:focus,
  .country_geography_category li a:hover{
    color: #f3975D;
    background: transparent;
    border-bottom: 5px solid #f3975D;
  }
}

.country_geography h3 span {
  padding-left: 15px;
  font-size: 16px;
}

.country_geography h3 span b {
  color: #f3975D;
}

.country_geography .item {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;

}
.country_geography .item:hover img{
  transform: translate(-50%, -50%)scale(0.95);
}
/* .country_geography .item img {
  height: 150px;
} */

.country_geography .item .item_content {
  padding: 5px 15px 12px;
}

.country_geography .item .item_content > * {
  margin-bottom: 15px;
}

.country_geography .item .item_content h5 {
  /* color: #f3975D; */
  font-size: 18px;
  -webkit-line-clamp: 2;
  /* word-break: break-all; */
  overflow: hidden;
  height: 38px;
}

.country_geography .item .item_content p {
  height: 105px;
  overflow: hidden;
}

.country_geography .item .item_content a {
  display: block;
  color: #ffffff;
  padding: 3px 0;
  margin: 0px;
  border-radius: 5px;
}

.country_geography li:hover .owl-nav {
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.country_geography li .owl-nav {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
}

.country_geography li .owl-nav .owl-prev,
.country_geography li .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  margin: auto;
}

.country_geography li .owl-nav .owl-prev span,
.country_geography li .owl-nav .owl-next span {
  background-color: #A5A5A5;
  font-size: 37px;
  display: block;
  width: 37px;
  height: 44px;
  line-height: 37px;
  font-weight: bolder;
  opacity: 0.4;
}

.country_geography li .owl-nav .owl-prev:hover span,
.country_geography li .owl-nav .owl-next:hover span {
  color: #ffffff;
  opacity: 1;
}

.country_geography li .owl-nav .owl-prev {
  right: auto;
  left: 0;
}

.country_geography li .owl-nav .owl-next {
  left: auto;
  right: 0;
}

/* .country_geography a {
  display: inline-block;
  margin: 20px 0;
} */
.country_geography{
  margin-left: -15px;
  margin-top: 60px;
}
@media screen and (max-width:768px){
  .country_geography{
    margin-left: -15px;
    margin-right: -15px;
  }
}
.travel_geography .img_box {
  width: 100%;
  display: block;
  height: 220px;
  overflow: hidden;
  position: relative;
  /* background: #333333; */
  border-radius: 10px;
}
.travel_geography .img_box img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
  transition: 0.3s all;
  border-radius: 10px;
}

.travel_geography .item .item_content {
  padding: 5px 10px 12px;
  padding-left: 0;
}

.travel_geography .item .item_content h6 {
  font-size: 14px;
  color: #A5A5A5;
  letter-spacing: 1px;
}

.travel_geography .item .item_content h5 {
  font-size: 22px;
  letter-spacing: 1px;
}

.travel_geography .item .item_content h5 p {
  height: auto;
  overflow: hidden;
}
@media screen and (max-width:768px){
  .travel_geography .item .item_content h5 p{
    height: 35px;
  }
}
.travel_geography .item .item_content h5 p.center_p {
  font-size:16px;
  font-weight: 500;
  margin-bottom: 0;
  word-break: break-all;
  word-break: break-word;
}

.travel_geography .item .item_content h5 span {
  color: #707070;
  font-size: 14px;
  /* word-break: keep-all; */
}

.travel_geography .item .item_content h5 span b {
  font-size: 22px;
  color: #f3975D;
}

.travel_geography .item .item_content h4 {
  color: #707070;
}

.travel_geography .item .item_content h4 span {
  margin-left: 10px;
}

@media screen and (max-width:768px){
  .travel_geography .item .item_content{
    padding: 0;
  }
  .travel_geography .img_box{
    height: 160px;
  }
}
.country_contents {
  margin-bottom: 30px;
}

.country_contents img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.country_contents h2 {
  color: #323333;
  font-size: 28px;
  /* border-bottom: 3px solid #f3975D; */
  margin-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:768px){
  .country_contents h2{
    font-size: 20px;
  }
}
.country_contents .text_box {
  font-size: 18px;
  line-height: 36px;
  color: #707070;
  margin-bottom: 20px;
  padding: 15px 10px;
  background-color: #F3F3F3;
  height: 270px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius: 5px;
}

.country_contents a {
  display: block;
  padding: 14px 0px;
  border-radius: 20px;
}

.country_contents .panel-body a{
  display: inline-block;
}



.country_contents p {
  font-weight: lighter;
  font-size: 14px;
  padding-top: 18px;
}

.country_contents p b {
  font-size: 18px;
  padding: 0 8px;
}

.country_contents .quote p {
  padding-top: 0px;
}

.icons{padding-top: 5px;}
.icons a{
  display: inline-block;
  color:#999;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 3px;
}
.icons a:first-child{background-image: url('../images/icon/share_line.svg');}
.icons a:first-child:hover{background-image: url('../images/icon/share_line_hover.svg');}
.icons a:nth-child(2){background-image: url('../images/icon/share_fb.svg');}
.icons a:nth-child(2):hover{background-image: url('../images/icon/share_fb_hover.svg');}
.icons a:last-child{background-image: url('../images/icon/share_google.svg');}
.icons a:last-child:hover{background-image: url('../images/icon/share_google_hover.svg');}
.icons a:nth-child(3){background-image: url('../images/icon/share_google.svg');}
.icons a:nth-child(3):hover{background-image: url('../images/icon/share_google_hover.svg');}

.country_contents_speciality {
  background-color: #F3F3F3;
  padding-bottom: 30px;
}

.country_contents_speciality h2 {
  font-size: 28px;
  color: #707070;
}

.country_contents_speciality .country_contents_fix {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 80px;
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.country_contents_speciality .country_contents_fix.in {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.country_contents_speciality .country_contents_fix:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0))); */
  /* background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
  background-color: #fff;
  opacity: 0.96;
  background-repeat: no-repeat;
  background-size: cover;
}

.country_contents_speciality .country_contents_fix h3 {
  font-size: 28px;
  color: #323333;
  padding-left: 30px;
  padding-top: 6px;
}

.country_contents_speciality .country_contents_fix a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 15px;
}

.country_contents_speciality .country_contents_fix a:before {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask-size: 40%;
          mask-size: 40%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("../images/icon/qa.svg");
          mask-image: url("../images/icon/qa.svg");
}

.country_contents_speciality .country_contents_fix a.fix_modalsm_1 {
  width: 100%;
  height: auto;
  padding: 14px 0;
  border-radius: 20px;
}

.country_contents_speciality .country_contents_fix a.fix_modalsm_2, .country_contents_speciality .country_contents_fix a.fix_top {
  background-color: rgba(165, 165, 165, 0.5);
}

.country_contents_speciality .country_contents_fix a.fix_modalsm_2:hover, .country_contents_speciality .country_contents_fix a.fix_modalsm_2:focus, .country_contents_speciality .country_contents_fix a.fix_top:hover, .country_contents_speciality .country_contents_fix a.fix_top:focus {
  background-color: #f3975D;
}

.country_contents_speciality .country_contents_fix a.fix_top:before {
  -webkit-mask-image: url("../images/icon/top.svg");
          mask-image: url("../images/icon/top.svg");
}

.travel_contents .text_box {
  height: 160px;
}

.travel_contents h6 {
  font-size: 14px;
  margin-top: 0px;
  word-spacing: 10px;
}

.travel_contents span {
  font-size: 14px;
  font-weight: lighter;
}

.travel_contents span b {
  font-size: 22px;
  color: #FF4C00;
}

.travel_contents .price {
  padding: 10px 15px 0;
  margin-bottom: 15px;
  background-color: #FFF3E3;
  border-radius: 5px;
}

.travel_contents .price h6 {
  padding-top: 10px;
}

.travel_contents .price p {
  padding-top: 0;
  font-size: 28px;
  color: #FF4C00;
}

.travel_contents .departure {
  padding: 10px 15px 0;
  margin-bottom: 15px;
  background-color: #F3F3F3;
  border-radius: 5px;
}

.travel_contents .departure p {
  color: #707070;
  font-weight: bold;
  font-size: 16px;
  padding-top: 0;
}

.travel_contents .departure h6 {
  padding-top: 3px;
}

.travel_contents_speciality .travel_contents_fix {
  color: #f3975D;
}

.travel_contents_speciality .travel_contents_fix p {
  padding-top: 20px;
  font-size: 28px;
}

.travel_contents_speciality .travel_contents_fix span {
  padding-top: 20px;
  display: inline-block;
  color: #707070;
  font-size: 14px;
}

.travel_contents_speciality .travel_contents_fix span b {
  font-size: 22px;
  color: #FF4C00;
}

.travel_contents_speciality .travel_contents_fix a {
  margin-left: auto;
}

.moretrips {
  background-color: #fff;
  margin-bottom: -85px;
}

.moretrips.white {
  background-color: #ffffff;
  margin-top: 30px;
  margin-bottom: 0px;
}

.moretrips.white h5 {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  margin-left: 10px;
}

.moretrips.white h5.red {
  background-color: #FF4C00;
}

.moretrips.white h5.orange {
  background-color: #f3975D;
}

.moretrips.white h5.blue {
  background-color: #32AFE4;
}

.moretrips.white h5.green {
  background-color: #629300;
}

.moretrips.white h4 {
  border: none;
  padding-bottom: 0;
  margin: 10px 0;
}

.moretrips h4 {
  color: #f3975D;
  padding:0 10px;
  margin: 10px;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.moretrips a {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  height: 260px;
}

.newmoretrips a {
  height: auto;
}

.moretrips a img{
  height: 200px;
  object-fit: contain;
}

.moretrips p {
  margin: 0 10px 10px;
  height: 110px;
  overflow: hidden;
}

.cars .cars_content{
  margin-top: 35px;
}

.cars .cars_content .item {
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 16px;
  transition: 0.3s all;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, .32);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, .32);
}
.cars .cars_content .item:hover{
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .32);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .32);
}
.cars .cars_content .item .img_box {
  height: 200px;
}

.cars .cars_content .item .img_box img {
  height: auto;
}

.cars .cars_content .item h4 {
  color: #f3975D;
  margin-bottom: 15px;
  height: 40px;
}

.cars .cars_content .item .text_box {
  height: 85px;
  overflow-y: auto;
  text-align: left;
  margin-bottom: 0;
}

.cars article {
  overflow: hidden;
  background-color: #FFF3E3;
  padding: 30px;
  border-radius: 20px;
}

.cars article .svg_box:before {
  width: 70px;
  height: 70px;
  background-color: #FF4C00;
}

.cars article .item:first-child .svg_box:before {
  -webkit-mask-image: url("../images/icon/exclude.svg");
          mask-image: url("../images/icon/exclude.svg");
}

.cars article .item:last-child .svg_box:before {
  -webkit-mask-image: url("../images/icon/contain.svg");
          mask-image: url("../images/icon/contain.svg");
}

.cars article p {
  margin-bottom: 15px;
  color: #FF4C00;
  font-size: 24px;
}
@media screen and (max-width:768px){
  .cars .cars_content .item h4{
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
    line-height: 22px;
    word-break: break-all;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .cars .cars_content .item .text_box{
    font-size: 1.5rem;
    line-height: 18px;
    height: 90px;
  }
}
.cooperation h4 {
  margin-top: 20px;
}

.cooperation .other_link {
  background-color: #F3F3F3;
  padding: 20px 45px 5px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.cooperation .other_link img {
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.cooperation form {
  padding: 8px 50px 50px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 30px;
}

.cooperation form .item {
  margin-bottom: 10px;
}

.cooperation form textarea {
  margin-bottom: 30px;
}

.cooperation form .store_btn {
  width: 100%;
}

.cooperation form h3 {
  margin-bottom: 20px;
  color: #f3975D;
}

.cooperation form .social_software {
  padding-top: 5px;
}

.cooperation form .social_software img {
  display: inline-block;
  width: 20px;
  height: 18px;
  opacity: 0.6;
  margin-right: 5px;
}

.search_form {
  padding: 20px;
  /* margin-bottom: 30px; */
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.16);
  overflow: hidden;
  max-width: 200px;
  box-shadow: 0px 0px 3px rgba(0,0,0,.32);
  /* margin-top: 37px; */
  position: sticky;
  top: 90px;
  margin-bottom: 30px;
}
.search_form.affix{
  /* position: relative; */
  top: 40px;
  margin-top: 37px;
}
.search_form.affix-bottom{
  position: fixed!important;
  /* top: -100px; */
}
.search_form input {
  margin-bottom: 0px;
  height: 40px;
}

@media screen and (max-width:768px){
  
}
@media screen and (max-width:768px){
  .search_form {
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    border: 0;
    background: #fff;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    margin-top: 0;
    padding: 0 10px;
  }
  .search_form.affix{
    z-index: 99;
    top: 60px;
    left: 0;
    padding-top: 10px;
    margin-top: 0;
    width: 100%!important;
  }
  .search_form .arrow-l{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    color: #323333;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .search_form .arrow-r{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    color: #323333;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .search_form .arrow-l:after{
    content: "\e257";
    font-family: 'Glyphicons Halflings';
    
  }
  .search_form .arrow-r:after{
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    
  }
  .search_form .arrow-l{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    color: #323333;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .search_form .arrow-r{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    color: #323333;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search_form .arrow-l:after{
    content: "\e257";
    font-family: 'Glyphicons Halflings';
    
  }
  .search_form .arrow-r:after{
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    
  }
}
.search_form .title {
  font-weight: bold;
  color: #323333;
  font-size: 2rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_form .title p {
  /* color: #A5A5A5;
  padding-top: 8px; */
}
.search_form .title:before{
  content: "";
  width: 20px;
  height: 20px;
  background: url('../images/icon/filter_icon.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 5px;
}

.search_form .search_box, .search_form .day, .share_box .search_box {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}

.search_form .search_box button, .search_form .day button, .share_box button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  outline: none;
}

.search_form .search_box img, .search_form .day img, .share_box .search_box img {
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
}

.share_box .search_box img {top: -15px;}
.search_box .store_input_sm {height: 40px;}

.search_form .search_box .date_img, .search_form .day .date_img, .share_box .search_box .date_img {
  right: auto;
  left: 20px;
}

.search_form .subject_category {
  padding: 20px 0px;
  /* font-size: 1rem; */
  display: flex;
  flex-wrap: wrap;
  /* max-height: 50vh;
  overflow-y: scroll; */
}
.search_form .subject_category::-webkit-scrollbar{
  display: none;
}
.search_form .subject_category li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

.search_form .subject_category li a {
  /* border-radius: 20px;
  padding: 12px 15px;
  font-weight: normal;
  border: 1px solid #323333; */
  border-radius: 20px;
  border: 1px solid #707070;
  padding: 5px 12px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.search_form .subject_category li a.orange {
  color: #ffffff;
  background-color: #f3975D;
  border: 1px solid #f3975D;
}

.search_form .subject_category li a:hover {
  color: #ffffff;
  background-color: #f3975D;
  border: 1px solid #f3975D;
}

.search_form .subject_category li a.red {
  color: #ffffff;
  background-color: #FF4C00;
}

.search_form .subject_category li a.green {
  color: #ffffff;
  background-color: #629300;
}

.search_form .subject_category li a.blue {
  color: #ffffff;
  background-color: #32AFE4;
}
@media screen and (max-width:768px){
  .search_form .subject_category{
    max-height: none;
    overflow-x: scroll;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 100%;
    /* margin-bottom: 20px; */
    padding-top: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: -5px;
  }
  .search_form.affix .subject_category{
    padding-left: 15px;
    margin-bottom: -5px;
    padding-top: 0;
  }
  .search_form .subject_category li{
    width: auto!important;
    margin: 0!important;
    margin-right: 15px!important;
  }
  .search_form .subject_category li a{
    padding: 0;
    font-size: 16px;
    border-radius: 0;
    border: 0;
    padding-bottom: 10px;
    display: block;
  }
  .search_form .subject_category li a:hover{
    color: #f3975D;
    background-color: transparent;
    border: 0;
  }
  .search_form .subject_category li a.orange{
    color: #f3975D;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #f3975D;
  }
}
h1.page-title{
  color: #323333;
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  /* margin-bottom: 30px; */
  padding: 60px 0px;
}
.home-article h1.page-title{
  padding-top: 0;
}
@media screen and (max-width:768px){
  .home-article h1.page-title{
    padding-top: 45px;
  }
}
.search_list li {
  border: 1px solid rgba(0,0,0,.16);
  border-radius: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 25px 30px;
  margin-bottom: 10px;
}

.search_list li:hover {
  /* border-color: #f3975D; */
  /* -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear; */
  box-shadow: 0px 3px 20px rgba(0,0,0,.32);
}
.search_list a.post-title{
  font-size: 2rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 55px;
  line-height: 30px;
  word-break: break-all;
  color: #323333;
}
.search_list a.post-title:hover{
  color: #f3975D;
}
.search_list .post-data{
  display: flex;
  width: 100%;
  margin: 15px 0px;
  flex-wrap: wrap;
}

.search_list .post-data a.tag{
  color: #f3975D;
  text-decoration: underline;
  margin-right: 15px;
  width: auto;
}
.search_list .post-l{
  width: 70%;
}
.search_list .img-r{
  width: 30%;
}
@media screen and (max-width:768px){
  .search_list .post-data a.tag{
    width: auto;
  }
  .search_list .post-l{
    padding-right: 0;
    width: 50%;
  }
  .search_list .img-r{
    padding-left: 0;
    width: 50%;
  }
}
.search_list .article-description{
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 75px;
  line-height: 25px;
  word-break: break-all;
}
.post-right{
  display: flex;
  /* padding-left: 20px; */
  justify-content: space-between;
}
.post-right .like{
  /* margin: 0 10px; */
  cursor: pointer;
}
.post-right .like span{
  font-size: 2rem;
  /* color: #E8E8E8; */
}
@media screen and (max-width:768px){
  .post-right{
    padding-left: 0px;
  }
  .post-right .like{
    margin-right: 10px;
    margin-left: 5px;
  }
}
.search_list .img-wrap{
  max-width: 182px;
  height: 182px;
  display: block;
  overflow: hidden;
  position: relative;
  /* background: #707070; */
  width: 100%;
}

.search_list img {
  /* border-radius: 10px;
  width: 87px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto; */
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
}

.search_list h5 {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
}

.search_list h5.red {
  background-color: #FF4C00;
}

.search_list h5.orange {
  background-color: #f3975D;
}

.search_list h5.blue {
  background-color: #32AFE4;
}

.search_list h5.green {
  background-color: #629300;
}

.search_list p {
  color: #A5A5A5;
  font-size: 12px;
  margin-bottom: 0px;
}

.search_list h3 {
  font-size: 16px;
  margin-top: 22px;
}

.search_list .direction_icon {
  margin-top: 20px;
  color: #f3975D;
  left: -70px;
  width: 65px;
}

.search_list .direction_icon:before {
  border-color: #f3975D;
  left: 70px;
  top: 0;
}

.search_list .direction_icon:after {
  left: 65px;
}

.search_list .link {
  text-align: right;
}
.search_list.home-post{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search_list.home-post .post-side{
  padding-right: 0;
}
.search_list.home-post .img-side{
  padding-left: 0;
}
.search_list.home-post li{
  width: calc(100% / 2 - 10px);
  border: 0;
  border-radius: 0;
}
.search_list.home-post li:hover{
  box-shadow: none;
}
@media screen and (max-width:768px){
  .search_list.home-post{
    display: block;
  }
  .search_list.home-post li{
    width: 100%; 
  }
  /* .search_list.home-post .post-side{
    padding-right: 15px;
  } */
}
/* .search_list.cate-post{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */
.search_list.cate-post li{
  /* width: calc(100% / 2 - 10px); */
  border: 0;
  border-radius: 0;
  padding: 25px 0px;
}
.search_list.cate-post li:hover{
  box-shadow: none;
}
.news_contents {
  margin-bottom: 30px;
  /* float: left; */
}

@media screen and (max-width:768px){
  .news_contents .colsult{
    margin: 0!important;
    padding: 0;
  }
}
.news_contents h1{
  color: #323333;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
}
.news_contents .article-tags{
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.news_contents .article-tags a{
  background: #323333;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 20px;

}
.news_contents h2 {
  margin: 0px 0px 15px;
  padding-bottom: 30px;
  color: #323333;
  font-weight: bold;
}
.news_contents .content_div{
  border-top: 1px solid #E8E8E8;
  margin-top: 20px;
  padding-top: 30px;
  min-height: 500px;
}
.content_div p,
.content_div span,
.texthtml p,
.texthtml span{
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin: inherit;
  padding: 0;
  line-height: 1.5;
}
.content_div p,.texthtml p{
  margin-bottom: 5px;
}
.content_div h1,.content_div h2,
.content_div h3,.content_div h4,
.content_div h5,.content_div h6,
.texthtml h1,.texthtml h2,
.texthtml h3,.texthtml h4,
.texthtml h5,.texthtml h6{
  font-family: inherit;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  line-height: inherit;
}
.content_div ol,.texthtml ol{
  list-style-type: decimal;
  padding-left: 15px;
}
.content_div ul,.texthtml ul{
  list-style-type: disc;
  padding-left: 15px;
}
.content_div a,.texthtml a{
  display: inline;
  font-family: inherit;
  color: #323333;
  padding: 0;
  font-family: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}
.content_div a:hover,.texthtml a:hover{
  color: #f3975D;
}
.content_div u,.texthtml u{
  font-family: inherit;
  /* color: #323333; */
}
.content_div,.texthtml{
  color: #323333;
}

.country_contents .content_div{
  min-height: 500px;
}
.country_contents .content_div img{
  max-width: 100%;
  height: auto!important;
}
.country_contents .content_div table{
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width:768px){
  .news_contents{
    padding: 0 15px;
  }
  .news_contents h1{
    font-size: 28px;
  }
  .news_contents h2{
    padding-bottom: 12px;
  }
  .news_contents .content_div img{
    max-width: 100%;
    height: auto!important;
  }
  .country_contents .content_div table{
    max-width: 100%!important;
    width: 100%!important;
  }
  .content_div h1,.texthtml h1{
    font-size: 36px;
  }
  .content_div h2,.texthtml h2{
    font-size: 30px;
    padding: 10px 0;
  }
  .content_div h3,.texthtml h3{
    font-size: 24px;
  }

  
}
.share-tools{
  display: flex;
  align-items: center;
}
.share-tools .like,
.share-tools .like span,
.share-tools .share-link,
.share-tools .share-link span{
  font-size: 20px;
  display: flex;
  align-items: center;
}
.share-tools .like span{
  font-size: 30px;
}
.share-tools .share-link{
  background: #FF9901;
  color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 16px!important;
  cursor: pointer;
  background: url('../images/icon/copy.svg');
  background-size: 100%;
  background-repeat: no-repeat;

}
/* .share-tools .share-link span:before{
  transform: scaleX(-1);
} */
.share-tools .like{
  margin-right: 15px;
  color: #E8E8E8;
}
@media screen and (max-width:768px){
  .share-tools{
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .news_contents h2{
    font-size: 23px;
  }
}
.bottom-tools{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0;
  color: #666666;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E8E8E8;
}
.bottom-tools .like,
.bottom-tools .like span,
.bottom-tools .share-link,
.bottom-tools .share-link span{
  font-size: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  
}
.bottom-tools .like{
  margin-right: 20px;
}
.bottom-tools .like span:first-child{
  margin-right: 10px;
  font-size: 30px;
}
.bottom-tools .like span:last-child{
  color: #666666;
}
.bottom-tools .share-link span.share-icon{
  background: #FF9901;
  color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 16px!important;
  cursor: pointer;
  background: url('../images/icon/copy.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
/* .bottom-tools .share-link span:first-child:before{
  transform: scaleX(-1);
} */
@media screen and (max-width:768px){
  .texthtml{
    /* padding: 0 20px; */
  }
  .article-tags{
    padding: 0 20px;
  }
  .bottom-tools{
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

.qa ul li {
  margin-bottom: 15px;
}

.qa ul li .item {
  display: none;
}

.qa ul li p {
  padding: 20px;
}

.log_reg {
  background-image: url("../images/pic/pic2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.log_reg .log_reg_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 142px 0;
}

.log_reg form {
  width: 380px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 30px;
}

.log_reg form h3 {
  color: #696969;
  margin: 0px 0px 20px;
  font-weight: 600;
  font-size: 28px;
}

.log_reg form p {
  font-size: 14px;
  color: #f3975D;
  margin-top: -10px;
}

.log_reg form a {
  display: inline-block;
  color: #707070;
  font-weight: bold;
}

.log_reg form button {
  width: 100%;
  margin-top: 40px;
  font-weight: bold;
}
.log_reg form input{
  color: #323333;
  font-weight: normal;
}
.log_reg .login {
  margin-right: 60px;
  height: 430px;
}

.log_reg .registration {
  height: 480px;
}

.log_reg .registration button {
  margin-top: 30px;
}

.remembe_tag{
  display: inline-block;
  padding-left: 25px;
}
.remembe_tag label span{
  display: block;
  width: 25px;
  height: 25px;
  border:1px solid #707070;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 160%;
  background-position: center;
  position: absolute;
  top: 0px;
  left: -25px;
}
.remembe_tag input:checked + span{background-image: url('../images/icon/contain.svg');}
.remembe_tag input{
  width: 0;
  height: 0;
  border:none;
  visibility: hidden;
}

.peer_print_wrap .title{
  align-items:center;
  margin-bottom: 20px;
}
.peer_print_wrap .print_tag a{
  padding: 10px 55px;
  border-radius: 20px;
  background-color: #f3975D;
  color:#fff;
}
.peer_print{
  background-color: #fff;
  box-shadow: 0 2px 2px 2px #ddd;
  padding: 15px 50px;
}
.peer_print .logo{display: none;}
.peer_print h3{margin-bottom: 40px;}
.peer_print h4{
  font-size:14px;
  margin-bottom: 20px;
}
.peer_print h4 p{
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.peer_print p{
  color:#aaa;
  font-size:14px;
}
.peer_print p span{color:#333;}
.peer_print p span.orange{
  color:#f3975D;
  font-size:18px;
}
.peer_print .table {
  border-color:#ddd;
  margin-bottom: 10px;
}
.peer_print .table .tr_hide{background-color: transparent;}
.peer_print .table .tr_hide th,
.peer_print .table tbody tr td{
  border:1px solid #ddd !important;
}
.forget_password_modal .modal-dialog{
  margin-top: 0;
  max-width: 380px;
  width: 100%;
}
.forget_password_modal .modal-dialog .store_input{
  color: #323333;
  font-weight: normal;
}
.forget_password_modal .modal-dialog .modal-header,
.forget_password_modal .modal-dialog .modal-body{
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width:768px){
  .forget_password_modal{
    background: rgba(0,0,0,.6);
  }
  .forget_password_modal .modal-dialog{
    height: auto;
    margin-top: 50%;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .forget_password_modal .modal-dialog .modal-header,
  .forget_password_modal .modal-dialog .modal-body{
    padding-left: 15px;
    padding-right: 15px;
  }
}
.forget_password_modal h5 {
  color: #f3975D;
  font-size: 24px;
}

.forget_password_modal button {
  width: 100%;
  margin-top: 20px;
}

.member {
  background-color: #FCFCFC;
  padding: 70px 0;
}
@media screen and (max-width:768px){
  .member.old-member{
    padding-top: 20px;
  }
}

.member h2 {
  color: #f3975D;
  margin-bottom: 30px;
  font-weight: bold;
}

.member .member_slide {
  /* -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); */
  border-radius: 20px;
  margin: 0 30px;
  padding: 30px 0px;
  background: #FAFAFA;
  border: 1px solid #E8E8E8;
  position: sticky;
  top: 90px;
}

.member .member_slide.old-slide{
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.member .member_slide.affix{
  max-width: 202px;
  width: 100%;
  top: 100px;
  position: fixed!important;
}
.member .member_slide.affix-bottom{
  position: fixed!important;
  max-width: 202px;
  width: 100%;
}
.bg-upload{
  position: absolute;
  transform: translateX(-50%);
  bottom: 20px;
  left: 75%;
  background: rgba(0,0,0,.3);
  max-width: 179px;
  width: 100%;
  border-radius: 25px;
  height: 43px;
}
@media screen and (max-width:768px){
  .bg-upload{
    bottom: auto;
    top: 20px;
    left: auto;
    right: 15px;
    transform: none;
    max-width: 150px;
    height: 35px;
  }
}
.bg-upload input{
  display: none;
}
.bg-upload label{
  /* background: rgba(0,0,0,.5); */
  /* max-width: 140px; */
  width: 100%;
  border-radius: 25px;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.bg-upload label:before{
  content: "";
  width: 20px;
  height: 15px;
  background: #fff;
  display: block;
  background: url('../images/icon/camera-w.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}


.upimg_form input {
  display: none;
}

.upimg_form .img_box {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 5px solid #fff;
  background: #fff;
}
@media screen and (max-width:768px){
  .upimg_form .img_box{
    width: 150px;
    height: 150px;
  }
  .bg-upload label{
    font-size: 14px;
  }
}
.upimg_form .edit-box{
  border: 1px solid #E8E8E8;
  background: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
}
.edit-box:before{
  content:"";
  width: 19px;
  height: 15px;
  /* background: #000; */
  background: url('../images/icon/camera.svg');
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.member .member_slide.old-slide .upimg_form .img_box p{
  padding: 5px 10px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: 30px;
  margin: 0;
}
.member .member_slide.old-slide .upimg_form .img_box{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 0;
  background: transparent;
}
.member .member_slide.old-slide .upimg_form .img_box p:before{
  -webkit-mask-image: url('../images/icon/edit.svg');
  mask-image: url('../images/icon/edit.svg');
  z-index: 2;
  background-color: #fff;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
.member .member_slide.old-slide .upimg_form .img_box p:after {
  content: '編輯';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
  top: 0;
  padding-top: 5px;
  text-indent: 5px;
  font-size: 14px;
}

.allbanner{
  position: relative;
}
.allbanner .upimg_form{
  position: absolute;
  left: 50%;
  bottom: -25%;
  transform: translateX(-50%);
  cursor: pointer;
} 
.member .member_slide h3 {
  margin-bottom: 30px;
}
.member .member_slide .menu p.wel{
  text-align: left;
  padding: 0 10px;
}
.member .member_slide .menu p.wel span{
  color: #f3975D;
  font-weight: bold;
}
.member .member_slide .menu,
.member .member_slide .menu ul {
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width:768px){
  .allbanner .upimg_form{
    bottom: -35%;
  }
  .member .member_slide .menu .arrow-r{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    color: #323333;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .member .member_slide .menu .arrow-r:after{
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    
  }
  .member .member_slide .menu .arrow-l{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    color: #323333;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .member .member_slide .menu .arrow-l:after{
    content: "\e257";
    font-family: 'Glyphicons Halflings';
    
  }
}




.member .member_slide .menu ul li.active a {
  border-color: #f3975D;
  color: #ffffff;
  background: #f3975D;
}
.member .member_slide.old-slide .menu ul li.active a{
  color: #f3975D;
  background: transparent;
  font-weight: bold;
}
.member .member_slide .menu ul li a {
  display: block;
  padding: 10px 0;
  border: 1px solid transparent;
  border-radius: 20px;
  font-weight: bold;
  color: #323333;
}

@media screen and (max-width:768px){
  .member .member_slide .menu ul li a{
    font-weight: normal;
  }
}

.member .member_slide.old-slide .menu ul li a {
  font-weight: bold;
}



.member_contents.old-style .member_info p,
.member_contents.old-style .member_info a, 
.member_contents.old-style .member_info input{
  margin-bottom: 40px;
}
.member_contents.old-style .member_info .info_title,
.member_contents.old-style .member_info p, 
.member_contents.old-style .member_info a{
  padding-top: 15px;
}

.member .member_info p,
.member .member_info a, 
.member .member_info input {
  /* margin-bottom: 40px; */
  margin-bottom: 0;
}

.member .member_info .info_title,
.member .member_info p, 
.member .member_info a {
  /* padding-top: 15px; */
}

.member .member_info a {
  display: block;
  color: #f3975D;
}

.member_contents {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 20px;
  box-shadow: 0px 0px 3px rgb(0,0,0,.16);
  padding: 25px 35px;
  background: #fff;
}

@media screen and (max-width:768px){
  .member_contents.consumer-order-detail{
    padding: 15px;
  }
}
.member_contents.old-style{
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background: transparent;
  margin-top: -25px;
}
@media screen and (max-width:768px){
  .member_contents.old-style{
    margin-top: 0;
  }
}
.member_amount .data_nextAll_slide {
  border-radius: 5px;
  border-bottom-width: 2px;
  height: 50px;
  line-height: 50px;
}

.member_amount .data_nextAll_slide .svg_box {
  top: 48px;
  right: 40px;
}

.member_amount .data_nextAll_slide p {
  margin-bottom: 0px;
}
.member_amount .data_nextAll_slide p.white_space{
  font-weight: bold;
}
@media screen and (max-width:768px){
  .member_amount .data_nextAll_slide p.white_space{
    line-height: 1.5;
    margin-bottom: 20px;
    width: 85%;
    white-space: inherit;
  }
}
.member_amount .data_nextAll_slide p span {
  color: #f3975D;
}

.member_amount li {
  margin-bottom: 10px;
}

.member_amount .amount_item {
  display: none;
}

.member_amount .pay {
  color: #FF4C00;
}

.member_amount .pay.have {
  color: #629300;
}

.member_amount .num {
  color: #f3975D;
}

.calendar {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
}

.calendar .fc-day-header {
  padding: 10px;
  background-color: #F3F3F3;
}

.calendar .fc-center h2 {
  color: #707070;
  font-size: 20px;
  margin: 10px 0px 0px;
}

.calendar .fc-day-grid-event .fc-content {
  white-space: normal !important;
}

.calendar .fc-state-default {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.calendar .fc-state-default span {
  color: #A5A5A5;
  font-size: 24px;
}

.calendar .fc-state-default span:hover {
  color: #f3975D;
}

.member_news .title p {
  padding-left: 30px;
}

.member_news .data_nextAll_slide.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}

.member_news .text_box {
  position: relative;
  top: -3px;
  background-color: #FFF3E3;
  padding: 15px 30px;
  border: 1px solid #f3975D;
  border-top: none;
  word-break: break-all;
}

.member_management {
  /* margin-top: -70px; */
}

.member_search {
  margin-bottom: 15px;
}

.member_search form .store_box {
  display: inline-block;
  vertical-align: top;
}

.member_search form .store_box input {
  display: inline-block;
  border: 1px solid #f3975D;
  border-radius: 5px;
  vertical-align: middle;
  padding: 0 5px;
  margin-bottom: 20px;
  background-color: #ffffff;
  width: 100px;
  height: 44px;
  font-weight: bold;
}

.management_contents {
  width: 100%;
  overflow-x: scroll;
}

.management_contents .table {
  padding: 0 10px 0 0;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: -10px;
  /* min-width: 1000px; */
  min-width: 1620px;
  max-width: 100%;
  top: 0;
  border: none;
}

.management_contents .table thead tr th {
  border: none;
  text-align:center;
}

.management_contents .table tbody td {
  border: solid 1px #f3975D;
  border-style: solid none;
  padding: 15px 10px 15px;
}

.management_contents .table tbody td:first-child {
  border-left-style: solid;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.management_contents .table tbody td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.management_contents .table tbody td .svg_box {
  padding: 3px 30px 0 15px;
}

.management_contents .table tbody td .svg_box:before {
  width: 20px;
  height: 20px;
  background-color: #A5A5A5;
  -webkit-mask-image: url("../images/icon/edit.svg");
          mask-image: url("../images/icon/edit.svg");
}

.management_contents .table tbody td .svg_box:hover:before {
  background-color: #f3975D;
}

.management_contents .table tbody td.pay {
  color: #FF4C00;
}

.management_contents .table tbody td.pay.have {
  color: #629300;
}

.management_contents .table tbody td.num {
  color: #f3975D;
}

.management_contents .table tbody td p,
.management_contents .table tbody td .print_link {
  padding: 3px 20px;
  border-radius: 20px;
  background-color: #f3975D;
  color: #ffffff;
  margin: 0px;
}
.management_contents .table thead tr th.pname-left{
  text-align: left;
}
.management_contents .table tbody tr td.pname-left{
  text-align: left;
}
.member_addmanagement form fieldset {
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #f3975D;
}

.member_addmanagement form fieldset .store_select {
  width: 100%;
}

.member_addmanagement form fieldset h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 5px 30px;
  font-size: 16px;
  background-color: #f3975D;
  color: #ffffff;
}

.member_addmanagement form .addmanagement_contents {
  padding: 0 12%;
}

.member_addmanagement form .addmanagement_contents p {
  padding: 12px 0;
  margin: 0;
}
.member_addmanagement form .addmanagement_contents p.justify {
  font-weight: bold;
  color: #323333;
}
.member_addmanagement form .addmanagement_contents p:after {
  width: 100%;
}

.member_addmanagement form .addmanagement_contents select, .member_addmanagement form .addmanagement_contents input {
  height: 48px;
}

.member_addmanagement form .addmanagement_contents .store_select, .member_addmanagement form .addmanagement_contents .store_input, .member_addmanagement form .addmanagement_contents .store_textarea {
  border-color: #A5A5A5;
}

.member_addmanagement form .addmanagement_contents .cars .box {
  padding: 10px 15px;
}

.member_addmanagement form .addmanagement_contents .cars .box, .member_addmanagement form .addmanagement_contents .cars label, .member_addmanagement form .addmanagement_contents .cars input {
  display: inline-block;
  height: auto;
}

.member_addmanagement form .addmanagement_contents .cars input[type="radio"] {
  display: none;
}

.member_addmanagement form .addmanagement_contents .cars input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: 1px solid #A5A5A5;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.member_addmanagement form .addmanagement_contents .cars input[type="radio"]:checked + label span {
  background-image: url("../images/icon/select.svg");
  border: none;
}

.member_addmanagement form .addmanagement_contents .store_textarea {
  margin-bottom: 15px;
}

.member_addmanagement form .addmanagement_contents .client {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 60px;
}

.member_addmanagement form .addmanagement_contents .client .del, .member_addmanagement form .addmanagement_contents .orderInsure_content .add {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  padding: 0 10px;
  border: 1px solid #f3975D;
  z-index: 1;
}

.member_addmanagement form .addmanagement_contents .client .del .svg_box, .member_addmanagement form .addmanagement_contents .orderInsure_content .add .svg_box {
  width: 25px;
  height: 25px;
}

.member_addmanagement form .addmanagement_contents .client .del .svg_box:before, .member_addmanagement form .addmanagement_contents .orderInsure_content .add .svg_box:before {
  width: 80%;
  height: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f3975D;
  -webkit-mask-position: center;
          mask-position: center;
}

.member_addmanagement form .addmanagement_contents .client .del {
  top: 10px;
  left: -40px;
}

.member_addmanagement form .addmanagement_contents .client .del .svg_box:before {
  -webkit-mask-image: url("../images/icon/form_less.svg");
          mask-image: url("../images/icon/form_less.svg");
}

.member_addmanagement form .addmanagement_contents .orderInsure_content{
  position: relative;
  top: 0; 
  left: 0;
}

.member_addmanagement form .addmanagement_contents .orderInsure_content .add {
  top: auto;
  left: auto;
  bottom: -30px;
  right: 15px;
}

.member_addmanagement form .addmanagement_contents .orderInsure_content .add .svg_box:before {
  -webkit-mask-image: url("../images/icon/form_plus.svg");
          mask-image: url("../images/icon/form_plus.svg");
}

.member_addmanagement form .shopping_cars_btn button {
  width: 100%;
}

.member_addmanagement form .shopping_cars_btn a {
  width: 100%;
  display: block;
  line-height: 50px;
}

.member_addmanagement form .shopping_cars_btn a:hover{
  color:#fff;
}

.member_addmanagement form .shopping_cars_btn button.hoverFill {
  padding: 0;
  color: #f3975D;
  border-color: #f3975D;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f3975D), color-stop(50%, #ffffff));
  background-image: linear-gradient(to right, #f3975D 50%, #ffffff 50%);
}

.member_addmanagement form .shopping_cars_btn button.hoverFill:hover {
  color: #ffffff;
}

.print_box {
  position: absolute;
  top: 0;
  right: 0;
}

.shopping_cars h4 {
  margin: 0px;
}

.shopping_list {
  padding: 10px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  border-radius: 5px;
}

.shopping_list .img_box {
  width: 160px;
  height: 140px;
}

.shopping_list .item {
  height: 140px;
  padding-left: 30px;
  overflow: hidden;
}

.shopping_list .item h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #707070;
}

.shopping_list .item .text_box {
  text-align: justify;
  height: 60px;
  overflow: scroll;
  margin-bottom: 10px;
}

.shopping_list .item p span {
  font-size: 24px;
  color: #f3975D;
}

.shopping_list .svg_box {
  top: 50px;
}

.shopping_list .svg_box:before {
  width: 20px;
  height: 20px;
  background-color: #A5A5A5;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("../images/icon/trash.svg");
          mask-image: url("../images/icon/trash.svg");
}

.shopping_list .svg_box:hover:before {
  background-color: #f3975D;
}

.shopping_pay {
  margin: 0 40px 0 20px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  padding: 30px 20px 15px;
  border-radius: 20px;
}

.shopping_pay h4 {
  text-align: center;
  margin-bottom: 20px;
}

.shopping_pay .store_btn {
  width: 160px;
  height: 35px;
}

.shopping_pay .store_btn.en_title {
  height: 50px;
}

.shopping_pay .money p {
  color: #f3975D;
  font-size: 32px;
  border-bottom: 1px solid #A5A5A5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.shopping_pay label, .shopping_pay input {
  display: inline-block;
}

.shopping_pay input {
  margin: 0px 5px 15px 15px;
}

.member_driver .store_select {
  width: 70%;
  /* margin-bottom: 45px; */
  margin-bottom: 0;
  border-color: #A5A5A5;
}
.member_contents.old-style .member_driver .store_select{
  margin-bottom: 45px;
  width: 100%;
}

.member_driver .store_textarea {
  margin-bottom: 45px;
}

.advisory .modal-dialog {
  width: 740px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
.advisory .modal-dialog .modal-content{
  box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
@media screen and (max-width:768px){
  .advisory .modal-dialog{
    margin-top: 25px;
  }
}
.advisory_form {
  padding: 8px 0;
}

.advisory_form article {
  overflow: hidden;
  background-color: #FFF3E3;
  padding: 30px;
  border-radius: 20px;
}

.advisory_form article .svg_box:before {
  width: 70px;
  height: 70px;
  background-color: #FF4C00;
}

.advisory_form article .item:first-child .svg_box:before {
  -webkit-mask-image: url("../images/icon/exclude.svg");
          mask-image: url("../images/icon/exclude.svg");
}

.advisory_form article .item:last-child .svg_box:before {
  -webkit-mask-image: url("../images/icon/contain.svg");
          mask-image: url("../images/icon/contain.svg");
}

.advisory_form article p {
  padding-top: 15px;
  margin-bottom: 15px;
  color: #FF4C00;
}

.advisory_step .step_box {
  padding: 0 25px;
}

.advisory_step .step_box button, #success-modal button {
  width: 300px;
  height: 50px;
  background-color: #f3975D;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 18px;
  outline: none;
  color: #ffffff;
  border-radius: 50px;
  border: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.advisory_step .step_box button:hover, #success-modal button:hover {
  background-color: #f3975D;
}

.advisory_step .step_box .step-1 h2 {
  color: #f3975D;
  border: none;
}

.advisory_step .step_box .step-1 input[type="text"] {
  width: 140px;
  height: 48px;
  text-align: center;
  text-indent: 0;
}

.advisory_step .step_box .step-1 input[type="number"] {
  width: 140px;
  height: 48px;
  text-align: center;
  text-indent: 0;
}

.advisory_step .step_box .step-1 label {
  border: 1px solid #A5A5A5;
  border-radius: 20px;
  padding: 7px 10px;
  margin-right: 3%;
}

.advisory_step .step_box .step-1 label:hover {
  color: #f3975D;
  border-color: #f3975D;
  -webkit-transition: color .3s ease, border-color .3s ease;
  transition: color .3s ease, border-color .3s ease;
}

.advisory_step .step_box .step-1 textarea {
  max-width: 300px;
  max-height: 100px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border-color: #A5A5A5;
}

.advisory_step .step_box .step-1 textarea::-webkit-input-placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-1 textarea:-ms-input-placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-1 textarea::-ms-input-placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-1 textarea::placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-1 textarea:focus {
  border-color: #f3975D;
  outline: none;
}

.advisory_step .step_box .step-1 .item {
  margin-bottom: 15px;
}

.advisory_step .step_box .step-1 #product_type_1:checked ~ label[for="product_type_1"],
.advisory_step .step_box .step-1 #product_type_2:checked ~ label[for="product_type_2"],
.advisory_step .step_box .step-1 #product_type_3:checked ~ label[for="product_type_3"],
.advisory_step .step_box .step-1 #product_type_2_1:checked ~ label[for="product_type_2_1"],
.advisory_step .step_box .step-1 #product_type_2_2:checked ~ label[for="product_type_2_2"],
.advisory_step .step_box .step-1 #product_type_2_3:checked ~ label[for="product_type_2_3"],
.advisory_step .step_box .step-1 #product_type_3_1:checked ~ label[for="product_type_3_1"],
.advisory_step .step_box .step-1 #product_type_3_2:checked ~ label[for="product_type_3_2"],
.advisory_step .step_box .step-1 #product_type_3_3:checked ~ label[for="product_type_3_3"],
.advisory_step .step_box .step-1 #product_type_4_1:checked ~ label[for="product_type_4_1"],
.advisory_step .step_box .step-1 #product_type_4_2:checked ~ label[for="product_type_4_2"],
.advisory_step .step_box .step-1 #product_type_4_3:checked ~ label[for="product_type_4_3"] {
  color: #f3975D;
  border-color: #f3975D;
  -webkit-transition: color .3s ease, border-color .3s ease;
  transition: color .3s ease, border-color .3s ease;
}

.advisory_step .step_box .step-1 .adv_container .usecarday {
  position: relative;
  top: 0;
  left: 0;
}

/* .advisory_step .step_box .step-1 .adv_container .usecarday span {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  position: absolute;
  top: 45px;
  right: 20px;
  width: 10px;
  height: 10px;
  border: 2px solid #A5A5A5;
  border-left-color: transparent;
  border-bottom-color: transparent;
  color: #f3975D;
} */

.advisory_step .step_box .step-1 .adv_container .usecarday input {
  text-align: left;
  padding-right: 40px;
  padding-left: 15px;
}

.advisory_step .step_box .step-1 .adv_container .usecarday input:focus + span {
  border-color: #f3975D;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.advisory_step .step_box .step-1 .adv_container:last-child input[type="text"] {
  width: 100%;
}

.advisory_step .step_box .step-1 .adv_container .write {
  padding-top: 10px;
}

.advisory_step .step_box .step-1 .adv_container .write p {
  padding-top: 5px;
}

.advisory_step .step_box .step-1 .adv_container .write input {
  height: 30px;
  text-align: left;
  text-indent: 15px;
}

.advisory_step .step_box .step-1 .adv_container .car_products {
  /* owl */

}

.advisory_step .step_box .step-1 .adv_container .car_products h4 a {
  left: auto;
  right: 0;
  display: inline-block;
  padding: 3px 10px;
  top: -5px;
  font-size:14px;
}

.advisory_step .step_box .step-1 .adv_container .car_products ul {
  padding: 5px;
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  height: 132px;
}

.advisory_step .step_box .step-1 .adv_container .car_products li {
  padding: 2px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid transparent;
}

.advisory_step .step_box .step-1 .adv_container .car_products li:focus, .advisory_step .step_box .step-1 .adv_container .car_products li.active {
  border-color: #f3975D;
  outline: none;
}

.advisory_step .step_box .step-1 .adv_container .car_products li > *:not(img) {
  margin: 5px 0;
}

.advisory_step .step_box .step-1 .adv_container .car_products img {
  margin-bottom: 10px;
}

.advisory_step .step_box .step-1 .adv_container .car_products h5 {
  font-size: 14px;
}

.advisory_step .step_box .step-1 .adv_container .car_products p {
  font-size: 12px;
}

.advisory_step .step_box .step-1 .adv_container .car_products:hover .owl-nav {
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
}

.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-prev,
.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
}

.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-prev span,
.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-next span {
  background-color: #A5A5A5;
  font-size: 37px;
  display: block;
  width: 37px;
  height: 44px;
  line-height: 37px;
  font-weight: bolder;
  opacity: 0.4;
}

.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-prev:hover span,
.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-next:hover span {
  color: #ffffff;
  opacity: 1;
}

.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-prev {
  right: auto;
  left: 0;
}

.advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-next {
  left: 88%;
  right: 0;
}

.advisory_step .step_box .step-2 h2 {
  margin-bottom: 0px;
}

.advisory_step .step_box .step-2 input {
  width: 100%;
  height: 48px;
}

.advisory_step .step_box .step-2 input::-webkit-input-placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-2 input:-ms-input-placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-2 input::-ms-input-placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-2 input::placeholder {
  color: #A5A5A5;
}

.advisory_step .step_box .step-2 .passenger_info {
  padding-right: 10px;
  margin-bottom: 0;
}

.advisory_step .step_box .step-2 .passenger_info label {
  width: 100%;
  margin: 0 0 20px;
  border: none;
  padding: 0;
}

.advisory_step .step_box .step-2 input[type="text"] {
  width: 100%;
  text-align: left;
}

.advisory_step .step_box .step-1 .item.social_software {
  margin-bottom: 0;
}

.advisory_step .step_box .step-2 .item.social_software label.svg_box {
  border: none;
  padding: 0;
  margin-right: 0;
  font-size: 14px;
}

.advisory_step .step_box .step-2 .social_software p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bolder;
}

.advisory_step .step_box .step-2 .social_software p span {
  font-size: 14px;
  color: #f3975D;
}

.advisory_step .step_box .step-2 .social_software img {
  display: inline-block;
  width: 20px;
  height: 18px;
  opacity: 0.6;
  margin-right: 5px;
}

.advisory_step .step_box .step-2 .social_software input {
  height: 30px;
  margin-bottom: 15px;
  text-indent: 15px;
  width: 95%;
}

.advisory_step .step_box .step-3 h2 {
  margin: 40px 0;
  font-size: 28px;
}

.finish_content {
  padding: 20px;
}

.finish_content h3, .finish_content button {
  margin: 15px 0;
}

.change_password_modal .modal-dialog {
  margin-top: 0px;
}

.change_password_modal h5 {
  font-size: 24px;
  color: #f3975D;
}

.change_password_modal .store_btn {
  width: 100%;
}

.shopping_modal .item {
  padding-left: 0;
  margin-left: -30px;
}

.shopping_modal .item h4 {
  margin-top: 5px;
}

.shopping_modal .item .text_box {
  margin-bottom: 5px;
}

.shopping_modal .print {
  margin-top: 45px;
  margin-right: 20px;
}

.shopping_modal h5 {
  text-align: center;
  font-size: 24px;
  color: #f3975D;
}

.gotop {
  position: fixed;
  bottom: 115px;
  right: 25px;
  z-index: 11;
}
@media screen and (max-width:768px){
  .gotop{
    bottom: 80px;
    right: 15px;
  }
}

.gotop a {
  display: flex;
  width: 71px;
  height: 71px;
  background-color: #f3975D;
  margin-bottom: 1px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
}

.gotop a:before {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask-size: 40%;
          mask-size: 40%;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (max-width:768px){
  .gotop{
    bottom: 80px;
    right: 15px;
  }
  .gotop a {
    width: 50px;
    height: 50px;
  }
  .gotop a span{
    font-size: 14px;
  }
}
/* .gotop a:first-child {
  border-top-left-radius: 20px;
} */

/* .gotop a:first-child:before {
  -webkit-mask-image: url("../images/icon/qa.svg");
          mask-image: url("../images/icon/qa.svg");
} */

.gotop a:last-child {
  border-radius: 50%;
}

.gotop a:last-child:before {
  -webkit-mask-image: url("../images/icon/top.svg");
          mask-image: url("../images/icon/top.svg");
}

.img_box .new_right_p{
  text-align: right;
  top: 10%;
  font-size:22px;
  bottom:auto;
  padding: 0 30px;
}
.img_box .new_left_p{
  text-align: left;
  top: 25%;
  bottom:auto;
  padding: 0 30px;}
/* supper start */

.fb_iframe_widget{
  width:100%;
}
.fb_iframe_widget span,.fb_iframe_widget iframe{
  width:100% !important;
}

.limit_p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.grayFilter{
  -webkit-filter:grayscale(1);
}

.lang_btn{
  background: none;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  padding: 0;
  /* background-image: url('../images/icon/country.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center; */
  /* text-indent: 10px; */
  color: #323333;
  /* line-height: 36px; */
}
.lang_btn:before{
  content: "";
  width: 15px;
  height: 15px;
  background-image: url('../images/icon/i-langs.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  margin-right: 5px;
}

/* .lang_btn:focus{
  background-image: url('../images/icon/country.svg');
  outline:none;
  box-shadow: none;
  color:#707070;
} */

.lang_btn:active:focus,.lang_btn:hover,.trip_btn:hover,.trip_btn:active:focus{color:#f3975D;}

header .dropdown-menu{
  top: 65px;
  margin-top: 0;
}

header .dropdown-menu li:hover .sub-menu {visibility: visible;}
/* header .dropdown:hover .dropdown-menu {display: block;} */
.lang_dropdown,.member_dropdown{
  padding: 10px 15px;
  left: 50%!important;
  transform: translateX(-50%);
  right: auto!important;
  border-radius: 10px;
  border: 0;
  
}


.lang_dropdown:before,.member_dropdown:before{
  content:none;
  /* display: block;
  position: absolute;
  top: -10px;
  right: 40px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(-45deg);
  border: 1px solid #ccc;
  border-left-color: transparent;
  border-bottom-color: transparent; */
}

.lang_dropdown li,.member_dropdown li{
  /* border-bottom:1px solid #ccc; */
  padding: 10px 5px;
}
.lang_dropdown li,.member_dropdown li a{
  color: #323333;
}

.lang_dropdown li a:hover,.member_dropdown li a:hover{background: none;}

.lang_dropdown li:last-child,.member_dropdown li:last-child{border:none;}

.darkBlue{
  position: relative;
  top: 0;
  left: 0;
}
.darkBlue .badge{
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 2px 5px;
  background-color: #f00;
  border-radius: 50%;
}

.carPayNum{
  position: relative;
  top: 0;
  left: 0;
}

.carPayNum:before{
  content:'';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url('../images/icon/icon_cart.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  transform: translate(-50%,-40%);
}

.explanatory{
  display: flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom: 30px;
}
@media screen and (max-width:768px){
  .explanatory{
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
  }
}
.article-data{
  display: flex;
  color: #323333;
  margin: 0;
  padding: 0;
  list-style: none;

}
.article-data li:after{
  content: "•";
  margin: 0 15px;
  color: #C2C2C2;
}
.article-data li:last-child:after{
  content: none;
}
.article-data li.cate a{
  color: #f3975D;
  text-decoration: underline;
}
@media screen and (max-width:768px){
  .article-data{
    font-size: 13px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    width: 100%;
  }
  .article-data li.cate{
    /* width: 20%; */
    margin-bottom: 10px;
  }
  /* .article-data li.cate:after{
    content: none;
  } */
  .article-data li:after{
    margin: 0px;
  }
}
.explanatory h3{margin-top: 0px;}
.explanatory .icons{padding-top: 0;}
.explanatory .icons a{
  width: 20px;
  height: 20px;
}

.explanatory h3 p{
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  /* background-color: #FF4C00; */
  margin-right: 15px;
}

.explanatory h3.orange p{background-color: #f3975D;}
.explanatory h3.red p{background-color: #FF4C00;}
.explanatory h3.blue p{background-color: #32AFE4;}
.explanatory h3.green p{background-color: #629300;}

.explanatory h3 span{
  color:#A5A5A5;
  font-size:14px;
}

/* supper end */

/* media start */

@media screen and (max-width: 1600px){
  /* header start */
  .trip_dropdown{width: 900px;}
  /* header end */
}

@media screen and (max-width: 1200px) {
  /* header start */
  .trip_dropdown{
    width: 300px;
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .trip_dropdown > .trip_row{display: block;}
  .trip_dropdown li{
    width: 100%;
    border:none;
  }
  /* header end */
  .member .member_slide {
    margin: 0 15px;
  }
  .member_management {
    margin-top: 0px;
  }
  .shopping_pay .store_btn {
    width: 120px;
  }
  .index_content .introduction img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 991px) {
  .btPlHalf-0 {
    padding-left: 15px;
  }
  .btPrHalf-0 {
    padding-right: 15px;
  }
  .trip_btn,.lang_btn{font-size:14px;}
  header .navbar .navbar-nav a {
    font-size: 14px;
    padding-right: 0;
  }
  .country_tw .list_2 .item .center_p {
    font-size: 22px;
  }
  .country_tw .list_2 .item a {
    width: 90%;
    margin-left: 6%;
    height: 50px;
    line-height: 50px;
  }
  .country_tw .list_2 .item a:before {
    top: 14px;
    right: 20px;
  }
  .country_tw .list_2 .item a:after {
    right: 15px;
  }
  .travel_geography .item .center_p {
    font-size: 26px;
  }
  .travel_geography .item .item_content h4 {
    line-height: 30px;
  }
  .country_contents .quote p {
    padding-top: 10px;
  }
  .cars .cars_content .item .img_box {
    height: 100px;
  }
  .member .member_slide {
    margin: 0;
  }
  .member_search form .store_box {
    display: inline-block;
    margin-bottom: 15px;
  }
  .shopping_pay {
    margin: 0;
  }
  .shopping_modal.modal .modal-dialog {
    height: auto;
  }
  .shopping_modal.modal .img_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .shopping_modal.modal .item {
    margin-left: 0px;
  }
  .shopping_modal.modal .print_box {
    text-align: center;
    position: static;
  }
  .shopping_modal.modal .print_box a {
    display: inline-block;
    margin: 0px;
  }
}
.navcontroller{
  display: none;
}
@media screen and (max-width: 767px) {
  .btPlHalf {
    padding-left: 15px;
  }
  .btPrHalf {
    padding-right: 15px;
  }
  .text_easy {
    padding-left: 15px;
    padding-right: 15px;
  }
  .crumb .breadcrumb {
    padding: 15px 0;
    margin-bottom: 0px;
  }
  .crumb .breadcrumb li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .allbanner .img_box img {
    height: 100%;
  }
  .justify {
    text-align: center;
  }
  .justify:after {
    display: none;
  }
  header .logo {
    width: 190px;
  }
  header .logo:before {
    display: none;
  }
  header .navbar {
    background: none;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  header .navbar .navcontent {
    height: 60px;
  }
  header .navbar .navbar-header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 0 0 #ffffff, 0 -5px 0 0 #ffffff, 0 3px 8px black;
    box-shadow: 0 5px 0 0 #ffffff, 0 -5px 0 0 #ffffff, 0 3px 8px black;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
  }
  .mobile-right{
    display: flex;
    align-items: center;
  }
  .mobile-right .navbar-toggle{
    margin-bottom: 0;
  }
  .mobile-mem-tools{
    display: flex;
    align-items: center;
  }
  .mobile-mem-tools .img-wrap{
    height: 32px;
    width: 32px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin-right: 15px;
  }
  .mobile-mem-tools .img-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    height: inherit;
  }
  .mobile-mem-tools .cart{
    position: relative;
    background-image: url(../images/icon/icon_cart.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    margin-right: 20px;
  }
  
  .mobile-mem-tools .cart .badge{
    position: absolute;
    top: -5px;
    right: -10px;
    padding: 2px 5px;
    background-color: #f00;
  }
  header .navbar .navbar-header:before,
  header .navbar .navbar-header:after{
    content: none;
  }
 .navcontroller {
    display: flex;
    border: none;
    background-color: #ffffff;
    width: 85vw;
    height: 100vh;
    /* margin: 0 50px; */
    max-height: none;
    -webkit-transform: translate(130%, 0);
            transform: translate(130%, 0);
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    padding-bottom: 25%;
    right: 0;
    z-index: 9999;
  }
  .navcontroller.in {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -webkit-transition: transform .3s linear;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow: visible;
    overflow-y: scroll;
  }
  .navcontroller.in:before{
    content: "";
    background: #fff;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
  }
  /* header .navcontroller.in:after{
    content: "";
    background: rgba(50,51,51,0.9);
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: -65px;
    top: 0;
    bottom: 0;
    z-index: -2;
    right: 0;
  } */
  header .navbar .navbar-nav {
    margin: 0 auto;
    padding-right: 0;
    width: 80%;
    order:2;
  }
  header .navbar .navbar-nav.navbar-right {
    order:1;
  }
  header .navbar .navbar-nav.navbar-right li:last-child a:before {
    /* -webkit-mask-position: center;
    top: 5px;
    left: -33px; */
  }

  header .navbar .navbar-nav .memberin .dropdown{display: block;}
  header .navbar .navbar-nav .memberin {
    padding-right: 0;
  }
  header .navbar .navbar-nav .darkBlue{padding-left: 30px;}
  header .navbar .navbar-nav a {
    display: block;
    font-size: 16px;
    padding: 20px 0;
  }
  .member_dropdown{padding: 10px 0;}
  header .navbar .navbar-nav .memberin .member_btn{padding: 10px 0;}
  header .nav li{border-bottom:1px solid #ccc;}
  header .navbar .navbar-nav:not(.navbar-right) li:last-child{border:none;}
  header .navbar .navbar-nav .login,
  header .navbar .navbar-nav .signin {
    display: block;
    padding: 15px 0;
    margin: 0;
  }
  .trip_btn{padding: 12px 0;}
  header .navbar .navbar-nav .login:before,
  header .navbar .navbar-nav .signin:before {
    -webkit-mask-position: center;
            mask-position: center;
    left: -35px;
    top: 6px;
  }
  header .navbar .navbar-nav .login:after,
  header .navbar .navbar-nav .signin:after {
    content: '';
  }
  .trip_dropdown{
    height: 50vh;
    padding: 10px;
  }
  .trip_dropdown > .trip_row{
    padding: 0;
    border:none;
  }
  .trip_dropdown .item{display: none;}
  .lang_btn{padding: 12px 20px;}
  header .trip_dropdown li{
    margin-bottom: 0;
    border:none;
  }
  .menu-profile{
    min-height: 120px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
  }
  .menu-profile .navcontroll{
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    z-index: 10;
  }
  .menu-profile.out .navcontroll .icon-bar{
    background: #000!important;
  }
  .cover-img-wrap{
    height: 120px;
    max-width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    width: 100%;
  }
  .cover-img-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    height: inherit;
  }
  .profile-log{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15%;
  }
  .profile-log .img-wrap{
    height: 60px;
    max-width: 60px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    width: 100%;
    border-radius: 50%;
    margin-right: 20px;
  }
  .profile-log .img-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    height: inherit;
  }
  .profile-log .user-info{
    color: #fff;
  }
  .profile-log .user-info .detail-btn{
    border: 1px solid #fff;
    background: rgba(0,0,0,.5);
    border-radius: 25px;
    color: #fff;
    padding: 3px 10px;
    margin-top: 5px;
    display: block;
  }
  .profile-log .user-info .log-btn{
    border: 1px solid #FD873E;
    background: #FD873E;
    border-radius: 25px;
    color: #fff;
    padding: 3px 10px;
    margin-top: 5px;
    display: block;
  }
  .mobile-menu-wrap{
    width: 100%;
  }
  .mobile-menu-wrap .m-menulist{
    padding: 20px 30px;
  }
  .mobile-menu-wrap a{
    /* font-size: 18px; */
    color: #323333;
  }
  .mobile-menu-wrap .mmenu-link{
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #E8E8E8;
    font-weight: bold;
  }
  .mobile-menu-wrap .mmenu-link.drop:after{
    /* content: "\e260";
    font-family: 'Glyphicons Halflings'; */
    content: "";
    background: url("../images/icon/ad-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)rotate(180deg);
    color: #323333;
  }
  .mobile-menu-wrap .mmenu-link.drop[aria-expanded="false"]:after{
    /* content: "\e259"; */
    content: "";
    transform: translateY(-50%)rotate(0deg);
  }
  .mobile-menu-wrap .mmenu-link:before{
    content: "";
    width: 22px;
    height: 22px;
    background-size: cover!important;
    display: block;
    background-repeat: no-repeat!important;
    margin-right: 15px;
    background-position: center!important;
  }
  .mobile-menu-wrap .mmenu-link.i-home:before{
    background: url("../images/icon/i-home.svg");
  }
  .mobile-menu-wrap .mmenu-link.i-mem:before{
    background: url("../images/icon/i-mem.svg");
  }
  .mobile-menu-wrap .mmenu-link.i-serv:before{
    background: url("../images/icon/i-serv.svg");
  }
  .mobile-menu-wrap .mmenu-link.i-lang:before{
    background: url("../images/icon/i-langs.svg");
  }
  .mobile-menu-wrap .mmenu-link.i-article:before{
    background: url("../images/icon/i-article.svg");
  }
  .mobile-menu-wrap .menu-logout{
    color: #fff;
    display: block;
    margin: 0 auto;
    background: #3F3F3F;
    border-radius: 10px;
    max-width: 211px;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
  }
  .mobile-menu-wrap .fold{
    padding-left: 33px;
  }
  .mobile-menu-wrap .fold ul{
    padding-top: 15px;
    line-height: 2.5;
  }
  .m-service-list{
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 260px;
    overflow-y: auto;
  }
  .m-service-list a{
    display: block;
    width: calc(100% / 2);
    padding: 5px;
  }
  .m-service-list a .wrap{
    border-radius: 20px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.16);
    overflow: hidden;
  }
  .m-service-list .img-wrap{
    height: 80px;
    max-width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    width: 100%;
    /* border-radius: 50%; */
    /* margin-right: 20px; */
  }
  .m-service-list .img-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    height: inherit;
  }
  .m-service-list .serv-title{
    padding: 5px;
    text-align: center;
    color: #454E54;
  }

  .lang_dropdown:before, .member_dropdown:before{display: none;}
  footer {
    font-size: 18px;
  }
  footer .logo img {
    height: 60px;
    margin-bottom: 20px;
  }
  footer address ul {
    padding-left: 34px;
  }
  footer .other_link {
    padding-right: 15px;
    padding-top: 0;
    margin-top: 35px;
  }
  footer h6 {
    height: auto;
    font-size: 16px;
  }
  footer h6 p {
    display: block;
    margin-right: 0;
  }
  .index_banner {
    margin-bottom: 0px;
  }
  .index_banner .banner .img_box {
    height: 300px;
  }
  .index_content .introduction {
    height: auto;
  }
  .index_content .other_link {
    margin-bottom: 0px;
  }
  .index_content .presentation {
    text-align: center;
    margin-bottom: 30px;
  }
  .index_content .presentation a:after {
    left: 120px;
  }
  .country_tw, .country_tw .list_1 {
    margin-bottom: 0px;
  }
  .country_list h3 {
    font-size: 18px;
    margin-top: 3px;
  }
  .country_contents_speciality .country_contents_fix {
    height: auto;
    padding-bottom: 20px;
  }
  .travel_contents_speciality .travel_contents_fix:before {
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(130%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 130%);
  }
  .moretrips {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .search_form .title {
    border: none;
  }
  /* .search_form .subject_category {
    text-align: center;
  } */
  .search_form .subject_category li {
    margin: 25px 15px;
  }
  .search_list img {
    width: 100%;
    height: 150px;
  }
  .search_list li {
    border-radius: 20px;
    padding: 15px;
  }
  .search_list h3, .search_list .link {
    text-align: center;
  }
  .search_list .direction_icon {
    left: 0;
  }
  .search_list .direction_icon:after {
    left: 70px;
  }
  .log_reg form {
    width: 90%;
    margin: 0 auto;
  }
  .log_reg .login {
    margin: 30px auto;
  }
  .log_reg .log_reg_content {
    display: block;
    padding: 50px 0;
  }
  /* .member {
    padding: 20px 0 70px;
  } */
  .member_slide_box {
    padding: 0;
    margin-bottom: 20px;
    position: sticky;
    top: 60px;
    z-index: 999;
  }
  .member_slide_box .member_slide {
    /* display: none; */
    padding: 0px 0;
    position: relative;
    bottom: 0;
    z-index: 2;
    background-color: #ffffff;
    height: auto;
    max-height: 110px;
    width: 100%!important;
    overflow: hidden;
    border-radius: 0;
    top: auto;
  }
  .member_slide_box .member_slide.affix{
    bottom: auto;
    top: 60px;
    position: fixed;
    width: 100%;
    max-width: 100%;
  }
  .member .member_slide .menu p.wel{
    display: none;
  }
  .member_slide_box .member_slide.in {
    max-height: 500px;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
  }
  .member_slide_box .member_slide .upimg_form {
    margin-bottom: 30px;
  }
  .member_slide_box .member_slide .upimg_form label {
    padding-left: 20px;
  }
  .member_slide_box .member_slide .upimg_form .img_box {
    width: 75px;
    height: 75px;
  }
  .member_slide_box .member_slide .upimg_form .img_box p:before {
    width: 12px;
    height: 12px;
  }
  .member_slide_box .member_slide .upimg_form .img_box p:after {
    padding-top: 7px;
    text-indent: 7px;
    font-size: 12px;
    left: 0;
  }
  .member_slide_box .member_slide .upimg_title {
    text-align: left;
  }
  .member_slide_box .member_slide h3 {
    font-size: 20px;
    padding-left: 15px;
  }
  .member .member_slide .menu ul{
    display: inline-block;
    white-space: nowrap;
    width: 95%;
    overflow-y: scroll;
    text-align: left;
    margin-bottom: -5px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .member .member_slide .menu ul::-webkit-scrollbar{
    display: none;
  }
  .member .member_slide .menu ul li{
    display: inline-block;
    margin-right: 10px;
  }
  .member_slide_box .member_slide .menu ul li a {
    display: inline-block;
    /* padding: 10px 80px; */
  }
  .member .member_slide .menu ul li.active a{
    color: #f3975D;
    border: 0;
    border-bottom: 2px solid #f3975D;
    border-radius: 0;
    background: transparent;
  }
  .member_contents .store_btn {
    width: 100%;
    margin: 30px 0px;
  }
  .member_contents .member_info p, .member_contents .member_info a, .member_contents .member_info input {
    margin-bottom: 15px;
  }
  .member_amount .data_nextAll_slide {
    height: auto;
  }
  .member_amount .data_nextAll_slide .svg_box {
    top: -55px;
  }
  .member_amount .table .Trli {
    border-radius: 0;
  }
  .member_amount .table .Trli:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .member_news .title {
    display: none;
  }
  .member_news .data_nextAll_slide .svg_box {
    top: -180px;
  }
  .management_contents .table tbody td:first-child {
    border-color: #f3975D;
    padding: 15px 0;
  }
  .member_addmanagement form fieldset h3 {
    margin-bottom: 0;
  }
  .member_addmanagement form .addmanagement_contents {
    padding: 15px;
  }
  .member_addmanagement form .addmanagement_contents .store_select {
    margin-bottom: 10px;
  }
  .member_addmanagement form .addmanagement_contents .client .del {
    left: 15px;
  }
  .member_addmanagement form .addmanagement_contents .client .add {
    bottom: -20px;
  }
  .member_search form .store_box input {
    width: 80px;
    font-size: 14px;
    text-indent: 5px;
  }
  .shopping_pay label, .shopping_pay input {
    display: block;
  }
  .shopping_pay label {
    margin-bottom: 30px;
  }
  .shopping_list .item {
    height: auto;
    padding-left: 0;
    overflow: auto;
    margin: 15px 0;
  }
  .shopping_list .item .text_box {
    height: auto;
    overflow: auto;
    margin-bottom: 15px;
  }
  .shopping_list .img_box {
    width: 100%;
  }
  .shopping_list a {
    width: 20px;
    height: 20px;
    display: block;
    margin: 15px auto;
  }
  .shopping_list a .svg_box {
    top: 0;
  }
  .advisory .modal-dialog {
    width: 95%;
    /* margin-top: 230%;
    margin-bottom: 230%; */
  }
  .advisory .modal-body {
    padding: 15px;
  }
  .advisory_form .sw-theme-dots > ul.step-anchor {
    top: 15px;
  }
  .advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) {
    margin: 0;
  }
  .advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) a {
    padding: 5px 15px;
    font-size: 14px;
  }
  .advisory_form .sw-theme-dots > ul.step-anchor li:not(:last-child) a:before {
    display: none;
  }
  .advisory_form .sw-theme-dots > ul.step-anchor li:last-child {
    top: -50px;
  }
  .advisory_form .btn-group.sw-btn-group .btn.btn-secondary.sw-btn-next, .advisory_form .btn-group.sw-btn-group {
    width: 100%;
  }
  .advisory_form .advisory_step .step_box {
    padding: 10px;
  }
  .advisory_form .advisory_step .step_box .step-1 label {
    margin-right: 2%;
  }
  .advisory_form .advisory_step .step_box .step-1 input {
    width: 100%;
  }
  .advisory_form .advisory_step .step_box .step-1 textarea {
    max-width: 100%;
  }
  .advisory_form .advisory_step .step_box .step-1 .adv_container .car_products ul {
    height: auto;
  }
  .advisory_form .advisory_step .step_box .step-1 .adv_container .car_products .owl-nav {
    margin-top: 1px;
    opacity: 1;
  }
  .advisory_form .advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-next, .advisory_form .advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-prev {
    width: 36px;
  }
  .advisory_form .advisory_step .step_box .step-1 .adv_container .car_products .owl-nav .owl-next {
    left: auto;
  }
  .advisory_form .advisory_step .step_box .step-2 .passenger_info {
    padding-right: 0;
    border: none;
  }
  .advisory_form .advisory_step .step_box .step-3 h2 {
    line-height: 56px;
  }
  .advisory_form .advisory_step .step_box button {
    width: 100%;
  }
  .advisory_form article {
    padding: 30px 30px 0;
  }
  .advisory_form article .item {
    margin-bottom: 30px;
  }
  .advisory_form article .svg_box:before {
    width: 50px;
    height: 50px;
    top: 12px;
    left: -10px;
  }
  .shopping_modal h5 {
    padding: 0 30px;
  }
  .shopping_modal .print_box a {
    width: 100%;
    height: 40px;
  }
  .shopping_modal .item .text_box {
    height: 60px;
    overflow: scroll;
  }
  header .dropdown-toggle{
    font-size:16px;
    width: 100%;
    text-align:left;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  header .dropdown-toggle:focus,.dropdown-toggle:active:focus,.dropdown-toggle:hover{
    outline:none;
    box-shadow: none;
  }
  header .caret{
    position: absolute;
    top: 25px;
    right: 0;
  }
  .navbar-nav .open .dropdown-menu.lang_dropdown>li{
    border:none;
  }
  .navbar-nav .open .dropdown-menu.lang_dropdown>li>a{
    padding: 12px 0 0;
  }
  .print_content .table.table_rwd td:before{display: block;}
}

@media screen and (max-width: 414px) {
  .trip_dropdown {height: auto;}
  .index_banner{padding-top: 0;}
  .index_content .introduction img {
    width: 150px;
    height: 150px;
    width: 100%;
  }
  .search_form .subject_category li{
    width: 32%;
    margin-left: 0;
    margin-right: 0;
  }
  .index_banner .banner .img_box {
    height: 200px;
  }
  .cars .cars_content .item .img_box {
    /* height: 250px; */
  }
  .cars article .svg_box {
    height: 100px;
  }
  .cars article .svg_box:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .country_contents_speciality .country_contents_fix h3{
    margin: 15px 0 5px;
  }
  .travel_contents_speciality .travel_contents_fix p,
  .travel_contents_speciality .travel_contents_fix span{
    padding-top: 0;
  }
  /* .advisory .modal-dialog{margin-top: 100%;} */
  .country_contents_fix h3,
  .country_contents_fix a.fix_modalsm_2,
  .country_contents_fix a.fix_top{display: none;}
  .country_contents_fix .col-xs-7{width: 100%;}
}

@media screen and (max-width: 375px) {
  /* .advisory .modal-dialog{margin-top: 130%;} */
}

@media screen and (max-width: 320px) {
  /* .advisory .modal-dialog{margin-top: 150%;} */
}
/*# sourceMappingURL=front_end.css.map */


/* 列印專屬CSS */
@media print {
  html{-webkit-print-color-adjust: exact;}
  .wrapper,.member{
    padding: 0;
    margin: 0;
  }
  header,
  footer,
  .member .member_slide,
  .peer_print_wrap .title,
  .peer_print_wrap .print_tag a{display: none;}
  .peer_print_wrap{border-bottom:1px solid #ddd;}
  .peer_print{
    background-color: #fff;
    box-shadow: 0 2px 2px 2px #ddd;
    padding: 15px 50px;
    width: 100vw;
    background-color: #ddd;
  }
  .peer_print .logo{display: inline-block;}
  .peer_print .logo img{width: 150px;}
  .peer_print p span.orange{
    color:#f3975D;
  }
}
@media screen and (max-width:768px){
  .peer_print{
    padding: 15px 15px;
  }
}
/* #u_0_0{width: 100% !important;} */
.fb_iframe_widget_fluid_desktop iframe *{width: 100%;}


@media screen and (max-width:1600px){
  /* .advisory .modal-dialog{margin-top: 150px;} */
  .en_adv .modal-dialog {
    margin-top: 210px;
  }
}
@media screen and (max-width:1440px){}
@media screen and (max-width:1360px){}
@media screen and (max-width:1280px){
  /* .advisory .modal-dialog{margin-top: 200px;} */
  .en_adv .modal-dialog {
    margin-top: 250px;
  }
}
@media screen and (max-width:1024px){}
@media screen and (max-width:768px){
  /* .advisory .modal-dialog{margin-top: 80px;margin-top: 640px;
    margin-bottom: 670px;} */
  .en_adv .modal-dialog {
    margin-top: 140px;
  }
  footer address li:before {
    -webkit-mask-image: none;
            mask-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
  
  footer address li:nth-child(1):before {
    background-image: url("../images/icon/footer_phone.png");
  }
  
  footer address li:nth-child(2):before {
    background-image: url("../images/icon/footer_wechat.png");
  }
  
  footer address li:nth-child(3):before {
    background-image: url("../images/icon/footer_line.png");
  }
  
  footer address li:nth-child(4):before {
    background-image: url("../images/icon/footer_fb.png");
  }
  
  footer address li:nth-child(5):before {
    background-image: url("../images/icon/footer_mail.png");
  }
}
@media screen and (max-width:414px){
  /* .advisory .modal-dialog{
    margin-top: -60px;
    height: 2200px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  } */
  .en_adv .modal-dialog {
    margin-top: 510px;
  }
}
@media screen and (max-width:375px){
  /* .advisory .modal-dialog{margin-top: -60px;height: 2100px;} */
  .en_adv .modal-dialog {
    margin-top: 520px;
  }
}
@media screen and (max-width:320px){
  /* .advisory .modal-dialog{margin-top: -60px;height: 2200px;} */
  
  .en_adv .modal-dialog {
    margin-top: 590px;
  }
}

.texthtml ul{
  list-style-type: disc;
}
.texthtml ol{
  list-style-type: decimal;
  padding-left: 20px;
}
.texthtml iframe{
  max-width: 100%;
  /* margin: 20px 0; */
}
.load-more{
  display: block;
  margin: 80px auto;
  padding: 10px 15px;
  color: #666666;
  background: #FAFAFA;
  border-radius: 50px;
  max-width: 192px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  clear: both;
  width: 100%;
}
.load-more:hover{
  background: #323333;
  color: #ffffff;
}
.load-more a:hover{
  color: #ffffff;
}
.load-more span{
  margin-left: 10px;
}
@media screen and (max-width:768px){
  .load-more{
    margin: 20px auto;
  }
}
.travel-list-wrap{
  display: flex;
  margin-left: -10px;
}
.travel-list-wrap li{
  padding: 0 10px;
  width: calc(100% / 4);
}

.travel-block{
  padding: 20px 15px;
  display: block;
  border: 1px solid #E8E8E8;
  border-radius: 15px;
}
.travel-block .img-wrap{
  width: 144px;
  display: block;
  height: 144px;
  overflow: hidden;
  position: relative;
  background: #333333;
  border-radius: 50%;
  margin: 0 auto;
}
.travel-block .img-wrap img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
  /* transition: 0.3s all; */
}
.travel-block .time-tag{
  font-size: 1.5rem;
  margin: 25px auto;
  color: #f3975D;
}

.travel-title{
  /* color: #323333; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 75px;
  line-height: 25px;
  word-break: break-all;
  word-break: break-word;
}
@media screen and (max-width:768px){
  .travel-list-wrap{
    display: inline-flex;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .travel-list-wrap li{
    display: inline-block;
    max-width: 166px;
    width: 100%;
    padding: 0 10px;
  }
  .travel-title{
    white-space: normal;
  }
  .travel-block .img-wrap{
    width: 114px;
    height: 114px;
  }
}
.goods-panel{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px -1px 6px rgba(0,0,0,.16);
  overflow: hidden;
  z-index: 0;
  max-width: 100%;
  position: sticky;
  top: 90px;
  margin: 30px 0;
}
.goods-panel.affix{
  max-width: 321px;
  width: 100%;
  top: 15%;
}
.goods-panel.affix-bottom{
  max-width: 321px;
  width: 100%;
  position: fixed!important;
}
@media screen and (max-width:768px){
  .goods-panel.affix,.goods-panel.affix-bottom{
    top: auto!important;
    bottom: 0!important;
    width: 100%;
    max-width: 100%;
  }
}
.goods-panel .panel-form{
  padding: 20px 35px;
}
.goods-panel .panel-form input,
.goods-panel .panel-form select{
  height: 41px;
  border-radius: 5px;
  border: 1px solid #A5A5A5;
  box-shadow: none;
}
.goods-panel .panel-form select.item-select{
  appearance: none;
  -webkit-appearance: none;
  position: relative;

}
.goods-panel .panel-form .date-select-wrap .mx-icon-calendar{
  display: none;
}
.goods-panel .panel-form .date-select-wrap{
  position: relative;
}
.goods-panel .panel-form .date-select-wrap:after{
  content: "";
  background: url("../images/icon/select-cal.svg");
  width: 20px;
  height: 20px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
}
.goods-panel .panel-form .item-select-wrap{
  position: relative;
}
.goods-panel .panel-form .item-select-wrap:after{
  content: "";
  background: url("../images/icon/arrow-d.svg");
  width: 20px;
  height: 20px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
}
.goods-panel .panel-form .inline-input{
  display: flex;
}
.goods-panel .panel-form .inline-input select{
  margin-right: 15px;
  width: 45%;
  padding: 0px 5px;
}
.goods-panel .send-block{
  padding: 0px 35px;
}
.goods-panel .panel-title{
  padding: 15px 35px;
  color: #323333;
  font-size: 20px;
  font-weight: bold;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods-panel .panel-title .title-block{
  display: flex;
  align-items: center;
  font-weight: bold;
}
.goods-panel .panel-title span{
  margin-right: 10px;
}
.goods-panel .panel-title span.ser-con01:before{
  content: "";
  background: url("../images/icon/s-con.svg");
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;

}
.goods-panel .panel-title span.ser-con02:before{
  content: "";
  background: url("../images/icon/sperson.svg");
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
}
.goods-panel .panel-btn{
  background: #F3975D;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  transform: scale(1);
  transition: 0.3s all;
  cursor: pointer;
}

.goods-panel .panel-btn.gray{
  color: #464646;
  background: #eeeeee;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  transform: scale(1);
  transition: 0.3s all;
  cursor: pointer;
}

.goods-panel .panel-btn:hover{
  transform: scale(0.95);
}
.goods-panel .panel-consul,
.goods-panel .consul-time{
  padding: 10px 20px;
  color: #323333;
  font-size: 14px;
}
.goods-panel .consul-time{
  padding-bottom: 35px;
}
.goods-panel .panel-consul{
  padding: 30px 20px;
  line-height: 2;
  font-size: 17px;
}
.goods-panel .panel-price{
  padding: 20px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #323333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods-panel .panel-price .price-block{
  font-weight: bold;
  /* color: #f3975D; */
  color: #323333;
}

.goods-panel .panel-price span.f{
  /* font-weight: bold; */
  color: #323333;
  margin-right: 15px;
  margin-left: 0;
}
.goods-panel .panel-price span{
  color: #939393;
  margin-left: 15px;
}
.goods-panel .panel-price .price-block span:last-child{
  /* margin-left: 10px;
  color: #939393; */
}
.goods-panel .panel-date span.f{
  color: #323333;
  margin-right: 15px;
  margin-left: 0;
  
}
.goods-panel .panel-date{
  padding: 20px 20px;
  background: #FAFAFA;
  font-size: 18px;
}
.goods-panel .panel-date span.select-date{
  color: #f3975D;
  font-weight: bold;
}

button.open-panel{
  display: none;
  background: #F3975D;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  border: 0;
  box-shadow: none;
  font-weight: normal;
  padding: 5px 15px;
}

button.open-panel-disabled{
  display: none;
  color: #464646;
  background: #EEEEEE;
  border-radius: 5px;
  font-size: 16px;
  border: 0;
  box-shadow: none;
  font-weight: normal;
  padding: 5px 15px;
}

.open-panel.send{
  display: none;
}
.hasopen .open-panel.open{
  display: none;
}
.hasopen .open-panel.send{
  display: block;
}
.panel-collapsed{
  display: block;
}
@media screen and (max-width:768px){
  button.open-panel{
    display: block;
  }
  button.open-panel-disabled{
    display: block;
  }
  .panel-collapsed{
    display: none;
    padding-bottom: 15px;

  }
  .goods-panel .panel-title{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    box-shadow: 0 -1px 6px rgb(0 0 0 / 16%);
    left: 0;
    right: 0;
  }
  .goods-panel{
    position: fixed!important;
    bottom: 0;
    z-index: 99;
    width: 100%;
    right: 0;
    left: 0;
    /* overflow-y: scroll; */
    /* max-height: 50vh; */
    border-radius: 20px 20px 0px 0px;
    max-width: 100%;
    top: auto;
  }
  .goods-panel.affix{
    position: fixed!important;
    bottom: 0;
    z-index: 99;
    width: 100%;
    right: 0;
    left: 0;
    /* overflow-y: scroll;
    max-height: 50vh; */
    top: auto;
    max-width: 100%;
  }
  .goods-panel .send-block{
    display: none;
  }
  .goods-panel .panel-price{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    box-shadow: 0 -1px 6px rgb(0 0 0 / 16%);
    font-weight: bold;
    height: 8%;
    left: 0;
    right: 0;
  }
}


.search-form{
  max-width: 450px;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
/* .search-form:hover input{

} */
.search-form input{
  border: 0;
  width: 100%;
  min-height: 63px;
  background: #fff;
  overflow: hidden;
  border-radius: 50px;
  box-shadow: 0px 1px 3px rgba(0,0,0,.16);
  padding-right: 65px;
  padding-left: 20px;
  transition: 0.3s all;
}
.search-form:hover input{
  box-shadow: 0px 3px 20px rgba(0,0,0,.16);
}
.search-form button{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 63px;
  height: 63px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(0,0,0,.16);
  background: #fff;
  border: 0;
}
.search-form button span{
  transform: scaleX(-1);
}
.form-block{
  display: flex;
  align-items: center;
  padding: 20px 0px;
  position: relative;
}
@media screen and (max-width:768px){
  .form-block{
    display: block;
  }
  .member_contents .member_info p, .member_contents .member_info a, .member_contents .member_info input{
    margin-bottom: 0;
  }
  .member_contents .store_btn{
    margin: 0;
  }
}
.form-block input{
  border: 1px solid transparent;
  background: transparent;
  text-indent:0;
}
.form-block input:hover{
  cursor: pointer;
}
.form-block input:focus{
  cursor: inherit;
}
.form-block:focus-within{
  background: #FAFAFA;
  box-shadow: 0px -3px -6px rgba(0,0,0,.16);
}
.form-block .edit-btn{
  width: 136px;
  height: 47px;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #E8E8E8;
  color: #f3975D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  pointer-events: none;
  cursor: pointer;
}
.form-block .store_btn{
  display: none;
  width: 136px;
  height: 47px;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.form-block:focus-within .store_btn{
  display: block;
}
.form-block .info_title{
  padding-top: 0;
  font-weight: bold;
  color: #333;
}
.form-block.muti-line .store_btn,
.form-block.muti-line .edit-btn{
  position: relative;
  transform: none;
  top: auto;
  margin-left: 15px;
}
.form-block .info_title span.glyphicon-info-sign:hover :after{
  content: attr(title)
  
}

ul.list-tag{
  margin-bottom: 30px;
  color: #323333;
  border-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
ul.list-tag::-webkit-scrollbar{
  display: none;
}
ul.list-tag li{
  border: 0;
}
ul.list-tag li a{
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  font-size: 20px;
  margin: 0px 10px;
}
ul.list-tag li:first-child a{
  margin-left: 0;
}
ul.list-tag li a:hover{
  color: #323333;
}
ul.list-tag li.active a{
  border: 0;
  border-bottom: 3px solid #000;
  color: #323333;
}
ul.list-tag li a span{
  display: block;
  /* display: block; */
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  opacity: 0;
  transition: all 0.3s;
}
ul.list-tag li:hover a span{
  /* content: "";
  width: 26px;
  height: 26px;
  background: #000; */
  /* display: block; */
  opacity: 1;
}
ul.list-tag li.active a span{
  /* content: "";
  width: 26px;
  height: 26px;
  background: #000; */
  /* display: block; */
  opacity: 1;
}
/* ul.list-tag li.active a span.icon_car:before{
  background: url("../images/icon/icon_car.svg");
  background-size: cover;
}
ul.list-tag li.active a span.icon_mtn:before{
  background: url("../images/icon/icon_mtn.svg");
  background-size: cover;
}
ul.list-tag li.active a span.icon_shiping:before{
  background: url("../images/icon/icon_shiping.svg");
  background-size: cover;
}
ul.list-tag li.active a span.icon_yoga:before{
  background: url("../images/icon/icon_yoga.svg");
  background-size: cover;
} */

@media screen and (max-width:768px){
  ul.list-tag{
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  ul.list-tag li{
    display: inline-block;
  }
  ul.list-tag li a{
    font-size: 14px;
  }
}


.team-list{
  border-radius: 20px;
  box-shadow: 0px 0px 6px rgba(0,0,0,.16);
  /* padding: 20px 0px; */
  min-height: 300px;
  margin-bottom: 150px;
  font-size: 17px;
}
.new-order-block{
  border-radius: 20px;
  box-shadow: 0px 0px 6px rgba(0,0,0,.16);
  /* padding: 20px 0px; */
  margin-bottom: 10px;
  overflow: hidden;
}
.team-list .tab-pane{
  padding: 20px 25px;
}
@media screen and (max-width:768px){
  .team-list .tab-pane{
    padding: 20px 10px;
  }
}
.team-list .row-head,
.new-order-block .row-head{
  margin-bottom: 20px;
  font-weight: bold;
  color: #323333;
}

.team-list .row-list,
.new-order-block .row-list{
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 0px;
  display: flex;
  align-items: center;
}
.health-list{
  overflow: hidden;
  min-height: auto;
}
.health-list .row-list,
.health-list .row-head,
.new-order-block .row-list,
.new-order-block .row-head{
  padding: 10px;
}
.new-order-block .row-head{
  box-shadow: none;
}
.new-order-block button{
  padding: 3px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  margin-right: 5px;
}
.new-order-block button.pay{
  border: 1px solid #F3975D;
  color: #fff;
  background: #F3975D;
}
.new-order-block button.detail{
  border: 1px solid #F3975D;
  color: #F3975D;
  background: transparent;
}
.new-order-block .attr .actions{
  margin: 0 -10px;
  padding-left: 10px;
  margin-right: -20px;
}
.new-order-block .attr span.fail{
  color: #FF0505;
}
.new-order-block .attr span.done{
  color: #0020FF;
}
.new-order-block .attr span.pending,
.new-order-block .attr span.cancel{
  color: #666666;
}
.total-kcal{
  font-size: 2rem;
  font-weight: bold;
  color: #f3975D;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.total-kcal span{
  margin-left: 20px;
  font-weight: bold;
}
@media screen and (max-width:768px){
  .team-list{
    font-size: 14px;
  }
  .health-list,
  .new-order-block{
    box-shadow: none;
    overflow: initial;
  }
  .health-list .row-list,
  .new-order-block .row-list{
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
  }
  .health-list .row-list .col-xs-12,
  .new-order-block .row-list .col-xs-12{
    border-bottom: 1px solid #E8E8E8;
  }
  .health-list .row-list .col-xs-12:last-child,
  .new-order-block .row-list .col-xs-12:last-child{
    border-bottom: none;
  }
  .health-list .row-list .attr,
  .new-order-block .row-list .attr{
    display: flex;
    align-items: center;
    /* margin-bottom: 10px; */
    line-height: 2;
    padding: 5px 0px;
  }
  .health-list .row-list .attr:before,
  .new-order-block .row-list .attr:before{
    content: attr(atr-name);
    width: 102px;
  }
  .health-list .row-list .attr a,
  .new-order-block .row-list .attr a{
    color: #f3975D;
    width: 60%;
  }
}
.health-list .row-head,
.new-order-block .row-head{
  margin-bottom: 0;
  background: #fafafa;
  padding: 20px 10px;
  box-shadow: inset 0px 0px 4px rgb(0 0 0 / 16%);
}
.team-list .row-list a,
.new-order-block .row-list a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 30px;
  line-height: 30px;
  word-break: break-all;
  color: #f3975D;
}
.team-list .row-list a{
  color: #323333;
}
@media screen and (max-width:768px){
  .team-list .row-list a{
    padding-left: 10px;
  }
}
.team-list .row-list a:hover,
.new-order-block .row-list a:hover{
  text-decoration: underline;
}
.team-list .row-list a:hover{
  color: #f3975D;
  text-decoration: none;
}
.team-list .row-list:last-child,
.new-order-block.row-list:last-child{
  border-bottom: 1px solid transparent;
}
@media screen and (max-width:768px){
  .team-list .row-list:last-child,
  .new-order-block.row-list:last-child{
    border-bottom: 1px solid #E8E8E8;
  }
}
.title-tool{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;

}
.title-tool .filter-btn{
  border-radius: 50px;
  border: 1px solid #E8E8E8;
  color: #323333;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
}
@media screen and (max-width:768px){
  .title-tool .filter-btn{
    font-size: 14px;
  }
}
.title-tool .filter-btn:hover{
  box-shadow: 0px 0px 6px rgba(0,0,0,.16);
}
.title-tool .filter-btn:before{
  content: "";
  display:block;
  background: url("../images/icon/icon_filter.svg");
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.title-tool h2.page-title{
  margin: 0;
  color: #323333;
  font-weight: 500;
}
.search-tool .search-form{
  margin-top: 0;
  max-width: 100%;
  width: calc(100% / 2);
  padding: 0;
}
.search-tool{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;

}
.search-items{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 0;
}
.search-items li{
  flex: 3;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 0;
}
.search-items li a{
  height: 67px;
  width: 100%;
  background: #E8E8E8;
  color: #323333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  letter-spacing: 3px;
  text-indent: 3px;
}
.search-items li.active a{
  background: #f3975D;
  color: #fff;
}
.search-wrap{
  box-shadow: none;
  padding: 0;
  padding-right: 25px;
  margin-bottom: 100px;
}
@media screen and (max-width:768px){
  .search-wrap{
    padding: 0;
  }
}
.result-word{
  font-weight: bold;
  color: #323333;
  margin-bottom: 30px;
  font-size: 2rem;
}
.result-word span{
  font-size: 30px;
  color: #FD873E;
  margin: 0 10px;
}
.search-event .item-block{
  margin-top: 15px;
  margin-bottom: 15px;
}
.search-event .item{
  border-radius: 15px;
  overflow: hidden;
  display: block;
  box-shadow: 0px 3px 3px rgba(0,0,0,.16);
  transition: all 0.3s;
}
.search-video .item{
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.search-event .item:hover{
  box-shadow: 0px 0px 20px rgba(0,0,0,.16);
}

.search-video .item:hover{
  box-shadow: none;
}
.search-video .item .img_box:before{
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #C2C2C2;
  z-index: 10;
}
.search-video .item .img_box:after{
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 5px;
  background: #DE544B;
  z-index: 11;
  transition: 0.3s all;
}
.search-video .item:hover .img_box:after{
  width: 50%;
}
.search-video .item:hover .img_box{
  box-shadow: 0px 0px 20px rgba(0,0,0,.32);
}
.search-event .item .img_box{
  height: 284px;
}
.search-video .item .img_box{
  height: 219px;
}
.search-event .item_content{
  padding: 20px;
  padding-right: 30px;
  position: relative;
}
.search-event .item_content span{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #323333;
}
.search-event .item_content .item-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 54px;
  line-height: 25px;
  word-break: break-all;
  font-weight: 450;
  color: #323333;
  word-break:break-word;
}
.search-event .item:hover .item_content .item-title,
.search-event .item:hover .item_content span{
  color: #FD873E;
  word-break:break-word;
}
@media screen and (max-width:768px){
  .search-event .item_content{
    padding: 10px 10px;
    padding-right: 25px;
  }
  .search-event .item_content .item-title{
    height: 70px;
    -webkit-line-clamp: 3;
    line-height: 22px;
    font-weight: normal;
    word-break:break-word;
  }
}
.search-article .home-post li{
  box-shadow: 0px 3px 6px rgba(0,0,0,.16);
  border-radius: 20px;
}
.search-article .home-post li:hover{
  box-shadow: 0px 0px 20px rgba(0,0,0,.16);
}

@media screen and (max-width:768px){
  .search-article .home-post li{
    width: 100%;
  }
  .search_list .img-wrap{
    height: 120px;
  }
  .search_list a.post-title{
    font-size: 1.5rem;
    height: 40px;
    line-height: 20px;
  }
  .search_list .post-data{
    font-size: 12px;
    margin: 0;
  }
  .search_list .article-description{
    height: 52px;
    line-height: 17px;
    font-size: 14px;
  }
  .search-event .item .img_box{
    height: 120px;
  }
  .search-video .item .img_box{
    height: 92px;
  }
  .search-video .item_content{
    padding: 10px 0;
  }
  .search-tool{
    display: block;
    float: left;
  }
  .search-tool .search-form{
    width: 100%;
    margin-bottom: 20px;
  }
  .search-tool .search-form input{
    min-height: 50px;
  }
  .search-tool .search-form button{
    width: 50px;
    height: 50px;
  }
  .tag-block{
    padding: 0;
  }
  .search-items li a{
    height: 50px;
    border-radius: 15px;
    letter-spacing: 5px;
    text-indent: 5px;
  }
}
.like{
  color: #E8E8E8;
  cursor: pointer;
  transition: 0.3s all;
}
.like.active,
.like:hover{
  color: #FF9901;
}

h2.page-title{
  color: #323333;
}
@media screen and (max-width:768px){
  h2.page-title{
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.shopping-steps{
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 30px;
  position: relative;
}
.shopping-steps .border-box{
  position: relative;
  width: 100%;
  height: 70px;
  
}
.shopping-steps .border-box:before{
  content: "";
  position: absolute;
  display: block;
  bottom: -30%;
  width: 125%;
  height: 100%;
  /* background: #EEEEEE; */
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #EEEEEE;
  border-top: 1px solid transparent;
  z-index: -1;
  border-radius: 25px;
}
.shopping-steps .step-block{
  text-align: center;
  position: relative;
}

.shopping-steps .step-block .step-name{
  font-weight: bold;
  color: #C2C2C2;
}

.shopping-steps .circle{
  background: #C2C2C2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.shopping-steps .step-block.active .circle{
  background: #f3975D;
}
.shopping-steps .step-block.active .step-name{
  color: #323333;
}
@media screen and (max-width:768px){
  .shopping-steps .circle{
    width: 60px;
    height: 60px;
    font-weight: normal;
  }
  .shopping-steps .border-box:before{
    width: 220%;
    bottom: 0;
  }
  .shopping-steps .step-block .step-name{
    font-size: 14px;
  }
}
.collapse-order,
.collapse-insurance{
  background: #F9F9F9;
  border-radius: 6px;
  box-shadow: 0px 0px 3px rgba(0,0,0,.16);
  width: 100%;
  display: flex;
  align-items: center;
  color: #323333;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.collapse-insurance{
  padding: 5px 40px;
  background: #f3975D;
  border-radius: 0;
  color: #fff!important;
  margin-top: -15px;
}
.collapse-insurance:hover{
  color: #fff!important;
}
.collapse-order:before{
  content: "\e116";
  font-family: 'Glyphicons Halflings';
  margin-right: 15px;

}
.collapse-order:after,
.collapse-insurance:after{
  content: "\e260";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.collapse-insurance:after{
  content: none;
}
.collapse-order.collapsed,
.collapse-insurance.collapsed{
  /* border-radius: 6px 6px 0px 0px;
  box-shadow: none; */
}
.collapse-order[aria-expanded="false"]:after,
.collapse-insurance[aria-expanded="false"]:after{
  content: "\e259";
}
.collapse-order:hover,
.collapse-order:focus{
  color: #323333;
}
.order-final{
  padding: 30px 40px;
}
.order-final .cart-item{
  box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
.order-final .cart-item .item-control{
  margin-top: 40px;
}
.order-final .cart-item .item-control .row{
  margin-bottom: 25px;
}
.order-final .cart-item .item-img{
  max-width: 100%;
}
.order-insurance{
  /* padding: 30px 40px; */
}
.order-insurance .cart-item .item-img{
  max-width: 100%;
}
.order-insurance label{
  margin-bottom: 15px;
}
.order-insurance textarea{
  border-radius: 5px!important;
}
.cart-list-wrap{
  background: #F9F9F9;
  border-radius: 6px;
  box-shadow: 0px 0px 3px rgba(0,0,0,.16);
  overflow: hidden;
}

.cart-item{
  background: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 40px 20px;
  position: relative;
}
.cart-item:last-child{
  margin-bottom: 0;
}
.cart-list-wrap.no-color{
  background: transparent;
  box-shadow: none;
  overflow: initial;
  margin-bottom: 30px;
}
.cart-list-wrap.no-color .cart-item{
  box-shadow: 0px 0px 3px rgba(0,0,0,.16);
  margin-left: 0;
  margin-right: 0;
}
.cart-item .del-btn{
  position: absolute;
  top: 15px;
  right: 40px;
  font-size: 1.75rem;
  color: #E8E8E8;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cart-item .del-btn:hover{
  background: #E8E8E8;
  color: #fff;
}
.cart-item .item-img{
  max-width: 226px;
  height: 228px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #707070;
  width: 100%;
  border-radius: 20px;
}
.cart-item .item-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
}
.cart-item .item-datas{
  padding-right: 55px;
}
.cart-item .item-title{
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 55px;
  line-height: 30px;
  word-break: break-all;
  color: #323333;
  margin-bottom: 40px;
}
.cart-item .item-title:hover{
  color: #f3975D;
}
.cart-item .item-control .row{
  margin-bottom: 15px;
}
.cart-item .item-control .row.flex,
.cart-item .item-control .form-group.flex{
  display: flex;
  align-items: center;

}
.cart-item .item-control input,
.cart-item .item-control select{
  box-shadow: none;
  border: 1px solid #E8E8E8;
  min-height: 47px;
  min-width: 225px;
  border-radius: 0;
}
.cart-item .item-control label{
  margin-right: 20px;
  margin-bottom: 0;
}
.cart-item .item-control .mx-datepicker-range{
  max-width: 320px!important;
  width: auto!important;
}
@media screen and (max-width:768px){
  .cart-item .item-control .mx-datepicker-range{
    width: 100%!important;
    max-width: 100%!important;
  }
  .order-insurance .cart-item .item-img{
    max-width: 92px;
  }
  .cart-list-wrap.no-color .cart-item{
    padding: 10px 0;
  }
}
.qty-select{
  display: flex;
  align-items: center;
  position: relative;
  margin: 15px 0;
}
.qty-select .kit{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.qty-select .kit.reduce:before{
  content: "\2212";
  font-family: 'Glyphicons Halflings';
}
.qty-select .kit.plus:before{
  content: "\002b";
  font-family: 'Glyphicons Halflings';

}
.qty-select .kit.reduce{
  left: 0;
}
.qty-select .kit.plus{
  right: 0;
}
.qty-select.right-style input[type=number]{
  border: 0;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  font-size: 2.5rem ;
}
.qty-select.right-style .form-control[readonly]{
  background: transparent;
}
.cart-item .item-control .qty-select input[type=number]{
  border: 0;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  font-size: 2.5rem;
}
@media screen and (max-width:768px){
  .cart-item .item-control .qty-select input[type=number]{
    min-width: 100%;
  }
}
.cart-item .item-control .qty-select .form-control[readonly]{
  background: transparent;
}
.cart-item .item-control .sum{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15%;
}
.cart-item .item-control .sum span{
  font-weight: bold;
  color: #FD873E;
  font-size: 1.75rem;
}
.cart-item .qty-select{
  max-width: 70%;
  margin: 15px auto;
}
@media screen and (max-width:768px){
  .qty-select{
    max-width: 80%;
    margin: 15px auto;
  }
  .qty-select .kit{
    width: 35px;
    height: 35px;
  }
}
.cart-total{
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 70px;
  font-weight: bold;
}
.cart-total span{
  color: #FD873E;
  font-size: 3rem;
  margin-left: 30px;
  font-weight: bold;
}
.cart-total .total-sum{
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px){
  .cart-total span{
    font-size: 2.5rem;
  }
  .cart-total .total-sum{
    font-size: 1.75rem;
  }
  .cart-total{
    padding: 0 15px;
  }
}
.cart-list-wrap.no-color .cart-total{
  border: 1px solid #E8E8E8;
  background: #FAFAFA;
  border-radius: 6px;
  
}
.cart-forms{
  margin: 23px 0;
  padding: 50px 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 3px rgba(0,0,0,.16);
  overflow: hidden;

}
.cart-item-wrap{
  margin-bottom: 20px;
}


.cart-forms h3{
  color: #323333;
  margin: 0;
  /* padding-bottom: 20px; */
  font-weight: bold;
}
.cart-forms h3 small{
  color: #DE544B;
  margin-left: 15px;
}
.cart-forms.processing h3 span{
  font-weight: bold;
  color: #f3975D;
  margin: 0 10px;
}
.processing-block{
  margin-top: 30px;
}
.animate-block{
  margin-top: 20px;
}

.animate-block img{
  max-width: 80px;
  animation: circle 1.5s linear infinite;
  transform: rotate(0deg)
}
.animate-block.animate-none img{
  animation: none;
}
@keyframes circle{
  0%{
    transform: rotate(0deg)
  }
  100%{
    transform: rotate(360deg)
  }
}
@media screen and (max-width:768px){
  .cart-forms h3 small{
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cart-forms input[type=radio]{
  display: inline-block;
  vertical-align: middle;
  transform: scale(1.3);
}
.cart-forms.order-data{
  padding: 50px 0px;

}
.cart-forms.order-data h3{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
.cart-forms.order-data .customer-select-wrap{
  padding: 20px 30px;
  display: flex;
  align-items: center;
  background: #FAFAFA;
}
/* @media screen and (max-width:768px){
  .cart-forms.order-data .customer-select-wrap{

  }
} */
.customer-select-wrap .type-select{
  background: #656565;
  color: #fff;
  padding: 20px 40px;
  border-radius: 5px;
  margin-right: 15px;
}
.customer-select-wrap .type-select:last-child{
  margin-right: 0;
}
@media screen and (max-width:768px){
  .customer-select-wrap .type-select{
    padding: 10px 20px;
  }
}
.type-select a{
  color: #fff;
}
.type-select.active{
  background: #f3975D;
}
.methods label{
  margin-right: 20px;
  color: #323333;
}
.methods ul.account{
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.methods ul.account li{
  width: calc(100% / 2);
  padding: 10px 0;
  color: #323333;
}
@media screen and (max-width:768px){
  .methods ul.account{
    width: 100%;
  }
  .methods ul.account li{
    width: 100%;
    padding: 5px 0px;
  }
}
.order-data-form{
  padding: 20px 30px;
  display: none;
}
.order-data-form.active{
  display: block;
}
.order-data-form .row{
  margin-bottom: 20px;
}
.order-data-form .password-wrap{
  position: relative;
  display: inline-block;
}
@media screen and (max-width:768px){
  .order-data-form .password-wrap{
    max-width: 100%;
    width: 100%;
  }
  .order-data-form .item-data a{
    color: #c2c2c2;
    pointer-events: none;
  }
}
.order-data-form .form-group input#password{
  padding-right: 20px;
}
input[type="password"]::-ms-reveal{
    display: none;
}
.show-pd{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #323333;
}
.show-pd:before{
  content: "\e105";
  font-family: 'Glyphicons Halflings';
}
.show-pd.active:before{
  content: "\e106";
}

.login-show-pd{
  position: absolute;
  right: 15px;
  top: 40%;
  transform: translateY(-50%);
  color: #323333;
}
.login-show-pd:before{
  content: "\e105";
  font-family: 'Glyphicons Halflings';
}
.login-show-pd.active:before{
  content: "\e106";
}

.member-show-pd{
  position: absolute;
  right: 166px;
  top: 50%;
  transform: translateY(-50%);
  color: #323333;
}
.member-show-pd:before{
  content: "\e105";
  font-family: 'Glyphicons Halflings';
}
.member-show-pd.active:before{
  content: "\e106";
}

.order-data-form .form-inline label{
  width: 150px;
}
.order-data-form .form-group input,
.order-data-form .form-group textarea{
  min-width: 310px;
  height: 47px;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  box-shadow: none;
}
.order-data-form .form-group textarea{
  height: 105px;
  min-width: 310px;
  width: 100%;
  resize: none; 
}
.collapse .order-data-form{
  /* border: 1px solid #A5A5A5; */
  box-shadow: 0px 3px 6px rgba(0,0,0, .08);
}
.order-data-form .form-inline input{
  min-width: 310px;
  height: 47px;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width:768px){
  .order-data-form .form-inline input{
    min-width: 100%;
  }
  .order-data-form .form-group textarea{
    min-width: 100%;
  }
}
.order-data-form .form-inline select{
  min-width: 150px;
  height: 47px;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  box-shadow: none;
  margin-right: 10px;
}

.button-block{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0%;
  margin-bottom: 10%;
}

.button-block.wide{
  width: 100%;
  padding: 10px 0%;
}
.button-block.center{
  justify-content: center;
  margin-top: 20px;
}
.button-block.center.row-type{
  justify-content: center;
  margin-top: 20px;
  flex-direction: row;
}
.button-block .cart-btn{
  font-size: 2rem;
  border: 0;
  padding: 10px 0;
  max-width: 235px;
  width: 100%;
  border-radius: 10px;
  margin-left: 20px;
}
.button-block.center .cart-btn{
  margin: 0 20px;
  border-radius: 25px;
}
.button-block .cart-btn.orange{
  background: #f3975D;
  color: #fff
}
.button-block .cart-btn.grey{
  color: #C2C2C2;
  background: #666666;
}
.button-block.center .cart-btn.grey{
  color: #C2C2C2;
  background: #666666;
}
.button-block.center .cart-btn.empty{
  background: transparent;
  border: 2px solid #f3975D;
  color: #f3975D;
}
@media screen and (max-width:768px){
  .item-img-wrap{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
  }
  .cart-item .item-img{
    max-width: 92px;
    height: 86px;
    margin: 0;
  }
  .order-final .cart-item .item-img{
    max-width: 92px;
  }
  .cart-item .item-title{
    font-size: 16px;
    width: 65%;
    -webkit-line-clamp: 3;
    height: 85px;
    word-break:break-word;
    line-height: 1.5;
    height: 75px;
    margin-bottom: 0;
  }
  .cart-item .item-datas{
    padding-right: 0;
  }
  .cart-item .item-control .row.flex,
  .cart-item .item-control .form-group.flex{
    display: block;
  }
  .cart-item .item-control .sum{
    justify-content: flex-end;
  }
  .cart-item .form-inline label{
    padding-left: 0;
    /* margin-bottom: 15px; */
  }
  .cart-item .item-control .sum span{
    margin-left: 15px;
  }
  .cart-item .del-btn{
    right: 30px;
    top: 10px;
    background: #E8E8E8;
    color: #fff;
    width: 25px;
    height: 25px;
  }
  .cart-forms{
    padding: 20px;
  }
  .order-data-form .form-inline select{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .button-block{
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 99;
    box-shadow: 0px -3px 6px rgba(0,0,0,.16);
    justify-content: flex-end;
    padding: 10px 5%;
    margin-bottom: 0;
  }
  .button-block.center{
    position: relative;
    z-index: 10;
    box-shadow: none;
    flex-direction: column;
  }
  .button-block.right{
    justify-content: flex-end;
  }
  .button-block .cart-btn{
    margin: 0;
    max-width: 130px;
    font-size: 1.5rem;
  }
  .button-block .cart-btn:last-child{
    margin-left: 15px;
  }
  #checkout_done{
    margin-left: 15px;
  }
  .button-block.center .cart-btn{
    max-width: 100%;
    margin-bottom: 20px;
    margin: 10px 5px;
  }
  .shopping-steps{
    padding: 0;
  }
  .order-final{
    padding: 30px;
  }
  .order-final .cart-item{
    box-shadow: none;
    border: 1px solid #E8E8E8;
    padding: 10px 0;
  }
  .order-final .cart-item .item-control .form-group.flex,
  .order-insurance .cart-item .item-control .form-group.flex{
    display: flex;
  }
  .order-final .cart-item .item-control .row,
  .order-insurance .cart-item .item-control .row{
    margin-bottom: 5px;
  }
}
.report-wrap{
  min-height: 500px;
}
.report-wrap .health-list{
  border: 1px solid #E8E8E8;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.report-wrap .health-list .rebate{
  color: #f3975D;
}
@media screen and (max-width:768px){
  .report-wrap .health-list .rebate:before{
    color: #707070;
  }
  .report-wrap .health-list .rebate{
    color: #f3975D;
  }
}
.report-item{
  margin-bottom: 10px;
  width: 100%;
  display: block;
  float: left;
}
.report-switcher{
  padding: 20px 10px;
  background: #ffffff;
  border: 1px solid #E8E8E8;
  display: block;
  float: left;
  width: 100%;
  border-radius: 10px;
  color: #323333;
  font-weight: bold!important;
  position: relative;
}
.report-switcher:after{
  content: "\e260";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #FD873E;
}
.report-switcher.collapsed:after{
  content: "\e259";
}
.report-switcher .date{
  color: #FD873E;
  font-weight: bold;
}
.report-switcher .cash{
  display: flex;
}
.report-switcher .flow span{
  margin-left: 10px;
  font-weight: bold;
}
.report-switcher .cash span{
  color: #FD873E;
  font-weight: bold;
  margin: 0 5px;
}
@media screen and (max-width:768px){
  .report-switcher .cash{
    display: block;
  }
  .report-switcher .flow span{
    display: block;
    margin-left: 0;
  }
  .report-switcher .cash span{
    margin: 0;
  }
}

.report-switcher:hover,.report-switcher:focus{
  color: #323333;
}
.bookmark-tools{
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bookmark-tools .like{
  font-size: 3rem;
}
.bookmark-tools .sort-num{
  font-size: 3rem;
  font-weight: bold;
  color: #E8E8E8;
}
.bookmark-tools hr{
  width: 100%;
  border-top: 1px solid #E8E8E8;
}
.bookmark-list .row{
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px){
  .bookmark-tools{
    align-items: flex-end;
  }
  .bookmark-tools .like{
    font-size: 2rem;
  }
  .bookmark-tools .sort-num{
    font-size: 2rem;
  }
}
.detail-title{
  padding: 5px 40px;
  background: #FAFAFA;
  color: #323333;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #E8E8E8;
  border-radius: 20px 20px 0px 0px;
}
.reception .r-title{
  padding: 5px 40px;
  background: #FAFAFA;
  color: #323333;
  font-weight: bold;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  font-size: 18px;
}
.reception .row{
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.reception .img-wrap{
  max-width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #707070;
  width: 100%;
  border-radius: 50%;
}
.reception .img-wrap img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
}

ul.service-data{
  width: 95%;
}
ul.service-data li{
  color: #f3975D;
  padding: 15px 0px;
  border-bottom: 1px solid #E8E8E8;
}
ul.service-data li:last-child{
  border-bottom: 0;
}
ul.service-data li:before{
  content: attr(atr-name);
  width: 120px;
  display: inline-block;
  color: #323333;
  /* display: block; */
}
@media screen and (max-width:768px){
  ul.service-data li:before{
    /* display: block; */
    margin-bottom: 10px;
    width: 80px;
  }
  .reception .img-wrap{
    max-width: 60px;
    height: 60px;
  }
  .reception .row{
    padding-top: 0;
    padding-bottom: 0;
  }
}
.new-order-detail .cart-item-wrap{
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  /* overflow: hidden; */
}
.order-data-area{
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.order-data-area ul{
  background: #fff;
  
}
.order-data-area ul li span{
  display: block;
  width: 100%;
  padding: 20px 40px;
  color: #f3975D;
}
.order-data-area ul li:before{
  content: attr(atr-name);
  background: #FAFAFA;
  display: block;
  width: 100%;
  padding: 20px 40px;
}
@media screen and (max-width:768px){
  .order-data-area ul li:before{
    padding: 20px;
  }
  .order-data-area ul li span{
    padding: 20px;
  }
  .detail-title{
    padding: 5px 20px;
  }
  .collapse-insurance{
    padding: 5px 20px;
  }
  .reception .r-title{
    padding: 5px 20px;
  }
}
.good-slider{
  overflow: hidden;
  border-radius: 20px;
  max-height: 465px;
}
.video-slider .slick-dots li button:before,
.good-slider .slick-dots li button:before{
  color: #ffffff;
  opacity: 1;
  font-size: 30px;
}
.video-slider .slick-dots li.slick-active button:before,
.good-slider .slick-dots li.slick-active button:before{
  color: #f3975D;
  opacity: 1;
  font-size: 30px;
}

.good-slider .good-slide{
  cursor: pointer;
}
.good-slider .owl-dots{
  position: absolute;
  z-index: 10;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.good-slider button.owl-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin: 0px 5px;
}
.good-slider .owl-dot.active{
  background: #FD873E;
}
.good-slider .good-slide .slide-img{
  height: 465px;
  position: relative;
}
.good-slider .good-slide .slide-img img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
}
.good-slider .slick-dots{
  bottom: 10px;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
@media screen and (max-width:768px){
  .good-slider{
    max-height: 181px;
    border-radius: 0;
    margin-top: 0px;
  }
  .good-slider .good-slide .slide-img{
    height: 181px;
    position: relative;
  }
  
}
.video-slider .good-slide .slide-img img{
  /* max-width: 100%; */
  max-height: 80vh;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width:768px){
  .video-slider .good-slide .slide-img img{
    max-width: 100%;
    max-height: unset;
    width: 100%;
  }
}
.bottom-youtube{
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 100px;
  background: #ffffff;
}
.bottom-youtube .row{
  display: flex;
  /* align-items: center; */
  max-width: 1920px;
  margin: 0 auto;
}
.bottom-youtube .yt-left{
 padding-left: 30px;
}
.bottom-youtube .yt-right{

}
.bottom-youtube{
  display: block;

}
#ytplayermodal{
  overflow-y: hidden;
  background: rgba(50,51,51,.9);
}
.banner-show{
  overflow-y: auto!important;
  background: rgba(50,51,51,.9);
}
.banner-show .yt-modal .modal-content{
  background: transparent;
  box-shadow: none;
  border: 0;
}
.banner-show .slide-img{
  height: 80vh!important;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.3s;
}
.banner-show .slick-current .slide-img{
  opacity: 1;
}
@media screen and (max-width:768px){
  .banner-show .slide-img{
    height: 50vh!important;
  }
}
.yt-click-wrap .img-wrap{
  cursor: pointer;
  position: relative;
  max-height: 540px;
  overflow: hidden;
}
.yt-click-wrap .img-wrap:before{
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  /* background: #C2C2C2; */
  display: block;
  z-index: 11;
}
.yt-click-wrap .img-wrap:after{
  content: "";
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  /* right: 0; */
  height: 10px;
  /* background: #DE544B; */
  display: block;
  z-index: 12;
}
.yt-tools{
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fff;
}
.yt-title{
  padding-left: 30px;
  color: #323333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 25px;
  overflow: hidden;
  width: 85%;
}
.yt-share{
  background: url('../images/icon/ytshare.svg');
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  display: block;
  opacity: 0.5;
  cursor: pointer;
  margin-right: 25px;
}
.yt-share:hover{
  opacity: 1;
}
.yt-list{
  position: relative;
  border-left: 1px solid #DADADA;
}
.yt-select{
  width: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
}
.yt-select:before{
  content: "";
  display: block;
  font-family: 'Glyphicons Halflings';
  color: #E8E8E8;
  font-size: 2rem;
}
.yt-select.top:before{
  content: "\e260";
}
.yt-select.down:before{
  content: "\e259";
}
.yt-right-slider{
  padding: 0 10px;
  /* max-height: 480px; */
  max-height: 540px;
  overflow: hidden;
}
.yt-slide{
  display: flex!important;
  width: 100%;
  justify-content: center;
  padding: 5px 0px;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  padding: 10px 0;
  outline: 0;
}

.yt-slide .video-title{
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
  line-height: 25px;
  word-break: break-all;
  font-size: 16px;
  width: 50%;
  margin-left: 15px;
}
.yt-slide span{
  display: none;
}

.yt-slide.playing span,
.yt-slide.slick-current span{
  display: block;
  position: absolute;
  right: 10%;
  bottom: 10px;
}
.yt-slide.playing,
.yt-slide.slick-current{
  background: #F6F6F6;
}

.yt-slide.playing .video-title,
.yt-slide.slick-current .video-title{
  color: #FD873E;
}
.yt-slide .img-wrap{
  max-width: 100%;
  height: 85px;
  display: block;
  overflow: hidden;
  position: relative;
  background: #707070;
  width: 144px;
}
.yt-slide .img-wrap img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
}
.yt-modal{
  margin-top: 4%;
  width: 80%;
  height: auto;
}
.yt-modal .modal-content{
  min-height: 447px;
  border-radius: 0;
  width: 100%;
}
.yt-modal .video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.yt-modal .video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.yt-modal .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.close-player{
  position: absolute;
  right: -10%;
  top: -40px;
  color: #fff;
  background: #A1A2A2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.close-player:before{
  content: "\e014";
  color: #fff;
  font-family: 'Glyphicons Halflings';
}
.video-loop{
  /* display: block;
  width: 800px; */
}
.modal-slider-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
}
.modal-slider-btn:hover{
  color: #f3975D;
}
.modal-slider-btn:before{
  
  font-family: 'Glyphicons Halflings';
  font-size: 3rem;
}
.modal-slider-btn.modal-right{
  right: -50px;
}
.modal-slider-btn.modal-right:before{
  content: "\e258";
}
.modal-slider-btn.modal-left{
  left: -50px;
}
.modal-slider-btn.modal-left:before{
  content: "\e257";
}

@media screen and (max-width:768px){
  .bottom-youtube .row{
    display: inherit;
  }
  .bottom-youtube .yt-left{
    padding-left: 15px;
  }
  .yt-title{
    padding-left: 0;
    width: 88%;
  }
  .yt-share{
    margin-right: 0;
  }
  .bottom-youtube{
    padding: 0 10px;
    margin-bottom: 0;
  }
  .bottom-youtube .yt-list{
    border-left: 0;
  }
  .yt-right-slider{
    padding: 0;
  }
  .yt-modal{
    margin-top: 130px;
    width: 95%;
    height: 100vh;
    justify-content: flex-start;
  }
  .yt-modal .modal-content{
    min-height: unset;
    /* border-radius: 0;
    width: 100%; */
  }
  .modal-slider-btn{
    display: none;
  }
  .banner-show{
    overflow-y: hidden!important;
  }
  .banner-show .modal-slider-btn{
    display: block;
    z-index: 999;
  }
  .banner-show .modal-slider-btn.modal-left{
    left: 0;
  }
  .banner-show .modal-slider-btn.modal-right{
    right: 0;
  }
  .close-player{
    right: 15px;
    
  }
}
.travel-notice{
  max-width: 80%;
  margin-top: 20%;
  margin-bottom: 20%;
}
.travel-notice h3{
  color: #FD873E;
  font-weight: bold;
  font-size: 28px;
}
.travel-notice .notice-word p{
  color: #666666;
  font-size: 17px;
  font-weight: normal;
}
.travel-notice .notice-word span{
  color: #FD873E;
  font-size: 17px;
  font-weight: normal;
}
.notice-panel a.notice-btn{
  color: #323333;
  padding: 15px 30px;
  font-weight: bold;
  border-bottom: 1px solid #E8E8E8;
  border-radius: 0px;
  position: relative;
  width: 100%;
  font-size: 18px;
}
.notice-panel a.notice-btn:after{
  position: absolute;
  content: "\e259";
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-family: 'Glyphicons Halflings';
  color: #E8E8E8;

}
.notice-panel a.notice-btn[aria-expanded="true"]:after{
  content: "\e260";
  color: #323333;
}
.notice-panel .panel-body{
  padding: 15px 30px;
  color: #666666;
}
.notice-group{
  margin-top: 30px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0,0,0,.16);
  overflow: hidden;

}
.notice-group .notice-panel{
  margin-bottom: 0;
  border-bottom: 1px solid #E8E8E8;
}
.notice-group .notice-panel:last-child{
  border-bottom: 1px solid transparent;
}
.notice-group .notice-panel .panel-body p{
  font-size: 17px;
  padding: 0px;
}
.notice-group .notice-panel .panel-body ul{
  list-style-type: disc;
}
.notice-group .notice-panel .panel-body ol{
  list-style-type: decimal;
}
.notice-group .notice-panel .panel-body a{
  display: inline;
  font-family: inherit;
  color: #323333;
  padding: 0;
  font-family: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}
.notice-group .notice-panel .panel-body a:hover{
  color: #f3975D;
}
@media screen and (max-width:768px){
  .travel-notice{
    max-width: 100%;
    margin-bottom: 10%;
  }
  .notice-panel a.notice-btn{
    padding-right: 20%;
  }
}
.category-wrap h2.page-title{
  margin-bottom: 40px;
  font-weight: bold;
}
.category-wrap .right-part{
  margin-top: -20px;
}
.search_wrap{
  display: flex;
  width: 100%;
}
.search_wrap .right-part{
  margin-top: 0px;
}
.search_wrap .right-part ul.search_list{
  min-height: 100vh;
}
@media screen and (max-width:768px){
  .search_wrap .right-part ul.search_list{
    min-height: unset;
  }
  .search_wrap{
    flex-direction: column;
  }
}
.search_wrap .right-part h1.page-title{
  padding-top: 0;
}
.cars .right-part{
  margin-top: 0px;
}
.cars .right-part .page-title{
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 20px;
}
@media screen and (max-width:768px){
  .category-wrap .right-part,
  .cars .right-part,
  .search_wrap .right-part{
    margin-top: unset;
  }
  .cars .right-part{
    margin-top: 30px;
  }
  .search_wrap .right-part h1.page-title{
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* .category-wrap .right-part{
  margin-top: -65px;
} */
.pd-hint{
  padding-left: 20px;
  margin-top: -10px;
  font-size: 13px;
  color: #FF4C00;
}
.new-order-wrap{
  min-height: 550px;
}
.new-order-wrap .order-action{
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width:768px){
  .new-order-wrap .order-action{
    padding-right: 15px;
    padding-left: 15px;
  }
}

.logout.in{
  display: block;
}
.logout .modal-content{
  min-height: 200px;
  width: 100%;
  background: #fff;
  padding: 20px;

}
.logout .modal-dialog{
  display: block;
  height: auto;
}
.logout .store_btn{
  max-width: 100%;
  margin-bottom: 15px;
  letter-spacing: 10px;
}
.logout p{
  font-weight: bold;
  padding: 30px 0;
}
@media screen and (max-width:768px){
  .logout{
    max-width: 100%;
    margin: 0 auto;
    z-index: 99999;
    background: rgba(0,0,0,0.5);
    padding: 0 10%;
  }
}

.col-left{
  width: 70%;
}
.col-right{
  width: 30%;
}
@media screen and (max-width:768px){
  .col-left,
  .col-right{
    width: 100%;
  }
}
@media screen and (max-width:768px){
  .single-page .news_contents{
    padding: 0;
  }
}


.mx-input{
  padding-left: 0!important;
}
.cart-forms.pay-methods .methods{
  display: flex;
}
.radio-wrap{
  display: flex;
  align-items: center;
  margin-right: 30px;
}
input.cut-radio[type=radio] {
  display: none;
}
/* to hide the checkbox itself */
input.cut-radio[type=radio] + label {
  width: 18px;
  height: 18px;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  position: relative;
  margin: 0;
  margin-right: 15px;
  display: block;
  padding: 0;
}
/* space between checkbox and label */
input.cut-radio[type=radio]:checked + label:after {
  content: "";
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.check-wrap{
  position: relative;
  left: -9px;
  top: -5px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
input.checkb[type=checkbox] {
  display: none;
}
/* to hide the checkbox itself */
input.checkb[type=checkbox] + label.checking {
  width: 18px;
  height: 18px;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  position: relative;
  margin: 0;
  margin-right: 15px;
  display: block;
  padding: 0;
  min-height: unset;
}
/* space between checkbox and label */
input.checkb[type=checkbox]:checked + label.checking:after {
  content: "";
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media screen and (max-width:768px){
  .check-wrap{
    width: 50%;
    position: relative;
    margin-top: -15px;
    left: 0;
  }
}
@media screen and (max-width:768px){
  .m-full-slide{
    padding: 0;
  }
  .m-full-slide .crumb{
    padding: 0 15px;
  }
}
.article-padding{
  padding: 0 15px;
}
.article-container{
  padding: 0 10%;
}
@media screen and (max-width:768px){
  .fixed-position {
    position: fixed;
  }
  .navbar-modal{
    background: rgba(50,51,51,0.9);
    backdrop-filter: saturate(180%) blur(3px) !important;
 }
 .article-padding{
  padding: 0px;
 }
 .article-container{
  padding: 0 0%;
 }
}
/* .banner-show{
  overflow-y: scroll!important;
} */
.flex-row{
  display: flex;
}
.category-wrap{
  display: flex;
  width: 100%;
}
@media screen and (max-width:768px){
  .flex-row{
    flex-direction: column;
  }
  .category-wrap{
    flex-direction: column;
  }
  .mobile-sticky{
    position: sticky;
    top: 60px;
    z-index: 999;
    padding: 0;
  }
}