@charset "UTF-8";
.table-item:not(.no-overhide) td, .table-item:not(.no-overhide) p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.radius-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.radius-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

@media (min-width: 768px) {
  .font-xl {
    font-size: 46pt;
  }
  .font-lg {
    font-size: 40pt;
  }
  .font-h1 {
    font-size: 34pt;
  }
  .font-h2 {
    font-size: 32pt;
  }
  .font-h3 {
    font-size: 28pt;
  }
  .font-h4 {
    font-size: 24pt;
  }
  .font-h5 {
    font-size: 22pt;
  }
  .font-h6 {
    font-size: 18pt;
  }
  .font-h7 {
    font-size: 16pt;
  }
}
@media (max-width: 767px) {
  .font-xl {
    font-size: 46pt;
  }
  .font-lg {
    font-size: 40pt;
  }
  .font-h1 {
    font-size: 34pt;
  }
  .font-h2 {
    font-size: 32pt;
  }
  .font-h3 {
    font-size: 28pt;
  }
  .font-h4 {
    font-size: 24pt;
  }
  .font-h5 {
    font-size: 22pt;
  }
  .font-h6 {
    font-size: 18pt;
  }
  .font-h7 {
    font-size: 16pt;
  }
}
@media (max-width: 575px) {
  .font-xl {
    font-size: 46pt;
  }
  .font-lg {
    font-size: 40pt;
  }
  .font-h1 {
    font-size: 34pt;
  }
  .font-h2 {
    font-size: 32pt;
  }
  .font-h3 {
    font-size: 28pt;
  }
  .font-h4 {
    font-size: 24pt;
  }
  .font-h5 {
    font-size: 22pt;
  }
  .font-h6 {
    font-size: 18pt;
  }
  .font-h7 {
    font-size: 16pt;
  }
}
.grid-xl-12, .grid-xl-11, .grid-xl-10, .grid-xl-9, .grid-xl-8, .grid-xl-7, .grid-xl-6, .grid-xl-5, .grid-xl-4, .grid-xl-3, .grid-xl-2, .grid-xl, .grid-xl-1, .grid-lg-12, .grid-lg-11, .grid-lg-10, .grid-lg-9, .grid-lg-8, .grid-lg-7, .grid-lg-6, .grid-lg-5, .grid-lg-4, .grid-lg-3, .grid-lg-2, .grid-lg, .grid-lg-1, .grid-md-12, .grid-md-11, .grid-md-10, .grid-md-9, .grid-md-8, .grid-md-7, .grid-md-6, .grid-md-5, .grid-md-4, .grid-md-3, .grid-md-2, .grid-md, .grid-md-1, .grid-sm-12, .grid-sm-11, .grid-sm-10, .grid-sm-9, .grid-sm-8, .grid-sm-7, .grid-sm-6, .grid-sm-5, .grid-sm-4, .grid-sm-3, .grid-sm-2, .grid-sm, .grid-sm-1, .grid-auto, .grid-12, .grid-11, .grid-10, .grid-9, .grid-8, .grid-7, .grid-6, .grid-5, .grid-4, .grid-3, .grid-2, .grid, .grid-1 {
  width: 100%;
  position: relative;
}

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

.grid {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
}

