/* .mini-game {
    height: 150px;
}
.mini-game img {
    width: 100%;
    margin-top: -80px;
} */

#iframe_game {
    width:100%; 
    /* height: 900px;  */
    scroll-behavior: smooth; 
    display: none;
}

.mini-game2 {
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
}

html{
    scroll-behavior: smooth;
}

.title-discount {
    position: absolute;
    top: 70%;
    right: 1%;
    font-size: 19px;
    text-align: center;
    color: #0059d1;
    line-height: 25px;
}

.warning{
    font-family: 'myRobotoMediumFont', sans-serif;
    font-size: 17px;
    color: crimson;
    margin-top: -10px;
    margin-bottom: 20px;
}
/*Form email*/
.popup-email .email-form .popup .content .light span {
    color: red;
    font-size: 17px;
    text-align: center;
    opacity: 0.5;
}
.popup-email {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(62,64,65,.5);
    display: none;
}

.popup-email .email-form {
    top: 0;
    width: 100%;
    height: 100%;
}



.popup-email .email-form .popup {
    width: 600px;
    margin: 0 auto;
    box-shadow: 0 8px 6px -6px black;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 40px 50px;
    border-radius: 15px;
}

.popup h1 {
    font-size: 35px;
    line-height: 22px;
}

.popup .light {
    margin-bottom: 30px;
}

.popup .exit {
    position: absolute;
    top: -20px;
    right: -9px;
    cursor: pointer;
}

.popup .item input {
    outline: 0;
    padding: 8px 10px;
    width: 100%;
    border-radius: 4px;
    border: 2px solid #ccc;
    margin-bottom: 20px;
}

.popup .item input:focus {
    border: 2px solid #1977FE;
}

.popup .item input::placeholder {
    color: #D0D0D0;
}

.popup .content .box {
    text-align: left;
}

.popup .content .box label {
    display: inline-block;
    margin-bottom: 2px;
}

.popup .btn-submit {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.popup .btn-submit a {
    font-family: 'fontSarabunSemiBold', sans-serif;
    color: #fff;
    background-image: linear-gradient(to right, #1D7FEC, #38C06B);
    padding: 12px 70px;
    border-radius: 25px;
    text-transform: uppercase;
}

.popup .btn-submit a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


@font-face {
    font-family: fontSarabunSemiBold;
    src: url(../font/Sarabun-SemiBold.ttf);
}

@font-face {
    font-family: fontSarabunRegular;
    src: url(../font/Sarabun-Regular.ttf);
}

@font-face {
    font-family: fontSourcesansproBold;
    src: url(../font/source-sans-pro.bold.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 28px;
    line-height: 42px;
    font-family: 'fontSarabunSemiBold', sans-serif;
}

.clear-fix {
    clear: both;
}

a {
    text-decoration: none;
}

p {
    font-family: 'fontSarabunRegular', sans-serif;
}

h1 {
    font-family: 'fontSarabunSemiBold', sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: 55px;
}

h2 {
    font-family: 'fontSarabunSemiBold', sans-serif;
    font-size: 34px;
}

h3 {
    font-family: 'fontSarabunSemiBold', sans-serif;
    font-size: 32px;
    text-align: center;
}

h1, h2{
    text-transform: uppercase;
}

.bt a {
    font-family: 'fontSarabunSemiBold', sans-serif;
    font-size: 28px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul li {
    list-style: none;
}

.light {
    text-align: center;
    margin-bottom: 50px;
}

#wrapper {
    width: 720px;
    margin: 0 auto;
}

/*banner ảnh*/
/* 
#banner {
    background-image: url("../images/webviewNew/banner_landing.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    min-height: 975px;
    position: relative;
} */

#logo {
    position: absolute;
    top: 15px;
    left: 45px;
}

#logo img{
    width: 20px;
}

#logo img:first-child {
    margin-right: 30px;
}

/*Ưu đã dành cho KH*/

#voucher {
    background: #F4F9FF;
    padding: 65px 0 80px;
    text-align: center;
}

#voucher h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
}

.only {
    font-family: 'fontSarabunSemiBold', sans-serif;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
}

#voucher .box-voucher {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#voucher .box-voucher .item:first-child .box{
    background-image: url("../images/webviewNew/voucher1.png");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 160px;
    position: relative;
}

