@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,200;0,400;0,500;0,700;1,200;1,400;1,500;1,700&display=swap');
@import url('../vendor/fontawesome/all.min.css');
@import url('../vendor/ionicons/ionicons.css');
@import url('https://fonts.googleapis.com/css2?family=Material+Icons&display=swap');
html {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    overflow-x: hidden!important
}

body {
    margin: 0;
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    /*background: linear-gradient(to left, #e8be50 0%, #f6e094 35%, #f9f295 50.39%, #e5c24c 100%);*/
    padding-top: 48px;
    background: linear-gradient(rgba(0, 17, 47, .5), rgba(0, 17, 47, .9)), url(../img/bg_01.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

@media handheld,
screen and (max-width: 991px) {
    body {
        padding-top: 58px;
    }
}

a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    cursor: pointer;
    color: #eea600;
    text-decoration: none;
}

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

 ::-webkit-scrollbar {
    width: 6px;
    background-color: #e6e6e6
}

 ::-webkit-scrollbar-thumb {
    background-color: grey
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #666
}

 ::-webkit-scrollbar-thumb:active {
    background-color: #4d4d4d
}

 ::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #ddd;
}

 ::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #ddd;
}

 :-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #ddd;
}

 :-moz-placeholder,
.form-control:-moz-placeholder {
    color: #ddd;
}

.btn {
    padding: 0.5em 1.5em;
}

