@font-face {
    font-family: TTFSS;
    src: url('../fonts/TTFSS.TTF');
}

body {
    margin: 0;
    background: #ffffff;
    font-family: 'TTFSS', 'LiHei Pro', 'Microsoft JhengHei', sans-serif;
    width: 100%;
    height: 100%;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.img-responsive{
    max-width: 100%;
    height: auto;
    display: block;
    left: 50%;
}

img{
    margin: 0 auto;
}
/*======================================
    List Module
=======================================*/

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li,
dt,
dd {
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    list-style: none;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
    margin: 0;
}

/* no-gutters Class Rules */

.row-no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutter [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* ---- particles.js container ---- */

#particles-js {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: -2;
}

.logo {
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

canvas {
    display: block;
    vertical-align: bottom;
}

.btn-success {
    margin-top: 16px;
    margin-top: 1rem;
    background: transparent;
    border: 2px solid #00a600;
    color: #00a600;
    padding: 16px;
    padding: 1rem;
    font-size: 25px;
}

.btn-success:hover {
    background: #00a600;
}

.indexbutton {
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.indexbutton2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 65%;
    width: 100%;
}

.indexbutton2 .btn {
    margin-top: 16px;
    margin-top: 1rem;
    padding: 32px;
    padding: 2rem;
    letter-spacing: 24px;
    letter-spacing: 1.5rem;
    font-size: 48px;
    font-size: 3rem;
}

.btn-warning {
    margin-top: 16px;
    margin-top: 1rem;
    background: transparent;
    border: 2px solid #ffd900;
    font-size: 32px;
    font-size: 2rem;
    color: #ffd900;
}
.btn-warning:hover{
    background:#ffd900 ;
}
.btn-danger {
    margin-top: 16px;
    margin-top: 1rem;
    background: transparent;
    border: 2px solid #ec7063;
    font-size: 32px;
    font-size: 2rem;
    color: #ec7063;
}
.btn-danger:hover{
    background: #ec7063;
}

@media screen and (max-width:1280px) {
    .indexbutton {
        top: calc(35% + 100px);
    } 
    .indexbutton2 {
        /* top: 55%; */
    }
}

@media screen and (max-width:768px) {
    .indexbutton {
        top: 25%;
    } 
    .indexbutton2 {
        top: 60%;
    }
}

@media screen and (max-width:678px) {
    .indexbutton2 {
        top: 60%;
    }
}

@media screen and (max-width:480px) {
    .indexbutton2 {
        top: 60%;
    }
    .indexbutton {
        top: 25%;
    }
}

@media screen and (max-width:320px) {
    .indexbutton2 {
        top: 70%;
    }
    .indexbutton {
        top: 30%;
    }
}

.wrapper {
    width: 100%;
    height: 100%;
}

/**********************
animate dog
***********************/

.creature {
    -webkit-animation: walk 16s linear 0s infinite normal;
    -moz-animation: walk 16s linear -2s infinite normal;
    width: 43px;
    position: absolute;
    margin-top: 25%;
}

.walk {
    -webkit-animation: body 0.2s ease 0s infinite alternate;
    -moz-animation: body 0.2s ease 0s infinite alternate;
    z-index: 2000;
    height: 100px;
    width: 120px;
    background-color: transparent;
    border-radius: 10px;
}

/* 
.right {
    -webkit-animation: hands 0.5s ease-out 0s infinite alternate;
    -moz-animation: hands 0.5s ease-out 0s infinite alternate;
    z-index: 1000;
    float: right;
    height: 13px;
    width: 10px;
    background-color: #000;
    content: "";
} */

/* .left {
    -webkit-animation: hands 0.5s ease-out 0s infinite alternate;
    -moz-animation: hands 0.5s ease-out 0s infinite alternate;
    z-index: 1000;
    float: right;
    height: 13px;
    width: 10px;
    background-color: #000;
    content: "";
} */

@-webkit-keyframes walk {
    0% {
        margin-left: 110%;
    }
    75% {
        margin-left: 10%;
    }
    80% {
        margin-left: 10%;
    }
    100% {
        margin-left: -50px;
    }
}

@-webkit-keyframes cloud {
    0% {
        margin-left: -50px;
    }
    100% {
        margin-left: 110%;
    }
}


/* @-webkit-keyframes body {
    0% {
        width: 45px;
    }
    100% {
        width: 50px;
    }
} */

@media screen and (min-width: 768px) {
    .bgtop {
        background: url('../img/top.png') repeat center center;
        height: 15px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
    .bgright {
        background: url('../img/hei.png') repeat center center;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 15px;
        z-index: 1000;
    }
    .bgbottom {
        background: url('../img/top.png') repeat center center;
        bottom: 0;
        height: 15px;
        position: fixed;
        right: 0;
        width: 100%;
        z-index: 1000;
    }
    .bgleft {
        background: url('../img/hei.png') repeat center center;
        height: 100%;
        left: 0;
        position: fixed;
        bottom: 0;
        width: 15px;
        z-index: 1000;
    }
}

/**********************************
About.html
**********************************/

.about .logo {
    left: 30%;
}

@media screen and (min-width: 768px) {
    .about .logo img {
        width: 40%;
    }
}

.aboutmain {
    margin: 10% auto;
}

@media screen and (max-width:1280px) {}

@media screen and (max-width: 768px) {
    .aboutmain {
        margin: 20% auto;
    }
}

@media screen and (max-width: 480px) {
    .aboutmain {
        margin: 25% auto;
    }
}

#sync1 .item {
    background: #0c83e7;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 300px;
}

#sync2 .item {
    background: #0c83e7;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 300px;
}

#sync3 .item {
    background: #0c83e7;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 300px;
}
.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme,
#sync2.owl-theme,
#sync3.owl-theme {
    position: relative;
}