#voucher .box-voucher .item:last-child .box{
    background-image: url("../images/webviewNew/voucher2.png");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 160px;
    position: relative;
}

#voucher .box-voucher .item {
    flex-basis: 50%;
}

#voucher .box-voucher .item ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#voucher .box-voucher .item ul li span {
    color: #EC3C3A;
    font-weight: bold;
}

#voucher .box-voucher .item ul li:last-child {
    color: #1A7AF8;
    font-weight: bold;
}

#voucher .text {
    font-family: 'fontSarabunSemiBold', sans-serif;
    font-size: 28px;
    padding: 0 55px;
    line-height: 32px
}

/*Đồng hồ đếm ngược*/

.countdown-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 82%;
    text-align: center;
    margin: auto;
    padding-bottom: 65px;
}

.countdown-time .item {
    flex-basis: 13%;
}

.countdown-time .item p {
    border-top: 3px solid #3AC465;
    border-bottom: 3px solid #1A79FB;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 3px 100%;
    -moz-background-size: 3px 100%;
    background-size: 3px 100%;
    background-image: -webkit-linear-gradient(top, #3AC465 0%, #1A79FB 100%), -webkit-linear-gradient(top, #3AC465 0%, #1A79FB 100%);
    background-image: -moz-linear-gradient(top, #3AC465 0%, #1A79FB 100%), -moz-linear-gradient(top, #3AC465 0%, #1A79FB 100%);
    background-image: -o-linear-gradient(top, #3AC465 0%, #1A79FB 100%), -o-linear-gradient(top, #3AC465 0%, #1A79FB 100%);
    background-image: linear-gradient(to bottom, #3AC465 0%, #1A79FB 100%), linear-gradient(to bottom, #3AC465 0%, #1A79FB 100%);
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 18px;
    font-size: 32px;
}

.countdown-time .item span {
    margin-top: 15px;
    text-transform: capitalize;
}

/*Danh sách gói elsa*/

.info-packet{
    padding: 75px 0px;
}

.info-packet .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F8F8;
    padding: 30px 20px;
    box-shadow: 0 3px 11px 3px #f0f0f0;
    border-radius: 5px;
    margin-bottom: 60px;
    border: 1px solid #f0f0f0;
    position: relative;
}

.info-packet .item:first-child {
    background-image: linear-gradient(#E2FFED, #C2E8FD);
}

.info-packet .item:last-child {
    background-image: linear-gradient(#E2FFED, #C2E8FD);
}

.info-packet .item .info h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.info-packet .item .info p {
    font-family: 'fontSarabunSemiBold', sans-serif;
    font-size: 43px;
    color: #1D7BFA;
    margin-top: 15px;
}

.info-packet .item .info del {
    color: #666666;
    font-family: 'fontSarabunRegular', sans-serif;
    font-size: 28px;
}

.info-packet .bt {
    padding: 10px 15px;
    border-radius: 28px;
    background-image: linear-gradient(to right, #f20637, #f20637);
    cursor: pointer;
    outline: none;
}

.info-packet .bt:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.info-packet .bt a {
    font-family: 'fontSarabunSemiBold', sans-serif;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    outline: none;
}

.discount {
    font-size: 24px !important;
    color: #E6263E !important;
}

.best-seller, .big-sale {
    display: none;
    position: absolute;
    top: -45px;
    right: 0;
}

/*Nội dung giới thiệu phần phát âm tiếng anh*/

#frame {
    background-image: url("../images/webviewNew/bk_frame.png");
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 55px 0 75px;
}

#frame h1 {
    padding: 0 90px;
}

#frame ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

#frame ul li:last-child {
    margin-bottom: 0;
}

#frame ul li:first-child {
    background-image: url("../images/webviewNew/01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 155px;
    position: relative;
}

#frame ul li:nth-child(2) {
    background-image: url("../images/webviewNew/02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 155px;
}

#frame ul li:nth-child(3) {
    background-image: url("../images/webviewNew/03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 155px;
}

#frame ul li:last-child {
    background-image: url("../images/webviewNew/04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 155px;
}

#frame ul li p {
    display: flex;
    flex-direction: column;
}

#frame ul li img {
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 2px 2px 5px #999;
    width: 130px;
    height: 130px;
    object-fit: scale-down;
}

.mr30 {
    margin-right: 30px;
}

/*Câu trả lời thực tế nhất*/

#introduce {
    padding: 80px 0;
}

