@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/css/datepicker.css");
@import url("bootstrap-colorpicker.min.css");
@import url("owl.carousel.css");
@import url("owl.theme.css");
#my-apoint .content-bag {
    overflow: hidden;
    margin: 0 -15px;
}
#my-apoint .content-bag li {
    float: left;
    width: 50%;
    position: relative;
    padding: 0 15px;
}
#my-apoint .content-bag li .item-bag {
    background: url('../images/apoint/bg_voucher.png') no-repeat top left;
    background-size: 100% 100%;
    padding: 25px 0;
}
#my-apoint .content-bag li .item-bag .item-col.item-title h3 {
    font-weight: bold;
    font-size: 13px;
}
#my-apoint .content-bag li .item-bag .item-col.item-title span {
    color: #737373;
    font-size: 13px;
}
#my-apoint .content-bag li .item-bag .item-col.item-title {
    flex: 6;
    -webkit-flex: 6;
    position: relative;
}
#my-apoint .content-bag li .item-bag .item-col.item-title:before {
    content: "";
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 1px;
    position: absolute;
    left: -10px;
    top: 0;
}
#my-apoint .content-bag li .item-bag .item-col.item-logo img.ic-voucher {
    height: 30px;
}
@media (max-width: 767px) {
    #my-apoint .content-bag {
        overflow: hidden;
        margin: 0;
    }
    #my-apoint .content-bag li {
        width: 100%;
    }
    .boxMain .col-center-full {
        margin-top: 15px;
    }
}
.subitemHeader {
    font-size: 14px;
    text-transform: none;
    margin-top: -30px;
    font-weight: normal;
    margin-bottom: 25px;
    padding-left: 15px;
}
@media (max-width: 992px) {
    .subitemHeader {
        margin-top: 0;
    }
}
.boxApoint {
    position: relative;
}
.boxApoint .moreLink {
    position: absolute;
    top: 15px;
    left: 50%;
    font-weight: bold;
    transform: translateX(-50%);
}
@media (max-width: 992px) {
    .boxApoint .moreLink {
        position: relative;
        transform: translateX(0);
        left: 15px;
        top: 0;
        margin-bottom: 20px;
    }
}
.apointUse {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 10px;
    padding-right: 65px;
    position: relative;
    line-height: 22px;
}
.apointUse .small {
    color: #969393;
}
.apointUse .switch {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.apointUse .slider {
    background: #ccc;
}
.apointUse .buttonOn {
    display: none;
}
.apointUse .buttonOn.active {
    display: block;
}
.apointUse .buttonOff {
    display: none;
}
.apointUse .buttonOff.active {
    display: block;
}
.apointUse .change {
    cursor: pointer;
}
#changeApoint .modal-header {
    padding: 0;
}
#changeApoint .modal-dialog {
    width: 320px;
}
#changeApoint .modal-body {
    padding: 20px 15px;
}
#changeApoint .l1 {
    font-size: 16px;
    text-transform: uppercase;
}
#changeApoint input {
    margin-bottom: 3px;
}
#changeApoint .bottom {
    display: flex;
    justify-content: space-between;
}
#changeApoint .bottom a {
    width: 45%;
    display: block;
    justify-content: space-between;
    text-align: center;
    padding: 8px 0;
    border-radius: 6px;
    background: #e5e5e5;
    color: #000;
}
#changeApoint .bottom a.success {
    color: #fff;
    background: #449d47;
}
.footer.apoint {
    padding: 30px 0 55px;
}
.helpApoint {
    position: fixed;
    right: 15px;
    bottom: 10px;
    font-family: 'HelveticaNeue-Bold';
}
.helpApoint .icon {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
}
.helpApoint .icon span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
    margin-left: 5px;
}
@media (max-width: 767px) {
    .helpApoint .icon {
        top: 8px;
        left: 13px;
        color: #fff;
    }
    .helpApoint > a {
        display: inline-block;
        background: #449d47;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        text-align: center;
    }
    .helpApoint > a > img,
    .helpApoint .icon span {
        display: none;
    }
}
.pageTitle {
    font-family: 'HelveticaNeue-Bold';
}
.boxCover {
    background: #449d47;
    position: relative;
}
.innerboxCover {
    position: relative;
    width: 90%;
    margin: 0 auto;
    color: #fff;
}
.innerboxCover .img {
    position: absolute;
    top: 0;
    right: 0;
}
.innerboxCover p {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.41px;
}
.pageTitle {
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 0.41px;
}
.boxCover {
    padding: 70px 0 50px;
}
.pageTitle {
    margin-bottom: 25px;
}
.questionMore {
    color: #f8e71c;
    font-size: 14px;
    margin-top: 50px;
    display: inline-block;
}
.questionMore:hover,
.questionMore:active,
.questionMore:focus {
    color: #f8e71c;
    filter: brightness(110%);
}
.questionMore:hover img,
.questionMore:active img,
.questionMore:focus img {
    margin-left: 12px;
}
.questionMore img {
    width: 13px;
    margin-left: 7px;
    transition: all 0.25s ease;
}
.s1 {
    background: #fff;
    padding: 30px 0 0;
}
.lp-earn__text {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.41px;
    margin-top: 13px;
}
.lp-earn__text b {
    color: #000;
}
.lp-heading {
    font-family: 'HelveticaNeue-Bold';
    margin-bottom: 40px;
    font-size: 17px;
    color: #449d47;
    letter-spacing: 0.52px;
}
.lp-container {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.component-overflow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    margin-bottom: 25px;
    padding: 16px 0 16px 56px;
}
.component-overflow > img {
    margin-left: 35px;
}
.lp-earn__info {
    padding-left: 8px;
    padding-top: 0!important;
    position: relative;
    margin-top: 15px;
}
.lp-earn__number {
    background-color: #449d47;
    border-radius: 14px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    height: 28px;
    left: -28px;
    letter-spacing: 0.5px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 28px;
}
.s2 {
    background: #f5f5f5;
    padding: 50px 0 40px;
}
.s2 .component-overflow {
    flex: 0 0 25%;
    padding-bottom: 0;
    margin: 0;
    text-align: center;
}
.s2 .component-overflow > img {
    margin-left: 0;
}
.s3 {
    background: #fff;
    padding: 40px 0 0;
}
.s3 ul.nav {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.s3 ul.nav li {
    display: inline-block;
}
.s3 ul.nav li a {
    display: inline-block;
    font-size: 17px;
    color: #9b9b9b;
    letter-spacing: 0.52px;
    border: 2px solid #9b9b9b;
    border-radius: 18px;
    padding: 4px 35px;
}
.s3 ul.nav li + li {
    margin-left: 30px;
}
.s3 ul.nav li.active a {
    background: #449d47;
    color: #fff;
    border-color: #449d47;
}
.s3 .tab-content {
    width: 90%;
    margin: 0 auto;
}
.s3 .box1,
.s3 .box2,
.s3 .box3 {
    position: relative;
    margin-bottom: 50px;
    cursor: pointer;
}
.s3 .box3 {
    margin-bottom: 0;
}
.s3 .tab-pane {
    width: 50%;
    float: left;
}
.s3 .imghandphone {
    float: right;
    width: 50%;
    text-align: center;
    position: relative;
}
.s3 .imghandphone .slideWrap {
    position: absolute;
    top: 35px;
    width: 190px;
    left: 51px;
    opacity: 0;
    visibility: hidden;
}
.s3 .imghandphone .slideWrap.active {
    opacity: 1;
    visibility: visible;
}
.s3 .box.active .lp-earn__number {
    background: #449d47;
    color: #fff;
}
.s3 .lp-earn__number {
    top: 0;
    left: 0;
    background: #fff;
    border: 2px solid #449d47;
    color: #449d47;
    line-height: 24px;
    font-family: 'HelveticaNeue-Bold';
}
.s3 .lp-earn__number:before {
    content: "";
    height: 60px;
    width: 3px;
    background: #449d47;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.s3 .lp-earn__number:after {
    content: "";
    position: absolute;
    bottom: -90px;
    width: 10px;
    height: 10px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #449d47;
    border-bottom: 6px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}
.s3 .txt {
    padding-left: 40px;
    line-height: 23px;
    min-height: 70px;
}
.s3 .box3 .lp-earn__number:before,
.s3 .box3 .lp-earn__number:after,
.s3 .owl-controls {
    display: none;
}
.s4 {
    background: #f5f5f5;
    padding: 40px 0;
}
.s5 {
    background: #fff;
    padding: 40px 0 10px;
}
.s5 .lp-heading {
    margin-bottom: 15px;
}
.s5 .panel-group {
    width: 100%;
}
.s5 .panel-title a:before {
    right: inherit;
    left: 10px;
}
.s5 .panel-title a {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.41px;
    font-family: 'HelveticaNeue-Bold';
    padding: 10px 20px 10px 40px;
}
.s5 .panel-body {
    line-height: 23px;
    padding: 0px 20px;
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0.41px;
    position: relative;
}
.s5 .panel-body:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #979797;
    display: block;
}
.display-mb {
    display: none;
}
.groupStepmb {
    overflow: hidden;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.groupStepmb.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    height: auto;
}
.groupStepmb .row-step {
    margin-bottom: 20px;
}
.groupStepmb .step {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
    border: 2px solid #449d47;
    color: #449d47;
    line-height: 23px;
    font-family: 'HelveticaNeue-Bold';
    position: relative;
}
.groupStepmb .step.active {
    background: #449d47;
    color: #fff;
}
.groupStepmb .step:before {
    content: "";
    height: 2px;
    width: 20px;
    background: #449d47;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-1px);
    right: -35px;
}
.groupStepmb .step:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -45px;
    width: 10px;
    height: 10px;
    border-right: 6px solid transparent;
    border-left: 6px solid #449d47;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%);
}
.groupStepmb .step2 {
    margin: 0 50px;
}
.groupStepmb .step3:before,
.groupStepmb .step3:after {
    display: none;
}
@media (max-width: 1190px) {
    .innerboxCover {
        width: 100%;
    }
    .s3 .imghandphone .slideWrap {
        top: 30px;
        width: 156px;
        left: 42px;
    }
}
@media (max-width: 992px) {
    .innerboxCover .img {
        text-align: right;
    }
    .innerboxCover .img img {
        width: 70%;
    }
    .pageTitle {
        font-size: 25px;
        margin-bottom: 18px;
    }
    .pageTitle > img {
        width: 30px;
    }
    .questionMore {
        margin-top: 10px;
    }
    .lp-container {
        width: 100%;
    }
    .component-overflow > img {
        margin-left: 25px;
    }
    .s3 .imghandphone .slideWrap {
        top: 25px;
        width: 133px;
        left: 35px;
    }
}
@media (max-width: 767px) {
    .panel-group .panel-collapse {
        padding-left: 30px !important;
    }
    .s5 .panel-body {
        font-size: 13px;
    }
    .hidden-mb {
        display: none;
    }
    .display-mb {
        display: block;
    }
    .boxCover {
        padding: 40px 0 0px;
    }
    .innerboxCover .img {
        position: relative;
        text-align: center;
        margin-top: 15px;
    }
    .pageTitle {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .pageTitle > img {
        width: 20px;
        margin-right: 5px;
    }
    .questionMore {
        text-align: center;
        margin-top: 20px;
    }
    .boxHeader {
        height: 23px;
    }
    .innerboxCover .img img {
        width: 80%;
    }
    .lp-heading {
        font-size: 16px;
    }
    .s1 {
        padding: 30px 0 35px;
    }
    .s1 .component-overflow {
        flex: 0;
        margin-bottom: 0;
        padding: 0;
    }
    .s1 .component-overflow img {
        margin-left: 30px !important;
    }
    .s1 .owl-controls {
        display: block !important;
        bottom: -25px;
        top: inherit;
    }
    .component-overflow > img {
        width: inherit !important;
    }
    .lp-earn__number {
        top: 15px;
        left: 10px;
        width: 21px;
        height: 21px;
        line-height: 22px;
        font-size: 14px;
    }
    .lp-earn__text {
        padding-left: 30px;
        font-size: 13px;
    }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #449d47;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px 4px;
    }
    .s2 {
        padding: 30px 0 15px;
    }
    .s2 .lp-container {
        display: block;
    }
    .s2 .component-overflow {
        padding: 0;
        margin-bottom: 15px;
    }
    .s2 .component-overflow > img {
        margin-left: 0;
        float: left;
        height: 35px !important;
    }
    .s2 .lp-earn__info {
        padding-left: 40px;
        padding-left: 30px;
        margin-top: 5px;
        text-align: left;
        color: #000;
    }
    .s2 .lp-earn__text {
        margin-top: 0;
    }
    .s3 {
        padding: 30px 0 0;
    }
    .s3 ul.nav li a {
        font-size: 13px;
        color: #9b9b9b;
        letter-spacing: 0.52px;
        border: 1px solid #9b9b9b;
        border-radius: 18px;
        padding: 4px 15px;
    }
    .s3 ul.nav li + li {
        margin-left: 5px;
    }
    .s3 .imghandphone {
        width: 90%;
    }
    .s3 .imghandphone .slideWrap {
        top: 50px;
        width: 250px;
        left: 70px;
    }
    .s3 .box {
        display: none;
    }
    .s3 .tab-pane {
        width: 100%;
    }
    .s3 .txt {
        padding-left: 0;
    }
    .slideStepInfo span {
        color: #449d47;
    }
    .innerboxCover {
        width: 90%;
    }
    .innerboxCover p {
        font-size: 13px;
    }
    .innerboxCover .pageTitle {
        position: relative;
    }
    .innerboxCover .pageTitle .close {
        opacity: 1;
        width: 13px;
        margin-right: 20px;
        margin-top: 5px;
        transform: rotate(45deg);
        transition: all 0.25s ease;
    }
    .innerboxCover .pageTitle .close.active {
        transform: rotate(0deg);
    }
}
@media (min-width: 568px) and (max-width: 766px) {
    .s3 .imghandphone .slideWrap {
        top: 60px;
        width: 280px;
        left: 78px;
    }
}
@media (max-width: 567px) {
    .boxCover {
        padding: 40px 0 0px;
    }
    .innerboxCover .img {
        position: relative;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .innerboxCover {
        text-align: center;
    }
    .pageTitle {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .pageTitle > img {
        width: 20px;
        margin-right: 5px;
    }
    .questionMore {
        text-align: center;
        margin-top: 20px;
    }
    .boxHeader {
        height: 23px;
    }
    .innerboxCover .img img {
        width: 80%;
    }
    .lp-heading {
        font-size: 16px;
    }
    .s1 {
        padding: 30px 0 35px;
    }
    .s1 .component-overflow {
        flex: 0;
        margin-bottom: 0;
        padding: 0;
    }
    .s1 .component-overflow img {
        margin-left: 30px !important;
    }
    .s1 .owl-controls {
        display: block !important;
        bottom: -25px;
        top: inherit;
    }
    .component-overflow > img {
        width: inherit !important;
    }
    .lp-earn__number {
        top: 15px;
        left: 10px;
        width: 21px;
        height: 21px;
        line-height: 22px;
        font-size: 14px;
    }
    .lp-earn__text {
        padding-left: 30px;
        font-size: 13px;
    }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #449d47;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px 4px;
    }
    .s2 {
        padding: 30px 0 15px;
    }
    .s2 .lp-container {
        display: block;
    }
    .s2 .component-overflow {
        padding: 0;
        margin-bottom: 15px;
    }
    .s2 .component-overflow > img {
        margin-left: 0;
        float: left;
        height: 35px !important;
    }
    .s2 .lp-earn__info {
        padding-left: 40px;
        padding-left: 30px;
        margin-top: 5px;
        text-align: left;
        color: #000;
    }
    .s2 .lp-earn__text {
        margin-top: 0;
    }
    .s3 {
        padding: 30px 0 0;
    }
    .s3 ul.nav li a {
        font-size: 13px;
        color: #9b9b9b;
        letter-spacing: 0.52px;
        border: 1px solid #9b9b9b;
        border-radius: 18px;
        padding: 4px 15px;
    }
    .s3 ul.nav li + li {
        margin-left: 5px;
    }
    .s3 .imghandphone {
        width: 90%;
    }
    .s3 .imghandphone .slideWrap {
        top: 35px;
        width: 170px;
        left: 45px;
    }
    .s3 .box {
        display: none;
    }
    .s3 .tab-pane {
        width: 100%;
    }
    .s3 ul.nav {
        margin-bottom: 35px;
    }
}
@media (max-width: 400px) {
    .s3 .imghandphone .slideWrap {
        top: 30px;
        width: 153px;
        left: 42px;
    }
}
@media (max-width: 360px) {
    .s3 .imghandphone .slideWrap {
        top: 30px;
        width: 145px;
        left: 40px;
    }
}
@media (max-width: 320px) {
    .s3 .imghandphone .slideWrap {
        top: 25px;
        width: 128px;
        left: 35px;
    }
    .s3 ul.nav li a {
        padding: 4px 5px;
    }
}
.navbar-cart-header i {
    font-size: 15px;
}
.navbar-cart-header .noti-cart {
    position: absolute;
    top: -4px;
    right: -5px;
    height: 15px;
    width: 15px;
    background: #f7ba36;
    color: #fff;
    font-weight: normal;
    border-radius: 100%;
    font-size: 11px;
}
.navbar-cart-header .btn {
    border-radius: 100%;
    height: 32px;
    width: 32px;
    padding: 0;
    border-color: #fff;
    background: #fff;
}
#pageShop {
    font-size: 14px;
}
#pageShop .boxShop .orders-status {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#pageShop .boxShop .orders-status .orders-total {
    position: absolute;
    right: -5px;
    top: -5px;
    text-align: center;
    height: 17px;
    width: 17px;
    line-height: 17px;
    font-size: 12px;
    border-radius: 100%;
    color: #fff;
    background: #f7ba36;
}
#pageShop .boxShop .orders-status a {
    display: block;
    border-radius: 6px;
    padding: 7px 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
}
#pageShop .boxShop .orders-status a img {
    margin-right: 2px;
}
#pageShop .boxShop .slide-boxshop {
    margin-top: -15px;
    margin-bottom: 30px;
}
#pageShop .boxShop .slide-boxshop .owl-pagination {
    display: block !important;
    bottom: -100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#pageShop .boxShop .slide-boxshop .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
}
#pageShop .boxShop .wrapItemShop {
    position: relative;
}
#pageShop .boxShop .wrapItemShop .inner-wrapItemShop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#pageShop .boxShop .wrapItemShop h5 {
    font-family: 'HelveticaNeue-Medium';
    text-transform: uppercase;
    opacity: 0.7;
    margin: 20px 0;
}
#pageShop .boxShop .itemPrd {
    position: relative;
    text-align: center;
    padding: 30px 15px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
}
#pageShop .boxShop .itemPrd:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px;
    z-index: 1;
}
#pageShop .boxShop .imgPrd {
    margin-bottom: 20px;
}
#pageShop .boxShop .imgPrd img {
    max-width: 100%;
}
#pageShop .boxShop .titlePrd {
    font-family: 'HelveticaNeue-Medium';
}
#pageShop .boxShop .titlePrd a {
    color: #333333;
    margin-bottom: 0px;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    /* text-transform: none; */
    white-space: nowrap;
    overflow: hidden;
}
#pageShop .boxShop .titlePrd a:hover {
    color: #449d47;
}
#pageShop .boxShop .pricePrd {
    position: relative;
    color: #e12c3d;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#pageShop .boxShop .pricePrd span {
    font-size: 78%;
    /* margin-top: 1px; */
    display: inline-block;
    position: absolute;
}
#pageShop .boxShop .ratingPrd {
    margin-bottom: 7px;
    font-size: 12px;
    color: #ccc;
}
#pageShop .boxShop .ratingPrd .rating-content-prd {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#pageShop .boxShop .ratingPrd .rating-vote {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #ff9933;
    overflow: hidden;
    /* display: flex; */
    display: inline-block;
    /* position: relative; */
    white-space: nowrap;
}
#pageShop .boxShop .buttonBuyPrd a {
    display: inline-block;
    color: #fff;
    background: #1873ee;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 5px;
}
#pageShop .boxShop .buttonBuyPrd a.out-stock {
    background: #a4b8d4;
}
#pageShop .boxShop .buttonBuyPrd a i {
    margin-right: 8px;
}
#pageShop .boxShop .buttonBuyPrd a:hover {
    filter: brightness(90%);
}
@media (max-width: 992px) {
    #pageShop .boxShop .buttonBuyPrd a {
        padding: 7px 10px;
    }
}
@media (max-width: 767px) {
    .boxHome.boxShop {
        margin-top: 0 !important;
    }
    #pageShop .boxShop .slide-boxshop {
        margin-top: 0 ;
    }
    #pageShop .boxShop .orders-status {
        position: relative;
        transform: translateY(0px);
    }
    #pageShop .boxShop .orders-status .orders-total {
        position: relative;
        top: -5px;
        right: 5px;
        display: inline-block;
        margin-left: 5px;
    }
}
.boxShopDetail .cl1 {
    font-weight: bold;
}
.boxShopDetail .title-descriptionPrd {
    text-transform: uppercase;
    margin-bottom: 25px;
}
.boxShopDetail .breadcrumb {
    color: #666666;
    background: none;
    margin-bottom: 40px;
}
.boxShopDetail .breadcrumb i {
    margin: 0 5px;
}
.boxShopDetail .imagesprd {
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    overflow: hidden;
}
.boxShopDetail .imagesprd img {
    width: 100%;
}
.boxShopDetail .listthumbPrd {
    margin: 0 -5px;
}
.boxShopDetail .listthumbPrd .item {
    padding: 0 5px;
    overflow: hidden;
}
.boxShopDetail .listthumbPrd .item a {
    border: 1px solid #e4e4e4;
    display: block;
    border-radius: 5px;
}
.boxShopDetail .listthumbPrd .owl-theme .owl-controls .owl-buttons div {
    transform: scale(0.5);
    margin-top: -30px;
}
.boxShopDetail .listthumbPrd .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -20px;
}
.boxShopDetail .listthumbPrd .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -20px;
}
.boxShopDetail .ratingPrd {
    margin-bottom: 7px;
    font-size: 12px;
    color: #ccc;
}
.boxShopDetail .ratingPrd .rating-content-prd {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.boxShopDetail .ratingPrd .rating-vote {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #ff9933;
    overflow: hidden;
    /* display: flex; */
    display: inline-block;
    /* position: relative; */
    white-space: nowrap;
}
.boxShopDetail .detailPrd .titlePrd {
    font-weight: bold;
    color: #333;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.boxShopDetail .brandPrd {
    margin-top: -10px;
    font-size: 90%;
    margin-bottom: 15px;
}
.boxShopDetail .pricePrd {
    padding: 10px 0;
    margin-bottom: 15px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.boxShopDetail .newpricePrd {
    color: #ff0000;
    font-weight: bold;
    font-size: 17px;
}
.boxShopDetail .oldprd {
    opacity: 0.7;
}
.boxShopDetail .optionPrd > div {
    display: flex;
}
.boxShopDetail .optionleft {
    width: 35%;
    padding-top: 5px;
    font-size: 90%;
}
.boxShopDetail .optionright {
    width: 65%;
}
.boxShopDetail .optionright ul {
    list-style: none;
    padding: 0;
}
.boxShopDetail .optionright ul li {
    display: inline-block;
    margin: 0 3px;
}
.boxShopDetail .item-color,
.boxShopDetail .item-size {
    cursor: pointer;
}
.boxShopDetail .item-color input[type=radio],
.boxShopDetail .item-size input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.boxShopDetail .optionprd-color input[type=radio]:checked + label,
.boxShopDetail .optionprd-size input[type=radio]:checked + label {
    position: relative;
}
.boxShopDetail .optionprd-color input[type=radio]:checked + label:before,
.boxShopDetail .optionprd-size input[type=radio]:checked + label:before {
    content: "";
    background: url(../images/pageshop/image-check.png);
    width: 12px;
    height: 12px;
    position: absolute;
    top: -2px;
    right: -3px;
}
.boxShopDetail .optionprd-color,
.boxShopDetail .optionprd-size {
    margin-bottom: 10px;
}
.boxShopDetail .optionprd-color .optionright ul li label {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    border: 1px solid #e4e4e4;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
}
.boxShopDetail .optionprd-size .optionright {
    display: none;
}
.boxShopDetail .optionprd-size .optionright.active {
    display: block;
}
.boxShopDetail .optionprd-size .optionright ul li label {
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    padding: 1px 5px;
    display: block;
    min-width: 32px;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.boxShopDetail .optionprd-size .optionright ul li label.active {
    background: #449d47;
    border-color: #449d47;
    color: #fff;
}
.boxShopDetail .optionprd-quality .quantityInput {
    display: inline-block;
    border: 1px solid #e4e4e4;
    text-align: center;
    border-radius: 5px;
}
.boxShopDetail .optionprd-quality .quantityInput input {
    height: 26px;
    width: 40px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    text-align: center;
}
.boxShopDetail .optionprd-quality .quantityInput input:focus {
    outline: 0;
}
.boxShopDetail .optionprd-quality .quantityInput .product_quantity_btn {
    padding: 0 7px;
    display: inline-block;
    cursor: pointer;
}
.boxShopDetail .groupbuyPrd {
    margin-top: 30px;
    font-size: 15px;
}
.boxShopDetail .groupbuyPrd a {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    border-radius: 5px;
}
.boxShopDetail .groupbuyPrd a i {
    margin-right: 5px;
}
.boxShopDetail .groupbuyPrd a:hover {
    filter: brightness(90%);
}
.boxShopDetail .buynow {
    background: #449d47;
    margin-right: 10px;
}
.boxShopDetail .basketPrd {
    background: #1873ee;
}
.order-details .modal-header {
    background-color: #449D47;
    color: #fff;
}
.order-details .modal-sub {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .order-details .modal-dialog {
        width: 900px;
    }
}
.order-details .modal-body {
    background: #e9eaed;
}
.order-details .account-order-detail {
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.order-details .address,
.order-details .payment {
    width: 49%;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
}
.order-details .address h3,
.order-details .payment h3 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 13px;
    text-transform: uppercase;
    color: #242424;
}
.order-details .address > div,
.order-details .payment > div {
    background: #fff;
    border-radius: 4px;
    line-height: 1.38;
}
.order-details .address > div p,
.order-details .payment > div p {
    margin-top: 10px;
}
.order-details .payment {
    margin-left: 2%;
}
.order-details img.thumb {
    width: 60px;
    float: left;
    margin-right: 10px;
}
.order-details .dashboard-order {
    border: 1px solid #eaeaea;
    padding: 0 0px 15px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.order-details .table-responsive {
    width: 100%;
}
.order-details thead {
    background: #e0e0e0;
    border-radius: 10px 10px 0 0;
}
.order-details thead tr th {
    display: table-cell;
    padding: 20px 15px;
    border-top: none;
    min-width: 100px;
}
.order-details tbody tr td {
    position: relative;
    display: table-cell;
    padding: 20px 15px;
    color: #242424;
    vertical-align: top;
    min-width: 100px;
}
.order-details tbody tr {
    border-bottom: 1px #f4f4f4 solid;
}
.order-details tfoot tr td {
    display: table-cell;
    padding: 5px 20px;
    max-width: 550px;
    min-width: 125px;
    color: #242424;
    text-align: right;
}
.order-details tfoot tr td:first-child {
    text-align: right;
    border-top: none;
}
.order-details tfoot tr:first-child td {
    padding-top: 30px;
    text-align: right;
    border-top: none;
}
.order-details span.sum {
    color: red;
    font-size: 17px;
    font-weight: bold;
}
.order-details a.name {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.order-details .product-info {
    float: left;
}
.order-details .payment-top {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 17px;
}
.order-details .payment-top h3 {
    font-weight: normal;
}
.order-details .payment-bot h3 {
    margin-bottom: 0;
    text-transform: none;
    font-weight: normal;
}
.order-details .payment-bot p {
    font-weight: bold;
    font-size: 14px;
}
@media (max-width: 1024px) {
    .boxShopDetail .imagesprd img {
        height: auto;
    }
}
@media (max-width: 767px) {
    .boxShopDetail-Description .itemHeader h1 {
        display: none;
    }
    .detailPrd {
        margin-top: 30px;
    }
    .boxShopDetail .optionleft,
    .boxShopDetail .optionright {
        width: 50%;
    }
    .boxShopDetail .optionprd-size .optionright ul li a,
    .boxShopDetail .optionprd-color .optionright ul li a {
        margin-bottom: 15px;
    }
    .boxShopDetail .groupbuyPrd {
        margin-bottom: 30px;
    }
    .boxShopDetail .groupbuyPrd a {
        padding: 10px 5px;
    }
    .order-details .account-order-detail {
        flex-direction: column;
    }
    .order-details .payment {
        margin-left: 0;
        margin-top: 15px;
    }
    .order-details .address,
    .order-details .payment {
        width: 100%;
    }
    .order-details thead tr th,
    .order-details tbody tr td,
    .order-details tfoot tr td {
        min-width: inherit;
    }
    .order-details .dashboard-order {
        overflow: scroll;
    }
    .table-responsive {
        border: none;
    }
    .order-details img.thumb {
        margin-bottom: 15px;
    }
    .order-details tfoot tr:first-child td,
    .order-details tfoot tr td:first-child {
        text-align: left;
    }
}
.boxpageCart {
    padding: 50px 20px 50px 40px !important;
}
.boxpageCart .boxpageAddress .form-newaddress {
    width: 100%;
}
.boxpageCart .boxpageAddress .address p {
    font-size: 90%;
    opacity: 0.7;
}
.boxpageCart ::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    margin-left: 10px;
}
.boxpageCart ::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
}
.boxpageCart :hover::-webkit-scrollbar-thumb {
    background-color: #ddd;
}
.boxpageCart #div-cashin-list-bank {
    width: 100%;
    transform: SCALE(0, 0);
    transition: transform 0.5s ease;
    visibility: hidden;
    position: absolute;
    transform-origin: top left;
}
.boxpageCart .custom-control .custom-control-input:checked ~ #div-cashin-list-bank {
    transform: SCALE(1, 1);
    position: relative;
    visibility: visible;
}
.boxpageCart .block-payment {
    margin-bottom: 30px;
}
.boxpageCart .block-payment h5 {
    font-size: 14px;
    margin-bottom: 15px;
}
.boxpageCart .block-payment label {
    font-weight: bold;
    cursor: pointer;
}
.boxpageCart .block-payment p {
    font-size: 90%;
    opacity: 0.7;
}
.boxpageCart .block-payment .list-card {
    margin-left: -30px;
    margin-top: 15px;
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
.boxpageCart .block-payment .list-card ul li {
    width: 33%;
}
.boxpageCart .block-payment-inner {
    padding-left: 45px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 00px;
    background: #fff;
    border: 1px solid #e9eaed;
    border-radius: 5px;
}
.boxpageCart .bottom-ad a + a {
    margin-left: 15px;
}
.boxpageCart .bottom-ad img {
    margin-right: 3px;
    display: inline-block;
    vertical-align: text-bottom;
}
.boxpageCart .bottom-ad .linkdelete {
    color: #ff4646;
}
.boxpageCart .optionprd-color {
    margin-top: 20px;
    margin-bottom: 0;
}
.boxpageCart .optionprd-size {
    margin-bottom: 0;
}
.boxpageCart .block-right {
    position: relative;
    padding-left: 30px;
}
.boxpageCart .block-right * {
    z-index: 9;
    position: relative;
}
.boxpageCart .block-right:after {
    content: "";
    height: 9999px;
    width: calc(100% + 100px);
    background: #f5f5f5;
    position: absolute;
    top: -90px;
    left: 0;
    z-index: 8;
}
.boxpageCart .blockpageshop {
    background: #fff;
    border: 1px solid #e9eaed;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px 15px 13px;
}
.boxpageCart .blockpageshop .d-flex {
    justify-content: space-between;
    margin-bottom: 7px;
}
.boxpageCart .blockpageshop .blockpageshop-left {
    font-size: 95%;
    opacity: 0.7;
}
.boxpageCart .small {
    color: #333;
    opacity: 0.7;
    font-weight: normal;
}
.boxpageCart .d-flex {
    display: flex;
}
.boxpageCart .totalpicePayment {
    text-align: right;
    color: #ff0000;
    font-weight: bold;
}
.boxpageCart .input-field {
    position: relative;
}
.boxpageCart .input-field .btn-submit {
    position: absolute;
    right: 5px;
    top: 3px;
    color: #fff;
    background: #f9bb62;
    border-radius: 6px;
    height: 30px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 10px;
}
.boxpageCart .input-field .btn-submit:hover {
    filter: brightness(95%);
}
.boxpageCart .input-field .form-control {
    padding-right: 80px;
    border: 1px solid #e9eaed;
    border-radius: 5px;
}
.boxpageCart .blockpageshop-listvoucher ul {
    list-style: none;
    padding: 0;
}
.boxpageCart .blockpageshop-listvoucher li {
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
    background: #e9eaed;
    margin-bottom: 7px;
}
.boxpageCart .blockpageshop-listvoucher .close-voucher {
    display: inline-block;
    padding: 0 2px;
    cursor: pointer;
}
.boxpageCart .btn-payment {
    background: #f84f4f;
    border-color: #f84f4f;
}
.boxpageCart .btn-payment a {
    display: block;
    color: #fff;
}
.boxpageCart .btn-payment:hover {
    filter: brightness(90%);
}
.boxpageCart .boxcart-total {
    padding: 0 15px;
}
.boxpageCart .boxcart-total h5 {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -38px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9eaed;
}
.boxpageCart .breadcrumb {
    font-size: 13px;
}
.boxpageCart .itemlistcart {
    position: relative;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}
.boxpageCart .itemlistcart:last-child {
    border: none;
}
.boxpageCart .imgPrd-listcart {
    width: 17%;
    margin-right: 3%;
    overflow: hidden;
    background: #fff;
}
.boxpageCart .imgPrd-listcart img {
    border: 1px solid #eaeaea;
    border-radius: 7px;
    padding: 3px;
}
.boxpageCart .infoPrd-listcart {
    width: 80%;
}
.boxpageCart .titlePrd {
    font-weight: bold;
    color: #333;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 50px;
}
.boxpageCart .pricePrd {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
}
.boxpageCart .pricePrd > div {
    display: inline-block;
}
.boxpageCart .optionprd-quality {
    display: inline-block;
    margin-left: 30px;
}
.boxpageCart .closeitem-listcart {
    position: absolute;
    top: 5px;
    right: 10px;
}
@media (max-width: 1024px) {
    .imgPrd-listcart img {
        height: auto;
    }
    .boxpageCart .optionprd-quality {
        margin-left: 0;
        margin-top: 10px;
    }
    .boxpageCart .pricePrd {
        display: block;
    }
    .boxpageCart .imgPrd-listcart {
        border: none;
    }
}
@media (max-width: 767px) {
    .boxpageCart {
        padding: 15px !important;
    }
    .boxpageCart .itemHeader h1 {
        display: none;
    }
    .boxpageCart .boxcart-total {
        padding: 0;
    }
    .boxpageCart .breadcrumb {
        padding: 8px 0px;
    }
    .boxpageCart .block-right {
        padding-left: 0px;
    }
    .boxpageCart .block-right:after {
        display: none;
    }
    .boxpageCart .titlePrd {
        font-size: 15px;
    }
}
.boxpageAddress .address {
    margin-bottom: 25px;
}
.boxpageAddress .address input,
.boxpageAddress .address label {
    display: inline-block;
}
.boxpageAddress .address p {
    padding-left: 0;
}
.boxpageAddress .address input {
    margin-right: 10px;
    vertical-align: text-bottom;
}
.boxpageAddress .form-newaddress {
    padding-left: 0;
    margin-top: 30px;
    width: 50%;
}
.boxpageAddress .form-newaddress p {
    font-weight: normal;
    opacity: 0.7;
    font-size: 90%;
    padding-left: 0;
}
.boxpageAddress .form-newaddress .custom-control {
    padding-left: 0px;
}
.boxpageAddress .btn-block a {
    color: #fff;
    display: block;
}
.boxpageAddress .custom-control {
    padding-left: 40px;
}
.boxpageAddress .custom-control-label {
    font-weight: bold;
    vertical-align: text-bottom;
    cursor: pointer;
}
.boxpageAddress #div-cashin-list-bank {
    width: 60%;
    transform: SCALE(0, 0);
    transition: transform 0.5s ease;
    visibility: hidden;
    position: absolute;
    transform-origin: top left;
}
.boxpageAddress .custom-control .custom-control-input:checked ~ #div-cashin-list-bank {
    transform: SCALE(1, 1);
    position: relative;
    visibility: visible;
}
@media (max-width: 767px) {
    .boxpageAddress .form-newaddress {
        width: 100%;
    }
    .boxpageAddress .listtype-payment #div-cashin-list-bank {
        width: 100%;
    }
}
@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.otf') format('opentype'), url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeue-Medium/HelveticaNeue.svg#HelveticaNeue-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.otf') format('opentype'), url('../fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.footer .footer-menu .footer-title,
.footer .footer-menu ul {
    text-align: left;
}
#download-app {
    width: 165px;
    position: fixed;
    right: -5px;
    bottom: 0px;
}
@media (max-width: 767px) {
    #download-app {
        display: none;
    }
}
.col-slide-news {
    position: relative;
    padding: 30px 15px !important;
}
.col-slide-news .owl-prev {
    left: -15px;
}
.col-slide-news .owl-next {
    right: -15px;
}
.col-slide-news .owl-theme .owl-controls .owl-next:before,
.col-slide-news .owl-theme .owl-controls .owl-prev:before {
    width: 32px;
    line-height: 32px;
}
.col-slide-news .owl-item {
    padding: 0 15px;
}
.col-slide-news .item-slide-news {
    position: relative;
    font-size: 12px;
}
.col-slide-news .item-slide-news a {
    display: block;
    position: relative;
}
.col-slide-news .item-slide-news a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
}
.col-slide-news .item-slide-news .info-item-slide-news {
    position: absolute;
    bottom: 15px;
    text-transform: uppercase;
    left: 15px;
    width: 100%;
}
.col-slide-news .item-slide-news .info-item-slide-news span {
    color: #fdfb00;
    margin-bottom: 5px;
    display: block;
}
.col-slide-news .item-slide-news .info-item-slide-news .item-slide_title span {
    color: #fff;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 250px;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    .col-slide-news .owl-item + .owl-item {
        margin-left: 0px;
    }
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.form-group .form-bag {
    top: 3px;
    right: 5px;
}
.form-group .form-bag .btn {
    padding: 0;
    border: none;
    height: 32px;
    width: 32px;
}
.form-group .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.form-group .btn-default.active,
.form-group .btn-default:active,
.form-group .open > .dropdown-toggle.btn-default,
.form-group .btn-default:hover,
.form-group .btn-default.focus,
.form-group .btn-default:focus {
    background: none;
}
.form-group .open > .dropdown-menu {
    z-index: 9999;
}
.boxmyOrder thead th {
    padding: 10px 0;
    color: #737373;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.boxmyOrder .table > tbody > tr > td,
.boxmyOrder .table > tbody > tr > th,
.boxmyOrder .table > tfoot > tr > td,
.boxmyOrder .table > tfoot > tr > th,
.boxmyOrder .table > thead > tr > td,
.boxmyOrder .table > thead > tr > th {
    vertical-align: middle;
    padding: 12px 8px;
}
.boxmyOrder .table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}
.boxmyOrder table p {
    margin: 0;
}
.md-print .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 7px 7px 0px 0px;
}
.md-print .modal-body {
    overflow: hidden;
}
.md-print .print .mathe_bor {
    background-color: #fff;
    border: 1px solid #449d47;
    border-radius: 0 ;
    float: left;
    margin: 0 0 10px 0;
    padding: 2px;
    width: 100%;
    padding: 10px 0;
}
.md-print .print .mathe {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    padding: 0 5px;
    font-family: Arial;
    color: #000;
}
.md-print .print .mathe p {
    color: #000000;
    font: 12px/18px Arial, Helvetica, sans-serif;
    margin: 0;
    padding-bottom: 2px;
    text-align: center;
}
.md-print .print .mathe p a {
    color: #000000;
    text-decoration: none;
}
.md-print .print .mathe .logo-365 {
    width: 100%;
    text-align: center;
}
.md-print .print .red {
    color: #000;
}
.md-print .print .macode {
    color: #000;
    font: bold 15px/30px Arial, Helvetica, sans-serif;
    height: 30px;
    text-align: center;
}
.md-print .print .macode_ifone {
    color: #EE2932;
    font: bold 14px/20px Arial, Helvetica, sans-serif;
    padding: 3px 0;
    text-align: center;
}
.md-print .print .thongtin {
    font: 11px Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 10px;
    line-height: 16px;
    display: inline-block;
    width: 100%;
}
.md-print .print .hoadon_bor {
    /* background-color: #B5E3F6; */
    /* border: 1px solid #24AFE9; */
    border-radius: 7px;
    float: left;
    /*margin: 0 0 10px 0;
              padding: 2px;*/
    width: 90%;
    min-height: 450px;
    height: auto;
    margin-bottom: 15px;
}
.md-print .print .hoadon_info {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    height: auto;
    min-height: 425px;
    /* padding: 0 5px; */
    font-family: Arial;
    color: #000;
}
.md-print .print .hoadon_info p {
    color: #000000;
    font: 12px/18px Arial, Helvetica, sans-serif;
    margin: 0;
    padding-bottom: 2px;
    text-align: center;
}
.md-print .print .hoadon_info p a {
    color: #000000;
    text-decoration: none;
}
.md-print .print .hoadon_info .logo-365 {
    width: 100%;
    text-align: center;
}
.md-print .print .td-img img {
    width: 80px;
}
.md-print .print .table-card {
    border: 0;
    width: auto;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    float: left;
    margin: 7px;
}
.md-print .print .table-card .td-img,
.md-print .print .table-card .td-mathe {
    padding: 30px 10px;
}
.md-print .print .table-card .td-img span,
.md-print .print .table-card .td-mathe span {
    font-weight: bold;
    font-size: 18px;
}
.md-print .print .table-card td {
    border: 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    padding: 5px;
}
.md-print .print .table-card span {
    display: block;
    margin-top: 4px;
}
.md-print .print .width120 {
    width: 120px !important;
}
.md-print .print .alignC {
    text-align: center !important;
}
.md-print .print .alignL {
    text-align: left !important;
}
.md-print .print .alignR {
    text-align: right !important;
}
.md-print .print .f14 {
    font-size: 16px;
}
.md-print .print .f11 {
    font-size: 13px;
}
.md-print .print .f10 {
    font-size: 12px;
}
.md-print .print .f9 {
    font-size: 11px;
}
.md-print .print .f9 {
    font-size: 10px;
}
.md-print .print .f8 {
    font-size: 9px;
}
.md-print .print .f13 {
    font-size: 15px;
}
.md-print .print .bold {
    font-weight: bold;
}
.md-print .btn-print {
    background-color: #449d47;
    color: #fff;
}
.md-print .btn-print:hover {
    background: #449d47;
}
@media (min-width: 576px) {
    .md-print .modal-dialog {
        max-width: 800px;
        margin: 4.75rem auto;
    }
}
.md-print .modal-body {
    padding: 0 !important;
}
.popup-history-2 .modal-header {
    background: #449d47;
    color: #fff;
}
.popup-history-2 .modal-body {
    padding: 0;
}
.popup-history-2 .row-price {
    padding: 18px 0 18px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #449d47;
    border-bottom: 1px #eee solid;
    margin-bottom: 15px;
}
.popup-history-2 .row-history ul li {
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 7px 30px;
    font-size: 14px;
}
@media (max-width: 600px) {
    .popup-history-2 .row-history ul li {
        padding: 7px 15px;
    }
}
.popup-history-2 .row-right {
    font-weight: bold;
}
.popup-history-2 .row-left {
    font-size: 13px;
    opacity: 0.8;
}
.popup-history-2 .help-bottom {
    text-align: center;
    padding: 15px 15px 30px;
    list-style: none;
}
.popup-history-2 .help-bottom li {
    justify-content: center;
}
.popup-history-2 .help-bottom a {
    color: #333;
}
.popup-history-2 .help-bottom a:hover {
    text-decoration: underline;
}
.popup-history-2 .icon-print {
    background: #fff;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #333;
    padding: 7px 15px;
}
.popup-history-2 .icon-print i {
    margin-right: 5px;
}
.boxBuyCard.boxDonate ul.nav a {
    height: 33px;
    line-height: 33px;
    width: 200px;
}
.boxBuyCard .innerTab {
    border: 1px solid #e4e4e4;
    border-radius: 0px 6px 6px 6px;
    background: #fff !important;
    padding-top: 15px;
    position: relative;
    max-height: 480px;
    overflow: auto !important;
    min-height: 300px;
}
.boxBuyCard .listcard {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 30px;
    border-bottom: 1px solid #e4e4e4;
}
.boxBuyCard .listcard:last-child {
    border: none;
}
.boxBuyCard .listcard-time {
    margin-left: auto;
    font-size: 95%;
    opacity: 0.7;
}
.boxBuyCard .card-name {
    font-weight: bold;
}
.boxBuyCard .filter-sl.filter-bottom {
    padding: 20px 25px 10px !important;
}
.boxBuyCard .filter-sl.filter-bottom p {
    margin-bottom: 0px;
}
.boxBuyCard .filter-sl.filter-bottom label {
    margin-bottom: 0;
}
.boxBuyCard .filter-sl.filter-bottom span {
    font-weight: bold;
    font-size: 18px !important;
}
.boxBuyCard .filter-top {
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.boxManageBuyCard.boxManageBuyCard2 .itemHeader {
    position: absolute;
}
.boxTaomaqr.boxHome .listIcon .itemHeader h1,
.boxTaomaqr .listIcon h2 {
    font-size: 15px !important;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.boxTaomaqr .boxnhaptien {
    padding-right: 50px;
}
.boxTaomaqr .boxnhaptien p {
    margin-bottom: 35px;
    margin-top: -30px;
}
.boxTaomaqr .mahienthiqr {
    padding-left: 80px;
    margin-top: -72px;
}
.boxTaomaqr .mahienthiqr h2 {
    margin-bottom: 25px;
}
.boxTaomaqr a.sharelink {
    text-transform: uppercase;
    color: #449d47;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    padding-left: 55px;
}
.boxdaily2.boxthaotac {
    margin-bottom: 200px;
}
.boxFunction2.boxFunction .itemFunction a img {
    width: 30px;
}
.boxFunction2 .itemContent {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
}
.boxFunction2 .itemFunction span:hover {
    color: #449d47;
}
.boxdaily {
    background: #fff;
}
.boxdaily.col-center-full {
    padding-top: 40px;
    padding-bottom: 10px;
}
.boxdaily .qrcodeimg {
    text-align: center;
}
.boxdaily .qrcodeimg span {
    text-transform: uppercase;
    color: #666666;
    font-weight: bold;
}
.boxdaily .qrcodeimg p {
    margin-top: 10px;
}
.boxdaily .inner-daily {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}
.boxdaily .inner-daily p {
    margin-bottom: 0;
}
.boxdaily .inner-daily .taikhoanthe,
.boxdaily .inner-daily .taikhoancashback {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 20px 25px;
}
.boxdaily .inner-daily .taikhoanthe *,
.boxdaily .inner-daily .taikhoancashback * {
    font-weight: bold;
}
.boxdaily .inner-daily .taikhoanthe h5,
.boxdaily .inner-daily .taikhoancashback h5 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.boxdaily .inner-daily .taikhoanthe span.apoint,
.boxdaily .inner-daily .taikhoancashback span.apoint {
    font-size: 23px;
    margin-top: 5px;
}
.boxdaily .inner-daily .taikhoancashback {
    align-items: self-start;
    border-left: 1px solid #e4e4e4;
    padding-left: 20px;
}
.boxdaily .inner-daily .taikhoancashback p {
    margin-bottom: 10px;
    color: #666666;
}
.boxGoodwill .itemContent {
    margin: 0 -7.5px;
    padding: 0;
    clear: both;
}
.col-5 {
    width: 20%;
    padding: 0 7.5px;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .col-5 {
        width: 50%;
    }
}
.boxNews.boxApoint .itemCashback_Point {
    margin-bottom: 0;
}
.col-slide {
    padding: 15px !important;
}
.col-slide a {
    display: block;
}
.owl-theme .owl-controls {
    transform: translateY(-50%);
}
.owl-theme .owl-controls .owl-buttons div {
    margin: 0;
    padding: 3px 3px;
    transition: all 0.25s ease;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    filter: brightness(110%);
}
.owl-next {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.owl-prev {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.boxSearch {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .boxSearch {
        margin-top: 20px;
    }
    .boxSearch input {
        font-size: 16px;
    }
}
.boxSearch .btnSubmit {
    position: absolute;
    right: 17px;
    top: -2px;
    display: inline-block;
    /* height: 100%; */
    padding: 10px 15px;
}
.boxSearch .btnSubmit img {
    width: 15px;
}
.customlabel {
    position: absolute;
    right: 40px;
    z-index: 9;
    top: 31px;
    padding: 2px 8px;
    background: red;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}
.customlabel:hover,
.customlabel:focus {
    color: #fff;
}
@media (max-width: 767px) {
    .customlabel {
        display: none;
    }
}
.contain .form-control {
    border-radius: 4px !important;
}
.contain label {
    font-weight: normal;
}
.img_contain {
    position: absolute;
    right: 5px;
    z-index: 9;
    top: 30px;
    width: auto;
}
.input-group {
    margin-top: 0px;
    width: 100%;
}
.imgInp {
    width: 100%;
}
.custom-file-label {
    cursor: pointer;
}
.genderplus {
    display: flex;
}
.genderplus label {
    display: inline-block;
    margin-left: 4px;
    font-weight: normal;
}
.genderplus .wrapInputflex {
    display: flex;
    padding-left: 50px;
    width: 80%;
}
.genderplus .wrapInputflex div {
    width: 40%;
}
.genderplus .wrapInputflex div input[type=checkbox],
.genderplus .wrapInputflex div input[type=radio] {
    vertical-align: middle;
    margin: 0;
}
.iconsquare {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}
#popup-buycardp {
    text-align: center;
}
#popup-buycardp h4 {
    color: #ff3333;
    text-transform: uppercase;
    font-family: 'HelveticaNeue-Medium';
    font-size: 14px;
}
#popup-buycardp .modal-body {
    padding: 30px 0px 0;
}
#popup-buycardp .close {
    padding: 15px;
}
#popup-buycardp .groupBtn {
    display: flex;
    border-top: 1px solid #e4e4e4;
    margin-top: 30px;
}
#popup-buycardp .groupBtn a {
    display: block;
    width: 50%;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: 'HelveticaNeue-Medium';
}
#popup-buycardp .groupBtn a + a {
    border-left: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
    #popup-buycardp .modal-dialog {
        width: 500px;
        margin: 30px auto;
    }
}
.boxSuccess {
    margin-bottom: 30px;
}
.boxSuccess img {
    margin-bottom: 10px;
}
.boxSuccess h4 {
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #449d47;
    font-family: 'HelveticaNeue-Medium';
}
.boxSuccess .backtolink {
    text-decoration: underline;
}
.boxHomeplus .innerRight2 ul li .item img {
    height: 18px !important;
}
@media (max-width: 767px) {
    .boxHomeplus {
        margin-top: 10px !important;
    }
    .boxHomeplus .innerRight {
        width: 100% !important;
    }
}
.boxHomeplus input[type=date],
.boxHomeplus .form-control {
    line-height: 18px;
}
.boxHomeplus .calendar {
    position: relative;
}
.boxHomeplus .calendar .form-control {
    padding-right: 40px;
}
.boxHomeplus .calendar .iconcalendar {
    position: absolute;
    right: 15px;
    top: 7px;
}
.boxHomeplus .input-field {
    margin-bottom: 20px;
}
.boxHomeplus .logoBank {
    text-align: center;
    margin-bottom: 0;
}
.boxHomeplus .logoBank img {
    width: 160px;
    height: 120px;
}
.boxHomeplus .boxBank {
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 0 15px;
    margin-bottom: 20px;
}
.boxHomeplus .boxBank .namebank {
    margin-left: 30px;
    text-transform: uppercase;
    color: #6d6a6a;
    font-family: 'HelveticaNeue-Medium';
}
.boxHomeplus .boxBank .itemboxBank {
    display: flex;
    align-items: center;
}
.boxHomeplus .boxBank .imgbank img {
    height: 70px;
    width: 95px;
}
.boxHomeplus .boxBank .iconArrow {
    position: absolute;
    right: 15px;
}
.boxHomeplus .innerRight {
    width: 80%;
    margin: 0 auto;
    background: #fbfbf3;
    border: 1px solid #f7f1d2;
    border-radius: 3px;
    padding: 15px 20px;
    margin-bottom: 40px;
}
.boxHomeplus .innerRight h4 {
    font-size: 15px;
    font-family: 'HelveticaNeue-Medium';
    color: #000;
    margin-bottom: 40px;
}
.boxHomeplus .innerRight ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.boxHomeplus .innerRight ul li .item {
    display: flex;
    margin-bottom: 30px;
}
.boxHomeplus .innerRight ul li .item img {
    height: 25px;
}
.boxHomeplus .innerRight ul li .item .icon {
    min-width: 10%;
    margin-right: 15px;
}
.boxHomeplus .innerRight ul li .item .itemTitle {
    padding: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
}
.boxMain .col-center-full.view-cashin.view-cashinplus.nobgimg,
.boxMain .col-center-pay.view-cashin.view-cashinplus.nobgimg {
    background: #fff;
}
.boxMain .col-center-full .boxHome.boxHomeplus,
.boxMain .col-center-pay .boxHome.boxHomeplus {
    width: 100%;
}
.boxPayment .subh1 {
    font-family: 'HelveticaNeue-Medium';
    text-transform: uppercase;
    color: #666666;
}
.boxService {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.fontbold {
    font-family: 'HelveticaNeue-Bold';
}
.fontmd {
    font-family: 'HelveticaNeue-Medium';
}
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    width: 150px;
}
@media (max-width: 767px) {
    .custom-select {
        margin: 0 auto;
    }
}
.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #000 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    padding: 8px 16px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    background: #fff;
    border-top: 1px solid #e4e4e4;
}
.select-items {
    border: 1px solid #e4e4e4;
    border-top: none;
}
.select-selected {
    border: none;
}
/*style items (options):*/
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.boxManageDonate {
    overflow: inherit !important;
}
.boxManageDonate .boxDonate .tab-content {
    overflow: inherit;
    border: none;
}
.boxManageDonate #thongke,
.boxManageDonate #caidat,
.boxManageDonate #thongtin {
    border: 1px solid #e4e4e4;
    border-radius: 0px 6px 6px 6px;
}
.boxManageDonate #caidat,
.boxManageDonate #thongtin {
    overflow: hidden;
}
.boxManageDonate .boxDonate .title-boxtopDonate {
    padding-bottom: 10px;
}
.boxManageDonate .title-boxtopDonate .custom-select {
    width: 100%;
}
.boxManageDonate .title-boxtopDonate .custom-select .select-selected {
    padding: 3px 0px;
}
.boxManageDonate .title-boxtopDonate .custom-select .select-items div {
    padding: 10px 10px;
    font-weight: normal;
}
.boxManageDonate .title-boxtopDonate .custom-select .select-items {
    margin-top: 15px;
}
.bootstrap-tagsinput {
    border: none;
    box-shadow: none;
    padding: 0;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    font-weight: bold;
    font-size: 15px;
    margin-left: 7px;
}
.listGameBlock input {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 13px;
    height: 36px;
    color: #666666;
    font-weight: normal;
    vertical-align: middle;
    width: 90px;
    margin-bottom: 10px;
}
.listGameBlock input:focus,
.listGameBlock input.active {
    border: 1px solid #ccc;
}
.bootstrap-tagsinput .tag {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0px 12px;
    font-size: 13px;
    height: 36px;
    color: #666666;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    line-height: 34px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.custom-checkbox {
    padding-left: 30px;
    margin: 30px 0 40px !important;
    cursor: pointer;
}
.breadcrumbWrap {
    font-size: 13px;
}
.breadcrumbWrap .breadcrumb {
    background: none;
    margin: 0;
    padding-bottom: 0px;
    padding-top: 0px;
}
.breadcrumbWrap .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 2px;
    color: #ccc;
}
.breadcrumbWrap li a {
    color: #999999;
}
.breadcrumbWrap li.active {
    color: #449d47;
}
.font2 {
    font-family: 'HelveticaNeue-Medium';
}
.nofollow {
    text-align: center;
    padding: 25px 0;
}
.nofollow p {
    margin-top: 20px;
    color: #666;
    font-size: 12px;
}
.custom-control-input {
    cursor: pointer;
}
.boxMain .col-center-full.boxPageDonate,
.boxMain .col-center-full {
    border-radius: 6px;
    overflow: hidden;
}
.box-drag {
    margin-right: 15px;
    margin-top: 0px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    cursor: pointer;
}
.image-label {
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 3px 0 13px;
    vertical-align: top;
    font-size: 12px;
    position: absolute;
    cursor: pointer;
}
.uploadImg {
    margin-bottom: 30px;
    overflow: hidden;
}
.uploadImg .noteTxt {
    padding-left: 115px;
    padding-top: 20px;
}
.uploadImg .noteTxt span {
    display: inline-block;
    margin-bottom: 7px;
}
.image-preview {
    float: left;
}
.image-preview input {
    line-height: 90px;
    width: 90px;
    height: 90px;
    position: absolute;
    opacity: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}