.grid-auto {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.grid-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.grid-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.grid-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.grid-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .grid-sm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .grid-sm-auto {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .grid-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .grid-md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .grid-md-auto {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .grid-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .grid-lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .grid-lg-auto {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .grid-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .grid-xl {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .grid-xl-auto {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .grid-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  /* 
  border: 0;
  font: inherit;
  vertical-align: baseline; */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #f5f5f5;
}

ul {
  list-style: none;
}

.content-text ul {
  list-style-type: disc !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #404040;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #0d0d0d;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-track-piece {
  background-color: #d9d9d9;
  border-radius: 5px;
}
::-webkit-scrollbar-track-piece:hover {
  background-color: #e6e6e6;
}

/** {
    // word-break: break-word; // 會根據單字斷行 但如果寬度不夠會自動換行 一般都用這 IE不支援 如果字串太長 會超出範圍(等同預設值)
    //font-family: Arial, '微軟正黑體' !important;
    // font-family: 'Noto Sans TC', sans-serif !important;
}*/
h1, h2, h3, h4, h5, h6,
p, a, small, span, b, u, i,
dl, dt, dd, ul, li, strong, sub, sup {
  line-height: 1.4;
}

a {
  -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}
a:hover, a:active, a:focus, a:visited {
  text-decoration: none !important;
}

p {
  font-size: 95%;
  letter-spacing: 1px;
}

input, select, textarea, button {
  background-clip: border-box !important;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.table-item table {
  width: 100% !important;
}
.table-item .table-hover tbody tr {
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.table-item::-webkit-scrollbar {
  height: 5px;
}
.table-item:not(:last-child) {
  margin-bottom: 1rem;
}
.table-item:not(.no-overhide) {
  width: 100%;
  overflow-x: auto;
}
.table-item:not(.no-overhide) td, .table-item:not(.no-overhide) p {
  max-width: 300px;
}
@media (max-width: 575px) {
  .table-item:not(.no-overhide) td, .table-item:not(.no-overhide) p {
    max-width: 150px;
  }
}
.table-item:not(.no-overhide) th, .table-item:not(.no-overhide) td {
  white-space: nowrap;
  vertical-align: middle;
}
.table-item .table thead th {
  border-bottom: 1px solid transparent;
}
.table-item .table tbody tr:not(:last-child) {
  border-bottom: 1px solid transparent;
}
.table-item .table .table-picture {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.gsc-selected-option {
  word-break: normal;
}

.ver-reset {
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.ver-reset:hover {
  opacity: 0.8;
}

.custom-control-label::before, .custom-control-label::after {
  top: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .modal-body {
    height: 100%;
  }
}
.modal .modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal-header .modal-title {
  font-size: 1.4rem;
  font-weight: bold;
}
.modal .modal-content {
  background-clip: border-box;
}
.modal .modal-content, .modal .modal-header, .modal .modal-footer {
  border-radius: 0;
}

.owl-theme .owl-nav {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dee2e6;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  margin: 2px !important;
  border-radius: 0 !important;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.owl-theme .owl-nav .owl-prev:active, .owl-theme .owl-nav .owl-prev:focus,
.owl-theme .owl-nav .owl-next:active,
.owl-theme .owl-nav .owl-next:focus {
  outline: 0;
}
.owl-theme .owl-nav .owl-prev svg,
.owl-theme .owl-nav .owl-next svg {
  color: #ffffff;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  padding: 0.5rem 0.65rem !important;
}

.loading-wrap {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: #ffffff;
  z-index: 2000;
  position: fixed;
  text-align: center;
  background-color: #ffffff;
}
.loading-wrap .loading-item,
.loading-wrap .loading-item::before {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border-width: 4px !important;
}
.loading-wrap .loading-item {
  position: relative;
  display: inline-block;
  border-top: solid #006bac;
  border-right: solid transparent;
  -webkit-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
}
.loading-wrap .loading-item:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  border-left: solid transparent;
  border-bottom: solid #006bac;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*
.web-detail:not(.home),
.slide-wrap {
    margin-top: $desktop-top;

    @media (max-width: $max-header) {
        margin-top: $mobile-top;
    }
}*/
.web-header .title-backdrop {
  width: 100%;
  padding: 0 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .web-header .title-backdrop {
    height: 70vh;
  }
}
@media (max-width: 991px) {
  .web-header .title-backdrop {
    height: 290px;
  }
}
@media (max-width: 767px) {
  .web-header .title-backdrop {
    height: 275px;
  }
}
@media (max-width: 575px) {
  .web-header .title-backdrop {
    height: 150px;
  }
}

.web-detail {
  min-height: 100vh;
}

a,
a:hover,
a:focus,
a:active {
  color: #1b161b;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  outline: none;
}

a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

input,
button,
textarea {
  outline: none;
}

.required:after {
  content: "*";
  color: #006bac;
  position: absolute;
  top: 0.2rem;
  margin-left: 5px;
}

@media (max-width: 767.98px) {
  .d-block-xs {
    display: block;
  }
}
.img-transform {
  overflow: hidden;
}

.img-transform img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
}

.img-transform img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}

.list-group-item {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #1b161b;
}

.list-group-item-action {
  width: 100%;
  text-align: inherit;
  color: #333333;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  border-color: #1b161b;
  background-color: #1b161b;
  background-image: url("/images/index/x.png");
  background-position: 0 -2px;
}

.list-group > .list-group-item > a {
  color: #1b161b;
}

.list-group-item.active > a {
  color: #ffffff;
}

.list-group ul.list-unstyled li a.active:before,
.list-group ul.list-unstyled li a.enabled:before {
  content: "♦";
  color: #006bac;
  margin-left: -20px;
  padding-right: 4px;
}

.product-modal .modal-dialog {
  height: calc(100% - 1rem);
}
.product-modal .modal-dialog .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.product-modal .modal-dialog .modal-body {
  overflow-y: auto;
}
@media (min-width: 576px) {
  .product-modal .modal-dialog {
    height: calc(100% - 3.5rem);
  }
}

body {
  background-color: #f2f2f2;
}

.expand-wrap .expand-list {
  color: #000000;
}
.expand-wrap .expand-list:hover .expand-title, .expand-wrap .expand-list.active .expand-title {
  color: #006bac;
}
.expand-wrap .expand-list.active .expand-title::before {
  content: "-";
}
.expand-wrap .expand-list .expand-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .expand-wrap .expand-list .expand-title {
    padding: 0 0 0.5rem;
  }
}
.expand-wrap .expand-list .expand-title span {
  width: 100%;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.expand-wrap .expand-list .expand-title::before {
  content: "+";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
  color: #006bac;
  font-size: 1.1rem;
  text-align: center;
  margin-left: 0.15rem;
  margin-top: -0.15rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.expand-wrap .expand-list .expand-content {
  padding: 0 1rem 0.5rem;
  color: #1a1a1a;
}
@media (max-width: 575px) {
  .expand-wrap .expand-list .expand-content {
    padding: 0 0 1rem;
  }
}
.expand-wrap .expand-list .expand-content > ul {
  line-height: 1.6;
  margin-left: 20px;
  padding-left: 1rem;
  position: relative;
  border-left: 1px #006bac solid;
}
.expand-wrap .expand-list .expand-content > ul li:not(:last-child) {
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #dee2e6;
}
.expand-wrap .expand-list .expand-content > ul li a {
  font-size: 90%;
  display: block;
}
.expand-wrap .expand-list .expand-content > ul li a:hover {
  color: #1b161b;
}

.tag-wrap {
  z-index: 10;
  position: relative;
}
.tag-wrap .tag-item {
  top: 10px;
  left: -75px;
  width: 200px;
  color: #ffffff;
  padding: 0.5rem;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  position: absolute;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  background-color: #006bac;
}

.page-header {
  margin-bottom: 1.5rem;
}
.page-header .small-title {
  font-size: 105%;
  color: #ffffff;
  margin-top: 0.5rem;
  position: relative;
  letter-spacing: 1px;
  display: inline-block;
}
.page-header .small-title:before {
  top: 50%;
  content: "";
  width: 35px;
  right: -50px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 2px solid #ffffff;
}
.page-header .small-title2 {
  font-size: 105%;
  color: #006bac;
  margin-top: 0.5rem;
  position: relative;
  letter-spacing: 1px;
  display: inline-block;
}
.page-header .small-title2:before {
  top: 50%;
  content: "";
  width: 35px;
  right: -50px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 2px solid #006bac;
}

.item-wrap-1 > * {
  margin-bottom: 3rem;
}
.item-wrap-1 .item-list {
  height: 100%;
  overflow: hidden;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
}
.item-wrap-1 .item-list .item-title {
  text-align: center;
  font-size: 0.9em;
}
.item-wrap-1 .item-list .item-link {
  display: block;
}
.item-wrap-1 .item-list .item-link .item-image {
  overflow: hidden;
}
.item-wrap-1 .item-list .item-link .item-image img {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.item-wrap-1 .item-list .item-link .item-detail {
  padding: 1rem;
  color: #006bac;
}
.item-wrap-1 .item-list .item-link .item-detail span {
  display: block;
  text-align: center;
  font-size: 90%;
  /*font-style: italic;*/
}
.item-wrap-1 .item-list .item-link .item-detail > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (max-width: 575px) {
  .item-wrap-1 .item-list .item-link .item-detail {
    padding: 0.75rem;
  }
}
.item-wrap-1 .item-list .item-link:hover {
  color: #1b161b;
}
.item-wrap-1 .item-list .item-link:hover .item-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 575px) {
  .item-wrap-1 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .item-wrap-1 > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 991px) {
  .push-top {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .push-top {
    padding-top: 108px;
  }
}

.item-detail-info {
  padding: 0.75rem;
}
.item-detail-info .item-link-info {
  display: block;
}
.item-detail-info .item-link-info > *:not(:last-child) {
  margin-bottom: 0.35rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #dee2e6;
}
.item-detail-info .item-title-info {
  color: #1b161b;
  font-weight: bold;
  font-size: 1.1rem;
}
.item-detail-info p {
  font-size: 90%;
  color: #2f3245;
}

.item-wrap-2 > * {
  margin-bottom: 3rem;
}
.item-wrap-2 .item-list {
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #cccccc;
          box-shadow: 0 0 5px #cccccc;
}
.item-wrap-2 .item-list .item-image {
  overflow: hidden;
  position: relative;
}
.item-wrap-2 .item-list .item-image .item-btn {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.item-wrap-2 .item-list .item-image .item-btn .bottom {
  left: 15px;
  right: 15px;
  position: absolute;
  bottom: 15px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.item-wrap-2 .item-list .item-detail {
  padding: 0.75rem;
}
.item-wrap-2 .item-list .item-detail .item-link {
  display: block;
}
.item-wrap-2 .item-list .item-detail .item-link > *:not(:last-child) {
  margin-bottom: 0.35rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #dee2e6;
}
.item-wrap-2 .item-list .item-detail .item-title {
  color: #333;
  font-weight: bold;
  font-size: 1.1rem;
}
.item-wrap-2 .item-list .item-detail p {
  font-size: 90%;
  color: #2f3245;
}
.item-wrap-2 .item-list:hover .item-btn {
  opacity: 1;
}
.item-wrap-2 .item-list:hover .item-btn .top,
.item-wrap-2 .item-list:hover .item-btn .bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 575px) {
  .item-wrap-2 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .item-wrap-2 > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.item-wrap-2_for-discount .item-list {
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #cccccc;
          box-shadow: 0 0 5px #cccccc;
}
.item-wrap-2_for-discount .item-list .item-image {
  overflow: hidden;
  position: relative;
}
.item-wrap-2_for-discount .item-list .item-image .item-btn {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.item-wrap-2_for-discount .item-list .item-image .item-btn .bottom {
  left: 15px;
  right: 15px;
  position: absolute;
  bottom: 15px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.item-wrap-2_for-discount .item-list .item-detail {
  padding: 0.75rem;
}
.item-wrap-2_for-discount .item-list .item-detail .item-link {
  display: block;
}
.item-wrap-2_for-discount .item-list .item-detail .item-link > *:not(:last-child) {
  margin-bottom: 0.35rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #dee2e6;
}
.item-wrap-2_for-discount .item-list .item-detail .item-title {
  color: #006bac;
  font-weight: bold;
  font-size: 1.1rem;
}
.item-wrap-2_for-discount .item-list .item-detail p {
  font-size: 90%;
  color: #2f3245;
}
.item-wrap-2_for-discount .item-list:hover .item-btn {
  opacity: 1;
}
.item-wrap-2_for-discount .item-list:hover .item-btn .top,
.item-wrap-2_for-discount .item-list:hover .item-btn .bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 575px) {
  .item-wrap-2_for-discount {
    margin-left: -5px;
    margin-right: -5px;
  }
  .item-wrap-2_for-discount > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.bookmark-wrap {
  margin-top: 3rem;
}
.bookmark-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bookmark-wrap ul li {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.bookmark-wrap ul li:not(:last-child) {
  margin-right: 0.4rem;
}
.bookmark-wrap a {
  color: #000000;
  display: block;
  font-size: 90%;
  padding: 0.25rem 0.5rem;
  background-color: #ffffff;
  /*border: 1px solid $gurei;*/
}
@media (max-width: 575px) {
  .bookmark-wrap a {
    font-size: 85%;
  }
}
.bookmark-wrap a:hover, .bookmark-wrap a.active {
  color: #ffffff;
  background-color: #006bac;
}
.bookmark-wrap .bookmark-wrap-arrow-button-color a {
  color: #006bac;
  display: block;
  font-size: 90%;
  padding: 0.25rem 0.5rem;
  background-color: #ffffff;
  /*border: 1px solid $gurei;*/
}
@media (max-width: 575px) {
  .bookmark-wrap .bookmark-wrap-arrow-button-color a {
    font-size: 85%;
  }
}
.bookmark-wrap .bookmark-wrap-arrow-button-color a:hover, .bookmark-wrap .bookmark-wrap-arrow-button-color a.active {
  color: #ffffff;
  background-color: #006bac;
}
.bookmark-wrap .grid-auto:not(:last-child) {
  margin-right: 0.5rem;
}
@media (max-width: 575px) {
  .bookmark-wrap .grid-auto button,
.bookmark-wrap .grid-auto select {
    font-size: 85%;
  }
  .bookmark-wrap .grid-auto:not(:last-child) {
    margin-right: 0.25rem;
  }
}

.home-wrap .item-wrap-2 > * {
  margin-bottom: 7px;
}
.home-wrap .item-wrap-2 .item-first .home-product-title {
  display: block;
  overflow: hidden;
  position: relative;
}
.home-wrap .item-wrap-2 .item-first .home-product-title::before {
  content: "";
  position: absolute;
}
@media (min-width: 992px) {
  .home-wrap .item-wrap-2 .item-first .home-product-title::before {
    top: 50%;
    width: 0;
    height: 0;
    left: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
  }
  .home-wrap .item-wrap-2 .item-first .home-product-title:hover::before {
    opacity: 1;
    width: 1000px;
    height: 1000px;
  }
}
@media (max-width: 991px) {
  .home-wrap .item-wrap-2 .item-first .home-product-title::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.home-wrap .item-wrap-2 .item-list {
  margin-bottom: 0;
}
.home-wrap .item-wrap-2.row {
  margin: -7px;
}
.home-wrap .item-wrap-2.row > [class*=col-] {
  padding: 7px;
}
.home-wrap .home-list {
  padding: 3rem 0;
}
.home-wrap .home-list.home-product {
  padding-top: 5rem;
}
.home-wrap .home-list.home-product .main-title {
  overflow: hidden;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-bottom: 3rem;
}
.home-wrap .home-list.home-product .main-title span {
  padding: 0 1rem;
  position: relative;
  color: #2f3245;
  display: inline-block;
}
.home-wrap .home-list.home-product .main-title span::before {
  content: "";
  top: 50%;
  left: auto;
  right: auto;
  width: 50vw;
  position: absolute;
  border-top: 1px solid #2f3245;
  left: 100% !important;
}
.home-wrap .home-list.home-product .main-title span::after {
  content: "";
  top: 50%;
  left: auto;
  right: auto;
  width: 50vw;
  position: absolute;
  border-top: 1px solid #2f3245;
  right: 100% !important;
}
.home-wrap .home-list.home-product .item-wrap-2:not(:last-child) {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #dee2e6;
}
@media (min-width: 992px) {
  .home-wrap .home-list.home-product .item-wrap-2:nth-child(odd) .item-first {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
.home-wrap .home-list.home-product .item-wrap-2 .home-product-title {
  min-height: 350px;
  height: 100%;
  display: block;
}
@media (max-width: 764px) {
  .home-wrap .home-list.home-product .item-wrap-2 .home-product-title {
    min-height: 250px;
    height: 30vh;
  }
}
@media (min-width: 764px) and (max-width: 991px) {
  .home-wrap .home-list.home-product .item-wrap-2 .home-product-title {
    height: 40vh;
  }
}
.home-wrap .home-list.home-product .item-wrap-2 .home-product-title > * {
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1b161b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-wrap .home-list.home-product .item-wrap-2 .home-product-title > * span {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  top: 30%;
  border-radius: 15px;
  width: 45%;
  text-align: center;
}
.home-wrap .home-list.home-news {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/home/news-bg.jpg");
}
.home-wrap .home-list.home-news .page-header a {
  font-size: 14px;
  font-weight: bold;
  margin-left: 0.25rem;
  color: #ffffff;
}
.home-wrap .home-list.home-news .page-header a:hover {
  color: #006bac;
}

.proitem-wrap .thumbnail-wrap {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
}
.proitem-wrap .thumbnail-wrap .thumbnail-list {
  width: 50px;
  cursor: pointer;
  margin-bottom: 0.1rem;
  display: inline-block;
  border: 1px solid #ffffff;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.proitem-wrap .thumbnail-wrap .thumbnail-list .thumbnail {
  position: relative;
  padding-bottom: 75%;
}
.proitem-wrap .thumbnail-wrap .thumbnail-list .thumbnail img {
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.proitem-wrap .thumbnail-wrap .thumbnail-list:hover, .proitem-wrap .thumbnail-wrap .thumbnail-list.active {
  border-color: #006bac;
}
.proitem-wrap .proitem-header {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.proitem-wrap .proitem-header > *:not(:last-child) {
  margin-bottom: 0.25rem;
}
.proitem-wrap .proitem-header span {
  display: block;
  color: #1b161b;
}
.proitem-wrap .proitem-detail > .proitem-list:not(:last-child) {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dee2e6;
}
.proitem-wrap .proitem-detail > .proitem-list > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.proitem-wrap .proitem-detail > .proitem-list h6,
.proitem-wrap .proitem-detail > .proitem-list label {
  color: #006bac;
  font-weight: bold;
}
.proitem-wrap .proitem-detail > .proitem-list p {
  font-size: 90%;
}
.proitem-wrap .proitem-btn {
  margin-top: 1.5rem;
}
.proitem-wrap .proitem-btn .row {
  margin-left: -10px;
  margin-right: -10px;
}
.proitem-wrap .proitem-btn .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.proitem-wrap .proitem-discount {
  padding: 0.75rem;
  margin-top: 1.5rem;
  background-color: #ffffff;
}
.proitem-wrap .proitem-discount h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}
.proitem-wrap .proitem-discount ul li {
  font-size: 90%;
}
.proitem-wrap .proitem-discount ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.proitem-wrap .proitem-info {
  padding: 2rem;
  margin-top: 3rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .proitem-wrap .proitem-info {
    padding: 1rem;
  }
}
.proitem-wrap .proitem-info h4 {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.5rem;
}
.proitem-wrap .proitem-info h4::before {
  left: 0;
  width: 70px;
  height: 3px;
  content: "";
  bottom: -10px;
  position: absolute;
  background-color: #c1986a;
}

.proitem-list-under:not(:last-child) {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dee2e6;
}
.proitem-list-under > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.proitem-list-under h6,
.proitem-list-under label {
  color: #006bac;
  font-weight: bold;
}
.proitem-list-under p {
  font-size: 90%;
}

@media (min-width: 576px) {
  .content-text {
    padding-left: 1rem;
  }
}
.content-text > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.content-text img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-company {
  margin-bottom: 1.5rem;
}
.contact-company > h3 {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 0.25rem;
}
.contact-company > h3::before {
  left: 50%;
  width: 80px;
  height: 3px;
  content: "";
  bottom: -5px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #006bac;
}

.sgs-wrap {
  padding-top: 3rem !important;
}

.login-wrap #registered-terms {
  margin-top: 0.15rem;
}
.login-wrap .login-title {
  text-align: center;
}
.login-wrap .login-title span {
  margin-bottom: 2rem;
  display: inline-block;
  padding: 0 1rem 0.5rem;
  border-bottom: 3px solid #006bac;
}
.login-wrap .login-item {
  background-color: #ffffff;
  padding: 3rem;
  margin: 0 auto;
  max-width: 740px;
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.login-wrap .login-item label {
  font-size: 90%;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .login-wrap .login-item {
    padding: 1.5rem;
  }
  .login-wrap .login-item .forgot-password-style {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .login-wrap .login-item > .row > *:first-child {
    border-left: 1px solid #dee2e6;
  }
}
@media (max-width: 767px) {
  .login-wrap .login-item > .row > *:first-child .data-form {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
  }
}
.login-wrap .login-item .login-other {
  text-align: center;
}
.login-wrap .login-item .login-other > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.login-wrap .login-item .login-other .login-btn > a {
  color: #ffffff;
  font-size: 95%;
  padding: 0.25rem 0.5rem;
}
.login-wrap .login-item .login-other .login-btn > *:not(:last-child) {
  margin-bottom: 0.75rem;
}
.login-wrap .login-item .login-other .qr-login img {
  display: block;
  margin: 0 auto;
}
.login-wrap .login-item .login-other .qr-login p {
  display: inline-block;
}
.login-wrap .login-item .login-other p,
.login-wrap .login-item .login-other a {
  font-size: 90%;
}
.login-wrap .login-item .login-other a {
  display: inline-block;
  color: #006bac;
}
.login-wrap .login-item .login-other a:hover {
  color: #004b79;
}

.forget-modal label {
  font-size: 95%;
}

.side-wrap-product > * {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}
.side-wrap-product .side-sort-product h1 {
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .side-wrap-product .side-sort-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
    top: 76px;
    position: sticky;
  }
}
.side-wrap-product .side-sort-product .sort-btn {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  background-color: #1b161b;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  padding: 0.25rem 0.5rem;
  font-size: 90%;
}
.side-wrap-product .side-sort-product .sort-btn h2 {
  letter-spacing: 1px;
  text-align: center !important;
}
.side-wrap-product .side-sort-product .sort-btn .down-icon {
  margin: 0 auto;
  text-align: center;
}
.side-wrap-product .side-sort-product .sort-btn .down-icon svg {
  top: -5px;
  width: 1.5em;
  height: 1em;
  position: relative;
}
.side-wrap-product .side-sort-product .sort-list {
  margin-left: 1rem;
  margin-bottom: 0.75rem;
  border-left: 1px solid #dee2e6;
}
@media (min-width: 992px) {
  .side-wrap-product .side-sort-product .sort-list {
    margin-bottom: 0;
    display: block !important;
  }
}
.side-wrap-product .side-sort-product .sort-list li a {
  color: #000000;
  font-size: 90%;
  padding: 0.5rem 1rem;
}
.side-wrap-product .side-sort-product .sort-list li:hover a, .side-wrap-product .side-sort-product .sort-list li.active a {
  color: #2f3245;
}
@media (max-width: 991px) {
  .side-wrap-product .side-sort-product .sort-btn {
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
  }
  .side-wrap-product .side-sort-product .sort-btn .down-icon {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .side-wrap-product .side-sort-product .sort-btn.sort-show .down-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .side-wrap-product .side-sort-product .sort-list {
    display: none;
  }
}
.side-wrap-product .side-detail {
  padding: 3rem;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .side-wrap > * {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.side-wrap .side-sort h1 {
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .side-wrap .side-sort {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
  }
}
.side-wrap .side-sort .sort-btn {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  background-color: #1b161b;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.side-wrap .side-sort .sort-btn h2 {
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .side-wrap .side-sort .sort-btn h2 {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .side-wrap .side-sort .sort-btn {
    border-radius: 20px;
    padding: 0.25rem 0.5rem;
    font-size: 90%;
  }
}
.side-wrap .side-sort .sort-btn .down-icon {
  margin: 0 auto;
  text-align: center;
}
.side-wrap .side-sort .sort-btn .down-icon svg {
  top: -5px;
  width: 1.5em;
  height: 1em;
  position: relative;
}
.side-wrap .side-sort .sort-list {
  margin-left: 1rem;
  margin-bottom: 0.75rem;
  border-left: 1px solid #dee2e6;
}
@media (min-width: 992px) {
  .side-wrap .side-sort .sort-list {
    margin-bottom: 0;
    display: block !important;
  }
}
.side-wrap .side-sort .sort-list li a {
  color: #000000;
  font-size: 100%;
  font-weight: bolder;
  padding: 0.5rem 1rem;
}
.side-wrap .side-sort .sort-list li:hover a, .side-wrap .side-sort .sort-list li.active a {
  color: #006bac;
}
@media (max-width: 991px) {
  .side-wrap .side-sort .sort-btn {
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
  }
  .side-wrap .side-sort .sort-btn .down-icon {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .side-wrap .side-sort .sort-btn.sort-show .down-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .side-wrap .side-sort .sort-list {
    display: none;
  }
}
.side-wrap .side-detail {
  padding: 3rem;
  background-color: #ffffff;
}

.form-wrap label {
  position: relative;
  font-size: 95%;
  margin-bottom: 0.5rem;
}
.form-wrap .form-star-style {
  position: absolute;
  top: -5px;
  width: auto;
  margin: 0 5px;
  font-size: 0.5em;
  font-weight: bolder;
  color: #006bac;
}
.form-wrap .honor-card-box {
  float: left;
  width: 80%;
  margin: 50px 10% 0;
  text-align: center;
  color: #333;
  font-weight: bolder;
}
.form-wrap .honor-card-box h3 {
  width: 100%;
  margin: 0 0 15px;
  font-size: 1.35em;
}
.form-wrap .honor-card-box h4 {
  width: 100%;
  margin: 0;
  font-size: 1.15em;
}
.form-wrap .honor-card-box .honor-card-box-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 50px 0 0;
}
.form-wrap .honor-card-box .honor-card-box-login .honor-card-box-login-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48%;
  margin: 0 1%;
}
.form-wrap .honor-card-box .honor-card-box-login .honor-card-box-login-items h5 {
  width: 100%;
  margin: 0 0 10px;
  font-size: 1.15em;
  color: #666;
}
.form-wrap .honor-card-box .honor-card-box-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  margin: 50px 20% 0;
}
.form-wrap .honor-card-box .honor-card-box-information p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 6px 0;
  text-align: left;
  font-size: 1.15em;
  font-weight: bolder;
}
.form-wrap .honor-card-box .honor-card-box-information p TI {
  width: 65px;
}
.form-wrap .honor-card-box .honor-card-box-information p TE {
  width: calc(100% - 65px);
}
.form-wrap .honor-card-box .honor-card-box-information div {
  width: auto;
  margin: 30px 0 0;
}
.form-wrap .honor-card-box .repair-img-button {
  width: 100%;
  margin: 6px 0;
  font-size: 1.15em;
  letter-spacing: 1px;
}
@media (max-width: 481px) {
  .form-wrap .honor-card-box {
    width: 100%;
    margin: 20px 0 0;
  }
  .form-wrap .honor-card-box h3 {
    margin: 0 0 12px;
    font-size: 1.15em;
  }
  .form-wrap .honor-card-box h4 {
    font-size: 1em;
  }
  .form-wrap .honor-card-box .honor-card-box-login-items {
    margin: 30px 0 0;
  }
  .form-wrap .honor-card-box .honor-card-box-login-items h5 {
    margin: 0 0 8px;
    font-size: 1em;
  }
  .form-wrap .honor-card-box .honor-card-box-information {
    width: 80%;
    margin: 30px 10% 0;
  }
  .form-wrap .honor-card-box .honor-card-box-information p {
    margin: 3px 0;
    font-size: 1em;
  }
  .form-wrap .honor-card-box .honor-card-box-information p TI {
    width: 55px;
  }
  .form-wrap .honor-card-box .honor-card-box-information p TE {
    width: calc(100% - 55px);
  }
}
.form-wrap .dealer-base-tab {
  width: 100%;
  margin: 50px 0 0;
}

.page-wrap {
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .page-wrap:not(.login-wrap) {
    padding-top: 0;
  }
}
.page-wrap .page-item {
  padding: 2rem 3rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .page-wrap .page-item {
    padding: 1.5rem;
  }
}
.page-wrap .page-item .page-title {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
}
.page-wrap .page-item .page-title::before {
  left: 0;
  bottom: 0;
  content: "";
  height: 3px;
  width: 80px;
  position: absolute;
  background-color: #006bac;
}

#blog {
  background: #dee2e6;
  margin-top: -20px;
  padding-bottom: 30px;
}
#blog .full-width {
  padding-left: 0;
  padding-right: 0;
}
#blog .blog_title {
  padding: 20px 0;
}
#blog .blog_title h1 {
  color: #2f3245;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}
#blog #all_blogs_title {
  padding: 0;
}
#blog #all_blogs_title .blogs_group {
  display: block;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  padding: 20px 0;
}
#blog #all_blogs_title .blogs_group h5 {
  margin: 5px 20px;
  font-size: 1.1rem;
  color: #2f3245;
}
#blog #all_blogs_title .blogs_group a {
  display: inline-block;
  padding-bottom: 5px;
  color: #2f3245;
}
#blog #all_blogs_title .blogs_group a:hover {
  text-decoration: none;
}
#blog #all_blogs_title .mobile_blogs_group {
  display: none;
}
#blog .article {
  height: 100%;
  background: #ffffff;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 280px auto 60px 50px 40px;
  grid-template-rows: 280px auto 60px 50px 40px;
      grid-template-areas: "image" "date" "title" "content" "readmore";
  -ms-grid-columns: auto auto auto auto auto;
}
#blog .article .article_image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
}
#blog .article .article_image > a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100%;
  overflow-y: hidden;
  width: 100%;
}
#blog .article .article_date {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  color: #2f3245;
  font-size: 13px;
  font-weight: 200;
  grid-area: date;
  line-height: 25px;
}
#blog .article .article_title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: title;
}
#blog .article .article_title > a {
  color: #2f3245;
  font-size: 19px;
  line-height: 25px;
  display: -webkit-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#blog .article .article_content {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: content;
  color: #2f3245;
  font-size: 15px;
  font-weight: 200;
}
#blog .article .article_readmore {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: readmore;
  -ms-grid-row-align: center;
      align-self: center;
}
#blog .article .article_readmore > a {
  color: #2f3245;
  font-size: 0.8rem;
}

#blog #all_blogs_title .blog_title,
#blog #all_blogs_title hr {
  display: none;
}

#blog .article .article_date,
#blog .article .article_title,
#blog .article .article_content,
#blog .article .article_readmore {
  padding: 5px 20px;
}

#blog #selected_blog .selected_article .article_title,
#blog #selected_blog .selected_article .article_date,
#blog #selected_blog .selected_article .article_tags {
  padding: 0 10px;
}

#blog .swiper-container {
  display: none;
}