#introduce .item {
    display: flex;
    margin-bottom: 40px;
}

#introduce .item img {
    width: 169px;
    height: 169px;
    object-fit: scale-down;
}

#introduce .item .text {
    text-align: justify;
    margin-left: 50px;
    padding-top: 20px;
}

#introduce .item h2 {
    margin-bottom: 15px;
}

#introduce .item .text p {
    font-family: 'fontSarabunRegular', sans-serif;
}

#introduce .item .text p span {
    text-transform: uppercase;
}

/*Kết quả sau khi học*/

#result {
    background-image: url("../images/webviewNew/rs_frame.png");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 948px;
    padding: 75px 30px 90px;
    color: #fff;
}

#result h1 {
    font-size: 34px;
}

#result .item {
    margin-bottom: 60px;
}

#result .item:last-child {
    margin-bottom: 0;
}

#result .item .box {
    background: #fff;
    height: 90px;
    border-radius: 45px;
    margin-top: 20px;
    overflow: hidden;
}

#result .item .box .move {
    background-image: linear-gradient(to right, #4979F3 0%, #78C36C 100%);
    height: 90px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 0;
}

#result .item .box .move span {
    font-family: 'fontSourcesansproBold', sans-serif;
    font-size: 36px;
    font-weight: bold;
    padding-right: 40px;
}

/*slick-slider*/

/*.slick-dots li button:before {*/
    /*color: #3A64B1 !important;*/
    /*font-size: 18px !important;*/
/*}*/

/*.slick-dots li.slick-active button:before {*/
    /*color: #59BEFF !important;*/
/*}*/

/*.slick-dots {*/
    /*bottom: 0 !important;*/
/*}*/

/*.slick-dotted.slick-slider {*/
    /*margin-bottom: 0 !important;*/
/*}*/

/*Người dùng*/

#users {
    padding: 80px 0 90px;
}

.users-box {
    background-image: url("../images/webviewNew/900.png");
    background-repeat: no-repeat;
    /* background-position: center; */
    width: 86%;
    margin: 0 auto;
    position: relative;
    border-radius: 50px;
}

#users .lazy {
    color: #fff;
}

#users .lazy .box-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding: 65px 70px 90px;
}

#users .lazy .box-content .text {
    text-align: justify;
}

#users .lazy .box-content .text .box-vhm {
    display: flex;
    align-items: baseline;
    margin-bottom: 65px;
}

#users .lazy .box-content .text h4 {
    margin-left: 15px;
}

#users .lazy .user {
    background: #EDEDED;
    display: flex;
    align-items: center;
    padding: 5px 30px;
    border-radius: 0 0 44px 44px;
}

#users .lazy .user p:first-child {
    color: #000;
    font-weight: bold;
    font-family: 'fontSourcesansproBold', sans-serif;
    font-size: 34px;
}

#users .lazy .user p:last-child {
    color: #737373;
    font-size: 24px;
}

/*Slick slider*/

#nav_left {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 50px;
    width: 31px;
    background: url(../images/webviewNew/slick_nav_left.png) no-repeat !important;
    z-index: 10;
}


#nav_right {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 50px;
    width: 31px;
    background: url(../images/webviewNew/slick_nav_right.png) no-repeat !important;
    z-index: 10;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#video {
    text-align: center;
}
.box-time {
    padding-top: 65px;
}

#box-time2 {
    padding-top: 65px;
}

#info-packet2 {
    padding: 60px 0 60px !important;
}

/*footer*/

#footer {
    background-image: linear-gradient(#333333, #2C2C2C, #202020, #1C1C1C);
    padding: 30px;
}

#footer .content {
    padding: 30px 0;
}

#footer .content .items {
    margin-bottom: 20px;
}

#footer .content .items .icon {
    border-radius: 5px;
    display: inline-block;
    width: 27px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    color: #19173F;
    position: relative;
    height: 25px;
    top: 2px;
}

#footer .content .items span {
    color: #fff;
    font-family: 'myRobotoRegularFont', sans-serif;
    font-size: 27px;
}

#footer .content .items .icon i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* #popup-register {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999;
    outline: 0;
    background: rgba(33, 33, 33, .5);
    display: none;
}