.btn-theme {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0.5em 1.5em;
    border-radius: .25rem;
    color: #333;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: solid 1px #e5c24c;
    background: linear-gradient(to left, #e8be50 0%, #f6e094 35%, #f9f295 50.39%, #e5c24c 100%);
    background-size: 200% auto;
    overflow: hidden;
}

.btn-theme:hover,
.btn-theme:focus {
    background-position: right center;
    color: #000;
    box-shadow: 0px 0px 30px rgba(255, 96, 86, 0.45);
}

.btn-theme.btn-disable {
    cursor: unset;
}

.btn-theme.btn-disable:hover,
.btn-theme.btn-disable:focus {
    background-position: unset;
    color: #000;
    box-shadow: none;
}

.btn-theme.border-btn {
    padding: 14px 40px;
    background: transparent;
    border: 1.5px solid #e40d00;
    color: #6A7C92;
    font-size: 18px;
    box-shadow: none;
}

.btn-theme-outline {
    color: #333;
    border-color: #ffb100;
    background-color: rgba(255, 255, 242, 1);
}

.btn-theme-outline:hover {
    color: #333;
    transition: 0.5s all;
    cursor: pointer;
    background: linear-gradient(to left, #e8be50 0%, #f6e094 35%, #f9f295 50.39%, #e5c24c 100%);
}

.btn-light {
    color: #000;
    background-color: #eee;
    border-color: #ccc;
    font-weight: 500;
}

.btn-light:hover {
    background-color: #ddd;
    border-color: #ccc;
    transition: 0.5s all;
}

.text-muted {
    color: #444!important;
}

.ionicons {
    vertical-align: middle;
}

.icon-sup {
    position: absolute;
    margin-left: -13px;
    margin-top: 4px;
    color: #eed66b;
    font-size: 0.9rem;
}

.bt-login {
    width: 41px;
    border: 1px solid #bea064;
    border-radius: 20px;
    object-fit: cover;
}

.bt-login:hover {
    border: 1px solid #c0c0c0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.txt-login {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .bt-login {
        width: 18.8px;
        height: 18.8px;
    }
}

@media screen and (min-width: 992px) {
    .txt-login {
        display: none;
    }
}


/* ------ Typo ------ */

.section-heading {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 1rem;
}

.section-heading span {
    font-size: 0.7em;
    color: #ff3a11;
}

.section-heading-bar {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.section-heading-bar-line {
    height: 2px;
    width: 100%;
    background-color: #ffb100;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
}

.section-heading-bar-text {
    padding: 0px 0.8rem 0 0;
    font-size: 1.5em;
}

.section-heading-bar .linkmore {
    padding: 0 0.5rem;
    font-size: 0.9rem;
}

.section-heading-bar .linkmore a {
    color: #383838;
}

.section-heading-bar .linkmore i {
    vertical-align: middle;
    color: #eea600;
}

#content p.fs-sm.pb-3.text-muted {
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 4.5em;
}

.text-muted {
    color: #ababab!important;
}

.form-select,
.form-control {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.form-label {
    margin-bottom: .25rem !important
}

.form-label span {
    color: red;
}

.btn.rounded-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn.rounded-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.line-clamp {
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 4.5em;
}

.page_title {
    padding: 3em;
    margin: 4em 0 2em 0;
    color: #f5f5f5;
    border-top: solid 6px #ff3a11;
    background-color: #4a4132;
    background-image: url(../../assets/img/epm-banner_bg.png);
    background-size: 100%;
}

.page_title h2 {
    text-transform: uppercase;
}

.page_title h2:after {
    content: '';
    display: block;
    width: 55px;
    height: 4px;
    background: #ff3a11;
    border-radius: 3px;
    margin: 10px 0 -3px 0;
}

.content-box {
    margin-bottom: 1rem!important;
}

.content-box-underline {
    padding-bottom: 1rem!important;
    margin-bottom: 1rem!important;
    border-bottom: solid 1px #ffb100;
}

a .content-box .card-text {
    color: initial;
}

.scroll-top {
    width: 45px;
    height: 45px;
    color: rgba(255, 177, 0, 0.8);
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    background-color: #fff;
    border-radius: .25rem;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    padding: 0.6em;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 18%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 18%);
}

.scroll-top:hover {
    background: #ffb100;
    color: #fff;
}

@keyframes animation1 {
    0% {
        transform: translateY(0px);
        opacity: 0.29;
    }
    50% {
        transform: translateY(-700px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 0;
    }
}


/* ------ Navbar ------ */

.main-navbar {
    padding: 0 !important;
    background-color: rgb(34, 61, 151);
    background: linear-gradient(90deg, rgb(30, 55, 137) 0%, rgba(34, 61, 151) 60%, rgb(39, 70, 172) 100%);
    border: 1px solid rgb(34, 61, 151);
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0;
    border: none;
}

.main-navbar.navbar .navbar-nav .nav-item a {
    color: #fff;
    font-size: 1.05em;
    padding: 0.75rem;
    background: transparent;
    border: 1px solid transparent;
    border-top-color: rgb(34, 61, 151);
    border-bottom-color: rgb(34, 61, 151);
}

.main-navbar.navbar .navbar-nav .nav-item a:hover {
    /*background-color: rgb(219, 193, 103);*/
    transition: all .4s ease-in-out;
    color: #000;
    background: linear-gradient(to left, #e8be50 0%, #f6e094 35%, #f9f295 50.39%, #e5c24c 100%);
    background-size: 200% auto;
    overflow: hidden;
    background-position: right center;
}

.main-navbar.navbar .navbar-nav .nav-item a.active {
    /*background-color: rgb(219, 193, 103);*/
    transition: all .4s ease-in-out;
    color: #000;
    background: linear-gradient(to left, #e8be50 0%, #f6e094 35%, #f9f295 50.39%, #e5c24c 100%);
    background-size: 200% auto;
    overflow: hidden;
    border: 1px solid rgb(34, 61, 151);
}

.navbar-brand img {
    max-height: 45px;
    transition: all 0.3s;
    position: absolute;
    margin-top: -22px;
    z-index: 99;
}

.navbar-toggler {
    font-size: 1.5rem;
    color: #fff;
    border: none;
    box-shadow: none;
    padding: 0.5rem 1rem;
    margin: 0.562rem 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    border: none;
    box-shadow: none;
}

@media screen and (max-width: 991px) {
    .main-navbar.navbar .navbar-nav {
        margin-top: 0.25rem;
    }
}


/* ------ Footer ------ */

footer {
    background: linear-gradient(90deg, rgb(30, 55, 137) 0%, rgba(34, 61, 151) 60%, rgb(39, 70, 172) 100%) !important;
    color: #dfc056;
    padding: 0.5rem;
    font-size: 1em;
    text-align: center;
    margin-top: 1rem;
}

footer p {
    line-height: 1.3em;
    margin-bottom: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ff3a11;
}

.footer-nav {
    padding-left: 0;
}

.footer-nav li {
    margin-left: 0;
    margin-bottom: 5px;
    line-height: 1.33333;
    list-style-type: none;
}

.footer-nav li a {
    color: #ffb100;
    text-transform: none;
}

.footer-nav li a:hover {
    color: #fff;
    text-decoration: none;
}

.social-connect-nav {
    max-width: 140px;
    margin: 5px 0 0;
    padding: 0;
    text-align: left;
    transition: max-height 250ms ease, padding .5s ease;
}

.social-connect-nav>li {
    display: inline-block;
    height: inherit;
    padding: 0;
    margin: 0 8px 8px 0;
}

.social-connect-nav [class^=fab],
.social-connect-nav [class^=fa] {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    color: #b3b3b3;
    transition: background-color 250ms, border 250ms;
}

.social-connect-nav a:hover .fa-facebook-f {
    background-color: #3c5a96;
    border-color: #3c5a96;
    color: #fff;
}

.social-connect-nav a:hover .fa-envelope {
    background-color: #666;
    border-color: #666;
    color: #fff;
}

.social-connect-nav a:hover .fa-phone {
    background-color: #0caa41;
    border-color: #0caa41;
    color: #fff;
}

.social-icon {
    font-size: 3.5rem;
}

.social-icon.fa-phone-square {
    font-size: 3.125rem;
}

.social-icon.theme-line {
    color: #00B900;
}

.social-icon.theme-facebook {
    color: #1778F2;
}

.social-icon.theme-twitter {
    color: #00acee;
}

.social-icon.theme-youtube {
    color: #FF0000;
}

.social-icon.theme-hotline {
    color: #ffb100;
}

.social-icon.theme-tiktok {
    width: 50px;
    height: 50px;
    background-image: url(../img/tiktok-app-icon.png);
    background-size: contain;
}

.social-icon.theme-instagram {
    width: 50px;
    height: 50px;
    background-image: url(../img/ig-app-icon.png);
    background-size: contain;
}

.social-share-about {
    padding-top: 8px;
}

.social-share .social-icon {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: text-top;
}

.social-share .social-icon.theme-tiktok,
.social-share .social-icon.theme-instagram,
.social-share .social-icon.theme-link {
    font-size: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: text-top;
}

.card-social-link {
    border: solid 1px #ccc !important;
}

.card-social-link .card-body {
    padding: 1em 0.25em;
    font-size: 0.9em;
    color: initial;
}

.btn-facebook {
    color: #fff;
    background-color: #1778F2;
    border-color: #1778F2;
    padding: 0.5em;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #3c5a96;
    border-color: #3c5a96;
}

.btn-line {
    color: #fff;
    background-color: #00B900;
    border-color: #00B900;
    padding: 0.5em;
}

.btn-line:hover {
    color: #fff;
    background-color: #0caa41;
    border-color: #0caa41;
}

.btn-facebook i,
.btn-line i {
    font-size: 1.5rem;
    vertical-align: bottom;
    margin-right: 0.25rem;
}

@media screen and (max-width: 767px) {
    #contact-info {
        margin: 2rem 0 1rem 0;
    }
    .card-social-link .card-body {
        font-size: 0.7em;
    }
    .social-share {
        text-align: left!important;
        margin: 0!important;
        padding-top: 8px;
    }
}


/* ------ Hotlink Menu ------ */

.hotlink-menu {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    padding: 0 !important;
    color: rgb(241, 196, 14);
    background-color: rgb(40, 60, 150);
    /*background: linear-gradient(90deg, rgb(30, 55, 137) 0%, rgba(34, 61, 151) 60%, rgb(39, 70, 172) 100%);*/
    -webkit-box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: none;
    font-size: 1.5rem;
    line-height: 1.3rem;
}

.hotlink-menu .col {
    justify-content: center;
    display: flex;
}

.hotlink-menu a {
    text-align: center;
    color: rgb(241, 196, 14);
    padding: 0.85rem 0;
}

.hotlink-menu a:hover,
.hotlink-menu .col.hilight a {
    color: rgb(40, 60, 150);
}

.hotlink-menu .col:hover,
.hotlink-menu .col.hilight {
    transition: all .4s ease-in-out;
    color: rgb(40, 60, 150);
    background-color: rgb(245, 194, 64);
    /*
    background: linear-gradient(to left, #e8be50 0%, #f6e094 35%, #f9f295 50.39%, #e5c24c 100%);
    background-size: 200% auto;
    */
    overflow: hidden;
    background-position: right center;
}

.hotlink-menu span {
    font-size: 15px;
    display: block;
}

.hotlink-menu svg {
    width: 31.05px;
    height: 31.05px;
    margin-bottom: 2px;
}


/*
.hotlink-menu .col+.col {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
}
*/

@media screen and (min-width: 1200px) {
    .hotlink-menu {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .hotlink-menu {
        line-height: 1.6rem;
    }
    .hotlink-menu a {
        padding-bottom: 0.53rem;
    }
    .hotlink-menu span {
        font-size: 12.5px;
        font-weight: 400;
    }
}


/* ------ Hero-Carousel ------ */

#hero-carousel .carousel-control-next,
#hero-carousel .carousel-control-prev {
    background-color: transparent;
    border: none;
    width: 8%;
}

#hero-carousel .carousel-control-next-icon,
#hero-carousel .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}

#hero-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

#hero-carousel .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    /*background-color: #fff;*/
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

#hero-carousel .carousel-item {
    /*
min-height: 550px;
max-height: 550px;
*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}

#hero-carousel .carousel-item img {
    max-width: 100%;
    min-width: 100%;
}

#hero-carousel .hero-caption {
    font-family: 'Prompt', sans-serif;
    padding-right: 40%;
    text-align: left;
    bottom: auto;
    top: 15%;
}

#hero-carousel .hero-caption h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 50px;
    color: #e40d00;
    margin-bottom: 0;
}

#hero-carousel .hero-caption h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    color: #051441;
    margin-bottom: 25px;
}

#hero-carousel .hero-caption p {
    font-size: 18px;
    line-height: 26px;
    color: #6A7C92;
    opacity: 0.8;
    margin-bottom: 30px;
}

.qrlinead {
    display: none;
}

@media screen and (max-width: 767px) {
    #hero-carousel .carousel-item {
        min-height: unset;
        max-height: unset;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: 97px;
        background-size: auto 350px;
    }
}

@media only screen and (min-width: 768px) {
    .qrlinead {
        display: block;
        position: absolute;
        right: 10%;
        top: 8%;
        max-width: 8.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .qrlinead {
        max-width: 11.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .qrlinead {
        max-width: 15rem;
    }
}

@media only screen and (min-width: 1400px) {
    .qrlinead {
        max-width: 17rem;
    }
}


/* ------ Find Lottery ------ */

.card {
    /*
background-color: rgba(255, 255, 255, 0.6) !important;
border: 1px solid rgba(0, 0, 0, .025)!important;
*/
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, .025);
}

.box-findnumber {
    text-align: center;
}

.box-findnumber input {
    text-align: center;
    font-size: 1.6em;
    border-radius: 0.25rem;
    border: solid 1px #ddd;
    box-shadow: none;
    padding: 0.5rem 0.05rem;
    min-width: 68px;
}

#BtnFilter,
#BtnSetCase {
    text-align: center;
}

#BtnFilter {
    height: 0;
    overflow: hidden;
}

