@charset "UTF-8";
.customer-btn,
.return-customer-btn,
.blue-btn {
  background: #e62e04 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  cursor: pointer;
  border-radius: 4px; }

.custom-btn {
  background: #BF81CE;
  color: #fff; }
  .custom-btn:hover {
    background: #8c2da3;
    color: #fff; }

.custom-form-control {
  background-color: #ffffff;
  border: 2px solid #cba2d5;
  border-radius: 20px 0px 0px 20px;
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
  width: 70%; }

.custom-btn-right {
  font-size: 15px;
  background-color: #8C2DA3;
  border-radius: 0px 20px 20px 0px;
  padding: 5px 20px; }
  .custom-btn-right i {
    color: #fff;
    font-size: 15px; }

.return-customer-btn {
  background: #222222; }
  .return-customer-btn:hover {
    background: #E62E04;
    color: #fff; }

.blue-btn {
  background: #4bc4fb; }
  .blue-btn:hover {
    background: #0f51a3;
    color: #fff; }

.gray-btn {
  background: #bbb;
  color: #fff; }
  .gray-btn:hover {
    background: #FF9900;
    color: #fff; }

.return-customer label {
  font-weight: 500;
  color: #444;
  font-size: 16px; }

.return-customer input {
  font-size: 16px; }

body, h1, h2, h3, h4, h5, h6, p, a, li, span {
  font-family: '微軟正黑體' !important; }

h1, h2, h3, h4 {
  font-weight: bold; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 16px; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #FF8249 !important; }

.text-blue {
  color: #4D77D1 !important; }

.text-green {
  color: #5FBA44 !important; }

.text-blue2 {
  color: #1DA1F2 !important; }

.text-purple {
  color: #C849FF !important; }

.text-purple {
  color: #8c2da3 !important; }

.text-purple-h3 {
  color: #064a6a !important;
  font-size: 17px; }

.text-green2 {
  color: #7BC032 !important; }

.text-bold {
  font-weight: bold; }

.text1 {
  font-size: 1rem; }

.text2 {
  font-size: 2rem; }

.text3 {
  font-size: 3rem; }

.text4 {
  font-size: 4rem; }

.text6 {
  font-size: 6rem; }

.text12 {
  font-size: 12px; }

.text14 {
  font-size: 14px; }

.text16 {
  font-size: 16px; }

.text18 {
  font-size: 18px; }

.text22 {
  font-size: 22px; }

.text24 {
  font-size: 24px; }

.text26 {
  font-size: 26px; }

.text28 {
  font-size: 28px; }

.text32 {
  font-size: 32px; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-88 {
  height: 88px !important; }

.h-120px {
  height: 120px !important; }

.h-175px {
  height: 175px !important; }

.h-240px {
  height: 240px !important; }

.h-320px {
  height: 320px !important; }

.h-400px {
  height: 400px !important; }

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

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #ededed; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.top-header {
  background-color: #8c2da3; }
  .top-header .top-menu {
    padding: 10px; }
    .top-header .top-menu li {
      margin-right: 15px; }
      .top-header .top-menu li:last-child {
        margin-right: 0; }
      .top-header .top-menu li a {
        color: #fff;
        font-size: 15px; }
        .top-header .top-menu li a:hover {
          color: #8efbff; }
  .top-header .top-language .nav li {
    padding: 10px;
    border-left: 1px solid #efefef; }
    .top-header .top-language .nav li a {
      font-size: 18px; }

.logo-mo, .search-mo {
  display: none; }

@media (min-width: 992px) {
  .navbar.sec-menu {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
    .navbar.sec-menu .nav .nav-item {
      display: none; }
      .navbar.sec-menu .nav .nav-item:nth-child(-n+6) {
        display: block; }
      .navbar.sec-menu .nav .nav-item:last-child {
        display: block; }
        .navbar.sec-menu .nav .nav-item:last-child a {
          padding-right: 0; }
      .navbar.sec-menu .nav .nav-item .nav_mb_ul {
        position: absolute;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: 130px;
        float: none;
        background: #fff;
        top: 27px;
        display: none;
        border-top: 3px solid #8c2da3; }
        .navbar.sec-menu .nav .nav-item .nav_mb_ul li {
          padding: 0; }
          .navbar.sec-menu .nav .nav-item .nav_mb_ul li a {
            color: #333;
            font-size: 18px;
            padding: 10px;
            font-weight: bold; }
            .navbar.sec-menu .nav .nav-item .nav_mb_ul li a:hover {
              color: #8c2da3; }
      .navbar.sec-menu .nav .nav-item .nav-link {
        padding: 0 10px; }
        .navbar.sec-menu .nav .nav-item .nav-link .text-wrap {
          font-size: 18px;
          letter-spacing: 1px;
          color: #333;
          -o-transition: all .2s ease;
          transition: all .2s ease;
          -moz-transition: all .2s ease;
          -webkit-transition: all .2s ease;
          position: relative;
          font-weight: bold; }
          .navbar.sec-menu .nav .nav-item .nav-link .text-wrap:after {
            position: absolute;
            bottom: -30%;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #8c2da3;
            content: '';
            opacity: 0;
            -webkit-transition: all 0.25s ease-out;
            -moz-transition: all 0.25s ease-out;
            -ms-transition: all 0.25s ease-out;
            -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            transform: translateY(-10px); }
          .navbar.sec-menu .nav .nav-item .nav-link .text-wrap i {
            font-size: 14px;
            position: relative;
            top: -3px; }
      .navbar.sec-menu .nav .nav-item.active,
      .navbar.sec-menu .nav .nav-item.active span,
      .navbar.sec-menu .nav .nav-item.active a.nav-link .text-wrap,
      .navbar.sec-menu .nav .nav-item:hover a.nav-link .text-wrap {
        color: #8c2da3; }
      .navbar.sec-menu .nav .nav-item.active .nav_mb_ul, .navbar.sec-menu .nav .nav-item:hover .nav_mb_ul {
        display: block;
        z-index: 3; }
      .navbar.sec-menu .nav .nav-item.active .nav-link .text-wrap, .navbar.sec-menu .nav .nav-item:hover .nav-link .text-wrap {
        position: relative;
        font-weight: bold; }
        .navbar.sec-menu .nav .nav-item.active .nav-link .text-wrap:after, .navbar.sec-menu .nav .nav-item:hover .nav-link .text-wrap:after {
          height: 2px;
          opacity: 1;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); }
    .navbar.sec-menu.stick {
      background: #efefef;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
      padding: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
      -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
      animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; }
    .navbar.sec-menu .sec-menu-mo, .navbar.sec-menu .search-menu-mo {
      display: none; } }

@media (max-width: 991px) {
  .top-header .top-menu {
    padding: 20px; }
    .top-header .top-menu .navbar-toggler {
      background-color: #8c2da3;
      z-index: 999; }
    .top-header .top-menu .navbar-collapse .nav li {
      margin-right: 0px; }
      .top-header .top-menu .navbar-collapse .nav li a {
        display: block;
        color: #8c2da3;
        padding: 15px 10px;
        border-bottom: 1px solid #8c2da3; }
  .navbar.sec-menu {
    padding: 0; }
    .navbar.sec-menu .nav {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto; }
      .navbar.sec-menu .nav .nav-item {
        display: bolck; }
        .navbar.sec-menu .nav .nav-item:last-child {
          display: none; }
        .navbar.sec-menu .nav .nav-item .nav_mb_ul {
          position: absolute;
          padding-left: 0;
          margin-bottom: 0;
          list-style: none;
          width: 130px;
          float: none;
          background: #fff;
          top: 27px;
          display: none;
          border-top: 3px solid #8c2da3; }
          .navbar.sec-menu .nav .nav-item .nav_mb_ul li {
            padding: 0; }
            .navbar.sec-menu .nav .nav-item .nav_mb_ul li a {
              color: #333;
              font-size: 18px;
              padding: 10px;
              font-weight: bold; }
              .navbar.sec-menu .nav .nav-item .nav_mb_ul li a:hover {
                color: #8c2da3; }
        .navbar.sec-menu .nav .nav-item .nav-link {
          padding: 0 10px;
          -o-transition: initial;
          transition: initial;
          -moz-transition: initial;
          -webkit-transition: initial;
          width: 100px;
          text-align: center; }
          .navbar.sec-menu .nav .nav-item .nav-link .text-wrap {
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 1px;
            color: #333; }
    .navbar.sec-menu.stick {
      background: #efefef;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
      padding: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
      -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
      animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; }
  .logo-mo {
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999; }
    .logo-mo a {
      display: block;
      text-align: center; }
      .logo-mo a img {
        width: 55%; }
  .search-mo {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 888; }
    .search-mo .search-navbar-toggler {
      color: #fff; }
    .search-mo .search-menu-collapse {
      position: relative;
      background: #8c2da3;
      width: 100vw;
      left: -15px;
      top: -20px;
      min-height: 50px;
      padding-top: 7.5px;
      -o-transition: all .1s ease;
      transition: all .1s ease;
      -moz-transition: all .1s ease;
      -webkit-transition: all .1s ease; }
      .search-mo .search-menu-collapse .custom-btn-right {
        border: 2px solid #cba2d5;
        color: #fff;
        font-size: 15px; }
      .search-mo .search-menu-collapse.show {
        top: 0px; }
  .sec-menu-mo .sec-navbar-toggler i.fa-chevron-down {
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease; }
  .sec-menu-mo .sec-navbar-toggler.yes i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .sec-menu-mo .sec-navbar-toggler.navbar-toggler {
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 23px);
    top: -moz-calc(50% - 23px);
    top: calc(50% - 23px);
    left: initial;
    right: 0vw;
    outline: 0;
    padding: 10px;
    z-index: 887;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=45, Color=#696969)";
    /*IE 8*/
    -moz-box-shadow: -1px 1px 3px 1px rgba(105, 105, 105, 0.5);
    /*FF 3.5+*/
    -webkit-box-shadow: -1px 1px 3px 1px rgba(105, 105, 105, 0.5);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: -1px 1px 3px 1px rgba(105, 105, 105, 0.5);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#696969);
    /*IE 5.5-7*/
    border-radius: 0; }
  .sec-menu-mo .sec-menu-collapse {
    position: absolute;
    background: #fff;
    width: 100vw;
    left: 0;
    top: 40px;
    min-height: 300px;
    z-index: 885; }
    .sec-menu-mo .sec-menu-collapse h3 {
      background: #fff;
      margin-bottom: 0;
      border-bottom: 1px solid #ddd;
      padding: 9px 15px;
      width: 100%; }
    .sec-menu-mo .sec-menu-collapse:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.7);
      top: 0;
      left: 0;
      z-index: -1; }
    .sec-menu-mo .sec-menu-collapse .container {
      background: #fff;
      padding-top: 15px; }
      .sec-menu-mo .sec-menu-collapse .container .row {
        margin-right: 0; }
        .sec-menu-mo .sec-menu-collapse .container .row [class^=col] {
          padding-right: 0; }
          .sec-menu-mo .sec-menu-collapse .container .row [class^=col] .sec-menu-item {
            border: 1px solid #8c2da3;
            border-radius: 15px;
            padding: 5px 10px;
            margin-bottom: 15px;
            text-align: center; } }

.footer {
  background: #8c2da3; }
  .footer a {
    padding: 0 5px; }
    .footer a i {
      color: #fff;
      font-size: 28px; }
  .footer p {
    color: #fff; }

body, h1, h2, h3, h4, h5, h6, p, a, li, span {
  font-family: '微軟正黑體' !important; }

h1, h2, h3, h4 {
  font-weight: bold; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 16px; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #FF8249 !important; }

.text-blue {
  color: #4D77D1 !important; }

.text-green {
  color: #5FBA44 !important; }

.text-blue2 {
  color: #1DA1F2 !important; }

.text-purple {
  color: #C849FF !important; }

.text-purple {
  color: #8c2da3 !important; }

.text-purple-h3 {
  color: #064a6a !important;
  font-size: 17px; }

.text-green2 {
  color: #7BC032 !important; }

.text-bold {
  font-weight: bold; }

.text1 {
  font-size: 1rem; }

.text2 {
  font-size: 2rem; }

.text3 {
  font-size: 3rem; }

.text4 {
  font-size: 4rem; }

.text6 {
  font-size: 6rem; }

.text12 {
  font-size: 12px; }

.text14 {
  font-size: 14px; }

.text16 {
  font-size: 16px; }

.text18 {
  font-size: 18px; }

.text22 {
  font-size: 22px; }

.text24 {
  font-size: 24px; }

.text26 {
  font-size: 26px; }

.text28 {
  font-size: 28px; }

.text32 {
  font-size: 32px; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-88 {
  height: 88px !important; }

.h-120px {
  height: 120px !important; }

.h-175px {
  height: 175px !important; }

.h-240px {
  height: 240px !important; }

.h-320px {
  height: 320px !important; }

.h-400px {
  height: 400px !important; }

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

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #ededed; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.ml-0 {
  margin-left: 0px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-48 {
  margin-left: 48px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-100 {
  margin-left: 100px !important; }

/*------Margin right-------*/
.mr-0 {
  margin-right: 0px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-100 {
  margin-right: 100px !important; }

/*------Margin Top-------*/
.mt-0 {
  margin-top: 0px !important; }

.mt-7 {
  margin-top: 7px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-52 {
  margin-top: 52px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mt-180 {
  margin-top: 180px !important; }

/*------Margin Bottom-------*/
.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-7-5 {
  margin-bottom: 7.5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-58 {
  margin-bottom: 58px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-83 {
  margin-bottom: 83px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

/*------Padding all-------*/
.p-60 {
  padding: 60px !important; }

/*------Padding left-------*/
.pl-0 {
  padding-left: 0px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pl-100 {
  padding-left: 100px !important; }

/*------Padding right-------*/
.pr-0 {
  padding-right: 0px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pr-100 {
  padding-right: 100px !important; }

/*------Padding Left Right-------*/
.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

/*------Padding Top-------*/
.pt-0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-94 {
  padding-top: 94px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pt-140 {
  padding-top: 140px !important; }

/*------Padding-------*/
.p-50 {
  padding: 50px !important; }

.p-48 {
  padding: 48px !important; }

.p-40 {
  padding: 40px !important; }

.p-38 {
  padding: 38px !important; }

/*------Padding Bottom-------*/
.pb-0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-58 {
  padding-bottom: 58px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

/*------Padding  Top Bottom-------*/
.ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.ptb-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important; }

.ptb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.ptb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.ptb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.ptb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.ptb-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important; }

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.ptb-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important; }

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.ptb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.ptb-118 {
  padding-top: 118px !important;
  padding-bottom: 118px !important; }

.ptb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.ptb-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.ptb-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important; }

.ptb-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.ptb-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.ptb-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important; }

.ptb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

.ptb-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important; }

@media (min-width: 1200px) {
  .pr-lg-0 {
    padding-right: 0; } }

@media (max-width: 768px) {
  .mb-sm-30 {
    margin-bottom: 30px; } }

h4 {
  font-size: 18px; }

h3 {
  font-size: 20px;
  margin-bottom: 1rem; }

h2 {
  font-size: 25px;
  margin-bottom: 1rem; }

img {
  max-width: 100% !important; }

.bg-blue {
  background: #4ac4fa; }

.cus-int {
  border: 2px solid #4ac4fa;
  padding: 7.5px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -wbkit-border-radius: 3px; }

.cus-btn {
  background: #4ac4fa;
  color: #fff;
  border: 2px solid #4ac4fa;
  padding: 7.5px 10px; }
  .cus-btn:hover {
    background: #339bc9;
    border: 2px solid #339bc9;
    color: #fff; }

.img-wrap {
  display: block; }
  .img-wrap .img-item {
    position: relative;
    padding-top: 35%;
    margin-bottom: 5px;
    overflow: hidden; }
    .img-wrap .img-item a {
      width: 100%;
      height: 100%; }
      .img-wrap .img-item a img {
        top: 50%;
        left: 50%;
        position: absolute;
        background-repeat: no-repeat;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }

.slick-dots {
  list-style: none;
  padding-right: 0px;
  z-index: 5;
  bottom: -20px; }
  .slick-dots li.slick-active button:before {
    border: 2px solid #000;
    background: #000; }

.inside-kv .img-wrap .img-item {
  padding-top: 21%; }
  @media (max-width: 767px) {
    .inside-kv .img-wrap .img-item {
      padding-top: 30%; } }
  .inside-kv .img-wrap .img-item img {
    top: 50%;
    left: 50%;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.ticket_content {
  min-height: 60vh; }
  .ticket_content .cus-sel {
    background-color: #ffffff;
    border-color: #CBA2D5;
    border-width: 2px 2px 2px 2px;
    min-height: 33px;
    font-size: 20px;
    font-weight: bolder;
    padding: 5px;
    text-align-last: right;
    min-width: 100%; }
    @media (min-width: 992px) {
      .ticket_content .cus-sel {
        min-width: 200px; } }
  .ticket_content .most_topical {
    margin: 0 -7.5px; }
    .ticket_content .most_topical .img-wrap {
      padding: 0 7.5px; }
      .ticket_content .most_topical .img-wrap .img-item {
        padding-top: 55%; }
        .ticket_content .most_topical .img-wrap .img-item img {
          top: 50%;
          left: 50%;
          position: absolute;
          background-repeat: no-repeat;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
      .ticket_content .most_topical .img-wrap .img-word {
        color: #000; }
      .ticket_content .most_topical .img-wrap:hover .img-word {
        color: #13aff0; }
    .ticket_content .most_topical .cus-prev,
    .ticket_content .most_topical .cus-next {
      position: absolute;
      cursor: pointer;
      top: 40%;
      opacity: .5;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -moz-transition: all .2s ease;
      -webkit-transition: all .2s ease; }
      .ticket_content .most_topical .cus-prev i,
      .ticket_content .most_topical .cus-next i {
        font-size: 32px;
        color: #000; }
      .ticket_content .most_topical .cus-prev:hover,
      .ticket_content .most_topical .cus-next:hover {
        opacity: 1; }
    .ticket_content .most_topical .cus-prev {
      left: -10px; }
    .ticket_content .most_topical .cus-next {
      right: -10px; }
  .ticket_content .hot_ticket {
    margin: 0 -7.5px; }
    .ticket_content .hot_ticket .img-wrap {
      padding: 0 7.5px; }
      .ticket_content .hot_ticket .img-wrap .img-item {
        padding-top: 70%; }
      .ticket_content .hot_ticket .img-wrap .img-word .title {
        font-size: 15px;
        color: #333333;
        margin-bottom: 5px; }
      .ticket_content .hot_ticket .img-wrap .img-word .date {
        font-size: 15px;
        color: #333333;
        margin-bottom: 5px; }
      .ticket_content .hot_ticket .img-wrap .img-word .price {
        font-size: 15px;
        color: #333333;
        margin-bottom: 0; }
      .ticket_content .hot_ticket .img-wrap .img-word a {
        color: #8c2da3; }
    .ticket_content .hot_ticket .cus-prev,
    .ticket_content .hot_ticket .cus-next {
      position: absolute;
      cursor: pointer;
      top: 50%;
      opacity: .5;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -moz-transition: all .2s ease;
      -webkit-transition: all .2s ease; }
      .ticket_content .hot_ticket .cus-prev i,
      .ticket_content .hot_ticket .cus-next i {
        font-size: 32px;
        color: #8c2da3; }
      .ticket_content .hot_ticket .cus-prev:hover,
      .ticket_content .hot_ticket .cus-next:hover {
        opacity: 1; }
    .ticket_content .hot_ticket .cus-prev {
      left: -10px; }
    .ticket_content .hot_ticket .cus-next {
      right: -10px; }
  .ticket_content .list-search {
    background: #e7e7e7;
    font-size: 16px;
    margin: 30px 0; }
    @media (max-width: 767px) {
      .ticket_content .list-search {
        background: none;
        margin: 15px 0;
        padding: 0; } }
    .ticket_content .list-search .nav {
      background: #e5d4ea; }
      @media (max-width: 767px) {
        .ticket_content .list-search .nav {
          margin: 0 -15px; } }
      .ticket_content .list-search .nav li {
        border-right: 1px solid #fff;
        position: relative;
        font-size: 16px; }
        .ticket_content .list-search .nav li:last-child {
          border: none; }
        .ticket_content .list-search .nav li a {
          display: block;
          color: #000;
          font-size: 16px;
          padding: 10px 30px; }
          .ticket_content .list-search .nav li a span, .ticket_content .list-search .nav li a i {
            color: #000;
            font-size: 14px;
            display: inline-block; }
        .ticket_content .list-search .nav li:hover, .ticket_content .list-search .nav li.active {
          background: #8C2DA3; }
          .ticket_content .list-search .nav li:hover a, .ticket_content .list-search .nav li.active a {
            color: #fff; }
            .ticket_content .list-search .nav li:hover a span,
            .ticket_content .list-search .nav li:hover a i, .ticket_content .list-search .nav li.active a span,
            .ticket_content .list-search .nav li.active a i {
              color: #fff; }
        @media (max-width: 767px) {
          .ticket_content .list-search .nav li {
            width: 25%; }
            .ticket_content .list-search .nav li:hover {
              background: #e5d4ea; }
              .ticket_content .list-search .nav li:hover a i {
                color: #000; }
            .ticket_content .list-search .nav li a {
              padding: 5px;
              text-align: center;
              position: relative;
              display: block;
              height: 100%; }
              .ticket_content .list-search .nav li a span, .ticket_content .list-search .nav li a i {
                font-size: 14px;
                line-height: 18px;
                position: relative;
                left: 30px; }
                .ticket_content .list-search .nav li a span.fa-times, .ticket_content .list-search .nav li a i.fa-times {
                  top: 3px; }
              .ticket_content .list-search .nav li a span {
                display: none; }
              .ticket_content .list-search .nav li a:before {
                content: attr(data-title) " ";
                color: #000;
                font-size: 14px;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
            .ticket_content .list-search .nav li:before {
              content: attr(data-title) " ";
              color: #000;
              font-size: 14px;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              z-index: 2;
              pointer-events: none; }
            .ticket_content .list-search .nav li.active:before {
              color: #fff; } }
    .ticket_content .list-search.ticket-list-search .nav {
      background: #e5d4ea;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .ticket_content .list-search.ticket-list-search .nav {
          margin: 0 -15px; } }
      .ticket_content .list-search.ticket-list-search .nav li {
        border-right: 1px solid #fff;
        font-size: 16px;
        padding: 0 15px; }
        .ticket_content .list-search.ticket-list-search .nav li:hover {
          background: #e5d4ea; }
          .ticket_content .list-search.ticket-list-search .nav li:hover a {
            color: #000; }
          .ticket_content .list-search.ticket-list-search .nav li:hover i {
            color: #8C2DA3; }
        .ticket_content .list-search.ticket-list-search .nav li select {
          margin: 5px 0; }
        .ticket_content .list-search.ticket-list-search .nav li:first-child {
          border-left: 1px solid #fff;
          background: #8C2DA3;
          padding: 10px 30px;
          color: #fff; }
        .ticket_content .list-search.ticket-list-search .nav li i {
          margin-left: 5px;
          color: #FC7000; }
        @media (min-width: 991px) {
          .ticket_content .list-search.ticket-list-search .nav li:last-child {
            border: none;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-align: right; } }
        @media (max-width: 767px) {
          .ticket_content .list-search.ticket-list-search .nav li {
            width: 100%; } }
  .ticket_content .avanced_search {
    margin: 0px 0 30px 0; }
    .ticket_content .avanced_search .form-check-inline {
      width: 20%;
      margin: 0; }
      @media (max-width: 991px) {
        .ticket_content .avanced_search .form-check-inline {
          width: 33.33%; } }
    .ticket_content .avanced_search [class*="col-3"] {
      background: #efefef; }
    .ticket_content .avanced_search [class*=col] {
      padding: 10px 15px;
      border-bottom: 1px solid #dedede; }
      .ticket_content .avanced_search [class*=col]:last-child {
        background: #cba2d5; }
    .ticket_content .avanced_search label {
      margin: 0; }
      .ticket_content .avanced_search label.with-input {
        margin-top: 7px; }
    @media (max-width: 767px) {
      .ticket_content .avanced_search {
        margin: 15px -15px;
        display: none; }
        .ticket_content .avanced_search [class*=col] {
          padding: 7.5px; }
        .ticket_content .avanced_search.show {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .ticket_content .avanced_search .border-m-none {
          border: none; }
        .ticket_content .avanced_search .border-m-top {
          border-top: 1px solid #dedede; } }
  .ticket_content .list-item .img-wrap {
    margin-bottom: 30px; }
  .ticket_content .list-item .img-word p {
    font-size: 15px;
    color: #333333;
    margin-bottom: 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ticket_content .list-item .img-word .title {
    margin-bottom: 5px;
    font-size: 16px;
    height: 45px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .ticket_content .list-item .img-word .more {
    color: #8c2da3; }
    .ticket_content .list-item .img-word .more i {
      left: 0px; }
  .ticket_content .list-item .share {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd; }
    .ticket_content .list-item .share .nav {
      padding: 10px 0px; }
      .ticket_content .list-item .share .nav li {
        padding: 0px 5px; }
        .ticket_content .list-item .share .nav li a i {
          font-size: 24px;
          opacity: .7; }
        .ticket_content .list-item .share .nav li a:hover i {
          opacity: 1; }
  .ticket_content .list-item.ticket-list-item .img-wrap {
    margin-bottom: 15px; }
    .ticket_content .list-item.ticket-list-item .img-wrap .img-item {
      padding-top: 100%; }
      @media (max-width: 767px) {
        .ticket_content .list-item.ticket-list-item .img-wrap .img-item {
          padding-top: 55%; } }
  .ticket_content .list-item.ticket-list-item .img-word p {
    font-size: 15px;
    color: #333333;
    margin-bottom: 5px; }
  .ticket_content .list-item.ticket-list-item .img-word .title {
    margin-bottom: 5px;
    font-size: 16px; }
  .ticket_content .list-item.ticket-list-item .img-word .more {
    color: #8c2da3; }
    .ticket_content .list-item.ticket-list-item .img-word .more i {
      left: 0px; }
  .ticket_content .list-item.ticket-list-item .share {
    border-bottom: none; }
  .ticket_content .list-item.ticket-list-item .map-tag {
    margin: 30px auto 55px;
    border-radius: 15px;
    padding: 5px;
    background-color: #55bbdd;
    color: #fff;
    display: block;
    width: 120px;
    font-size: 13px; }
    @media (max-width: 767px) {
      .ticket_content .list-item.ticket-list-item .map-tag {
        margin: 0; } }
  @media (max-width: 767px) {
    .ticket_content .list-item .col-md-3.col-6:nth-child(odd) {
      padding-right: 7.5px; }
    .ticket_content .list-item .col-md-3.col-6:nth-child(even) {
      padding-left: 7.5px; } }
  .ticket_content .main_tb-search {
    background: #E5D4EA;
    padding: 5px 0; }
  .ticket_content .main_tb-title .row {
    background: #ddd;
    padding: 5px 0px; }
    .ticket_content .main_tb-title .row [class^=col] {
      color: #333; }
  .ticket_content .main_tb-body {
    counter-reset: num; }
    .ticket_content .main_tb-body .row {
      padding: 5px 0px;
      color: #666; }
      .ticket_content .main_tb-body .row:nth-child(even) {
        background: #f3f3f3; }
      .ticket_content .main_tb-body .row:hover {
        background: #E5D4EA; }
      .ticket_content .main_tb-body .row [class^=col]:first-child {
        text-align: center; }
      .ticket_content .main_tb-body .row [class^=col]:nth-child(2) {
        text-align: center; }
    @media (max-width: 767px) {
      .ticket_content .main_tb-body .row {
        margin-bottom: 15px; }
        .ticket_content .main_tb-body .row [class^=col] {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: nowrap;
          padding: 0 15px;
          margin-bottom: 5px;
          text-align: left;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .ticket_content .main_tb-body .row [class^=col]:before {
            content: attr(data-title) " ";
            color: #000;
            font-weight: 700;
            white-space: nowrap;
            padding: 5px 15px;
            background: #E5D4EA;
            color: #fff;
            margin: 0 10px 0px 0;
            width: 95px; } }
  .ticket_content .bg-title {
    background: #E5D4EA;
    padding: 10px 0; }
  .ticket_content .message-form {
    background-color: #F0F0F0;
    padding: 15px; }
  .ticket_content .message-list .img-wrap .img-item {
    display: block;
    width: 60px;
    height: 60px;
    padding-top: 0%;
    position: relative;
    /* padding-top: 35%; */
    margin-bottom: 0px;
    overflow: hidden; }
    .ticket_content .message-list .img-wrap .img-item img {
      top: 50%;
      left: 50%;
      position: absolute;
      background-repeat: no-repeat;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

.ticket-modal .modal-header {
  border: none; }
  .ticket-modal .modal-header .modal-title {
    color: #8c2da3;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px; }

.ticket-modal .login-link a {
  text-decoration: underline;
  color: #000; }
  .ticket-modal .login-link a:hover {
    color: #BF81CE; }

.ticket-modal .close {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0; }
  .ticket-modal .close i {
    font-size: 22px; }

.logo-star {
  position: relative;
  padding-left: 30px; }
  .logo-star:before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/logo-star.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    left: 3px; }

.breadcrumb {
  background: #fff;
  margin: 0; }

.btn-facebook {
  background: rgba(59, 89, 152, 0.8);
  color: #fff;
  font-size: 16px; }
  .btn-facebook i {
    font-size: 24px;
    position: relative;
    top: 2px; }
  .btn-facebook:hover {
    background: #3b5998;
    color: #fff; }

.btn-line {
  background: rgba(0, 195, 0, 0.8);
  color: #fff;
  font-size: 16px; }
  .btn-line i {
    font-size: 24px;
    position: relative;
    top: 2px; }
  .btn-line:hover {
    background: #00c300;
    color: #fff; }

.btn-google {
  background: rgba(238, 87, 92, 0.8);
  color: #fff;
  font-size: 16px; }
  .btn-google i {
    font-size: 24px;
    position: relative;
    top: 2px; }
  .btn-google:hover {
    background: #ee575c;
    color: #fff; }

.btn-view {
  border: 1px solid #000; }

.cd-top {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.collapsed .fas.fa-times:before {
  content: "\f078"; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #8c2da3;
  background-color: #8c2da3; }