@media (max-width: 1199px) {
  #blog .article {
    -ms-grid-rows: 217.5px auto 60px 50px 40px;
    grid-template-rows: 217.5px auto 60px 50px 40px;
  }
}
@media (max-width: 991px) {
  #blog .article {
    -ms-grid-rows: 247.5px auto 60px 50px 40px;
    grid-template-rows: 247.5px auto 60px 50px 40px;
  }
  #blog #all_blogs_title .blogs_group {
    display: none;
  }
  #blog #all_blogs_title .mobile_blogs_group {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px #ffffff;
            box-shadow: 0 0 5px #ffffff;
  }
  #blog #all_blogs_title .mobile_blogs_group h1 {
    position: relative;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #2f3245;
    font-size: 13px;
  }
  #blog #all_blogs_title .mobile_blogs_group h1:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 20px;
    width: 10px;
    height: 10px;
    border: 2px solid #2f3245;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(135deg) translate(-1px, -21px);
            transform: rotate(135deg) translate(-1px, -21px);
  }
  #blog #all_blogs_title .mobile_blogs_group:not(.collapsed) h1:after {
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(135deg) translate(1px, -24px);
            transform: rotate(135deg) translate(1px, -24px);
  }
  #blog #all_blogs_title .mobile_blogs_group .blogs {
    padding: 0px;
    margin: 0;
    list-style-type: none;
    background-color: #ffffff;
  }
  #blog #all_blogs_title .mobile_blogs_group .blogs li {
    padding: 10px 0;
  }
  #blog #all_blogs_title .mobile_blogs_group .blogs li a {
    color: #2f3245;
    font-size: 14px;
  }
  #blog #all_blogs_title .mobile_blogs_group .blogs li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 768px) {
  #blog .article {
    -ms-grid-rows: 382.5px auto auto auto 40px;
    grid-template-rows: 382.5px auto auto auto 40px;
  }
  #blog #all_blogs_title .blogs_group {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575px) {
  #blog .article {
    -ms-grid-rows: calc(70vw - 22.5px) auto auto auto 40px;
    grid-template-rows: calc(70vw - 22.5px) auto auto auto 40px;
  }
}
.carousel-item > img {
  max-height: 85vh;
}

