.hideme {
    opacity: 0;
    margin: -60px 0 0 0;
}

/* top fade-in */
.top-fade-in {
    position: relative;
    top: -50px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.hideme.show .top-fade-in {
    transition-delay: 0.7s;
    top: 0;
    opacity: 1;
}

/* left fade-in 2 */
.left-fade-in-2 {
    position: relative;
    left: -150px;
    bottom: -150px;
    opacity: 0;
    transition: all 0.7s ease 0s;
    transform: rotate(20deg);
}

.hideme.show .left-fade-in-2 {
    transition-delay: 0.8s;
    left: 0;
    bottom: 0;
    opacity: 1;
    transform: rotate(0deg);
}

.hideme.show .left-fade-in-2.speed-2 {
    transition-delay: 1.0s;
}

.hideme.show .left-fade-in-2.speed-3 {
    transition-delay: 1.2s;
}

.hideme.show .left-fade-in-3.speed-1 {
    transition-delay: 1.4s;
}

.hideme.show .left-fade-in-2.speed-4 {
    transition-delay: 1.6s;
}

.hideme.show .left-fade-in-2.speed-5 {
    transition-delay: 1.8s;
}

.hideme.show .left-fade-in-2.speed-6 {
    transition-delay: 2.0s;
}

/* left fade-in */
.left-fade-in {
    position: relative;
    left: -150px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.hideme.show .left-fade-in {
    transition-delay: 0.7s;
    left: 0;
    opacity: 1;
}

/* right fade-in */
.right-fade-in {
    position: relative;
    right: -150px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.hideme.show .right-fade-in {
    transition-delay: 0.7s;
    right: 0;
    opacity: 1;
}

/* the-editor-area fade-in */
.the-editor-area p:nth-child(odd) {
    position: relative;
    left: -150px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.hideme.show .the-editor-area p:nth-child(odd) {
    transition-delay: 0.7s;
    left: 0;
    opacity: 1;
}

body {
    font-family: Arial, Helvetica, sans-serif, "Microsoft JhengHei", "LiHei Pro", sans-serif;
    font-size: 15px;
    color: #4d4d4d;
    padding: 0;
    margin: 0;
    line-height: normal;
    letter-spacing: 2px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body.subpage {
    padding: 171px 0 0 0;
}

.clear {
    zoom: 1;
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

p {
    margin: 25px 0 0 0;
}

* p:first-child {
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    opacity: 0.75;
}

img {
    max-width: 100%;
}

.header {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 25px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    transition: all 0.3s ease 0s;
}

.header.hideme {
    margin-top: 0;
    opacity: 1;
}

body.scroll .header {
    padding: 12px 0;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: solid 1px #00a5b7;
}

.header ul {
    margin: 25px 0 0 0;
    transition: all 0.3s ease 0s;
}

body.scroll .header ul {
    margin: 10px 0 0 0;
}

.header ul li {
    display: inline-block;
}

.header ul li a {
    font-size: 17px;
    color: #00a5b7;
    margin: 15px 25px;
    text-decoration: none;
}

body.scroll .header ul li a {
    opacity: 0.75;
}

.header ul li a:hover {

}

h4 {
    color: #00a5b7;
    font-size: 36px;
}

.home-banner {
    width: 100%;
    height: 1080px;
    background-position: center;
}

.home-banner-text {
    font-size: 28px;
    line-height: normal;
    color: #000;
    background: rgba(68, 187, 188, 0.7);
    color: #fff;
    padding: 30px 50px;
    display: inline-block;
    margin: 350px 0 0 0;
}

.home-banner-text h4 {
    color: #fff;
    font-size: 28px;
}

.tabcontent,
.sf_tabcontent {
    display: none;
    width: 100%;
}

.tabcontent a.s-box,
.sf_tabcontent a.s-box {
    width: 90%;
    height: 220px;
    margin: 5px;
    background-size: cover;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.s-box .s-box-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease 0s;
    display: table;
    z-index: 40;
}

.s-box .s-box-mask div {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.tabcontent a.s-box:hover .s-box-mask,
.sf_tabcontent a.s-box:hover .s-box-mask {
    opacity: 1;
}

.tabcontent a.s-box:hover,
.sf_tabcontent a.s-box:hover {
    opacity: 1;
}

.s-box .s-box-title {
    width: 100%;
    background: linear-gradient(
            to right,
            #00a5b7,
            rgba(255, 0, 0, 0)
    );
    font-size: 16px;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    transition: all 0.3s ease 0s;
    opacity: 1;
}

.s-box:hover .s-box-title {
    left: -25px;
    opacity: 0;
}

.news {
    text-align: center;
    padding: 75px 0;
}

.news h4 {
    margin: 0 0 35px 0;
}

.news-box {
    width: 90%;
    max-width: 340px;
    background: #fff;
    margin: 15px 5px;
    text-align: left;
    display: inline-block;
    border: solid 1px #ededed;
    padding: 12px;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    border-radius: 2px;
    text-align: justify;
}

.news-box:hover {
    border: solid 1px #00a5b7;
}

.news-box a img {
    margin: 0 0 15px 0;
}

.news-box h5 {
    margin: 15px 0 0 0;
    font-size: 18px;
    color: #1a1a1a;
}

.news-box p {
    margin: 15px 0 0 0;
    height: 100px;
    overflow: hidden;
}

.news-date {
    margin: 0 5px 10px 0;
}

a.hashtag {
    background: #d8eff0;
    color: #00a5b7;
    padding: 4px 8px;
    border-radius: 2px;
    margin: 0 5px 10px 0;
    text-decoration: none;
    display: inline-block;
}

a.hashtag.active {
    background: #00a5b7;
    color: #d8eff0;
}

a.news-more-btn {
    color: #00a5b7;
    border: solid 1px #00a5b7;
    border-radius: 2px;
    padding: 6px 18px;
    display: inline-block;
    text-decoration: none;
}

.news-box:hover a.news-more-btn {
    background: #00a5b7;
    color: #fff;
}

.discount {
    padding: 75px 0;
    background: #ebf2f2;
    text-align: center;
}

.discount h4 {
    margin: 0 0 35px 0;
}

a.discount-box {
    width: 90%;
    height: 180px;
    background: #fff;
    margin: 5px;
    display: inline-block;
    text-align: left;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    border: solid 1px #dfdfdf;
}

a.discount-box.details {
    margin: 0;
    height: 220px;
}

a.discount-box:hover {
    opacity: 1;
}

.subpage-area a.discount-box {
    text-decoration: none;
}

.discount-box img {
    margin: 10px 0;
}

.dis-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease 0s;
    display: table;
    z-index: 40;
    color: #fff;
}

.dis-mask div {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

a.discount-box:hover .dis-mask {
    opacity: 1;
}

.dis-name {
    font-size: 17px;
    color: #1a1a1a;
}

.dis-text {
    color: #4d4d4d;
    font-size: 14px;
}

.reward {
    padding: 75px 0;
    text-align: center;
    color: #fff;
}

.reward h4 {
    margin: 0 0 35px 0;
}

.join-us {
    padding: 75px 0;
    background-position: right;
}

a.logo img {
    transition: all 0.3s ease 0s;
    height: 72px;
}

body.scroll a.logo img {
    height: 62px;
}

a.more-btn {
    background: #00a5b7;
    text-decoration: none;
    color: #fff;
    margin: 35px 0;
    display: inline-block;
    padding: 15px 45px;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
}

.aboutus {
    padding: 100px 0;
}

.aboutus p {
    text-align: justify;
}

.services,
.smart-fun {
    padding: 100px 0;
}

.services ul,
.smart-fun ul {
    margin: 50px 0 0 0;
}

.subpage-area ul.menu {
    margin: 15px 0 0 0;
    border-top: solid 2px #44bbbc;
}

.services ul li, .subpage-area ul.menu li,
.smart-fun ul li, .subpage-area ul.menu li {
    position: relative;
}

.services ul li a,
.smart-fun ul li a {
    background: #ebf2f2;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 10px 0;
    padding: 20px 15px;
    font-size: 19px;
    color: #44bbbc;
    text-decoration: none;
    position: relative;
    z-index: 20;
}

.subpage-area ul.menu li a {
    background: #f2f2f2;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 20px 15px;
    font-size: 15px;
    color: #4d4d4d;
    text-decoration: none;
    position: relative;
    z-index: 20;
}

.services ul li a.active, .services ul li a:hover,
.smart-fun ul li a.active, .smart-fun ul li a:hover,
.reward ul li a.active, .reward ul li a:hover,
.subpage-area ul.menu li a.active, .subpage-area ul.menu li a:hover {
    opacity: 1;
    background: #00a5b7;
    color: #fff;
}

.services ul li .sbox-arrow,
.reward ul li .sbox-arrow,
.smart-fun ul li .sbox-arrow,
.subpage-area ul.menu li .sbox-arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -12px;
    background: #00a5b7;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 10;
}

.services ul li.this .sbox-arrow,
.reward ul li.this .sbox-arrow,
.smart-fun ul li.this .sbox-arrow,
.subpage-area ul.menu li.this .sbox-arrow {
    opacity: 1;
}

.sticker-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: rgba(68, 187, 188);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 10px;
}

/*.sticker-whatsapp img{*/
/*    width: 30px;*/
/*}*/

.footer {
    width: 100%;
    background: #00a5b7;
    text-align: center;
    color: #fff;
}

.footer h4 {
    color: #fff;
    margin: 40px 0 0 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    opacity: 1;
}

.footer p {
    text-align: left;
    margin: 0;
}

.footer .f-text {
    padding: 25px;
}

.copyright {
    background: #ebf2f2;
    padding: 15px 0;
    color: #4d4d4d;
    font-size: 12px;
}

.copyright ul li {
    display: inline-block;
    margin-left: 15px;
}

.copyright ul li a {
    color: #4d4d4d;
    text-decoration: none;
}

.re-footer {
    padding: 5px 0 20px 0;
    display: none;
    background: #00a5b7;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.re-footer p {
    margin: 10px 0 0 0;
}

.re-footer a {
    color: #fff;
    text-decoration: none;
}

.re-footer img {
    height: 40px;
}

.subpage-banner {
    width: 100%;
    height: 330px;
    border-top: solid 1px #00a5b7;
    background-position: center;
    text-align: center;
    display: table;
}

.subpage-banner.container {
    display: table;
}

.subpage-banner .subpage-banner-text {
    display: table-cell;
    vertical-align: middle;
    color: #4d4d4d;
    font-size: 30px;
}

.subpage-path {
    background: #80979e;
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
}

.subpage-path a {
    text-decoration: none;
    color: #fff;
}

.subpage-area {
    padding: 75px 0;
}

.subpage-area ol {
    margin: 25px 0 0 -35px;
}

.subpage-area ol li {
    margin: 10px 0;
}

.subpage-area ol li div {
    display: inline-block;
    margin: 6px 12px 6px 0;
    padding: 7px 0;
    width: 29px;
    text-align: center;
    color: #00a5b7;
    background: #ebf2f2;
    border-radius: 2px;
}

.subpage-area h4 {
    width: 100%;
    margin: 25px 0 0 0;
}

.subpage-area h4:first-child {
    margin: 0;
}

.subpage-area a {
    color: #00a5b7;
    text-decoration: underline;
}

.subpage-area a:hover {
    text-decoration: none;
}

.subpage-area a.more-btn {
    color: #fff;
    text-decoration: none;
}

.subpage-area nav {
    margin: 35px 0 0 0;
}

.subpage-area nav a {
    text-decoration: none;
}

.services-s-img {
    width: 90%;
    margin: 25px 0 0 0;
}

.subpage .news-box a {
    text-decoration: none;
}

.hashtag-group {
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: solid 2px #44bbbc;
}

.hashtag-group a {
    text-decoration: none;
}

.subpage-area.news-details {
    background: #f0f7f6;
    padding: 0;
}

.subpage-area.news-details .container {
    background: #fff;
    padding: 75px 125px;
}

.news-details-bar {
    margin: 25px 0;
}

.news-details-bar a {
    text-decoration: none;
}

.subpage-area.news-details h5 {
    font-size: 20px;
    color: #1a1a1a;
    margin: 0 0 25px 0;
}

.subpage-area.news-details p {
    margin: 0 0 25px 0;
    color: #333;
    font-size: 14px;
}

.subpage-area.news-details h6 {
    color: #00a5b7;
    font-size: 15px;
}

.element {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.discount-details {
    font-size: 14px !important;
    color: #333 !important;
}

.discount-details h4 {
    color: #1a1a1a !important;
    font-size: 18px !important;
}

.discount-details h5 {
    color: #4d4d4d !important;
    font-size: 14px !important;
}

.cs-popup-group {
    width: 800px;
    background: #fff;
    position: fixed;
    box-shadow: 2px 2px 8px #ccc;
    left: 50%;
    top: -100%;
    margin: 0 0 0 -400px;
    z-index: 1000 !important;
    padding: 30px 20px;
    font-size: 15px;
    transition: all 0.75s ease 0s;
    opacity: 0.15;
    z-index: 1000;
}

.cs-popup-group.on {
    top: 20%;
    opacity: 1;
}

.cs-popup-group .popup-close-btn {
    width: 32px;
    height: 32px;
    background: url("../images/popup_close_btn.png") center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 500;
}

.cs-popup-group label {
    width: 100%;
}

.cs-popup-group input {
    width: 100%;
    border: solid 1px #ededed;
    padding: 10px;
    background: #f5f5f5;
    outline: none;
}

.cs-popup-group textarea {
    width: 100%;
    border: solid 1px #ededed;
    padding: 5px;
    height: 120px;
    resize: none;
    background: #f5f5f5;
    outline: none;
}

.cs-popup-group input[type="submit"] {
    background: #00a5b7;
    color: #fff;
    padding: 12px 80px;
    display: inline-block;
    width: auto;
    margin: 25px 0 0 0;
    cursor: pointer;
    transition: all 0.7s ease 0s;
}

.cs-popup-group input[type="submit"]:hover {
    opacity: 0.75;
}

.cs-popup-title {
    background: #ebf2f2;
    color: #00a5b7;
    font-size: 20px;
    text-align: center;
    margin: -30px -20px 0 -20px;
    padding: 20px 0 15px 0;
}

.cs-popup-title h4 {
    font-size: 20px;
}

.pagination .page-item.active .page-link {
    background-color: #00a5b7;
    border-color: #00a5b7;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown span {
    background: url("../images/lang_arrow.svg") right center no-repeat;
    padding: 0 10px 0 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    border-radius: 2px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown span {
    color: #00a5b7;
}

.dropdown a {
    display: block;
    color: #00a5b7;
}

.lang {
    position: absolute;
    right: 25px;
    top: 10px;
}

.lang a {
    color: #00a5b7;
}