@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css);
@import url(https://www.settour.com.tw/st_ec/css/font-awesome.min.css);
.fontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.red {
  color: #e73155; }

.blue {
  color: #2d7cd1; }

.red-list-dot li {
  color: #e73155; }
  .red-list-dot li > div {
    color: #333; }

.touch-action-none {
  -ms-touch-action: none;
  touch-action: none; }

.fontAwesomeIcon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  padding: 0;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

a {
  color: #2d7cd1;
  text-decoration: underline;
  outline: none !important;
  cursor: pointer; }
  a:hover, a:focus {
    color: #3d4c98; }

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::-moz-selection {
  background: #2d7cd1;
  color: #fff; }
::selection {
  background: #2d7cd1;
  color: #fff; }

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
  background: #2d7cd1;
  color: #fff; }

button {
  outline: none; }

input[type="button"], input[type="submit"], input[type="reset"] {
  outline: none; }

.container {
  width: 1400px;
  padding: 0px; }

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .container {
    width: auto;
    padding: 0px 25px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: auto;
    padding: 0px 25px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: auto;
    padding: 0px 25px; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: auto;
    padding: 0px 15px; } }

@media screen and (min-width: 320px) and (max-width: 479px) {
  .container {
    width: auto;
    padding: 0px 15px; } }

.fixed-header {
  padding-top: 95px; }
  .fixed-header header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 3; }
  .fixed-header.min-header {
    padding-top: 73px; }

@media screen and (max-width: 991px) {
  .fixed-header {
    padding-top: 92px; }
    .fixed-header.min-header {
      padding-top: 71px; } }

@media screen and (max-width: 767px) {
  .fixed-header {
    padding-top: 0px; }
    .fixed-header header {
      position: relative;
      width: auto; }
    .fixed-header.min-header {
      padding-top: 0px; } }

html,
body {
  height: 100%; }

#content {
  min-height: 100%;
  position: relative;
  padding-bottom: 165px; }
  #content.no-footer {
    padding-bottom: 0px; }
  #content.no-footer-link {
    padding-bottom: 124px; }
  #content.has-alliance {
    padding-bottom: 239px; }

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%; }

@media screen and (max-width: 991px) {
  #content {
    padding-bottom: 248px; }
    #content.no-footer {
      padding-bottom: 0px; }
    #content.no-footer-link {
      padding-bottom: 207px; }
    #content.has-alliance {
      padding-bottom: 316px; } }

@media screen and (max-width: 767px) {
  #content {
    padding-bottom: 186px; }
    #content.no-footer {
      padding-bottom: 0px; }
    #content.no-footer-link {
      padding-bottom: 207px; }
    #content.has-alliance {
      padding-bottom: 186px; } }

@media screen and (max-width: 399px) {
  #content {
    padding-bottom: 198px; }
    #content.no-footer {
      padding-bottom: 0px; }
    #content.no-footer-link {
      padding-bottom: 219px; }
    #content.has-alliance {
      padding-bottom: 198px; } }

.btn-base, .btn-sm-base, .btn-order-sm, .btn-change-sm, .btn-addcart-sm, .btn-addnew-sm, .btn-reload-sm, .btn-select-sm, .btn-import-sm, .btn-switch-sm, .btn-order, ul.st-dropdown-menu-list.header-cart .header-cart-btn a, .btn-change, .login-btn-fb, .login-btn-google, .btn-addcart, .btn-addnew, .btn-reload, .btn-select, .btn-import, .btn-switch {
  width: 100%;
  height: 48px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding: 0px; }
  .btn-base:hover, .btn-sm-base:hover, .btn-order-sm:hover, .btn-change-sm:hover, .btn-addcart-sm:hover, .btn-addnew-sm:hover, .btn-reload-sm:hover, .btn-select-sm:hover, .btn-import-sm:hover, .btn-switch-sm:hover, .btn-order:hover, ul.st-dropdown-menu-list.header-cart .header-cart-btn a:hover, .btn-change:hover, .login-btn-fb:hover, .login-btn-google:hover, .btn-addcart:hover, .btn-addnew:hover, .btn-reload:hover, .btn-select:hover, .btn-import:hover, .btn-switch:hover {
    cursor: pointer; }
  .btn-base:focus, .btn-sm-base:focus, .btn-order-sm:focus, .btn-change-sm:focus, .btn-addcart-sm:focus, .btn-addnew-sm:focus, .btn-reload-sm:focus, .btn-select-sm:focus, .btn-import-sm:focus, .btn-switch-sm:focus, .btn-order:focus, ul.st-dropdown-menu-list.header-cart .header-cart-btn a:focus, .btn-change:focus, .login-btn-fb:focus, .login-btn-google:focus, .btn-addcart:focus, .btn-addnew:focus, .btn-reload:focus, .btn-select:focus, .btn-import:focus, .btn-switch:focus {
    text-decoration: none; }

.btn-sm-base, .btn-order-sm, .btn-change-sm, .btn-addcart-sm, .btn-addnew-sm, .btn-reload-sm, .btn-select-sm, .btn-import-sm, .btn-switch-sm {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 28px; }
  .btn-sm-base:hover, .btn-order-sm:hover, .btn-change-sm:hover, .btn-addcart-sm:hover, .btn-addnew-sm:hover, .btn-reload-sm:hover, .btn-select-sm:hover, .btn-import-sm:hover, .btn-switch-sm:hover {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none; }
  .btn-sm-base:active, .btn-order-sm:active, .btn-change-sm:active, .btn-addcart-sm:active, .btn-addnew-sm:active, .btn-reload-sm:active, .btn-select-sm:active, .btn-import-sm:active, .btn-switch-sm:active {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }

