﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US

    ========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

body {
  font-family: 'Microsoft JhengHei', '微軟正黑體', sans-serif;
  line-height: 30px;
  font-size: 16px;
}

.set-pad {
  padding-top: 35px;
}

.set-row-pad {
  padding-top: 30px;
  padding-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Noto Serif TC', serif;
  font-weight: normal !important;
}

/*=====================================
  NAVBAR STYLES
    ===================================*/

.logo-custom {
  max-height: 40px;
}

#menu {
  background-color: #0079c1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0079c1, endColorstr=#0079c1)";
  /*background: url("../img/transparent.png") repeat scroll 0 0 transparent;*/
  background-image: none;
  color: #fff;
  /*font-size: 14px;*/
  font-weight: 900;
  letter-spacing: 1px;
  min-height: 70px;
}

.navbar-inverse {
  border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #FFF;
  /*padding: 22px 10px;*/
}

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


/*=====================================
  HOME STYLES
    ===================================*/
.slide {
  margin-top: 70px;
}

.home-sec {
  padding-top: 10px;
  padding-bottom: 60px;
  background: url(../img/bg_2018.jpg) no-repeat center center;
  padding: 0;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}


/* for ios */

@media screen and (max-device-width: 1024px) {
  .home-sec {
    background-attachment: scroll;
  }

  .logo-custom {
    max-height: 35px;
  }

  .navbar-brand {
    /*padding: 9px 10px;*/
  }

  #menu {
    min-height: 50px;
  }

  .slide {
    margin-top: 60px;
  }
}


/*body {
    padding-top: 70px;
}

.home-sec img {
    margin: 0 auto;
-webkit-box-shadow: 0px -5px 10px -3px rgba(0,0,0,1);
-moz-box-shadow: 0px -5px 10px -3px rgba(0,0,0,1);
box-shadow: 0px -5px 10px -3px rgba(0,0,0,1);
}

.home-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url(../img/3.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}*/

.home-sec .overlay {
  /*background: rgba(38, 57, 88, 0.89);*/
  /*min-height: 500px;*/
}

.home-sec h1 {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  padding-bottom: 35px;
}

.home-sec h3 {
  text-transform: uppercase;
}

.set-flexi {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  background-color: transparent;
  border: 0px solid #000;
  padding-top: 80px;
  margin: 0 0 20px;
}

.flex-control-nav {
  display: none !important;
}

.set-flexi a {
  margin: 5px;
}


/*=====================================
  TAG LINE STYLES
    ===================================*/

.tag-line {
  background: #E9E9E9;
  color: #000;
}

.tag-line h2 {
  font-size: 20px;
  font-weight: 900;
  padding: 5px 10px 10px 5px;
  color: #005E5A;
}

.tag-line h2>i {
  margin-left: 8px;
  margin-right: 8px;
}


/*=====================================
  HEADER LINE STYLES
    ===================================*/

.header-line {
  font-weight: 900;
  font-size: 30px;
  padding-bottom: 5px;
  padding-top: 25px;
  color: #000;
}

h1::after {
  content: " ";
  border: solid 2px #81ceff;
  display: block;
  width: 200px;
  margin: 12px auto;
}

.des-1 {
  font-size: 21px;
  padding-bottom: 15px;
  text-align: left;
  text-indent: -23px;
}

.des-1-check {
  color: #81ceff;
  vertical-align: middle;
}


/*=====================================
  ABOUT STYLES
  ===================================*/

.about-div {
  padding: 30px;
}

.icon-round-border {
  border: 10px double #81ceff;
  color: #c4dff6;
  text-align: center;
  padding-top: 12px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  /*cursor: pointer;*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.icon-round-border:hover {
  color: #fff;
  border: 10px double #fff;
  background-color: #00598e;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about-div hr {
  border: 1px solid #81ceff;
}

.about-div h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-div p {
  padding-top: 10px;
}

.btn-set {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-bottom: 20px;
}


/*=====================================
  RECRUIT STYLES
  ===================================*/

#recruit-sec {
  background-color: #1793d1;
  color: #fff;
}

#recruit-sec .header-line {
  color: #fff;
}

.recruit-div h4 {
  line-height: 30px;
  font-weight: 700;
}

.recruit-div {
  padding: 30px;
}

.recruit-div hr {
  border: 1px solid #FFE58B;
}

.recruit-div h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.recruit-div p {
  font-size: 21px;
  padding-top: 0px;
}

.recruit-div img {
  border: 10px double #fff;
}

.recruit-div ul,
.recruit-div ol {
  font-size: 21px;
  padding-left: 20px;
}

.recruit-div ul li {
  line-height: 1.5;
}

#game-sec {
  background-color: #ecf0f8;
}



/*=====================================
  CONTENTLIST STYLES
  ===================================*/

#contentlist-sec {
  /*padding-top: 10px;
    padding-bottom: 60px;*/
  word-break: break-all;
  /*background: url(../img/header2.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;*/
}

#contentlist-sec .overlay {
  /*background: rgba(0, 0, 0, 0.76);*/
  background: #E9E9E9;
  min-height: 600px;
}

#contentlist-sec h1 {
  /*color:#fff;*/
}

#contentlist-sec .form-control {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}


/*.table-bordered {
  border: 4px double #1a94c4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #1a94c4;
}*/


/*=====================================
  Footer STYLES
  ===================================*/

#footer {
  padding: 5px 20px;
  background-color: #0079c1;
  text-align: right;
  color: #fff;
  font-size: 15px;
}

#footer a {
  color: #fff;
}

.d-logo img {
  margin-right: 0px;
}

#privacyModal .modal-body {
  height: 400px;
  overflow: auto;
}

.privacy_content h2 {
  font-size: 18px;
}

.float-share {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-left: -120px;
  margin-bottom: 10px;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  top: 65%;
  width: 80px;
  z-index: 9999;
  /*overflow: hidden;*/
}

.facebook-like {
  margin-bottom: 10px;
}

@media screen and max-width 999px {
  .float-share {
    display: none !important;
  }
}

a {
  color: #0079c1;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #B60D34;
  text-decoration: underline;
}

.table td ol {
  padding-left: 20px;
}

.navbar-inverse .navbar-toggle {
  border-color: #0079c1;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #0079c1;
}

.navbar-inverse .navbar-collapse {
  border-color: #0079c1;
}

.navbar-collapse {
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
}

#back-top {
  bottom: 50px;
  position: fixed;
  right: 30px;
  z-index: 9999;
  display: none;
}

#back-top .btn {
  padding: 6px 12px;
}

/*card with table*/
.card>.table td:first-child,
.card>.table th:first-child {
  border-left-width: 0px;
  border-left-style: none;
}

.card>.table td:last-child,
.card>.table th:last-child {
  border-right-width: 0px;
  border-right-style: none;
}

.card>.table tr:first-child {
  border-top-width: 0px;
  border-top-style: none;
}

.card>.table tr:last-child {
  border-bottom-width: 0px;
  border-bottom-style: none;
}

.card>.table tr:last-child td:first-child,
.card>.table tr:last-child td:last-child {
  border-radius: 0.375rem;
}

.btn-group-xs>.btn,
.btn-xs {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 1px 5px;
  border-radius: 3px;
}

.btn-default {
  color: #212529;
  border-color: #f8f9fa;
  background-color: #f8f9fa;
}

.ui.table {
  --bs-table-bg: transparent;
}

.ui.table tbody td {
  border-bottom: 0;
}

#register-form .form-check {
  line-height: 1.5;
}