@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

body, html {
    color: #333;
    font-size: 1rem;
    font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    padding: 0px;
    margin: 0px;
    height: 100%;
    background: #fff;
}
a {
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
::selection {
    background: #ccc;
    color: #000;
}
::-moz-selection {
    background: #ccc;
    color: #000;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    border: 0px solid #fff;
    background-color: #ccc;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.main ::-webkit-scrollbar {
    width: 6px;
}
.main ::-webkit-scrollbar-track {
	background-color: #efefef;
	border-radius: 10px;
}
.main ::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}
.main ::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}
img {
    max-width: 100%;
}
.prompt {
    color: #999;
    font-size: 0.875rem;
    line-height: 18px;
    margin-left: 3px;
    clear: both;
}
.remark {
    display: block;
    color: #d62828;
    font-size: 0.875rem;
    line-height: 18px;
    margin-top: 5px;
    clear: both;
}
.remark-icon {
    color: #e23131;
    font-weight: 300;
    margin: 0 3px;
}
.error {
    display: block;
    color: #000;
    font-size: 0.875rem;
    line-height: 22px;
    margin: 2px 0 0 0;
    background: #ffb59d;
    padding: 5px 10px;
    border-top: 5px solid #ff5722;
    border-bottom: 5px solid #ff5722;
    clear: both;
}
.wordsNum {
    color: #bbb;
    font-size: 0.875rem;
    margin-left: 5px;
}
button {
    outline: none;
}
button:focus {
    outline: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
blockquote {
    font-size: 1rem;
    margin: 20px 0;
    padding: 50px;
    color: #000;
    background-color: #f6f6f6;
    border-radius: 20px;
}
blockquote:before {
    content: "";
    opacity: 0.2;
    width: 25px;
    height: 25px;
    left: 0;
    margin: -30px 0 0 30px;
    position: absolute;
    background: url(../assets/images/blockquote_l.svg) no-repeat;
}
blockquote:after {
    content: "";
    opacity: 0.2;
    width: 25px;
    height: 25px;
    right: 0;
    margin: 0 30px -30px 0;
    position: absolute;
    background: url(../assets/images/blockquote_r.svg) no-repeat;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
    line-height: 32px;
    border-radius: 20px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}
th {
    font-weight: 500;
}
dt {
    font-weight: 500;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.6;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
    color: #000;
}
h1 {
    color: #000;
    font-size: 1.875rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
}
h2 {
    color: #000;
    font-size: 1.75rem;
    font-weight: 400;
    margin: 20px 0 20px 0;
}
h3 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 13px 0;
}
h4 {
    color: #000;
    font-size: 1.375rem;   
    font-weight: 400;
    margin: 0 0 13px 0;
}
h5 {
    color: #00b4d8;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 0 13px 0;
}
h6 {
    color: #00b4d8;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0 0 8px 0;
}
p {
    margin: 0 0 15px;
}
.tooltip-inner {
    background-color: #000 !important;
    color: #fff;
    padding: 3px 10px 5px 10px;
    opacity: 1 !important;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #000 !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #000 !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #000 !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #000 !important;
}
/***--- header ---***/
header {
    height: 80px;
}
/***navbar***/
.navbar {
    padding: 5px 15px;
    transition: all 0.4s;
    background: #fff;
}
.navbar .navbar-nav {
    margin-left: auto;
}
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar.active .nav-link {
    color: #000;
}
.navbar .nav-link {
    position: relative;
    color: #000;
    white-space: normal;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #00b4d8;
}
.navbar .active .nav-link {
    color: #00b4d8;
}
.navbar ul {
    list-style-type: none;
    padding: 0;
}
.navbar ul ul > li:hover > a,
.navbar ul ul > li:focus > a {
    color: #000;
    background: none;
}
.navbar .show ul ul.dropdown-menu > li > a:focus,
.navbar .show ul ul.dropdown-menu > li > a:hover {
    color: #000;
}
/*first*/
.navbar ul > li:hover > ul {
    display: block
}
.navbar ul ul .dropdown-toggle::after {
    transform: rotate(-90deg);
}
.navbar ul ul.dropdown-menu {
    background: #00b4d8;
}
.navbar ul ul > li > a:before {
    background: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.navbar .show ul ul.dropdown-menu > li > a:focus,
.navbar .show ul ul.dropdown-menu > li > a:hover {
    color: #000;
}
.navbar ul ul li {
    position: relative;
    border: 0;
}
.navbar ul ul li:last-child {
    border: 0;
}
/*dropdown*/
.navbar-nav .dropdown-toggle {
    cursor: default;
}
.navbar-nav .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: 0;
    border: 0;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border-right: 1px solid #00b4d8;
    border-bottom: 1px solid #00b4d8;
    transform: rotate(45deg );
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
}
.navbar-nav .dropdown-menu {
    padding: 10px 0;
    margin: 0;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.navbar-nav .dropdown-item {
    color: #fff;
    padding: 3px 10px;
}
.navbar-toggler {
    padding: 0;
}
.navbar-toggler-icon:before {
    content: "\e109";
    font-family: "gwicon";
    font-size: 24px;
    color: #000;
    line-height: 30px;
}
[aria-expanded="true"] .navbar-toggler-icon:before {
    content: "\e03f";
    font-family: "gwicon";
    font-size: 24px;
    color: #000;
    line-height: 30px;
}

.top-link-box ul {
    display: inline-flex;
}
/***member link***/
#member-link {
    margin: 0 5px 0 15px;
}
#member-link a {
    display: inline-block;
    color: #00b4d8;
    font-size: 1rem;
    line-height: 1;
    margin: 0 5px;
    border: 2px solid #00b4d8;
    padding: 5px 10px 7px 10px;
    border-radius: 30px;
}
#member-link a:hover {
    color: #fff;
    background-color: #00b4d8;
    border: 2px solid #00b4d8;
}

/***top-cart***/
#top-cart {
    margin-top: -5px;
}
#top-cart #cart-btn {
    font-size: 1.5rem;
    color: #00b4d8;
    width: 35px;
    height: 35px;
    padding: 3px 0 0 0;
    background-color: transparent;
    border: 0;
}
#top-cart #cart-btn:hover {
    color: #333;
}
#top-cart #cart-btn .count {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ff5722;
    text-align: center;
}
#top-cart #cart-btn.dropdown-toggle::after {
    display: none;
}
#top-cart .dropdown-menu {
    width: 300px;
    left: inherit;
    right: 0;
    padding: 20px;
    margin-top: 15px;
}
#top-cart .cart-list {
    -webkit-animation-name: cart-list;
    animation-name: cart-list;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@-webkit-keyframes cart-list {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes cart-list {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
#top-cart .cart-list .cart-info {
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#top-cart .cart-list .title a {
    color: #000;
    font-size: 0.9375rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 10px 0;
}
#top-cart .cart-list .title a:hover,
#top-cart .cart-list .title a:focus {
    color: #000;
}
#top-cart .cart-list .details {
    color: #e91e63;
    font-size: 0.875rem;
    margin-top: 5px;
}
#top-cart .cart-list .total {
    display: block;
    margin-top: 20px;
}
#top-cart .cart-list .total .btn {
    display: inline-block;
    width: 120px;
    color: #fff !important;
    padding: 5px 10px !important;
    background: #0077b6 !important;
    border: 0 !important;
}
#top-cart .cart-list .total .btn:hover {
    background: #333 !important;
}
#top-cart .cart-list .total .btn i {
    color: #fff;
    font-size: 1.125rem;
    margin-right: 5px;
    vertical-align: -2px;
}
#top-cart .cart-list .price {
    font-weight: bold;
}
#top-cart .cart-list .total>.price {
    font-weight: bold;
    float: right;
}
#top-cart .cart-list .total > span {
    padding-top: 5px;
}
#top-cart .cart-list .total .total-amount {
    color: #e91e63;
    font-size: 1.125rem;
    vertical-align: initial;
}
.main-content-wrapper .single-product-area .single_product_desc .cart .quantity {
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    #top-cart .dropdown-menu {
        left: -240px;
    }
}
/***--- header end ---***/