.btn-order, .btn-order-sm, ul.st-dropdown-menu-list.header-cart .header-cart-btn a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: #e73155;
  border-style: none; }
  .btn-order:hover, .btn-order-sm:hover, ul.st-dropdown-menu-list.header-cart .header-cart-btn a:hover {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-decoration: none; }
  .btn-order:focus, .btn-order-sm:focus, ul.st-dropdown-menu-list.header-cart .header-cart-btn a:focus {
    color: #fff; }
  .btn-order:active, .btn-order-sm:active, ul.st-dropdown-menu-list.header-cart .header-cart-btn a:active {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }

.btn-change, .btn-change-sm, .login-btn-fb, .login-btn-google {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: #2d7cd1;
  border-style: none; }
  .btn-change:hover, .btn-change-sm:hover, .login-btn-fb:hover, .login-btn-google:hover {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-decoration: none; }
  .btn-change:focus, .btn-change-sm:focus, .login-btn-fb:focus, .login-btn-google:focus {
    color: #fff; }
  .btn-change:active, .btn-change-sm:active, .login-btn-fb:active, .login-btn-google:active {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }

.btn-addcart {
  color: #e73155;
  background: #fff;
  border: solid 2px #e73155;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  line-height: 44px; }
  .btn-addcart:hover {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #e73155; }
  .btn-addcart:focus {
    color: #e73155; }
  .btn-addcart:active {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }

.btn-addcart-sm {
  color: #e73155;
  background: #fff;
  border: solid 1px #e73155; }
  .btn-addcart-sm:hover {
    color: #e73155; }
  .btn-addcart-sm:focus {
    color: #e73155; }

.btn-addnew {
  color: #2d7cd1;
  background: #fff;
  border: solid 1px #2d7cd1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  line-height: 46px; }
  .btn-addnew:hover {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #2d7cd1; }
  .btn-addnew:focus {
    color: #2d7cd1; }
  .btn-addnew:active {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }

.btn-addnew-sm {
  color: #2d7cd1;
  background: #fff;
  border: solid 1px #2d7cd1; }
  .btn-addnew-sm:hover {
    color: #2d7cd1; }
  .btn-addnew-sm:focus {
    color: #2d7cd1; }

.btn-reload {
  color: #fff;
  background: none;
  border: solid 1px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  line-height: 38px; }
  .btn-reload:hover {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #fff; }
  .btn-reload:focus {
    color: #fff; }
  .btn-reload:active {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }

.btn-reload-sm {
  color: #fff;
  background: none;
  border: solid 1px #fff; }
  .btn-reload-sm:hover {
    color: #fff; }
  .btn-reload-sm:focus {
    color: #fff; }

.btn-select {
  color: #000;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .btn-select:hover {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #000; }
  .btn-select:focus {
    color: #000; }
  .btn-select:active {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }

.btn-select-sm {
  color: #000;
  background: #fff;
  border: solid 1px #ccc; }

.btn-import, .btn-import-sm {
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #2d7cd1; }
  .btn-import:hover, .btn-import-sm:hover {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none; }
  .btn-import:focus, .btn-import-sm:focus {
    color: #2d7cd1; }
  .btn-import:active, .btn-import-sm:active {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }

.btn-base-icon, .btn-collect, .btn-collect-nobox {
  font-size: 1.5rem;
  vertical-align: middle;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 48px;
  width: 100%;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 4px;
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
  color: #333; }
  .btn-base-icon i, .btn-collect i, .btn-collect-nobox i {
    font-size: 1.8rem;
    vertical-align: middle;
    font-weight: bold; }
  .btn-base-icon span, .btn-collect span, .btn-collect-nobox span {
    vertical-align: middle;
    padding-left: 5px; }
  .btn-base-icon:hover, .btn-collect:hover, .btn-collect-nobox:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }
  .btn-base-icon:focus, .btn-collect:focus, .btn-collect-nobox:focus {
    text-decoration: none;
    color: #333; }

/*
.btn-delete {
    @extend .btn-base-icon;
    @include border-gray(1px);
    @include border-radius(4px);
    &:hover {
        @include border-blue(1px);
        box-shadow: $box-shadow; 
    }
    &:active {
        @include border-blue(1px);
        box-shadow: $box-shadow; 
    }
}
*/
.btn-collect {
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .btn-collect:hover {
    color: #e73155;
    background: #fff;
    border: solid 1px #e73155;
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }
  .btn-collect:active {
    color: #e73155;
    background: #fff;
    border: solid 1px #e73155;
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }

.btn-collect-nobox {
  background: none;
  border: none;
  height: auto;
  font-weight: 400; }
  .btn-collect-nobox:before {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    color: #e73155;
    font-family: 'FontAwesome';
    font-size: 2.4rem;
    content: "\f08a";
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  .btn-collect-nobox:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-collect-nobox:hover:before {
      text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff; }
  .btn-collect-nobox.active:before {
    content: "\f004";
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff; }

.favorite-btn:before {
  content: "\f08a";
  font-family: 'FontAwesome';
  font-weight: normal;
  color: #000;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-weight: bold;
  font-size: 1.8rem; }

.favorite-btn:hover {
  border: solid 1px #cccccc; }

.favorite-btn.active:before {
  content: "\f004";
  color: #e73155; }

.slider-btn {
  margin-top: 15px;
  position: relative;
  z-index: 0; }
  .slider-btn:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    border-top: dashed 1px #ccc;
    z-index: 1; }
  .slider-btn div {
    cursor: pointer;
    margin: 0 auto;
    border: solid 1px #ccc;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    font-size: 14px;
    width: 166px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    margin-top: -1px;
    position: relative;
    color: #666;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    outline: none; }
    .slider-btn div i {
      position: absolute;
      right: 18px;
      top: 50%;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .slider-btn div i:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 0px;
        height: 0px;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0.1);
        -webkit-animation: sliderBtnArrowShadow 2s ease-in-out infinite 0s;
        animation: sliderBtnArrowShadow 2s ease-in-out infinite 0s; }
    .slider-btn div:before {
      position: absolute;
      content: '';
      width: 250%;
      height: 100%;
      top: 0px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-box-shadow: 0px -40px 45px 10px #fff;
      box-shadow: 0px -40px 45px 10px #fff; }
    .slider-btn div.active i {
      -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
      transform: translateY(-50%) rotate(-180deg); }
    .slider-btn div.active:before {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .slider-btn div:hover {
      -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }

.product-features .slider-btn div:before {
  -webkit-box-shadow: 0px -40px 45px 10px #f0f0e8;
  box-shadow: 0px -40px 45px 10px #f0f0e8; }

@-webkit-keyframes sliderBtnArrowShadow {
  0% {
    width: 0px;
    height: 0px;
    opacity: 1; }
  100% {
    width: 30px;
    height: 30px;
    opacity: 0; } }

@keyframes sliderBtnArrowShadow {
  0% {
    width: 0px;
    height: 0px;
    opacity: 1; }
  100% {
    width: 30px;
    height: 30px;
    opacity: 0; } }

@media screen and (max-width: 991px) {
  .slider-btn div:hover {
    -webkit-box-shadow: none;
    box-shadow: none; } }

.btn-disabled {
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
  color: #ccc;
  border-color: #ccc;
  background: #ececec;
  cursor: not-allowed !important; }
  .btn-disabled:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #ccc !important; }
  .btn-disabled:focus {
    color: #ccc !important; }

@media screen and (max-width: 991px) {
  .btn-base, .btn-sm-base, .btn-order-sm, .btn-change-sm, .btn-addcart-sm, .btn-addnew-sm, .btn-reload-sm, .btn-select-sm, .btn-import-sm, .btn-switch-sm, .btn-order, ul.st-dropdown-menu-list.header-cart .header-cart-btn a, .btn-change, .login-btn-fb, .login-btn-google, .btn-addcart, .btn-addnew, .btn-reload, .btn-select, .btn-import, .btn-switch {
    height: 40px;
    line-height: 40px; }
  .btn-base-icon, .btn-collect, .btn-collect-nobox {
    height: 40px; }
  .btn-addcart {
    line-height: 36px; }
  .btn-sm-base, .btn-order-sm, .btn-change-sm, .btn-addcart-sm, .btn-addnew-sm, .btn-reload-sm, .btn-select-sm, .btn-import-sm, .btn-switch-sm {
    height: 30px;
    line-height: 26px; }
  .slider-btn div:before {
    width: 100vw; }
  .product-features .slider-btn {
    border-top: none !important; }
    .product-features .slider-btn:before {
      background: #fff; }
    .product-features .slider-btn div:before {
      -webkit-box-shadow: none;
      box-shadow: none; } }

@media screen and (min-width: 320px) and (max-width: 399px) {
  .btn-base, .btn-sm-base, .btn-order-sm, .btn-change-sm, .btn-addcart-sm, .btn-addnew-sm, .btn-reload-sm, .btn-select-sm, .btn-import-sm, .btn-switch-sm, .btn-order, ul.st-dropdown-menu-list.header-cart .header-cart-btn a, .btn-change, .login-btn-fb, .login-btn-google, .btn-addcart, .btn-addnew, .btn-reload, .btn-select, .btn-import, .btn-switch {
    font-size: 1.4rem; } }

.btn-switch, .btn-switch-sm {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #2d7cd1;
  color: #2d7cd1;
  background: #fff;
  border: solid 1px #2d7cd1; }
  .btn-switch:hover, .btn-switch-sm:hover {
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none; }
  .btn-switch.active, .active.btn-switch-sm {
    color: #2d7cd1;
    background: #fff;
    border: solid 1px #2d7cd1;
    color: #fff;
    background: #2d7cd1; }

.width-auto {
  width: auto;
  padding-left: 10px;
  padding-right: 10px; }

.checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0px 0px; }
  .checkbox:last-of-type {
    margin-right: 0px; }
  .checkbox input[type=checkbox] {
    display: none; }
    .checkbox input[type=checkbox] label {
      display: inline-block;
      vertical-align: middle;
      margin: 5px;
      cursor: pointer; }
  .checkbox .checkbox-label {
    position: relative;
    cursor: pointer;
    padding: 0px;
    min-height: 0px; }
    .checkbox .checkbox-label:before {
      content: '';
      width: 18px;
      height: 18px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      background: #fff;
      border: solid 1px #ccc;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin-right: 6px;
      font-size: 1.5rem;
      line-height: 16px; }
    .checkbox .checkbox-label span,
    .checkbox .checkbox-label strong {
      vertical-align: middle;
      width: auto;
      line-height: 22px;
      display: inline-block; }
  .checkbox input[type=checkbox]:checked + .checkbox-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #2d7cd1;
    color: #fff;
    border: solid 1px #2d7cd1; }
  .checkbox.no-info {
    margin: 0px; }
    .checkbox.no-info input[type=checkbox] + .checkbox-label:before {
      margin: 0px; }
  .checkbox.disabled .checkbox-label:before {
    background: #f4f4f4; }
  .checkbox.disabled .checkbox-label span, .checkbox.disabled .checkbox-label strong {
    color: #ccc; }
  .checkbox.disabled input[type=checkbox]:checked + .checkbox-label:before {
    content: '';
    background: #f4f4f4;
    border: solid 1px #ccc; }
  .checkbox + .checkbox {
    margin-top: 0px; }

.radio {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0px 0px; }
  .radio + .radio {
    margin-top: 0px; }
  .radio:last-of-type {
    margin-right: 0px; }
  .radio .radiobox {
    display: none; }
    .radio .radiobox label {
      display: inline-block;
      vertical-align: middle;
      margin: 5px;
      cursor: pointer; }
  .radio .radiobox-label {
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 0;
    cursor: pointer;
    min-height: 0px;
    padding: 0px; }
    .radio .radiobox-label span,
    .radio .radiobox-label strong {
      vertical-align: middle;
      width: auto;
      line-height: 22px;
      display: inline-block; }
    .radio .radiobox-label:before {
      vertical-align: middle;
      text-align: center;
      line-height: 1;
      margin-right: 6px;
      font-family: 'FontAwesome';
      font-size: 2rem;
      display: inline-block;
      content: "\f10c";
      color: #ccc;
      width: 20px;
      border-radius: 100%; }
  .radio .radiobox:checked + .radiobox-label:before {
    content: "\f192";
    color: #2d7cd1; }
  .radio.no-info {
    margin: 0px; }
    .radio.no-info input[type=radio] + .radiobox-label:before {
      margin: 0px; }
  .radio.disabled .radiobox-label:before {
    background: #f4f4f4; }
  .radio.disabled .radiobox-label span, .radio.disabled .radiobox-label strong {
    color: #ccc; }
  .radio.disabled .radiobox:checked + .radiobox-label:before {
    content: "\f10c";
    color: #ccc; }
  .radio.lg .radiobox-label:before {
    font-size: 40px;
    width: 40px; }

@media screen and (max-width: 767px) {
  .radio.lg .radiobox-label:before {
    font-size: 20px;
    width: 20px; } }

.select-style, .select, .select-boder {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px 0 8px;
  color: #555;
  font-size: 1.4rem;
  line-height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff url("../public/img/icon/icon-dropdown.png") no-repeat scroll right center;
  background-size: 18px;
  outline: none; }
  .select-style.disabled, .disabled.select, .disabled.select-boder {
    background-color: #f4f4f4;
    color: #ccc;
    cursor: not-allowed; }

select::-ms-expand {
  display: none; }

.select {
  border-radius: 0px;
  border: none;
  border-bottom: solid 1px #ccc; }
  .select.error {
    background: url("../public/img/icon/icon-dropdown.png") no-repeat scroll right center transparent;
    background-color: #fff8ec;
    background-size: 18px;
    border-bottom: solid 2px #f37370; }

.select-boder {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #ccc;
  display: inline-block; }
  .select-boder.error {
    background-color: #fff8ec;
    border: solid 1px #f37370; }

.input-box-base, .input-box-border {
  position: relative;
  vertical-align: middle;
  margin-bottom: 0px; }
  .input-box-base .input, .input-box-border .input {
    border-radius: 0px;
    border: none;
    border-bottom: solid 1px #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 0px 30px 0px 8px;
    height: 40px; }
    .input-box-base .input::-ms-clear, .input-box-border .input::-ms-clear {
      display: none; }
    .input-box-base .input span, .input-box-border .input span {
      font-size: 1.4rem;
      color: #999;
      line-height: 40px; }
    .input-box-base .input:focus, .input-box-border .input:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-bottom: solid 2px #2d7cd1; }
    .input-box-base .input.error, .input-box-border .input.error {
      background: #fff8ec;
      border-bottom: solid 2px #f37370; }
    .input-box-base .input.disabled, .input-box-border .input.disabled {
      background-color: #f4f4f4;
      color: #ccc;
      cursor: not-allowed; }
    .input-box-base .input.have-data span, .input-box-border .input.have-data span {
      color: #333; }
  .input-box-base.has-icon i, .has-icon.input-box-border i {
    position: absolute;
    font-size: 20px;
    left: 4px;
    top: 10px;
    color: #2d7cd1;
    width: 20px; }
  .input-box-base.has-icon .input, .has-icon.input-box-border .input {
    padding-left: 28px; }
  .input-box-base i.input-del-btn, .input-box-border i.input-del-btn {
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    cursor: pointer;
    color: #999;
    width: 30px;
    text-align: center;
    line-height: 39px;
    font-size: 15px; }
    .input-box-base i.input-del-btn:hover, .input-box-border i.input-del-btn:hover {
      color: #2d7cd1; }

.input-box-border .input {
  border-radius: 4px;
  border: solid 1px #ccc; }
  .input-box-border .input span {
    line-height: 38px; }
  .input-box-border .input.error {
    border: solid 1px #f37370; }
  .input-box-border .input:focus {
    border: solid 1px #2d7cd1; }

.textarea {
  resize: none; }
  .textarea.error {
    background-color: #fff8ec;
    border: solid 1px #f37370; }
  .textarea.disabled {
    background-color: #f4f4f4;
    color: #ccc; }

.input-memo {
  font-size: 1.2rem;
  color: #2d7cd1;
  margin: 2px 0;
  width: 100%;
  overflow: hidden; }

.input-error {
  font-size: 1.2rem;
  color: #f37370;
  margin: 2px 0;
  width: 100%;
  overflow: hidden; }

.area-input > .row {
  margin: 0 -5px; }
  .area-input > .row > div[class^="col-"] {
    padding: 5px 5px; }
    .area-input > .row > div[class^="col-"] > .row {
      margin: -5px -5px; }
      .area-input > .row > div[class^="col-"] > .row > div[class^="col-"] {
        padding: 5px 5px; }

.area-input.st-mark {
  border-left: solid 3px #2d7cd1; }

.area-input .form-label {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 22px;
  text-align: right; }
  .area-input .form-label .required {
    color: #e73155;
    font-size: 2rem;
    margin-right: 3px;
    vertical-align: middle; }
  .area-input .form-label .no-required {
    color: #fff;
    font-size: 2rem;
    margin-right: 3px; }
  .area-input .form-label label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 9px 0px; }
    .area-input .form-label label.has-remark {
      padding: 4px 0px 3px; }
      .area-input .form-label label.has-remark .remark {
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
        margin-top: -5px;
        color: #999; }

.area-input .radio .radiobox-label span,
.area-input .radio .radiobox-label strong {
  padding: 9px 0px; }

.area-input .checkbox .checkbox-label span,
.area-input .checkbox .checkbox-label strong {
  padding: 9px 0px; }

.area-input-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 2px; }

.area-input .quantity-select {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 2px; }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .area-input {
    padding-bottom: 15px; }
    .area-input > .row > div[class^="col-"] {
      padding: 0px 5px; }
    .area-input .form-label {
      font-size: 1.4rem; }
    .area-input .st-alert-warning, .area-input .st-alert-danger, .area-input .st-alert-info, .area-input .st-alert-success {
      font-size: 1.4rem;
      line-height: 20px; }
  .select-style, .select, .select-boder,
  .input-box-base .input, .input-box-border .input,
  .input-box-base .input span, .input-box-border .input span,
  .textarea,
  input[type=text] {
    font-size: 16px; } }

@media screen and (min-width: 320px) and (max-width: 479px) {
  .area-input {
    padding-bottom: 15px; }
    .area-input > .row > div[class^="col-"] {
      padding: 0px 5px; }
    .area-input .form-label {
      font-size: 1.4rem; }
      .area-input .form-label .required {
        font-size: 1.2rem; }
    .area-input .st-alert-warning, .area-input .st-alert-danger, .area-input .st-alert-info, .area-input .st-alert-success {
      font-size: 1.4rem;
      line-height: 20px; }
  .select-style, .select, .select-boder,
  .input-box-base .input, .input-box-border .input,
  .input-box-base .input span, .input-box-border .input span,
  .textarea,
  input[type=text] {
    font-size: 16px; } }

.date-interval > .row > [class^=col]:nth-of-type(1):after {
  content: '~';
  position: absolute;
  top: 11px;
  right: -5px; }

@media screen and (max-width: 991px) {
  .date-interval > .row > [class^=col]:nth-of-type(1) {
    margin-bottom: 30px; }
    .date-interval > .row > [class^=col]:nth-of-type(1):after {
      top: 45px;
      right: 50%;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } }

.modal-base .date-interval > .row > [class^=col] .st-calendar-area.many-days {
  width: 560px; }
  .modal-base .date-interval > .row > [class^=col] .st-calendar-area.many-days .date-list-day {
    font-size: 12px; }

.modal-base .date-interval > .row > [class^=col]:nth-of-type(1) .st-calendar-area.many-days {
  right: auto;
  left: -70px; }
  .modal-base .date-interval > .row > [class^=col]:nth-of-type(1) .st-calendar-area.many-days:before, .modal-base .date-interval > .row > [class^=col]:nth-of-type(1) .st-calendar-area.many-days:after {
    left: 86px; }

.modal-base .date-interval > .row > [class^=col]:nth-of-type(2) .st-calendar-area.many-days {
  right: 10px; }
  .modal-base .date-interval > .row > [class^=col]:nth-of-type(2) .st-calendar-area.many-days:before, .modal-base .date-interval > .row > [class^=col]:nth-of-type(2) .st-calendar-area.many-days:after {
    left: 333px; }

.code-number-input [class*=input-box] {
  max-width: 240px; }
  .code-number-input [class*=input-box] .input input {
    border: none;
    padding: 0px;
    height: 100%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    border-bottom: none;
    background: none; }
  .code-number-input [class*=input-box] .input span {
    vertical-align: middle; }

.code-number-input-info {
  display: inline-block;
  vertical-align: top; }

.code-number-input-card-type {
  display: inline-block;
  vertical-align: middle; }
  .code-number-input-card-type img {
    height: 40px;
    padding: 8px 5px; }

.code-number-input-bank-name {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0px; }

@media screen and (max-width: 767px) {
  .code-number-input [class*=input-box] {
    max-width: none; }
  .code-number-input-info {
    display: block; } }

.expiry-date [class*=input-box],
.security-code [class*=input-box] {
  max-width: 105px;
  display: inline-block;
  vertical-align: top; }

.expiry-date-prompt,
.security-code-prompt {
  display: inline-block;
  vertical-align: top; }
  .expiry-date-prompt > img,
  .security-code-prompt > img {
    height: 40px;
    padding: 8px 5px; }

[data-id2*=expiry-date-tooltip] .tooltip-inner {
  max-width: none; }

@media screen and (max-width: 479px) {
  [data-id2*=expiry-date-tooltip] .tooltip-inner {
    padding: 10px !important; }
    [data-id2*=expiry-date-tooltip] .tooltip-inner img {
      width: 125px; } }

.search-input > .row {
  margin: 0px -5px;
  font-size: 0px; }
  .search-input > .row > [class*='col-'] {
    padding: 0px 5px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px; }

.icon-base, .icon-tag, .icon-pencil, .icon-briefcase, .icon-search, .icon-filter, .icon-bookmark {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-style: normal;
  border: solid 2px #fbb949; }
  .icon-base:before, .icon-tag:before, .icon-pencil:before, .icon-briefcase:before, .icon-search:before, .icon-filter:before, .icon-bookmark:before {
    width: 32px;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    color: #fbb949;
    font-family: 'FontAwesome';
    font-size: 1.8rem; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tag.disable {
  border-color: #ccc; }
  .icon-tag.disable:before {
    color: #ccc; }

.icon-pencil:before {
  content: "\f040"; }

.icon-pencil.disable {
  border-color: #ccc; }
  .icon-pencil.disable:before {
    color: #ccc; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-briefcase.disable {
  border-color: #ccc; }
  .icon-briefcase.disable:before {
    color: #ccc; }

.icon-search:before {
  content: "\f002"; }

.icon-search.disable {
  border-color: #ccc; }
  .icon-search.disable:before {
    color: #ccc; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-filter.disable {
  border-color: #ccc; }
  .icon-filter.disable:before {
    color: #ccc; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-bookmark.disable {
  border-color: #ccc; }
  .icon-bookmark.disable:before {
    color: #ccc; }

@media screen and (min-width: 320px) and (max-width: 479px) {
  .btn-collect-nobox {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); } }

/*
//tag
.tag-base {
    padding: 8px 10px;
    margin: 5px;
    font-size: $font-s;
    font-weight: normal;
    display: inline-block;
}

.tag-blue {
    @extend .tag-base;
    color: $color-white;
    background: $color-primary;
    i {
        font-size: $font-s;
        margin-right: 5px;
    }
    &-sm{
        @extend .tag-base;
        color: $color-white;
        background: $color-primary;
        padding: 4px 15px 5px 15px;
        border-radius: 15px;
    }
}
.tag-blue-border {
    @extend .tag-base;
    color: $color-primary;
    background: $color-white;
    border: $border-solid $border-width $color-primary;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (min-width: 480px) and (max-width: 767px) {
}
*/
.login {
  color: #000;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 360px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 15px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 200;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.35);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  .login-bg {
    position: fixed;
    z-index: 150;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .login-other-link {
    padding: 10px 0px; }
  .login .btn-base, .login .btn-sm-base, .login .btn-order-sm, .login .btn-change-sm, .login .btn-addcart-sm, .login .btn-addnew-sm, .login .btn-reload-sm, .login .btn-select-sm, .login .btn-import-sm, .login .btn-switch-sm, .login .btn-order, .login ul.st-dropdown-menu-list.header-cart .header-cart-btn a, ul.st-dropdown-menu-list.header-cart .header-cart-btn .login a, .login .btn-change, .login .login-btn-fb, .login .login-btn-google, .login .btn-addcart, .login .btn-addnew, .login .btn-reload, .login .btn-select, .login .btn-import, .login .btn-switch {
    margin-left: 0px;
    margin-right: 0px; }
  .login .input-box-base, .login .input-box-border {
    margin: 7px 0px; }

.close-btn {
  position: absolute;
  cursor: pointer;
  text-align: center;
  width: 40px;
  top: 10px;
  right: 2px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 22px;
  color: #666; }
  .close-btn i {
    line-height: 40px; }
  .close-btn:hover {
    color: #2d7cd1; }

.login-btn-fb, .login-btn-google {
  text-decoration: none;
  cursor: pointer;
  margin: 5px 5px;
  position: relative; }
  .login-btn-fb i, .login-btn-google i {
    position: absolute;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    width: 23px;
    line-height: 23px;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .login-btn-fb span, .login-btn-google span {
    vertical-align: middle; }
  .login-btn-fb:hover, .login-btn-google:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }

.login-btn-fb {
  background: #3B5998; }
  .login-btn-fb i {
    color: #3B5998; }

.login-btn-google {
  background: #DD4B39; }
  .login-btn-google i {
    color: #DD4B39; }

.login-remark {
  display: block;
  text-align: left;
  text-indent: -9px;
  padding: 7px 5px 0px 14px;
  font-size: 1.4rem; }

.not-member-info {
  border-top: solid 1px #e6e6e6;
  margin: 15px 0px 0px;
  padding: 5px 0px 0px; }
  .not-member-info-tit {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0px; }
  .not-member-info .login-remark {
    text-indent: 0px;
    padding: 0px;
    margin: 10px 0px; }

@media (max-width: 480px) {
  .login {
    width: 100%; } }

@media (max-height: 610px) {
  .login.not-member {
    top: 0px;
    overflow-y: scroll;
    height: 100%;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%); } }

@media (max-height: 470px) {
  .login {
    top: 0px;
    overflow-y: scroll;
    height: 100%;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%); } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  header:before {
    content: '';
    height: 51px;
    display: block; } }

@media screen and (min-width: 320px) and (max-width: 479px) {
  header:before {
    content: '';
    height: 51px;
    display: block; } }

.header-top {
  background: #2d7cd1;
  min-height: 5px; }
  .header-top ul {
    margin: 0px;
    padding: 0px; }
    .header-top ul li {
      list-style: none;
      float: left;
      color: #fff;
      border-left: solid 1px rgba(255, 255, 255, 0.3);
      padding: 0px;
      position: relative; }
      .header-top ul li > a {
        color: #fff;
        font-size: 1.4rem;
        line-height: 26px;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        display: inline-block;
        vertical-align: middle;
        padding: 0px 12px; }
      .header-top ul li:hover > a {
        background: #fff;
        color: #000; }
      .header-top ul li:last-of-type {
        border-right: solid 1px rgba(255, 255, 255, 0.25); }
      .header-top ul li.header-top-login:hover a {
        background: none;
        color: #fff; }
      .header-top ul li.header-top-login a:hover {
        background: #fff;
        color: #000; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .container {
    padding: 0px; } }

.header-bottom {
  background: #fff;
  border: none;
  border-bottom: solid 1px #e0e0e0;
  border-radius: 0px;
  margin: 0px; }
  .header-bottom .container .navbar-header .logo {
    height: auto;
    padding: 0px;
    margin: 16px 0px; }
    .header-bottom .container .navbar-header .logo img {
      width: 194px; }
  .header-bottom .container .navbar-collapse {
    padding: 0px; }
    .header-bottom .container .navbar-collapse ul {
      margin: 0px; }
      .header-bottom .container .navbar-collapse ul li {
        position: relative; }
        .header-bottom .container .navbar-collapse ul li > a {
          text-decoration: none;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all;
          display: block;
          text-align: center;
          padding: 10px 0px;
          width: 104px;
          color: #004ea2;
          font-size: 16px;
          line-height: 16px;
          font-weight: bold; }
          .header-bottom .container .navbar-collapse ul li > a i {
            width: 60px;
            height: 27px;
            background: url(../public/img/icon/navIcons.png);
            display: block;
            margin: 0 auto 5px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            .header-bottom .container .navbar-collapse ul li > a i.nav-icon-gfg {
              background-position: -16px -10px; }
            .header-bottom .container .navbar-collapse ul li > a i.nav-icon-tour {
              background-position: -120px -10px; }
            .header-bottom .container .navbar-collapse ul li > a i.nav-icon-fit {
              background-position: -224px -10px; }
            .header-bottom .container .navbar-collapse ul li > a i.nav-icon-htl {
              background-position: -16px -55px; }
            .header-bottom .container .navbar-collapse ul li > a i.nav-icon-gdg {
              background-position: -120px -55px; }
            .header-bottom .container .navbar-collapse ul li > a i.nav-icon-hdp {
              background-position: -224px -55px; }
            .header-bottom .container .navbar-collapse ul li > a i.nav-icon-tkt {
              background-position: -16px -103px; }
            .header-bottom .container .navbar-collapse ul li > a i.nav-icon-khh {
              background-position: -120px -103px; }
            .header-bottom .container .navbar-collapse ul li > a i.nav-icon-txg {
              background-position: -224px -103px; }
          .header-bottom .container .navbar-collapse ul li > a:hover {
            background: rgba(45, 124, 209, 0.1); }
        .header-bottom .container .navbar-collapse ul li.other a {
          background: #f1f0e8; }
          .header-bottom .container .navbar-collapse ul li.other a:hover {
            background: rgba(45, 124, 209, 0.1); }
        .header-bottom .container .navbar-collapse ul li.menu-btn {
          /*
                            &:hover .header-slider-menu {
                                display: block;
                            }
                            */ }
          .header-bottom .container .navbar-collapse ul li.menu-btn > a {
            position: relative; }
            .header-bottom .container .navbar-collapse ul li.menu-btn > a .header-cart-quantity {
              position: absolute;
              top: 14px;
              right: -10px;
              display: none; }
          .header-bottom .container .navbar-collapse ul li.menu-btn i {
            padding: 4px 0px 0px 20px; }

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header-bottom .container .navbar-collapse ul li > a {
    width: 90px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom .container .navbar-collapse ul li > a {
    width: 73px;
    font-size: 15px;
    letter-spacing: -1px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom .container {
    padding-right: 0px; }
    .header-bottom .container .navbar-header .logo {
      margin: 0px;
      padding: 19px 0px; }
      .header-bottom .container .navbar-header .logo img {
        width: 152px; }
    .header-bottom .container .navbar-collapse ul li > a {
      width: 80px;
      font-size: 15px; }
      .header-bottom .container .navbar-collapse ul li > a i {
        height: 24px;
        background-size: 256px; }
        .header-bottom .container .navbar-collapse ul li > a i.nav-icon-gfg {
          background-position: -9px -8px; }
        .header-bottom .container .navbar-collapse ul li > a i.nav-icon-tour {
          background-position: -99px -8px; }
        .header-bottom .container .navbar-collapse ul li > a i.nav-icon-fit {
          background-position: -187px -8px; }
        .header-bottom .container .navbar-collapse ul li > a i.nav-icon-htl {
          background-position: -9px -45px; }
        .header-bottom .container .navbar-collapse ul li > a i.nav-icon-gdg {
          background-position: -99px -45px; }
        .header-bottom .container .navbar-collapse ul li > a i.nav-icon-hdp {
          background-position: -187px -45px; }
        .header-bottom .container .navbar-collapse ul li > a i.nav-icon-tkt {
          background-position: -9px -87px; }
        .header-bottom .container .navbar-collapse ul li > a i.nav-icon-khh {
          background-position: -99px -87px; }
        .header-bottom .container .navbar-collapse ul li > a i.nav-icon-txg {
          background-position: -187px -87px; }
  /*
    .nav > li.nav-table-none {
        display: none;
    }
    */ }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .header-bottom {
    border-top: solid 5px #2d7cd1;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3; }
    .header-bottom .container {
      padding: 0px;
      position: relative; }
      .header-bottom .container .navbar-header {
        float: none;
        margin: 0px; }
        .header-bottom .container .navbar-header .logo {
          float: none;
          margin: 0 auto;
          display: block;
          width: 128px;
          padding: 11px 0px; }
          .header-bottom .container .navbar-header .logo img {
            width: 128px; }
      .header-bottom .container .navbar-collapse {
        margin: 0px;
        border: none; }
        .header-bottom .container .navbar-collapse ul li {
          display: none; }
          .header-bottom .container .navbar-collapse ul li.menu-btn {
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            border-right: solid 1px #e0e0e0; }
            .header-bottom .container .navbar-collapse ul li.menu-btn > a {
              width: 49px;
              font-size: 0px;
              line-height: 0px;
              padding: 11px 0px; }
              .header-bottom .container .navbar-collapse ul li.menu-btn > a .header-cart-quantity {
                display: block; }
              .header-bottom .container .navbar-collapse ul li.menu-btn > a i {
                width: auto;
                height: 24px;
                padding: 4px 0px 0px 15px;
                margin: 0px; } }

@media screen and (min-width: 320px) and (max-width: 479px) {
  .header-bottom {
    border-top: solid 5px #2d7cd1;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3; }
    .header-bottom .container {
      padding: 0px;
      position: relative; }
      .header-bottom .container .navbar-header {
        float: none;
        margin: 0px; }
        .header-bottom .container .navbar-header .logo {
          float: none;
          margin: 0 auto;
          display: block;
          width: 128px;
          padding: 11px 0px; }
          .header-bottom .container .navbar-header .logo img {
            width: 128px; }
      .header-bottom .container .navbar-collapse {
        margin: 0px;
        border: none; }
        .header-bottom .container .navbar-collapse ul li {
          display: none; }
          .header-bottom .container .navbar-collapse ul li.menu-btn {
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            border-right: solid 1px #e0e0e0; }
            .header-bottom .container .navbar-collapse ul li.menu-btn > a {
              width: 49px;
              font-size: 0px;
              line-height: 0px;
              padding: 11px 0px; }
              .header-bottom .container .navbar-collapse ul li.menu-btn > a .header-cart-quantity {
                display: block; }
              .header-bottom .container .navbar-collapse ul li.menu-btn > a i {
                width: auto;
                height: 24px;
                padding: 4px 0px 0px 15px;
                margin: 0px; } }

.mega-sub-menu {
  display: none;
  position: absolute;
  width: 1150px;
  top: 100%;
  right: 0px;
  z-index: 3;
  border-top: solid 4px #004ea2;
  background: #fff;
  -webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 17px 15px 28px; }
  .mega-sub-menu-list {
    float: left;
    width: 100%;
    padding-right: 395px; }
    .mega-sub-menu-list-area {
      padding-bottom: 8px; }
      .mega-sub-menu-list-area-tit {
        font-size: 22px;
        font-weight: bold;
        color: #004ea2;
        border-bottom: solid 1px #004ea2;
        padding: 8px 0px;
        margin: 0px 0px 7px; }
      .mega-sub-menu-list-area .row {
        margin: 0px -7px; }
        .mega-sub-menu-list-area .row > div {
          padding: 0px 7px; }
    .mega-sub-menu-list-link a {
      display: block;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      text-decoration: none;
      font-size: 15px;
      line-height: 21px;
      color: #545454;
      padding: 3px 3px;
      letter-spacing: -1px; }
      .mega-sub-menu-list-link a:hover {
        color: #2d7cd1; }
  .mega-sub-menu-ad {
    float: right;
    margin-left: -100%;
    width: 360px; }
  .mega-sub-menu-item-tit {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding: 4px 0px;
    color: #000; }
    .mega-sub-menu-item-tit a {
      color: #000;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      text-decoration: none;
      display: block; }
      .mega-sub-menu-item-tit a:hover {
        color: #2d7cd1; }
  .mega-sub-menu:after {
    content: '';
    display: block;
    clear: both; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-sub-menu {
    width: 760px;
    padding: 15px 24px; }
    .mega-sub-menu-list {
      padding: 0px; }
    .mega-sub-menu-ad {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mega-sub-menu {
    width: 760px;
    padding: 15px 24px; }
    .mega-sub-menu-list {
      padding: 0px; }
    .mega-sub-menu-ad {
      display: none; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .mega-sub-menu {
    position: fixed;
    right: auto;
    left: 0px;
    top: 51px;
    width: 100%;
    height: calc(100% - 51px);
    overflow-y: scroll;
    padding: 0px; }
    .mega-sub-menu-list {
      padding: 0px; }
      .mega-sub-menu-list .row {
        margin: 0px; }
      .mega-sub-menu-list-area {
        padding: 0px;
        border-top: solid 5px #f0f0e8;
        margin: 0px -15px; }
        .mega-sub-menu-list-area-tit {
          display: none; }
        .mega-sub-menu-list-area .row > div {
          padding: 0px; }
      .mega-sub-menu-list-link {
        display: none; }
        .mega-sub-menu-list-link a {
          font-size: 16px;
          line-height: 22px;
          border-bottom: dashed 1px #e0e0e0;
          padding: 13px 15px; }
          .mega-sub-menu-list-link a:last-of-type {
            border-bottom: solid 1px #e0e0e0; }
    .mega-sub-menu-ad {
      display: none; }
    .mega-sub-menu-item-tit {
      border-bottom: solid 1px #e0e0e0;
      font-size: 18px;
      padding: 13px 15px; }
      .mega-sub-menu-item-tit.has-link {
        position: relative; }
        .mega-sub-menu-item-tit.has-link:after {
          position: absolute;
          right: 15px;
          content: "\f107";
          font-family: FontAwesome;
          font-weight: normal;
          font-size: 26px;
          color: #999;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
        .mega-sub-menu-item-tit.has-link.active:after {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); } }

@media screen and (min-width: 320px) and (max-width: 479px) {
  .mega-sub-menu {
    position: fixed;
    right: auto;
    left: 0px;
    top: 51px;
    width: 100%;
    height: calc(100% - 51px);
    overflow-y: scroll;
    padding: 0px; }
    .mega-sub-menu-list {
      padding: 0px; }
      .mega-sub-menu-list .row {
        margin: 0px; }
      .mega-sub-menu-list-area {
        padding: 0px;
        border-top: solid 5px #f0f0e8;
        margin: 0px -15px; }
        .mega-sub-menu-list-area-tit {
          display: none; }
        .mega-sub-menu-list-area .row > div {
          padding: 0px; }
      .mega-sub-menu-list-link {
        display: none; }
        .mega-sub-menu-list-link a {
          font-size: 16px;
          line-height: 22px;
          border-bottom: dashed 1px #e0e0e0;
          padding: 13px 15px; }
          .mega-sub-menu-list-link a:last-of-type {
            border-bottom: solid 1px #e0e0e0; }
    .mega-sub-menu-ad {
      display: none; }
    .mega-sub-menu-item-tit {
      border-bottom: solid 1px #e0e0e0;
      font-size: 18px;
      padding: 13px 15px; }
      .mega-sub-menu-item-tit.has-link {
        position: relative; }
        .mega-sub-menu-item-tit.has-link:after {
          position: absolute;
          right: 15px;
          content: "\f107";
          font-family: FontAwesome;
          font-weight: normal;
          font-size: 26px;
          color: #999;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
        .mega-sub-menu-item-tit.has-link.active:after {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); } }

.mobile-header-right-link {
  display: inline-block;
  vertical-align: middle;
  border-left: solid 1px #e0e0e0;
  height: 100%; }
  .mobile-header-right-link-area {
    font-size: 0px;
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%; }
  .mobile-header-right-link a {
    display: block;
    font-size: 18px;
    color: #666;
    width: 40px;
    height: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 0px 0px; }

.cart-header-login {
  font-size: 0px;
  text-align: right;
  padding: 20px 0px;
  margin-right: -10px; }
  .cart-header-login-icon {
    display: inline-block;
    vertical-align: middle;
    color: #004ea2;
    font-size: 25px;
    line-height: 25px; }
  .cart-header-login-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 24px;
    padding: 0px 10px;
    border-right: solid 1px #e6e6e6; }
    .cart-header-login-link:last-of-type {
      border: none; }
    .cart-header-login-link a {
      font-weight: bold;
      color: #004ea2; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cart-header-login {
    margin: 0px;
    padding-right: 15px;
    padding: 19px 15px 19px 0px; } }

.announcement {
  background: #fbd649; }
  .announcement .container {
    position: relative; }
  .announcement p,
  .announcement marquee {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0px;
    padding-right: 40px;
    display: block; }
  .announcement i {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 2rem;
    color: #000;
    cursor: pointer;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .announcement i:hover {
      color: #004ea2; }
  .announcement-no-close p,
  .announcement-no-close marquee {
    padding-right: 0px; }

.announcement-pin:before {
  content: '';
  display: block;
  height: 36px; }

.announcement-pin .announcement {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 3; }

@media screen and (max-width: 1440px) {
  .announcement p {
    padding-right: 20px; }
  .announcement-no-close p {
    padding-right: 0px; } }

@media screen and (max-width: 991px) {
  .announcement p,
  .announcement marquee {
    font-size: 15px;
    line-height: 21px; } }

@media screen and (max-width: 767px) {
  .announcement-pin .announcement {
    top: 51px; } }

.menu-btn > a {
  display: block;
  text-align: center; }
  .menu-btn > a i {
    position: relative;
    background: none !important;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 19px;
    height: 20px;
    margin: 0 auto;
    padding: 4px 0px 0px; }
    .menu-btn > a i span {
      width: 19px;
      height: 2px;
      background: #004ea2;
      display: block;
      margin: 2px 0px;
      -webkit-transition: 0.8s ease all;
      -o-transition: 0.8s ease all;
      transition: 0.8s ease all; }
      .menu-btn > a i span:nth-of-type(3) {
        width: 10px; }
      .menu-btn > a i span:nth-of-type(4), .menu-btn > a i span:nth-of-type(5) {
        opacity: 0;
        position: absolute;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        top: 8px; }
  .menu-btn > a.active {
    background: #004ea2 !important;
    color: #fff !important; }
    .menu-btn > a.active span {
      background: #fff;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .menu-btn > a.active span:nth-of-type(1), .menu-btn > a.active span:nth-of-type(2), .menu-btn > a.active span:nth-of-type(3) {
        opacity: 0; }
      .menu-btn > a.active span:nth-of-type(4), .menu-btn > a.active span:nth-of-type(5) {
        opacity: 1; }
      .menu-btn > a.active span:nth-of-type(4) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .menu-btn > a.active span:nth-of-type(5) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.header-cart-quantity {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  border-radius: 7px;
  background: #e73155;
  padding: 0px 4px;
  margin-left: 4px;
  margin: -3px 0px 0px 4px; }
  .header-cart-quantity.show-time {
    -webkit-animation: showQuantity 0.5s ease-in-out 0s;
    animation: showQuantity 0.5s ease-in-out 0s; }

@-webkit-keyframes showQuantity {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes showQuantity {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Scss Document */
.top-btn {
  position: fixed;
  right: 20px;
  bottom: 160px;
  z-index: 2;
  opacity: 0;
  visibility: hidden; }
  .top-btn a {
    color: #666;
    background: #fff;
    border: solid 1px #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #999;
    line-height: 1.3;
    z-index: 2;
    text-decoration: none;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .top-btn a span {
      font-size: 1.2rem;
      display: block; }
    .top-btn a:hover {
      -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }
  .top-btn.animation-fadeInUp {
    visibility: visible; }

@media screen and (max-width: 991px) {
  .top-btn {
    right: 10px;
    bottom: 60px; } }

@media screen and (max-width: 767px) {
  .top-btn {
    display: none; } }

.allience {
  text-align: center;
  padding: 12px 0;
  background: #fff;
  margin: 0 -25px; }
  .allience ul {
    display: inline-block;
    list-style: none;
    padding-top: 12px; }
    .allience ul li {
      margin-bottom: -50px;
      padding: 12px 0;
      float: left; }
      .allience ul li a {
        margin-right: 15px;
        position: relative;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        background: url("../public/img/logo/footerLogos.png") no-repeat; }
        .allience ul li a.f-logo1 {
          width: 50px;
          height: 35px;
          background-position: 0px 0px; }
        .allience ul li a.f-logo2 {
          width: 24px;
          height: 44px;
          background-position: 0px -48px; }
        .allience ul li a.f-logo3 {
          width: 39px;
          height: 26px;
          background-position: 0px -110px; }
        .allience ul li a.f-logo4 {
          width: 36px;
          height: 28px;
          background-position: 0px -166px; }
        .allience ul li a.f-logo5 {
          width: 45px;
          height: 30px;
          background-position: 0px -224px; }
        .allience ul li a.f-logo6 {
          width: 37px;
          height: 33px;
          background-position: -4px -289px; }
        .allience ul li a.f-logo7 {
          width: 29px;
          height: 29px;
          background-position: -2px -347px; }
        .allience ul li a.f-logo8 {
          width: 33px;
          height: 42px;
          background-position: -7px -398px; }
        .allience ul li a.f-logo9 {
          width: 47px;
          height: 42px;
          background-position: -2px -458px; }
        .allience ul li a.f-logo10 {
          width: 278px;
          height: 30px;
          background-position: -1px -522px; }
        .allience ul li a.f-logo11 {
          width: 165px;
          height: 19px;
          background-position: -2px -571px; }

footer {
  padding: 27px 0;
  background: #312a31; }
  footer.has-pin {
    padding-bottom: 77px; }

.footer-link {
  background: #2d7cd1; }
  .footer-link ul {
    min-height: 5px;
    margin: 0;
    list-style: none; }
    .footer-link ul li {
      float: left;
      display: inline-block;
      text-align: center;
      width: 12.5%; }
      .footer-link ul li a {
        color: #fff;
        font-size: 1.5rem;
        line-height: 46px;
        text-decoration: none;
        display: block;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
        .footer-link ul li a:hover {
          text-shadow: 1px 1px #000; }

.footer-logo {
  width: 198px;
  padding: 11px 0 0 15px; }

.footer-phone {
  display: inline-block;
  line-height: 60px; }
  .footer-phone span:nth-child(1) {
    color: #fff;
    font-size: 1.8rem; }
  .footer-phone span:nth-child(2) {
    color: #fbb949;
    font-size: 2.88rem; }
  .footer-phone span:nth-child(3) {
    color: #fbb949;
    font-size: 1.8rem; }

.footer-info {
  text-align: right;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8; }

@media screen and (max-width: 1199px) {
  .footer-logo {
    width: 198px;
    padding: 11px 0 0 0;
    margin: auto; }
  .footer-phone {
    width: 120%; } }

@media screen and (max-width: 991px) {
  .allience {
    padding: 12px 0;
    margin: 0 -25px; }
    .allience ul {
      padding-top: 12px;
      padding-left: 0; }
      .allience ul li {
        padding: 12px 0; }
        .allience ul li a {
          margin-right: 6px;
          background-size: 306px 514px; }
          .allience ul li a.f-logo1 {
            width: 42.5px;
            height: 29.75px;
            background-position: 0px 0px; }
          .allience ul li a.f-logo2 {
            width: 20.4px;
            height: 37.4px;
            background-position: 0px -40px; }
          .allience ul li a.f-logo3 {
            width: 33.15px;
            height: 22.1px;
            background-position: 0px -93px; }
          .allience ul li a.f-logo4 {
            width: 30.6px;
            height: 23.8px;
            background-position: 0px -141px; }
          .allience ul li a.f-logo5 {
            width: 38.25px;
            height: 25.5px;
            background-position: 0px -190px; }
          .allience ul li a.f-logo6 {
            width: 31.45px;
            height: 28.05px;
            background-position: -3px -245px; }
          .allience ul li a.f-logo7 {
            width: 24.65px;
            height: 24.65px;
            background-position: -2px -294px; }
          .allience ul li a.f-logo8 {
            width: 28.05px;
            height: 35.7px;
            background-position: -5px -338px; }
          .allience ul li a.f-logo9 {
            width: 39.95px;
            height: 35.7px;
            background-position: -2px -389px; }
          .allience ul li a.f-logo10 {
            width: 236.3px;
            height: 25.5px;
            background-position: -1px -443px; }
          .allience ul li a.f-logo11 {
            width: 140.25px;
            height: 16.15px;
            background-position: -1px -485px; }
  .footer-link ul {
    padding-left: 0; }
    .footer-link ul li {
      width: 12.2%; }
      .footer-link ul li a {
        font-size: 1.4rem;
        line-height: 46px; }
  .footer-logo {
    width: 198px;
    padding: 0;
    margin: auto; }
  .footer-phone {
    display: block;
    line-height: 45px;
    text-align: center;
    width: auto; }
  .footer-info {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .allience {
    display: none; }
  .footer-link ul li {
    display: none; }
    .footer-link ul li a {
      font-size: 1.5rem; } }

@media screen and (max-width: 479px) {
  .footer-link ul {
    height: 5px; }
    .footer-link ul li a {
      font-size: 0; } }

@media screen and (min-width: 320px) and (max-width: 399px) {
  .footer-phone {
    line-height: 60px; }
    .footer-phone span:nth-child(1) {
      color: #fff;
      font-size: 1.5rem; }
    .footer-phone span:nth-child(2) {
      color: #fbb949;
      font-size: 2rem; }
    .footer-phone span:nth-child(3) {
      color: #fbb949;
      font-size: 1.5rem; } }

.progress-bar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: transparent;
  z-index: 4;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .progress-bar div {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: 100%;
    width: 0%;
    position: relative;
    border-radius: 0px 0px 10px 0px;
    background: #2d7cd1;
    background: -moz-linear-gradient(left, #2d7cd1 47%, #004ea2 100%);
    background: -webkit-linear-gradient(left, #2d7cd1 47%, #004ea2 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(47%, #2d7cd1), to(#004ea2));
    background: -o-linear-gradient(left, #2d7cd1 47%, #004ea2 100%);
    background: linear-gradient(to right, #2d7cd1 47%, #004ea2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7cd1', endColorstr='#004ea2',GradientType=1 ); }
    .progress-bar div span {
      width: 50px;
      height: 100%;
      position: absolute;
      top: 0px;
      right: 0px;
      border-radius: 25%;
      background: #004ea2;
      background: -moz-linear-gradient(left, #004ea2 0%, #e73155 100%);
      background: -webkit-linear-gradient(left, #004ea2 0%, #e73155 100%);
      background: -webkit-gradient(linear, left top, right top, from(#004ea2), to(#e73155));
      background: -o-linear-gradient(left, #004ea2 0%, #e73155 100%);
      background: linear-gradient(to right, #004ea2 0%, #e73155 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea2', endColorstr='#e73155',GradientType=1 ); }

@-webkit-keyframes loadingAnimation {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  10% {
    opacity: 1;
    -webkit-transform: scale(1.5) rotate(-45deg);
    transform: scale(1.5) rotate(-45deg);
    width: 15px;
    height: 30px; }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }

@keyframes loadingAnimation {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  10% {
    opacity: 1;
    -webkit-transform: scale(1.5) rotate(-45deg);
    transform: scale(1.5) rotate(-45deg);
    width: 15px;
    height: 30px; }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }

@-webkit-keyframes loadingAnimation_2 {
  0% {
    -webkit-transform: translateX(50%) translateY(-50%) rotate(50deg);
    transform: translateX(50%) translateY(-50%) rotate(50deg);
    opacity: 1;
    width: 15px; }
  100% {
    -webkit-transform: translateX(50%) translateY(-50%) rotate(410deg);
    transform: translateX(50%) translateY(-50%) rotate(410deg); } }

@keyframes loadingAnimation_2 {
  0% {
    -webkit-transform: translateX(50%) translateY(-50%) rotate(50deg);
    transform: translateX(50%) translateY(-50%) rotate(50deg);
    opacity: 1;
    width: 15px; }
  100% {
    -webkit-transform: translateX(50%) translateY(-50%) rotate(410deg);
    transform: translateX(50%) translateY(-50%) rotate(410deg); } }

@-webkit-keyframes loadingBg {
  0% {
    opacity: 0.8;
    width: 0%;
    height: 0%; }
  100% {
    opacity: 0;
    width: 150%;
    height: 150%; } }

@keyframes loadingBg {
  0% {
    opacity: 0.8;
    width: 0%;
    height: 0%; }
  100% {
    opacity: 0;
    width: 150%;
    height: 150%; } }

.loading-align {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  pointer-events: none; }
  .loading-align-area {
    position: relative;
    min-height: 120px;
    background: rgba(255, 255, 255, 0.65); }
    .loading-align-area .loading-circle {
      -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
      transform: scale(0.2); }
    .loading-align-area.full-screen {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      z-index: 1052; }
    .loading-align-area.cover {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .loading-align-area.cover .loading-bar, .loading-align-area.cover .whiteBtn-loading .btn-loading-bar, .whiteBtn-loading .loading-align-area.cover .btn-loading-bar {
        -webkit-box-shadow: 0px 0px 12px 0px #fbb949;
        box-shadow: 0px 0px 12px 0px #fbb949; }
  .loading-align.has-text .loading-circle {
    top: -14px; }
  .loading-align.has-text .loading-align-text {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 56%; }

.btn-loading-align {
  position: relative;
  width: 100%;
  height: 100%; }
  .btn-loading-align .loading-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.12);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.12);
    transform: translateX(-50%) translateY(-50%) scale(0.12); }
    .btn-loading-align .loading-circle .btn-loading-bar {
      background: #fff; }

.loading-circle {
  position: relative;
  background: none;
  width: 200px;
  height: 200px; }
  .loading-circle:before, .loading-circle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100%;
    -webkit-animation: loadingBg 3s ease-in-out infinite 0s;
    animation: loadingBg 3s ease-in-out infinite 0s;
    background: #fbd649;
    background: #eee;
    z-index: 0; }
  .loading-circle:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

.loading-bar, .whiteBtn-loading .btn-loading-bar,
.btn-loading-bar {
  position: absolute;
  background: #fbb949;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 5px #fff;
  box-shadow: 0px 0px 5px #fff;
  opacity: 0.1; }
  .loading-bar:nth-of-type(7), .whiteBtn-loading .btn-loading-bar:nth-of-type(7),
  .btn-loading-bar:nth-of-type(7) {
    right: 9%;
    top: 5%;
    background: #e73155; }
  .loading-bar:nth-of-type(6), .whiteBtn-loading .btn-loading-bar:nth-of-type(6),
  .btn-loading-bar:nth-of-type(6) {
    right: 26%;
    top: 9%;
    background: #e73155; }
  .loading-bar:nth-of-type(5), .whiteBtn-loading .btn-loading-bar:nth-of-type(5),
  .btn-loading-bar:nth-of-type(5) {
    right: 39%;
    top: 21%;
    background: #e73155; }
  .loading-bar:nth-of-type(4), .whiteBtn-loading .btn-loading-bar:nth-of-type(4),
  .btn-loading-bar:nth-of-type(4) {
    right: 45%;
    top: 39%;
    background: #004ea2; }
  .loading-bar:nth-of-type(3), .whiteBtn-loading .btn-loading-bar:nth-of-type(3),
  .btn-loading-bar:nth-of-type(3) {
    right: 49.5%;
    top: 58%;
    background: #004ea2; }
  .loading-bar:nth-of-type(2), .whiteBtn-loading .btn-loading-bar:nth-of-type(2),
  .btn-loading-bar:nth-of-type(2) {
    right: 59%;
    top: 74%;
    background: #004ea2; }
  .loading-bar:nth-of-type(1), .whiteBtn-loading .btn-loading-bar:nth-of-type(1),
  .btn-loading-bar:nth-of-type(1) {
    right: 76.5%;
    top: 80%;
    background: #004ea2; }

.loading-bar:nth-of-type(1), .whiteBtn-loading .btn-loading-bar:nth-of-type(1),
.btn-loading-bar:nth-of-type(1) {
  -webkit-animation: loadingAnimation 2s ease infinite;
  animation: loadingAnimation 2s ease infinite;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s; }

.loading-bar:nth-of-type(2), .whiteBtn-loading .btn-loading-bar:nth-of-type(2),
.btn-loading-bar:nth-of-type(2) {
  -webkit-animation: loadingAnimation 2s ease infinite;
  animation: loadingAnimation 2s ease infinite;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.loading-bar:nth-of-type(3), .whiteBtn-loading .btn-loading-bar:nth-of-type(3),
.btn-loading-bar:nth-of-type(3) {
  -webkit-animation: loadingAnimation 2s ease infinite;
  animation: loadingAnimation 2s ease infinite;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s; }

.loading-bar:nth-of-type(4), .whiteBtn-loading .btn-loading-bar:nth-of-type(4),
.btn-loading-bar:nth-of-type(4) {
  -webkit-animation: loadingAnimation 2s ease infinite;
  animation: loadingAnimation 2s ease infinite;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.loading-bar:nth-of-type(5), .whiteBtn-loading .btn-loading-bar:nth-of-type(5),
.btn-loading-bar:nth-of-type(5) {
  -webkit-animation: loadingAnimation 2s ease infinite;
  animation: loadingAnimation 2s ease infinite;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s; }

.loading-bar:nth-of-type(6), .whiteBtn-loading .btn-loading-bar:nth-of-type(6),
.btn-loading-bar:nth-of-type(6) {
  -webkit-animation: loadingAnimation 2s ease infinite;
  animation: loadingAnimation 2s ease infinite;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.loading-bar:nth-of-type(7), .whiteBtn-loading .btn-loading-bar:nth-of-type(7),
.btn-loading-bar:nth-of-type(7) {
  -webkit-animation: loadingAnimation 2s ease infinite;
  animation: loadingAnimation 2s ease infinite;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s; }

.loading-bar:nth-of-type(8), .whiteBtn-loading .btn-loading-bar:nth-of-type(8),
.btn-loading-bar:nth-of-type(8) {
  background: #e73155;
  -webkit-transform-origin: 57% 449%;
  -ms-transform-origin: 57% 449%;
  transform-origin: 57% 449%;
  top: 0%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(0deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(0deg);
  transform: translateX(50%) translateY(-50%) rotate(0deg);
  opacity: 0;
  -webkit-animation: loadingAnimation_2 2s ease infinite;
  animation: loadingAnimation_2 2s ease infinite;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.loading-bar:nth-of-type(9), .whiteBtn-loading .btn-loading-bar:nth-of-type(9),
.btn-loading-bar:nth-of-type(9) {
  background: #e73155;
  -webkit-transform-origin: 57% 449%;
  -ms-transform-origin: 57% 449%;
  transform-origin: 57% 449%;
  top: 0%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(0deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(0deg);
  transform: translateX(50%) translateY(-50%) rotate(0deg);
  opacity: 0;
  -webkit-animation: loadingAnimation_2 2s ease infinite;
  animation: loadingAnimation_2 2s ease infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.loading-bar:nth-of-type(10), .whiteBtn-loading .btn-loading-bar:nth-of-type(10),
.btn-loading-bar:nth-of-type(10) {
  background: #e73155;
  -webkit-transform-origin: 57% 449%;
  -ms-transform-origin: 57% 449%;
  transform-origin: 57% 449%;
  top: 0%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(0deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(0deg);
  transform: translateX(50%) translateY(-50%) rotate(0deg);
  opacity: 0;
  -webkit-animation: loadingAnimation_2 2s ease infinite;
  animation: loadingAnimation_2 2s ease infinite;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.loading-bar:nth-of-type(11), .whiteBtn-loading .btn-loading-bar:nth-of-type(11),
.btn-loading-bar:nth-of-type(11) {
  background: #e73155;
  -webkit-transform-origin: 57% 449%;
  -ms-transform-origin: 57% 449%;
  transform-origin: 57% 449%;
  top: 0%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(0deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(0deg);
  transform: translateX(50%) translateY(-50%) rotate(0deg);
  opacity: 0;
  -webkit-animation: loadingAnimation_2 2s ease infinite;
  animation: loadingAnimation_2 2s ease infinite;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.loading-bar:nth-of-type(12), .whiteBtn-loading .btn-loading-bar:nth-of-type(12),
.btn-loading-bar:nth-of-type(12) {
  background: #e73155;
  -webkit-transform-origin: 57% 449%;
  -ms-transform-origin: 57% 449%;
  transform-origin: 57% 449%;
  top: 0%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(0deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(0deg);
  transform: translateX(50%) translateY(-50%) rotate(0deg);
  opacity: 0;
  -webkit-animation: loadingAnimation_2 2s ease infinite;
  animation: loadingAnimation_2 2s ease infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.st-dropdown-menu:hover ul.st-dropdown-menu-list {
  display: block; }

ul.st-dropdown-menu-list {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0px;
  background: #fff;
  -webkit-box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.35);
  z-index: 4;
  display: none;
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
  margin: 0px;
  padding: 0px; }
  ul.st-dropdown-menu-list > li {
    border: none;
    border-bottom: solid 1px #e6e6e6;
    float: none;
    list-style: none; }
    ul.st-dropdown-menu-list > li > a {
      padding: 9px 8px;
      color: #000;
      text-decoration: none;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      display: block;
      text-align: center;
      font-size: 14px;
      line-height: 20px; }
      ul.st-dropdown-menu-list > li > a:hover {
        background: #f0f0e8; }

.st-dropdown-menu:hover ul.st-dropdown-menu-list.header-cart {
  position: absolute;
  right: 0px;
  left: auto; }

ul.st-dropdown-menu-list.header-cart {
  width: 324px;
  overflow: hidden;
  position: fixed;
  right: auto;
  left: -2000px;
  display: block; }
  ul.st-dropdown-menu-list.header-cart > li {
    padding: 14px 18px;
    border-bottom: solid 1px #e6e6e6;
    position: relative;
    font-size: 15px;
    line-height: 21px; }
    ul.st-dropdown-menu-list.header-cart > li:nth-of-type(2n+0) {
      background: rgba(240, 240, 232, 0.3); }
    ul.st-dropdown-menu-list.header-cart > li.scroll-bar {
      overflow-y: scroll;
      max-height: 330px; }
  ul.st-dropdown-menu-list.header-cart ul.st-dropdown-menu-list.header-cart {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: -14px -18px;
    width: auto; }
  ul.st-dropdown-menu-list.header-cart .header-cart-tit {
    color: #000;
    font-weight: bold;
    text-align: center; }
    ul.st-dropdown-menu-list.header-cart .header-cart-tit a {
      color: #000;
      text-decoration: none;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      padding-right: 50px;
      min-height: 32px;
      display: block;
      text-align: left; }
      ul.st-dropdown-menu-list.header-cart .header-cart-tit a:hover {
        color: #2d7cd1; }
  ul.st-dropdown-menu-list.header-cart .header-cart-del {
    position: absolute;
    right: 18px;
    top: 14px;
    font-weight: 300; }
    ul.st-dropdown-menu-list.header-cart .header-cart-del i {
      cursor: pointer;
      font-size: 18px;
      line-height: 30px;
      color: #2d7cd1;
      border-radius: 4px;
      border: solid 1px;
      width: 34px;
      height: 32px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      ul.st-dropdown-menu-list.header-cart .header-cart-del i:hover {
        -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); }
  ul.st-dropdown-menu-list.header-cart .header-cart-detail {
    padding: 7px 0px 0px;
    color: #666; }
    ul.st-dropdown-menu-list.header-cart .header-cart-detail .none {
      color: #ccc; }
    ul.st-dropdown-menu-list.header-cart .header-cart-detail .text-right {
      padding-left: 0px; }
  ul.st-dropdown-menu-list.header-cart .header-cart-btn {
    padding: 11px 14px;
    background: #f0f0e8 !important; }
    ul.st-dropdown-menu-list.header-cart .header-cart-btn a {
      text-decoration: none; }
  ul.st-dropdown-menu-list.header-cart .header-cart-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.7) !important;
    z-index: 10; }

/*************
    父層加class="has-tootip"
    tootip的定位個別設定
*************/
.has-tooltip {
  position: relative;
  cursor: help; }
  .has-tooltip:hover .st-tooltip, .has-tooltip:hover #st-tooltip .tooltip-inner, #st-tooltip .has-tooltip:hover .tooltip-inner, .has-tooltip:hover
  [data-id~=st-tooltip] .tooltip-inner,
  [data-id~=st-tooltip] .has-tooltip:hover .tooltip-inner, .has-tooltip:hover
  [id~=st-tooltip] .tooltip-inner,
  [id~=st-tooltip] .has-tooltip:hover .tooltip-inner {
    opacity: 1;
    z-index: 1;
    visibility: visible; }

a.has-tooltip .st-tooltip, a.has-tooltip #st-tooltip .tooltip-inner, #st-tooltip a.has-tooltip .tooltip-inner, a.has-tooltip
[data-id~=st-tooltip] .tooltip-inner,
[data-id~=st-tooltip] a.has-tooltip .tooltip-inner, a.has-tooltip
[id~=st-tooltip] .tooltip-inner,
[id~=st-tooltip] a.has-tooltip .tooltip-inner {
  color: #222;
  text-decoration: none; }

.st-tooltip, #st-tooltip .tooltip-inner,
[data-id~=st-tooltip] .tooltip-inner,
[id~=st-tooltip] .tooltip-inner {
  position: absolute;
  background: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 10px 25px;
  font-size: 15px;
  line-height: 21px;
  -webkit-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  opacity: 0;
  visibility: hidden;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .st-tooltip .close-btn, #st-tooltip .tooltip-inner .close-btn,
  [data-id~=st-tooltip] .tooltip-inner .close-btn,
  [id~=st-tooltip] .tooltip-inner .close-btn {
    width: 25px;
    top: 0px;
    right: 0px; }
    .st-tooltip .close-btn i, #st-tooltip .tooltip-inner .close-btn i,
    [data-id~=st-tooltip] .tooltip-inner .close-btn i,
    [id~=st-tooltip] .tooltip-inner .close-btn i {
      font-size: 15px;
      line-height: 25px; }
  .st-tooltip:before, #st-tooltip .tooltip-inner:before,
  [data-id~=st-tooltip] .tooltip-inner:before,
  [id~=st-tooltip] .tooltip-inner:before, .st-tooltip:after, #st-tooltip .tooltip-inner:after,
  [data-id~=st-tooltip] .tooltip-inner:after,
  [id~=st-tooltip] .tooltip-inner:after {
    content: '';
    position: absolute;
    left: 50%; }
  .st-tooltip:before, #st-tooltip .tooltip-inner:before,
  [data-id~=st-tooltip] .tooltip-inner:before,
  [id~=st-tooltip] .tooltip-inner:before {
    border-top: solid 9px #d5d5d5;
    border-left: solid 9px rgba(255, 255, 255, 0);
    border-right: solid 9px rgba(255, 255, 255, 0);
    bottom: -9px;
    margin-left: -9px; }
  .st-tooltip:after, #st-tooltip .tooltip-inner:after,
  [data-id~=st-tooltip] .tooltip-inner:after,
  [id~=st-tooltip] .tooltip-inner:after {
    border-top: solid 8px #fff;
    border-left: solid 8px rgba(255, 255, 255, 0);
    border-right: solid 8px rgba(255, 255, 255, 0);
    bottom: -8px;
    margin-left: -8px; }
  .st-tooltip p:last-of-type, #st-tooltip .tooltip-inner p:last-of-type,
  [data-id~=st-tooltip] .tooltip-inner p:last-of-type,
  [id~=st-tooltip] .tooltip-inner p:last-of-type {
    margin-bottom: 0px; }
  .st-tooltip ul, #st-tooltip .tooltip-inner ul,
  [data-id~=st-tooltip] .tooltip-inner ul,
  [id~=st-tooltip] .tooltip-inner ul,
  .st-tooltip ol, #st-tooltip .tooltip-inner ol,
  [data-id~=st-tooltip] .tooltip-inner ol,
  [id~=st-tooltip] .tooltip-inner ol {
    padding-left: 17px; }
    .st-tooltip ul:last-of-type, #st-tooltip .tooltip-inner ul:last-of-type,
    [data-id~=st-tooltip] .tooltip-inner ul:last-of-type,
    [id~=st-tooltip] .tooltip-inner ul:last-of-type,
    .st-tooltip ol:last-of-type, #st-tooltip .tooltip-inner ol:last-of-type,
    [data-id~=st-tooltip] .tooltip-inner ol:last-of-type,
    [id~=st-tooltip] .tooltip-inner ol:last-of-type {
      margin-bottom: 0px; }

.tooltip-arrow-up:before {
  bottom: auto;
  top: -9px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.tooltip-arrow-up:after {
  bottom: auto;
  top: -8px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.tooltip-arrow-left:before, .tooltip-arrow-left:after {
  bottom: 50%;
  left: auto;
  margin-left: 0px; }

.tooltip-arrow-left:before {
  border-top: solid 9px rgba(255, 255, 255, 0);
  border-bottom: solid 9px rgba(255, 255, 255, 0);
  border-left: solid 9px #d5d5d5;
  border-right: solid 0px rgba(255, 255, 255, 0);
  right: -9px;
  margin-bottom: -9px; }

.tooltip-arrow-left:after {
  border-top: solid 8px rgba(255, 255, 255, 0);
  border-bottom: solid 8px rgba(255, 255, 255, 0);
  border-left: solid 8px #fff;
  border-right: solid 0px rgba(255, 255, 255, 0);
  right: -8px;
  margin-bottom: -8px; }

.tooltip-arrow-right:before, .tooltip-arrow-right:after {
  bottom: 50%;
  margin-left: 0px; }

.tooltip-arrow-right:before {
  border-top: solid 9px rgba(255, 255, 255, 0);
  border-bottom: solid 9px rgba(255, 255, 255, 0);
  border-right: solid 9px #d5d5d5;
  border-left: solid 0px rgba(255, 255, 255, 0);
  left: -9px;
  margin-bottom: -9px; }

.tooltip-arrow-right:after {
  border-top: solid 8px rgba(255, 255, 255, 0);
  border-bottom: solid 8px rgba(255, 255, 255, 0);
  border-right: solid 8px #fff;
  border-left: solid 0px rgba(255, 255, 255, 0);
  left: -8px;
  margin-bottom: -8px; }

#st-tooltip,
[data-id~=st-tooltip],
[id~=st-tooltip] {
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif; }
  #st-tooltip.in,
  [data-id~=st-tooltip].in,
  [id~=st-tooltip].in {
    opacity: 1; }
  #st-tooltip .tooltip-arrow,
  [data-id~=st-tooltip] .tooltip-arrow,
  [id~=st-tooltip] .tooltip-arrow {
    z-index: 1; }
  #st-tooltip .tooltip-inner,
  [data-id~=st-tooltip] .tooltip-inner,
  [id~=st-tooltip] .tooltip-inner {
    position: relative;
    opacity: 1;
    visibility: visible;
    color: #333; }
    #st-tooltip .tooltip-inner:before, #st-tooltip .tooltip-inner:after,
    [data-id~=st-tooltip] .tooltip-inner:before,
    [data-id~=st-tooltip] .tooltip-inner:after,
    [id~=st-tooltip] .tooltip-inner:before,
    [id~=st-tooltip] .tooltip-inner:after {
      display: none; }
  #st-tooltip.top, #st-tooltip.bottom,
  [data-id~=st-tooltip].top,
  [data-id~=st-tooltip].bottom,
  [id~=st-tooltip].top,
  [id~=st-tooltip].bottom {
    padding: 9px 0px; }
  #st-tooltip.left, #st-tooltip.right,
  [data-id~=st-tooltip].left,
  [data-id~=st-tooltip].right,
  [id~=st-tooltip].left,
  [id~=st-tooltip].right {
    padding: 0px 9px; }
  #st-tooltip.top .tooltip-arrow,
  [data-id~=st-tooltip].top .tooltip-arrow,
  [id~=st-tooltip].top .tooltip-arrow {
    border-top-color: #fff;
    border-width: 10px 9px 0px; }
  #st-tooltip.bottom .tooltip-arrow,
  [data-id~=st-tooltip].bottom .tooltip-arrow,
  [id~=st-tooltip].bottom .tooltip-arrow {
    border-bottom-color: #fff;
    border-width: 0px 9px 10px; }
  #st-tooltip.bottom .tooltip-inner,
  [data-id~=st-tooltip].bottom .tooltip-inner,
  [id~=st-tooltip].bottom .tooltip-inner {
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2); }
  #st-tooltip.left .tooltip-arrow,
  [data-id~=st-tooltip].left .tooltip-arrow,
  [id~=st-tooltip].left .tooltip-arrow {
    border-left-color: #fff;
    border-width: 9px 0px 9px 10px;
    margin-top: -9px; }
  #st-tooltip.left .tooltip-inner,
  [data-id~=st-tooltip].left .tooltip-inner,
  [id~=st-tooltip].left .tooltip-inner {
    -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2); }
  #st-tooltip.right .tooltip-arrow,
  [data-id~=st-tooltip].right .tooltip-arrow,
  [id~=st-tooltip].right .tooltip-arrow {
    border-right-color: #fff;
    border-width: 9px 10px 9px 0px;
    margin-top: -9px; }
  #st-tooltip.right .tooltip-inner,
  [data-id~=st-tooltip].right .tooltip-inner,
  [id~=st-tooltip].right .tooltip-inner {
    -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 991px) {
  .has-tooltip {
    cursor: pointer; } }

.st-alert-warning, .st-alert-danger, .st-alert-info, .st-alert-success {
  background: #fff;
  border: solid 2px #fbb949;
  padding: 8px 9px 8px 38px;
  margin: 10px 0;
  border-radius: 4px;
  line-height: 22px;
  font-size: 1.5rem;
  color: #666;
  position: relative; }
  .st-alert-warning > i, .st-alert-danger > i, .st-alert-info > i, .st-alert-success > i {
    font-size: 2.4rem;
    color: #fbb949;
    position: absolute;
    top: 7px;
    left: 9px; }
  .st-alert-warning > span, .st-alert-danger > span, .st-alert-info > span, .st-alert-success > span {
    vertical-align: middle; }
  .st-alert-warning ul, .st-alert-danger ul, .st-alert-info ul, .st-alert-success ul,
  .st-alert-warning ol, .st-alert-danger ol, .st-alert-info ol, .st-alert-success ol {
    padding-left: 21px; }
    .st-alert-warning ul:last-of-type, .st-alert-danger ul:last-of-type, .st-alert-info ul:last-of-type, .st-alert-success ul:last-of-type,
    .st-alert-warning ol:last-of-type, .st-alert-danger ol:last-of-type, .st-alert-info ol:last-of-type, .st-alert-success ol:last-of-type {
      margin-bottom: 0px; }

.st-list-group-item-warning {
  font-size: 15px;
  line-height: 21px;
  padding: 10px 15px;
  background: rgba(251, 214, 73, 0.16);
  margin: 10px 0px; }

.st-alert-danger {
  color: #e73155;
  background: #fff;
  border: solid 2px #e73155;
  color: #666; }
  .st-alert-danger i {
    color: #e73155; }

.st-alert-info {
  color: #2d7cd1;
  background: #fff;
  border: solid 2px #2d7cd1;
  color: #666; }
  .st-alert-info i {
    color: #2d7cd1; }

.st-alert-success {
  color: #2fb570;
  background: #fff;
  border: solid 2px #2fb570;
  color: #666; }
  .st-alert-success i {
    color: #2fb570; }

.popup {
  position: fixed;
  z-index: 1051;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }
  .popup-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
    .popup-bg + .popup-content {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 320px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .popup-content .popup-icon {
      text-align: center;
      font-size: 50px;
      line-height: 50px;
      color: #2d7cd1;
      padding: 0px 0px 20px; }
      .popup-content .popup-icon .loading-align-area {
        min-height: 50px; }
    .popup-content .popup-text {
      font-size: 14px;
      line-height: 20px;
      text-align: center; }
      .popup-content .popup-text strong {
        font-size: 18px;
        line-height: 24px; }
    .popup-content .popup-btn {
      text-align: center;
      padding: 20px 0px 0px; }
      .popup-content .popup-btn input {
        max-width: 160px; }
      .popup-content .popup-btn .row {
        margin: 0px -5px; }
        .popup-content .popup-btn .row [class*=col] {
          padding-left: 5px;
          padding-right: 5px; }

.tag {
  font-size: 12px;
  line-height: 18px;
  border: solid 1px;
  padding: 1px 8px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  outline: none; }
  .tag.red {
    color: #e73155; }
  .tag.blue {
    color: #2d7cd1; }
  .tag.gray {
    color: #999; }
  .tag.gray-darker {
    color: #666;
    border-color: #ccc; }
  .tag.gray-darker-2 {
    color: #666;
    border-color: #666; }
  .tag.yellow {
    color: #fbb949; }
  .tag.lg {
    font-size: 15px;
    line-height: 21px;
    padding: 3px 15px; }
  .tag.solid {
    color: #fff;
    border: none; }
    .tag.solid.red {
      background: #e73155; }
    .tag.solid.blue {
      background: #2d7cd1; }
    .tag.solid.gray {
      background: #e6e6e6;
      color: #333; }
    .tag.solid.yellow {
      background: #fbd649;
      color: #333; }
      .tag.solid.yellow i.fa-star {
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); }
    .tag.solid.golden {
      background: #986a1b;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #986a1b 0%, #f2f1b3 50%, #986a1b 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #986a1b 0%, #f2f1b3 50%, #986a1b 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-linear-gradient(315deg, #986a1b 0%, #f2f1b3 50%, #986a1b 100%);
      background: -o-linear-gradient(315deg, #986a1b 0%, #f2f1b3 50%, #986a1b 100%);
      background: linear-gradient(135deg, #986a1b 0%, #f2f1b3 50%, #986a1b 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#986a1b', endColorstr='#986a1b', GradientType=1);
      /* IE6-9 fallback on horizontal gradient */
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }
  .tag.no-border {
    border: transparent; }
  .tag.has-tooltip .st-tooltip, .tag.has-tooltip #st-tooltip .tooltip-inner, #st-tooltip .tag.has-tooltip .tooltip-inner, .tag.has-tooltip
  [data-id~=st-tooltip] .tooltip-inner,
  [data-id~=st-tooltip] .tag.has-tooltip .tooltip-inner, .tag.has-tooltip
  [id~=st-tooltip] .tooltip-inner,
  [id~=st-tooltip] .tag.has-tooltip .tooltip-inner {
    bottom: 32px;
    width: 300px;
    left: 0px;
    text-align: left;
    color: #333; }
    .tag.has-tooltip .st-tooltip:before, .tag.has-tooltip #st-tooltip .tooltip-inner:before, #st-tooltip .tag.has-tooltip .tooltip-inner:before, .tag.has-tooltip
    [data-id~=st-tooltip] .tooltip-inner:before,
    [data-id~=st-tooltip] .tag.has-tooltip .tooltip-inner:before, .tag.has-tooltip
    [id~=st-tooltip] .tooltip-inner:before,
    [id~=st-tooltip] .tag.has-tooltip .tooltip-inner:before, .tag.has-tooltip .st-tooltip:after, .tag.has-tooltip #st-tooltip .tooltip-inner:after, #st-tooltip .tag.has-tooltip .tooltip-inner:after, .tag.has-tooltip
    [data-id~=st-tooltip] .tooltip-inner:after,
    [data-id~=st-tooltip] .tag.has-tooltip .tooltip-inner:after, .tag.has-tooltip
    [id~=st-tooltip] .tooltip-inner:after,
    [id~=st-tooltip] .tag.has-tooltip .tooltip-inner:after {
      left: 13px; }

#tag-has-tooltip,
[data-id2~=tag-has-tooltip],
[id~=tag-has-tooltip] {
  width: 300px; }
  #tag-has-tooltip .tooltip-inner,
  [data-id2~=tag-has-tooltip] .tooltip-inner,
  [id~=tag-has-tooltip] .tooltip-inner {
    text-align: left;
    max-width: 100%; }
    #tag-has-tooltip .tooltip-inner:before, #tag-has-tooltip .tooltip-inner:after,
    [data-id2~=tag-has-tooltip] .tooltip-inner:before,
    [data-id2~=tag-has-tooltip] .tooltip-inner:after,
    [id~=tag-has-tooltip] .tooltip-inner:before,
    [id~=tag-has-tooltip] .tooltip-inner:after {
      left: 13px; }

.tit-xs {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  padding: 0px 20px 5px;
  border-bottom: solid 1px #e6e6e6; }
  .tit-xs i {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #2d7cd1;
    font-size: 20px; }
  .tit-xs span, .tit-xs strong {
    display: inline-block;
    vertical-align: middle; }
  .tit-xs-remark {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin: 5px 0px; }

.tit-s {
  font-size: 2.4rem;
  font-weight: bold; }
  .tit-s-remark {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin: 5px 0px;
    font-weight: normal; }

.tit-m {
  font-size: 2.52rem;
  font-weight: bold;
  color: #2d7cd1; }
  .tit-m > i {
    width: 27px;
    height: 27px;
    font-size: 16px;
    color: #fbb949;
    border-radius: 100%;
    border: solid 2px #fbb949;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 23px;
    vertical-align: middle;
    margin-right: 10px;
    margin-right: 6px; }
    .tit-m > i.disable {
      color: #ccc;
      border-color: #ccc; }
  .tit-m strong {
    vertical-align: middle; }
  .tit-m .remark {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    color: #333;
    font-size: 15px;
    line-height: 21px;
    margin: 3px 0px;
    letter-spacing: -0.5px; }
    .tit-m .remark span {
      display: inline-block; }
  .tit-m a.remark {
    color: #2d7cd1; }
    .tit-m a.remark:hover, .tit-m a.remark:focus {
      color: #3d4c98; }

.tit-lg {
  font-size: 3.2rem;
  font-weight: bold;
  color: #2d7cd1;
  padding: 10px 0px; }
  .tit-lg.disable {
    color: #ccc; }
  .tit-lg i {
    width: 33px;
    height: 33px;
    font-size: 18px;
    color: #fbb949;
    border-radius: 100%;
    border: solid 2px #fbb949;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 29px;
    vertical-align: middle;
    margin-right: 10px; }
    .tit-lg i.disable {
      color: #ccc;
      border-color: #ccc; }
  .tit-lg strong {
    vertical-align: middle; }
  .tit-lg.tit-lg-line {
    position: relative;
    padding: 30px 0px; }
    .tit-lg.tit-lg-line div {
      position: relative;
      background: #fff;
      display: inline-block;
      padding: 0px 17px; }
    .tit-lg.tit-lg-line:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      top: 50%;
      left: 0px;
      background: #e6e6e6; }

@media screen and (max-width: 991px) {
  .tit-s {
    font-size: 2rem; }
  .tit-m .remark.pull-right .st-tooltip, .tit-m .remark.pull-right #st-tooltip .tooltip-inner, #st-tooltip .tit-m .remark.pull-right .tooltip-inner, .tit-m .remark.pull-right
  [data-id~=st-tooltip] .tooltip-inner,
  [data-id~=st-tooltip] .tit-m .remark.pull-right .tooltip-inner, .tit-m .remark.pull-right
  [id~=st-tooltip] .tooltip-inner,
  [id~=st-tooltip] .tit-m .remark.pull-right .tooltip-inner {
    -webkit-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    transform: translateX(-220px); }
    .tit-m .remark.pull-right .st-tooltip:before, .tit-m .remark.pull-right #st-tooltip .tooltip-inner:before, #st-tooltip .tit-m .remark.pull-right .tooltip-inner:before, .tit-m .remark.pull-right
    [data-id~=st-tooltip] .tooltip-inner:before,
    [data-id~=st-tooltip] .tit-m .remark.pull-right .tooltip-inner:before, .tit-m .remark.pull-right
    [id~=st-tooltip] .tooltip-inner:before,
    [id~=st-tooltip] .tit-m .remark.pull-right .tooltip-inner:before, .tit-m .remark.pull-right .st-tooltip:after, .tit-m .remark.pull-right #st-tooltip .tooltip-inner:after, #st-tooltip .tit-m .remark.pull-right .tooltip-inner:after, .tit-m .remark.pull-right
    [data-id~=st-tooltip] .tooltip-inner:after,
    [data-id~=st-tooltip] .tit-m .remark.pull-right .tooltip-inner:after, .tit-m .remark.pull-right
    [id~=st-tooltip] .tooltip-inner:after,
    [id~=st-tooltip] .tit-m .remark.pull-right .tooltip-inner:after {
      left: 256px; } }

@media screen and (max-width: 479px) {
  .tit-m {
    font-size: 22px; }
    .tit-m i {
      width: 24px;
      height: 24px;
      line-height: 20px;
      margin-right: 5px;
      margin-top: -4px; }
  .tit-lg {
    padding: 10px 0px;
    font-size: 24px; }
    .tit-lg:before {
      -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
      transform: translateY(7px); }
    .tit-lg i {
      margin-right: 5px;
      width: 28px;
      height: 28px;
      font-size: 16px;
      line-height: 24px;
      margin-top: -4px; }
    .tit-lg.tit-lg-line {
      padding: 30px 0px 15px; } }

.list-title {
  padding: 5px 15px;
  margin: 4px 0 10px;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: solid 2px #e6e6e6;
  position: relative; }
  .list-title span,
  .list-title strong {
    display: inline-block;
    vertical-align: middle; }
  .list-title.type2 {
    font-size: 2rem;
    line-height: 26px;
    color: #2d7cd1;
    border-bottom-color: #888;
    margin-bottom: 0px;
    font-weight: bold; }
  .list-title.type3 {
    border-bottom: solid 2px #888; }
    .list-title.type3 .info {
      color: #2d7cd1;
      margin: 0 5px;
      letter-spacing: -0.2px; }
  .list-title .order-check {
    display: inline-block;
    margin: 0 10px; }
    .list-title .order-check span {
      font-size: 1.5rem;
      font-weight: bold; }
  .list-title .list-title-btn {
    width: 90px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    margin-top: -6px; }
  .list-title-remark {
    font-size: 15px;
    line-height: 21px;
    color: #666;
    padding-left: 15px;
    font-weight: 300; }
  .list-title.has-order-btn span {
    float: left; }
  .list-title.has-order-btn span.list-title-remark {
    padding-top: 2px; }
  .list-title.has-order-btn .order-btn {
    float: right;
    font-weight: 300; }
    .list-title.has-order-btn .order-btn a {
      padding: 3px 0px;
      margin: 0px; }
  .list-title.no-border {
    border: none;
    padding-left: 0px;
    padding-right: 0px; }

@media screen and (max-width: 1400px) {
  .list-title.type3 .info {
    font-size: 1.4rem; } }

@media screen and (max-width: 1199px) {
  .list-title {
    font-size: 1.5rem;
    margin: 10px 0; }
    .list-title .list-title-btn {
      margin-top: -10px; }
    .list-title.type3 .info {
      font-size: 1.5rem; } }

@media screen and (max-width: 991px) {
  .list-title {
    padding: 5px 0; }
    .list-title .list-title-btn {
      margin-top: -6px; }
    .list-title.type2 {
      text-align: center; }
      .list-title.type2 span.list-title-remark {
        display: block;
        margin: 10px 0px 5px;
        padding-left: 0px; }
    .list-title .order-check {
      float: right; }
    .list-title.has-order-btn span {
      float: none; }
    .list-title.has-order-btn span.list-title-remark {
      padding-top: 0px; }
    .list-title.has-order-btn .order-btn {
      float: none;
      text-align: center;
      display: block; }
      .list-title.has-order-btn .order-btn a {
        padding: 8px 0px;
        display: block; } }

@media screen and (max-width: 767px) {
  .list-title.type3 span {
    display: block; }
  .list-title .order-check span {
    font-size: 1.5rem; }
  .list-title span.list-title-remark {
    padding-left: 0px;
    display: block;
    margin: 10px 0px 5px; } }

@media screen and (max-width: 479px) {
  .list-title {
    padding: 10px 0; }
    .list-title.type2.sm {
      font-size: 16px;
      line-height: 22px;
      padding: 5px 0px; }
    .list-title.type3 .list-title-btn {
      top: 0px; }
    .list-title .list-title-btn {
      width: 80px;
      height: 40px;
      line-height: 38px;
      margin-top: 0px;
      position: relative;
      top: -8px; } }

.ticket-result {
  background: #f0f0e8;
  padding: 5px 15px;
  margin: 5px 0;
  position: relative; }
  .ticket-result span,
  .ticket-result strong {
    vertical-align: middle; }
  .ticket-result .tit {
    font-size: 2rem;
    line-height: 26px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
    .ticket-result .tit a {
      color: #222;
      text-decoration: none; }
      .ticket-result .tit a:hover {
        color: #3d4c98;
        text-decoration: underline; }
    .ticket-result .tit span,
    .ticket-result .tit strong {
      vertical-align: middle; }
    .ticket-result .tit .tag {
      vertical-align: middle; }
  .ticket-result .result-count {
    color: #666;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle; }
  .ticket-result .order-btn {
    position: absolute;
    top: 0px;
    right: 0px; }
    .ticket-result .order-btn + .tit {
      padding-right: 84px; }
  .ticket-result.type2 {
    margin: 0px;
    padding: 10px 15px; }
    .ticket-result.type2 .tit {
      line-height: 26px; }
    .ticket-result.type2 .order-btn {
      top: 5px; }

@media screen and (max-width: 767px) {
  .ticket-result .tit {
    font-size: 1.8rem;
    line-height: 24px; }
  .ticket-result .order-btn + .tit {
    padding-top: 6px;
    padding-bottom: 6px; }
  .ticket-result.type2 {
    padding: 10px 12px; } }

.body-fixed {
  position: fixed;
  width: 100%; }

.modal-dialog {
  width: 700px; }

.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 4px; }

.modal-header {
  color: #2d7cd1;
  text-align: center;
  border-bottom: solid 1px #e6e6e6;
  position: relative;
  padding: 14px 10px; }
  .modal-header .close-btn {
    top: 6px;
    right: 6px;
    margin: 0px;
    opacity: 1;
    float: none; }

.modal-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  padding: 0px 40px; }

.modal-body {
  position: relative;
  padding: 0px; }
  .modal-body .container-fluid {
    padding: 0px; }

.modal-base, .modal-bottom {
  float: none;
  padding: 0px 25px;
  width: auto; }

.modal-base {
  border-right: solid 1px #e6e6e6;
  margin: 15px 0px;
  max-height: 500px;
  min-height: 80px;
  overflow: hidden;
  overflow-y: auto; }
  .modal-base .area-input > .row > div[class^="col-"] {
    padding-right: 4px; }

.modal-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px #e6e6e6; }
  .modal-bottom > .row {
    margin: 0px -5px;
    font-size: 0px; }
    .modal-bottom > .row div[class*="col"] {
      padding: 0px 5px;
      display: inline-block;
      font-size: 14px;
      vertical-align: middle;
      float: none; }
  .modal-bottom [class*=btn-] {
    height: 40px;
    line-height: 40px; }

@media screen and (max-width: 991px) {
  .modal-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0px;
    top: 0px;
    left: 0px; }
  .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0px; }
  .modal-body {
    height: calc(100vh - 57px);
    padding: 0px; }
    .modal-body.no-btn .modal-base {
      height: calc(100vh - 82px); }
  .modal-base {
    width: auto;
    border: none;
    padding: 0px 25px;
    max-height: none;
    height: calc(100vh - 133px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px; }
    .modal-base > div {
      margin: 0px;
      padding: 0px;
      padding-bottom: 61px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
  .modal-bottom {
    position: fixed;
    width: 100%;
    bottom: 0px;
    right: 0px;
    border-top: solid 1px #e6e6e6;
    padding: 10px 25px;
    background: #fff; }
    .modal-bottom > .row {
      margin: 0px -15px; }
      .modal-bottom > .row div[class*="col"] {
        padding: 0px 15px; } }

@media screen and (max-width: 767px) {
  .modal-body.no-btn .modal-base {
    height: calc(100vh - 72px); }
  .modal-base {
    overflow-y: scroll; }
  .modal-bottom {
    z-index: 1; }
    .modal-bottom > .row {
      margin: 0px -5px; }
      .modal-bottom > .row div[class*="col"] {
        padding: 0px 5px; } }

@media screen and (max-width: 479px) {
  .modal-header {
    padding: 12px 10px; }
    .modal-header .close-btn {
      top: 2px; }
  .modal-title {
    font-size: 16px;
    line-height: 22px; }
  .modal-body {
    height: calc(100vh - 47px); }
  .modal-base {
    padding: 0px 15px;
    height: calc(100vh - 123px); }
  .modal-bottom {
    padding: 10px 15px; } }

@media screen and (max-width: 767px) {
  .re-write .form-label {
    text-align: left;
    line-height: 24px; } }

@media screen and (max-width: 479px) {
  .re-write .form-label label {
    padding: 0px; } }

.modal-dialog.type2 .modal-title {
  text-align: left;
  padding-left: 15px; }

@media screen and (min-width: 992px) {
  .modal-dialog.type2 {
    width: 977px; }
    .modal-dialog.type2 .modal-title {
      font-size: 20px;
      line-height: 26px; }
    .modal-dialog.type2 .modal-base {
      max-height: 568px; } }

@media screen and (max-width: 991px) {
  .modal-dialog.type2 .modal-title {
    font-size: 18px;
    line-height: 24px;
    padding-top: 2px;
    padding-bottom: 2px; } }

@media screen and (max-width: 479px) {
  .modal-dialog.type2 .modal-title {
    padding-left: 5px;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; } }

.animation-shake {
  -webkit-animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

.animation-fadein {
  -webkit-animation: fadein 1s ease-in 1;
  animation: fadein 1s ease-in 1; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.animation-fadeInUp {
  -webkit-animation: fadeInUp 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: fadeInUp 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.error-page {
  padding: 120px 0px; }
  .error-page-img {
    width: 360px;
    height: 280px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .error-page-img-base {
      width: 100%;
      opacity: 0; }
    .error-page-img img:not(.error-page-img-base) {
      position: absolute; }
    .error-page-img .error-500-moo {
      top: 20px;
      left: 24px;
      -webkit-animation: floating 1s ease-in-out infinite 0s alternate;
      animation: floating 1s ease-in-out infinite 0s alternate; }
    .error-page-img .error-500-trunk {
      top: 45px;
      left: 6px;
      -webkit-animation: floating 1.3s ease-in-out infinite 0s alternate;
      animation: floating 1.3s ease-in-out infinite 0s alternate; }
    .error-page-img .error-500-shadow {
      width: 64px;
      height: 7px;
      border-radius: 100%;
      background: #908882;
      position: absolute;
      left: 50%;
      bottom: 11px;
      margin-left: -32px;
      -webkit-animation: moo-shadow 1s ease-in-out infinite 0s alternate;
      animation: moo-shadow 1s ease-in-out infinite 0s alternate; }
    .error-page-img .error-404-body {
      bottom: 23px;
      left: 112px;
      -webkit-animation: moo-body 1s ease-in-out infinite 0s alternate;
      animation: moo-body 1s ease-in-out infinite 0s alternate;
      -webkit-transform-origin: 44px bottom;
      -ms-transform-origin: 44px bottom;
      transform-origin: 44px bottom; }
    .error-page-img .error-404-bubble {
      left: 299px;
      top: 50px; }
    .error-page-img .error-404-tail {
      top: 228px;
      left: 214px; }
    .error-page-img .error-404-shake {
      top: 159px;
      left: 56px; }
    .error-page-img .error-404-head-area {
      position: absolute;
      top: 7px;
      left: 68px;
      -webkit-animation: moo-body 1s ease-in-out infinite 0s alternate;
      animation: moo-body 1s ease-in-out infinite 0s alternate;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      width: 240px;
      height: 192px; }
    .error-page-img .error-404-eye {
      top: 76px;
      -webkit-animation: moo-eye 1s ease-in-out infinite 0s alternate;
      animation: moo-eye 1s ease-in-out infinite 0s alternate; }
      .error-page-img .error-404-eye-left {
        left: 41px; }
      .error-page-img .error-404-eye-right {
        left: 152px; }
    .error-page-img .error-404-tears {
      top: 111px; }
      .error-page-img .error-404-tears-left {
        left: 45px; }
      .error-page-img .error-404-tears-right {
        left: 156px; }
    .error-page-img .wind {
      width: 130px;
      height: 5px;
      border-radius: 20px;
      background: rgba(165, 232, 245, 0.39);
      position: absolute; }
      .error-page-img .wind-1 {
        -webkit-animation: wind 1s ease-in-out infinite 0s;
        animation: wind 1s ease-in-out infinite 0s;
        top: 10%; }
      .error-page-img .wind-2 {
        -webkit-animation: wind 0.8s ease-in-out infinite 0s;
        animation: wind 0.8s ease-in-out infinite 0s;
        top: 60%; }
      .error-page-img .wind-3 {
        -webkit-animation: wind 0.4s ease-in-out infinite 0s;
        animation: wind 0.4s ease-in-out infinite 0s;
        top: 90%; }
    .error-page-img .finishing-img {
      width: 100%; }
  .error-page-text {
    text-align: center; }
    .error-page-text .error-message {
      color: #2d7cd1;
      font-weight: bold;
      font-size: 60px;
      line-height: 66px; }
    .error-page-text-tit {
      font-size: 25px;
      line-height: 31px;
      font-weight: bold;
      padding: 2px 0px 12px; }
    .error-page-text-remark {
      font-size: 16px;
      line-height: 22px; }
      .error-page-text-remark *[class^=btn-] {
        width: auto;
        padding: 0px 13px;
        vertical-align: baseline; }

@-webkit-keyframes floating {
  from {
    top: 5px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    left: 0px; }
  to {
    top: 25px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 10px; } }

@keyframes floating {
  from {
    top: 5px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    left: 0px; }
  to {
    top: 25px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 10px; } }

@-webkit-keyframes moo-shadow {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes moo-shadow {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes wind {
  from {
    left: 100%;
    width: 130px; }
  to {
    left: -100%;
    width: 0px; } }

@keyframes wind {
  from {
    left: 100%;
    width: 130px; }
  to {
    left: -100%;
    width: 0px; } }

@-webkit-keyframes moo-body {
  from {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  to {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); } }

@keyframes moo-body {
  from {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  to {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); } }

@-webkit-keyframes moo-eye {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg); } }

@keyframes moo-eye {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg); } }

@media screen and (min-width: 320px) and (max-width: 479px) {
  .error-page {
    padding: 14vh 0px; }
    .error-page-img {
      width: 200px;
      height: 156px; }
      .error-page-img .error-500-moo {
        width: 185px;
        top: 8px;
        left: 12px; }
      .error-page-img .error-500-trunk {
        width: 76px;
        top: 24px;
        left: 1px; }
      .error-page-img .error-500-shadow {
        bottom: 6px;
        width: 36px;
        height: 4px;
        margin-left: -18px; }
      .error-page-img .error-404-body {
        bottom: 13px;
        left: 61px;
        width: 80px; }
      .error-page-img .error-404-bubble {
        top: 25px;
        left: 165px;
        width: 35px; }
      .error-page-img .error-404-tail {
        top: 127px;
        left: 119px;
        width: 15px; }
      .error-page-img .error-404-shake {
        top: 89px;
        left: 31px;
        width: 8px; }
      .error-page-img .error-404-head-area {
        width: 135px;
        top: 3px;
        left: 37px; }
      .error-page-img .error-404-head {
        width: 100%; }
      .error-page-img .error-404-eye {
        top: 44px;
        width: 22px; }
        .error-page-img .error-404-eye-left {
          left: 25px; }
        .error-page-img .error-404-eye-right {
          left: 86px; }
      .error-page-img .error-404-tears {
        top: 63px;
        width: 18px; }
        .error-page-img .error-404-tears-left {
          left: 26px; }
        .error-page-img .error-404-tears-right {
          left: 88px; }
    .error-page-text .error-message {
      font-size: 60px;
      line-height: 66px; }
    .error-page-text-tit {
      font-size: 18px;
      line-height: 24px; }
  @-webkit-keyframes floating {
    from {
      top: 0px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    to {
      top: 10px;
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg); } }
  @keyframes floating {
    from {
      top: 0px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    to {
      top: 10px;
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg); } } }

body {
  background: #f0f0e8; }

.container {
  max-width: 950px;
  padding-top: 50px;
  padding-bottom: 50px; }

.tit-m {
  background: #fff;
  border-radius: 4px 4px 0px 0px;
  padding: 25px 30px 0px;
  border: solid 1px #ccc;
  border-bottom: none; }

.fwd-setting {
  padding: 20px 30px;
  border: solid 1px #ccc;
  border-top: none;
  border-radius: 0px 0px 4px 4px;
  background: #fff; }
  .fwd-setting dl {
    font-size: 0px; }
    .fwd-setting dl dt, .fwd-setting dl dd {
      font-size: 15px;
      line-height: 22px;
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .fwd-setting dl dt {
      text-align: right;
      width: 9%;
      padding: 9px 0px; }
    .fwd-setting dl dd {
      width: 91%;
      padding-left: 10px; }
      .fwd-setting dl dd label {
        margin: 0px;
        margin-right: 15px;
        padding: 9px 0px; }
    .fwd-setting dl > *:nth-of-type(2) {
      margin-top: 9px; }

.fa-calendar {
  position: relative;
  width: 0px;
  left: -30px;
  pointer-events: none;
  color: #999; }

label {
  cursor: pointer;
  font-weight: normal; }

input[type=text],
select,
textarea {
  border-radius: 4px;
  border: solid 1px #ccc;
  -webkit-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  transition: 0.15s ease all;
  outline: none;
  height: 40px;
  font-size: 14px;
  background: #fff; }
  input[type=text]:focus,
  select:focus,
  textarea:focus {
    border: solid 1px #2d7cd1; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAA8CAYAAADmBa1FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowZDhhNTQ1My0zNTg1LTY0NDQtOTFjNS03ODAzZDE3ZjRhMjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDg5NDFBRkU1MjQzMTFFNzk2Q0FGODI1QTBGNzAxRkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDg5NDFBRkQ1MjQzMTFFNzk2Q0FGODI1QTBGNzAxRkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OWU1ZmQ0MWQtZmEwOC0yMDQ0LWEzMjktMjJmNDJlYWM0YTFkIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBkOGE1NDUzLTM1ODUtNjQ0NC05MWM1LTc4MDNkMTdmNGEyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhNprTsAAAGlSURBVHja7NxBSsNAGMVxUyh4AI8iVgRxJwriMRIseAB3blyIB5DgAQpewKXiSgo9ghcQNyLqSuMbsOCiWpLMzPfNN+/Bn0J3/ZGEDoUWTdOscOE3IAGhCc0RmtCE5ghNaI7QhCY0R2hCc4RWuqIsS/c6QudoCw0Nfs5nNEEndV2/SV3R6+gO7RhFdltDx+imqqqBFPQZWs3kDt5Gh1LQG5k9LjeloF8zg36Rgp5khPyJrqWgT9FDJtBH+NbxKAX9gfbQ1DjyGMhX0gcW99zaNYztkC+1nAytYosjLzqCW8NWgbwI2hK2GuS/oC1gq0L+DzplbHXIy6B/Y98TOSz0HHsf3RI5LLTbOzpQjK0auQ20Zmz1yG2hNWIngdwFWhP2GCWB3BVaA3ZSyH2gJbGTQ+4LLYGdJLIP6JjYySL7go6BnTSyT+iQ2Mkj+4YOgW0COQS0T2wzyKGgfWCbQg4J3QfbHHJo6C7YJpFjQLfBNoscC3oZdmMdOSb0HNv9UnOBntAXmv28ZxrZreAfo9i7ognNEZrQHKEJTWiO0ITmCK1x3wIMAHaWhTdKC0/AAAAAAElFTkSuQmCC) no-repeat scroll right center;
  background-size: 18px;
  padding: 0 24px 0 8px;
  margin-right: 30px; }

textarea {
  height: auto;
  padding: 8px;
  resize: none; }

input[type=text] {
  padding: 0px 8px;
  width: 150px; }

input[type=checkbox],
input[type=radio] {
  margin: 0px;
  margin-right: 5px; }

[type=button] {
  outline: none;
  width: 100px;
  height: 48px;
  line-height: 48px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0px;
  border-radius: 4px;
  color: #fff !important;
  background: #2d7cd1 !important;
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;  */
}
  [type=button]:hover {
    /* -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); */
    color: #fff;
    text-decoration: none; }

.btn-m:hover,
.btn-m:active,
.btn-m:focus {
    background: radial-gradient(circle at center,#2d7cd1 0,#2b6ec5 12.5%,#2860ba 25%,#1e5cb4 57.5%,#1457ae 75%,#1457ae 100%) !important;
}

.preview-set {
  position: relative; }
  .preview-set input {
    position: absolute;
    top: -68px;
    right: 0px; }

#pageIframe {
  height: 230px !important;
  height: calc(100vh - 520px) !important;
  min-height: 230px; }

.fwd-button:after {
  clear: both;
  display: block;
  content: ''; }

.fwd-button input {
  float: right;
  margin-left: 15px; }
  .fwd-button input#closeBtn {
    color: #333 !important;
    background: #fff !important;
    border: solid 1px #ccc !important; }
    .fwd-button input#closeBtn:hover {
      color: #2d7cd1 !important;
      background: #e7f3ff !important; 
    }

@media screen and (max-width: 991px) {
  .fwd-setting dl dt,
  .fwd-setting dl dd {
    display: block;
    width: auto; }
  .fwd-setting dl dt {
    text-align: left;
    padding-bottom: 5px;
    color: #2d7cd1; }
  input[type=text],
  select {
    font-size: 16px; }
  input[type=button] {
    height: 40px;
    line-height: 40px; } }

@media screen and (max-width: 767px) {
  .container {
    padding-top: 15px;
    padding-bottom: 15px; }
  .tit-m {
    padding: 25px 15px 0px;
    font-size: 22px; }
  .fwd-setting {
    padding: 20px 15px; }
  select {
    margin: 0px 0px 10px;
    width: calc(100vw - 150px); }
  #grpBegDt,
  #grpEndDt {
    width: 98%; }
  .preview-set {
    padding-bottom: 15px; }
    .preview-set input {
      position: relative;
      top: 0px;
      width: 100%; }
  .fwd-button {
    font-size: 0px;
    margin: 0px -7px; }
    .fwd-button input {
      margin: 7px 7px;
      width: calc(50% - 14px); }
  #pageIframe {
    height: 70vh !important; } }

.ui-widget-header {
  background: #2e7cd0 !important; }

.ui-datepicker-title select {
  font-size: 13px !important;
  color: #333;
  height: 24px;
  border: none; }

@media screen and (max-width: 1199px) {
  .ui-datepicker {
    width: 250px !important;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
    .ui-datepicker-group {
      width: 100% !important; }
  .ui-widget-header {
    border-radius: 3px; } }

@media screen and (max-width: 767px) {
  .ui-datepicker {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
    .ui-datepicker-title select {
      width: auto; } }

[aria-labelledby*=ui-dialog-title-mailDialog] #mailDialog {
  padding: 0px; }

[aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting {
  padding: 20px 10px;
  border: none; }
  [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl {
    margin-bottom: 0px; }
    [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl > *:nth-of-type(3) {
      margin-top: 9px; }
    [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl dt {
      width: 23%; }
    [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl dd {
      width: 77%; }
      [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl dd input {
        width: 100%; }
      [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl dd textarea {
        width: 100%; }
      [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl dd q {
        float: right;
        padding: 9px 0px;
        font-size: 12px;
        color: #f37370; }
        [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl dd q:before, [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl dd q:after {
          content: ''; }
        [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl dd q span {
          display: block; }
          [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl dd q span p {
            margin: 0px; }
        [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl dd q + input,
        [aria-labelledby*=ui-dialog-title-mailDialog] .fwd-setting dl dd q + textarea {
          width: auto; }

/* 修正 mail 轉寄商品資訊 燈箱 */
#mailInfo .fwd-setting {
  border: 0;
}
#mailInfo .fwd-setting dl dt {
  text-align: right;
  width: 30%;
  padding: 9px 0px;
}
#mailInfo .fwd-setting dl dd {
  width: 70%;
  padding-left: 10px;
  margin-bottom: 10px;
}
#mailInfo .fwd-setting dl dd .fill-square {
  width: 100%;
}
#mailInfo .fwd-setting dl dd textarea {
  width: 100%;
}
#mailInfo .fwd-setting dl > *:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  #mailInfo .fwd-setting dl dt, #mailInfo .fwd-setting dl dd {
    display: inline-block;
  }
}
/* ====================================== */
.ui-widget {
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif !important; }
  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif !important; }

.ui-dialog-buttonpane {
  border-color: #eee !important;
  margin: 0px !important;
  padding: 10px !important; }
  .ui-dialog-buttonpane [type=button] {
    height: 40px;
    line-height: 40px;
    margin: 0px !important; }
    .ui-dialog-buttonpane [type=button]:first-of-type {
      color: #666 !important;
      background: #fff !important;
      border: solid 1px #ccc !important;
      margin-right: 5px !important; }

#pageLoad {
  display: block !important; }

/* ===== 2022 新增段落標題模組樣式 ============== */
.editor-combo-title {
  color: #555;
  padding: 10px 15px;
  margin: 160px 0 90px 0;
  position: relative;
}
.editor-combo-title > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% ,-50%);
  white-space: nowrap;
  background: #fff;
  padding: 8px 22px;
}
.editor-combo-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #888;
  position: absolute;
  left: 0;
  bottom: -120%;
}
.editor-combo-title img {
  display: block;
  width: 160px;
  margin: 10px auto;
}
@media screen and (max-width: 767px){
  .editor-combo-title { 
      margin: 80px 0 60px 0;
  }
}