.ui-icon {
  background-image: none !important;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

.clear-fix:after {
  content: "";
  display: block;
  clear: both;
}

.btn-group,
input:not([type=checkbox]) {
  min-width: 0px;
}

.custom-select {
  background: #ffffff;
}

.img-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: text-top;
  display: block\0  !important;
  text-align: center\0 ;
}

.img-flex img {
  opacity: 0;
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.onsale {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  z-index: 1;
}

#index_prods_cor .block_item {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
#index_prods_cor .item_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#index_prods_cor .item_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#index_prods_cor .img_item_1 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#index_prods_cor .img_item_2 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.parallax {
  /* 設定背景圖片/居中/不重覆 */
  background: url("../images/home/bottom/bg.jpg") center center no-repeat;
  /* 設定區塊高度 */
  min-height: 50vh;
  /* 背景自動縮放/固定 */
  background-attachment: fixed;
  background-size: cover;
  margin: 0px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#div2 {
  filter: alpha(Opacity=80);
  z-index: 100;
}

.has-blackground {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.about-services-icon {
  text-align: center;
}
.about-services-icon > img {
  padding-bottom: 15px;
}

/* 物件長寬 */
.activeCouHorCon {
  width: 100%;
  height: 85px;
  counter-reset: num;
  /* 數字歸零 */
}

/* 清單內外距 */
.activeCouHorCon ul {
  margin: 0;
  padding: 0 3%;
}

/* 列表項目處理 */
.activeCouHorPro li {
  list-style-type: none;
  /* 移除清單預設樣式 */
  float: left;
  /* 靠左浮動 */
  width: 33.33%;
  /* 項目間距 */
  color: #4db994;
  text-align: -webkit-center;
}

/* 圓點處理 */
.activeCouHorPro li::before {
  display: block;
  /* 建立區塊 */
  width: 1.5em;
  /* 區塊大小 */
  height: 1.5em;
  /* 區塊大小 */
  background-color: #1f7356;
  /* 區塊顏色 */
  border-radius: 50%;
  /* 區塊圓角 */
  content: "●";
  color: white;
  font-size: 1em;
  line-height: 1.5em;
  /* 上下置中 */
  text-align: center;
  /* 水平置中 */
  margin: 0 0 10px 0;
  counter-increment: num;
  content: counter(num);
}

/* 線條處理 */
/* 第一列不要有線條 */
.activeCouHorPro li:first-child::after {
  content: none;
}

.activeCouHorPro li.active {
  color: #26f52d;
}

.activeCouHorPro li.active:before {
  color: #ffffff;
  border-color: #009805;
  background: #009805;
}

.activeCouHorPro li.active + li:after {
  background-color: #009805;
}

@media (max-width: 767px) {
  .prompt-wrap {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
  }
}
.prompt-wrap .prompt-title {
  width: 100%;
  height: 30px;
  color: #ffffff;
  font-size: 95%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  line-height: 30px;
  position: relative;
  text-align: center;
  background-color: #006bac;
}
.prompt-wrap .prompt-title:before {
  top: 0;
  width: 0;
  height: 0;
  content: "";
  right: -15px;
  display: block;
  position: absolute;
  border-top: 15px solid transparent;
  border-left: 15px solid #006bac;
  border-bottom: 15px solid transparent;
}
.prompt-wrap .prompt-detail {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-top: 0.5rem;
}
.prompt-wrap .prompt-detail ul {
  margin-top: 0.25rem;
}
.prompt-wrap .prompt-detail ul li {
  font-size: 90%;
}
.prompt-wrap .prompt-detail ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .prompt-wrap .prompt-detail {
    padding-top: 0;
    padding-left: 2.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 90px);
            flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
  }
}