/***--- banner ----***/
#home-bn .owl-carousel .owl-item img {
    transform-style: initial;
    height: calc(100vh - 80px);
    object-fit: cover;
}
#page-bn .owl-carousel .owl-item img {
    transform-style: initial;
    height: 650px;
    object-fit: cover;
}
#page-bn img {
    width: 100%;
    height: 740px;
    object-fit: cover;
}
#home-bn .caption {
    position: absolute;
    color: #000;
    font-size: 1.125rem;
    line-height: 1.6;
    text-align: left;
    width: 40%;
    height: auto;
    right: 3%;
    bottom: 160px;
    padding: 30px;
    background: rgb(255 255 255 / 60%);
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
    z-index: 10;
}
#home-bn .caption a {
    color: #000;
}
#home-bn .caption h3 {
    color: #000;
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 0 15px 0;
}
#home-bn .caption p {
    margin: 0;
}
#home-bn .link-btn {
    margin: 20px 0 0 0;
}
#home-bn .link-btn a {
    color: #fff;
    font-size: 1rem;
    border-radius: 100px;
    padding: 5px 25px 8px 25px;
    background: #0077b6;
}
#home-bn .link-btn a:hover {
    background: #333;
}
#home-bn .link-btn a:after {
    content: "\48";
    font-family: "gwicon";
    font-size: 0.875rem;
    margin-left: 5px;
    vertical-align: -2px;
}
.home-go-box {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 40px;
}
.home-go-box a {
    color: #fff;
    font-size: 2.5rem;
}
.home-go-box a:hover {
    color: #000;
}
#content-bn .image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
/***--- banner end ----***/

/***--- home ----***/
#home-content-start {
    padding-top: 60px;
    position: absolute;
    bottom: 0;
}
#home #content {
    position: relative;
    padding: 0;
}
.bigtitle h2 {
    position: relative;
    color: #00b4d8;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
    z-index: 1;
}
.bigtitle h2 em {
    font-size: 1.25rem;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    margin-left: 25px;
    padding: 2px 5px;
    vertical-align: 13px;
    border: 1px solid;
}
.bigtitle h3 {
    font-size: 1.75rem;
    margin-bottom: 35px;
    text-align: center;
}
#service-box .bigtitle h2 {
    color: #fff;
}
#home #content .link-btn {
    margin-top: 30px;
}
#home #content .link-btn a {
    display: block;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 34px;
    width: 150px;
    height: 40px;
    text-align: center;
    background: #0077b6;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
#home #content .link-btn a:hover {
    background: #333;
}
#home #content .link-btn a:after {
    content: "\48";
    font-size: 0.875rem;
    font-family: "gwicon";
    margin-left: 5px;
    vertical-align: -1px;
}  
#home #content .link-btn {
    margin-top: 50px;
}  
#home #content .link-btn a {
    margin: 0 auto;
} 
/** travel-box **/
#travel-box {
    padding: 100px 0 230px 0;
}
#travel-box .content-box {
    margin-top: 20px;
}
#travel-box .content-box .item {
    background: #f1fcff;
}
#travel-box .content-box .list-box {
    margin: 15px 0;
}
#travel-box .content-box .list-box-content {
    border: 1px solid #ccc;
}
#travel-box .content-box .image {
    overflow: hidden;
}
#travel-box .content-box .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition:All 0.3s ease-in-out;
    -webkit-transition:All 0.3s ease-in-out;
    -moz-transition:All 0.3s ease-in-out;
    -ms-transition:All 0.3s ease-in-out;
    -o-transition:All 0.3s ease-in-out;
}
#travel-box .content-box .image:hover img {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
#travel-box .content-box .article-box {
    padding: 10px 15px;
}
#travel-box .content-box .article-box .title h3 {
    display: -webkit-box;
    font-size: 1.25rem;
    height: 30px;
    max-height: 30px;
    margin: 0 0 10px 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#travel-box .content-box .article-box .title h3 a {
    color: #000;
}
#travel-box .content-box .article-box .title h3:hover a {
    color: #0077b6;
}
#travel-box .content-box .article-box .article {
    color: #aaa;
}
#travel-box .content-box .article-box .article i {
    margin-right: 5px;
    vertical-align: -2px;
    color: #0077b6;
}
#travel-box .content-box .article-box .article p {
    margin: 0
}
#travel-box .star-list {
    list-style: none;
    padding-left: 0;
}
#travel-box .star-list li {
    display: inline-block;
}
#travel-box .star-list i {
    color: #ff9800;
}
/** service-box **/
#service-box {
    padding: 0 0 50px 0;
    position: relative;
    background-color: #7ae2ff;
}
#service-box .plus {
    color: red;
    margin-right: 3px;
}
#service-box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 200px 100vw;
    border-color: transparent transparent #7ae2ff transparent;
    overflow: hidden;
    margin-top: -200px;
}
#service-box:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    border-style: solid;
    border-width: 200px 100vw 0 0 ;
    border-color: #7ae2ff transparent transparent transparent;
    overflow: hidden;
    margin-top: 50px;
}
#service-box .content-box {
    margin-top: 20px;
}
#service-box .content-box .article-box {
    position: relative;
    padding: 10px 15px;
    background: #fff;
    z-index: 1;
}
#service-box .content-box .image {
    overflow: hidden;
}
#service-box .content-box .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition:All 0.3s ease-in-out;
    -webkit-transition:All 0.3s ease-in-out;
    -moz-transition:All 0.3s ease-in-out;
    -ms-transition:All 0.3s ease-in-out;
    -o-transition:All 0.3s ease-in-out;
}
#service-box .content-box .image:hover img {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
#service-box .content-box .article-box .title h3 {
    display: -webkit-box;
    font-size: 1.25rem;
    height: 30px;
    max-height: 30px;
    margin: 0 0 3px 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#service-box .content-box .article-box .title h3 a {
    color: #000;
}
#service-box .content-box .article-box .title h3:hover a {
    color: #0077b6;
}
#service-box .content-box .article-box .article {
    color: #aaa;
}
#service-box .content-box .article-box .article i {
    margin-right: 5px;
    vertical-align: -2px;
    color: #0077b6;
}
#service-box .content-box .article-box .article p {
    margin: 0
}
/** about-box **/
#about-box {
    padding: 250px 0 120px 0;
}
#about-box .content-box {
    padding: 0;
}
#about-box .content-box h3 {
    font-size: 2.25rem;
    margin-bottom: 20px;
}
#about-box .content-box .article-box {
    width: 80%;
    margin: 0 auto;
}
#about-box .content-box .article-box p {
    font-size: 1.25rem;
    text-align: center;
    color: #666;
}
#about-box .image-box {
    text-align: center;
    z-index: 3;
}
/** info-box **/
#info-box {
    padding: 100px 0 100px 0;
    background-image: url(../assets/images/bg_01.jpg);
}
#info-box .content-box {
    padding: 0;
}
#info-box .content-box h3 {
    font-size: 2.25rem;
    margin-bottom: 20px;
}
#info-box .content-box .article-box {
    width: 80%;
    margin: 0 auto;
}
#info-box .content-box .article-box p {
    font-size: 1.5rem;
    text-align: center;
    color: #666;
}
#info-box .image-box {
    text-align: center;
    z-index: 3;
}
/***--- home end ----***/

/***--- page ----***/
#content {
    padding: 90px 0 90px 0;
}
#body-top-box {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
}
.body-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 300px;
    flex-direction: column;
    overflow: hidden;
}
.top-title-box {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 50%);
    text-align: center;
    padding: 5px 5px 10px;
    margin-bottom: 20px;
}
.top-title {
    position: relative;
    color: #000;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 400;
}
.page-menu {
    text-align: center;
    margin: 0 0 30px 0;
}
.page-menu ul {
    list-style-type: none;
    padding: 0;
}
.page-menu ul>li {
    display: inline-block;
}
.page-menu ul>li a {
    color: #fff;
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00b4d8;
}
.page-menu ul>li a:hover {
    background: #333;
}
.page-title {
	border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
}
.page-title h2 {
	color: #00b4d8;
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.page-title-c h2 {
	color: #00b4d8;
    font-size: 2.25rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px 0;
}
.article-title h3 {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.3;
}
#main-image-list {
    margin: 25px 0 15px 0;
}
#main-image-list img {
    margin: 0;
}
/***--- page end ----***/

