@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i");

.icon {
    background-image: url(../../images/icon.png)
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #515151;
    line-height: 1.7
}

.text-color-main {
    color: #ec474b !important
}

.link-text-main {
    color: #ec474b !important;
    text-decoration: underline
}

.link-text-main:hover {
    color: #d8393d
}

.text-danger {
    color: #ec474b
}

h1 {
    font-weight: bold
}

.text-underline {
    text-decoration: underline
}

.fr {
    float: right !important
}

.fl {
    float: left !important
}

img {
    max-width: 100%
}

.text-red {
    color: #fe4444 !important
}

.width-100 {
    width: 100% !important
}

.div-table {
    display: table;
    width: 100%
}

.div-table-cell {
    display: table-cell;
    vertical-align: middle
}

.no-padding {
    padding: 0 !important
}

.no-border {
    border: none !important
}

.back-drop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease
}

.back-drop.open {
    opacity: 1;
    visibility: visible
}

.width-116 {
    width: 116px
}

.width-215 {
    width: 215px
}

.margin-right-20 {
    margin-right: 20px
}

#main {
    min-height: 60vh
}

@media (min-width: 1270px) and (max-width: 1440px){
    .container {
        width: 95%
    }
}

@media (min-width: 1441px){
    .container {
        width: 90%
    }
}

.flex-row {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.flex-row-top {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.flex-col {
    max-height: 100%
}

.flex-left {
    margin-right: auto
}

.flex-right {
    margin-left: auto
}

@media (max-width: 480px) {
    .col-xm-12 {
        width: 100% !important
    }
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ff575b !important;
    border-color: #ff575b !important
}

.modal-body #lopayment_form_update .item-field .div-form-select, .modal-body #lopayment_form_update .item-input .div-form-select {
    margin-bottom: 10px
}

.daterangepicker .ranges .input-mini:focus {
    outline: none;
    border-color: #0da505
}

.modal-header .icon-close {
    margin-right: -3px
}

@media (min-width: 992px) {
    .fixedHeader #header {
        position: fixed !important;
        top: 0;
        width: 100%;
        background: #1b1c28
    }
    #form_sell_card{
        width: 90%;
        margin: 0 auto;
    }
}

.modal-body .cont {
    margin: 0 40px 20px
}

.modal-body .cont li {
    margin-bottom: 5px
}

.modal-header {
    text-align: center
}

