body {
    font-family: "Microsoft JhengHei", "微軟正黑體", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 56px;
    color: hsl(0, 0%, 80%);
}

body.theme-white {
    color: rgb(119, 119, 119);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: hsl(0, 0%, 80%);
}

.theme-white .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

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

.navbar-nav {
    margin: 0;
}

nav {
    box-shadow: 0 0 5px hsl(0, 0%, 30%);
}

.theme-white nav {
    box-shadow: 0 0 5px hsl(0, 0%, 80%);
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    padding-top: 13px;
    padding-bottom: 12px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle.collapsed>.icon-bar.bar1 {
    transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -webkit-transform: translateY(0) rotate(0deg);
    transition: all .3s;
}

.navbar-toggle>.icon-bar.bar1 {
    transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -webkit-transform: translateY(6px) rotate(45deg);
    transition: all .3s;
}

.navbar-toggle.collapsed>.icon-bar.bar3 {
    transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -webkit-transform: translateY(0) rotate(0deg);
    transition: all .3s;
}

.navbar-toggle>.icon-bar.bar3 {
    transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transition: all .3s;
}

.navbar-toggle.collapsed>.icon-bar.bar2 {
    opacity: 1;
    transition: all .3s;
}

.navbar-toggle>.icon-bar.bar2 {
    opacity: 0;
    transition: all .3s;
}

.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 60px;
}

.navbar-brand img {
    height: 100%;
}

.navbar-default .navbar-nav>li>a {
    color: hsl(0, 0%, 80%);
    border-bottom: 5px solid transparent;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.theme-white .navbar-default .navbar-nav>li>a {
    color: #777;
    border-bottom: 5px solid transparent;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.navbar-nav>li:not(:last-of-type) {
    margin-right: 10px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #35b4b3;
    background-color: #073a3d;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #35b4b3;
    font-weight: bold;
}

.theme-white .navbar-default .navbar-nav>.active>a,
.theme-white .navbar-default .navbar-nav>.active>a:focus,
.theme-white .navbar-default .navbar-nav>.active>a:hover {
    color: #35b4b3;
    background-color: #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #35b4b3;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.theme-white .navbar-default .navbar-nav>li>a:focus,
.theme-white .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default {
    background-color: #073a3d;
    border-width: 0;
    margin: 0;
}

.theme-white .navbar-default {
    background-color: #fff;
    border-width: 0;
    margin: 0;
}

.bg {
    height: 500px;
    position: relative;
}

.play-wrap {
    background-color: rgba(255, 255, 255, .3);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    color: #fed73d;
    border: 8px solid #38b2b1;
    font-size: 34px;
    margin: 0 auto;
}

.play-wrap i {
    line-height: 58px;
    text-align: center;
    margin-left: 5px;
}

.color-white {
    color: #fff;
}

.center {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.banner h1 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 0;
}

.banner p {
    font-size: 20px;
}

.banner .text {
    transform: translateY(50px);
    opacity: 0;
    transition: all .3s;
}

.banner .play-wrap {
    transform: translateY(-50px);
    transition: all .3s;
}

.banner:hover .text {
    transform: translateY(0);
    opacity: 1;
}

.banner:hover .play-wrap {
    transform: translateY(0);
}

.banner {
    display: block;
    height: 100%;
    width: 100%;
}

.bg-gray {
    background-color: #000;
}

.theme-white .bg-gray {
    background-color: hsl(0, 0%, 90%);
}

/* ta */
.product h3 {
    font-size: 20px;
    color: rgb(220, 20, 60);
    font-weight: bold;
    margin-bottom: -10px;
    display: inline-block;
}

.product h2 {
    margin-bottom: 20px;
    font-size: 50px;
    color: #fffc01;
}

.theme-white .product h2 {
    margin-bottom: 20px;
    font-size: 50px;
    color: rgb(119, 119, 119);
}

.product p {
    font-size: 18px;
    line-height: 26px;
}

/* ta */
.product h3>.sep {
    border-bottom: 3px solid rgb(220, 20, 60);
    width: 100%;
    margin: 0;
    margin-top: 10px;
}

.section {
    padding-top: 70px;
    padding-bottom: 50px;
}

.full-img {
    width: 100%;
    margin-bottom: 15px;
}

#promo .full-img {
    margin-bottom: 30px;
}

.product .title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.product .title span {
    color: #000000;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 18px;
    display: inline-block;
    background: #fac43c;
    background: -webkit-linear-gradient(to right, #ffdd3b, #fac43c);
    background: -o-linear-gradient(to right, #ffdd3b, #fac43c);
    background: -moz-linear-gradient(to right, #ffdd3b, #fac43c);
    background: linear-gradient(to right, #ffdd3b, #fac43c);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1), 3px 3px 3px rgba(0, 0, 0, .3);
}

#sport .section-img {
    margin-top: 30px;
}

.bg-white {
    background-color: #073a3d;
}

.theme-white .bg-white {
    background-color: #fff;
}

.btn {
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    border-width: 0;
}

.btn-main {
    background-color: #38b2b1;
    color: #000000;
    transition: all .3;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active {
    background-color: hsl(179, 52%, 56%);
    color: #fff;
}

.btn i {
    margin-right: 10px;
    margin-left: -5px;
}

.product>div {
    margin-bottom: 30px;
}

.bg-img .product h2 {
    /* color: hsl(0, 0%, 100%); */
    color: #333;
    font-weight: bold;
}

.bg-img .product p {
    /* color: hsl(0, 0%, 90%); */
    color: #333;
    font-weight: bold;
}

.img {
    display: inline-block;
}

#bingo .section-img {
    margin-top: 30px;
}

#support .section-text {
    margin-top: 20px;
}

footer {
    padding: 15px;
    background-color: #073a3d;
    text-align: center;
}

.theme-white footer {
    padding: 15px;
    background-color: hsl(0, 0%, 80%);
    text-align: center;
}

#proxy h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.svg-wrapper {
    height: 60px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 320px;
    margin-top: 50px;
}

.shape {
    fill: transparent;
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
    stroke: #fff;
}

.text {
    color: #fff;
    font-size: 20px;
    letter-spacing: 8px;
    line-height: 32px;
    position: relative;
    top: -48px;
    text-align: center;
}

.svg-wrapper:hover .shape {
    -webkit-animation: 0.5s draw linear forwards;
    animation: 0.5s draw linear forwards;
}

@media (max-width: 768px) {
    .navbar-brand {
        height: 56px;
    }
}

@media (max-width: 480px) {
    .col-ss-12 {
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@keyframes draw {
    0% {
        stroke-dasharray: 140 540;
        stroke-dashoffset: -474;
        stroke-width: 8px;
    }

    100% {
        stroke-dasharray: 760;
        stroke-dashoffset: 0;
        stroke-width: 2px;
    }
}

@media only screen and (min-width: 640px) {
    .top_tang_2019 {
        display: none;
    }
}

.background_tang {
    background-color: rgb(255, 255, 255, 0.7) !important;
}