/***--- travel and service ----***/
#travel .city-search-box,
#service .city-search-box {
    margin-bottom: 35px;
    padding: 10px;
    background: #d0f7ff;
}
#travel .city-search-box select {
    height: 40px !important;
    border: 0;
}
#travel .city-search select,
#service .city-search select {
    color: #555;
    width: 47%;
    margin-right: 6%;
    border-width: 0;
}
#travel #search-btn input,
#service #search-btn input {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    width: 150px;
    height: 40px;
    padding: 0;
    margin: 0 auto;
    background: #0077b6;
    border: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#travel #search-btn input:hover {
    color: #fff;
    background:#333;
}
#travel #search-btn input:active {
    color: #fff;
    background:#333;
}
#travel .city-search select:last-child {
    margin-right: 0;
}
#travel .list-box {
    margin-bottom: 30px;
}
#travel .content-box {
    border: 1px solid #94d5f1;
}
#travel .content-box .image {
    overflow: hidden;
}
#travel .content-box .image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition:All 0.3s ease-in-out;
    -webkit-transition:All 0.3s ease-in-out;
    -moz-transition:All 0.3s ease-in-out;
    -ms-transition:All 0.3s ease-in-out;
    -o-transition:All 0.3s ease-in-out;
}
#travel .content-box .image:hover img {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
#travel .content-box .article-box {
    padding: 10px 15px;
}
#travel .content-box .article-box .title h3 {
    display: -webkit-box;
    font-size: 1.125rem;
    height: 56px;
    max-height: 56px;
    margin: 0 0 10px 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#travel .content-box .article-box .title h3 a {
    color: #000;
}
#travel .content-box .article-box .title h3:hover a {
    color: #0077b6;
}
#travel .content-box .article-box .article {
    color: #aaa;
}
#travel .content-box .article-box .article i {
    margin-right: 5px;
    vertical-align: -2px;
    color: #0077b6;
}
#travel .plus {
    color: red;
    margin-right: 3px;
}
#travel .content-box .article-box .article p {
    margin: 0
}
#travel .star-list {
    list-style: none;
    padding-left: 0;
}
#travel .star-list li {
    display: inline-block;
}
#travel .star-list i {
    color: #ff9800;
}
#travel .author-box .image-box .image {
    text-align: center;
}
#travel .author-box .image-box .image img {
    width: 190px;
    height: 190px;
    object-fit: cover;
}
#travel .author-box .title h3 {
    color: #00b4d8;
    font-size: 1rem;
    text-align: center;
    margin: 18px 0 15px 0;
}
#travel .author-box .address b {
    color: #00b4d8;
}
#travel .author-box .about {
    font-size: 0.875rem;
    word-break: break-all;
}
/* page */
#travel-page .top-content {
    margin-top: 20px;   
} 
#travel-page .top-content-box {
    padding: 25px;
    background: #d5f2ff;
}  
#travel-page .difficulty {
    height: 150px;
    width: 150px;
    padding: 25px;
    text-align: center;
    margin: 0 auto 22px auto;
    background: #fff;
    border-radius: 100%;
} 
#travel-page .difficulty h3 {
    color: #0077b6;
    font-size: 1.375rem;
    line-height: 1;
    margin: 0;
}
#travel-page .difficulty .icon {
    margin: 10px 0 0 0;
    text-align: center;
} 
#travel-page .difficulty .icon i {
    color: #ff9800;
    font-size: 3.5rem;
}
#travel-page .difficulty p {
    margin: 0;
} 
#travel-page .author-box .image-box .image {
    text-align: center;
}
#travel-page .author-box .image-box .image img {
    width: 190px;
    height: 190px;
    object-fit: cover;
}
#travel-page .author-box .title h3 {
    color: #00b4d8;
    font-size: 1rem;
    text-align: center;
    margin: 18px 0 15px 0;
}
#travel-page .author-box .address b {
    color: #00b4d8;
}
#travel-page .author-box .about {
    font-size: 0.875rem;
    word-break: break-all;
}
#travel-page .link-btn {
    margin-top: 30px;
}
#travel-page .link-btn a {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 40px;
    width: 150px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    background: #00b4d8;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
#travel-page .link-btn a:hover {
    background: #333;
}
#travel-page .star-list {
    list-style: none;
    padding-left: 0;
}
#travel-page .star-list li {
    display: inline-block;
}
#travel-page .star-list i {
    color: #ff9800;
}
#travel-page .plus {
    color: red;
    margin-right: 3px;
}
#travel-page .project td {
    padding: 2px 0;
    vertical-align: top;
}
#travel-page .project .title {
    width: 85px;
    color: #009cbb;
}
#travel-page .evaluation {
    margin-top: 30px;
}
#travel-page .evaluation .subtitle {
    padding: 2px 10px;
    margin-bottom: 28px;
    background: #00b4d8;
}
#travel-page .evaluation .subtitle h3 {
    color: #fff;
    font-size: 1.25rem;
    margin: 0;
}
#travel-page .evaluation .list-box {
    margin-bottom: 20px;
}
#travel-page .evaluation .image-box {
    float: left;
    width: 50px;
    margin-right: 15px;
}
#travel-page .evaluation .image-box .image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
}
#travel-page .evaluation .content-box {
    margin-left: 65px;
}
#travel-page .evaluation .star-list i {
    font-size: 0.875rem;
}
#travel-page .evaluation .date {
    color: #aaa;
    font-size: 0.875rem;
    margin-left: 10px;
}
#travel-page .evaluation .article-box {
    padding: 15px;
    margin-top: 5px;
    background: #f3f3f3;
}
#travel-page .editor img {
    width: 97% !important;
    max-width: 100%;
    height: auto !important;
    margin: 0;
}
/* price-box */
#travel-page .price-box .article-box {
    padding: 30px 25px;
    margin-bottom: 20px;
    border: 1px solid #00b4d8;
    border-radius: 10px;
}
#travel-page .price-box .price {
    color: #00b4d8;
    font-size: 1.875rem;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 1;
    margin-bottom: 10px;
}
#travel-page .price-box .price .plus {
    color: red;
    font-weight: 400;
    margin-left: -5px;
    margin-right: 3px;
}
#travel-page .price-box .price i {
    font-size: 1.5rem;
    margin-right: 10px;
    vertical-align: -1px;
}
#travel-page .price-box .input-box {
    margin-bottom: 15px;
}
#travel-page .price-box .unit-price {
    text-align: right;
}
#travel-page .price-box .number {
    text-align: right;
}
#travel-page .price-box .total {
    text-align: right;
}
#travel-page .price-box .divider {
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}
#travel-page .btn-box {
    margin-top: 10px;
}
#travel-page #submit-btn, #travel-page #mail-btn {
    margin-top: 10px;
}
/* information */
#travel-page .information {
    margin: 50px 0;
    padding: 30px 30px;
    border-radius: 20px;
    background: rgb(0 180 216 / 8%);
}
#travel-page .information .subtitle h3 {
    position: relative;
    color: #fff;
    font-size: 1.125rem;
    line-height: 33px;
    text-align: center;
    width: 100px;
    height: 35px;
    margin: 0;
    background: #00b4d8;
}
#travel-page .information .attribution,
#travel-page .information .attribution a {
    color: #bbb;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -10px;
}
/* item-box */
#travel-page .item-box {
    padding: 25px 25px;
    margin-bottom: 30px;
    background: #fff;
}
#travel-page .item-box ul {
    padding: 0;
}
#travel-page .item-box li {
    display: inline-table;
    text-align: center;
    margin: 10px;
}
#travel-page .item-box li i {
    color: #00b4d8;
    margin-right: 5px;
}
#travel-page .item-box .title {
    font-size: 1.25rem;
}
/* icon-box */
#travel-page .icon-box {
    padding: 25px 25px;
    margin-bottom: 30px;
    background: #fff;
}
#travel-page .icon-box ul {
    padding: 0;
}
#travel-page .icon-box li {
    display: inline-table;
    color: #fff;
    text-align: center;
    margin: 10px;
}
#travel-page .icon-box .title {
    color: #000;
    text-align: center;
}
/* remarks-box */
#travel-page .remarks-box {
    padding: 25px 25px;
    background: #fff;
}
/* other-box */
#travel-page .other-box .theme-1 .owl-nav.disabled, .theme-1 .owl-dots.disabled {
    display: block;
}
#travel-page .other-box {
    margin-top: 20px;
}
#travel-page .other-box .item {
    background: #f1fcff;
}
#travel-page .other-box .list-box {
    margin: 15px 0;
}
#travel-page .other-box .list-box-content {
    border: 1px solid #ccc;
}
#travel-page .other-box .image {
    overflow: hidden;
}
#travel-page .other-box .image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition:All 0.3s ease-in-out;
    -webkit-transition:All 0.3s ease-in-out;
    -moz-transition:All 0.3s ease-in-out;
    -ms-transition:All 0.3s ease-in-out;
    -o-transition:All 0.3s ease-in-out;
}
#travel-page .other-box .image:hover img {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
#travel-page .other-box .article-box {
    padding: 10px 15px;
}
#travel-page .other-box .article-box .title h3 {
    display: -webkit-box;
    font-size: 1.25rem;
    height: 30px;
    max-height: 30px;
    margin: 0 0 10px 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#travel-page .other-box .article-box .title h3 a {
    color: #000;
}
#travel-page .other-box .article-box .title h3:hover a {
    color: #0077b6;
}
#travel-page .other-box .article-box .article {
    color: #aaa;
}
#travel-page .other-box .article-box .article i {
    margin-right: 5px;
    vertical-align: -2px;
    color: #0077b6;
}
#travel-page .other-box .article-box .article p {
    margin: 0
}
#travel-page .other-box .star-list {
    list-style: none;
    padding-left: 0;
}
#travel-page .other-box .star-list li {
    display: inline-block;
}
#travel-page .other-box .star-list i {
    color: #ff9800;
}
#editor {
    border: 1px solid #c4c4c4;
    border-top: 0;
    min-height: 150px;
}
/***--- travel end ----***/