#box-popup {
    top: 0;
    height: 100%;
    position: relative;
}

#box-popup .popup {
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    margin-top: 50px;
}

#box-popup .box-content .info-order {
    margin-bottom: 30px;
}

#box-popup .box-content .item-box {
    border: 2px solid #E26A88;
    border-radius: 8px;
    padding: 20px;
}

#box-popup .box-content .item{
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#box-popup .box-content .info-order h2{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#box-popup .box-content .info-order .text{
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #797979;
    text-transform: uppercase;
}

#box-popup .box-content .item input {
    background: #E8E8E8;
    height: 55px;
    font-size: 24px;
    width: 100%;
    padding-left: 15px;
    outline: none;
    border: 1px solid #E3E3E3;
    flex-basis: 66%;
}

#btn-code {
    font-family: 'myRobotoRegularFont', sans-serif;
    background-image: linear-gradient(#EB434A, #E32840, #DF153A, #D90232);
    color: #fff;
    border-radius: 30px;
    padding: 12px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    flex-basis: 32%;
}

#btn-code:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#box-popup .box-content .info-pay p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

#box-popup .box-content .info-pay p:last-child {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-bottom: 0;
} */

.text-info-order span{
    text-transform: none !important;
}

.btn-pay {
    margin-top: 35px;
}

.btn-pay a {
    font-family: 'myRobotoRegularFont', sans-serif;
    background-image: linear-gradient(#EB434A, #E32840, #DF153A, #D90232);
    color: #fff;
    border-radius: 30px;
    padding: 12px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
}

.btn-pay a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#box-popup .title {
    font-family: 'mySourcesansproBoldFont', sans-serif;
    background-image: linear-gradient(#E6263E, #C20033);
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#box-popup .title h1 {
    color: #fff;
    font-size: 28px;
}

#box-popup .title span {
    color: #fff;
    font-size: 34px;
    cursor: pointer;
}

#box-popup .title span:hover {
    color: #f0f0f0;
}

#box-popup .box-content {
    padding: 30px 42px;
}

#box-popup .box-content .item .warning{
    margin-top: 10px;
    font-family: 'myRobotoMediumFont', sans-serif;
    font-size: 24px;
    color: crimson;
}