.rwd-table {
  min-width: 100%;
  margin-bottom: 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .rwd-table {
    width: 100%;
  }
  .rwd-table td,
.rwd-table p {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .rwd-table td,
.rwd-table p {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .rwd-table th,
.rwd-table td {
    white-space: nowrap;
    vertical-align: middle;
  }
}
.rwd-table thead th {
  display: none;
  text-align: left;
  border-bottom: none;
}
.rwd-table th,
.rwd-table td {
  vertical-align: middle;
}
.rwd-table td {
  color: #2f3245;
}
.rwd-table tbody tr td {
  text-align: left;
}
@media (max-width: 767px) {
  .rwd-table tbody tr td {
    display: block;
  }
  .rwd-table tbody tr td small {
    display: block;
    margin-bottom: 0.25rem;
  }
  .rwd-table tbody tr td.name {
    font-weight: bold;
    background-color: #f2f2f2;
  }
  .rwd-table tbody tr .picture-td {
    display: none;
  }
}

@media (min-width: 768px) {
  .rwd-table .picture-td {
    width: 80px;
  }
  .rwd-table thead th {
    display: table-cell;
  }
  .rwd-table tbody td {
    display: table-cell;
  }
  .rwd-table tbody td::before {
    display: none !important;
  }
}
.small-discount-info-cart1 {
  float: right;
  width: 45%;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(0, 107, 172, 0.1);
}

.cart-table .cart-price p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.cart-table .cart-price > .small-discount-info-cart2 {
  float: right;
  width: 45%;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(0, 107, 172, 0.1);
}
.cart-table .cart-price .cart-btn button {
  margin-bottom: 1rem;
}
.cart-table .cart-price .grid-md-4 {
  padding: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.cart-table .cart-discount-block {
  padding: 2rem;
  text-align: center;
  background-color: rgba(0, 107, 172, 0.1);
}
.cart-table .cart-discount-block .discount-block-title {
  margin-bottom: 1.5rem;
}
.cart-table .cart-discount-block .discount-block-title h4 {
  color: #006bac;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.cart-table .cart-discount-block > p {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cart-table .cart-discount-block {
    padding: 2rem 1rem;
  }
}
.cart-table .cart-login {
  padding: 2rem;
  text-align: center;
  background-color: rgba(0, 107, 172, 0.1);
}
.cart-table .cart-login > p {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cart-table .cart-login {
    padding: 2rem 1rem;
  }
}
.cart-table h6.cart-form-title > span,
.cart-table h6.cart-form-title > small {
  line-height: 1;
}
.cart-table .data-wrap {
  margin-top: 1rem;
}
.cart-table .data-wrap .data-form {
  padding: 2rem;
}
@media (max-width: 767px) {
  .cart-table .data-wrap {
    margin-top: 3rem;
  }
}
.cart-table .form-check .form-check-input {
  position: relative;
}
.cart-table .form-check .form-check-label {
  top: -2px;
  position: relative;
}
.cart-table #visitors-agree ~ label {
  color: #2f3245 !important;
}
.cart-table .invoice-1,
.cart-table .invoice-2,
.cart-table .invoice-3 {
  display: none;
}

.form-group > input {
  margin-top: 3px;
}

#registered-terms ~ label {
  top: 4px;
  position: relative;
}

.form-check-label {
  cursor: pointer;
}

.contact-line-color {
  font-weight: bolder;
  color: #006bac;
}