#BtnFilter button,
#BtnSetCase button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #333;
    border-color: #ffb100;
    background-color: rgba(255, 255, 242, 1);
    margin: 0.15rem;
    min-width: 6rem;
}

#BtnFilter button:hover,
#BtnSetCase button:hover {
    color: #333;
    transition: 0.5s all;
    cursor: pointer;
    background: linear-gradient(to left, #e8be50 0%, #f6e094 35%, #f9f295 50.39%, #e5c24c 100%);
}

#BtnFilter button.active,
#BtnSetCase button.active {
    color: #333;
    background: linear-gradient(to left, #e8be50 0%, #f6e094 35%, #f9f295 50.39%, #e5c24c 100%);
    border-color: #ffb100;
}

@media screen and (max-width: 767px) {
    #formFindnumber .btn-group.btn-theme-group {
        width: 100%;
    }
    #formFindnumber .btn-group label {
        font-size: 0.9em;
        width: 25%;
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 0.5rem 0.25rem;
        text-align: center;
    }
    .box-findnumber input {
        font-size: 1.5em;
        padding: 0.5rem 0.025rem;
        min-width: 47px;
    }
    #filter-group {
        width: 100%;
    }
    #filter-group label {
        width: 25%;
    }
    #filter-group .btn {
        padding: 0.5rem;
    }
    .header1 {
        font-size: 1.2rem;
    }
    .header2 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 280px) {
    #autostepnumber input {
        max-width: 2rem;
        padding: 0.5rem 0;
    }
    #autostepnumber button {
        width: 100%;
    }
    #autostepnumber button+button {
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 400px) {
    .box-findnumber input {
        font-size: 1.35em;
        padding: 0.5rem 0.015rem;
        min-width: 38px;
        max-width: 38px;
    }
}