/***--- login ----***/
#login .subtitle h3 {
    color: #00b4d8;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 20px 0;
}
.login-box {
    padding: 25px;
    border: 1px solid #ccc;
}
.login-box .list-box {
    position: relative;
    margin-bottom: 20px;
}
.login-box input {
    line-height: 45px;
    padding: 0 15px 0 45px;
}
.login-box .input-icon {
    position: absolute;
    color: #aaa;
    font-size: 1rem;
    text-align: center;
    width: 18px;
    height: 45px;
    line-height: 45px;
    margin-left: 15px;
}
.forget-password {
    text-align: right;
    margin: 10px 0 0 0;
}
.forget-password a {
    color: #333;
}
.forget-password a:hover {
    text-decoration: underline;
}
.separate {
    text-align: center;
    margin: 20px 0;
}
.separate:after {
    content: "";
    border-bottom: 1px solid #dddd;
    width: 70%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 12px;
}
.separate span {
    position: relative;
    padding: 0 10px;
    background: #fff;
    z-index: 1;
}
.social-btn a {
    display: block;
    color: #fff;
    font-weight: 400;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.social-btn a i {
    font-size: 1.25rem;
    margin-right: 10px;
    vertical-align: -1px;
}
.social-btn a:hover {
    background-color: #333;
}
.social-btn .facebook-btn {
    background-color: #3b5998;
}
.social-btn .google-btn {
    background-color: #F03745;
}
/***--- login end ----***/

/***--- thank ----***/
#thank .content-box {
    border: 1px solid #82cdd9;
    padding: 50px 15px 40px 15px;
    text-align: center;
}
#thank .content-box .icon {
    text-align: center;
}
#thank .content-box .icon i {
    font-size: 8rem;
    line-height: 1;
    color: #82cdd9;
}
#thank .content-box h3 {
    font-size: 2rem;
    color: #82cdd9;
    margin: 0 0 10px 0;
}
#thank .content-box .link-btn {
    margin-top: 25px;
}
#thank .content-box .link-btn a {
    display: block;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    width: 150px;
    height: 40px;
    margin: 0 auto;
    background: #00b4d8;
    border-radius: 30px;
}
#thank .content-box .link-btn a:hover {
    background: #333;
}
/***--- thank end ----***/

/***--- member ----***/
#member .accordion {
    height: 100%;
    padding: 10px 15px;
    background: #f3f3f3;
}
#member .list-box {
    margin-bottom: 20px;
}
#member .list-second-box {
    margin-bottom: 10px;
}
#member .city-search select {
    color: #555;
    width: 47%;
    margin-right: 6%;
}
#member .city-search select:last-child {
    margin-right: 0;
}
#member .cke_inner {
    border: 1px solid #ccc;
}
/* page */
#member .content-box {
    margin-bottom: 30px;
}
#member .project {
    margin: 20px 0;
}
#member .project .title {
    width: 85px;
    color: #009cbb;
}
#member .registration-info {
    font-size: 1.125rem;
    font-weight: 400;
    padding: 15px 20px;
    background: #f3f3f3;
}
#member .registration-info p {
    margin: 5px 0;
}
#member .registration-info .title {
    color: #e43f00;
    margin-right: 10px;
}
#member .plus {
    color: red;
    margin-right: 3px;
}
#member .add-btn a {
    display: block;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 35px;
    width: 110px;
    height: 35px;
    margin: 0 0 15px 0;
    text-align: center;
    background: #ff9800;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#member .add-btn a:hover {
    color: #fff;
    background: #333;
}
#member .add-btn i {
    font-size: 1rem;
    margin-right: 4px;
    vertical-align:-5%;
}
#member #submit-btn {
    margin-top: 30px;
}
#member #submit-btn input {
    width: 200px;
}
#member .score-box i {
    color: #ff9800;
    font-size: 1.15rem;
}
#member .score-box i.far {
    color: #ccc;
    font-size: 1.15rem;
}
#member .score-box .score-list {
    position: relative;
    display: inline-flex;
    padding-left: 1.35rem;
    margin-right: 10px;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    z-index: 1;
}
#member .info-box {
    color: #f44336;
    margin-bottom: 15px;
}
#member .info-box .finish-icon {
    display: inline-block;
    color: #000;
    width: 24px;
    height: 24px;
    text-align: center;
    margin-left: 3px;
    vertical-align: -2px;
    background: #ff5722;
    border-radius: 100%;
}
.custom-control-label::before {
    position: absolute;
    top: .28rem;
    left: -1.35rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #aaa;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.35rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00b4d8;
    background-color: #00b4d8;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b9f3ff;
    border-color: #b9f3ff;
}
.custom-control-input:not(:disabled):focus~.custom-control-label::before {
    border-color: #00b4d8;
    box-shadow: 0 0 0 0.2rem rgba(0, 180, 216, 0.25);
}
/***--- member end ----***/

/***--- about ----***/
#page-banner {
    margin-bottom: 20px;
}
/* team */
#team-box {
    margin: 50px 0;
    padding: 50px 0;
    background: rgb(0 180 216 / 8%);
}
#team-box .subtitle h3 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    width: 140px;
    margin: 0 auto 30px auto;
    padding: 0 0 2px 0;
    background: #00b4d8;
    border-radius: 30px;
}
#team-box .list-box {
    margin: 15px 0;
}
#team-box .image-box .image {
    text-align: center;
}
#team-box .image-box .image img {
    width: 154px;
    height: 154px;
    object-fit: cover;
    border-radius: 100%;
}
#team-box .title {
    font-size: 1.25rem;
    margin-top: 15px;
    text-align: center;
}
#team-box .jobtitle {
    color: #00b4d8;
    text-align: center;
}
/* team page */
#team-page .title h3 {
    color: #0077b6;
    font-size: 1.5rem;
    margin-bottom: 0
}
#team-page .jobtitle {
    color: #00b4d8;
    margin-bottom: 15px;
}
/* history */
#history-box .subtitle h3 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    width: 140px;
    margin: 0 auto 30px auto;
    padding: 0 0 2px 0;
    background: #00b4d8;
    border-radius: 30px;
}
/***options-tab-c***/
.options-tab-c {
    padding-top: 20px;
}
.options-tab-c nav {
    width: 12%;
    float: left;
    text-align: left;
    line-height: 40px;
    background: #fff;
}
.options-tab-c .nav-tabs {
    display: grid;
    border: 0;
    border-left: 2px solid #0077b6;
}
.options-tab-c .nav-tabs .nav-link {
    position: relative;
    color: #94d5f1;
    font-size: 1rem;
    font-family: 'century gothic';
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.options-tab-c .nav-tabs .nav-link:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: -1px;
    margin-left: -8px;
    margin-right: 5px;
    border: 2px solid #0077b6;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.options-tab-c .nav-tabs .nav-link:hover {
    color: #000;
}
.options-tab-c .nav-tabs .nav-link a:link,
.options-tab-c .nav-tabs .nav-link a:hover {
    color: #000;
}
.options-tab-c .nav-tabs .active {
    color: #000;
}
.options-tab-c .nav-tabs .active:hover {
    color: #000;
}
.options-tab-c .tab-content {
    width: 88%;
    float: left;
}
@media (max-width: 767px) {    
    .options-tab-c nav {
        width: 20%;
    }
    .options-tab-c .tab-content {
        width: 80%;
    }
}
@media (max-width: 320px) {    
    .options-tab-c nav {
        width: 22%;
    }
    .options-tab-c .tab-content {
        width: 78%;
    }
}
/***--- about end ----***/

/***--- doc ---***/
.doc-menu {
    margin: 0 0 25px 0;
    text-align: center;
}
.doc-menu ul {
    list-style-type: none;
    padding: 0;
}
.doc-menu li {
    display: inline-block;
    margin: 2px;
}
.doc-menu li a {
    display: block;
    padding: 5px 5px;
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    width: 150px;
    text-align: inherit;
    background-color: transparent;
    border: 2px solid #00b4d8;
    border-radius: 30px;
}
.doc-menu li a:hover {
    color: #fff;
    background-color: #00b4d8;
}
.doc-menu li.active a {
    color: #fff;
    background-color: #00b4d8;
}
#doc .list-box {
    margin: 15px 0;
}
#doc .content-box {
    background: #f6f6f6;
    box-shadow: 0 12px 12px -10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#doc .article-box {
    padding: 15px 20px;
}
#doc .list-box .image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#doc .list-box .title h3 {
    margin: 0 0 10px 0;
}
#doc .list-box .article .map-icon {
    color: #dc3545;
    font-size: 1.0625rem;
    line-height: 1;
    vertical-align: -2px;
    margin-right: 3px;
}
#doc .contact-article {
    margin-left: 50px;
    text-indent: -50px;
}
#doc .contact-article p {
    margin: 0 0 3px 0;
}
/***--- doc end ---***/