#users .user img{
    max-height: 156px;
    max-width: 156px;
}
.item-product{
    display: flex;
    justify-content:space-evenly; 

}
.box-pr{
    width: 40%;
    border: 2px solid #E3E3E3;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    font-style: italic;
    position: relative;
    margin-bottom: 60px;
}
.box-pr h2{
   color: #F90F0F;
   font-weight: 700;
}
.discount_percent img{
    margin-left: -32%;
    margin-top: 5%;
}
.discount_percent{
    position: relative;
}
.discount_percent p{
    position: absolute;
    top: 20%;
    left: 10%;
}
.txt-start{
    text-align: start;
    color: #FFF1A5;
    font-weight: 700;
}
.color-txt-pr{
    color: #767676;
}
.txt-dl{
    text-decoration-line:line-through
}
.bt_status{
    width: 100%;
    display: flex;
    justify-content: center;
}
.bt_status a{
    width: 60%;
    color: white;
    border-radius: 28px;
    background-image: linear-gradient(0deg, #c91a30, #f20637);
    cursor: pointer;
    outline: none;
}

.title-discount-pr {
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}
.title-discount-pr strong{
    color: black;
    font-size: 21px;
}
.xem-them{
    font-size: 19px;
    color: #0059d1;
    text-decoration: underline;
    cursor: pointer;
}
.color-black{
    color: black;
}
.mt-2{
    margin-top: 3%;
}
.icon_best_seller{
    position: absolute;
    top: 29%;
    width: 50%;
}
.bg-pr2{
    background-color: #F5F5F5;
}
.color-white{
    color: white;
}
.color-orange{
    color: #F47213 !important;
}
.bg-orange{
    background-image: linear-gradient(0deg,#c93a17, #f37013) !important;
}
.color-violet{
    color: #76089C !important;
}
.bg-violet{
    background-image: linear-gradient(
        0deg,#56077a, #732798) !important;
}
.bg-blue{
    background-image: linear-gradient(0deg,#0839b4, #1486f1) !important;
}
.bg-red{
    background-image: linear-gradient(0deg, #c91a30, #f20637);
}
.div-gt{
    width: 100%;
    display: flex;
    margin: 5% 0%;
    justify-content: space-around;
}
.item-gt{
    width: 46%;
    text-align: center;
    font-style: italic;
}
.item-gt img{
    width: 100%;
}
.color-red{
    color: #F90F0F !important;
}
.color-blue2{
    color: #17AAFD;
}

.item-popup{
    width: 720px;
    margin: 0 auto;
}

.popup-content{
    width: 90%;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
}
.content-detail-popup{
    margin: 0 auto;
    width: 80%;
    border: firebrick;
    text-align: center;
    background-size: 99.9% 100%;
    padding: 6%;
    border: 2px solid red;
    border-radius: 10px;
}

.content-detail-popup ul{
    text-align-last: start;
    list-style-type: circle;
    width: 70%;
    margin: 0 auto;
}

.content-detail-popup ul li{
    list-style-type: disc;
}

.close-popup-pr{
    width: 5%;
    margin-left: 89%;
    margin-top: 5%;
    margin-bottom: 7%;
}
.item-mn-popup{
    width: 100%;
    text-align: center;
    margin-top: -2%;
    padding-bottom: 8%;
}
.mua-may-pp{
    width: 40%;
    background-image: linear-gradient(0deg, #c91a30, #f20637);
    padding: 2% 10%;
    color: white;
    border-radius: 40px;
}


/* popup detail product */
#popup-detail-pr{
    display: none;
    width: 100%;
}
.popup-register{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(33,33,33,.5);
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 420px) {
    .title-discount {
        right: 2%;
    }
    /* @media only screen and (max-width: 335px) */
}

@media only screen and (max-width: 720px) {

    .title-discount {
        right: 3%;
    }

    .item-popup{
        width: 100%;
        margin: 0 auto;
    }

    .title-discount {
        font-size: 15px;
        line-height: 20px;
    }

    .title-discount-pr {
        font-size: 15px;
        line-height: 20px;
    }
    .title-discount-pr strong{
        font-size: 17px;
    }
    .xem-them{
        font-size: 15x;
    }


    .popup-email .email-form .popup {
        width: 500px;
    }

    .popup .exit {
        width: 40px;
        right: -5px;
    }

    .popup .btn-submit a {
        padding: 12px 55px;
    }

    .popup h1 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .popup .item input {
        margin-bottom: 15px;
    }

    .popup .btn-submit {
        margin-top: 20px;
    }

    #wrapper {
        width: 100%;
    }

    * {
        font-size: 12px;
        line-height: 22px;
    }

    h1, #voucher h1, .countdown-time .item p, #result h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 18px;
        line-height: 28px;
    }


    .countdown-time .item p {
        font-size: 24px;
    }

    #voucher h3 {
        font-size: 18px;
    }

    .only {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #voucher .text, .info-packet .item .info del, .info-packet .bt a  {
        font-size: 11px;
        line-height: 0px;
        padding: 0px 11px;
        width: 80px;
    }
    #button_choi_game{
        line-height: 14px !important;
        width: 90px !important;
        text-align: center;
    }

    .discount {
        font-size: 14px !important;
    }

    .info-packet .item .info p {
        font-size: 25px;
    }

    .light {
        margin-bottom: 30px;
    }

    #voucher .box-voucher .item .box {
        background-size: contain;
    }

    #voucher .box-voucher .item .box ul li, #voucher .box-voucher .item ul li span{
        font-size: 21px;
    }

    #voucher .box-voucher .item .box ul li:first-child {
        margin-bottom: 10px;
    }

    #voucher .box-voucher .item:last-child .box, #voucher .box-voucher .item:first-child .box {
        min-height: 120px;
    }

    .countdown-time {
        padding-bottom: 30px;
        width: 65%;
    }

    .countdown-time .item p {
        padding: 10px;
    }

    #voucher, #frame {
        padding: 30px;
    }

    .info-packet {
        padding: 30px 0px 0;
    }

    .best-seller, .big-sale {
        top: -20px;
        width: 50px;
    }

    #frame ul li {
        margin-bottom: 30px;
    }

    .info-packet .item .info p {
        margin-top: 7px;
    }

    .info-packet .item .info h2 {
        margin-bottom: 0;
    }

    .info-packet .item {
        padding: 20px;
        margin-bottom: 30px;
    }
    .box-pr{
        margin-bottom: 30px;
    }
    #frame ul li img {
        width: 110px;
        height: 110px;
    }

    #frame ul li {
        min-height: 130px !important;
    }

    #frame ul li p span {
        font-size: 16px;
    }

    #result .item .box .move span {
        font-size: 24px;
    }

    /*#frame ul li p span:first-child {*/
        /*margin-right: 5px;*/
    /*}*/

    .mr30 {
        margin-right: 140px;
    }

    #introduce .item img {
        width: 80px;
        height: 80px;
    }

    #introduce {
        padding: 30px;
    }

    #introduce .item .text {
        margin-left: 15px;
        padding-top: 15px;
    }

    #introduce .item h2 {
        margin-bottom: 5px;
    }

    #introduce .item:last-child {
        margin-bottom: 0;
    }

    #wrapper h1 {
        padding: 0 90px !important;
    }

    #result .item .box, #result .item .box .move {
        height: 45px;
    }

    #result .item {
        margin-bottom: 30px;
    }

    #result {
        padding: 30px;
        min-height: 530px;
    }

    #result .item p {
        font-size: 16px;
    }

    #users {
        padding: 30px 15px;
    }

    #users .lazy .box-content .text .box-vhm img {
        width: 25px;
    }

    #users .lazy .box-content .text h4 {
        margin-left: 7px;
    }

    #users .lazy .box-content .text .box-vhm {
        margin-bottom: 20px;
    }

    #users .lazy .user p:first-child {
        font-size: 21px;
    }

    #users .lazy .user p:last-child {
        font-size: 14px;
    }

    #users .lazy .user img {
        width: 110px;
    }

    .users-box {
        width: 100%;
        background-size: cover;
    }

    #video {
        padding: 0 15px;
    }

    #video iframe {
        width: 100%;
    }

    #box-time2 {
        padding-top: 30px;
    }

    #box-time2 .countdown-time{
        padding-bottom: 0;
    }

    #info-packet2 {
        padding: 30px 15px 0 !important;
    }

    #footer .content .items span {
        font-size: 14px;
    }

    #footer .content .items .icon i {
        font-size: 12px;
    }

    #footer .content .items .icon {
        width: 20px;
        height: 18px;
    }

    #footer .content {
        padding: 30px 0 0;
    }

    .info-packet .bt {
        padding: 12px 35px;
    }

    #logo {
        left: 15px;
    }

    #logo img {
        width: 20px;
    }

    #logo img:first-child {
        margin-right: 15px;
    }

    #footer .content .items {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 680px) {
    #banner {
        min-height: 905px;
    }
}

