/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
    background: #fff;
    height: 100%;
    font-family: "Muli", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    scroll-behavior: smooth;
}

p {
    font-size: 16px;
    font-family: "Muli", sans-serif;
    /*color: #636363;*/
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #de3e0f;
}

ul,
ol {
    padding: 0;
}


/*----------------------------------------*/
/* Preloder
/*----------------------------------------*/
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    width: 40px;
    max-width: 100%;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}




/*----------------------------------------*/
/* All pages
/*----------------------------------------*/
.block, .full-block {
    padding-top: 40px;
    padding-bottom: 40px;
}
.full-block {
    background: #f3f3f1;
}
.page-top-title {
    min-height: 100px;
    padding: 50px 20px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-top-title .menu-title {
    text-align: center;
    font-size: 2.8rem: 
}
.page-top-title .menu-title-line {
    height: 4px;
    background: #333;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}

div.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*----------------------------------------*/
/* 表頭fixed的相關設定
/*----------------------------------------*/
.header-section {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.body-content {
    padding-top: 100px;
}

/*----------------------------------------*/
/* 表頭 - 置頂
/*----------------------------------------*/
.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    background: #32B4E0;
    color: #FFF;
}
.header-top a {
    color: #FFF;
    padding: 0 15px;
    border-right: 1px solid #fff;
    text-decoration: none;
}
.header-top a:last-child {
    padding-left:15px;
    border-right: 0;
}
.header-top a:hover {
    color: #f5f5f5;
}


/*----------------------------------------*/
/* 表頭 - 主功能表
/*----------------------------------------*/
.header-main {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.15);
}

.header-main nav ul {
    margin-bottom: 0;
}

.header-main-logo { z-index: 99; }
.header-main li.cart-icon {
    position: relative;
}

.header-main li.cart-icon a {
    color: #252525;
    position: relative;
    display: inline-block;
}

.header-main li.cart-icon a span {
    position: absolute;
    right: 5px;
    top: 0px;
    height: 18px;
    width: 18px;
    max-width: 100%;
    background: #f39700;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 18px;
}
.header-main li.cart-icon .cart-hover {
    width: 320px;
}
.header-main li.cart-icon .cart-hover, .header-main li.member-icon .member-hover {
    position: absolute;
    right: 0px;
    top: 62px;
    background: #ffffff;
    z-index: 99;
    text-align: left;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-main li.cart-icon:hover .cart-hover, .header-main li.member-icon:hover .member-hover {
    opacity: 1;
    visibility: visible;
}
.header-main li.member-icon .member-hover{
    width: 260px;
    /*max-width: 100%;*/
}
.header-main .member-icon .member-hover div a {
    padding: 10px;
    font-weight: normal;
}
.header-main .member-icon .member-hover div a:hover {
    color: #f39700;
}
.member-hover-name {
    color: #f39700;
    padding: 10px;
    font-size: 16px;
    text-align: right;
    border-bottom: 1px solid;
}


.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-login {
    background: #fff;
    font-size: 16px !important;
}

.nav-item .nav-depart {
    float: left;
}

.nav-item .nav-depart .depart-btn {
    background: #3b3b3b;
    color: #ffffff;
    padding: 14px 140px 14px 16px;
    cursor: pointer;
    position: relative;
}

.nav-item .nav-depart .depart-btn:hover .depart-hover {
    top: 52px;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.nav-item .nav-depart .depart-btn:before {
    position: absolute;
    color: #ffffff;
    right: 20px;
    top: 13px;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
}

.nav-item .nav-depart .depart-btn i {
    color: #ffffff;
    font-size: 16px;
}

.nav-item .nav-depart .depart-btn span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 16px;
}

.nav-item .nav-depart .depart-btn .depart-hover {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 62px;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 29px;
    -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item .nav-depart .depart-btn .depart-hover li {
    list-style: none;
}

.nav-item .nav-depart .depart-btn .depart-hover li.active a {
    color: #f39700;
}

.nav-item .nav-depart .depart-btn .depart-hover li a {
    display: block;
    font-size: 16px;
    color: #000000;
    padding-left: 40px;
    padding-top: 16px;
    padding-right: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item .nav-depart .depart-btn .depart-hover li a:hover {
    color: #f39700;
}


.nav-item .nav-menu li {
    list-style: none;
    display: inline-block;
    margin-left: -5px;
    position: relative;
    vertical-align: middle;
}
.nav-item .nav-menu li.active a {
    color: #de3e0f;
}
.nav-item .nav-menu li a {
    font-size: 17px;
    font-weight: 700;
    display: block;
    color: #333333;
    text-transform: uppercase;
    padding: 16px 42px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.nav-item .nav-menu li:hover>a {
    color: #de3e0f;
}

.nav-item .nav-menu-l li.li-item {
    width: 110px;
    height: 75px;
    max-width: 100%;
    text-align: center;
}
.nav-item .nav-menu-l li.li-item a.li-link {
    padding: 8px 0;
}






.nav-item li.li-item .img {
    width: 40px;
    height: 40px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}
.nav-item li.li-item .img img {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}
.nav-item li.li-item:hover .img .img-item {
    opacity: 0;
}
.nav-item li.li-item:hover .img .img-hover {
    opacity: 1;
}
.nav-item li.li-item .img .img-item {
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.nav-item li.li-item .img .img-hover {
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.nav-item li.li-item p {
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    transition: 0.5s;
    -webkit-transition: 0.3s;
    letter-spacing: 1px;
    color: #333;
    margin: 0;
    padding-top: 5px;
}


.nav-item .nav-menu li a.nav-login, .nav-item .nav-menu li a.nav-register, 
.nav-item .nav-menu li a.nav-cart, .nav-item .nav-menu li a.nav-member {
    font-size: 15px;
    font-weight: normal; 
    border-radius: 50%;
    width: 45px;
    height: 45px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin: 0 5px;
}
.nav-item .nav-menu li a.nav-login {
    background: #de3e0f;
    color: #fff;
}
.nav-item .nav-menu li a.nav-register {
    background: #f39700;
    color: #fff;
}
.nav-item .nav-menu li a.nav-cart {
    font-size: 20px;
}
.nav-item .nav-menu li a.nav-member {
    background-image: url('/img/member-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ddd;
}
.nav-item .nav-menu li a.nav-login:hover {
    background: #db3f0fcc;
}
.nav-item .nav-menu li a.nav-register:hover {
    background: #f39700cc;
}
.nav-item .nav-menu li a.nav-member:hover {
    border-color: #f39700;
}

.nav-item .nav-menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 78px;
}

.nav-item .nav-menu li .dropdown {
    position: absolute;
    right: 0;
    top: 65px;
    width: 200px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item .nav-menu li .dropdown li {
    display: block;
    margin-left: 0;
}

.nav-item .nav-menu li .dropdown li:hover>a {
    background: transparent;
    color: #de3e0f;
}

.nav-item .nav-menu li .dropdown li a {
    font-size: 16px;
    border-right: 0;
    padding: 10px 15px 10px 20px;
    text-transform: capitalize;
    text-decoration: none;
}



/* 購物車下拉選單 */
.header-main li.cart-icon .cart-hover .select-items table {
    width: 100%;
}

.header-main li.cart-icon .cart-hover .select-items table tr td {
    padding-bottom: 15px;
    padding-top: 15px;
}

.header-main li.cart-icon .cart-hover .select-items table tr td.si-pic {
    padding: 0;
}

.header-main li.cart-icon .cart-hover .select-items table tr td.si-pic img {
    border: 1px solid #ebebeb;
    width: 100px;
    max-width: 100%;
}

.header-main li.cart-icon .cart-hover .select-items table tr td.si-text {
    padding-left: 10px;
}

.header-main li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected p {
    color: #f39700;
    line-height: 30px;
    margin-bottom: 0;
    text-align: right;
}

.header-main li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected h6 {
    color: #232530;
    margin-bottom: 0;
}

.header-main li.cart-icon .cart-hover .select-items table tr td.si-close {
    color: #252525;
    font-size: 16px;
    cursor: pointer;
}

.header-main li.cart-icon .cart-hover .select-total {
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-bottom: 20px;
}

.header-main li.cart-icon .cart-hover .select-total span {
    font-size: 18px;
    color: #f39700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    float: left;
}

.header-main li.cart-icon .cart-hover .select-total h5 {
    color: #f39700;
    float: right;
}

.header-main li.cart-icon .cart-hover .select-button .view-card {
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    background: #191919;
    color: #ffffff;
    padding: 15px 30px 12px;
    margin-bottom: 10px;
}

.header-main li.cart-icon .cart-hover .select-button .checkout-btn {
    font-size: 18px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    padding: 10px;
    background: #f39700;
    color: #fff;
    border: 2px solid;
}
.header-main li.cart-icon .cart-hover .select-button .checkout-btn:hover {
    color: #f39700;
    background: transparent;
}

.inner-header .nav-right li.cart-price {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}

    /*----------------------------------------*/
    /* 影片popup 
    /*----------------------------------------*/
    .youtube-video .sweet-modal {
        max-width: 1400px !important;
        border-radius: 20px !important;
    }
    .sweet-modal iframe {
        max-width: 100% !important;
    }
    .sweet-modal.is-alert .sweet-content {
        padding-left: 0;
        padding-right: 0;
    }
    .sweet-modal .sweet-box-actions .sweet-action-close:hover {
        background: #f29739 !important;
    }
  
/*----------------------------------------*/
/* 手機版主選單
/*----------------------------------------*/

.slicknav_menu {
    display: none;
}
.slicknav_menu .slicknav_no-text { margin: auto; }


#mobile-menu-wrap .nav-menu-r {
    text-align: right;
}

#mobile-menu-wrap .nav-menu-r li.member-icon, 
#mobile-menu-wrap .nav-menu-r li.cart-icon, 
#mobile-menu-wrap .nav-menu-r li.register-icon, 
#mobile-menu-wrap .nav-menu-r li.login-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

#mobile-menu-wrap a.nav-login, 
#mobile-menu-wrap a.nav-register, 
#mobile-menu-wrap a.nav-member,
#mobile-menu-wrap a.nav-cart {
    font-size: 15px;
    font-weight: normal;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin: 0 5px;
}
#mobile-menu-wrap a.nav-login {
    background: #de3e0f;
    color: #fff;
}
#mobile-menu-wrap a.nav-register {
    background: #f39700;
    color: #fff;
}
#mobile-menu-wrap a.nav-member {
    background-image: url(/img/member-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #ddd;
}



/*----------------------------------------*/
/* 首頁主區塊 - BANNER+選單
/*----------------------------------------*/
.full-screen {
    height: calc( 100vh - 100px );
}
.main-section {
    background: url(/img/index/bg-bottom-gif-2.gif), url(/img/index/bg.png);
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center top;
    position: relative;
}

.main-banner .carousel-inner, .main-banner img {
    border-radius: 25px;
}

.main-item {
    position: absolute;
    bottom: 25px;
}

.main-item img {
    position: relative;
    z-index: 9;
}

.main-item-learn, .main-item-video, .main-item-news {

}
.main-item-learn:hover img, .main-item-video:hover img, .main-item-news:hover img {
    bottom: 15px;
}
.main-item-learn .text, .main-item-video .text, .main-item-news .text {
    width: 200px;
    height: 50px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6em;
    position: absolute;
    bottom: 0;
}
.main-item-learn .text {
    background: url(/img/index/img-orange.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    right: 70px;
}
.main-item-video .text {
    background: url(/img/index/img-green.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    right: 55px;
}

.main-item-news .text {
    background: url(/img/index/img-brown.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    left: 55px;
}


.page-title-bg .page-title {
    background: #fff;
    padding: 15px;
}
.page-title-img-l {
    bottom: 50px;
    position: absolute;
    left: -80px;
}
.page-title-img-r {
    position: absolute;
    bottom: 50px;
    right: -70px;
}

.page-title-bg.page-line-blue {
    background: url(/img/index/page-title-line-b.png), url(/img/index/page-title-line-b.png);
    background-size: auto, auto;
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
}
.page-title-bg.page-line-yellow {
    background: url(/img/index/page-title-line-y-l.png), url(/img/index/page-title-line-y-r.png);
    background-size: auto, auto;
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
}
.page-title-bg.page-line-orange {
    background: url(/img/index/page-title-line-o-l.png), url(/img/index/page-title-line-o-r.png);
    background-size: auto, auto;
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
}


#camp-blank-area { height: 60px; }
#video-blank-area, #news-blank-area { height: 70px; }



/*---------------------
  頁面標題
-----------------------*/
.heading-section-text {
    vertical-align: middle;
    text-align: left;
}
.heading-section h2 {
    vertical-align: middle;
    font-weight: 600;
    color: #333;
}
.heading-section small {
    color: #666;
    font-size: 1em;
}
.heading-section .heading-title-icon {
    position: relative;
    bottom: -6px;
}
.heading-section .heading-title-line {
    width: 100%;
    max-width: 500px;
    border-bottom: 2px solid #333;
    margin: 0 auto;
}




/*---------------------
  其他頁面通用
-----------------------*/
.page-common-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/img/index/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}

.card-page-common {
    position: relative;
    border: 2px solid #6AC7E1;
    border-radius: 50px;
    font-family: monospace;
    box-shadow: -8px 8px 0px #7ACDE2;
}

.page-common-text {
    color: #004D67;
}



.newsContentArea ol, .newsContentArea ul {
    padding-left: 40px;
    font-size: 16px;
}


#pagination2.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
#pagination2.pagination > li {
  display: inline;
}
#pagination2.pagination > li > a,
#pagination2.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
#pagination2.pagination > li:first-child > a,
#pagination2.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#pagination2.pagination > li:last-child > a,
#pagination2.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#pagination2.pagination > li > a:hover,
#pagination2.pagination > li > span:hover,
#pagination2.pagination > li > a:focus,
#pagination2.pagination > li > span:focus {
  color: #666;
  background-color: #eee;
  border-color: #ddd;
}
#pagination2.pagination > .active > a,
#pagination2.pagination > .active > span,
#pagination2.pagination > .active > a:hover,
#pagination2.pagination > .active > span:hover,
#pagination2.pagination > .active > a:focus,
#pagination2.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #93e1ed;
  border-color: #93e1ed;
}
#pagination2.pagination > .disabled > span,
#pagination2.pagination > .disabled > span:hover,
#pagination2.pagination > .disabled > span:focus,
#pagination2.pagination > .disabled > a,
#pagination2.pagination > .disabled > a:hover,
#pagination2.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/*---------------------
  News
-----------------------*/
.news-list {
    font-family: monospace;
    border-radius: 50px;
    border: 2px solid #de3e0f;
    overflow: hidden;
    box-shadow: -8px 8px 0px #f7cec2;
    padding: 15px;
}
.news-list a {
    width: calc( 100% - 90px);
    max-width: 100%;
    color: #333;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 1px;
}
.news-list a:hover {
    color: #de3e0f;
}
.news-section .btn-news-more {
    border: 2px solid #de3e0f;
    background: #de3e0f;
    color: #fff;
    border-radius: 50px;
    font-family: monospace;
    letter-spacing: 2px;
    font-size: 1.2em;
    padding: 5px 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news-section .btn-news-more i {
    font-size: 0.8em;
}
.news-section .btn-news-more:hover {
    background: #fff;
    color: #de3e0f;
}

/*---------------------
  Footer
-----------------------*/
.footer-section {
    background: #f5f5f5;
    padding-top: 60px;
}
.footer-left .footer-logo a {
    display: inline-block;
}

.footer-section ul li {
    list-style: none;
    color: #333;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
}
.footer-section ul li a {
    color: #333;
}
.footer-section ul li a:hover {
    color: #de3e0f;
}

.footer-section .footer-social {
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.footer-section .footer-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    max-width: 100%;
    color: #666;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    z-index: 1;
    border: 1px solid;
    text-decoration: none;
    font-size: 25px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section .footer-social .social-line {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
}
.footer-section .footer-social a:hover:before {
    opacity: 1;
}
.footer-section .footer-social a:hover {
    color: #fff;
}
.footer-section .footer-social a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #666;
    border-color: #666; 
    content: "";
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.footer-section .footer-title {
    color: #32b4e0;
    font-weight: 700;
    font-size: 1.1em;
}
.footer-section .app-download:hover img {
    filter: invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.footer-widget {
    margin-bottom: 30px;
}

.footer-widget h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 26px;
}

.footer-widget ul li {
    list-style: none;
}

.footer-widget ul li a {
    line-height: 36px;
    font-size: 16px;
    color: #b2b2b2;
}



.copyright-reserved {
    background: #8ACEE2;
    padding: 5px 0 10px;
    margin-top: 15px;
    letter-spacing: 1px;
    font-family: monospace;
    position: relative;
}

.copyright-reserved .copyright-text {
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.goTop {
    width: 88px;
    height: 44px;
    max-width: 100%;
    background: #8ACEE2;
    border-radius: 100px 100px 0 0;
    position: absolute;
    bottom: 35px;
    right: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
    color: #fff;
}



/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb-text {
    padding: 15px 0;
}

.breadcrumb-text.product-more a:nth-child(1):after {
    color: #252525;
}

.breadcrumb-text a {
    display: inline-block;
    font-size: 14px;
    color: #252525;
    margin-right: 28px;
    position: relative;
}
.breadcrumb-text a:hover {
    color: #de3e0f;
}
.breadcrumb-text a:after {
    position: absolute;
    right: -18px;
    top: 0px;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #b2b2b2;
}

.breadcrumb-text span {
    display: inline-block;
    color: #b2b2b2;
}



/*---------------------
  Product Section
-----------------------*/
.product-shop {
    padding-top: 30px;
    padding-bottom: 40px;
}
.product-shop h1 {
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.product-top-block {
    background: #fff;
    box-shadow: 3px 3px 4px 1px rgba(0,0,0,.2);
    border-radius: 4px;
    /*overflow: hidden;*/
}

#product-carousel.carousel, #product-carousel .carousel-inner, #product-carousel .carousel-item { height: 100%; }
.product-top-block .product-img-bg {
    background: #fff;
    background-size: contain;
    background-position: center;
    filter: blur(20px);
    min-height: 250px;
    height: 100%;
}
.product-top-block .product-video-bg {
    background: #fff;
    filter: blur(20px);
    min-height: 250px;
    height: 100%;
}

.product-top-block .product-img, .product-top-block .course-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /*width: 100%;*/
    height: inherit;
}


#product-carousel .carousel-control-prev, #product-carousel .carousel-control-next {
    height: 50px;
    top: 40%;
    bottom: 40%;
    z-index: 99;
}
.playpause {
    background: url('../../img/video/playbtn-2.png') no-repeat;
    background-size: 20%;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    z-index: 999;
    cursor: pointer;
}




.product-top-block .product-details {
    min-height: 246px;
}
.product-top-block .product-details p {
    color: #333;
    margin-bottom: 0.5rem;
}
.product-top-block .product-details p[class*="product-"] {
    padding-right: 40px;
}

.product-top-block .product-details .btn-fav-heart-round {
    background: #fff6e0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-top-block .product-details .btn-fav-heart-round:hover, .product-top-block .product-details .btn-fav-heart-round.active {
    background: transparent;
}
.product-top-block .product-details .btn-fav-heart-round:hover .fa-heart-o:before, .product-top-block .product-details .btn-fav-heart-round.active .fa-heart-o:before {
    content: "\f004";
    color: #E91E63;
}


.product-top-block .product-details .product-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6em;
}

.product-top-block .product-price {
    font-family: "Nunito", sans-serif;
    padding-right: 20px;
}
.product-top-block .product-price small {
    color: #666;
    text-decoration: line-through;
    font-size: 15px;
}
.product-top-block .product-price .price {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #E91E63;
    text-align: right;
    letter-spacing: 1px; 
    padding-left: 15px;
}
.product-top-block .product-price .price span {
    font-size: 15px;
    font-weight: 500;
}

.product-top-block .product-cart-area .btn {
    font-size: 20px;
    border-radius: 0;
}
.product-top-block .product-cart-area .btn-add-cart {
    width: 100%;
    background: #32b4e0;
    color: #FFF;
}
.product-top-block .product-cart-area .btn-add-cart:hover {
    background: #f39700;
}

.product-top-block .product-cart-area .btn-disable-cart {
    width: 100%;
    background: #999;
    color: #FFF;
    cursor: not-allowed !important;
}

.product-top-block .share-link {
    position: absolute;
    right: -36px;
    top: 0;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    background: #ffffff;
    padding: 5px 5px;
    border-radius: 0 10px 10px 0;
    box-shadow: 3px 3px 3px 0px #00000033;
    letter-spacing: 1px;
    z-index: 99;
}
.product-top-block .share-link .share-fb, .product-top-block .share-link .share-line {
    display: inline-block;
    text-align: center;
    margin: 5px auto;
}
.product-top-block .share-link .share-fb:hover, .product-top-block .share-link .share-line:hover  {
    opacity: .7;
}



.product-top-block .product-importantinfo .message-block {
    border-radius: 8px;
    background-color: #eee;
    padding: 12px 20px;
    font-size: 15px;
    text-align: left;
}



.product-tab .tabs{
    font-size: 20px;
    font-weight: 700;
    padding:0px;
    list-style:none;
    background:#fff;
    box-shadow:0px 5px 20px rgba(0,0,0,0.1);
    display:inline-block;
    border-radius:50px;
    position:relative;
    display: block;
}

.product-tab .tabs a{
    width: 25%;
    text-align: center;
    text-decoration:none;
    color: #666;
    text-transform:uppercase;
    padding:10px 20px;
    display:inline-block;
    position:relative;
    z-index:1;
    transition-duration:0.6s;
    float: left;
}

.product-tab .tabs a.active{
    color:#fff;
}

.product-tab .tabs a i{
    margin-right:5px;
}

.product-tab .tabs .selector{
    height:100%;
    display:inline-block;
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
    border-radius:50px;
    transition-duration:0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #8acee2;
    background: -moz-linear-gradient(45deg, #8acee2 0%,#32b4e0 100%);
    background: -webkit-linear-gradient(45deg, #8acee2 0%,#32b4e0 100%);
    background: linear-gradient(45deg, #8acee2 0%,#32b4e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8acee2', endColorstr='#32b4e0',GradientType=1 );
}



.product-content-block .tab-content {
    background: #fff;
    overflow-wrap: break-word;
}
.product-content-block .tab-content img {
    width: 100%;
}
.product-content-block .tab-content p {
    color: #333;
    margin-bottom: 5px;
}
.product-content-block .tab-content .marker {
    background-color: #ffff73;
}
.tab-content .content-title {
    color: #333;
    /*font-weight: 600;*/
    border-bottom: 2px solid #8acee2;
    margin: 30px auto;
    min-height: 33px;
}
.tab-content .content-title i {
    background: #8acee2;
    color: #FFF;
    border-radius: 50% 50% 0;
    padding: 12px;
    font-size: .8em;
    margin-left: -20px;
    margin-right: 10px;
    top: -4px;
    position: relative;
}
.tab-content .content-title .teacher-name {
    font-size: 1.2em;
    font-weight: 700;
    padding: 0 10px;
}
.tab-content .content-text {
    font-size: 16px;
    color: #333;
    padding: 0 10px 10px 60px;
}
.tab-content .content-text img {
    max-width: 100%;
}
.tab-content .content-text-table {
    font-size: 16px;
    color: #333;
}
.tab-content .content-achieve ul {
    margin-bottom: 0;
    padding-left: 40px;
}
.tab-content .content-text ul li {
    line-height: 2;
}

.content-description ol, .content-description ul,
.news-content ol, .news-content ul {
    padding-left: 40px;
}

.tab-content .content-remind, .tab-content .content-organizer {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    min-height: 150px;
    font-size: 16px;
    color: #333;
}
.tab-content .content-remind, .tab-content .content-organizer a {
    color: #de3e0f;
}
.tab-content .content-remind, .tab-content .content-organizer a:hover {
    color: #f39700;
}
.content-organizer .d-thead {
    background: #de3e0f;
    color: #fff;
}
.content-organizer .d-tbody .d-td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.content-organizer .d-tbody .d-tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}






/*---------------------
  Shopping Cart Table
-----------------------*/
.shopping-cart {
    padding-top: 30px;
    padding-bottom: 60px;
}
.cart-table {
    border: 1px solid #e8e8e8;
}

.cart-table .d-head .d-th {
    background: #8acee2;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.cart-table .d-body {
    border-bottom: 1px solid #e8e8e8;
}
.cart-table .d-body:last-child {
    border-bottom: 0;
}
.cart-table .d-body .d-td {
    padding: 10px;
}

.cart-table .d-body .d-td.cart-pic, .cart-table .d-body .d-td.tool {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-table .d-body .d-td.cart-title {
    display: flex;
    align-items: center;
}
.cart-table .d-body .cart-title-des {
    letter-spacing: 1px;
    color: #777777;
}


.cart-table .d-body .d-td.total-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ed143d;
    font-weight: 500;
    font-size: 1.25rem;
}

.tool a[class*="btn-tool"] {
    border: 1px solid;
    padding: 2px 7px;
    margin: 10px auto;
    border-radius: 20px;
    font-size: 14px;
    color: #666;
}
.tool a[class*="btn-tool"]:hover {
    color: #ed143d;
}
.cart-table .d-foot .d-td {
    background: #f3f3f3;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 10px;
}
.cart-table .d-foot .total-price {
    color: #ed143d;
    font-weight: 700;
    font-size: 1.25rem;
    justify-content: flex-end;
}


/*----------------------------------------*/
/* Member - course, favorite, orderlist ...
/*----------------------------------------*/
.course-items-table .card-body, .favorite-items-table .card-body {
    font-size: 15px;
}


/*----------------------------------------*/
/* Buttons
/*----------------------------------------*/
.btn.btn-camp {
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    padding: 10px;
    max-width: 200px;
    margin: 0 auto;
    background: #dfdfdf;
    color: #333;
    border: 2px solid #dfdfdf;
}
.btn.btn-orange {
    background: #de3e0f !important;
    color: #fff !important;
    border: 2px solid #de3e0f !important;
}
.btn.btn-orange:hover {
    background: transparent !important;
    color: #de3e0f !important;
    border: 2px solid #de3e0f !important;
}

.btn.btn-yellow {
    background: #f39700 !important;
    color: #fff !important;
    border: 2px solid #f39700 !important;
}
.btn.btn-yellow:hover {
    background: transparent !important;
    color: #f39700 !important;
    border: 2px solid #f39700 !important;
}

.btn.btn-default {
    color: #6c757d !important;
    background-color: #fff !important;
    border-color: #6c757d !important;
}
.btn.btn-default:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn.btn-outline-orange {
    background: transparent !important;
    color: #de3e0f !important;
    border: 2px solid #de3e0f !important;
}
.btn.btn-outline-orange:hover {
    background: #de3e0f !important;
    color: #fff !important;
    border: 2px solid #de3e0f !important;
}


.btn.btn-outline-yellow {
    background: transparent !important;
    color: #f39700 !important;
    border: 2px solid #f39700 !important;
}
.btn.btn-outline-yellow:hover {
    background: #f39700 !important;
    color: #fff !important;
    border: 2px solid #f39700 !important;
}



.btn.btn-goclass {
    display: inline-block;
    border: 1px solid;
    padding: 3px 5px 3px 45px;
    border-radius: 20px;
    color: #e7ab3c;
    position: relative;
    line-height: 1;
    background: linear-gradient(to left, white 50%, #e7ab3c 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    min-height: 30px;
}
.btn.btn-goclass-icon {
    background: #e7ab3c;
    color: #fff;
    width: 40px;
    max-width: 100%;
    min-height: 40px;
    padding: 5px;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-goclass:hover {
    background-position: left bottom;
    color: #fff;
    border-color: #f39700;
}
.btn.btn-goclass:hover .btn-yellow {
    background: white !important;
    color: #f39700 !important;
}




/*----------------------------------------*/
/* Shopcart, Member ...
/*----------------------------------------*/
.item-line {
    border-bottom: 1px solid #eee;
}
.dislike-icon {
    cursor: pointer;
}
.dislike-icon:hover .fa-heart:before {
    content: "\f08a";
}








/*----------------------------------------*/
/* 搭配 JS ...
/*----------------------------------------*/
.ShowOnScroll {
    opacity: 0;
    display: block;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}




/* ------------------------------ Responsive Media Styles ---------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .nav-item .nav-menu-l li a {
        padding: 18px 10px;
    }
}


@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-main .container {
        padding: 0 5px;
    }
    .nav-item .nav-menu li a {
        padding: 16px 26px 15px;
    }
    .hero-items .owl-nav button[type=button] {
        left: 5px;
    }
    .hero-items .owl-nav button[type=button].owl-next {
        right: 5px;
    }
    .hero-items .recommend-camp {
        width: 435px;
        height: 360px;
        max-width: 100%;
    }
    .hero-items .recommend-camp .recommend-camp-img {
        height: 260px;
    }

    .tab-item ul li a {
        padding: 18px 39px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-items .owl-nav button[type=button] {
        left: 5px;
    }
    .hero-items .owl-nav button[type=button].owl-next {
        right: 5px;
    }
    #search { width: 100px; max-width: 100%; }

    .product-top-block .product-importantinfo .message-block { width: 100%; }
    .product-importantinfo .message { margin-bottom: 10px; word-break: break-all; }
    .product-importantinfo .message:after { display: none; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main .container {
        padding: 0 5px;
        max-width: 100%;
    }
    .nav-item .nav-depart .depart-btn {
        padding: 14px 40px 14px 18px;
    }
    .nav-item .nav-menu li a {
        padding: 16px 10px 15px;
    }
    .tab-item ul li a {
        padding: 18px 39px;
    }
    .product-tab .tab-item ul li a {
        padding: 15px 25px;
    }

    a.hero-title {
        color: #333;
        width: 100%;
        font-weight: 600;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .owl-carousel .owl-item img {
        max-width: 80%;
        margin: 0 auto;
    }
    .hero-items .single-hero-items p {
        min-height: 20px;
        margin: 0;
    }
    .hero-items .single-hero-items {
        padding: 30px 25px;
        /*height: calc( 100vh - 90px);*/
        height: auto;
        background: left center;
    }
    .hero-items .single-hero-items h1 {
        font-size: 40px;
    }
    .hero-items .off-card {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .body-content { padding-top: 66px; }
    .full-screen { height: auto; }
    .main-item {
        position: relative;
        margin-top: 20px;
        bottom: auto;
    }


    .nav-item .nav-depart .depart-btn {
        padding: 14px 50px 14px 18px;
    }
    .nav-item {
        background: transparent;
    }
    .nav-item .nav-menu {
        display: none;
    }
    .heading-section-text {
        width: 78%;
    }
    .heading-section h2 {
        font-size: 1.6em;
    }   
    .heading-section .heading-title-icon {
        width: 20%;
    }
    .copyright-reserved .copyright-text {
        margin-bottom: 10px;
    }

    .slicknav_menu {
        display: block;
        background: transparent;
        text-align: center;
        margin-top: -75px;
        z-index: 9;
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: transparent;
        width: 1.5em;
        height: .3em;
        max-width: 100%;
        border-radius: 0;
        -webkit-box-shadow: 0 3px 0 #32b4e0;
        -moz-box-shadow: 0 3px 0 #32b4e0;
        box-shadow: 0 3px 0 #32b4e0;
    }
    .slicknav_nav {
        font-size: 1em;
        color: #333;
        padding-top: 30px;
    }
    .slicknav_nav ul {
        margin: 0;
        text-align: left;
    }
    .slicknav_nav a,
    .slicknav_nav .slicknav_row {
        margin: 0;
    }
    .slicknav_nav .dropdown a {
        padding-left: 25px;
    }
    .slicknav_btn {
        border-radius: 0;
        display: inline-block;
        padding: 20px 0px;
        background: transparent;
    }
    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 8px 15px;
        color: #333;
        text-decoration: none;
    }
    .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #de3e0f;
        text-decoration: none;
    }
    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #de3e0f;
    }
    .header-main li.cart-icon .cart-hover {
        left: -50px;
    }
    .product-show-option p {
        text-align: left;
    }
    .tab-item ul li a {
        padding: 18px 51px;
        margin-bottom: 10px;
    }
    .cart-table {
        overflow: auto;
    }
    .cart-table table tr th {
        font-size: 14px;
    }
    a.hero-title {
        color: #333;
        width: 100%;
        font-size: .8em;
        font-weight: 600;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .product-shop h1 {
        font-size: 2em;
        -webkit-line-clamp: 2;
    }
    .share-link-mobile {
        margin: 30px 0;
        text-align: center;
    }
    .share-link-mobile .share-fb:hover, .share-link-mobile .share-line:hover {
        opacity: .7;
    }

    .hero-items .single-hero-items p {
        min-height: 20px;
        margin: 0;
    }
    .hero-items .single-hero-items {
        padding: 30px 25px;
        /*height: calc( 100vh - 90px);*/
        height: auto;
        background: left center;
    }
    .hero-items .single-hero-items h1 {
        font-size: 40px;
    }
    .product-tab .tab-item ul li a {
        padding: 10px 20px;
    }
    .product-tab .tab-item ul.nav {
        justify-content: center;
    }

    .tab-content .content-organizer .d-tbody .d-td {
        border-top: 0;
        padding: .5rem;
    }
    .tab-content .content-organizer .d-tbody .d-tr {
        border-bottom: 1px solid #dee2e6;
    }


    .nav-item .nav-menu-l li.li-item {
        width: 100%;
        height: auto;
        text-align: left;
    }
    .nav-item li.li-item .img {
        display: inline-block;
    }
    .nav-item li.li-item p {
        display: inline-block;
    }
    .nav-item .nav-menu-l li.li-item a.li-link {
        padding: 8px 15px;
    }


    #camp-blank-area { height: 10px; }
    #video-blank-area, #news-blank-area { height: 40px; }

    .news-list a { width: 100%; }
}


@media only screen and (max-width: 479px) {
    .tab-item ul li a {
        padding: 18px 30px;
        margin-bottom: 10px;
    }
    .product-tab .tab-item ul li a {
        padding: 8px 10px;
        font-size: 15px;
    }
    .product-tab .tab-item ul.nav {
        justify-content: center;
    }
    .tab-content .content-text {
        padding: 0px;
    }
    .goTop {
        bottom: 60px;
        right: 30px;
    }
}


@media (max-height: 50em) {
    .main-item img {
        display: none;
    }
}
@media (max-height: 40em) {
    .main-item-learn, .main-item-video, .main-item-news {
        display: none;
    }
}