/* ------ Latest Prize ------ */

.btn-checkprize {
    position: absolute;
    right: 1em;
    top: 1em;
}

#latest-prize .card {
    background-color: #fff!important;
}

#latest-prize .card-title {
    margin-top: -3rem;
    margin-left: -3rem;
    background-color: #fff;
    border-radius: .25rem;
    padding: 0.8rem 1.5rem 1.5rem;
    width: fit-content;
}

.prize-box {
    text-align: center;
}

.prize-box span+span {
    margin-left: 1.5rem;
}

.prize-box+.prize-box {
    border-left: solid 1px #ddd;
}

.prize-box h1 {
    margin: .25rem 0;
    font-weight: 500;
}

.prize-box h1.bg-theme {
    width: fit-content;
    padding: 0 1rem;
    border-radius: .25rem;
    margin: .25rem auto!important;
}

.prize-box h2 {
    margin: .56rem 0;
    font-weight: 500;
}

.box-prize h4 {
    margin: 0.5rem 0;
    font-weight: 500;
}

.box-prize+.box-prize {
    border-left: solid 1px #ddd!important;
}

.box-prize {
    border-top: none!important;
}

.box-prize-list .col {
    width: 20%;
    flex: 0 0 auto;
}

.box-prize-list p {
    margin: 0.15rem 0;
    text-align: center;
}