@media only screen and (max-width: 640px) {
    #banner {
        min-height: 850px;
    }

    #wrapper h1 {
        padding: 0 !important;
    }

    #voucher .text {
        padding: 0;
    }

    #voucher, #frame {
        padding: 30px 15px;
    }

    #introduce {
        padding: 30px 15px;
    }

    #result {
        padding: 30px 15px !important;
    }

    .mr30 {
        margin-right: 85px;
    }

    #footer {
        padding: 15px;
    }

    #footer .logo-f img {
        width: 120px;
    }
}

@media only screen and (max-width: 540px){
    #banner {
        min-height: 720px;
    }
}

@media only screen and (max-width: 576px) {
    .content-detail-popup ul{
        width: 70%;
    }
    #banner {
        min-height: 765px;
    }

    h1, #voucher h1, .countdown-time .item p, #result h1 {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    #voucher .box-voucher .item .box ul li, #voucher .box-voucher .item ul li span {
        font-size: 18px;
    }

    .countdown-time .item {
        flex-basis: 16%;
    }

    #introduce .item {
        margin-bottom: 15px;
    }

    .light {
        margin-bottom: 15px;
    }

    #frame ul li {
        min-height: 100px !important;
    }

    #frame ul li img {
        width: 80px;
        height: 80px;
    }

    #frame ul li p span {
        font-size: 14px;
    }

    #frame h1 {
        padding: 0 60px !important;
    }

    .info-packet .item {
        margin-bottom: 20px;
    }
    .box-pr{
        margin-bottom: 20px;
    }

    .best-seller, .big-sale {
        top: -15px;
        width: 45px;
    }

    h1, #voucher h1, .countdown-time .item p, #result h1 {
        margin-bottom: 0;
    }

    #voucher h1 {
        margin-bottom: 15px;
    }

    #voucher .box-voucher {
        justify-content: space-evenly;
    }

    #voucher .box-voucher .item {
        flex-basis: 35%;
    }
    .title-discount {
        right: 3%;
    }

}