.cl1 {
    color: #449d47;
}
.fontBold {
    font-weight: bold;
}
.btnAddGame {
    cursor: pointer;
}
.btnStreamerFix {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.listGameBlock {
    margin-bottom: 10px !important;
    color: #000;
    list-style: none;
}
.listGameBlock ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.listGameBlock .gameTitle {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 8px 35px 8px 20px;
    background: #fff;
    border-radius: 4px;
    cursor: default;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}
.listGameBlock .gameTitle a {
    color: #666666;
}
.listGameBlock .gameTitle .gameRemove {
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: top;
    position: relative;
    padding: 0 5px;
    float: right;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 0px;
}
.listGameStream {
    position: relative;
    padding-top: 20px;
}
.listGameStream .linkEdit {
    position: absolute;
    right: 0;
    top: -25px;
}
.listGameStream .innerlistGame a {
    color: #666666;
    font-size: 14px;
    padding: 7px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.listGameStream .innerlistGame a:hover {
    border-color: #449d47;
}
.DonateHistory .datetime {
    float: right;
    font-size: 14px;
    position: relative;
}
.DonateHistory .datetime input {
    border: 1px solid #e9eaed;
    border-radius: 3px;
    height: 35px;
    text-align: left;
    padding: 0 35px 0 15px;
    margin-left: 7px;
    width: 160px;
}
.DonateHistory .datetime .imgdatetime {
    position: absolute;
    top: 8px;
    right: 12px;
}
.DonateHistory .inputWrap {
    display: inline-block;
    position: relative;
}
.tableDonateHistory {
    margin: 0 -50px;
    font-size: 14px;
}
.tableDonateHistory thead {
    background: #e4e4e4;
}
.tableDonateHistory thead th {
    padding: 12px 8px !important;
}
.tableDonateHistory td span {
    display: block;
    color: #999999;
}
.tableDonateHistory td span.small {
    font-size: 12px;
}
.tableDonateHistory td span.fontBold {
    color: #000;
}
.tableDonateHistory td span.cl1 {
    color: #449d47;
}
.paginationWrap {
    padding: 15px;
    margin-top: 0px;
}
.paginationWrap a {
    display: inline-block;
    padding: 12px 50px;
    color: #fff;
    background: #449d47;
    border-radius: 5px;
    font-weight: bold;
}
.paginationWrap a:hover {
    filter: brightness(110%);
}
.paginationWrap ul {
    margin: 0;
}
.paginationWrap ul li a {
    color: #000;
}
.tickercontainer {
    width: 100%;
    border: none;
    background: #e4e4e4;
    border-radius: 6px 6px 0 0;
}
.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
ul.newsticker li {
    background: none;
    font-size: 12px;
    color: #333333;
}
.tickercontainer .mask {
    left: 0;
    width: 100%;
    top: 10px;
}
.tickercontainer {
    height: 35px;
}
.copy-success {
    position: fixed;
    top: 100px;
    right: 20px;
    padding: 12px 30px;
    font-size: 1.5rem;
    border-radius: 5px;
    display: none;
    z-index: 9999;
}
.topboxDonate {
    overflow: hidden;
    padding: 35px 55px;
    background: #fff;
}
.topboxDonate .left-topboxDonate {
    float: left;
    position: relative;
    width: calc(50% + 30px);
}
.topboxDonate .right-topboxDonate {
    float: right;
}
.topboxDonate .imguser {
    float: left;
    margin-right: 10px;
}
.topboxDonate .imguser a {
    border: 2px solid #e4e4e4;
    border-radius: 100%;
    overflow: hidden;
    height: 83px;
    width: 83px;
    display: inline-block;
    background-size: cover!important;
    background-position: center center!important;
}
.topboxDonate .infoUser {
    padding-left: 100px;
    padding-top: 15px;
}
@media (min-width: 1200px) {
    .topboxDonate .infoUser {
        width: 75%;
    }
}
.topboxDonate .infoUser span {
    display: block;
    margin-bottom: 7px;
}
.topboxDonate .infoUser .label-donate {
    display: inline-block;
    background: #f8223b;
    color: #fff;
    border-radius: 3px;
    padding: 1px 10px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.topboxDonate .infoUser .nameUser {
    font-weight: bold;
    font-size: 24px;
    color: #333;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .topboxDonate .infoUser .nameUser {
        white-space: nowrap;
        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.topboxDonate .infoUser .linkUser {
    color: #666666;
    display: block;
    font-family: 'HelveticaNeue-Medium';
}
.topboxDonate .infoUser .linkUser span {
    display: inline-block;
    margin-left: 10px;
}
.topboxDonate .imguser {
    border-radius: 100%;
    overflow: hidden;
}
.topboxDonate .imguser img {
    border-radius: 100%;
    overflow: hidden;
}
.topboxDonate .follow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.topboxDonate .follow a {
    color: #fff;
    background: #449d47;
    text-transform: capitalize;
    font-weight: bold;
    min-width: 110px;
}
.topboxDonate .follow a.btn-unfollow {
    background: #999999;
}
.groupshare {
    margin-top: 30px;
    margin-right: 20px;
}
.boxMain .boxDonate-detail {
    padding: 0;
    border-radius: 0 0 6px 6px;
    background: #f5f5f5;
}
.boxMain .boxDonate-detail .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    margin-left: 30px;
}
.boxMain .boxDonate-detail .panel-group .form-control {
    color: #333;
}
.boxMain .boxDonate-detail .or {
    position: absolute;
    top: 50%;
    left: 49%;
    display: inline-block;
    height: 70px;
    background: #fff;
    width: 70px;
    text-align: center;
    border: 1px solid #e4e4e4;
    /* transform: translate(-50%, -50%); */
    border-radius: 100%;
    line-height: 70px;
    /* font-weight: bold; */
    font-size: 15px;
}
.boxMain .boxDonate-detail .title-boxtopDonate {
    border: none;
}
.boxMain .boxDonate-detail .inner-left {
    text-align: center;
}
.boxMain .boxDonate-detail .txtboxDonate {
    width: 50%;
    text-align: left;
    margin: 0 auto;
    color: #666;
}
.boxMain .boxDonate-detail .txtboxDonate b {
    color: #333333;
}
.boxMain .boxDonate-detail .boxDonate .inner-left {
    border: none;
    background: #f5f5f5;
}
.boxMain .boxDonate-detail .boxDonate .inner-right {
    background: #fff;
    margin-right: -10px;
    padding: 45px 70px;
    text-align: left;
    border-left: 1px solid #e4e4e4;
    min-height: 500px;
}
.boxMain .boxDonate-detail .grouplist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.boxMain .boxDonate-detail .grouplist label {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    text-align: center;
    padding: 5px 0;
    color: #999999;
    font-size: 11px;
    cursor: pointer;
    height: 50px;
}
.boxMain .boxDonate-detail .grouplist input[type=checkbox],
.boxMain .boxDonate-detail .grouplist input[type=radio] {
    position: absolute;
    opacity: 0;
}
.boxMain .boxDonate-detail .grouplist input[type="radio"]:checked + label {
    font-weight: bold;
    color: #fff;
    background: #449d47;
}
.boxMain .boxDonate-detail .grouplist input[type="radio"]:checked + label span {
    color: #fff;
}
.boxMain .boxDonate-detail .list-Donate {
    margin-top: 0px;
    margin-bottom: 25px;
}
.boxMain .boxDonate-detail .input-field {
    margin-bottom: 15px;
}
.boxMain .boxDonate-detail .grouplist .item span {
    font-size: 16px;
    color: #333;
}
.boxMain .boxDonate-detail .grouplist .item.last span {
    padding-top: 8px;
    font-size: 14px;
    display: block;
}
.boxMain .boxDonate-detail .inner-right .btn.btn-color1 {
    width: calc(100% - 30px) !important;
    margin-left: 30px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.gridStreame {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 20px;
    max-height: 570px;
    overflow-y: scroll;
}
.gridStreame a {
    display: inline-block;
    position: relative;
}
.gridStreame .itemStreame {
    text-align: center;
}
.gridStreame .live {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
    bottom: -6px;
}
.gridStreame .imgStreame {
    position: relative;
    border-radius: 100%;
    width: 82px;
    height: 82px;
    margin: 0 auto;
}
.gridStreame .imgStreame a {
    border-radius: 100%;
    overflow: hidden;
    height: 78px;
    width: 78px;
    background-size: cover !important;
    background-position: center center !important;
}
.gridStreame .imgStreame .live {
    opacity: 0;
}
.gridStreame .imgStreame.liveNow {
    border: 2px solid #ff6666;
}
.gridStreame .imgStreame.liveNow .live {
    opacity: 1;
}
.gridStreame .nameStreame {
    font-weight: bold;
    font-size: 13px;
    margin-top: 20px;
}
.gridStreame .nameStreame a {
    color: #000;
}
.gridStreame .nameStreame a:hover {
    color: #449d47;
}
.boxDonate ::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    margin-left: 10px;
}
.boxDonate ::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
}
.boxDonate :hover::-webkit-scrollbar-thumb {
    background-color: #ddd;
}
.boxDonate ul.nav {
    width: 100%;
}
.boxDonate ul.nav li.active a {
    background: #449d47;
    color: #fff;
}
.boxDonate ul.nav a {
    background-color: #e4e4e4;
    color: #999999;
    width: 145px;
    text-align: center;
    border-radius: 6px 6px 0 0 ;
    height: 35px;
    line-height: 35px;
    padding: 0;
}
.boxDonate .tab-content {
    border: 1px solid #e4e4e4;
    border-radius: 0px 10px 10px 10px ;
    overflow: hidden;
}
.boxDonate .tab-content .list-boxtopDonate {
    height: 525px;
    overflow-y: auto;
}
.boxDonate .filter-sl {
    padding: 10px 25px 0;
    border-top: 1px solid #e4e4e4;
}
.boxDonate .filter-sl span {
    display: inline-block;
    padding-top: 8px;
    font-size: 14px;
}
.boxDonate .allDonate {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .boxDonate .allDonate {
        position: relative;
    }
}
.boxDonate .title-boxtopDonate {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.boxDonate .title-boxtopDonate select {
    font-size: 15px !important;
    text-transform: unset;
    padding: 0;
    border: none;
    height: 21px;
}
.boxDonate .list-boxtopDonate {
    padding: 15px 0;
    font-size: 14px;
    border: none;
}
.boxDonate .list-boxtopDonate .imgUser {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 15px;
}
.boxDonate .list-boxtopDonate .live {
    display: inline-block;
    background: red;
    color: #fff;
    padding: 0 7px;
    border-radius: 25px;
    font-size: 11px;
    text-transform: capitalize;
    line-height: 15px;
    margin-left: 7px;
}
.boxDonate .list-boxtopDonate .live .txt {
    animation: live 0.5s linear infinite alternate;
}
@keyframes live {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.boxDonate .list-boxtopDonate .donateMethod {
    display: block;
    padding-left: 40px;
    font-weight: normal;
    font-size: 13px;
    color: #999;
}
.boxDonate .row {
    margin-bottom: 10px;
}
.boxDonate .col-sm-6 {
    padding: 0 25px;
}
.boxDonate .nameUser {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}
.boxDonate .stt {
    width: 12%;
    height: 25px;
    display: inline-block;
    background: #e4e4e4;
    border-radius: 100%;
    text-align: center;
    line-height: 23px;
    margin-right: 10px;
    vertical-align: top;
}
.boxDonate .fontbold {
    font-weight: bold;
}
.boxDonate .stt-1,
.boxDonate .stt-2,
.boxDonate .stt-3 {
    display: inline-block;
    background: #ffefb8;
    color: #ff312a;
}
.boxDonate .innerTab {
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 0;
}
.boxDonate .inner-left {
    padding: 45px 25px;
    font-size: 14px;
    background: #fff;
    border-right: 1px solid #e4e4e4;
}
.boxDonate .inner-left p {
    color: #333;
    font-weight: bold;
}
.boxDonate .btn-color1 {
    text-align: center;
    border-radius: 3px ;
    height: 35px;
    line-height: 35px;
    padding: 0;
    background: #449d47;
    color: #fff;
    width: 135px;
    font-weight: normal;
    font-size: 15px;
    border: none;
}
.boxDonate .inner-right {
    padding: 45px 0px;
    text-align: center;
}
.boxDonate .inner-right .linkShare {
    display: inline-block;
    margin-top: 15px;
}
.boxDonate .inner-right .linkShare img {
    margin-right: 7px;
}
.boxDonate .title-qrdonte {
    font-size: 15px;
    margin-bottom: 10px;
}
.boxDonate .img-qr {
    margin-bottom: 15px;
}
.boxDonate .dropdown-menu {
    width: 280px;
    left: 15px;
    background: #fff;
    font-weight: normal;
    padding: 25px;
    border-radius: 6px;
    top: calc(100% + 7px);
    font-size: 14px;
}
.boxDonate .news li span {
    margin: 0;
}
.innerFormDonate {
    padding: 50px 30px;
    /* Playing Animation */
}
.innerFormDonate .wrapGrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}
.innerFormDonate .wrapGrid label {
    border: 1px solid #e4e4e4;
    border-radius: 13px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    background: #fff;
    min-height: 85px;
}
.innerFormDonate .wrapGrid .iconCheck {
    transform: scale(0);
    transition: all 0.3s ease;
}
.innerFormDonate .wrapGrid input[type=checkbox],
.innerFormDonate .wrapGrid input[type=radio] {
    position: absolute;
    opacity: 0;
}
.innerFormDonate .wrapGrid input[type="radio"]:checked + label {
    font-weight: bold;
    border: 2px solid #449d47;
}
.innerFormDonate .wrapGrid input[type="radio"]:checked + label .iconCheck {
    transform: scale(1);
}
.innerFormDonate .item {
    position: relative;
}
.innerFormDonate .item .iconCheck {
    position: absolute;
    right: 10px;
    top: 5px;
}
.innerFormDonate .formUnit {
    margin-bottom: 25px;
    position: relative;
}
.innerFormDonate p.font2 {
    color: #333;
}
.innerFormDonate .btn {
    background: #449d47;
    display: inline-block;
    color: #fff;
}
.innerFormDonate .btn:hover {
    filter: brightness(110%);
}
.innerFormDonate .btn.cl1 {
    color: #fff;
}
.innerFormDonate .btn.cl2 {
    background: #ffac30;
}
.innerFormDonate .btn.cl3 {
    background: #87879d;
}
.innerFormDonate .btnUnit {
    display: inline-block;
}
.innerFormDonate .txtConfig {
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}
.innerFormDonate .cl1 {
    color: #449d47;
    font-weight: bold;
}
.innerFormDonate .btnSubmit a {
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    min-width: 120px;
}
.innerFormDonate .previewTxt {
    position: absolute;
    right: 100px;
    width: 50%;
}
.innerFormDonate .live {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/iconCheck.png') no-repeat top left;
    text-indent: -99999px;
}
.innerFormDonate .subtitle {
    padding: 0 15px;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.innerFormDonate .playing {
    position: absolute;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
.innerFormDonate .playing > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-animation: wavy 1s ease infinite forwards;
    animation: wavy 1s ease infinite forwards;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}
.innerFormDonate .playing .rect2 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.innerFormDonate .playing .rect3 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.innerFormDonate .playing .rect4 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.innerFormDonate .playing .rect5 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@-webkit-keyframes wavy {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    50% {
        -webkit-transform: scaleY(0.6);
        transform: scaleY(0.6);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes wavy {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    50% {
        -webkit-transform: scaleY(0.6);
        transform: scaleY(0.6);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
.txtShadow {
    text-shadow: 2px 1px 1px #000;
}
#pushnotiDonate .modal-body {
    padding: 0;
}
@media (min-width: 768px) {
    #pushnotiDonate .modal-dialog {
        width: 700px;
    }
}
#pushnotiDonate .modal-content .txtNoti {
    margin-top: 10px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
#pushnotiDonate .modal-content .txtNoti span {
    color: #feca15;
    font-weight: bold;
    text-shadow: 2px 1px 1px #000;
}
#pushnotiDonate .modal-content .txtNoti span.txt {
    color: #fff;
    text-shadow: 2px 1px 1px #000;
    display: inline-block;
}
#pushnotiDonate .modal-content {
    text-align: center;
    padding: 50px 30px;
}
#pushnotiDonate .modal-content .close {
    opacity: 1;
    margin-top: -40px;
    font-size: 30px;
}
#pushnotiDonate .close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    opacity: 1;
    margin-top: -40px;
    font-size: 30px;
    background: none;
    border: none;
    padding: 0;
}
#pushnotiDonate .modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    background-clip: padding-box;
    outline: 0;
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica Neue;
}
#pushnotiDonate p {
    color: #fff;
    font-size: 24px;
    padding: 0 15px;
    margin-top: 5px 0;
}
#pushnotiDonate span.moneyDonate {
    display: inline-block;
    background: #090b24;
    padding: 7px 15px;
    border-radius: 25px;
}
.custom-control {
    margin-bottom: 20px;
}
.custom-control label {
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
}
.custom-control .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control .custom-control-label {
    position: relative;
    margin-bottom: 0;
}
.custom-control .custom-control-label::before {
    position: absolute;
    top: 0;
    left: -30px;
    display: block;
    width: 18px ;
    height: 18px ;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 2px solid #999999;
}
.custom-control .custom-control-label::before,
.custom-control .custom-file-label,
.custom-control .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-control .custom-control-label::before {
    border-radius: 50%;
}
.custom-control .custom-control-label::after {
    position: absolute;
    top: 4px;
    left: -26px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: all 0.25s ease;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::after {
    background: #449d47;
    transform: scale(1);
}
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #449d47;
}
.listGame {
    margin-bottom: 20px;
}
.listGame .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 7px 35px 7px 20px;
    background: #fff;
    position: relative;
}
.listGame .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
    /* font-size: 13px; */
    vertical-align: top;
    position: relative;
    padding: 0 5px;
    float: right;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.listGame .select2-container .select2-search--inline .select2-search__field {
    padding: 10px 0;
}
.btn-viplus a {
    background: #449d47;
    color: #fff;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 30px;
    border-radius: 3px;
    display: block;
    font-weight: bold;
}
.btn-viplus a:hover {
    filter: brightness(110%);
}
.boxPageDonate {
    padding: 0  !important;
    background: #f5f5f5 !important;
}
.boxPageDonate .boxDonate .row {
    margin-bottom: 0;
}
.boxPageDonate .boxDonate .col-sm-6 {
    padding: 0 15px;
}
.boxPageDonate .boxPageDonate_Left {
    padding: 30px 50px;
    background: #fff;
}
.boxPageDonate .itemHeader {
    margin-bottom: 10px  !important;
}
.boxPageDonate .boxtopDonate {
    padding: 0 15px;
}
.boxPageDonate .boxtopDonate .tab-pane {
    min-height: 450px;
}
.boxPageDonate .boxSearch {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 15px;
}
.boxPageDonate .btn-register {
    float: right;
    padding: 0;
    padding-right: 15px;
}
.boxPageDonate .btn-register a {
    padding-left: 90px;
}
.boxPageDonate .btn-register a img {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.boxPageDonate .form-control {
    height: 40px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
}
.boxPageDonate .form-group {
    position: relative;
}
.boxPageDonate .form-group .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
}
.boxPageDonate .form-group .btn {
    background: none;
}
.boxPageDonate .title-boxtopDonate {
    position: relative;
    border: none;
    margin-bottom: 10px;
    font-size: 14px;
}
.boxPageDonate .title-boxtopDonate img {
    margin-right: 15px;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.boxPageDonate .title-boxtopDonate span {
    display: block;
    margin-left: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
    color: #999999;
}
.boxPageDonate .title-boxtopDonate span:hover,
.boxPageDonate .title-boxtopDonate span:focus,
.boxPageDonate .title-boxtopDonate span.active {
    color: #000;
}
.boxPageDonate .title-boxtopDonate .follow {
    position: absolute;
    right: 115px;
    top: 0px;
    border-color: transparent;
}
.boxPageDonate_Right {
    background: #f5f5f5;
    padding: 25px 50px 25px 20px;
}
.boxPageDonate_Right .becomeStreame {
    background: url('../images/bgdkStreamer.png') no-repeat top left / 100% 100%;
    height: 158px;
    margin-bottom: 25px;
}
.boxPageDonate_Right .innerbecomeStreame {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxPageDonate_Right span.txt {
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}
.boxPageDonate_Right .title-boxtopDonate {
    font-size: 15px;
}
.boxPageDonate_Right .title-boxtopDonate span {
    color: #449d47;
}
.boxPageDonate_Right .btnbecomeStreame {
    width: 100%;
    margin-top: 55px;
}
.boxPageDonate_Right .btnbecomeStreame a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}
.boxIntroduce {
    font-size: 14px;
}
.boxIntroduce .title-boxtopDonate span {
    text-transform: none;
    margin: 0;
}
.boxIntroduce ul {
    margin: 15px 0;
    padding-left: 20px;
}
.boxIntroduce .img {
    text-align: center;
}
.boxIntroduce.style1 {
    padding: 40px 0;
}
.boxIntroduce.style1 .img {
    margin: 25px 0;
}
.boxIntroduce.style1 p {
    text-align: center;
    color: #666666;
    font-size: 13px;
    margin-bottom: 30px;
}
.boxIntroduce.style1 .btn {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.boxIntroduce.style1 .btn:hover {
    filter: brightness(110%);
}
.boxIntroduce.style1 .btn2 {
    border: 1px solid #449d47;
    background: #fff;
    color: #449d47;
}
.boxIntroduce.style1 .btn3 {
    background: #293dce;
    border: 1px solid #293dce;
    color: #fff;
}
.hasborder {
    border-bottom: 1px solid #e4e4e4;
}
.fontbold {
    font-weight: bold;
}
#popup-stream-success .btn {
    display: block;
    width: 60%;
    margin: 0 auto;
}
#popup-stream-success p {
    margin: 0 0 20px;
}
#popup-stream-success .btn-share a {
    background: #293dce;
}
.panel,
.panel-default > .panel-heading {
    background: none;
    border: none;
}
.panel-group {
    margin-top: 15px;
}
.panel-group .custom-control label {
    margin-left: 5px;
    color: #000;
    cursor: pointer;
}
.panel-group .panel-collapse {
    padding-left: 30px;
}
@media (max-width: 767px) {
    .panel-group .panel-collapse {
        padding-left: 0;
    }
}
.panel-group .form-control {
    background: none;
    color: #449d47;
}
.panel-group .boxDonate .btn-color1 {
    width: calc(100% - 20px);
}
img {
    max-width: 100%;
}
@media (max-width: 767px) {
}
.boxpopWait-content .txt {
    width: 85%;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 40px;
    color: #666666;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    #popup-rule .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
    #popup-rule .modal-header {
        padding: 25px 15px;
    }
    #popup-rule .modal-title {
        text-align: left;
    }
}
#popup-stream-wait p {
    font-weight: bold;
    margin-bottom: 25px;
}
#popup-stream-wait .btn {
    width: 50%;
}
@media (max-width: 767px) {
    #popup-stream-wait img {
        height: inherit;
    }
}
.panel-heading {
    position: relative;
}
.dropbag {
    position: absolute;
    right: 0;
    top: -10px;
}
.dropbag.open .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.dropbag .dropdown-toggle {
    position: relative;
    z-index: 10;
}
.dropbag .dropdown-menu {
    z-index: 1001;
}
.dropbag .dropdown-backdrop {
    display: none;
}
.dropbag .dropcontent ::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    margin-left: 10px;
}
.dropbag .dropcontent ::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
}
.dropbag .dropcontent :hover::-webkit-scrollbar-thumb {
    background-color: #ddd;
}
.dropbag .dropcontent ul {
    height: 280px;
    overflow: auto;
}
.dropbag .overlay {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0s ease;
}
.dropbag .dropdown-menu {
    left: inherit;
    right: 0;
}
.dropbag .dropdown-menu.dropdown-navbar .arrow {
    left: inherit;
    right: 10px;
}
.dropbag .dropdown-menu {
    width: 400px;
    padding: 15px 0px 15px 25px;
}
@media (max-width: 767px) {
    .dropbag .dropdown-menu {
        width: 300px;
    }
}
.dropbag .drophead {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    text-transform: uppercase;
    color: #999999;
    font-weight: bold;
}
.dropbag li {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}
.dropbag li + li {
    border-top: 1px solid #e4e4e4;
}
.dropbag li .img-appotacard,
.dropbag li .info-card {
    float: left;
}
.dropbag li .img-appotacard {
    margin-right: 20px;
    margin-top: 15px;
}
.dropbag li .info-card {
    width: 70%;
    color: #333333;
    font-weight: bold;
}
.dropbag li .info-card span {
    display: block;
    margin-bottom: 1px;
}
.dropbag li .useCard {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#popup-stream-wait-info h5 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 40px;
}
#popup-stream-wait-info .modal-header {
    background: #449d47;
    border-radius: 6px 6px 0 0;
    padding: 25px 15px;
}
#popup-stream-wait-info .modal-body {
    min-height: 250px;
}
#popup-stream-wait-info .close {
    opacity: 1;
    color: #fff;
}
#popup-stream-wait-info p {
    margin-bottom: 4px;
}
#popup-stream-wait-info .imgLogo {
    height: 70px;
    width: 70px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    box-shadow: inset 0 0 0 1px #449d47;
}
#popup-stream-wait-info .imgLogo:after {
    content: "";
    position: absolute;
    background: transparent;
    border-radius: 100%;
    border: 1px solid #fff;
    top: -7px;
    left: -7px;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
}
.listMenu .info-menu h4 {
    text-transform: uppercase;
}
.tableApointHistory .d-block {
    display: block;
}
.tableApointHistory .table > thead > tr > th {
    color: #737373;
    letter-spacing: 0.12px;
    border-bottom: 1px solid #ddd;
}
.tableApointHistory tbody td {
    font-size: 13px;
}
.boxApoint .box-plusminus {
    /*Prevent text selection*/
}
.boxApoint .box-plusminus .qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px
        ;
    min-width: 35px;
    text-align: center;
}
.boxApoint .box-plusminus .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
}
.boxApoint .box-plusminus .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}
.boxApoint .box-plusminus div {
    text-align: center;
}
.boxApoint .box-plusminus .minus {
    background-color: #717fe0 !important;
}
.boxApoint .box-plusminus .plus {
    background-color: #717fe0 !important;
}
.boxApoint .box-plusminus span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.boxApoint .box-plusminus input {
    border: 0;
    width: 2%;
}
.boxApoint .box-plusminus nput::-webkit-outer-spin-button,
.boxApoint .box-plusminus input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.boxApoint .box-plusminus input:disabled {
    background-color: white;
}
.boxApoint .box-plusminus div {
    text-align: right;
}
.boxApoint .box-plusminus .qty .plus,
.boxApoint .box-plusminus .qty .minus {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    width: 29px;
    height: 18px;
    background: none !important;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.2px;
    line-height: 16px;
}
.boxApoint .box-plusminus .qty .minus {
    line-height: 14px;
}
.boxApoint .box-plusminus .qty .count {
    min-width: 45px;
    text-align: center;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
}
.boxApoint .imgExport {
    margin-top: 50px;
}
.boxApoint .rowExport .sty1 {
    color: #000000;
    letter-spacing: 0.16px;
    font-family: 'HelveticaNeue-Bold';
    text-transform: uppercase;
}
.boxApoint .rowExport .sty2 {
    color: #d0021b;
    letter-spacing: 0.16px;
    font-family: 'HelveticaNeue-Bold';
    font-size: 15px;
}
.boxApoint .rowExport p {
    margin-top: 15px;
    font-size: 12px;
    color: #9b9b9b;
    letter-spacing: 0.12px;
    line-height: 16px;
    font-style: italic;
}
.boxApoint .rowExport .viewmore {
    margin-top: 15px;
}
.boxApoint .rowExport .viewmore a {
    background: #449d47;
    color: #fff;
}
.boxApoint .rowExport .viewmore a:hover {
    color: #fff;
}
.boxApoint .rowExport .colLeft .itemInner {
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
}
.boxApoint .rowExport .colLeft .itembot {
    border-bottom: none;
    margin-top: 15px;
}
.boxApoint .rowExport .rowTitle {
    font-family: 'HelveticaNeue-Bold';
    font-size: 11px;
    color: #737373;
    letter-spacing: 0.12px;
    text-transform: uppercase;
}
.boxApoint .rowExport .rowTitle .sty1 {
    color: #737373;
}
.boxApoint h6 {
    font-family: 'HelveticaNeue-Bold';
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.14px;
    line-height: 20px;
    margin-top: -20px;
    text-transform: uppercase;
}
.boxApoint .list-card {
    margin: 20px 0;
}
.boxApoint .grouplist {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}
.boxApoint .grouplist .item {
    position: relative;
}
.boxApoint .grouplist .item .totalcard {
    position: absolute;
    background: #f5a623;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 0.12px;
    top: -5px;
    right: -5px;
    text-align: center;
    line-height: 18px;
    opacity: 0;
}
.boxApoint .grouplist label {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    text-align: center;
    padding: 20px 0;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    height: 68px;
}
.boxApoint .grouplist small {
    font-size: 12px;
    opacity: 0.9;
}
.boxApoint .grouplist .fontbold {
    font-family: 'HelveticaNeue-Bold';
}
.boxApoint .grouplist input[type=checkbox],
.boxApoint .grouplist input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.boxApoint .grouplist input[type="checkbox"]:checked + label {
    font-weight: bold;
    color: #fff;
    background: #449d47;
}
.boxApoint .grouplist input[type="checkbox"]:checked + label span {
    color: #fff;
}
.boxApoint .grouplist input[type="checkbox"]:checked + label + .totalcard {
    opacity: 1;
}
.boxApoint .cl2 a {
    color: #f5a623;
}
.boxApoint .navTab {
    margin-bottom: 25px;
}
.boxApoint .navTab li {
    display: inline-block;
}
.boxApoint .navTab li.active a {
    color: #449d47;
}
.boxApoint .navTab li.active a:before {
    opacity: 1;
}
.boxApoint .navTab li a {
    background: none;
    font-size: 13px;
    color: #9b9b9b;
    letter-spacing: 0.14px;
    font-family: 'HelveticaNeue-Bold';
    text-transform: uppercase;
    position: relative;
}
.boxApoint .navTab li a:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #449d47;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.boxApoint .navTab li a:hover {
    background: none;
}
.boxApoint .itemHeader .custom-select,
.boxApoint .itemHeader .customselect {
    float: right;
}
.boxApoint .itemHeader .custom-select {
    width: 125px;
}
.boxApoint .itemCashback {
    margin-bottom: 20px;
}
.boxApoint .itemCashback_Point {
    font-style: italic;
    font-family: 'HelveticaNeue-Bold';
    padding: 8px 15px 0 15px;
    margin-bottom: 25px;
    font-size: 13px;
}
.boxApoint .itemCashback .itemCashback_Title,
.boxApoint .itemCashback_Point,
.boxApoint .itemCashback_Address,
.boxApoint .itemCashback_Tip {
    padding-left: 8px;
}
.boxApoint .itemGetApoint .icon {
    height: 45px;
}
.boxApoint .itemGetApoint p a {
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.14px;
    text-align: center;
    font-family: 'HelveticaNeue-Bold';
}
.boxApoint .itemGetApoint p a:hover {
    color: #449d47;
}
.boxApoint .card-apoint {
    display: flex;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.14px;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    margin-bottom: 15px;
}
.boxApoint .card-apoint .card-innerLeft,
.boxApoint .card-apoint .card-innerRight {
    width: 50%;
    padding: 20px 25px;
}
.boxApoint .card-apoint .card-innerLeft p,
.boxApoint .card-apoint .card-innerRight p {
    margin-bottom: 0;
}
.boxApoint .card-apoint .point {
    font-size: 48px;
    color: #449d47;
    letter-spacing: 0.52px;
    margin-top: 7px;
}
.boxApoint .card-apoint .card-innerRight {
    text-align: left;
    border-left: 1px solid #f1f1f1;
}
.boxApoint .card-apoint .card-innerRight > div + div {
    margin-top: 15px;
}
.boxApoint .card-apoint .subDiv {
    font-size: 11px;
    color: #737373;
    letter-spacing: 0.12px;
}
.boxApoint .apointCard {
    margin-top: -80px;
    padding-left: 40px;
}
.boxApoint .viewmore a {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 34px;
    display: block;
    font-size: 11px;
    line-height: 32px;
    text-align: center;
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 0.12px;
}
.boxApoint .viewmore a:hover {
    color: #449d47;
}
@media (min-width: 1024px) {
    #pushnotiDonate .modal-dialog {
        width: 1000px;
    }
    .boxApoint .apointCard {
        margin-top: -30px;
    }
}
@media (max-width: 1200px) {
    .boxPageDonate .title-boxtopDonate .follow {
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 12px;
        color: #999999;
    }
}
@media (max-width: 1024px) {
    .boxdaily .inner-daily {
        width: 100%;
    }
    .boxdaily .qrcodeimg img {
        width: auto;
        height: auto;
    }
    .boxApoint .grouplist {
        grid-template-columns: repeat(4, 1fr);
    }
    .boxPageDonate .boxtopDonate .tab-pane {
        min-height: 600px;
    }
    .form-control {
        font-size: 16px;
    }
    .topboxDonate .left-topboxDonate {
        width: calc(50% + 80px);
    }
    .boxMain .boxDonate-detail .txtboxDonate {
        width: 80%;
        text-align: left;
        margin: 0 auto;
    }
    .boxMain .boxDonate-detail .boxDonate .inner-right {
        padding: 45px 30px;
    }
    .boxMain .boxDonate-detail .or {
        display: none;
    }
    .topboxDonate .follow {
        position: relative;
        top: 0;
        transform: none;
        padding-left: 100px;
    }
    .boxPageDonate .title-boxtopDonate .follow {
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 12px;
        color: #999999;
    }
    .listGameStream .linkEdit {
        position: relative;
        display: block;
        margin-bottom: 20px;
        text-align: right;
        top: 0;
    }
}
@media (max-width: 992px) {
    .innerFormDonate .wrapGrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .boxPageDonate .boxPageDonate_Left {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .boxBuyCard .filter-sl.filter-bottom span {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }
    .boxBuyCard .card-logo {
        float: left;
        margin-right: 5px;
    }
    .boxBuyCard .listcard-name {
        width: 100%;
        float: left;
    }
    .boxBuyCard .listcard-time {
        margin-left: 55px;
    }
    .boxBuyCard .listcard {
        flex-direction: column;
        align-items: self-start;
        padding: 5px 15px;
    }
    .boxBuyCard.boxHome {
        margin-top: 0 !important;
    }
    .boxBuyCard .innerTab {
        max-height: inherit;
    }
    .boxBuyCard.boxDonate ul.nav a {
        width: inherit;
    }
    .boxManageBuyCard2 .itemHeader {
        display: none;
    }
    .boxTaomaqr a.sharelink {
        padding-left: 0;
    }
    .boxTaomaqr.boxHome {
        margin-top: 0px !important;
    }
    .boxTaomaqr.boxHome .listIcon .itemHeader h1,
    .boxTaomaqr .listIcon h2 {
        font-size: 13px !important;
    }
    .boxTaomaqr .mahienthiqr {
        padding-left: 0;
        text-align: CENTER;
        margin-top: 40px;
    }
    .boxTaomaqr .boxnhaptien p {
        margin-bottom: 35px;
        margin-top: 0;
    }
    .boxTaomaqr .boxnhaptien {
        padding-right: 0;
    }
    .boxdaily2.boxthaotac {
        margin-bottom: 0px;
    }
    .boxdaily .boxHome {
        margin-top: 0px !important;
    }
    .boxdaily .inner-daily .taikhoanthe h5,
    .boxdaily .inner-daily .taikhoancashback h5 {
        text-transform: none;
    }
    .boxdaily .inner-daily .taikhoanthe,
    .boxdaily .inner-daily .taikhoancashback {
        padding: 20px 5px;
    }
    .boxHome {
        margin-top: 10px !important;
    }
    .boxDonate ul.nav a {
        width: inherit;
        padding: 0 15px;
    }
    .innerFormDonate {
        padding: 30px 15px;
    }
    .innerFormDonate .btnUnit {
        display: block;
        margin-top: 15px;
    }
    .innerFormDonate .btnUnit a {
        display: block;
    }
    .innerFormDonate .wrapGrid label .img img {
        transform: scale(0.7);
    }
    .innerFormDonate .wrapGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    .innerFormDonate .previewTxt {
        position: relative;
        width: 100%;
        right: inherit;
    }
    .boxIntroduce.style1 p br {
        display: none;
    }
    .breadcrumbWrap {
        display: none;
    }
    .boxPageDonate .boxtopDonate .tab-pane {
        min-height: 450px;
    }
    .boxtopDonate {
        padding: 20px 10px;
    }
    .list-boxtopDonate .col-xs-5 {
        text-align: right;
    }
    .topboxDonate {
        padding: 35px 15px;
    }
    .tableDonateHistory {
        margin: 0;
    }
    .DonateHistory .datetime {
        margin: 20px 0;
        padding: 0 15px;
    }
    .DonateHistory .inputWrap {
        margin: 5px 0;
    }
    .boxDonate .allDonate {
        margin-bottom: 15px;
    }
    .boxDonate .filter-sl span {
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .boxdaily.col-center-full {
        padding-top: 0;
    }
    .boxApoint .rowExport p {
        margin-top: 45px;
    }
    .boxApoint .imgExport {
        display: none;
    }
    .boxApoint h6 {
        margin-top: 20px;
    }
    .boxApoint .grouplist {
        grid-template-columns: repeat(3, 1fr);
    }
    .boxApoint .navTab li a {
        font-size: 12px;
        padding: 10px 12px;
    }
    .boxApoint .itemHeader .custom-select {
        float: left;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .boxApoint .card-apoint {
        display: block;
    }
    .boxApoint .card-apoint .card-innerLeft,
    .boxApoint .card-apoint .card-innerRight {
        width: 100%;
    }
    .viewmore {
        margin-bottom: 30px;
    }
    .boxApoint .apointCard {
        display: none;
    }
    .uploadImg .noteTxt {
        padding-top: 10px;
    }
    .boxPageDonate_Right {
        padding: 30px 10px;
    }
    .boxPageDonate .itemHeader {
        margin-bottom: 0px!important;
    }
    .boxPageDonate .boxPageDonate_Left {
        padding: 10px;
    }
    .topboxDonate .left-topboxDonate {
        width: 100%;
    }
    .topboxDonate .imguser {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        margin-right: 0;
    }
    .topboxDonate .infoUser {
        padding-left: 0;
        padding-top: 0;
        float: left;
        width: 100%;
    }
    .topboxDonate .infoUser .nameUser {
        display: block;
        margin-bottom: 10px;
    }
    .topboxDonate .follow {
        padding-left: 0;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .topboxDonate {
        position: relative;
    }
    .groupshare {
        margin-top: 0;
        margin-right: 0;
    }
    .groupshare .list-inline > li {
        padding-left: 2px;
        padding-right: 2px;
    }
    .groupshare a {
        display: inline-block;
    }
    .groupshare a img {
        width: 27px;
    }
    .topboxDonate .right-topboxDonate {
        float: none;
        position: absolute;
        top: 140px;
        right: 15px;
    }
    .boxPageDonate .btn-register {
        float: left;
        margin-top: 30px;
        width: 100%;
        padding: 0 15px;
    }
    .boxPageDonate .boxSearch {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .dropbag li .useCard {
        position: relative;
        top: inherit;
        transform: none;
        right: inherit;
    }
    .topboxDonate .infoUser .nameUser {
        margin-left: 0;
    }
}
@media (max-width: 330px) {
    .boxDonate .title-boxtopDonate {
        font-size: 12px;
    }
    .boxPageDonate .title-boxtopDonate span {
        margin-left: 45px;
    }
    .boxPageDonate .title-boxtopDonate .follow {
        top: 0;
    }
    .gridStreame {
        grid-template-columns: repeat(2, 1fr);
    }
    .boxDonate .custom-control label {
        width: 90%;
    }
    .boxDonate ul.nav a {
        padding: 0 10px;
    }
    .innerFormDonate .subtitle {
        width: inherit;
        white-space: inherit;
    }
}

/*# sourceMappingURL=apptotaplus.css.map */