.box-prize-list.box-prize-list-lg p {
    font-size: 1.2rem;
}

.bg-even {
    background-color: transparent;
    display: flex!important;
}

.bg-odd {
    background-color: rgba(0, 0, 0, 0.05);
    display: flex!important;
}

.checkresult {
    padding: 0.5rem 0.75rem;
}

@media screen and (max-width: 767px) {
    .lottery-result .card-body {
        padding: 1rem 0.25rem;
    }
    .box-prize:last-child {
        border-left: none!important;
        margin-bottom: 1.5rem;
        padding-top: 0;
    }
    .box-prize-list .col {
        margin-top: 0;
        font-size: 0.9rem;
    }
    .box-prize-list-lg .col {
        width: 33.3333333333%;
    }
}

@media screen and (max-width: 991px) {
    .btn-checkprize {
        position: relative;
        margin: 0.5em 1em 0.5em 2em;
        width: 95%;
    }
    .prize-box h1 {
        font-size: 140%;
    }
    .prize-box.prize-box-in h1 {
        font-size: calc(1.375rem + 1.5vw);
    }
    #latest-prize .card-title {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        padding: 0;
        width: auto;
        font-size: 128%;
        line-height: 1em;
    }
    #latest-prize .card-title .fs-5 {
        font-size: 75%!important;
        line-height: 1.5em!important;
    }
    .prize-box {
        border-top: solid 1px #e8bf53;
        padding-top: 0.5rem;
    }
    .prize-box small {
        font-size: .775em!important;
    }
    .prize-box+.prize-box {
        border-left: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #latest-prize .card-title {
        margin-top: 0;
        margin-left: 0;
        background-color: #fff;
        border-radius: .25rem;
        padding: 0.8rem 1.5rem 0rem 1.5rem;
        width: fit-content;
    }
}