@media only screen and (max-width: 500px) {
    #banner {
        min-height: 670px;
    }
}
@media only screen and (max-width: 480px) {
    #banner {
        min-height: 645px;
    }

    .info-packet .item .info p {
        font-size: 19px;
    }

    h2 {
        font-size: 16px;
    }

    .info-packet .item .info p {
        margin-top: 5px;
    }

    .mr30 {
        margin-right: 50px;
    }

    #video iframe {
        height: 280px;
    }

    #voucher .box-voucher .item:last-child .box, #voucher .box-voucher .item:first-child .box {
        width: 190px;
    }

    #voucher .box-voucher .item .box ul li, #voucher .box-voucher .item ul li span {
        font-size: 16px;
    }

    #voucher .box-voucher .item .box ul li:first-child {
        margin-bottom: 3px;
    }

    #wrapper h1 {
        padding: 0 !important;
    }

    .countdown-time {
        padding-bottom: 30px;
        width: 80%;
    }

    #users .lazy .user .info-user{
        margin-left: 8px;
    }

    #users .lazy .user p:first-child {
        font-size: 18px;
    }

    #voucher, #frame {
        padding: 30px 5px;
    }

    #users .lazy .user img {
        width: 95px;
    }

    #users .lazy .box-content {
        padding: 35px 70px 30px;
    }

    #result {
        min-height: 450px;
    }

    #result .item .box, #result .item .box .move {
        height: 40px;
    }

    #result .item .box {
        border-radius: 40px;
    }

    #result .item {
        margin-bottom: 20px;
    }

    #voucher .box-voucher .item:last-child .box, #voucher .box-voucher .item:first-child .box {
        width: 180px;
    }

    .only {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 420px) {
    #banner {
        min-height: 565px;
    }

    .info-packet .bt {
        padding: 10px 15px;
    }

    #voucher .box-voucher .item:last-child .box, #voucher .box-voucher .item:first-child .box {
        min-height: 100px;
    }

    #frame ul li {
        min-height: 80px !important;
    }

    #frame ul li img {
        width: 60px;
        height: 60px;
    }

    .mr30 {
        margin-right: 20px;
    }

    #frame ul li {
        margin-bottom: 15px;
    }

    #voucher .box-voucher {
        justify-content: space-around;
    }

    #voucher .box-voucher .item:last-child .box, #voucher .box-voucher .item:first-child .box {
        width: 176px;
    }

    .countdown-time .item {
        flex-basis: 18%;
    }

    .title-discount {
        font-size: 13px;
        line-height: 20px;
        right: 2%;
    }
    .xem-them{
        font-size: 13px;
    }

    .title-discount-pr{
        font-size: 13px;
        line-height: 20px;
    }
    .title-discount-pr strong{
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    #banner {
        min-height: 500px;
    }
    .countdown-time .item {
        flex-basis: 19%;
    }

    .countdown-time {
        padding-bottom: 30px;
        width: 86%;
    }

    #users .lazy .box-content {
        padding: 35px 60px 50px;
    }
}

@media only screen and (max-width: 360px) {
    #banner {
        min-height: 480px;
    }

    #logo img {
        width: 20px;
    }

    #voucher .box-voucher .item:last-child .box, #voucher .box-voucher .item:first-child .box {
        width: 160px;
    }

    #voucher .box-voucher .item .box ul li, #voucher .box-voucher .item ul li span {
        font-size: 14px;
    }

    #voucher .box-voucher .item .box ul li:first-child {
        margin-bottom: 0;
    }

    #voucher .text {
        padding: 0 25px;
    }

    .info-packet .bt {
        padding: 8px 12px;
    }

    .info-packet .item .info p {
        font-size: 19px;
    }
}