/***--- topic ---***/
#topic-first .list-box {
    margin-bottom: 30px;
}
#topic-first .list-box .content-box {
    position: relative;
    overflow: hidden;
    background: #000;
    cursor: pointer;
    z-index: 1;
}
#topic-first .list-box .content-box img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
#topic-first .list-box .content-box .article-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 80%) 75%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 80%) 75%);
    transform: translate3d(0,50%,0);
    -webkit-transform: translate3d(0,50%,0);
    -moz-transform: translate3d(0,50%,0);
    -ms-transform: translate3d(0,50%,0);
    -o-transform: translate3d(0,50%,0);
    z-index: 1;
    opacity: 1;
}
#topic-first .list-box .content-box .article-box {
    padding: 0 15px;
}
#topic-first .list-box .content-box .article-box h3 {
    position: absolute;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
    padding: 0 15px;
    left: 0;
    bottom: 30px;
    -webkit-transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transition: transform 0.35s, color 0.35s;
    -ms-transition: transform 0.35s, color 0.35s;
    -o-transition: transform 0.35s, color 0.35s;
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    z-index: 1;
}
#topic-first .list-box .content-box .article-box p {
	position: absolute;
    color: #ffffff;
    font-size: 0.9375rem;
	bottom: 15px;
    margin: 10px 0 0;
	transform: translate3d(0,10px,0);
	-webkit-transform: translate3d(0,10px,0);
	-moz-transform: translate3d(0,10px,0);
	-ms-transform: translate3d(0,10px,0);
	-o-transform: translate3d(0,10px,0);
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	/* opacity: 0; */
    z-index: 1;
}
#topic-first .list-box .content-box .article-box,
#topic-first .list-box .content-box .article-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#topic-first .list-box .content-box .article-box a {
    z-index: 1000;
    text-indent: 200%;
    font-size: 0;
    opacity: 0;
}
#topic-first .list-box .content-box:hover .article-box h3 {
    color: #fff;
    transform: translate3d(0,-5px,0) translate3d(0,-5px,0);
    -webkit-transform: translate3d(0,-5px,0) translate3d(0,-5px,0);
    -moz-transform: translate3d(0,-5px,0) translate3d(0,-5px,0);
    -ms-transform: translate3d(0,-5px,0) translate3d(0,-5px,0);
    -o-transform: translate3d(0,-5px,0) translate3d(0,-5px,0);
}
#topic-first .list-box .content-box:hover .article-box::before ,
#topic-first .list-box .content-box:hover .article-box p {
	opacity: 1;
	color: #fff;
	transform: translate3d(0,10px,0);
	-webkit-transform: translate3d(0,10px,0);
	-moz-transform: translate3d(0,10px,0);
	-ms-transform: translate3d(0,10px,0);
	-o-transform: translate3d(0,10px,0);
}
/* list */
#topic .focus-box {
    margin-bottom: 40px;
}
#topic .focus-box .article-box .title h3 {
    color: #00b4d8;
    font-size: 1.875rem;
    line-height: 1.4;
}
#topic .focus-box .article-box .title:hover h3 {
    color: #888;
}
#topic .focus-box .article-box p {
    margin: 0;
}
#topic .list-box {
    margin-bottom: 30px;
}
#topic .list-box .article-box .title h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 10px 0 5px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#topic .list-box .article-box .title:hover h3 {
    color: #888;
}
#topic .list-box .article-box p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
#topic .content-box .image {
    overflow: hidden;
}
#topic .content-box .image img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    transition:All 0.3s ease-in-out;
    -webkit-transition:All 0.3s ease-in-out;
    -moz-transition:All 0.3s ease-in-out;
    -ms-transition:All 0.3s ease-in-out;
    -o-transition:All 0.3s ease-in-out;
}
#topic .content-box .image:hover img {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
/* page */
#topic-page .title h3 {
    font-size: 1.875rem;
}
/***--- topic end ---***/

/***--- contact ---***/
#contact .title h3 {
    color: #00b4d8;
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0 0 15px 0;
}
#contact .list-box {
    margin-bottom: 20px;
}
#contact #submit-btn input {
    width: 200px;
    padding-left: 23px;
}
#contact-map {
    margin-top: 50px;
    margin-bottom: -95px;
}
#contact-map iframe {
    width: 100% !important;
    height: 500px !important;
}
/***--- contact end ---***/

/***--- faq ----***/
#faq .card {
    border: 0px;
    border-bottom: 1px dashed #ccc !important;
    border-radius: 0;
}
#faq .card:last-child {
    border-bottom: 0px dashed #ccc !important;
}
#faq .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0px !important;
}
#faq .card-header:hover {
    color: #000;
    background: #d2f4f9;
}
#faq .card-header:hover .card-btn {
    color: #000;
}
#faq .card-title {
    margin: 0;
}
#faq .card-btn {
    width: 100%;
    font-size: 1.125rem;
    color: #555;
    font-weight: 400;
    text-align: left;
    background-color: transparent;
    background: transparent;
    padding: 10px 10px 10px 40px;
}
#faq .card-btn:before {
    content: "\e01e";
    position: absolute;
    font-family: "gwicon";
    font-size: 1.5rem;
    left: 10px;
    margin-top: -5px;
}
#faq .card-body {
    padding: 20px 30px;
    margin: 10px 10px 20px;
    background: #f3f3f3;
}
#faq .card-body:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f3f3f3 transparent;
    margin: -30px 0 0 -7px;
}
#faq .card-body p:last-child {
    margin: 0;
}
/***--- faq end ----***/