.btn-style-1, .btn-danger, .modal-body .btn-red, .range_inputs .btn-success {
    background-color: #ec474b;
    color: #fff;
    font-size: 14px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.btn-style-1:hover, .btn-danger:hover, .modal-body .btn-red:hover, .range_inputs .btn-success:hover {
    background-color: #d8393d
}

.btn-style-1:focus, .btn-danger:focus, .modal-body .btn-red:focus, .range_inputs .btn-success:focus {
    background-color: #d8393d
}

.btn-style-2 {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    text-transform: uppercase;
    border: 1px solid #fff
}

.btn-style-2:hover {
    color: #ec474b;
    border-color: #ec474b
}

.btn-style-2:focus {
    color: #ec474b;
    border-color: #ec474b
}

.btn-style-3 {
    background-color: #ebebeb;
    color: #313131;
    font-size: 14px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    text-transform: uppercase;
    border: 1px solid #e1e1e1
}

.btn-style-3:hover {
    background-color: #ddd
}

.btn-style-3:focus {
    background-color: #ddd
}

.btn-style-4 {
    background-color: transparent;
    color: #ec474b;
    font-size: 14px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    text-transform: uppercase;
    border: 1px solid #ec474b
}

.btn-style-4:hover {
    color: #fff;
    background-color: #ec474b
}

.btn-style-4:focus {
    color: #fff;
    background-color: #ec474b
}

.btn-red-2 {
    color: #fe4444;
    font-weight: bold;
    border: 1px solid #fe4444;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 11px 26px;
    margin-top: 20px;
    margin-right: 15px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    float: left
}

.btn-red-2:hover {
    color: #fff
}

.btn-style-5 {
    color: #21212c;
    background: #fff;
    font-size: 16px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    font-weight: 700;
    padding: 12px 30px
}

.btn-style-5:hover {
    background-color: #ebebeb
}

.btn-style-5focus {
    background-color: #ebebeb
}

.btn-download {
    padding-right: 12px;
    float: left;
    margin: 0
}

.btn-red, .btn-success {
    color: #fff;
    font-weight: 500;
    box-shadow: none;
    padding: 11px 26px;
    border-radius: 2px;
    margin-top: 30px;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 15px
}

.btn-default {
    font-weight: 400;
    padding: 7px 13px 8px;
    border-radius: 4px;
    line-height: 1.42857143;
}

.range_inputs .cancelBtn {
    font-weight: 400;
    text-transform: uppercase;
    padding: 7px 13px;
    border-radius: 4px;
    line-height: 1.42857143;
    font-size: 12px
}

.range_inputs .applyBtn {
    font-weight: 400;
    text-transform: uppercase;
    padding: 7px 13px;
    border-radius: 4px;
    line-height: 1.42857143;
    background: #ec474b;
    border-color: #ec474b;
    color: #fff
}

.range_inputs .applyBtn:focus, .range_inputs .applyBtn:hover {
    background: #d8393d
}

.daterangepicker_end_input .applyBtn, .daterangepicker_end_input .cancelBtn {
    font-size: 12px
}

@media (max-width: 767px) {
    #nav-icon1 {
        right: 115px;
        top: 0px;
        z-index: 9;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer;
        position: absolute;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease
    }
    #nav-icon2 {
        color: black;
        right: 5px;
        top: 0px;
        z-index: 9;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer;
        position: absolute;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease
    }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 20px;
        background: #ec474b;
        border-radius: 3px;
        opacity: 1;
        left: 9px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    #nav-icon1 span:nth-child(1) {
        top: 12px
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px
    }

    #nav-icon1 span:nth-child(3) {
        top: 24px
    }

    #nav-icon1.open {
        z-index: 99999999
    }

    #nav-icon1.open span:nth-child(1) {
        top: 20px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px
    }

    #nav-icon1.open span:nth-child(3) {
        top: 20px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }
}

.icon {
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.icon-phone {
    width: 18px;
    height: 18px;
    background-position: 0 0
}

.icon-user {
    width: 18px;
    height: 18px;
    background-position: -26px 0
}

.icon-so-du {
    width: 18px;
    height: 18px;
    background-position: -55px 0
}

.icon-history {
    width: 18px;
    height: 18px;
    background-position: -82px 0
}

.icon-withdrawal {
    width: 18px;
    height: 18px;
    background-position: -108px 0
}

.icon-logout {
    width: 18px;
    height: 18px;
    background-position: -133px 0
}

.icon-fb {
    width: 30px;
    height: 30px;
    background-position: -157px 0
}

.cont-header .logo {
    display: none;
}

@media (min-width: 1200px) {
    body {
        padding-top: 132px
    }
}

#header {
    padding: 0 0 15px 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease
}

#header .logo {
    margin-top: 7px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease
}

@media (min-width: 768px) and (max-width: 991px) {
    #header .logo {
        text-align: center;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    #header.fix-header .cont-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        z-index: 999;
        background-color: #fff
    }
    .cont-header .logo {
        display: block;
    }
}

@media (min-width: 1200px) {
    #header {
        position: fixed;
        width: 100%;
        background: #fff;
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
        z-index: 99;
        top: 0;
        left: 0
    }

    #header .logo {
        width: 247px
    }

    #header.fix-header {
        padding-bottom: 10px
    }

    #header.fix-header .logo {
        width: 124px
    }

    #header.fix-header .nav-main {
        margin-top: 5px
    }

    #header.fix-header .top-header {
        margin-bottom: 5px
    }
}

.top-header {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease
}

.top-header .hotline {
    font-size: 14px;
    margin-bottom: 0
}

.top-header .hotline a {
    color: #ec474b;
    padding: 5px 0;
    display: inline-block
}

.top-header .user-login {
    float: right;
    color: #ccc
}

.top-header .user-login .login-btn {
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    font-size: 13px
}