@media only screen and (max-width: 335px) {

    .title-discount {
        font-size: 8px;
        line-height: 15px;
    }
    .title-discount-pr {
        font-size: 8px;
        line-height: 15px;
    }
    .title-discount-pr strong{
        font-size: 10px;
    }
    .xem-them{
        font-size: 8px;
    }
    
    #banner {
        min-height: 440px;
    }
    #users .lazy .box-content {
        padding: 35px 57px 30px;
    }

    .info-packet .item {
        padding: 10px;
    }

    .box-pr{
        margin-bottom: 10px;
    }
    .info-packet .bt {
        padding: 6px;
    }

    #voucher .box-voucher .item:last-child .box, #voucher .box-voucher .item:first-child .box {
        width: 150px;
    }

    .countdown-time {
        padding-bottom: 30px;
        width: 92%;
    }

    .countdown-time .item {
        flex-basis: 21%;
    }
    .title-discount {
        font-size: 11px !important;
        line-height: 15px !important;
        right: 0% !important;
    }
    .title-discount-pr {
        font-size: 11px !important;
        line-height: 15px !important;
    }
    .xem-them{
        font-size: 11px !important;
    }
    .title-discount-pr strong{
        font-size: 13px;
    }
}

@media only screen and (max-width: 715px) {
    #banner {
        background-position: top;
    }
   
}

@media only screen and (max-width: 576px) {

    .popup-email .email-form .popup {
        width: 93%
    }

    .popup-email .email-form .popup {
        padding: 30px 15px 50px;
    }
}



@media only screen and (max-width: 542px) {
    #iframe_game{
        height: 900px !important;
    }
}
@media only screen and (max-width: 416px) {
    #iframe_game{
        height: 680px !important;
    }
}
@media only screen and (max-width: 376px) {
    #iframe_game{
        height: 610px !important;
    }
}
@media only screen and (max-width: 361px) {
    #iframe_game{
        height: 585px !important;
    }
}
@media only screen and (max-width: 321px) {
    #iframe_game{
        height: 510px !important;
    }
}
@media only screen and (max-width: 285px) {
    #iframe_game{
        height: 440px !important;
    }
}


.popup-game{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(62,64,65,.5);
    display: none;
}

.popup-game .popup{
   background-image: url('../images/webviewNew/banner_game.png');
   height: 540px;
   background-size: 100% 100%;
    width: 450px;
    margin: 0 auto;
    box-shadow: 0 8px 6px -6px black;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 40px 50px;
    border-radius: 15px;
}


.popup-game .popup .exit{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    cursor: pointer;
 }

 .popup-game .popup .content{
    width: 64%;
    color: black;
    background-image: linear-gradient(#fde5a0, #fbad09);
    padding: 5px 3px;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 112%;
 }

 .popup-game .popup .content a{
    font-size: 20px;
    font-weight: bold;
    color: black;
    line-height: 20px;
 }

 

 @media only screen and (max-width: 541px) {
    .popup-game .popup{
        height: auto;
        width: 80%;
     }

     .popup-game .popup .content {
        width: 70%;
        padding: 7px 3px;
        margin-top: 116%;
    }
    .popup-game .popup {
        padding: 40px 40px 35px;
    }
    .popup-game .popup .content a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 465px) {
    .popup-game .popup .content a {
        font-size: 16px;
    }
}

@media only screen and (max-width:420px) {
    .popup-game .popup{
        height: auto;
        width: 85%;
        padding: 40px 40px 30px;
     }

     .popup-game .popup .content {
        width: 85%;
        padding: 7px 3px;
    }
    .popup-game .popup .content a{
        font-size: 15px;
        font-weight: bold;
        color: black;
        line-height: 20px;
     }
     .popup-game .popup .exit {
        position: absolute;
        top: -15px;
        right: -15px;
        width: 30px;
        cursor: pointer;
    }
    
}
@media only screen and (max-width:350px) {
    .popup-game .popup{
        height: auto;
        width: 85%;
        padding: 40px 40px 30px;
     }

     .popup-game .popup .content {
        width: 100%;
        padding: 7px 3px;
    }
}

@media only screen and (max-width:330px) {
    .popup-game .popup .content a{
        font-size: 13px;
        font-weight: bold;
        color: black;
        line-height: 20px;
     }
     .popup-game .popup {
        height: auto;
        width: 85%;
        padding: 40px 40px 20px;
    }
    .popup-game .popup .content {
        width: 100%;
        padding: 5px 3px;
        margin-top: 125%
    }
}