.data-wrap {
  position: relative;
}
.data-wrap .data-form {
  padding: 3rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 1199px) {
  .data-wrap .data-form {
    padding: 2rem !important;
  }
}
@media (max-width: 991px) {
  .data-wrap .data-form {
    padding: 1.5rem !important;
  }
}
@media (max-width: 575px) {
  .data-wrap .data-form {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1rem !important;
  }
}
.data-wrap .data-form > p,
.data-wrap .data-form h6 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.data-wrap .data-form > h6 {
  font-weight: bold;
  font-size: 1.2rem;
}
.data-wrap .data-form > h5 {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  color: #006bac;
}
.data-wrap .data-form label {
  font-size: 90%;
  color: #2f3245;
  line-height: 1.4;
}
.data-wrap .data-form label svg {
  color: #2f3245;
}
.data-wrap .data-form .form-check .form-check-label {
  font-size: 12px;
}
.data-wrap .data-form .transport-radio .transport-list {
  padding: 1rem;
  cursor: pointer;
  background-color: rgba(0, 107, 172, 0.1);
}
.data-wrap .data-form .transport-radio .transport-list label {
  color: #000000;
}
.data-wrap .data-form .transport-radio .transport-list input:focus {
  outline: 0;
}
.data-wrap .data-form .transport-radio .transport-list .transport-info {
  display: none;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.cart-finished {
  padding: 3rem;
  text-align: center;
  background-color: #ffffff;
}
.cart-finished > *:not(:last-child) {
  margin-bottom: 0.75rem;
}

.record-wrap .no-record,
.record-wrap .record-list {
  padding: 1rem;
  background-color: #fafafa;
}
.record-wrap > *:not(:last-child) {
  margin-bottom: 1rem;
}
.record-wrap .no-record {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.record-wrap .record-list {
  color: #2f3245;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.record-wrap .record-list > *:not(:last-child) {
  margin-bottom: 0.35rem;
}
.record-wrap .record-list .record-btn {
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: center;
  border-top: 1px solid #dee2e6;
}

.record-info {
  padding-top: 1rem;
}

.track-wrap .item-list {
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.track-wrap .item-list .item-detail h6 {
  border-bottom: 0;
  padding-bottom: 0;
}

.track-remind {
  left: 50%;
  top: 200px;
  z-index: 10;
  width: 250px;
  color: #ffffff;
  display: none;
  position: fixed;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(47, 50, 69, 0.8);
}

.page-list-wrap .item-list {
  margin-bottom: 0;
}

.track-wrap > .item-wrap-1 > *,
.page-list-wrap > .item-wrap-1 > * {
  margin-bottom: 3rem;
}

.item-wrap-3 .hot {
  top: 10px;
  z-index: 1;
  right: 10px;
  position: absolute;
}
.item-wrap-3 .item-list {
  height: 95%;
  display: block;
  position: relative;
  margin-bottom: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.item-wrap-3 .item-list .item-image {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.item-wrap-3 .item-list .item-image img {
  height: auto;
  display: block;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.item-wrap-3 .item-list .item-detail {
  margin-top: 1.5vh;
}
.item-wrap-3 .item-list .item-detail h6 {
  line-height: 1.4;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
.item-wrap-3 .item-list .item-detail > a {
  color: #000000;
  padding: 1rem;
  display: block;
  max-height: 100%;
  text-align: center;
  background-color: #ffffff;
}
.item-wrap-3 .item-list .item-detail > a > *:not(:last-child) {
  margin-bottom: 0.75rem;
}
.item-wrap-3 .item-list .item-detail > a .item-price > *:not(:last-child) {
  margin-bottom: 0.25rem;
}
.item-wrap-3 .item-list .item-detail > a .item-price .new {
  font-size: 90%;
  color: #2f3245;
}
.item-wrap-3 .item-list .item-share {
  top: 10px;
  left: 10px;
  position: absolute;
}
.item-wrap-3 .item-list .item-share > div {
  position: relative;
}
.item-wrap-3 .item-list .item-share > div:not(:last-child) {
  margin-bottom: 0.5rem;
}
.item-wrap-3 .item-list .item-share > div a {
  color: #000000;
  padding: 0.35rem;
  display: inline-block;
  background-color: #ffffff;
}
.item-wrap-3 .item-list .item-share > div a:hover, .item-wrap-3 .item-list .item-share > div a.heart.active {
  color: #ffffff;
  background-color: #2f3245;
}
.item-wrap-3 .item-list .item-share > div a svg {
  width: 1.1em !important;
  height: 1.1em !important;
}
@media (max-width: 575px) {
  .item-wrap-3 .item-list .item-share {
    top: 5px;
    left: 5px;
  }
  .item-wrap-3 .item-list .item-share > div:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .item-wrap-3 .item-list .item-share > div a {
    padding: 0.25rem;
  }
  .item-wrap-3 .item-list .item-share > div a svg {
    width: 0.9em !important;
    height: 0.9em !important;
  }
}
@media (min-width: 768px) {
  .item-wrap-3 .item-list .item-share > div {
    opacity: 0;
    -webkit-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  }
  .item-wrap-3 .item-list .item-share > div:nth-child(1) {
    top: 20px;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .item-wrap-3 .item-list .item-share > div:nth-child(2) {
    top: 20px;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .item-wrap-3 .item-list .item-share > div:nth-child(3) {
    top: 20px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (min-width: 768px) {
  .item-wrap-3 .item-list:hover .item-image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .item-wrap-3 .item-list:hover .item-share > div {
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .item-wrap-3 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .item-wrap-3 > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.zoomContainer {
  z-index: 20;
}

.web-detail .img-wrap {
  margin-bottom: 5rem;
}

.web-detail .img-wrap img {
  max-width: 100%;
  border: 1px solid #dee2e6;
}

.web-detail .img-wrap #gallery_01,
.web-detail .img-wrap #gallery_02,
.web-detail .img-wrap #gallery_03,
.web-detail .img-wrap #gallery_04 {
  margin: 1rem -0.25rem 0;
}

.web-detail .img-wrap #gallery_01 > a,
.web-detail .img-wrap #gallery_02 > a,
.web-detail .img-wrap #gallery_03 > a,
.web-detail .img-wrap #gallery_04 > a {
  width: 100px;
  height: 100px;
  padding: 0 0.25rem;
  display: inline-block;
}

.web-detail .img-wrap #gallery_01 > a.active > img,
.web-detail .img-wrap #gallery_02 > a.active > img,
.web-detail .img-wrap #gallery_03 > a.active > img,
.web-detail .img-wrap #gallery_04 > a.active > img {
  border: 2px solid #000000;
}

.web-detail .img-wrap #gallery_01 > a img,
.web-detail .img-wrap #gallery_02 > a img,
.web-detail .img-wrap #gallery_03 > a img,
.web-detail .img-wrap #gallery_04 > a img {
  max-width: 100%;
}

.web-detail .img-wrap #select {
  width: auto;
  margin-top: 1rem;
}

.zoomLens {
  cursor: pointer;
}
.download-wrap .download-list,
.download-wrap .hire-list,
.hire-wrap .download-list,
.hire-wrap .hire-list,
.enterprice-wrap .download-list,
.enterprice-wrap .hire-list {
  padding: 1rem;
  cursor: pointer;
  color: #2f3245;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  background-color: #ffffff;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.download-wrap .download-list:hover,
.download-wrap .hire-list:hover,
.hire-wrap .download-list:hover,
.hire-wrap .hire-list:hover,
.enterprice-wrap .download-list:hover,
.enterprice-wrap .hire-list:hover {
  background-color: #f7f7f7;
}
@media (max-width: 575px) {
  .download-wrap .download-list,
.download-wrap .hire-list,
.hire-wrap .download-list,
.hire-wrap .hire-list,
.enterprice-wrap .download-list,
.enterprice-wrap .hire-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .download-wrap .download-list > *,
.download-wrap .hire-list > *,
.hire-wrap .download-list > *,
.hire-wrap .hire-list > *,
.enterprice-wrap .download-list > *,
.enterprice-wrap .hire-list > * {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .download-wrap .download-list,
.download-wrap .hire-list,
.hire-wrap .download-list,
.hire-wrap .hire-list,
.enterprice-wrap .download-list,
.enterprice-wrap .hire-list {
    padding: 1rem 0.5rem;
  }
}
.download-wrap .download-list .download-icon,
.download-wrap .download-list .hire-icon,
.download-wrap .download-list .enterprice-icon,
.download-wrap .hire-list .download-icon,
.download-wrap .hire-list .hire-icon,
.download-wrap .hire-list .enterprice-icon,
.hire-wrap .download-list .download-icon,
.hire-wrap .download-list .hire-icon,
.hire-wrap .download-list .enterprice-icon,
.hire-wrap .hire-list .download-icon,
.hire-wrap .hire-list .hire-icon,
.hire-wrap .hire-list .enterprice-icon,
.enterprice-wrap .download-list .download-icon,
.enterprice-wrap .download-list .hire-icon,
.enterprice-wrap .download-list .enterprice-icon,
.enterprice-wrap .hire-list .download-icon,
.enterprice-wrap .hire-list .hire-icon,
.enterprice-wrap .hire-list .enterprice-icon {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-width: 70px;
}
.download-wrap .download-list .download-icon svg,
.download-wrap .download-list .hire-icon svg,
.download-wrap .download-list .enterprice-icon svg,
.download-wrap .hire-list .download-icon svg,
.download-wrap .hire-list .hire-icon svg,
.download-wrap .hire-list .enterprice-icon svg,
.hire-wrap .download-list .download-icon svg,
.hire-wrap .download-list .hire-icon svg,
.hire-wrap .download-list .enterprice-icon svg,
.hire-wrap .hire-list .download-icon svg,
.hire-wrap .hire-list .hire-icon svg,
.hire-wrap .hire-list .enterprice-icon svg,
.enterprice-wrap .download-list .download-icon svg,
.enterprice-wrap .download-list .hire-icon svg,
.enterprice-wrap .download-list .enterprice-icon svg,
.enterprice-wrap .hire-list .download-icon svg,
.enterprice-wrap .hire-list .hire-icon svg,
.enterprice-wrap .hire-list .enterprice-icon svg {
  max-width: 100%;
}
@media (max-width: 575px) {
  .download-wrap .download-list .download-icon,
.download-wrap .download-list .hire-icon,
.download-wrap .download-list .enterprice-icon,
.download-wrap .hire-list .download-icon,
.download-wrap .hire-list .hire-icon,
.download-wrap .hire-list .enterprice-icon,
.hire-wrap .download-list .download-icon,
.hire-wrap .download-list .hire-icon,
.hire-wrap .download-list .enterprice-icon,
.hire-wrap .hire-list .download-icon,
.hire-wrap .hire-list .hire-icon,
.hire-wrap .hire-list .enterprice-icon,
.enterprice-wrap .download-list .download-icon,
.enterprice-wrap .download-list .hire-icon,
.enterprice-wrap .download-list .enterprice-icon,
.enterprice-wrap .hire-list .download-icon,
.enterprice-wrap .hire-list .hire-icon,
.enterprice-wrap .hire-list .enterprice-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.download-wrap .download-list .grid-12,
.download-wrap .hire-list .grid-12,
.hire-wrap .download-list .grid-12,
.hire-wrap .hire-list .grid-12,
.enterprice-wrap .download-list .grid-12,
.enterprice-wrap .hire-list .grid-12 {
  padding-left: 2rem;
}
@media (min-width: 576px) {
  .download-wrap .download-list .grid-12 .download-btn,
.download-wrap .hire-list .grid-12 .download-btn,
.hire-wrap .download-list .grid-12 .download-btn,
.hire-wrap .hire-list .grid-12 .download-btn,
.enterprice-wrap .download-list .grid-12 .download-btn,
.enterprice-wrap .hire-list .grid-12 .download-btn {
    text-align: right;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #dee2e6;
  }
}
@media (min-width: 576px) {
  .download-wrap .download-list .grid-12 .hire-btn,
.download-wrap .hire-list .grid-12 .hire-btn,
.hire-wrap .download-list .grid-12 .hire-btn,
.hire-wrap .hire-list .grid-12 .hire-btn,
.enterprice-wrap .download-list .grid-12 .hire-btn,
.enterprice-wrap .hire-list .grid-12 .hire-btn {
    text-align: right;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #dee2e6;
  }
  .download-wrap .download-list .grid-12 .hire-btn p,
.download-wrap .hire-list .grid-12 .hire-btn p,
.hire-wrap .download-list .grid-12 .hire-btn p,
.hire-wrap .hire-list .grid-12 .hire-btn p,
.enterprice-wrap .download-list .grid-12 .hire-btn p,
.enterprice-wrap .hire-list .grid-12 .hire-btn p {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .download-wrap .download-list .grid-12 .enterprice-btn,
.download-wrap .hire-list .grid-12 .enterprice-btn,
.hire-wrap .download-list .grid-12 .enterprice-btn,
.hire-wrap .hire-list .grid-12 .enterprice-btn,
.enterprice-wrap .download-list .grid-12 .enterprice-btn,
.enterprice-wrap .hire-list .grid-12 .enterprice-btn {
    text-align: right;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #dee2e6;
  }
  .download-wrap .download-list .grid-12 .enterprice-btn p,
.download-wrap .hire-list .grid-12 .enterprice-btn p,
.hire-wrap .download-list .grid-12 .enterprice-btn p,
.hire-wrap .hire-list .grid-12 .enterprice-btn p,
.enterprice-wrap .download-list .grid-12 .enterprice-btn p,
.enterprice-wrap .hire-list .grid-12 .enterprice-btn p {
    text-align: left;
  }
  .download-wrap .download-list .grid-12 .enterprice-btn .enterprice-buy,
.download-wrap .hire-list .grid-12 .enterprice-btn .enterprice-buy,
.hire-wrap .download-list .grid-12 .enterprice-btn .enterprice-buy,
.hire-wrap .hire-list .grid-12 .enterprice-btn .enterprice-buy,
.enterprice-wrap .download-list .grid-12 .enterprice-btn .enterprice-buy,
.enterprice-wrap .hire-list .grid-12 .enterprice-btn .enterprice-buy {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .download-wrap .download-list .grid-12,
.download-wrap .hire-list .grid-12,
.hire-wrap .download-list .grid-12,
.hire-wrap .hire-list .grid-12,
.enterprice-wrap .download-list .grid-12,
.enterprice-wrap .hire-list .grid-12 {
    padding-left: 0;
  }
  .download-wrap .download-list .grid-12 button,
.download-wrap .hire-list .grid-12 button,
.hire-wrap .download-list .grid-12 button,
.hire-wrap .hire-list .grid-12 button,
.enterprice-wrap .download-list .grid-12 button,
.enterprice-wrap .hire-list .grid-12 button {
    width: 100%;
    margin: 0 auto;
  }
}
.download-wrap .download-list .grid-12 > *,
.download-wrap .hire-list .grid-12 > *,
.hire-wrap .download-list .grid-12 > *,
.hire-wrap .hire-list .grid-12 > *,
.enterprice-wrap .download-list .grid-12 > *,
.enterprice-wrap .hire-list .grid-12 > * {
  display: block;
}
.download-wrap .download-list .grid-12 > *:not(:last-child),
.download-wrap .hire-list .grid-12 > *:not(:last-child),
.hire-wrap .download-list .grid-12 > *:not(:last-child),
.hire-wrap .hire-list .grid-12 > *:not(:last-child),
.enterprice-wrap .download-list .grid-12 > *:not(:last-child),
.enterprice-wrap .hire-list .grid-12 > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.download-wrap .download-list .grid-12 p,
.download-wrap .hire-list .grid-12 p,
.hire-wrap .download-list .grid-12 p,
.hire-wrap .hire-list .grid-12 p,
.enterprice-wrap .download-list .grid-12 p,
.enterprice-wrap .hire-list .grid-12 p {
  color: #2f3245;
  font-weight: bold;
}

.caption-wrap {
  background-color: #ffffff;
  padding: 2rem 3rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.caption-wrap .caption-list a,
.caption-wrap .caption-list li {
  display: block;
}
.caption-wrap .caption-list h6 {
  font-size: 1.2rem;
  font-weight: bold;
}
.caption-wrap .caption-list h6 a {
  color: #2f3245;
}
.caption-wrap .caption-list h6 a:hover {
  color: #060608;
}
.caption-wrap .caption-list > *:not(:last-child) {
  margin-bottom: 0.75rem;
}
.caption-wrap .caption-list:not(:last-child) {
  margin-bottom: 2rem;
}
.caption-wrap .caption-list.caption-link {
  padding: 1rem;
  background-color: #2f3245;
}
.caption-wrap .caption-list.caption-link h6 {
  margin-left: -5px;
  margin-right: -5px;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.caption-wrap .caption-list.caption-link h6 a {
  color: #ffffff;
}
.caption-wrap .caption-list.caption-link h6 a:hover {
  color: #e6e6e6;
}
.caption-wrap .caption-list.caption-link:not(:last-child) {
  padding-bottom: 1rem;
}
.caption-wrap .caption-list.caption-link > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.caption-wrap .caption-list.caption-link > .row > [class*=col-] {
  margin: 0.25rem 0;
  padding-left: 5px;
  padding-right: 5px;
}
.caption-wrap .caption-list ul {
  padding: 0.25rem;
  background-color: #ffffff;
}
.caption-wrap .caption-list ul a {
  height: 100%;
  font-size: 95%;
  line-height: 1.4;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  background-color: #dee2e6;
}
.caption-wrap .caption-list ul a span {
  display: block;
  padding: 0.35rem 0.5rem;
}
.caption-wrap .caption-list ul a:hover {
  color: #000000;
}

.service-wrap,
.news-detail-wrap {
  background-color: #ffffff;
  padding: 2rem 3rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.page-contact {
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background-color: #2f3245;
}
.page-contact:hover {
  color: #ffffff;
  background-color: #1a1c27;
}

.media-wrap {
  background-color: #ffffff;
  padding: 2rem 3rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.media-wrap .item-list {
  margin-top: 1.5rem;
  color: #2f3245;
  position: relative;
}
.media-wrap .item-list .item-mask {
  top: 0;
  left: 0;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-color: rgba(47, 50, 69, 0.4);
}
.media-wrap .item-list .item-mask svg {
  top: 50%;
  left: 50%;
  color: #ffffff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.media-wrap .item-list:hover .item-mask {
  opacity: 1;
}

@media (min-width: 991px) {
  .product-gap {
    margin-bottom: 0.6rem;
  }
}

.enterprice-outfit {
  padding: 0.5rem;
  background-color: #ffffff;
  margin-bottom: 0.5rem;
}

.enterprice-detail > .enterprice-list:not(:last-child) {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dee2e6;
}
.enterprice-detail > .enterprice-list > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.enterprice-detail > .enterprice-list h6,
.enterprice-detail > .enterprice-list label {
  color: #006bac;
  font-weight: bold;
}
.enterprice-detail > .enterprice-list p {
  font-size: 90%;
}

.enterprice-btn {
  margin-top: 0.5rem;
}
.enterprice-btn .row {
  margin-left: -10px;
  margin-right: -10px;
}
.enterprice-btn .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.enterprice-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
@media (max-width: 768px) {
  .enterprice-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .enterprice-image {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}

.side-sort-product {
  margin-left: 0;
  margin-right: 0;
  top: 107px;
  position: static;
  left: 15px;
  z-index: 100;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.7rem;
  border-radius: 0px 0px 15px 15px;
  white-space: nowrap;
  width: 100%;
}

@media (max-width: 991px) {
  .side-sort {
    top: 107px;
    position: static;
    left: 15px;
    z-index: 100;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.7rem;
    border-radius: 0px 0px 15px 15px;
    white-space: nowrap;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .promenu-fixed {
    left: 0;
    top: 65px;
    width: 100%;
    position: fixed;
  }
}

.product-wrap {
  padding-top: 0;
}

.wrap {
  z-index: 120;
  position: fixed;
  display: none;
  width: 10vw;
  height: 10vh;
  background-size: cover;
}

.layer {
  background: rgba(9, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}

.layer .wrap {
  font-weight: bold;
  font-size: 200px;
  text-align: center;
  line-height: 100vh;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.animate-sort10 {
  text-align: center;
}
.animate-sort10 .animate-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  top: 35%;
}

.a-sort10-43 .animate-item {
  left: -100px;
  width: 10px;
  height: 10px;
  color: #ffffff;
  -webkit-animation: a-sort10-43 2s linear infinite;
          animation: a-sort10-43 2s linear infinite;
}
@-webkit-keyframes a-sort10-43 {
  0% {
    -webkit-box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
            box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
    -webkit-box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
            box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
    -webkit-box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
            box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
    -webkit-box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
            box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
            box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
  }
  62% {
    -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
            box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
  }
  75% {
    -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
            box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
  }
  87% {
    -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
            box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
  }
  100% {
    -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
            box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}
@keyframes a-sort10-43 {
  0% {
    -webkit-box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
            box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
    -webkit-box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
            box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
    -webkit-box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
            box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
    -webkit-box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
            box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
            box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
  }
  62% {
    -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
            box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
  }
  75% {
    -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
            box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
  }
  87% {
    -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
            box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
  }
  100% {
    -webkit-box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
            box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}

@media (max-width: 380px) {
  .wrapper {
    padding-top: 43px;
  }
}
.right-icon-button-bgcolor-style {
  background-color: #1b161b;
  border-radius: 50%;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.right-icon-button-bgcolor-style :hover {
  background-color: #006bac;
  border-radius: 50%;
}

.btn-main {
  border-color: #006bac;
  background-color: #006bac;
  color: #fff;
}
.btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active, .show > .btn-main.dropdown-toggle {
  background-color: #003b60;
  color: #fff;
}
.btn-main:not(:disabled):not(.disabled):active:focus, .btn-main:not(:disabled):not(.disabled).active:focus, .show > .btn-main.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
}
.btn-main:focus, .btn-main.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
}
.btn-main.disabled, .btn-main:disabled {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.btn-main:hover, .btn-main:active, .btn-main.active {
  color: #fff;
}
.btn-main:hover:not(:disabled):not(.disabled), .btn-main:active:not(:disabled):not(.disabled), .btn-main.active:not(:disabled):not(.disabled) {
  border-color: #1b161b;
  background-color: #1b161b;
}

.btn-outline-main {
  color: #006bac;
  border-color: #006bac;
}
.btn-outline-main:not(:disabled):not(.disabled):active, .btn-outline-main:not(:disabled):not(.disabled).active, .show > .btn-outline-main.dropdown-toggle {
  background-color: #003b60;
  color: #fff;
}
.btn-outline-main:not(:disabled):not(.disabled):active:focus, .btn-outline-main:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-main.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
}
.btn-outline-main:focus, .btn-outline-main.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
}
.btn-outline-main.disabled, .btn-outline-main:disabled {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #006bac;
}
.btn-outline-main:hover:not(:disabled):not(.disabled), .btn-outline-main:active:not(:disabled):not(.disabled), .btn-outline-main.active:not(:disabled):not(.disabled) {
  background-color: #006bac;
  color: #fff;
}

.text-main {
  color: #006bac;
}

a.text-main, button.text-main {
  color: #006bac;
}
a.text-main:hover, a.text-main:active, a.text-main.active, button.text-main:hover, button.text-main:active, button.text-main.active {
  color: #003b60;
}
a.text-main:focus, button.text-main:focus {
  color: #003b60;
}
a.text-main.disabled, button.text-main.disabled {
  cursor: default;
  color: #009bf9;
}

.bg-main {
  background-color: #006bac;
  color: #fff;
}

.bg-gradual-main {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#46b9ff), to(#007bc6));
  background-image: linear-gradient(to top, #46b9ff 0%, #007bc6 100%);
}

.form-main {
  border: 1px solid #006bac;
  background-color: #006bac;
  color: #fff;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.25s ease-in-out, border 0.25s ease-in-out;
}
.form-main:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #003b60;
  background-color: #003b60;
  color: #fff;
}

.btn-minor {
  border-color: #1b161b;
  background-color: #1b161b;
  color: #fff;
}
.btn-minor:not(:disabled):not(.disabled):active, .btn-minor:not(:disabled):not(.disabled).active, .show > .btn-minor.dropdown-toggle {
  background-color: #003b60;
  color: #fff;
}
.btn-minor:not(:disabled):not(.disabled):active:focus, .btn-minor:not(:disabled):not(.disabled).active:focus, .show > .btn-minor.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
}
.btn-minor:focus, .btn-minor.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
}
.btn-minor.disabled, .btn-minor:disabled {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.btn-minor:hover, .btn-minor:active, .btn-minor.active {
  color: #fff;
}
.btn-minor:hover:not(:disabled):not(.disabled), .btn-minor:active:not(:disabled):not(.disabled), .btn-minor.active:not(:disabled):not(.disabled) {
  border-color: #1b161b;
  background-color: #1b161b;
}

.btn-outline-minor {
  color: #1b161b;
  border-color: #1b161b;
}
.btn-outline-minor:not(:disabled):not(.disabled):active, .btn-outline-minor:not(:disabled):not(.disabled).active, .show > .btn-outline-minor.dropdown-toggle {
  background-color: #003b60;
  color: #fff;
}
.btn-outline-minor:not(:disabled):not(.disabled):active:focus, .btn-outline-minor:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-minor.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
}
.btn-outline-minor:focus, .btn-outline-minor.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 155, 249, 0.5);
}
.btn-outline-minor.disabled, .btn-outline-minor:disabled {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #1b161b;
}
.btn-outline-minor:hover:not(:disabled):not(.disabled), .btn-outline-minor:active:not(:disabled):not(.disabled), .btn-outline-minor.active:not(:disabled):not(.disabled) {
  background-color: #1b161b;
  color: #fff;
}

.text-minor {
  color: #1b161b;
}

a.text-minor, button.text-minor {
  color: #1b161b;
}
a.text-minor:hover, a.text-minor:active, a.text-minor.active, button.text-minor:hover, button.text-minor:active, button.text-minor.active {
  color: #003b60;
}
a.text-minor:focus, button.text-minor:focus {
  color: #003b60;
}
a.text-minor.disabled, button.text-minor.disabled {
  cursor: default;
  color: #009bf9;
}

.bg-minor {
  background-color: #1b161b;
  color: #fff;
}

.bg-gradual-minor {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6f5b6f), to(#292129));
  background-image: linear-gradient(to top, #6f5b6f 0%, #292129 100%);
}

.form-minor {
  border: 1px solid #1b161b;
  background-color: #1b161b;
  color: #fff;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.25s ease-in-out, border 0.25s ease-in-out;
}
.form-minor:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #003b60;
  background-color: #003b60;
  color: #fff;
}

.btn-tertiary {
  border-color: #1b161b;
  background-color: #1b161b;
  color: #fff;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  background-color: black;
  color: #fff;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 56, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(69, 56, 69, 0.5);
}
.btn-tertiary:focus, .btn-tertiary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 56, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(69, 56, 69, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary.active {
  color: #fff;
}
.btn-tertiary:hover:not(:disabled):not(.disabled), .btn-tertiary:active:not(:disabled):not(.disabled), .btn-tertiary.active:not(:disabled):not(.disabled) {
  border-color: #1b161b;
  background-color: #1b161b;
}

.btn-outline-tertiary {
  color: #1b161b;
  border-color: #1b161b;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
  background-color: black;
  color: #fff;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 56, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(69, 56, 69, 0.5);
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 56, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(69, 56, 69, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #1b161b;
}
.btn-outline-tertiary:hover:not(:disabled):not(.disabled), .btn-outline-tertiary:active:not(:disabled):not(.disabled), .btn-outline-tertiary.active:not(:disabled):not(.disabled) {
  background-color: #1b161b;
  color: #fff;
}

.text-tertiary {
  color: #1b161b;
}

a.text-tertiary, button.text-tertiary {
  color: #1b161b;
}
a.text-tertiary:hover, a.text-tertiary:active, a.text-tertiary.active, button.text-tertiary:hover, button.text-tertiary:active, button.text-tertiary.active {
  color: black;
}
a.text-tertiary:focus, button.text-tertiary:focus {
  color: black;
}
a.text-tertiary.disabled, button.text-tertiary.disabled {
  cursor: default;
  color: #453845;
}

.bg-tertiary {
  background-color: #1b161b;
  color: #fff;
}

.bg-gradual-tertiary {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6f5b6f), to(#292129));
  background-image: linear-gradient(to top, #6f5b6f 0%, #292129 100%);
}

.form-tertiary {
  border: 1px solid #1b161b;
  background-color: #1b161b;
  color: #fff;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.25s ease-in-out, border 0.25s ease-in-out;
}
.form-tertiary:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: black;
  background-color: black;
  color: #fff;
}