/***--- cart ----***/
#cart .cart-table {
    width: 100%;
    padding-bottom: 10px;
}
#cart hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px dashed #96ceb4;
}
#cart .cart-table thead {
    background-color: #00b4d8;
}
#cart .cart-table thead th {
    color: #fff;
    width: auto;
    font-weight: 400;
    text-align: center;
    padding: 5px 10px;
    border-color: #00b4d8;
    border-right-color: #fff;
    vertical-align: middle;
}
#cart .cart-table tbody tr {
    background: #ffffff;
    border-color: #00b4d833;
}
#cart .cart-table tbody tr:nth-child(even)  {
    background: #00b4d81a;
}
#cart .cart-table tbody td {
    padding: 8px 10px;
    vertical-align: middle;
    width: auto !important;
}
#cart .cart-table thead th.image {
    width: 100px;
}
#cart .cart-table thead th.quantity {
    width: 80px;
}
#cart .cart-table thead th.edit {
    width: 50px;
}
#cart .cart-table tbody th.date {
    width: 100px;
}
#cart .cart-table tbody th.price {
    width: 100px;
}
#cart .cart-table tbody td.image img {
    width: 80px;
}
#cart .cart-table tbody td.image {
    text-align: center;
}
#cart .cart-table tbody td.date {
    text-align: center;
}
#cart .cart-table tbody td.price {
    text-align: center;
}
#cart .cart-table tbody td.quantity {
    text-align: center;
}
#cart .cart-table tbody td.replace {
    text-align: center;
}
#cart .cart-table tbody td.delete {
    text-align: center;
}
#cart .cart-table tbody td.quantity input {
    width: 70px;
    height: 40px;
    box-shadow: none;
    border-color: #ccc;
}
#cart .cart-table tbody td.replace button,
#cart .cart-table tbody td.replace button:active,
#cart .cart-table tbody td.replace button:focus {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    background: #0077b6;
    border: 0;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#cart .cart-table tbody td.replace button:hover {
    background: #333;
}
#cart .cart-table tbody td.replace input {
    width: 35px;
    height: 35px;
    border: 0;
    background-color: transparent;
}
#cart .cart-table tbody td.replace i {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cart .cart-table tbody td.delete a i {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0077b6;
    font-size: 0.875rem;
    border-radius: 100%;
}
#cart .cart-table tbody td.delete a:hover i {
    background: #333;
}
#cart .cart-table tbody .column {
    display: inline-block;
}
#cart .cart-table tbody label {
    display: none;
    color: #009ce2;
    margin: 0;
}
#cart .cart-table tbody .column.colimg .image {
    display: inline-block;
    width: 150px;
}
#cart .cart-table tbody .column.colimg .text {
    display: inline-block;
    width: calc(100% - 150px);
    margin-left: -8px;
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 991px) {
    #cart .cart-table {
        border: 2px solid #00b4d8;
    }
    #cart .cart-table tbody tr td:first-child {
        border-top: 2px solid #00b4d8;
    }
    #cart .cart-table tbody td {
        text-align: left !important;
    }
    #cart .cart-table tbody td {
        display: block;
        text-align: left;
        border-bottom: none;
        border-right: 1px solid #ccc;
    }
    #cart .cart-table thead {
        display: none;
    }
    #cart .cart-table tbody td label {
        display: inline-block;
        text-align: left;
        width: 80px;
        padding-right: 10px;
    }
    #cart .cart-table tbody .column {
        display: inline-block;
        width: calc(100% - 80px);
        margin-left: -5px;
        vertical-align: top;
    }
    #cart .cart-table tbody .column.colimg {
        width: 100%;
        margin: 0;
    }
    #cart .cart-table tbody .column.colimg .image {
        width: 110px;
        padding-right: 10px;
    }
    #cart .cart-table tbody .column.colimg .text {
        width: calc(100% - 110px);
        padding-left: 6px;
    }    
}
#cart .currency-total {
    display: inline-grid;
    padding: 10px 0;
}
#cart .currency-total ul {
    list-style: none;
    padding-left: 0;
    clear: both;
}
#cart .currency-total ul li {
    float: left;
}
#cart .currency-total ul li.title {
    margin-right: 10px;
    font-weight: 400;
}
#cart .currency-total ul li.subtotal,
#cart .currency-total ul li.total {
    text-align: right;
    color: #e91e63;
    font-weight: 500;
}
#cart .order-total {
    display: inline-grid;
    font-size: 1.125rem;
    padding: 10px 15px;
    border: 1px solid #00b3d7;
    border-radius: 10px;
    float: right;
}
#cart .order-total ul {
    list-style: none;
    padding-left: 0;
    float: right;
    clear: both;
}
#cart .order-total ul li {
    float: left;
}
#cart .order-total ul li.title {
    margin-right: 10px;
    font-weight: 400;
}
#cart .order-total ul li.subtotal,
#cart .order-total ul li.total {
    text-align: right;
    color: #e91e63;
    font-weight: 500;
}
#cart .back-btn button {
    line-height: 30px;
    color: #fff;
    width: 120px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: #0077b6;
    border-width: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#cart .back-btn button:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #000;
}
#cart .back-btn button:active {
    background: #000;
}
#cart .back-btn button a {
    display: block;
    color: #fff;
}
#cart .back-btn i {
    margin-right: 5px;
    font-size: 1rem;
    vertical-align: -2px;
}
#cart .login-btn button {
    line-height: 45px;
    color: #fff;
    width: 200px;
    height: 45px;
    padding: 0;
    text-align: center;
    background: #ff5722;
    border-width: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#cart .login-btn button:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #000;
}
#cart .login-btn button:active {
    background: #000;
}
#cart .login-btn button a {
    display: block;
    color: #fff;
}
#cart .login-btn i {
    margin-right: 5px;
    font-size: 1rem;
    vertical-align: -2px;
}
#cart .submit-btn button {
    line-height: 45px;
    color: #fff;
    width: 200px;
    height: 45px;
    padding: 0;
    text-align: center;
    background: #0077b6;
    border-width: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#cart .submit-btn button:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #000;
}
#cart .submit-btn button:active {
    background: #000;
}
#cart .submit-btn button a {
    display: block;
    color: #fff;
}
#cart .submit-btn i {
    margin-right: 5px;
    font-size: 1rem;
    vertical-align: -2px;
}
/*from*/
#cart .cart-form {
    padding: 20px;
    border: 1px dashed #00b3d7;
    border-radius: 30px;
}
#cart .cart-form .title {
    text-align: center;
    color: #00b3d7;
    font-size: 1.625rem;
    font-weight: 400;
    margin: 0 0 25px 0;
}
#cart .cart-form .title:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 45px;
    text-align: center;
    background: #ffc107;
}
#cart .cart-form form label {
    margin: 10px 0 5px 0;
    color: #555;
    font-weight: 500;
}
#cart .submit-content {
    margin: 30px 0 20px 0;
    text-align: center;
}
#cart .submit-content ul {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
}
#cart .submit-content ul>li {
    margin-right: 15px;
}
#cart .submit-content ul>li:last-child {
    margin-right: 0;
}
#cart #submit-btn input {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    width: 200px;
    height: 45px;
    padding-left: 23px;
    margin: 0 auto;
    background: #0077b6;
    border: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#cart #submit-btn input:hover {
    color: #fff;
    background:#333;
}
#cart #submit-btn input:active {
    color: #fff;
    background:#333;
}
#submit-btn .send-icon {
    display: contents;
    color: #fff;
    line-height: 40px;
    pointer-events: none;
    z-index: 2;
}
#submit-btn .send-icon:before {
    content: "\e185";
    font-family: "gwicon";
    font-size: 1.25rem;
    position: absolute;
    margin-top: 2px;
    margin-left: -140px;
}
#submit-btn i {
    font-style: normal;
}
@media (orientation: landscape) and (max-width: 1366px) {
    #cart .submit-content ul {
        display: inherit;
    }
    #cart #c_code {
        margin-bottom: 20px;
    }
    #cart #submit-btn input {
        width: 100%;
    }
    #cart #submit-btn .send-icon:before {
        margin-left: -59%;
    }
}
@media (orientation: landscape) and (max-width: 1024px) {
    #cart #submit-btn .send-icon:before {
        margin-left: -54%;
    }
}
@media (max-width: 1024px) {
    #cart .cart-form {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    #cart #submit-btn .send-icon:before {
        margin-left: -56%;
    }
}
@media (max-width: 767px) {
    #cart #submit-btn .send-icon:before {
        margin-left: -59%;
    }
}
/***--- cart end ----***/

/***--- form ----***/
label {
    position: relative;
    color: #0077b6;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 5px 0;
}
input, select, textarea {
    color: #555;
    width: 100%;
    padding: 5px 10px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    outline-color: #00b4d8;
}
input, select {
    height: 45px;
}
input:disabled, textarea:disabled {
    background: #fff3d1;
    border-color: #fff3d1;
}
input:disabled:hover {
    cursor: not-allowed;
}
textarea {
    display: block;
}
input:-moz-placeholder { color: #aaa; font-size: 0.875rem; font-weight: 300;}
input:-ms-input-placeholder { color: #aaa; font-size: 0.875rem; font-weight: 300;}
input::-webkit-input-placeholder { color: #aaa; font-size: 0.875rem; font-weight: 300;}
.file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 45px;
    margin-bottom: 0;
}
.file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 45px;
    margin: 0;
    opacity: 0;
}
.file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 45px;
    line-height: 43px;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: #495057;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}
.file-label::after {
    display: block;
    position: absolute;
    content: "檔案上傳";
    font-size: 0.875rem;
    color: #ffffff;
    text-align: center;
    width: 70px;
    height: 45px;
    line-height: 43px;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin-top: -1px;
    background-color: #00b4d8;
    border-left: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    z-index: 3;
}
.file-remark {
    color: #4caf50;
    font-size: 0.75rem;
    font-weight: 400;
}
.file-remark img {
    height: 40px;
    margin: 5px 0 10px 0;
}
/***c_code***/
#c_code {
    text-align: center;
    margin: 0 0 20px 0;
}
#c_code #codeimg {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#c_code #captcha {
    height: 45px;
    width: 120px;
    padding: 0 10px;
    text-align: center;
    vertical-align: -2px;
    border: 0;
    background: #e5e5e5;
}
#c_code .captcha-icon i {
    color: #ff5722;
    margin: 0 5px;
    vertical-align: -4px;
}
#c_code .captcha-icon i:hover {
    color: #f44336;
}
#submit-btn, #mail-btn {
    text-align: center;
}
#submit-btn input {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    height: 45px;
    padding: 0;
    margin: 0 auto;
    background: #0077b6;
    border: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#submit-btn input:hover {
    color: #fff;
    background:#333;
}
#submit-btn input:active {
    color: #fff;
    background:#333;
}
#submit-btn a, #mail-btn a {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    background: #0077b6;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#mail-btn a {
    background: #FF5722;
}
#submit-btn a:hover,
#mail-btn a:hover {
    color: #fff;
    background:#333;
}
#submit-btn a:active,
#mail-btn a:active {
    color: #fff;
    background:#333;
}
/***--- form end ----***/