@media screen and (max-width: 767px) {
    .btn-checkprize {
        position: relative;
        margin: 1em 2em;
        width: 90%;
        display: block;
    }
}


/* ------ Content ------ */

.section-heading {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 1rem;
}

#content p.fs-sm.pb-3.text-muted {
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 4.5em;
}

.card.card-white {
    background-color: #fff!important;
    color: initial;
    border: solid 1px #ccc !important;
}

.card.card-white:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 0 0.5px rgb(0 0 0 / 10%), 0 1px 0px 0 rgb(0 0 0 / 11%), 0 3px 3px -1px rgb(0 0 0 / 10%), 0 20px 20px -3px rgb(0 0 0 / 10%);
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .card.card-white .thumb-img {
        min-height: auto;
        max-height: unset;
    }
    .card-order-header {
        font-size: 1.3rem!important;
        text-align: center;
    }
    .card-order-header h6 {
        font-size: 1.4rem!important;
        text-align: center;
    }
    .card-detail-header h3 {
        text-align: center;
        margin-bottom: 0;
        font-size: 1.7rem;
    }
    .card-detail-header h5 {
        text-align: center;
        line-height: 1.5rem;
        margin-bottom: 0.5rem!important;
    }
    .card-detail-header span {
        display: none;
    }
    #order-title {
        text-align: center;
        font-size: 1.2rem;
    }
    #order-title h6 {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 768px) {
    .card.card-white .thumb-img {
        min-height: 12.5rem;
        max-height: 12.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .card.card-white .thumb-img {
        min-height: 17rem;
        max-height: 17rem;
    }
    .card-detail-header {
        align-items: center!important;
        display: flex;
    }
}

@media only screen and (min-width: 1200px) {
    .card.card-white .thumb-img {
        min-height: 13rem;
        max-height: 13rem;
    }
}

@media only screen and (min-width: 1400px) {
    .card.card-white .thumb-img {
        min-height: 19rem;
        max-height: 19rem;
    }
}


/*----- Thumb image -----*/

.thumb-img {
    width: 100%;
    object-fit: cover;
    min-height: 5rem;
    max-height: 5rem;
}

.thumb-newsimg {
    max-width: 100%;
    width: 70%;
}

.bg-position-center {
    background-position: center !important;
}

.bg-size-cover {
    background-size: cover !important;
}

