/*** Import *****/

@import url('404.css');
@import url('loading-btn.css');
@import url('loading-group.css');

/*** End ****/

.blog-info-tag span:before {
    content: ',';
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    height: 0;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-transition: height .4s ease-in-out;
    overflow: hidden;
}

.wpcf7 form .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}

.form-cus .f-btn {
    position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    height: 4rem;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
    text-align: left;
    height: 4rem;
}

.wpcf7 .mona-form-submit-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: red;
    font-size: 1rem;
    position: absolute;
    right: 1rem;
    bottom: 0;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    left: 21rem;
    transform: translateY(-50%);
    margin: 0;
    top: 50%;
}

@media screen and (max-width: 500px) {
    .wpcf7 .wpcf7-spinner {
        left: 18rem;
    }
    
}


body img {
    height: 100%;
}

.program-content .mona-content ul {
    margin: 3rem 0 0;
    padding-left: 0;
}

.program-content .mona-content ul li{
    margin: 0 0 1.6rem;
}

.program-content .mona-content ul li::before{
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border: none;
    background-image: url(/template/assets/images/program-icon-trophy.png);
    background-size: contain;
    border-radius: 0;
    top: 0.4rem

}


.promotion-content .mona-content  {
    color: #413E3E;
}

.promotion-content .mona-content .program-list ul {
    margin:0;
    padding-left: 0;
}

.promotion-content .mona-content .program-list ul li{
    margin: 0 0 0.4rem;
}

.promotion-content .mona-content .program-list  ul li::before{
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border: none;
    background-image: url(/template/assets/images/program-icon-discount.png);
    background-size: contain;
    border-radius: 0;
    top: 0.4rem
}

.vh-content .mona-content .program-list {
    color: #413E3E;
}

.vh-content .mona-content .program-list ul {
    margin: 0;
    padding-left: 0;
}

.vh-content .mona-content .program-list ul li {
    margin: 0 0 1.6rem;
}

.vh-content .mona-content .program-list ul li::before{
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border: none;
    background-image: url(/template/assets/images/program-icon-goal.png);
    background-size: cover;
    border-radius: 0;
    top: 0.7rem
}

@media screen and ( max-width: 1200px ) {
    .hd.small .hd-logo {
        width: 20rem;
    }
}

.gift-col .mona-content,
.feedback-content .mona-content {
    color: #413E3E;
}

.site-title {
    position: absolute;
    opacity: 0;
}

.hd-menu .menu-item a {
    text-transform: none;
}

/* flip counter */
.flip-clock {
    text-align: center;
    perspective: 400px;
    margin: 20px auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.flip-clock *,
.flip-clock *:before,
.flip-clock *:after {
    box-sizing: border-box;
}
.flip-clock__piece {
    display: inline-block;
    margin: 0 1.6rem;
}
.flip-clock__slot {
    margin-top: 2.4rem;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #E50A19;
    display: inline-block;
}
.card {
    display: block;
    position: relative;
    padding-bottom: 0.72em;
    font-size: 5rem;
    line-height: 0.95;
}

@media ( max-width: 600px ) {
    .card {
        font-size: 4rem
    }

    .flip-clock__slot {
        margin-top: 1.8rem;
        font-size: 1.8rem;
    }
}

@media ( max-width: 375px ) {
    .flip-clock__piece {
        margin: 0 0.6rem;
    }

    .card {
        font-size: 3rem
    }

    .flip-clock__slot {
        margin-top: 1.8rem;
        font-size: 1.4rem;
    }
}
.card__top,
.card__bottom,
.card__back::before,
.card__back::after {
    display: block;
    height: 0.72em;
    color: #ccc;
    background: #222;
    padding: 0.25em 0.25em;
    border-radius: 0.15em 0.15em 0 0;
    backface-visiblity: hidden;
    transform-style: preserve-3d;
    width: 1.8em;
    transform: translateZ(0);
}
.card__bottom {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: solid 1px #000;
    background: #393939;
    border-radius: 0 0 0.15em 0.15em;
    pointer-events: none;
    overflow: hidden;
}
.card__bottom::after {
    display: block;
    margin-top: -0.72em;
}
.card__back::before,
.card__bottom::after {
    content: attr(data-value);
}
.card__back {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0%;
    pointer-events: none;
}
.card__back::before {
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.flip .card__back::before {
    -webkit-animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
            animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    transform-origin: center bottom;
}
.flip .card__back .card__bottom {
    transform-origin: center top;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
            animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}
@-webkit-keyframes flipTop {
    0% {
    transform: rotateX(0deg);
    z-index: 2;
    }
    0%,
    99% {
    opacity: 0.99;
    }
    100% {
    transform: rotateX(-90deg);
    opacity: 0;
    }
}
@keyframes flipTop {
    0% {
    transform: rotateX(0deg);
    z-index: 2;
    }
    0%,
    99% {
    opacity: 0.99;
    }
    100% {
    transform: rotateX(-90deg);
    opacity: 0;
    }
}
@-webkit-keyframes flipBottom {
    0%,
    50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
    }
    51% {
    opacity: 0.99;
    }
    100% {
    opacity: 0.99;
    transform: rotateX(0deg);
    z-index: 5;
    }
}
@keyframes flipBottom {
    0%,
    50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
    }
    51% {
    opacity: 0.99;
    }
    100% {
    opacity: 0.99;
    transform: rotateX(0deg);
    z-index: 5;
    }
}


.mona-social-fixed {
    position: fixed;
    right: 2.4rem;
    z-index: 100;
    bottom: 24rem;
}
@media screen and (max-width: 768px) {
    .mona-social-fixed {
    right: 1.5rem;
    bottom: 12rem;
    }
}
.mona-social-fixed-2 {
    position: fixed;
    bottom: 22rem;
    right: 2.5rem;
    z-index: 600;
}
.mona-social-fixed-item {
    width: 5.6rem;
    transition: all 0.3s ease-in-out;
}

.mona-social-fixed-item img{
    background-color: white;
    border: none;
    border-radius: 50%;
    overflow: hidden;
}
@media screen and (max-width: 800px) {
    .mona-social-fixed-item {
    width: 4.8rem;
    }
}
.mona-social-fixed-item:not(:last-child) {
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 800px) {
    .mona-social-fixed-item:not(:last-child) {
    margin-bottom: 0.8rem;
    }
}
@media (min-width: 1201px) {
    .mona-social-fixed-item:hover {
    -webkit-filter: drop-shadow(0.1rem 0.2rem 0.7rem rgba(0, 0, 0, 0.36));
    filter: drop-shadow(0.1rem 0.2rem 0.7rem rgba(0, 0, 0, 0.36));
    }
}
