@charset "UTF-8";
/*  ---------------
    設定共用字型
 --------------- */
body {
  font-size: 16px; }

html, body {
  touch-action: manipulation; }

a:active,
a:hover {
  text-decoration: none; }

img {
  width: 100%; }

.form-group {
  position: relative;
  margin-bottom: 20px;
  text-align: right; }
  .form-group label {
    position: absolute;
    top: -22px;
    left: 0;
    height: calc(1.5em + .75rem + 2px);
    line-height: 40px;
    font-size: 13px;
    color: #8a7b88;
    margin-bottom: 0;
    display: none; }
  .form-group label.btn-choose input[type="checkbox"] {
    left: 0; }
  .form-group .form-control-btn {
    position: absolute;
    right: 0;
    top: auto;
    height: 100%; }
    .form-group .form-control-btn label.btn-choose {
      position: relative;
      line-height: 25px;
      margin: 0;
      display: inline-block;
      width: 25px;
      min-height: 25px;
      vertical-align: middle;
      font-size: inherit; }
  .form-group input.form-control {
    border: none;
    border-radius: 0;
    height: 40px;
    letter-spacing: 1px;
    padding: 5px 0 5px 0;
    margin-bottom: 3px;
    color: #381236; }
    .form-group input.form-control::placeholder {
      color: #8a7b88;
      font-size: 115%; }
    .form-group input.form-control:focus {
      box-shadow: none; }
    .form-group input.form-control:focus::placeholder {
      font-size: 0; }
    .form-group input.form-control:focus + label,
    .form-group input.form-control:not(:placeholder-shown) ~ label {
      display: block; }
    .form-group input.form-control[type="password"] {
      letter-spacing: 3px;
      font-weight: normal; }
    .form-group input.form-control[type="password"]::placeholder {
      letter-spacing: 0;
      font-weight: normal; }
    .form-group input.form-control[readonly] {
      padding-left: 10px;
      background-color: #f5f5f5;
      border-color: #e0e0e0;
      color: #757575; }
    .form-group input.form-control.disabled, .form-group input.form-control[disabled] {
      color: #757575;
      background: none;
      background-color: #f4f4f4;
      padding-left: 5px;
      border-bottom: 1px solid #dcdcdc; }
  .form-group .input-group {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px; }
    .form-group .input-group .form-control {
      border: none;
      margin-bottom: 0; }
    .form-group .input-group .input-group-text {
      background: none;
      border: none;
      color: #bdbdbd; }
      .form-group .input-group .input-group-text.txt {
        color: #381236; }
      .form-group .input-group .input-group-text:first-child {
        padding-left: 0; }
  .form-group.is-error .txt_error {
    display: block;
    text-align: right; }
    .form-group.is-error .txt_error.lt {
      text-align: left; }

.dropdown-menu {
  border-radius: 10px;
  z-index: 1080;
  padding: 5px; }
  .dropdown-menu li {
    width: 100%;
    text-align: left;
    border: none;
    padding-left: 35px;
    color: #666666; }
    .dropdown-menu li.selected {
      background: #dcdcdc;
      color: #161616; }
      .dropdown-menu li.selected:before {
        position: absolute;
        font-family: 'icomoon';
        content: '\e90f';
        left: 10px;
        top: 8px;
        font-size: 150%; }

.fade:not(.show) {
  display: none; }

.tooltip {
  z-index: 1070;
  white-space: nowrap;
  display: inline-block; }
  .tooltip .arrow::before {
    border-top-color: #424242; }
  .tooltip .tooltip-inner {
    white-space: nowrap;
    background: #424242;
    box-shadow: 0 3px 10px #757575; }

.btn-choose {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 0 20px 0 0;
  cursor: pointer;
  user-select: none;
  color: #381236 !important; }
  .btn-choose input[type='checkbox'],
  .btn-choose input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .btn-choose input[type='checkbox'] + .checkmark,
  .btn-choose input[type='radio'] + .checkmark {
    position: absolute;
    top: 0;
    left: auto;
    right: 2px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #afafaf; }
  .btn-choose:hover input[type='checkbox'] ~ .checkmark,
  .btn-choose:hover input[type='radio'] ~ .checkmark {
    border-color: #757575;
    background-color: #dcdcdc;
    box-shadow: 0 0 5px #bdbdbd;
    transition: all .4s; }
  .btn-choose input[type='checkbox']:checked ~ .checkmark,
  .btn-choose input[type='radio']:checked ~ .checkmark {
    background-color: #212121;
    border-color: #212121; }
  .btn-choose input[type='radio']:checked ~ .checkmark {
    border-color: #bdbdbd; }
  .btn-choose input[type='checkbox']:checked + .checkmark:after,
  .btn-choose input[type='radio']:checked + .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .btn-choose input[type='checkbox']:checked ~ .checkmark:after,
  .btn-choose input[type='radio']:checked ~ .checkmark:after {
    display: block;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #765673; }
  .btn-choose input[type='checkbox']:checked ~ .checkmark:after {
    font-family: 'icomoon';
    content: "\e90f";
    top: 1px;
    left: -5px;
    width: 23px;
    height: 23px;
    background: none;
    font-size: 2rem;
    line-height: 23px;
    text-align: center;
    color: #ffffff; }
  .btn-choose.disabled {
    color: #bdbdbd; }
  .btn-choose input[type='checkbox']:disabled ~ .checkmark,
  .btn-choose input[type='radio']:disabled ~ .checkmark,
  .btn-choose:hover input[type='checkbox']:disabled ~ .checkmark,
  .btn-choose:hover input[type='radio']:disabled ~ .checkmark {
    border: 1px solid #757575;
    box-shadow: none; }
  .btn-choose input[type='checkbox']:checked:disabled ~ .checkmark:after,
  .btn-choose input[type='radio']:checked:disabled ~ .checkmark:after {
    background: #757575; }
  .btn-choose:hover input[type='checkbox']:disabled ~ .checkmark,
  .btn-choose:hover input[type='radio']:disabled ~ .checkmark {
    background: #ffffff; }
  .btn-choose.password-eye input + .checkmark,
  .btn-choose.password-eye:hover input + .checkmark {
    background: none;
    border: none;
    box-shadow: none; }
  .btn-choose.password-eye input + .checkmark {
    right: 2px;
    left: auto; }
    .btn-choose.password-eye input + .checkmark:after {
      background: none;
      font-family: 'icomoon';
      content: "\e91c";
      color: #424242;
      font-size: 25px;
      text-align: right;
      line-height: normal;
      font-weight: bold; }
    .btn-choose.password-eye input + .checkmark:hover:after {
      color: #212121; }
  .btn-choose.password-eye input[type='checkbox']:checked ~ .checkmark:after {
    left: auto;
    background: none;
    border: none;
    font-family: 'icomoon';
    content: "\e91d";
    font-size: 25px;
    color: #424242;
    line-height: normal;
    font-weight: bold; }
  .btn-choose.password-eye input:checked,
  .btn-choose.password-eye input[type='checkbox']:checked ~ .checkmark:after,
  .btn-choose.password-eye input[type='checkbox']:checked ~ .checkmark {
    background: none; }

.btn-box {
  text-align: center;
  position: relative; }
  .btn-box.rt {
    text-align: right; }
  .btn-box.lt {
    text-align: left; }
  .btn-box .btn-link {
    border-radius: 10px;
    padding: 10px;
    text-decoration: unset;
    border: none;
    background: none;
    color: #765673; }
    .btn-box .btn-link i {
      margin: 0 5px;
      font-size: 110%; }
    .btn-box .btn-link:active {
      background: #fff; }

.btn {
  border-radius: 5px;
  padding: 5px 10px;
  min-width: 60px;
  text-decoration: none;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff; }
  .btn .icon {
    font-size: 24px;
    line-height: 24px;
    vertical-align: top; }

.btn-primary {
  width: 100%;
  border: 2px solid #f09c1a;
  background: linear-gradient(180deg, #f09c1a 25%, #feff83 100%);
  transition: all .1s ease-in-out;
  box-shadow: 0 0 10px #ffeb3b; }
  .btn-primary:hover {
    border: 2px solid #f09c1a;
    filter: brightness(1.1); }

small.txt, .txt-s {
  font-size: 14px;
  line-height: 14px; }
  @media all and (min-width: 320px) and (max-width: 359px) {
    small.txt, .txt-s {
      font-size: 11px; } }

.txt {
  font-size: 16px;
  line-height: 16px;
  color: #381236; }
  @media all and (min-width: 320px) and (max-width: 359px) {
    .txt {
      font-size: 13px; } }

.txt-b {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  font-weight: bold; }
  @media all and (min-width: 320px) and (max-width: 359px) {
    .txt-b {
      font-size: 13px; } }

.txt-error {
  color: #d32f2f; }

.txt-warning {
  color: #ffc107; }

.txt-link {
  color: #765673;
  text-decoration: underline; }
  .txt-link:hover {
    color: #765673;
    text-decoration: none; }

.txt-info {
  color: #757575; }

.txt-star {
  color: #df1e38; }

.txt-imp {
  color: #df1e38; }

.txt-danger {
  color: #d32f2f; }

.txt-red {
  color: #df1e38; }

.txt-gray {
  color: #757575; }

.txt-primary {
  color: #765673; }

.txt-msg {
  color: #765673;
  font-size: 20px;
  line-height: normal; }
  @media all and (min-width: 320px) and (max-width: 359px) {
    .txt-msg {
      font-size: 16px; } }

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

.txt-bigMoney {
  font: italic bold 38px / 38px arial;
  display: inline-block; }
  @media all and (min-width: 320px) and (max-width: 359px) {
    .txt-bigMoney {
      font-size: 33px;
      line-height: 33px; } }

.txt-emptyBox {
  display: inline-block;
  background: #f7eff5;
  border-radius: 100px;
  height: 22px;
  width: 100%; }

.txt-Up, .txt-Down, .txt-Same {
  position: relative;
  color: #381236;
  padding-left: 20px;
  text-align: left; }
  .txt-Up::before, .txt-Down::before, .txt-Same::before {
    position: absolute;
    left: 0px;
    width: 15px;
    content: '▲';
    color: #765673;
    font-size: 12px;
    line-height: normal;
    text-align: left; }

.txt-Down::before {
  content: '▼'; }

.txt-Same::before {
  content: ''; }

.txt-version {
  font-size: 80%;
  line-height: normal; }

.icon-flog {
  width: 20px;
  margin: 0 5px 0 3px; }

.icon {
  display: inline-block;
  vertical-align: top; }

.owl-carousel .owl-item {
  opacity: .4;
  transition: opacity 0.40s; }

.owl-carousel .owl-item.center {
  opacity: 1;
  transition: opacity 0.40s; }

.owl-carousel .owl-item.active {
  opacity: 1; }

.owl-carousel .owl-dots {
  border-radius: 20px;
  width: auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  background-color: rgba(33, 33, 33, 0.2);
  display: inline-block;
  height: 30px; }
  .owl-carousel .owl-dots button {
    height: 30px; }
  .owl-carousel .owl-dots .owl-dot span {
    margin: 2px 8px;
    background-color: rgba(33, 33, 33, 0.5);
    border-radius: 100px; }
  .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    margin: 2px 8px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px #424242; }

.owl-carousel.owl-carousel-bg {
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 1024px) {
    .owl-carousel.owl-carousel-bg {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      max-width: 1500px;
      margin: 0 auto; }
      .owl-carousel.owl-carousel-bg .owl-stage-outer {
        border-radius: 0 0 20px 20px; }
      .owl-carousel.owl-carousel-bg .owl-dots {
        bottom: 20px; }
      .owl-carousel.owl-carousel-bg .owl-item {
        opacity: 1;
        transition: opacity 0.40s;
        height: 100%; }
        .owl-carousel.owl-carousel-bg .owl-item img {
          width: 100%;
          height: 100%; } }
  @media screen and (min-width: 320px) and (max-width: 1023px) {
    .owl-carousel.owl-carousel-bg {
      position: relative;
      margin-bottom: 20px; }
      .owl-carousel.owl-carousel-bg .owl-item {
        height: 230px;
        overflow: hidden; }
        .owl-carousel.owl-carousel-bg .owl-item img {
          width: 100%;
          object-fit: cover;
          transform: translateY(-10%);
          height: 280px;
          object-position: 35% 0; }
      .owl-carousel.owl-carousel-bg .owl-dots {
        bottom: -35px; }
        .owl-carousel.owl-carousel-bg .owl-dots span {
          background-color: rgba(255, 255, 255, 0.2); } }

.owl-carousel.game-list-promo {
  table-layout: fixed; }
  @media screen and (min-width: 320px) and (max-width: 1023px) {
    .owl-carousel.game-list-promo {
      display: none; } }

.owl-carousel.owl-games {
  overflow: visible; }
  .owl-carousel.owl-games .owl-stage-outer {
    padding: 0;
    overflow: visible; }
    .owl-carousel.owl-games .owl-stage-outer li {
      padding: 10% 8%; }
      .owl-carousel.owl-games .owl-stage-outer li img {
        border-radius: 20px;
        box-shadow: 0 10px 35px #0000009c; }

.page-web .jackpot-box {
  position: relative;
  z-index: 1;
  margin: 0 auto 0 auto;
  color: #463011;
  width: 900px;
  height: 160px; }
  .page-web .jackpot-box::before {
    width: 1020px;
    height: 200px;
    content: '';
    position: absolute;
    left: calc( 50% - 510px);
    top: 0;
    background: url("../login-img/jackpot/jackpot-bg.png") center center no-repeat;
    background-size: 100%; }
  .page-web .jackpot-box .big-jackpot,
  .page-web .jackpot-box .major,
  .page-web .jackpot-box .minor {
    background: -webkit-linear-gradient(#ffffe8, #daa156);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    width: 100px;
    text-align: left;
    font-size: 120%;
    line-height: 20px; }
  .page-web .jackpot-box .big-jackpot {
    font-size: 220%;
    line-height: 50px;
    left: 380px;
    top: 85px;
    width: 245px; }
  .page-web .jackpot-box .major {
    right: 163px;
    top: 100px; }
  .page-web .jackpot-box .minor {
    right: 28px;
    top: 100px; }
  @media screen and (min-width: 320px) and (max-width: 1023px) {
    .page-web .jackpot-box {
      background: none;
      background: url("../login-img/jackpot/jackpot-m-bg.jpg") center center no-repeat;
      background-size: cover;
      width: 100%;
      height: 70px;
      margin: 4% 0 0 0;
      padding: 0;
      border-radius: 0;
      text-align: center; }
      .page-web .jackpot-box::before,
      .page-web .jackpot-box .major,
      .page-web .jackpot-box .minor {
        display: none; }
      .page-web .jackpot-box .big-jackpot {
        position: relative;
        left: auto;
        top: auto;
        background: -webkit-linear-gradient(#ffffe8, #daa156);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 280px;
        margin: 0 auto;
        padding-left: 135px;
        text-align: left;
        font-size: 150%;
        line-height: 70px; }
        .page-web .jackpot-box .big-jackpot::before {
          content: '';
          background: url("../login-img/jackpot/jackpot-m-txt.png") center center no-repeat;
          background-size: 130px;
          position: absolute;
          left: 0;
          top: -2px;
          width: 130px;
          height: 70px; } }

.social-media {
  padding: 5px 0;
  margin-bottom: 5px;
  display: table;
  width: 100%; }
  .social-media li {
    display: table-cell;
    text-align: center;
    width: 20%; }
    .social-media li a {
      display: inline-block;
      background: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.6);
      width: 45px;
      height: 45px;
      text-align: center;
      border-radius: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      .social-media li a:hover {
        border-color: #bdbdbd; }
    .social-media li .icon:before {
      font-size: 25px;
      line-height: 45px; }

.tooltip.bs-tooltip-bottom .tooltip-inner img {
  margin: 3px 0;
  border-radius: 3px;
  width: 120px; }

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .page-web .social-media {
    padding-top: 10px; } }

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .page-web .tooltip.bs-tooltip-bottom img {
    display: none; } }

.game-schedule {
  padding: 20px; }
  .game-schedule h2 {
    padding: 10px 10px;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    text-shadow: 1px 1px 10px #000, 1px 1px 10px #333; }
    .game-schedule h2 span {
      color: #ff9238; }
  .game-schedule table {
    width: 100%;
    background: rgba(6, 31, 47, 0.85);
    border-radius: 20px;
    overflow: hidden; }
  .game-schedule thead {
    color: #4a809e;
    font-weight: bold;
    line-height: 2; }
    .game-schedule thead td {
      border-right: none;
      height: auto; }
  .game-schedule td, .game-schedule th {
    width: calc( 100% / 7);
    text-align: center;
    border-right: 1px solid #123a52; }
  .game-schedule th {
    position: relative;
    color: #7bacca;
    font-size: 20px;
    text-align: left;
    line-height: 2;
    padding-left: 10px;
    border-top: 1px solid #123a52; }
  .game-schedule td {
    padding: 5px;
    vertical-align: top;
    height: 120px; }
  .game-schedule dl {
    display: block;
    margin: 0 0 2px 0;
    padding: 1px 2px;
    border-radius: 5px;
    zoom: 1; }
    .game-schedule dl::after {
      content: '';
      display: block;
      clear: both; }
    .game-schedule dl:hover {
      background: #17465f; }
      .game-schedule dl:hover dt {
        color: #c9e5f5; }
      .game-schedule dl:hover dd {
        color: #c9e5f5; }
  .game-schedule dt, .game-schedule dd {
    display: inline-block;
    height: 24px;
    color: #5297bd;
    line-height: 24px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-bottom: 0; }
  .game-schedule dt {
    width: 30%;
    float: left;
    background: #092e44;
    border-radius: 5px; }
  .game-schedule dd {
    width: 70%;
    float: left; }
  .game-schedule td[eventcount='0'] dl:hover {
    background: none; }
    .game-schedule td[eventcount='0'] dl:hover dt {
      background: none; }
  .game-schedule td[eventcount='0'] dl dt {
    background: none; }
  .game-schedule td[eventcount='4'] dl:nth-child(n + 5):hover {
    background: none; }
    .game-schedule td[eventcount='4'] dl:nth-child(n + 5):hover dt {
      background: none; }
  .game-schedule td[eventcount='4'] dl:nth-child(n + 5) dt {
    background: none; }
  .game-schedule td[eventcount='3'] dl:nth-child(n + 4):hover {
    background: none; }
    .game-schedule td[eventcount='3'] dl:nth-child(n + 4):hover dt {
      background: none; }
  .game-schedule td[eventcount='3'] dl:nth-child(n + 4) dt {
    background: none; }
  .game-schedule td[eventcount='2'] dl:nth-child(n + 3):hover {
    background: none; }
    .game-schedule td[eventcount='2'] dl:nth-child(n + 3):hover dt {
      background: none; }
  .game-schedule td[eventcount='2'] dl:nth-child(n + 3) dt {
    background: none; }
  .game-schedule td[eventcount='1'] dl:nth-child(n + 2):hover {
    background: none; }
    .game-schedule td[eventcount='1'] dl:nth-child(n + 2):hover dt {
      background: none; }
  .game-schedule td[eventcount='1'] dl:nth-child(n + 2) dt {
    background: none; }
  .game-schedule .this-week {
    background: #092b3e; }
    .game-schedule .this-week dl:hover {
      background: #1e5875; }
      .game-schedule .this-week dl:hover dt {
        color: #fff; }
      .game-schedule .this-week dl:hover dd {
        color: #fff; }
    .game-schedule .this-week dl dt {
      color: #9ac0d6; }
    .game-schedule .this-week dl dd {
      color: #9ac0d6; }
    .game-schedule .this-week dt {
      color: #c9e5f5;
      background: #071c29; }
    .game-schedule .this-week dd {
      color: #c9e5f5; }
    .game-schedule .this-week th.today {
      border-top: 2px solid #ff9238;
      position: relative;
      color: #ff9238;
      background: #124058; }
    .game-schedule .this-week td.today {
      border-bottom: 2px solid #ff9238;
      position: relative;
      background: #124058; }
      .game-schedule .this-week td.today dl {
        color: #fff;
        text-shadow: 1px 1px 10px #333; }
    .game-schedule .this-week td[eventcount='0'] dl:hover {
      background: none; }
      .game-schedule .this-week td[eventcount='0'] dl:hover dt {
        background: none; }
    .game-schedule .this-week td[eventcount='0'] dl dt {
      background: none; }
    .game-schedule .this-week td.today[eventcount='4'] dl:nth-child(n + 5):hover dt {
      background: none; }
    .game-schedule .this-week td.today[eventcount='4'] dl:nth-child(n + 5) dt {
      background: none; }
    .game-schedule .this-week td.today[eventcount='3'] dl:nth-child(n + 4):hover {
      background: none; }
      .game-schedule .this-week td.today[eventcount='3'] dl:nth-child(n + 4):hover dt {
        background: none; }
    .game-schedule .this-week td.today[eventcount='3'] dl:nth-child(n + 4) dt {
      background: none; }
    .game-schedule .this-week td.today[eventcount='2'] dl:nth-child(n + 3):hover {
      background: none; }
      .game-schedule .this-week td.today[eventcount='2'] dl:nth-child(n + 3):hover dt {
        background: none; }
    .game-schedule .this-week td.today[eventcount='2'] dl:nth-child(n + 3) dt {
      background: none; }
    .game-schedule .this-week td.today[eventcount='1'] dl:nth-child(n + 2):hover {
      background: none; }
      .game-schedule .this-week td.today[eventcount='1'] dl:nth-child(n + 2):hover dt {
        background: none; }
    .game-schedule .this-week td.today[eventcount='1'] dl:nth-child(n + 2) dt {
      background: none; }
  .game-schedule .next-month td {
    display: none; }
  .game-schedule span.month-start {
    position: relative;
    padding: 0 10px;
    margin: 0 10px;
    font-size: 80%;
    line-height: 24px;
    color: #fff;
    background: #de7015;
    border-radius: 50px; }

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .page-web .game-schedule {
    display: none; } }

@media screen and (min-width: 1024px) {
  .game-list-promo .game-list-promo-box {
    border-radius: 20px;
    padding: 0 30px;
    overflow: hidden;
    background: #250924; }
  .game-list-promo .td {
    overflow: visible;
    text-align: center;
    padding: 20px; }
    .game-list-promo .td .owl-games {
      margin: 0 auto; }
    .game-list-promo .td .platform-logo {
      text-align: center;
      margin-bottom: 20px; }
      .game-list-promo .td .platform-logo img {
        max-height: 50px;
        width: auto;
        fill: #ffffff; } }

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .game-list-promo {
    display: none; } }

.page-web {
  background-color: #424242; }
  .page-web .txt-version {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff7a;
    padding: 5px 10px; }
  .page-web .page-wrapper {
    max-width: 1500px;
    min-height: 500px;
    margin: 0 auto; }
    @media screen and (min-width: 320px) and (max-width: 1023px) {
      .page-web .page-wrapper {
        min-height: auto; } }
  .page-web .page-header {
    position: relative;
    height: 602px;
    pointer-events: none; }
    .page-web .page-header .header-logo {
      padding-top: 10px;
      position: absolute;
      left: 0;
      top: 0; }
      .page-web .page-header .header-logo .logo {
        width: 140px;
        height: auto;
        position: relative;
        z-index: 2;
        display: inline-block;
        margin-left: 10px; }
      .page-web .page-header .header-logo::before, .page-web .page-header .header-logo::after {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 150px 150px 0 0;
        border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent; }
      .page-web .page-header .header-logo::before {
        border-width: 200px 200px 0 0;
        border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent; }
    .page-web .page-header .login-box {
      border-radius: 20px;
      pointer-events: auto;
      padding: 0.5% 10px;
      min-height: 280px;
      position: absolute;
      right: 5%;
      top: 15%;
      z-index: 10;
      background: rgba(255, 255, 255, 0.85);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      border: 6px solid rgba(255, 255, 255, 0.9);
      box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2); }
      @media screen and (min-width: 320px) and (max-width: 1023px) {
        .page-web .page-header .login-box {
          min-height: 230px; } }
      .page-web .page-header .login-box .btn-language {
        display: block;
        text-align: right;
        margin-bottom: 25px; }
        .page-web .page-header .login-box .btn-language .list-group-item {
          cursor: pointer; }
          .page-web .page-header .login-box .btn-language .list-group-item:hover {
            background-color: #f4f4f4; }
        .page-web .page-header .login-box .btn-language button.btn {
          padding: 0;
          border: none;
          border-radius: 10px;
          color: #666666;
          background: none; }
          .page-web .page-header .login-box .btn-language button.btn .icon {
            color: #161616; }
      .page-web .page-header .login-box .form-login {
        border-radius: 20px;
        padding: 0px 20px;
        background-color: #dddddd;
        border: 3px solid #ffffff;
        margin-bottom: 10px; }
        .page-web .page-header .login-box .form-login .tooltip {
          min-width: 90px; }
          .page-web .page-header .login-box .form-login .tooltip .tooltip-inner {
            min-width: 90px; }
        .page-web .page-header .login-box .form-login .form-group {
          margin: 0; }
          .page-web .page-header .login-box .form-login .form-group input.form-control {
            background: none;
            line-height: 25px;
            vertical-align: bottom;
            font-size: 95%;
            margin: 10px 0 5px 0; }
          .page-web .page-header .login-box .form-login .form-group:first-child::after {
            position: relative;
            content: '';
            width: calc( 100% + 40px);
            display: block;
            border-bottom: 2px solid #fef9fa;
            margin: 0 0 0 -20px; }
          .page-web .page-header .login-box .form-login .form-group .form-control-btn .btn-choose {
            top: 5px;
            height: auto; }
            .page-web .page-header .login-box .form-login .form-group .form-control-btn .btn-choose input[type='checkbox'] {
              left: auto;
              right: 0; }
      .page-web .page-header .login-box .txt-error {
        min-height: 25px;
        padding: 0 10px;
        font-size: 80%;
        margin-bottom: 10px; }
        .page-web .page-header .login-box .txt-error p {
          margin-bottom: 0; }
      .page-web .page-header .login-box .btn-primary {
        margin: 20px 0 10px 0;
        font-size: 120%;
        line-height: 44px;
        font-weight: 500;
        border-radius: 100px;
        text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.29); }
        .page-web .page-header .login-box .btn-primary:focus {
          box-shadow: 0 0 0 0.2rem #ffd28c; }
        .page-web .page-header .login-box .btn-primary:active {
          border-color: #f09c1a; }
        .page-web .page-header .login-box .btn-primary:active:focus {
          box-shadow: 0 0 0 0.2rem #ffd28c; }
  .page-web .page-body {
    width: 100%;
    min-height: 100px;
    padding: 0 5% 20px 5%; }
    @media screen and (min-width: 320px) and (max-width: 1023px) {
      .page-web .page-body {
        min-height: 0;
        padding: 0; }
        .page-web .page-body.d-m-none {
          display: none; } }
  .page-web footer {
    padding: 0;
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 90%; }
    .page-web footer .page-wrapper {
      position: relative;
      max-width: 1300px;
      min-height: 120px;
      margin: 0 auto;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding: 0 20px 20px 30px; }
      .page-web footer .page-wrapper::before, .page-web footer .page-wrapper::after {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 50px 0 0;
        border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent; }
      .page-web footer .page-wrapper::before {
        border-width: 70px 70px 0 0;
        border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent; }
    .page-web footer .txt-copyright {
      display: inline-block;
      text-align: left;
      position: relative;
      padding: 15px 0 0 0; }
      .page-web footer .txt-copyright .logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 90px;
        height: auto; }
    .page-web footer .txt-support {
      display: inline-block;
      width: 450px;
      float: right;
      border-radius: 0 0 15px 15px;
      background-color: rgba(255, 255, 255, 0.05);
      padding: 15px 20px 10px 20px;
      margin: 0 0 0 50px; }
      .page-web footer .txt-support p {
        margin: 0 0 3px 0; }
      .page-web footer .txt-support br {
        display: none; }
      .page-web footer .txt-support .badge {
        margin-right: 10px;
        line-height: 40px;
        padding: 0; }
        .page-web footer .txt-support .badge i {
          font-size: 20px;
          width: 30px;
          height: 35px; }
          .page-web footer .txt-support .badge i::before {
            display: none; }
          .page-web footer .txt-support .badge i.icon-googlechrome {
            background: url(../../library/img-common/browser/chrome.png) no-repeat 3px 7px;
            background-size: 25px; }
          .page-web footer .txt-support .badge i.icon-safari {
            background: url(../../library/img-common/browser/safari.png) no-repeat 3px 7px;
            background-size: 25px; }
  @media screen and (min-width: 1024px) {
    .page-web .btn-language-m {
      display: none; } }
  @media all and (min-width: 1024px) and (max-width: 1280px) {
    .page-web .page-wrapper {
      max-width: 1024px;
      min-height: 400px; }
      .page-web .page-wrapper .page-header {
        height: 420px; }
        .page-web .page-wrapper .page-header .login-box {
          top: 8%; }
    .page-web .owl-carousel.owl-carousel-bg {
      max-width: 1024px; }
    .page-web footer {
      max-width: 1024px;
      margin: 40px auto 0 auto; }
      .page-web footer .txt-copyright {
        width: 53%; }
      .page-web footer .txt-support {
        margin-left: 0; } }
  @media all and (min-width: 1281px) and (max-width: 1400px) {
    .page-web .page-wrapper {
      max-width: 1100px; }
      .page-web .page-wrapper .page-header {
        height: 450px; }
        .page-web .page-wrapper .page-header .login-box {
          top: 8%; }
    .page-web .owl-carousel.owl-carousel-bg {
      max-width: 1100px; }
    .page-web footer {
      max-width: 1000px;
      margin: 20px auto 0 auto; }
      .page-web footer .txt-copyright {
        width: 52%; }
      .page-web footer .txt-support {
        margin-left: 0; } }
  @media screen and (min-width: 320px) and (max-width: 1023px) {
    .page-web .txt-version {
      display: inline-block; }
    .page-web .page-header .header-logo::before,
    .page-web .page-header .header-logo::after {
      display: none; }
    .page-web .btn-language-m {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0; }
      .page-web .btn-language-m button {
        border: none;
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
        background: none; }
    .page-web .page-header {
      height: auto; }
      .page-web .page-header .header-logo {
        position: relative;
        width: 100%;
        text-align: center;
        padding: 4% 0 2% 0;
        min-height: 120px; }
        .page-web .page-header .header-logo img.logo {
          margin: 0;
          width: 130px; }
      .page-web .page-header .login-box {
        position: relative;
        left: auto;
        right: auto;
        padding: 2%;
        margin: 0 auto 5% auto;
        width: 90%;
        background: rgba(247, 247, 247, 0.85);
        border: none; }
        .page-web .page-header .login-box .form-login {
          border-radius: 15px;
          border: none;
          padding: 1px 20px;
          background: #fef9fa; }
          .page-web .page-header .login-box .form-login .form-group:first-child::after {
            border-bottom: 2px solid #f0f0f0; }
        .page-web .page-header .login-box .btn-language {
          display: none; }
    .page-web footer {
      font-size: 80%;
      color: rgba(255, 255, 255, 0.5);
      text-align: center; }
      .page-web footer ::before,
      .page-web footer ::after {
        display: none; }
      .page-web footer br {
        display: block; }
      .page-web footer .page-wrapper {
        min-height: auto;
        max-width: 520px;
        padding: 20px 10px;
        border: none; }
      .page-web footer .txt-copyright {
        display: none; }
      .page-web footer .txt-support {
        width: 100%;
        float: none;
        margin: 0;
        padding: 15px 12px 10px 12px;
        border-radius: 10px;
        line-height: normal; }
        .page-web footer .txt-support p {
          display: inline-block;
          text-align: left;
          margin: 0; }
        .page-web footer .txt-support .badge {
          margin: 5px 5px 0 5px; }
        .page-web footer .txt-support br {
          display: block; } }
  @media all and (min-width: 401px) {
    .page-web .page-header .login-box {
      min-width: 320px;
      max-width: 360px; } }
  @media all and (min-width: 1024px) and (max-width: 1280px) {
    .page-web .page-header .login-box {
      width: 320px;
      right: 3%; }
    .page-web .page-body {
      padding: 0; } }

.panel {
  border-radius: 20px;
  padding: 5%;
  background-color: #ffffff; }