@media screen and (max-width: 767px) {
    .thumb-newsimg {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .thumb-img {
        min-height: 6rem;
        max-height: 6rem;
    }
}


/*----- About -----*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .line-clamp-about {
        display: -webkit-box;
        text-overflow: -o-ellipsis-lastline;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3;
        height: 4.5em;
    }
}


/*----- News -----*/

@media screen and (min-width: 1400px) {
    .col-hilight-news .line-clamp {
        -webkit-line-clamp: 4;
        height: 6.1em;
    }
    .col-hilight-news .card.card-white .thumb-img {
        min-height: 19.5rem;
        max-height: 19.5rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .col-hilight-news .card.card-white .thumb-img {
        min-height: 17.2rem;
        max-height: 17.2rem;
    }
    .col-hilight-news .line-clamp {
        -webkit-line-clamp: 5;
        height: 7.2em;
    }
}

@media screen and (max-width: 991px) {
    .col-hilight-news .card.card-white .thumb-img {
        min-height: 12rem;
        max-height: 13rem;
    }
    .col-hilight-news .card-body {
        padding-left: 0;
    }
    .col-hilight-news .line-clamp {
        -webkit-line-clamp: 5;
        height: 7.2em;
    }
}

@media screen and (max-width: 767px) {
    .col-hilight-news .card.card-white .thumb-img {
        min-height: 9rem;
        max-height: 9rem;
    }
    .col-hilight-news .card-body {
        padding-top: 0.75em;
        padding-bottom: 0.75em;
    }
}

.col-sidebar-news .card.card-white .thumb-img {
    min-height: 9.5rem;
    max-height: 9.5rem;
}

.col-sidebar-news .card-body {
    padding: 0.9rem 1rem 0.9rem 0;
}

.col-sidebar-news .line-clamp {
    -webkit-line-clamp: 5;
    height: 7.2em;
}


/*----- Sidebar -----*/

.sidebar {
    position: fixed;
    bottom: 70px;
    right: 15px;
    width: 45px;
    height: auto;
    border-radius: 0.25rem;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 18%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 18%);
    z-index: 88;
    padding-top: 0.25rem;
}

.sidebar__icon {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 45px;
    color: #999;
    padding: 0.25rem 0.5rem;
}

.sidebar__icon img {
    width: 32px;
    height: auto;
}

.sidebar__icon.chatnow {
    height: auto!important;
}

.tips {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.sidebar-tips .tips__content {
    width: 85px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: auto;
    bottom: 0px;
    left: auto;
    right: 56px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: #ff4700;
    font-weight: 500;
}

.sidebar-tips.chatnow .tips__content {
    width: 196px;
    text-align: center;
}

.tips__content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 36px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 8px 36px 0 rgb(0 0 0 / 20%);
}

.sidebar-tips:hover .tips__content {
    display: block;
}


/* -- withChatcone  --*/

.sidebar {
    bottom: 78px;
    right: 23px;
    background-color: transparent;
    box-shadow: none;
}

.sidebar__icon img {
    padding: 5px 5px 3px 5px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 3.5px #fff;
    webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 18%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 18%);
}

.sidebar-tips img {
    background-color: #fff;
    padding: 3px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: solid 3.5px #fff;
    webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 18%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 18%);
}

.download__wrapper {
    padding: 10px 15px;
    text-align: center;
}

.win-lottery {
    width: 315px;
}

.lost-emoji {
    width: 80px;
}

.card-summary-prize {
    width: fit-content;
    margin: 2rem auto;
}


/*----- 404 ERROR -----*/

.emoji-404 {
    position: relative;
    animation: mymove 2.5s infinite;
}

@keyframes mymove {
    33% {
        top: 0px;
    }
    66% {
        top: 20px;
    }
    100% {
        top: 0px
    }
}


/*----- FAQ -----*/

#accordionFAQ .accordion-button.collapsed::after,
#accordionInbox .accordion-button.collapsed::after {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    margin-left: auto;
    margin-top: -6px;
    content: "\f489";
    background-image: none;
    color: #000;
}

.accordion-button:not(.collapsed)::after {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    margin-left: auto;
    margin-top: -6px;
    background-image: none;
    transform: none;
    color: #000;
    content: "\f462";
}

.accordion-button:not(.collapsed) {
    font-weight: 600;
    color: #000;
    background-color: #151f4d0f;
    border: 1px solid #dee2e6;
    border-bottom: none;
}