/***--- radio & checkbox ----***/
input[type=radio], input[type=checkbox] {
    vertical-align: -3px;
    width: 18px !important;
    height: 18px !important;
    padding: 10px 0;
    accent-color: #ff5722;
}
form i {
    font-style: normal;
    margin-left: 3px;
}
.radio-list {
    padding: 0;
    margin-top: 10px;
    width: 100%;
}
.radio-list i {
    font-style: normal;
    margin-left: 5px;
}
.radio-list li {
    list-style-type: none;
    margin: 0px 20px 6px 0;
}
.radio-list li label {
    font-size: 0.9375rem;
    color: #333;
    margin: 0;
}
.radio-list .subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.radio-input-list {
    display: flex;
    align-items: center;
    margin: 0;
}
.radio-input-list .date-inupt {
    display: inline-block;
}
.radio-input-list .date-inupt input {
    width: 160px;
    padding-right: 40px;
}
.radio-input-list .date-inupt li {
    margin: 0;
}
.radio-input-list .people-inupt input {
    width: 160px;
}
.radio-input-list .place-inupt .city-search {
    display: inline-block;
    width: 300px;
    margin-left: 10px;
}
.radio-list .lang-input {
    display: inline-block;
    margin-left: 10px;
}
.radio-list .lang-input input {
    width: 80px;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #999;
    border-radius: 0;
}
.radio-input-list .date input {
    width: 160px;
    padding-right: 40px;
}
.input-group-text {
    position: absolute;
    color: #777;
    height: 40px;
    right: 0;
    background: transparent;
    border: 0px;
}
.radio-input-list .input-group-text i {
    margin: 0;
    color: #777;
}
.radio-input-list .input-group-append {
    margin-left: 0;
}
label.radio,
label.checkbox {
    cursor: pointer;
    vertical-align: -1px;
    position: relative;
    font-weight: normal;
}
label.radio input[type="radio"],
label.checkbox input[type="checkbox"] {
    display: none;
}
label.radio span, label.checkbox span {
    display: inline-block;
}
label.radio span:before {
    content: "";
    display: inline-block;
    vertical-align: -3px;
    background: #fff;
    border: 1px solid #bbb;
    width: 18px;
    height: 18px;
    transition: all .5s;
}
label.checkbox span:before {
    content: "";
    display: inline-block;
    vertical-align: -3px;
    background: #fff;
    border: 1px solid #bbb;
    width: 18px;
    height: 18px;
    transition: all .5s;
}
label.radio input[type="radio"]:checked + span:before, label.checkbox input[type="checkbox"]:checked + span:before  {
    background: #ff9800;
    border: 1px solid #ff9800;
}
label.radio input[type="radio"]:checked + span:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 6px;
    width: 6px;
    height: 12px;
    box-sizing: border-box;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
label.checkbox input[type="checkbox"]:checked + span:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 6px;
    width: 6px;
    height: 12px;
    box-sizing: border-box;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
/***--- radio & checkbox end ----***/

/***--- table ---***/
table {
    max-width: 100% !important;
}
.table-responsive {
    margin-bottom: 18px;
    overflow-y: hidden;
}
.table-responsive table {
    margin-bottom: 0 !important;
}
#rwd-table table h1, #rwd-table table h2, #rwd-table table h3, #rwd-table table h4, #rwd-table table h5, #rwd-table table h6 {
    margin: 0 !important;
    padding-top: 0 !important;
}
#rwd-table table {
    width: 100%;
    border-color: rgb(0 178 214 / 30%);
    margin: 5px auto 18px auto;
}
#rwd-table table p {
    margin: 0;
}
#rwd-table table thead {
    background-color: #00b4d8;
}
#rwd-table table thead th {
    color: #fff;
    width: auto !important;
    font-weight: 400;
    text-align: center;
    padding: 8px 10px;
    border-color: #00b4d8;
    border-right-color: #fff;
    vertical-align: middle;
}
#rwd-table table thead th:last-child {
    border-right-color: #00b4d8;
}
#rwd-table table thead th {
    min-width: 50px;
}
#rwd-table table thead .name {
    width: 100px !important;
}
#rwd-table table thead .date {
    width: 100px !important;
}
#rwd-table table thead .price {
    width: 100px !important;
}
#rwd-table table thead th.link {
    width: 70px !important;
}
#rwd-table table thead th:first-child {
    border-left: 1px solid #00b4d8;
}
#rwd-table table thead th:last-child {
    border-right: 1px solid #00b4d8;
}
#rwd-table table thead th h1,
#rwd-table table thead th h2,
#rwd-table table thead th h3,
#rwd-table table thead th h4,
#rwd-table table thead th h5,
#rwd-table table thead th h6 {
    color: #000;
}
#rwd-table table thead td {
    font-weight: 500;
    text-align: center;
    padding: 6px 10px;
    line-height: 20px;
    width: auto !important;
}
#rwd-table table tbody th {
    padding: 5px 10px;
    line-height: 20px;
    color: #00b4d8;
    vertical-align: middle;
    text-align: center;    
}
#rwd-table table tbody tr {
    background: #ffffff;
    border-color: #00b4d833;
}
#rwd-table table tbody tr:nth-child(even) {
    background: #00b4d81a;
}
#uncolor tr:nth-child(even) {
    background: #ffffff;
}
#rwd-table table tbody td {
    padding: 8px 10px;
    vertical-align: middle;
    width: auto !important;
}
#rwd-table table tbody td.date {
    font-family: sans-serif;
    text-align: center;
    white-space: nowrap;
}
#rwd-table table tbody td.price {
    text-align: center;
}
#rwd-table .price .plus {
    color: red;
    margin-right: 3px;
    font-weight: 600;
}
#rwd-table .price .minus {
    color: green;
    margin-right: 3px;
    font-weight: 600;
}
#rwd-table table tbody td.unit {
    text-align: center;
}
#rwd-table table tbody td.person {
    text-align: center;
}
#rwd-table table tbody td.link {
    text-align: center;
}
#rwd-table table tbody .link-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #ff9800;
}
#rwd-table table tbody .list-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #ff9800;
}
#rwd-table table tbody .finish-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #ff5722;
}
#rwd-table table tbody .delete-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #ff5722;
}
#rwd-table table tbody .link-icon:hover,
#rwd-table table tbody .list-icon:hover,
#rwd-table table tbody .finish-icon:hover,
#rwd-table table tbody .delete-icon:hover {
    color: #fff;    
    background: #333;
}
#rwd-table table tbody .link-icon a,
#rwd-table table tbody .list-icon a,
#rwd-table table tbody .finish-icon a ,
#rwd-table table tbody .delete-icon a {
    color: #000;
}
#rwd-table table tbody .link-icon:hover a,
#rwd-table table tbody .list-icon:hover a,
#rwd-table table tbody .finish-icon:hover a,
#rwd-table table tbody .delete-icon:hover a {
    color: #fff;    
    transition: 0s all;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
}
#rwd-table table tbody .link-icon i,
#rwd-table table tbody .list-icon i,
#rwd-table table tbody .finish-icon i,
#rwd-table table tbody .delete-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
#rwd-table table tbody ul,
#rwd-table table tbody ol {
    padding-left: 22px;
    margin-bottom: 0;
}
#rwd-table table tbody li {
    padding: 0;
}
#rwd-table table tbody .radio-list {
    padding: 0;
    width: 100%;
}
#rwd-table table tbody .radio-list li {
    list-style-type: none;
    margin: 0 auto;
}
#rwd-table table tbody .radio-list li label.radio span:before {
    vertical-align: -2px;
}
#rwd-table table tbody .radio-list li label.radio input[type="radio"]:checked + span:after {
    top: 4px;
}
#rwd-table table tfoot {
    text-align: center;
}
#rwd-table table tfoot th {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: right;
    padding: 10px 8px;
    margin: 0;
}
#rwd-table table tfoot th,
#rwd-table table tfoot td {
    padding: 10px 8px;
    margin: 0;
}
@media (max-width: 768px) {
    #rwd-table table thead th, table tbody th, table tbody tr td {
        padding: 5px 5px;
    }
}
/***--- table end ---***/

/***--- footer ---***/
footer {
    position: relative;
}
footer .footer-box {
    padding: 80px 0;
    line-height: 30px;
    color: #d5d5d5;
    font-size: 0.9375rem;
    line-height: 1.6;
    background: #252525;
}
footer h3 {
    color: #eee;
    font-size: 1.125rem;
}
footer p {
    margin-bottom: 0;
}
footer a {
    color: #000;
}
footer a:hover {
    color: #0077b6;
}
footer ul {
    padding-left: 0;
    list-style: none;
}
footer li {
    line-height: 1.6;
}
footer .footer-menu {
    text-align: left;
}
footer .footer-menu a {
    color: #2dd1ff;
    /* color: #00b4d8; */
    font-size: 1.125rem;
}
footer .footer-menu a:hover {
    color: #fff;
}
footer .footer-menu ul {
    clear: both;
}
footer .footer-menu li {
    float: left;
    margin: 2px 20px 2px 0;
}
footer .footer-menu li:first-child {
    margin-left: 0;
}
footer .footer-menu li:last-child {
    margin-right: 0;
}
footer .footer-menu li:after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #1e170f;
    position: absolute;
    margin: 14px 0 0 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
