.logo {
    background-repeat: no-repeat;
    width: 251px;
    height: 44px;
    background: url("../images/logo.png") no-repeat;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.magicbook-logo {
    background-repeat: no-repeat;
    width: 251px;
    height: auto;
    margin: 0;
    padding: 0;
}
.logo-m {
    width: 194px;
    height: auto;
    margin: 40px 0px 25px 0;
    padding: 0;
}
.bg-what-left {
    background: url("../images/home/bg-what-left.png") no-repeat;
    padding: 0;
}
.bg-what-right {
    background: url("../images/home/bg-what-right.png") no-repeat;
    padding: 0;
    background-position: right;
}
.f-f-OpenSans-Regular {
    font-family: "Open Sans";
}
.f-f-OpenSans-Bold {
    font-family: "OpenSans-Bold";
}
.f-f-OpenSans-ExtraBold {
    font-family: "OpenSans-ExtraBold";
}
.f-f-OpenSans-Italic {
    font-family: "OpenSans-Italic";
}
.f-f-Myriad-Pro-Bold-Condensed {
    font-family: "Myriad-Pro-Bold-Condensed";
}
.f-f-Myriad-Pro-Bold {
    font-family: "Myriad-Pro-Bold";
}
.f-f-Myriad-Pro-Condensed {
    font-family: "Myriad-Pro-Condensed";
}
.f-f-Myriad-Pro-Semibold-SemiCondensed {
    font-family: "Myriad-Pro-Semibold-SemiCondensed";
}
.f-f-Myriad-Pro-Black {
    font-family: "Myriad-Pro-Black";
}
.f-f-Myriad-Pro-Black-SemiCondensed {
    font-family: "Myriad-Pro-Black-SemiCondensed";
}
.f-f-Myriad-Pro-Regular {
    font-family: "Myriad-Pro-Regular";
}
.f-f-Pattaya-Regular {
    font-family: "Pattaya-Regular";
}
.f-f-Nunito-Regular {
    font-family: "Nunito-Regular";
}
.f-s-13 {
    font-size: 13px;
}
.f-s-15 {
    font-size: 15px;
}
.f-s-16 {
    font-size: 16px;
}
.f-s-18 {
    font-size: 18px;
}
.f-s-19 {
    font-size: 19px;
}
.f-s-20 {
    font-size: 20px;
}
.f-s-21 {
    font-size: 21px;
}
.f-s-22 {
    font-size: 22px;
}
.f-s-24 {
    font-size: 24px;
}
.f-s-25 {
    font-size: 25px;
}
.f-s-26 {
    font-size: 26px;
}
.f-s-30 {
    font-size: 30px;
}
.f-s-31 {
    font-size: 31px;
}
.f-s-32 {
    font-size: 32px;
}
.f-s-34 {
    font-size: 34px;
}
.f-s-40 {
    font-size: 40px;
}
.f-s-45 {
    font-size: 45px;
}
.f-s-50 {
    font-size: 50px;
}
.f-s-53 {
    font-size: 53px;
}
.img-responsive-all {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}
.img-responsive {
    display: block;
    min-width: 500px;
    max-width: 100%;
    height: auto;
}
.circle-before-4-age {
    background: #F00;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    top: -50px;
    font-size: 15px;
    padding-top: 28px;
    left: 0;
    right: 0;
    margin: auto;
}
.f-c-56 {
    color: #565656 !important;
}
.f-c-white {
    color: #ffffff !important;
}
.f-c-blue-14 {
    color: #22a2d0 !important;
}
.f-c-app-1 {
    color: #94509F !important;
}
.f-c-app-2 {
    color: #B74A95 !important;
}
.f-c-app-3 {
    color: #D81220 !important;
}
.f-c-app-4 {
    color: #3BAFCE !important;
}
.f-c-app-5 {
    color: #48A647 !important;
}
.f-c-dot-1 {
    background: #EC2E37 !important;
}
.f-c-dot-2 {
    background: #FAB516 !important;
}
.f-c-dot-3 {
    background: #00AFB0 !important;
}
.f-c-gray-2 {
    color: #222222 !important;
}
.f-c-gray-3 {
    color: #333 !important;
}
.f-c-gray-5 {
    color: #555 !important;
}
.bg-c-gray-4 {
    background: #333333 !important;
}
.bg-c-gray-3 {
    background: #333333 !important;
}
.bg-c-gray-e {
    background: #efefef !important;
}
.f-c-gray-11 {
    color: #bbbbbb !important;
}
.f-c-green {
    color: #2e9d48 !important;
}
.f-c-orange {
    color: #FF6302 !important;
}
.f-c-purple {
    color: #7d3a96 !important;
}
.bg-grad-blue {
    /*height: 497px;*/
    
    background: "#008fff";
    /* For browsers that do not support gradients */
    
    background: radial-gradient(circle, #22a2d0 10%, #008fff);
    /* Standard syntax (must be last) */
}
.bg-grad-green {
    /*height: 497px;*/
    
    background: "#4ea046";
    /* For browsers that do not support gradients */
    
    background: radial-gradient(circle, #77c153 10%, #4ea046);
    /* Standard syntax (must be last) */
}
.bg-grad-purple {
    /*height: 497px;*/
    
    background: "#901bb0";
    /* For browsers that do not support gradients */
    
    background: radial-gradient(circle, #af32b9 10%, #901bb0);
    /* Standard syntax (must be last) */
}
.mg-l-12 {
    margin-left: 12px
}
.app-margin-top {
    margin-top: 65px
}
.app-margin-bottom {
    margin-bottom: 15px
}
.app-padding-top {
    padding-top: 55px
}
.app-padding-bottom {
    padding-bottom: 15px
}
.btn-circle.btn-lg {
    width: 12px;
    height: 12px;
    padding: 0px;
    margin: 2px;
    border-radius: 6px;
}
.btn-circle.btn-tn {
    width: 4px;
    height: 4px;
    padding: 0px;
    margin: 1px;
    border-radius: 4px;
}
.btn-circle-9 {
    width: 9px;
    height: 9px;
    padding: 0px;
    border-radius: 9px;
    background: #ff6302;
}
.btn-border-1 {
    border: 2px solid #3eaed6;
    background: white;
    color: #3eaed6;
    padding-right: 0px;
    padding-top: 5px;
    outline: none;
    border-radius: 54px;
    min-height: 54px;
    min-width: 175px;
    font-size: 22px;
}
.btn-border-1:hover {
    border: 2px solid #3eaed6;
    background: white;
    background: rgba(60, 235, 240, .2);
    color: #3eaed6;
    padding-right: 0px;
    padding-top: 5px;
    outline: none;
    border-radius: 54px;
    min-height: 54px;
    font-size: 22px;
    min-width: 175px;
}
.btn-border-1:active {
    border: 2px solid #3eaed6;
    background: #3eaed6;
    color: white;
    padding-right: 0px;
    padding-top: 5px;
    outline: none;
    border-radius: 54px;
    font-size: 22px;
    min-height: 54px;
    min-width: 175px;
}
.icon-next-detail {
    width: 12px;
    height: 19px;
    background: url("../images/home/icon-next-detail.png") no-repeat;
    padding: 0;
    margin-left: 10px;
    margin-top: -5px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.btn-border-1:active .icon-next-detail {
    width: 12px;
    height: 19px;
    background: url("../images/home/icon-next-detail-active.png") no-repeat;
    padding: 0;
    margin-left: 10px;
    margin-top: -5px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.btn-border-white {
    border: 2px solid #ffffff;
    background-color: rgba(0, 0, 0, 00);
    color: #3eaed6;
    padding-right: 0px;
    padding-top: 0px;
    outline: none;
    border-radius: 54px;
}
.btn-border-white:hover {
    border: 2px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
    color: #3eaed6;
    padding-right: 0px;
    padding-top: 0px;
    outline: none;
    border-radius: 54px;
}
#sc-faq ul li a {
    font-size: 30px;
    font-family: "Myriad-Pro-Bold-Condensed";
    text-align: justify;
    color: #7d3a96;
    padding-top: 20px;
}
#sc-faq ul li {
    padding-top: 20px;
}
#sc-faq ul {
    list-style-type: none;
}
#sc-faq ul li div {
    text-align: justify;
    font-size: 25px;
    padding: 8px;
    font-family: "Open Sans";
}
.btn-circle.btn-red {
    width: 110px;
    height: 110px;
    padding: 0px;
    margin: 2px;
    border-radius: 110px;
    background: #ec2e37 !important;
}
/*li.active > a {
   color: red !important;
}*/

.navbar-nav>.active>a, .navbar-nav-mobile>.active>a {
    color: #FAB516 !important;
}
.navbar-nav .nav-item {
    font-family: "Myriad-Pro-Black";
    padding: 0 0px;
    font-size: 15px;
}
.navbar-nav-mobile .nav-item {
    font-family: "Myriad-Pro-Black";
    padding: 0 0px;
    font-size: 15px;
}
.navbar-nav-mobile {
    padding-left: 0;
    margin-left: 0;
}
.navbar-nav-mobile ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0;
}
.navbar-nav-mobile li {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0;
}
.nav-item a {
    padding-bottom: 0;
}
span.hover-tab {
    font-size: 20px;
    line-height: 10px;
    display: none;
}
.navbar-nav li.active>span.hover-tab, .navbar-nav li:hover>span.hover-tab {
    display: block;
}
.btn-download:hover {
    transform: scale(0.96);
    transition-duration: 0.2s;
}
.responsive-img-product {
    width: 100%;
    height: auto;
}
.responsive-img-width {
    width: 100%;
    height: auto;
}
.btn-fanpage {
    background: #3b5998;
    border-radius: 5px;
}
.dashed {
    background: url("../images/dashed.png") repeat;
    height: 2px;
}
.place li {
    list-style-image: url('../images/dot.png');
}
.collapse-padding {
    padding-left: 60px;
}
.img-play-as-learn {
    background: url("../images/home/sc-detail.jpg") no-repeat;
    width: 100%;
    height: auto;
}
.download-app {
    font-size: 53px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.modal-download-body {
    background: #FFF;
    border-radius: 0 0 30px 30px;
}
.modal-download-title {
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: "Myriad-Pro-Regular";
}
.product-button {
    margin-top: 12px;
    margin-bottom: 12px;
}
.cursor-pointer, .by-store-button, .btn-border-white, .product-detail, .btn-border-1, .btn-download {
    cursor: pointer;
}
.item-store-online {
    margin-top: 40px;
    margin-bottom: 30px;
}
.logo-app-boder {
    border: 2px solid #aaa;
    border-radius: 18px;
}
.img-accessories {
    max-height: 200px;
    border-radius: 10px;
    border: 1px solid #bbb;
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-backdrop {
    opacity: 0.7 !important;
}
.game-board {
    position: absolute;
    top: 111px;
    left: 0;
    right: 0;
    width: 1180px;
    height: 612px;
    padding: 0;
}
@media screen and (max-width: 992px) {
    .bg-what-right {
        background: none;
        padding: 0;
    }
    .circle-before-4-age {
        background: #F00;
        width: 80px;
        height: 80px;
        border-radius: 100px;
        position: absolute;
        top: -50px;
        font-size: 12px;
        padding-top: 20px;
        margin: auto;
    }
    .magicbook-logo {
        background-repeat: no-repeat;
        width: 151px;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .logo-m {
        width: 114px;
        height: auto;
        margin-bottom: 10px;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .f-s-18 {
        font-size: 12px;
    }
    .f-s-45 {
        font-size: 30px;
    }
    .f-s-40 {
        font-size: 25px;
    }
    .f-s-50 {
        font-size: 30px;
        `
    }
    .f-s-53 {
        font-size: 43px;
    }
    #sc-faq ul li a {
        font-size: 25px;
        font-family: "Myriad-Pro-Bold-Condensed";
        color: #7d3a96;
        padding-top: 20px;
        text-align: justify;
    }
    #sc-faq ul li div {
        font-size: 18px;
        padding: 8px;
        text-align: justify;
        font-family: "Open Sans";
    }
    .btn-fanpage {
        background: #3b5998;
        border-radius: 5px;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .place li {
        list-style-image: url('../images/dot_small.png');
    }
    .collapse-padding {
        padding-left: 30px;
    }
    .img-play-as-learn {
        background: url("../images/home/sc-detail-mobile.jpg") no-repeat;
        width: 100%;
        height: auto;
    }
    .bg-what-left {
        background: none;
        padding: 0;
    }
    .bg-what-right {
        background: none;
        padding: 0;
    }
    .download-app {
        font-size: 33px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .modal-download-title {
        margin-top: 10px;
        margin-bottom: 5px;
        font-family: "Myriad-Pro-Regular";
    }
    .item-store-online {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .responsive-img-product {
        width: 70%;
        height: auto;
    }
    .logo-app-boder {
        border: 2px solid #aaa;
        border-radius: 12px;
        width: 70px;
        height: auto;
    }
}
@media screen and (max-width: 576px) {
    .modal-download-title {
        margin-top: 10px;
        margin-bottom: 5px;
        font-family: "Myriad-Pro-Regular";
    }
    .f-s-18 {
        font-size: 12px;
    }
    .f-s-19 {
        font-size: 12px;
    }
    .f-s-20 {
        font-size: 12px;
    }
    .f-s-24 {
        font-size: 16px;
    }
    .f-s-30 {
        font-size: 20px;
    }
    .f-s-31 {
        font-size: 26px;
    }
    .f-s-32 {
        font-size: 16px;
    }
    .f-s-45 {
        font-size: 30px;
    }
    .f-s-50 {
        font-size: 25px;
    }
    .f-s-53 {
        font-size: 33px;
    }
    .img-responsive {
        display: block;
        min-width: 300px;
        max-width: 100%;
        height: auto;
    }
    #sc-faq ul li a {
        font-size: 20px;
        font-family: "Myriad-Pro-Bold-Condensed";
        color: #7d3a96;
        padding-top: 20px;
    }
    #sc-faq ul li div {
        padding: 8px;
        font-size: 15px;
        font-family: "Open Sans";
    }
    .logo {
        background-repeat: no-repeat;
        width: 190px;
        height: 36px;
        background: url("../images/logo.png") no-repeat;
        margin: 0;
        padding: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .collapse-padding {
        padding-left: 30px;
    }
    .img-play-as-learn {
        background: url("../images/home/sc-detail-mobile.jpg") no-repeat;
        width: 100%;
        height: auto;
    }
    .bg-what-left {
        background: none;
        padding: 0;
    }
    .bg-what-right {
        background: none;
        padding: 0;
    }
    .btn-border-1 {
        border: 2px solid #3eaed6;
        background: white;
        color: #3eaed6;
        padding-right: 0px;
        padding-top: 5px;
        outline: none;
        border-radius: 54px;
        min-height: 24px;
        min-width: 135px;
        font-size: 16px;
    }
    .btn-border-1:hover {
        border: 2px solid #3eaed6;
        background: white;
        background: rgba(60, 235, 240, .2);
        color: #3eaed6;
        padding-right: 0px;
        padding-top: 5px;
        outline: none;
        border-radius: 54px;
        min-height: 24px;
        min-width: 135px;
        font-size: 16px;
    }
    .btn-border-1:active {
        border: 2px solid #3eaed6;
        background: #3eaed6;
        color: white;
        padding-right: 0px;
        padding-top: 5px;
        outline: none;
        border-radius: 54px;
        min-height: 24px;
        min-width: 135px;
        font-size: 16px;
    }
    .responsive-img-product {
        width: 70%;
        height: auto;
    }
}
// Small devices (landscape phones, 576px and up)
// Medium devices (tablets, 768px and up)
// Large devices (desktops, 992px and up)
// Extra large devices (large desktops, 1200px and up)
.clear-padding {
    padding: 0;
}
.btn-circle-lr {
    width: auto;
    height: 50px;
    padding: 0px 30px 0 30px;
    border-radius: 25px;
    background-color: #624dd6;
    color: #FFF;
}
.form-border {
    border: none;
    border-radius: 25px;
}
.form-border-top {
    border: none;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: #624dd6;
    color: #FFF;
}
.form-control {
    border-radius: 25px;
    height: 50px;
    background-color: #e4e4e4;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 45px;
    font-size: 17px;
}
.voucher-control {
    border: none;
    border-radius: 25px;
    height: 50px;
    background-color: #e4e4e4;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
}
/** card css */

.card-icon {
    background-image: url('../images/card.png');
    width: 53px;
    height: 53px;
    background-position: center;
    position: absolute;
    right: 10px;
}
.card-icon:hover {
    background-image: url('../images/card_active.png');
    width: 53px;
    height: 53px;
    background-position: center;
    position: absolute;
    right: 10px;
}
.card-icon-active {
    background-image: url('../images/card_active.png');
    width: 53px;
    height: 53px;
    background-position: center;
    position: absolute;
    right: 10px;
}
@media screen and (max-width: 991.98px) {
    .card-icon {
        background-image: url('../images/card.png');
        width: 53px;
        height: 53px;
        background-position: center;
        position: absolute;
        top: 400%;
    }
    .card-icon:hover {
        background-image: url('../images/card_active.png');
        width: 53px;
        height: 53px;
        background-position: center;
        position: absolute;
        top: 400%;
    }
    .card-icon-active {
        background-image: url('../images/card_active.png');
        width: 53px;
        height: 53px;
        background-position: center;
        position: absolute;
        top: 400%;
    }
}
#order-detail td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.input-number {
    border: none;
    width: 50%;
}
.lang-icon {
    border-radius: 26.5px;
    background-color: #e3e3e3;
    width: 53px;
    height: 53px;
    background-position: center;
    position: absolute;
    right: 73px;
    font-family: "OpenSans-Bold";
    color: #6e6e6e;
    padding: 14.5px;
}
.lang-icon:hover {
    border-radius: 26.5px;
    background-color: #624dd6;
    width: 53px;
    height: 53px;
    background-position: center;
    position: absolute;
    right: 73px;
    font-family: "OpenSans-Bold";
    color: #FFF;
    padding: 14.5px;
}
.lang-icon>img {
    width: 35px;
    height: 23px;
    position: absolute;
    left: 8px;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 991.98px) {
    .lang-icon, .lang-icon:hover {
        padding: 8px;
        width: 40px;
        height: 40px;
    }
    .lang-icon>img {
        width: 26px;
        height: 18px;
        position: absolute;
        left: 6px;
        top: 10px;
    }
}