.top-header .user-login .login-btn:hover {
    color: #ec474b
}

.top-header .user-login-logined {
    float: right;
    font-size: 15px;
    margin-left: 30px;
    padding: 5px 0px;
    margin-bottom: 0;
    position: relative
}

.top-header .user-login-logined .name-user {
    margin-bottom: 0;
    font-weight: bold;
    position: relative;
    padding-right: 17px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.top-header .user-login-logined .name-user:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    border-top: 5px solid #666;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 5px;
    height: 5px;
    display: inline-block
}

.top-header .user-login-logined .menu-user {
    position: absolute;
    top: 36px;
    right: 0;
    margin-bottom: 0;
    background-color: #fff;
    z-index: 99;
    border: 1px solid #ddd;
    border-top: none;
    padding: 0 15px;
    font-size: 14px;
    display: none
}

.top-header .user-login-logined .menu-user.open {
    display: block
}

.top-header .user-login-logined .menu-user li {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd
}

.top-header .user-login-logined .menu-user li:last-child {
    border-bottom: none
}

.top-header .user-login-logined .menu-user li a {
    color: #333;
    display: block;
    padding: 5px 15px 5px 0;
    white-space: nowrap
}

.top-header .user-login-logined .menu-user li a:hover {
    color: #ec474b
}

.top-header .menu-top {
    float: right;
    color: #ccc
}

.top-header .menu-top a {
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    font-size: 13px
}

.top-header .menu-top a:hover {
    color: #ec474b
}

.nav-sp .nav-menu-user {
    position: absolute;
    top: 38px;
    right: 0;
    margin-bottom: 0;
    background-color: #fff;
    z-index: 99;
    border: 1px solid #ddd;
    border-top: none;
    padding: 0 15px;
    font-size: 14px;
    display: none;
}
.nav-sp .nav-menu-user.open {
    display: block
}

.nav-sp .nav-menu-user li {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd
}

.nav-sp .nav-menu-user li:last-child {
    border-bottom: none
}

.nav-sp .nav-menu-user li a {
    color: #333;
    display: block;
    padding: 5px 15px 5px 0;
    white-space: nowrap
}

.nav-sp .nav-menu-user li a:hover {
    color: #ec474b
}

.nav-main {
    float: right;
    margin-top: 15px
}

@media (min-width: 1200px) {
    .nav-main {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-main {
        float: none;
        display: table;
        margin: 0 auto
    }
}

.nav-main ul {
    margin-bottom: 0
}

.nav-main ul li {
    list-style: none;
    float: left;
    position: relative
}

.nav-main ul li a {
    display: inline-block;
    padding: 8px 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px
}

.nav-main ul li a:hover {
    color: #ec474b
}

.nav-main ul li.active > a {
    color: #ec474b
}

.nav-main ul li.has-sub {
    margin-right: 10px
}

.nav-main ul li.has-sub:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 15px;
    border-top: 5px solid #999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 5px;
    height: 5px;
    display: inline-block
}

.nav-main ul li.has-sub ul {
    position: absolute;
    top: 35px;
    left: 15px;
    min-width: 160px;
    border: 1px solid #ddd;
    background-color: #fff;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999
}

.nav-main ul li.has-sub ul:before {
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 15px
}

.nav-main ul li.has-sub ul:after {
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -6px;
    left: 15px
}

.nav-main ul li.has-sub ul li {
    float: none
}

.nav-main ul li.has-sub ul li a {
    white-space: nowrap;
    font-size: 15px;
    text-transform: none;
    font-weight: 400
}

.nav-main ul li.has-sub:hover ul {
    display: block
}

@media (max-width: 767px) {
    .nav-main {
        float: none;
        position: absolute;
        background-color: #fff;
        width: calc(100% + 30px);
        left: -15px;
        z-index: 999;
        padding: 0 30px;
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
        display: none;
        top: 0px
    }

    .nav-main ul li {
        float: none;
        border-bottom: 1px solid #ddd
    }

    .nav-main ul li.has-sub {
        margin-right: 0
    }

    .nav-main ul li.has-sub:before {
        display: none
    }

    .nav-main ul li.has-sub ul {
        position: static;
        display: block;
        border: none;
        padding-left: 20px
    }

    .nav-main ul li.has-sub ul:before {
        display: none
    }

    .nav-main ul li.has-sub ul:after {
        display: none
    }

    .nav-main ul li.has-sub ul li {
        border: none
    }

    .nav-main ul li:last-child {
        border-bottom: none
    }
}