footer .footer-menu li:last-child:after {
    content: none;
}
footer .contact {
    text-align: left;
}
footer .community li {
    display: inline-block;
    text-align: center;
    margin: 5px;
}
footer .community li a {
    display: block;
    font-size: 1.75rem;
    color: #fff;
    width: 42px;
    height: 42px;
    background: #00b4d8;
    border-radius: 5px;;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
footer .community li a:hover {
    background: #009ebd;
}
#design {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 3px;
}
#design a, #design a:active {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.3);
}
#design a:hover {
    color: #2dd1ff;
}
#design i {
    font-size: 0.875rem;
    vertical-align: -2px;
    margin: 0 2px 0 5px;
}
/***--- footer end ---***/

/***--- breadcrumb ---***/
.gw-breadcrumb {
    line-height: 35px;
    text-align: right;
    color: #000;
    margin-bottom: -40px;
}
.gw-breadcrumb a,
.gw-breadcrumb a:link {
    font-size: 0.9375rem;
    color: #000;
}
.gw-breadcrumb a:hover {
    color: #0077b6;
}
.gw-breadcrumb .bread_gt {
    padding: 0 12px;
}
.gw-breadcrumb .bread_gt:before {
    content: "\4a";
    position: absolute;
    font-size: 0.875rem;
    font-family: "gwicon";
    color: #000;
    margin: 1px 0 0 -8px;
}
/***--- breadcrumb end ---***/

/***--- tips ---***/
.tips {
    font-size: 0.8125rem;
    color: #fff;
    clear: both;
    margin-top: 50px;
}
.tips ul {
    float: right;
    list-style-type: none;
    padding-left: 0;
}
.tips ul li {
    float: left;
}
.tips .tips-content {
    margin-left: 20px;
}
.tips .tips-content a {
    color: #fff;
    font-size: 1rem;
    background: #555;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    line-height: 1;
    text-align: center;
}
.tips .tips-content a:hover {
    color: #fff;
    background: #000;
}
.tips-list {
    margin: 0 3px;
}
.tips-list i {
    color: #fff;
    font-size: 0.9375rem;
    line-height: 1;
}
.a2a_default_style a:hover .a2a_svg, .a2a_floating_style a:hover .a2a_svg, .a2a_overlay_style a:hover .a2a_svg svg {
    opacity: 1 !important;
}
.a2a_default_style a {
    line-height: 16px !important;
    padding: 0px 2px !important;
}
.a2a_default_style .a2a_counter img,
.a2a_default_style .a2a_dd,
.a2a_default_style .a2a_svg {
    width: 36px;
    height: 36px;
    background-color: transparent !important;
}
.a2a_svg svg {
    background: #00b4d8;
}
.a2a_svg svg:hover {
    background: #000;
}
.a2a_menu a {
    color: #000 !important;
}
.a2a_menu a:hover {
    color: #000 !important;
}
@media (max-width: 767px) {
    .a2a_full {
        width: 93% !important;
        margin: 0 auto !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 375px) {
    .a2a_full {
        width: 91% !important;
    }
}
/***--- tips end ---***/

/***--- pagination ---***/
.pagination {
    display: inherit;
    font-size: 0.875rem;
    margin: 0;
    padding-top: 30px;
    text-align: center;
    clear: both;
}
.pagination strong {
    display: inline-block;
    color: #fff;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
    background: #00b4d8;
    font-weight: 400 !important;
} 
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:focus {
    display: inline-block;
    color: #333;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0;
    background: #D6F3F9;
}
.pagination a:hover {
    color: #fff;
    background: #00b4d8;
}
@media (max-width: 320px) {
    .pagination strong {
        padding: 5px 8px;
    }
    .pagination a {
        padding: 5px 8px;
    }    
}
/***--- pagination end ---***/

/***--- modal ---***/
.modal {
    z-index: 1050;
}
.modal-xl {
    max-width: 1440px;
}
.modal-content {
    padding: 20px;
}
.modal-body {
    color: #000;
    text-align: center;
    padding: 0;
}
.modal-footer {
    border: 0;
    margin: 0 auto;
    padding: 15px 0 0 0;
}
.modal-footer button i {
    display: initial !important;
    margin-right: 5px;
    vertical-align: -2px
}
.modal-footer .btn {
    height: 40px;
    padding: 0 15px;
}
.btn-cancel {
    color: #fff;
    background: #17b3af;
}
.btn-delete {
    color: #fff;
    background: #ff5722;
}
.modal-footer .btn:hover {
    color: #fff;
    background: #555;
}
/***--- modal end ---***/

/***--- editor ---***/
.editor h1:first-child,
.editor h2:first-child,
.editor h3:first-child,
.editor h4:first-child,
.editor h5:first-child,
.editor h6:first-child {
    margin-top: 0;
}
.editor img {
    max-width: 100%;
    padding: 6px 15px;
    height: auto !important;
}
figcaption {
    color: #999;
}
.editor b,
.editor strong {
    color: #000;
    font-weight: 400;
}
.editor .fa {
    color: #4196ea;
}
.editor a:link,
.editor a:visited {
    color: #9C27B0;
    text-decoration: underline;
    text-decoration-color: black;
}
.editor a:hover {
    color: #000 !important;
    text-decoration: underline;
}
.editor ul {
    padding-left: 34px;
    margin-bottom: 15px;
}
.editor ul>li>ul {
    list-style-type: none;
}
.editor ul>li>ul>li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border: 2px solid #00b3d7;
    background: #fff;
    border-radius: 100%;
    margin: 12px 0 0 -15px;
}
.editor ol {
    padding-left: 33px;
    margin-bottom: 15px;
}
.editor ul > li,
.editor ol > li {
    padding: 0 0 2px 0;
    margin-bottom: 0px;
}
.editor li > ul,
.editor li > ol {
    margin: 4px 0 20px 0;
}
.editor ul > li:last-child,
.editor ol > li:last-child {
    padding: 0 0 0 0;
}
.editor ul > li p,
.editor ol > li p {
    margin: 4px 0 20px 0;
}
.editor ul > li > ul,
.editor ul > li > ol,
.editor ol > li > ul,
.editor ol > li > ol {
    margin: 4px 0 0 0;
}
/***--- editor end ---***/

/***--- print page ----***/
#print-btn {
    cursor: pointer;
    text-align: center;
}
#print-btn a {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #00b4d8;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#print-btn a:hover {
    color: #fff;
    background: #333;
}
#print-btn a:active {
    color: #fff;
    background: #333;
}
#print-box {
    display: none;
}
.print-content {
    padding: 20px;
}
.print-content table thead th,
.print-content table thead td {
    padding: 5px 5px;
}
.print-content table thead th {
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
}
.print-content table tbody {
    line-height: 1.35;
    page-break-after:avoid;
}
.print-content table tbody th,
.print-content table tbody td {
    padding: 5px 5px;
}
.print-content table tbody th {
    width: 100px;
    text-align: center;
    color: #000;
    background-color: #efefef;
    white-space: nowrap;
}
.print-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 5px;
}
.print-content::-webkit-scrollbar-thumb {
    border: 0px solid #fff;
    background-color: #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
@media print {
    * {
        -webkit-print-color-adjust: exact !important;
    }
    .noBreak {
        break-inside: avoid;
    }    
    .noprint {
        display: none;
    }
    .perpage {
        page-break-after: always;
    }
    .options-tab .tab-content {
        padding: 0;
        background: #fff;
        overflow: inherit;
    }
    #print-box {
        display: block !important;
        margin: 0;
    }
    table {
        color: #000;
        line-height: 1.35;
        page-break-after:avoid;
    }
    .print-content table tbody th {
        font-weight: normal;
    }
    .print-content table tbody th,
    .print-content table tbody td {
        padding: 5px 5px;
        color: #000;
    }
    .print-content table tbody .subtitle {
        font-size: 1.125rem;
        font-weight: 500;
        color: #000;
    }
    .print-content table tbody .subtitle-s {
        font-size: 1rem;
        font-weight: 500;
        color: #000;
    }
}
@page {
    size: A4 portrait;
    margin: 15px 15px;
}
/***--- print page end ----***/

/***--- thankspage ---***/
.thankspage-content {
    border: 1px solid #ccc;
    padding: 50px 28px;
    margin: 80px 0 60px 0;
    color: #028E72;
    font-size: 0.9375rem;
}
/***--- thankspage end ---***/