.introtext {
    text-align: center;
}

.introtext ul li {
    text-align: left;
    list-style: none;
    font-size: 20px;
    vertical-align: middle;
}

.bg-layer1 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url('../img/bg_blue.gif') repeat left top;
    z-index: -2;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
}

#row1:hover>.col-md-6>#bg-layer1 {
    visibility: visible;
    opacity: 1;
}

.bg-layer2 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
    background: url('../img/bg_yellow.gif') repeat left top;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
}

#row2:hover>.col-md-6>#bg-layer2 {
    visibility: visible;
    opacity: 1;
}

.bg-layer3 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
    background: url('../img/bg_green.gif') repeat left top;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
}

#row3:hover>.col-md-6>#bg-layer3 {
    visibility: visible;
    opacity: 1;
}

/********************
classintro
********************/

.classintromain {
    /*     position: absolute;
 */
    margin-top: 10%;
    margin-bottom: 10%;
    left: 20%;
}
#introrow0,
#introrow1,
#introrow2,
#introrow3,
#introrow4,
#introrow5,
#introrow6,
#introrow7,
#introrow8,
#introrow9 {
    background: url('../img/base.gif') repeat center 0;
}

/*******************
support
*******************/

.supportmain {
    margin: 0 auto;
    margin-top: 10%;
}

.cards img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.btna {
    background-color: white;
    border: 1px solid #cccccc;
    color: #696969;
    padding: 0.5rem;
    text-transform: lowercase;
}

.btn--block {
    display: block;
    width: 100%;
}

.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
}

@media (min-width: 480px) {
    .cards__item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .cards__item {
        width: 33.3333%;
    }
}

@media (min-width: 1200px) {
    .cards__item {
        width: 25%;
    }
}

.card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.card:hover .card__image {
    -webkit-filter: contrast(100%);
    filter: contrast(100%);
}

.card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem;
}

.card__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-filter: contrast(70%);
    filter: contrast(70%);
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
    transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
    transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
    transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}

.card__image::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

@media (min-width: 40rem) {
    .card__image::before {
        padding-top: 66.6%;
    }
}