@media (max-width: 767px) {
    .top-header {
        margin-bottom: 0px
    }

    .top-header .row {
        margin: 0 -5px
    }

    .top-header .col-xs-6 {
        padding: 0 5px
    }

    .top-header .icon {
        margin-right: 5px
    }

    .top-header .user-login-logined {
        float: none;
        text-align: right
    }

    .top-header .user-login .login-btn {
        padding-left: 3px;
        padding-right: 3px
    }

    .cont-header {
        padding: 10px 0
    }

    #header {
        padding-bottom: 0px
    }

    #header .logo {
        max-width: 150px;
        margin-top: 0
    }

    .top-header .user-login-logined {
        margin-left: 0
    }
}

#footer {
    padding: 20px;
    background-color: #1c222a;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6)
}

#footer a {
    color: rgba(255, 255, 255, 0.6)
}

#footer a:hover {
    color: #fff
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo-ft img {
        max-width: 120px
    }
}

.box-ft {
    line-height: 2.07
}

.box-ft .title-ft {
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: hidden
}

@media (max-width: 767px) {
    .box-ft {
        margin-bottom: 50px
    }
}

.nav-ft ul {
    margin-bottom: 0
}

.nav-ft ul li {
    list-style: none
}

@media (min-width: 768px) {
    .box-social {
        text-align: right
    }
}

.social-ft .item {
    width: 45px;
    height: 45px;
    text-align: center;
    display: inline-block;
    line-height: 45px;
    margin-left: 5px
}

.social-ft .item:hover {
    opacity: .8
}

.social-ft .item:last-child {
    margin-right: -10px
}

@media (max-width: 767px) {
    .social-ft .item:first-child {
        margin-left: -15px
    }

    .social-ft .item:last-child {
        margin-right: 0px
    }
}

.menu-ft-fb {
    margin-top: 10px
}

.item-field, .item-input {
    margin-bottom: 20px;
    font-size: 14px
}

.item-field .title-field, .item-input .title-field {
    color: rgba(60, 60, 60, 0.9);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px
}

.item-field .form-control, .item-input .form-control {
    background-color: #fff;
    border-color: #ddd
}

.item-field .form-control:focus, .item-input .form-control:focus {
    border-color: #0da505
}

.item-field .form-control[disabled], .item-input .form-control[disabled] {
    background-color: #eee
}

.item-field .text-error, .item-input .text-error {
    font-size: 90%;
    color: #ec474b
}

.item-field .note-field, .item-input .note-field {
    font-size: 12px;
    color: rgba(44, 44, 44, 0.7);
    margin-top: 5px
}

.has-error .form-control {
    border-color: #ec474b
}

.has-error .chosen-container-single .chosen-default {
    border-color: #ec474b
}

.checkbox input[type=checkbox] {
    opacity: 0;
    z-index: 1;
    position: absolute
}

.checkbox label {
    padding-left: 30px;
    font-weight: 300
}

.checkbox label::before {
    position: absolute;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-col: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out;
    top: 7px;
    cursor: pointer;
    display: inline-block
}

input[type=checkbox].styled:checked + label:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    color: #666;
    font-size: 11px;
    left: 3px;
    top: 10px;
    position: absolute;
    background-position: -289px 0;
    z-index: 99
}

input[type=checkbox].styled:focus + label:before {
    border-color: #0da505
}

.has-error .checkbox label::before {
    border-color: red
}

.item.radio {
    display: inline-block;
    margin-right: 25px
}

.item.radio input[type=radio] {
    opacity: 0;
    z-index: 1;
    position: absolute
}

.item.radio label {
    font-weight: 300;
    padding-left: 30px;
    position: relative;
    cursor: pointer
}