.accordion-flush .accordion-collapse {
    border: 1px solid #dee2e6;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-flush .accordion-body {
    padding: 1.5rem;
}


/*----- Pagination -----*/

#page-navi {
    margin: 0 auto;
    width: auto;
}

.pagination {
    margin: 1rem 0 0 0;
}

.page-link {
    padding: 0;
    border-radius: 50%;
    margin: 0 0.25rem;
    width: 3.25rem;
    height: 3.25rem;
    text-align: center;
    line-height: 3.1rem;
    color: #333;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    border-color: #ccc;
    background-color: #0e5d98;
    /*
background: linear-gradient(to left, #e8be50 0%, #f6e094 35%, #f9f295 50.39%, #e5c24c 100%);
*/
}

.page-item .page-link:hover {
    color: initial;
    border-color: #0e5c988b;
    background-color: rgba(0, 0, 0, 0.05);
}


/*----- Show Reward -----*/

.reward-navbar .navbar-brand img {
    margin: -20px 0 0 12px;
}

.reward-navbar.navbar .navbar-nav .nav-item a {
    padding: 15px 15px;
    text-decoration: none;
    font-size: 17.5px;
    border: none;
}

.reward-navbar.navbar .navbar-nav .nav-item a .bt-login {
    margin-top: 3px;
}

.walletHeader {
    padding: 0;
    width: 100%;
    text-align: center;
}

.walletHeader h1 {
    display: block;
    font-size: 22px;
    color: rgb(215, 170, 105);
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 16px;
}

.walletHeader h2 {
    display: block;
    font-size: 20px;
    line-height: 16px;
    color: white;
}

.historyModule {
    display: block;
    width: 90vw;
    max-width: 800px;
    padding: 16px;
    margin-top: 16px;
    margin-left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    box-shadow: 2px 4px 4px 2px rgb(0 0 0 / 40%);
    border: 1px solid rgb(190, 160, 100);
    border-radius: 8px;
    background-color: white;
}

.historyInstallmentTitle {
    display: block;
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.historyInstallmentLabel {
    display: block;
    width: 100%;
    max-width: 800px;
    line-height: 24px;
    font-size: 22px;
    border-radius: 8px;
}

.historyRewardModule {
    display: block;
    padding: 16px;
}

.historyRewardTitle {
    display: block;
    width: 100%;
    font-size: 24px;
    text-align: center;
    color: rgb(215, 170, 105);
    margin-bottom: 0.5rem;
}

.historyRewardInstallmentLabel {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.historyRewardWin {
    display: block;
    text-align: center;
    margin-top: 24px;
}

.historyRewardWin h1 {
    display: block;
    color: green;
    font-size: 28px;
    line-height: 28px;
}

.historyRewardWinSumPrice {
    display: block;
    color: rgb(222, 170, 90);
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.profileOrderHistoryTable {
    display: block;
    border-collapse: collapse;
    overflow-x: scroll;
    clip: auto;
    width: 81vw;
    max-width: 600px;
    border-color: rgba(219, 193, 103, 0.4);
    margin-left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 1px solid rgb(190, 160, 100);
    border-radius: 8px;
}

.profileOrderHistoryTable th {
    background-color: rgba(219, 193, 103, 0.4);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: black;
    height: 40px;
    width: 27vw;
    max-width: 200px;
}

.profileOrderHistoryTable td {
    text-align: center;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 16px;
    height: 32px;
}

.reward-navbar .avartar-mb {
    display: none;
}

@media screen and (max-width: 767px) {
    .reward-navbar {
        height: 56px;
    }
    .reward-navbar .navbar-brand img {
        left: 50%;
        transform: translateX(-100px);
    }
    .reward-navbar .navbar-toggler {
        position: absolute;
        font-size: 0.95rem;
        padding: 5px;
    }
    .reward-navbar .avartar-mb {
        display: block;
        position: absolute;
        right: 13px;
    }
    .reward-content {
        margin-top: 0.5rem!important;
    }
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}