.card__image--A {
    background-image: url(https://unsplash.it/800/600?image=82);
}

.card__image--B {
    background-image: url(https://unsplash.it/800/600?image=11);
}

.card__image--C {
    background-image: url(https://unsplash.it/800/600?image=39);
}

.card__image--D {
    background-image: url(https://unsplash.it/800/600?image=59);
}

.card__title {
    color: #696969;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.card__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

/***********************
book.html
************************/

.bookmain {
    margin: 12% auto;
}

.N5 img {
    margin: 0 auto;
}
/*gift spin_move_deg*/
@keyframes spin {
    33.3% {
        transform: rotate(-45deg);
    }
    66.6% {
        transform: rotate(45deg);
    }
}

#circle,
#circle2 {
    width: 200px;
    height: 200px;
    background-color: #FFF;
    border-radius: 200px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#circle:after,
#circle2:after {
    content: "";
    display: block;
    border: 7px dashed white;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    animation: spin 0s linear infinite;
}

#circle:hover,
#circle2:hover {
    background-image: radial-gradient(#FFD85C, #FFF 70%);
}
/*gift spin_move_time*/
#gift {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 125px;
    animation: spin 2s linear infinite;
}

#ribbon {
    position: relative;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    margin: auto;
    margin-bottom: -38px;
    border-radius: 0 8px 0 8px;
}

#ribbon:before {
    content: "";
    height: 24px;
    width: 100%;
    background-color: #F04D4D;
    display: block;
    position: absolute;
    top: 18px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

#ribbon:after {
    content: "";
    height: 100%;
    width: 24px;
    background-color: #F04D4D;
    display: block;
    margin: auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    border-radius: inherit;
}

#giftbox {
    position: relative;
    margin: auto;
    width: 100px;
    height: 100px;
    background-color: #FFC847;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

#giftbox:before {
    content: "";
    height: 24%;
    width: 100%;
    background-color: #F04D4D;
    display: block;
    position: absolute;
    top: 38%;
    box-shadow: inherit;
}

#giftbox:after {
    content: "";
    height: 100%;
    width: 24%;
    background-color: #F04D4D;
    display: block;
    margin: auto;
    box-shadow: inherit;
}

#spec2,
#spec1,
#spec3,
#spec4 {
    -webkit-transition: all 0.5s 0.5s ease-out;
    -moz-transition: all 0.5s 0.5s ease-out;
    -o-transition: all 0.5s 0.5s ease-out;
    transition: all 0.5s 0.5s ease-out;
}

/*======================================
    newtab
=======================================*/

.text-color {
    color: #46a1de;
    transition-duration: .5s;
}

.wrapper {
    width: 1010px;
    margin: 20px auto;
    background: #D64A4B;
    border-radius: 5px 5px 0 0;
}

.pawlist {
    /* list-style: url('../img/paw.png'); */
    margin: 5% 0;
    font-size:18px;
    text-align: justify;
}

.tabs {
    display: table;
    table-layout: fixed;
    width: 28%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    list-style: url('../../img/paw.png');
    font-family: 'Microsoft JhengHei';
    font-weight: bold;
}

.tabs>li {
    transition-duration: .25s;
    display: inline-block;
    list-style: url('../../img/paw.png');
    text-align: center;
    padding: 20px 20px 25px 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: white;
}

.tabs>li:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-duration: .25s;
}

.tabs>li:hover:before {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}

.tabs>li.active {
    color: #50555a;
}

.tabs>li.active:before {
    transition-duration: .5s;
    background-color: white;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.tab__content {
    background-color: white;
    position: relative;
    width: 100%;
    border-radius: 5px;
    font-size: 8px;
    font-family: 'Microsoft JhengHei';
}

.tab__content>li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.tab__content>li .content__wrapper {
    text-align: left;
    border-radius: 5px;
    padding: 35px;
    background-color: white;
}

.content__wrapper ul {
    list-style: url('../../img/paw.png');
    margin: 0 35px;
}

.content__wrapper ul li {
    list-style: url('../../img/paw.png');
}

.content__wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.content__wrapper p {
    font-size: 16px;
    line-height: 35px;
}


/*============================
    slider pro
===========================*/

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    left: 0;
    border-bottom: 5px solid #2e2e2e;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-bottom: 13px solid #2e2e2e;
}

h3.sp-thumbnail-title {
    font-size: 28px;
    margin: 5px 0;
}

/*======================================
    header
=======================================*/

.headinner {
    padding: 1rem 5rem;
    margin: 0 auto;
    max-width: 1080px;
    text-align: center;
}

.headinner ul {
    list-style: none;
}

.headinner ul li {
    display: inline-block;
    font-size: 25px;
    font-weight:bold;
    padding: 0rem;
    margin: 0 15px;
}
.pawactive {
    -webkit-transition: all 2s ease-out;
    /* Safari */
    transition: all 2s ease-out;
    list-style: url('../img/navpaw.png');
    display: list-item;
}
.headinner ul li a:hover {
    -webkit-transition: all 2s ease-out;
    /* Safari */
    transition: all 2s ease-out;
    list-style: url('../img/navpaw.png');
    display: list-item;
}