.item.radio label::before {
    position: absolute;
    left: 0;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 100px;
    background-col: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out;
    top: 3px;
    cursor: pointer;
    display: inline-block
}

.item.radio input[type=radio].styled:checked + label:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    color: #666;
    font-size: 11px;
    left: 4px;
    top: 7px;
    position: absolute;
    z-index: 99;
    width: 7px;
    height: 7px;
    background: #109fe0;
    border-radius: 30px
}

.item.radio input[type=radio].styled:focus + label:before {
    border-color: #109fe0
}

.has-error .radio label::before {
    border-color: red
}

@media (max-width: 767px) {
    .daterangepicker.dropdown-menu {
        padding: 30px
    }

    .daterangepicker.dropdown-menu .daterangepicker.show-calendar .calendar {
        float: none
    }

    .daterangepicker.dropdown-menu .daterangepicker.show-calendar .calendar.second.left {
        display: table-header-group
    }

    .daterangepicker.dropdown-menu .daterangepicker.show-calendar .calendar.first.right {
        display: table-footer-group
    }
}

@media (max-width: 767px) {
    .daterangepicker .ranges {
        float: none
    }

    .daterangepicker .calendar-date {
        margin-top: 10px
    }
}

.trial-30-day-page .box-check-confirm .checkbox label:before {
    top: 3px !important
}

.trial-30-day-page .box-check-confirm .checkbox label:after {
    top: 6px !important
}

.banner-home img {
    width: 100%
}

.block-home {
    padding: 60px 0 0;
}
@media (max-width: 414px) {
    .block-home {
        padding: 30px 0 0;
    }
}

.block-home .title-block {
    margin-bottom: 60px
}

.block-home .title-block h1 {
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px
}

.block-home .title-block h1:before {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ec474b
}

@media (max-width: 767px) {
    .block-home .title-block h1 {
        font-size: 24px
    }
}

@media (min-width: 1200px) {
    .block-servicer .row {
        margin: 0 -20px
    }

    .block-servicer .row .col-sm-4 {
        padding: 0 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-servicer .item-servicer {
        padding-left: 10px;
        padding-right: 10px
    }

    .block-servicer .row {
        margin: 0 -8px
    }

    .block-servicer .row .col-sm-4 {
        padding: 0 8px
    }
}

.block-table-price {
    background-color: #f5f5f5
}

.item-servicer {
    padding: 30px 25px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: 30px
}

.item-servicer.highlight {
    border-width: 1px;
    border-color: #ec474b;
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.3)
}

.item-servicer:before {
    content: '';
    width: 5px;
    height: 25px;
    position: absolute;
    top: 27px;
    left: -1px;
    background-color: #ec474b
}

.item-servicer .title-box {
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 15px
}

.item-servicer .top-item {
    text-align: center;
    margin-bottom: 30px
}

.item-servicer .top-item .desc {
    font-size: 13px;
    line-height: 1.3;
    min-height: 32px
}

.item-servicer .cont-item {
    padding-bottom: 20px
}

.item-servicer .note-form {
    margin-bottom: 30px;
    font-size: 14px
}

.item-servicer .note-form .result-money {
    font-size: 16px
}

.item-servicer .btn-style-1 {
    width: 100%
}

.item-servicer .text-small {
    font-size: 13px;
    font-style: italic
}

.table-price {
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
    text-align: center;
    margin-bottom: 60px
}

.table-price .title-table {
    background-color: #666;
    color: #fff;
    text-transform: uppercase
}

.block-partner {
    text-align: center
}

.modal-login .modal-header {
    background-color: #083f6e
}

.modal-login .modal-dialog {
    width: 500px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto
}

.modal-login .modal-body {
    padding: 40px
}

.modal-login .top-modal .note {
    font-size: 14px;
    padding: 8px 15px;
    margin-bottom: 30px;
    border: 1px solid #e6ce4e
}

.modal-login .form-login {
    background: none;
    border: none;
    padding: 0;
    max-width: 100%
}

.pagination li {
    list-style: none
}

.my-accout-page {
    padding: 60px 0;
    min-height: 100vh
}

.table-history {
    font-size: 14px
}

.table-history thead th {
    background-color: #3777ad;
    color: #fff;
    vertical-align: middle !important;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.table-history tbody tr td {
    vertical-align: middle !important;
    text-align: center;
}

.cont-my-acc .title-page {
    font-size: 28px;
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: dotted 1px #cdcdcd;
}

.space-20 {
    height: 20px;
    display: block
}

.menu-my-acc li {
    list-style: none
}

.menu-my-acc li a {
    color: #333
}

.menu-my-acc li a:hover {
    color: #ec474b
}

.left-menu {
    max-width: 210px;
    border: 1px solid #ddd
}

.client {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5
}

.client p {
    margin-bottom: 0
}

.menu-my-acc li {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px
}

.menu-my-acc li:last-child {
    border-bottom: none
}

.menu-my-acc li a {
    color: #333;
    display: block;
    padding: 5px 15px 5px 0;
    font-size: 14px
}

.menu-my-acc li a:hover {
    color: #ec474b
}

.menu-my-acc li.active a {
    color: #ec474b
}

.title-type-naptien {
    font-size: 20px;
    cursor: pointer
}

@media (max-width: 991px) {
    .title-type-naptien {
        font-size: 16px
    }
}

.form-rut-tien {
    max-width: 600px;
    padding: 30px;
    border: 1px solid #f1bfa9
}

.banner-subpage {
    height: 150px;
    position: relative;
    overflow: hidden
}

.banner-subpage .title-page {
    margin-top: 0;
    font-size: 48px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    color: #ec474b;
    z-index: 1;
    font-weight: 400
}

.banner-subpage img {
    position: absolute;
    max-width: inherit
}

@media (max-width: 767px) {
    .banner-subpage {
        height: 90px
    }

    .banner-subpage .title-page {
        font-size: 32px;
        margin-top: -20px
    }
}

.category-service-page {
    padding: 60px 0
}

@media (min-width: 1200px) {
    .category-service-page .item-servicer {
        padding: 80px;
        border: 2px solid #ec474b;
        max-width: 650px
    }
}

.table-price-bantien .header-table {
    background-color: #083f6e;
    text-align: center;
    padding: 10px 15px
}

.table-price-bantien .header-table .title-table {
    margin-top: 0;
    color: #fff;
    margin-bottom: 0
}

.table-price-bantien .note {
    padding-left: 20px;
    font-size: 14.5px
}

.table-price-bantien .note li {
    margin-bottom: 15px
}

.table-price-bantien td {
    padding: 10px 15px !important
}

.table-price-bantien th {
    padding: 10px 15px !important
}

.login-page {
    padding: 90px 0
}

.login-page .title-page {
    text-align: center;
    color: #ec474b;
    font-size: 28px;
    margin-bottom: 20px
}

.form-login {
    max-width: 500px;
    margin: 0 auto;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    padding: 20px
}

.form-login .btn-style-1 {
    width: 100%
}

.form-login .item-submit {
    margin-top: 30px
}

.form-login .note {
    text-align: center;
    padding-top: 15px;
    font-size: 14px
}

.form-login .note p {
    margin-bottom: 10px
}

.form-login .note a:hover {
    text-decoration: underline
}
.text-warning {
    color: #ff986b;
}
.text-success {
    color: #55c757;
}
.text-pending {
    color: #2376c7;
}
.bg-success {
    background-color: #e8ffeb;
}
.bg-warning {
    background-color: #fff2db;
}
.bg-danger {
    background-color: #fbe2e1;
}
.bg-pending {
    background-color: #cbe3f3;
}
.top-menu {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }
.text-black {
     color: black;
 }
.link_game {
    font-weight: 700;
    font-size: 16px;
    color: #1a7bb9;
    text-decoration-line: underline;
}
#icon-buy-card {
    position:fixed;
    bottom: 0;
    left: 5px;
    z-index:999;
    border: none;
    background-color: darkred;
    border-radius: 50%;
    color: white;
    opacity: 0.8;
}
@media (min-width: 767px) {
    #icon-buy-card {
        display: none;
    }
}
/*# sourceMappingURL=style.css.map */