html {
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    color: #202124;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    text-size-adjust: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
}
textarea {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
a, select, button {
    cursor: pointer;
}
a {
    text-decoration: none;
    color: #1967d2;
}
img {
    border: none;
    max-width: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
}

input, select, button, textarea {
    outline: none;
}

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

.col-lg-2{ 
    width: 16.66666667%;
    float: left;
    padding: 10px;
}
.col-lg-3{
    width: 25%;
    float: left;
    padding: 10px;
}
.col-lg-4{
    width: 33.33333333%;
    float: left;
    padding: 10px;
}
.col-lg-5{
    width: 41.66666667%;
    float: left;
    padding: 10px;
}
.col-lg-6{
    width: 50%;
    float: left;
    padding: 10px;
}
.col-lg-7{
    width: 58.33333333%;
    float: left;
    padding: 10px;
}
.col-lg-8{
    width: 66.66666667%;
    float: left;
    padding: 10px;
}
.col-lg-9{
    width: 75%;
    float: left;
    padding: 10px;
}
.col-lg-10{
    width: 83.33333333%;
    float: left;
    padding: 10px;
}
.col-lg-11{
    width: 91.66666667%;
    float: left;
    padding: 10px;
}
.col-lg-12{
    width: 100%;
    float: left;
    padding: 10px;
}

.container{
    width: 1200px;
    margin: auto;
}

/*---------------------MODAL----------------------------------*/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade .modal-dialog, .modal.show .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.in .modal-dialog, .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-backdrop.fade, .modal-backdrop.show, .modal-backdrop.fade.show {
    opacity: 0;
}

.modal-backdrop.in, .modal-backdrop.show {
    opacity: .5 !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1045;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.fade, .show {
    transition: opacity .15s linear;
}

.modal-dialog {
    max-width: 600px;
    margin: 10.75rem auto 1.75rem auto;
}

.modal.in .modal-dialog button.close, .modal.show .modal-dialog button.close {
    width: 25px;
    height: 25px;
    border: 0;
    position: absolute;
    top: 8px;
    right: 15px;
    background: none;
    color: #ccc;
    font-size: 22px;
    line-height: 9px;
    z-index: 9;
    outline: none;
    cursor: pointer;
}

.modal-header {
    /*padding: 15px;*/
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    padding: 15px;
}

.modal-body {
    position: relative;
    padding: 0;
}

/*----------end modal----------------*/

div#wrapper {
    width: 100%;
    margin-top: 130px;
}

.header.has-sticky.sticky-jump {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    box-shadow: 0px 0px 14px -7px #4f25024a;
    transition: all 0.3s ease;
    z-index: 9;
}

.header-wrapper {
    width: 100%;
    display: block;
}

.header-main {
    width: 100%;
    /* float: left; */
}

.flex-col.logo {
    float: left;
    width: 30%;
    padding: 10px 0px;
}

.flex-col.logo img {
    width: 240px;
    height: auto;
    transition: all 0.3s ease;
}

.flex-col.show-for-medium.flex-left {
    display: none;
}

.flex-col.hide-for-medium.flex-right {
    float: right;
    width: 70%;
}

ul.header-nav.header-nav-main.nav.nav-right {
    float: right;
    list-style: none;
    margin: 0;
}

ul.header-nav.header-nav-main.nav.nav-right li {
    float: left;
    padding: 48px 0px;
    transition: all 0.3s ease;
}

ul.header-nav.header-nav-main.nav.nav-right li a {
    padding: 1px 12px;
    float: left;
    border-left: 1px solid #ccc;
    color: #4f2502;
    font-weight: 500;
}

ul.header-nav.header-nav-main.nav.nav-right li:first-child a {
    border: 0;
}

a:hover {
    color: #dc8526;
}

ul.header-nav.header-nav-main.nav.nav-right li a:hover {
    color: #dc8526;
}

main#main {
    width: 100%;
    float: left;
}

.content-area {
    width: 100%;
    float: left;
}

section.section {
    width: 100%;
    float: left;
}

.block-search-home {
    background: url(/images/banner.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0px;
}

h2.title-search-home {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    color: white;
    text-transform: uppercase;
}

h4.note-search-home {
    color: #dc8526;
    text-align: center;
    width: 100%;
    float: left;
    margin: 10px 0px;
    font-size: 18px;
}

.wraper-form-search-home {
    width: 100%;
    float: left;
    padding: 0px 70px;
}

.row-form {
    width: 100%;
    float: left;
}

label.label-search {
    width: 100%;
    float: left;
    color: white;
    font-weight: 500;
    margin: 6px 0px;
}

.input-form {
    width: 100%;
    float: left;
    margin: 5px 0px;
}

input.input-search {
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
    color: white;
}

.select-form {
    width: 100%;
    float: left;
    margin: 5px 0px;
}

select.cbox-search {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid white;
    background: transparent;
    color: white;
    padding: 10px;
    cursor: pointer;
}

select.cbox-search option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

input.input-search::placeholder {
    color: white;
}

select.cbox-select-birth {
    width: 100%;
    height: 38px;
    padding: 10px;
    cursor: pointer;
    color: white;
    background: transparent;
    border: 1px solid white;
    border-radius: 5px;
}

select.cbox-select-birth option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
}

.input-birth input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid white;
}

.input-birth input::placeholder {
    color: white;
}

.row-form-action {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

button.btn-submit-form-search {
    width: 80%;
    border: 0;
    background: #dc8526;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border: 1px solid #4f2502;
    border-radius: 50%;
    color: #4f2502;
    background: #ffffff6b;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.footer-wrapper {
    width: 100%;
    float: left;
}

.wraper-topfooter {
    width: 100%;
    float: left;
    background: url(/images/footer.jpg) no-repeat;
    background-size: cover;
    padding: 20px 0px;
}

.footer-copyright {
    width: 100%;
    float: left;
    background: #4f2502;
    padding: 15px;
    color: white;
}

.wraper-list-linkfooter {
    width: 100%;
    float: left;
}

.contact-topfooter {
    width: 100%;
    float: left;
}

h2.title-topfooter {
    font-size: 22px;
    color: #4f2502;
    text-transform: uppercase;
    font-weight: 600;
}

ul.list-linkfooter {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.list-linkfooter li {
    width: 100%;
    float: left;
}

ul.list-linkfooter a {
    color: #4f2502;
    padding: 4px;
    float: left;
    font-weight: 400;
}

.content-contact-topfooter {
    width: 100%;
    float: left;
}

.content-contact-topfooter p {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 27px;
}

.content-contact-topfooter p:first-child label {
    width: 58px;
    float: left;
}

.content-contact-topfooter p:first-child span {
    width: calc(100% - 58px);
    float: left;
}

.content-contact-topfooter p:last-child label {
    width: 120px;
    float: left;
}

.content-contact-topfooter p:last-child span {
    width: calc(100% - 120px);
    float: left;
}

.content-contact-topfooter p label {
    float: left;
    width: 82px;
    color: #4f2502;
}

.content-contact-topfooter p span {
    float: left;
    color: #4f2502;
}

.logo-footer {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.fanpage-facebook {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.top-onshow {
    opacity: 1;
    z-index: 9;
}

.menu-scroll-sticky img.lazy.header_logo.header-logo {
    width: 145px;
}

.menu-scroll-sticky ul.header-nav.header-nav-main.nav.nav-right li {
    padding: 32px 0px;
}

.content-about-home {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.image-about-home-left {
    width: 30%;
    float: left;
    padding-right: 80px;
}

.image-about-home-left img {
    max-width: 100%;
}

.right-about-home {
    width: 70%;
    float: left;
    padding-left: 80px;
    color: #4f2502;
}

.block-define-home {
    background: #dc8526;
}

.content-block-tsh {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

h3.title-block-tsh {
    width: 100%;
    text-align: center;
    color: white;
    margin-bottom: 0;
}

.description-home-tsh {
    width: 100%;
    float: left;
    color: white;
}

.content-block-benefit {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

h3.title-block-benefit {
    width: 100%;
    float: left;
    text-align: center;
    color: #4f2502;
    margin-bottom: 0;
}

.description-home-benefit {
    width: 100%;
    float: left;
    color: #4f2502;
}

.block-why-home {
    background: #f9dcba;
}

.content-block-why {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

h3.title-block-why {
    width: 100%;
    float: left;
    margin-bottom: 0;
    color: #4f2502;
}

.description-home-why {
    width: 100%;
    float: left;
    color: #4f2502;
}

table {
    background: white;
    border-collapse: collapse;
}

td {
    padding: 8px;
}

.description-home-why table {
    width: 100% !important;
    color: #4f2502;
    border-color: #dbdbdb;
    vertical-align: top;
}

.description-home-why table tbody tr:first-child {
    font-weight: 500;
}

.description-home-why table tr td:first-child {
    width: 400px;
}

.description-home-why table td {
    vertical-align: top;
}

.wraper-list-meaning {
    width: 100%;
    float: left;
    text-align: center;
    color: #4f2502;
    padding: 40px 0px;
}

h3.title-meaning {
    width: 100%;
    float: left;
    text-transform: uppercase;
}

.list-meaning {
    width: 100%;
    float: left;
}

.item-meaning img {
    max-width: 100%;
    max-height: 100%;
}

.item-meaning a {
    padding: 10px;
    float: left;
    background: #f2f2f2;
    border-radius: 10px;
}

h3.meaning-item-name {
    width: 100%;
    float: left;
    margin: 8px 0px 2px 0px;
    color: #4f2502;
    font-weight: 500;
}

.picture-meaning {
    width: 100%;
    float: left;
    height: 250px;
}

.wraper-list-decoder {
    width: 100%;
    float: left;
    padding: 40px 0px;
    text-align: center;
}

h3.title-decoder {
    width: 80%;
    text-align: center;
    text-transform: uppercase;
    color: #4f2502;
    display: inline-block;
}

.list-decoder {
    width: 100%;
    float: left;
}

.content-script-decoder {
    width: 100%;
    float: left;
}

.item-decoder {
    width: 100%;
    float: left;
    border: 1px solid #dddddb;
    border-top: 0;
}

.icon-script-decoder {
    width: 60px;
    float: left;
    height: 37px;
    line-height: 37px;
    /* border-right: 1px solid #dddddb; */
    border-top: 0;
    color: #4f2502;
    cursor: pointer;
}

.item-name-decoder {
    width: calc(100% - 80px);
    float: left;
    text-align: left;
    text-transform: uppercase;
    color: #4f2502;
    font-weight: 500;
    padding: 8px;
    cursor: pointer;
}

.item-brief-decoder {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    border-top: 1px solid #dddddb;
    background: #f5f5f5;
    color: #4f2502;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
}

.item-decoder:first-child .icon-script-decoder {
}

.item-decoder:first-child .item-name-decoder {
}

.item-decoder:first-child {
    border-top: 1px solid #dddddb;
}

.decoder-script-open .item-brief-decoder {
    opacity: 1;
    z-index: 2;
    padding: 40px;
}

.content-brief-decoder {
    width: 100%;
    float: left;
}

.item-brief-decoder>a {
    float: right;
    margin-top: 20px;
    padding: 12px 80px;
    background: #dc8526;
    color: white;
    font-weight: 500;
    border-radius: 5px;
}

.item-brief-decoder>a:hover {
    background: #e3923a;
}

.main-wrapper {
    width: 100%;
    float: left;
}

.header-post-title-container {
    width: 100%;
    float: left;
}

.clearfix, .clear {
    clear: both;
}

.inner-wrap {
    width: 100%;
    float: left;
}

.breadcrumb {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.breadcrumb > span {
    float: left;
    padding: 5px 8px;
    font-size: 14px;
    color: #666;
}

.breadcrumb a {
    color: #666;
}

.single-page {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.post-description {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

.extra-hatom-entry-title {
    width: 100%;
    float: left;
}

h1.entry-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.entry-meta {
    width: 100%;
    float: left;
    margin: 5px 0px;
}

span.entry-date {
    float: left;
    font-size: 14px;
    color: gray;
    font-style: italic;
}

span.entry-date a {
    color: gray;
}

.entry-content {
    width: 100%;
    float: left;
}

.post-page-content {
    width: 100%;
    float: left;
}

.post-content-text {
    width: 100%;
    float: left;
}

.has-post-thumbnail {
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px;
}

figure.post-featured-image {
    width: 100%;
    float: left;
    margin: 0;
    height: 250px;
}

figure.post-featured-image img {
    max-height: 100%;
}

.entry-summary {
    width: 100%;
    float: left;
    margin-top: 15px;
}

h3.entry-title {
    margin: 0;
    width: 100%;
    float: left;
    font-size: 16px;
    height: 36px;
}

h3.entry-title a {
    color: black;
}

.entry-summary>p {
    width: 100%;
    float: left;
    height: 80px;
}

section#content-pagenotfound {
    padding: 80px;
    width: 100%;
    float: left;
}

.picture-pagenotfound {
    width: 100%;
    float: left;
}

.text-pagenotfound {
    width: 100%;
    float: left;
    font-size: 24px;
    color: gray;
}

.inner-wraper-tracuu {
    background: url(/images/lydo.jpg);
    background-size: cover;
}

.content-tracuu {
    width: 100%;
    float: left;
}

.wraper-tracuu {
    width: 100%;
    float: left;
}

.container-tracuu-result {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.header-num-cd {
    width: 100%;
    float: left;
    text-align: center;
    color: white;
}

.header-info-result {
    width: 100%;
    float: left;
    font-size: 24px;
}

.rows-header-info-result {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.rows-header-info-result label {
    display: inline-block;
}

.rows-header-info-result p {
    display: inline-block;
    text-transform: uppercase;
    color: #dc8526;
    font-weight: 600;
    margin: 0;
}

.rows-header-info-title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    margin: 30px 0px;
}

.header-num-chudao {
    width: 100%;
    display: flex;
    float: left;
    flex-wrap: wrap;
}

.header-num-chudao h2 {
    width: 400px;
    height: 400px;
    float: left;
    margin: auto;
    border: 2px solid white;
    border-radius: 50%;
    position: relative;
    padding: 20px;
    font-size: 155px;
    font-family: fantasy;
    font-weight: 400;
    line-height: 355px;
    z-index: 7;
}

.header-num-chudao h2:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background: url(/images/bg-result.png);
    background-size: cover;
    top: 20px;
    left: 20px;
    z-index: -1;
}

.wraper-list-item-result {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.item-tracuu-result {
    width: 16.66666666666666667%;
    float: left;
    text-align: center;
    padding: 0px 20px;
}

label.label-item-tracuu-result {
    width: 100%;
    float: left;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

p.number-tracuu-result {
    width: 100px;
    background: #dc8526;
    display: inline-block;
    margin: 10px 0px;
    border-radius: 3px;
    color: white;
    padding: 8px 0px;
    font-weight: 500;
    font-size: 24px;
}

.item-tracuu-result:nth-child(2) p {
    background: #292f6f;
}

.item-tracuu-result:nth-child(3) p {
    background: #f15f64;
}

.item-tracuu-result:nth-child(4) p {
    background: #8883be;
}

.item-tracuu-result:nth-child(5) p {
    background: #3ca0b8;
}

.item-tracuu-result:last-child p {
    background: #5560ab;
}

.contentbinhthuong {
    width: 100%;
    float: left;
}

.input-birth input {
    color: white;
}

.wraper-form-tracuu {
    width: 100%;
    float: left;
    padding: 80px 0px;
}

.decoder-script-open .icon-script-decoder i:before {
    content: "\f068";
}

.wraper-form-account {
    width: 100%;
    float: left;
}

.wraper-form-account>h2 {
    width: 100%;
    float: left;
    font-size: 20px;
    position: relative;
    padding-bottom: 5px;
    color: #502704;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
}

.wraper-form-account>h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: 0;
    left: calc(50% - 25px);
    background: #337108;
    border-radius: 10px;
}

.woocommerce-form {
    width: 100%;
    float: left;
    padding: 0px 60px;
}

p.woocommerce-form-row {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
}

p.woocommerce-form-row label {
    width: 100%;
    float: left;
}

.woocommerce-Input {
    width: 100%;
    float: left;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

p.form-row.btn-account-log {
    width: 50%;
    float: left;
    margin-bottom: 6px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    float: left;
    color: gray;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
    float: left;
    margin: 5px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    float: left;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    float: left;
    padding: 10px;
    border: 0;
    background: #502704;
    color: white;
    border-radius: 5px;
    margin-bottom: 10px;
}

p.woocommerce-LostPassword.lost_password {
    width: 50%;
    float: left;
    text-align: left;
    /* margin: 0; */
}

p.woocommerce-LostPassword.lost_password a {
    color: gray;
    font-size: 14px;
    text-decoration: underline;
    float: right;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background: #502704;
    border: 0;
    padding: 10px 26px;
    border-radius: 5px;
    color: white;
    margin-top: 10px;
}

.message-box {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    padding: 0px 60px;
}

.alert {
    width: 100%;
    float: left;
    background: #ffd587;
    padding: 15px;
    border-radius: 5px;
}

.close {
    float: right;
    cursor: pointer;
    width: 20px;
    text-align: center;
}

/*account*/
.wraper-account {
    width: 100%;
    float: left;
}

.menu-account-left {
    width: 250px;
    float: left;
    padding-top: 20px;
}

.header-profile {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

svg.profile-svg-icon {
    stroke: #c6c6c6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-headshot {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
}

span.avatar-profile {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
}

span.info-head-profile {
    width: calc(100% - 50px);
    float: left;
    padding-left: 10px;
    padding-top: 3px;
}

span.info-head-profile p {
    font-size: 16px;
    width: 100%;
    float: left;
    font-weight: 600;
    color: black;
    overflow: hidden;
    margin: 0;
}

span.info-head-profile p a {
    font-size: 13px;
    font-weight: normal;
}

ul.menu-left {
    width: 100%;
    float: left;
    margin: 0;
    list-style: none;
    padding: 0;
}

ul.menu-left li {
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 6px 0px;
}

span.icon-menu-account {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    border-radius: 50%;
}

.profile-icon {
    background: #fea700;
}

.account-svg-icon {
    stroke: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.profile-icon .icon-headshot {
    width: 12px;
    height: 12px;
}

ul.menu-left>li>a {
    width: calc(100% - 20px);
    float: left;
    font-size: 14px;
    padding: 2px;
    padding-left: 6px;
    line-height: 20px;
}

ul.menu-sub-account {
    width: 100%;
    float: left;
    padding-left: 27px;
    list-style: none;
}

li.active-nav-account a {
    color: #ecaf20;
}

ul.menu-sub-account li:last-child {
    padding-bottom: 0;
}

.orders-icon {
    background: #1480ad;
}

.ttlk-icon {
    background: #9e2b30;
}

.ttlk-icon .account-svg-icon {
    fill: white;
    width: 15px;
}

.logout-icon {
    background: #c6c6c6;
}

.logout-icon img {
    width: 20px;
    height: 20px;
    padding: 4px;
    filter: invert(1);
}

ul.menu-left li a:hover {
    color: #fea700;
}

.content-acount-right {
    width: calc(100% - 250px);
    float: left;
    background: white;
}

.form-profile {
    width: 100%;
    float: left;
    padding: 5px;
}

.wraper-form-profile {
    width: 100%;
    float: left;
}

.row-form-profile {
    width: 50%;
    float: left;
    padding: 5px;
}

.full-width {
    width: 100%;
}

label.label-profile {
    width: 100%;
    float: left;
}

.full-width label.label-profile {
    width: auto;
    padding-right: 10px;
}

p.input-read {
    float: left;
    font-weight: bold;
    color: black;
    margin: 0;
}

input.input-profile {
    background: white;
    padding: 10px;
    height: auto;
    color: black;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
}

span.wraper-gender {}

span.wraper-gender {
    height: 37px;
    float: left;
    border: 1px solid #e7e7e7;
}

label.check-radio input {
    display: none;
}

label.check-radio {
    float: left;
    padding: 8px;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
}

label.check-radio:before {}

label.check-radio label {
    cursor: pointer;
}

label.check-radio input:checked + label:after {content: "";width: 11px;height: 11px;position: absolute;background: #1480ad;top: 12px;left: 9px;border-radius: 50%;}

label.check-radio input:checked + label:before {border-color: #1480ad;}

label.check-radio label:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 6px;
    top: 9px;
}

.footer-button-profile {
    width: 100%;
    float: left;
    text-align: center;
    padding: 8px;
}

a.btn-save-profile {
    background: #e9a200;
    padding: 10px 40px;
    display: inline-block;
    color: white;
    border-radius: 3px;
}

.notice-account {
    display: block;
    margin-top: 10px;
    color: red;
    font-style: italic;
}

.affiliate-wraper {
    width: 100%;
    float: left;
}

.affiliate-header {
    width: 100%;
    float: left;
    padding: 15px;
    background: #502704;
}

.row-affiliate-header {
    width: 100%;
    float: left;
}

span.split-row-affiliate {
    width: 50%;
    padding: 5px;
    float: left;
    color: white;
}

span.split-row-affiliate label {
    float: left;
    padding: 5px;
}

span.split-row-affiliate p {
    float: left;
    padding: 5px;
    margin: 0;
    font-weight: bold;
}

.row-affiliate-link label {
    float: left;
    color: white;
    padding: 5px 10px;
    width: 180px;
}

span.link-affiliate {
    float: left;
    width: calc(100% - 180px);
    position: relative;
}

span.link-affiliate input {
    padding: 0px 10px;
    padding-right: 28px;
    font-weight: bold;
    color: red;
    width: 100%;
    float: left;
    height: 36px;
    background: #ffffff2b;
    color: white;
    border: 1px solid #ccc;
}

.square-select {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 36px;
    color: white;
    background: #fea700;
    cursor: pointer;
    border: 1px solid #ccc;
}

.square-select:hover {
    background: #00aff2;
}

.affiliate-statistic {
    width: 100%;
    float: left;
    margin-top: 10px;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 10px -6px #00000094;
    border-radius: 3px;
}

.orders-wraper {
    width: 100%;
    float: left;
}

span.empty-data {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    background: #ecaf2042;
    font-style: italic;
    font-weight: bold;
}

.description-nuber-result {
    width: 100%;
    float: left;
    margin: 15px 0px;
}

.content-number-result {
    width: 100%;
    float: left;
    padding: 15px;
    background: #00000052;
    color: white;
}

.content-number-result p {
    margin: 0;
}

@media screen and (max-width :768px) {
    .menu-account-left {
        width: 100%;
        padding-top: 10px;
        background: #f8f8f8;
        margin-bottom: 10px;
    }

    .content-acount-right {
        width: 100%;
    }

    .header-profile {
        width: 30%;
        float: left;
        margin: 0;
    }

    span.avatar-profile {
        width: 100%;
        border: 0;
    }

    span.avatar-profile svg {
        width: 50px;
        height: 50px;
        padding: 15px;
        background: #ededed;
        border-radius: 50%;
    }

    span.info-head-profile {
        width: 100%;
        padding: 0;
        text-align: center;
        padding-top: 10px;
    }

    ul.menu-left {
        width: 70%;
    }

    ul.menu-left li {
        width: 50%;
        float: left;
    }

    ul.menu-left li ul li {
        width: 100%;
    }
}

@media screen and (max-width :500px) {
    .header-profile {
        width: 100%;
        padding-bottom: 10px;
    }

    ul.menu-left {
        width: 100%;
    }

    ul.menu-left {
        padding: 0px 10px;
    }
}

.header-statistic-label {
    width: 100%;
    float: left;
    margin: 25px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}

.header-statistic-label label {
    display: inline-block;
}

.list-statistic-affiliate {
    width: 100%;
    float: left;
}

.content-statistic-affiliate {
    width: 100%;
    float: left;
    background: #f9f9f9;
}

.empty-statistic-affiliate {
    width: 100%;
    float: left;
    padding: 15px;
    font-style: italic;
}

.history-search-wraper {
    width: 100%;
    float: left;
}

table.tb-history-search {
    width: 100%;
    float: left;
}

table.tb-history-search th {
    background: #ededed;
    padding: 8px 10px;
    /*text-align: left;*/
    font-weight: 600;
    border: 1px solid #ccc;
}

table.tb-history-search th:nth-child(2) {
    text-align: left;
}

table.tb-history-search td {
    background: white;
    border: 1px solid #ccc;
    /*text-align: left;*/
    padding: 8px 10px;
}

table.tb-history-search tr th:first-child, table.tb-history-search tr td:first-child {
    text-align: center;
    width: 60px;
}

p.info-search-name {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}

p.search-time {
    margin: 0;
    font-style: italic;
    font-size: 14px;
    width: 100%;
    float: left;
}

p.search-type {
    margin: 0;
    font-size: 14px;
    width: 100%;
    float: left;
}

p.search-type label {
    color: red;
    font-weight: 500;
}

p.info-search-name {
    width: 100%;
    float: left;
}
/*end account*/

section.msg-success-page {
    width: 100%;
    float: left;
}

.container-success-page {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    background: #f5f3f4;
}

.box-success-page {
    width: 600px;
    margin: 80px auto;
    float: left;
}

.icon-success-page {
    width: 100%;
    float: left;
    text-align: center;
}

.icon-success-page span {
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 3px solid #337108;
    border-radius: 50%;
    padding: 8px;
}

.content-msg-success {
    width: 100%;
    float: left;
}

.content-msg-success h3 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 26px;
}

.content-msg-success p {
    width: 100%;
    float: left;
    margin: 0;
    color: gray;
    text-align: center;
}

.content-msg-success p a {
    color: #337108;
    font-weight: 600;
}

section.container-header-afiliate {width: 100%;float: left;padding: 30px 0px;}

section.container-step-afiliate {
    background: rgb(250 250 250);
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 0px;
}

.wraper-header-affiliate {
    width: 100%;
    float: left;
}

.afiliate-header-left {
    width: 55%;
    float: left;
    padding: 69px 20px;
    padding-right: 80px;
}

.afiliate-header-right {
    width: 45%;
    float: left;
}

.afiliate-header-left h1 {
    width: 100%;
    float: left;
    font-size: 36px;
    line-height: initial;
    color: #502704;
}

.brief-header-affiliate {
    width: 100%;
    float: left;
}

.image-header-banner {
    width: 100%;
    float: left;
    height: 335px;
}

.image-header-banner img {
    max-height: 100%;
    max-width: 100%;
}

.wraper-step-affiliate {
    width: 100%;
    float: left;
}

.wraper-step-affiliate h2 {
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
}

.list-step-affiliate {
    width: 100%;
    float: left;
}

.item-step-affiliate {
    width: 33.3333333333333333333%;
    float: left;
    padding: 20px 90px;
}

.image-step-affiliate {
    width: 100%;
    float: left;
    text-align: center;
}

.image-step-affiliate img {
    max-width: 100px;
}

.item-step-affiliate h3 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 5px 0px;
}

.item-step-affiliate p {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
}

section.container-question-afiliate {
    width: 100%;
    float: left;
    padding: 30px 0px;
}

.wraper-question-affiliate {
    width: 100%;
    float: left;
}

.wraper-question-affiliate h2 {
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
}

.list-question-affiliate {
    width: 100%;
    float: left;
}

.item-quetsion-affiliate {
    width: 50%;
    float: left;
    padding: 10px;
    height: 155px;
}

span.count-quetsion {
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    background: #337108;
    color: white;
}

.question-info {
    width: calc(100% - 50px);
    float: left;
    padding-left: 20px;
}

.question-info h3 {
    margin: 0;
    width: 100%;
    float: left;
}

.question-info p {
    width: 100%;
    float: left;
    margin: 0;
    margin-top: 5px;
}

section.container-policy-afiliate {
    width: 100%;
    float: left;
    padding: 30px 0px;
    background: rgb(250 250 250);
}

section.container-guide-afiliate {
    width: 100%;
    float: left;
    padding: 30px 0px;
}

section.container-money-afiliate {
    background: rgb(250 250 250);
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 0px;
}

.bottom-tool-action-result {
    width: 100%;
    float: left;
    background: #00000052;
    text-align: center;
}

.bottom-tool-action-result a {
    padding: 12px 80px;
    display: inline-block;
    background: #dc8526;
    color: white;
    font-weight: 600;
    margin: 20px 0px;
    margin-bottom: 50px;
    border-radius: 3px;
}

.wraper-package {
    width: 100%;
    float: left;
    padding: 30px 0px;
}

.wraper-package>h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
}

.table-package {
    width: 100%;
    float: left;
}

table.tb-package {
    width: 100%;
    float: left;
}

table.tb-package th {
    background: #337108;
    color: white;
    border: 1px solid #ccc;
    padding: 8px;
    font-weight: 500;
    font-size: 16px;
}

table.tb-package td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

th.package-cols-name {
    width: 80%;
}

th.package-cols-price {
    width: 20%;
}

p.p-price {
    float: left;
    margin: 0;
    font-weight: 500;
    line-height: 30px;
}

a.btn-addcart {
    float: left;
    background: #502704;
    padding: 2px 10px;
    border-radius: 20px;
    color: white;
    margin-left: 15px;
    font-size: 14px;
}

section.container-description-purchase {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

section.container-package {
    width: 100%;
    float: left;
}

section.container-orders {
    width: 100%;
    float: left;
    padding: 30px 0px;
    background: #f9f9f9;
}

.wraper-orders {
    width: 100%;
    float: left;
}

table.tb-orders {
    width: 100%;
    float: left;
}

table.tb-orders th {
    padding: 8px;
    background: #502704;
    color: white;
    border: 1px solid #ccc;
}

table.tb-orders th:first-child {
    width: 80%;
}

table.tb-orders th {
    width: 20%;
}

table.tb-orders td {
    padding: 10px;
    border: 1px solid #ccc;
}

table.tb-orders td p {
    width: 100%;
    float: left;
    margin: 3px 0px;
    color: black;
}

span.orders-price {
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0px;
}

table.tb-orders td:last-child {
    text-align: center;
}

a.btn-cancel-orders {
    color: #ff7373;
    font-weight: 500;
    font-size: 14px;
}

.wraper-orders-payment {
    width: 100%;
    float: left;
}

.content-payment-orders {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

a.btn-affiliate-link {
    margin-top: 15px;
    display: inline-block;
    color: white;
    text-decoration: underline;
}

.header-report-result, .header-report-result .rows-header-info-result p {
    color: #ffc107;
}

.row-title-report {
    font-size: 32px;
    color: white;
    margin-bottom: 35px;
}

.wraper-detail-result {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.container-detail-result {
    width: 100%;
    float: left;
}

.item-detail-result {
    width: 100%;
    float: left;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0px;
    padding: 15px;
}

.item-detail-result>h2 {
    margin: 0;
    font-size: 16px;
}

.hide-view {
    color: red;
    margin-left: 5px;
}

.content-detail-result {
    width: 100%;
    float: left;
    font-size: 14px;
}

p.notice-view-result {
    color: red;
    font-style: italic;
}

p.notice-view-result a {
    display: inline-block;
    padding: 0px 8px;
    background: #337108;
    color: white;
    margin-left: 10px;
    border-radius: 5px;
    font-style: normal;
}

.notice-package-result {
    width: 100%;
    float: left;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0px;
    padding: 15px;
    text-align: center;
}

.notice-package-result p {
    margin: 0;
    color: red;
    text-align: center;
    width: 100%;
    float: left;
}

.notice-package-result>a {
    background: #337108;
    padding: 1px 10px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

label.num-detail {
    color: #337108;
}

.his-icon {
    background: #502704;
    text-align: center;
    line-height: 20px;
}

.his-icon svg {
    filter: invert(1);
}

table.table-statistic-affiliate {
    width: 100%;
    text-align: left;
}

table.table-statistic-affiliate th {
    background: #ededed;
    border: 1px solid #ccc;
    padding: 10px;
}

table.table-statistic-affiliate td {
    padding: 10px;
    border: 1px solid #ccc;
}

.order-icon {
    background: #337108;
    text-align: center;
    line-height: 20px;
}

.order-icon svg {
    filter: invert(1);
}

p.row-upload-unc label {
    color: #337108;
    float: left;
    margin-right: 10px;
}

p.row-upload-unc input {
    float: left;
    font-size: 14px;
}

a.btn-upload-unc {
    float: left;
    margin-left: 10px;
    border-radius: 5px;
    background: #337108;
    padding: 0px 15px;
    font-size: 12px;
    color: white;
}

a.btn-coppy {
    margin-left: 10px;
    display: inline-block;
    background: #337108;
    padding: 0px 10px;
    border-radius: 5px;
    color: white;
    font-size: 13px;
}

div#payment-content-des a {
    color: inherit;
    cursor: inherit;
}

div#payment-content-des a.btn-coppy {
    color: white;
    cursor: pointer;
}

@media (max-width: 767px) {
    .history-search-wraper {
        padding: 15px;
    }

    .bottom-tool-action-result a {
        width: calc(100% - 40px);
        padding: 12px;
        margin: 20px;
        margin-bottom: 30px;
    }

    .col-lg-2{ 
        width: 50%;
    }
    .col-lg-3{
        width: 100%;
    }
    .col-lg-4{
        width: 100%;
    }
    .col-lg-5{
        width: 100%;
    }
    .col-lg-6{
        width: 100%;
    }
    .col-lg-7{
        width: 100%;
    }
    .col-lg-8{
        width: 100%;
    }
    .col-lg-9{
        width: 100%;
    }
    .col-lg-10{
        width: 100%;
    }
    .col-lg-11{
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .flex-col.show-for-medium.flex-left {
        display: block;
    }

    a.btn-mobile-navi {
        position: absolute;
        top: 25px;
        right: 10px;
        width: 35px;
        height: 35px;
        border: 1px solid #502704;
        color: #502704;
        border-radius: 5px;
        text-align: center;
        line-height: 35px;
    }

    .flex-col.logo {
        width: calc(100% - 45px);
        text-align: center;
    }

    .flex-col.logo img {
        max-width: 155px;
    }

    .flex-col.hide-for-medium.flex-right {
        position: fixed;
        width: 275px;
        height: calc(100% - 90px);
        top: 90px;
        background: white;
        z-index: 9;
        transition: all 0.3s ease;
        left: -275px;
    }

    .flex-col.hide-for-medium.flex-right ul {
        width: 100%;
        float: left;
        padding: 0;
        border-top: 1px solid #ededed;
    }

    .flex-col.hide-for-medium.flex-right ul li {
        width: 100%;
        padding: 5px !important;
        border-bottom: 1px solid #ededed;
    }

    .flex-col.hide-for-medium.flex-right ul li a {
        border: 0 !important;
    }

    .show-menu-mobile .flex-col.hide-for-medium.flex-right {
        left: 0;
    }

    .show-menu-mobile .bg-menu-mobile {
        position: fixed;
        top: 90px;
        width: 100%;
        height: calc(100% - 90px);
        background: #000000a8;
        left: 0;
        display: block;
    }

    .bg-menu-mobile {
        display: none;
    }

    .show-menu-mobile .btn-mobile-navi i:before {
        content: "\f00d";
    }

    .show-menu-mobile .btn-mobile-navi {
        color: #ff4e4e;
        border-color: #ff4e4e;
    }

    div#wrapper {
        margin-top: 90px;
    }

    h2.title-search-home {
        padding: 0px 20px;
    }

    h4.note-search-home {
        padding: 0px 20px;
    }

    .wraper-form-search-home {
        padding: 0px 20px;
    }

    .select-birth {
        width: 33.33333333333333%;
        padding-left: 0;
    }

    .input-birth {
        width: 33.333333333333333%;
        padding-left: 0;
        padding-right: 0;
    }

    .content-about-home {
        padding: 40px 0px;
    }

    .image-about-home-left {
        width: 100%;
        text-align: center;
        padding: 0px 30px;
    }

    .right-about-home {
        width: 100%;
        padding: 20px;
    }

    .description-home-tsh {
        padding: 0px 20px;
    }

    h3.title-block-tsh {
        padding: 0px 20px;
    }

    h3.title-block-benefit {
        padding: 0px 20px;
    }

    .description-home-benefit {
        padding: 0px 20px;
    }

    h3.title-block-why {
        padding: 0px 20px;
    }

    .description-home-why {
        padding: 0px 20px;
    }

    .description-home-why table tr td:first-child {
        width: 50%;
    }

    h3.title-meaning {
        padding: 0px 20px;
    }

    .list-meaning {
        padding: 0px 20px;
    }

    .item-meaning {
    }

    h3.title-decoder {
        width: 100%;
        padding: 0px 20px;
    }

    .item-name-decoder {
        border-left: 1px solid #ccc;
    }

    .header-num-cd {
        padding: 0px 20px;
    }

    .header-num-chudao h2 {
        width: 350px;
        height: 350px;
        line-height: 310px;
    }

    .header-num-chudao h2:after {
        width: 310px;
        height: 310px;
    }

    .item-tracuu-result {
        width: 100%;
        margin-bottom: 20px;
    }

    article.post-description {
        padding: 20px;
    }

    article.post-description img, article.post-description table {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }

    p.number-tracuu-result {
        width: 70%;
    }

    .afiliate-header-left {
        width: 100%;
        padding: 0;
    }

    section.container-header-afiliate {
        padding: 20px 15px;
    }

    .afiliate-header-left h1 {
        margin: 12px 0px;
        font-size: 26px;
    }

    .afiliate-header-right {
        width: 100%;
        margin-top: 15px;
    }

    .image-header-banner {
        height: auto;
    }

    section.container-step-afiliate {
        padding: 20px 15px;
    }

    .item-step-affiliate {
        width: 100%;
    }

    section.container-money-afiliate {
        padding: 20px 15px;
        overflow: hidden;
    }

    section.container-question-afiliate {
        padding: 20px 15px;
    }

    .item-quetsion-affiliate {
        width: 100%;
        height: auto;
    }

    section.container-policy-afiliate {
        padding: 20px 15px;
        overflow: hidden;
    }

    section.container-guide-afiliate {
        padding: 20px 15px;
        overflow: hidden;
    }

    section.container-description-purchase div {
        width: 100%;
        display: block !important;
    }

    section.container-description-purchase iframe {
        width: 100%;
    }

    section.container-description-purchase {
        overflow: hidden;
        padding: 20px 15px;
    }

    section.container-package {
        padding: 15px;
    }

    section.container-orders {
        padding: 25px 15px;
    }

    th.package-cols-name {
        width: 40%;
    }

    p.p-price {
        width: 100%;
        margin-bottom: 5px;
    }

    a.btn-addcart {
        width: 100%;
        margin: 0;
        padding: 2px 5px;
    }
}

p.order-image-unc img {
    max-height: 200px;
}

p.search-type label.search-fee {
    color: #337108;
}

p.btn-export-search {
    width: 100%;
    float: left;
    margin: 0;
    padding: 5px;
}

p.btn-export-search a {
    background: #502704;
    float: left;
    padding: 3px 15px;
    border-radius: 9px;
    color: white;
}

p.btn-export-search a:hover {
    background: #653206;
}

.balance-orders {
    width: 100%;
    float: left;
}

.item-affiliate-statistic {
    float: left;
    margin-bottom: 15px;
}

.item-affiliate-statistic label {
    float: left;
    padding: 8px;
    background: #502704;
    border: 1px solid #502704;
    color: white;
    border-radius: 5px 0px 0px 5px;
}

.item-affiliate-statistic p {
    margin: 0;
    float: left;
    padding: 8px 15px;
    border: 1px solid #502704;
    border-left: 0;
    margin-right: 15px;
    font-weight: bold;
    border-radius: 0px 5px 5px 0px;
}

.btn-withdraw-client {
    float: left;
}

.btn-withdraw-client a {
    float: left;
    padding: 8px 10px;
    background: #337108;
    border-radius: 5px;
    color: white;
}

.btn-withdraw-client a:hover {
    background: #408d0b;
}

.none-withdraw a {
    background: #ccc;
    cursor: no-drop;
}

.none-withdraw a:hover {
    background: #ccc !important;
}

.input-bank {
    float: left;
    background: white;
    padding: 10px;
    color: black;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    resize: none;
    height: 90px;
}

.notice-withdraw {
    width: calc(100% - 20px);
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #ff88221c;
}

.notice-withdraw i {
    margin-right: 6px;
}

.button-export-detail {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: center;
}

.button-export-detail a {
    padding: 15px 100px;
    display: inline-block;
    background: #337108;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    border: 1px solid #966439;
}

.button-export-detail a:hover {
    background: #3e8a0a;
}

label.label-success-page {
    background: #f9dcba;
    padding: 8px;
    padding-right: 50px;
    color: #502704;
    font-weight: 600;
    float: left;
}

.content-msg-verify-email p {
    margin: 35px 0px;
    color: #502704;
    font-weight: 500;
    padding: 0px 65px;
}

.content-msg-verify-email span {
    width: 100%;
    text-align: center;
    float: left;
    background: #dc8526;
    padding: 6px;
    color: white;
    font-weight: 600;
}

a.link-redirect-view {
    width: 100%;
    background: #dc8526;
    float: left;
    text-align: center;
    color: white;
    padding: 6px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 30px;
}

#login-popup .modal-header, #register-popup .modal-header, #forget-popup .modal-header, #recovery-popup .modal-header {
    border: 0;
    padding: 0;
    height: 0px;
    min-height: 0;
}

#login-popup .modal-header .close, #register-popup .modal-header .close, #forget-popup .modal-header .close, #recovery-popup .modal-header .close {
    position: absolute;
    top: 0px;
    right: -30px;
    font-weight: normal;
    color: white;
    opacity: 1;
    text-shadow: none;
    width: 25px;
    height: 25px;
    font-size: 30px;
}

.modal-header .close {
    margin-top: -2px;
}

.wraper-formlogin {
    width: 100%;
    display: inline-block;
}

.header-frm-login {
    width: 100%;
    float: left;
    padding: 30px;
    padding-bottom: 0;
}

.content-form-login {
    width: 100%;
    float: left;
    padding: 10px 30px;
}

.footer-form-login {
    width: 100%;
    float: left;
    padding: 0px 30px;
    position: relative;
}

.note-form-login {
    width: 100%;
    float: left;
    padding: 10px 30px 30px;
}

.header-frm-login h3 {
    font-size: 24px;
    width: 100%;
    float: left;
    line-height: normal;
    margin: 0;
    margin-bottom: 10px;
}

.header-frm-login p {
    font-size: 14px;
    color: gray;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.row-form-login {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

label.label-form {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 14px;
}

.row-form-login input {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 44px;
}

.btn-login {
    width: 100%;
    text-align: center;
    float: left;
    padding: 15px;
    background: #4f2502;
    color: white;
    text-transform: uppercase;
    border-radius: 31px;
    cursor: pointer;
}

.btn-forget-form {
    float: left;
    color: black;
}

a.btn-register-form {
    float: right;
    text-decoration: underline !important;
    color: black;
}

#login-popup .modal-dialog, #register-popup .modal-dialog, #forget-popup .modal-dialog, #recovery-popup .modal-dialog {
    left: auto;
    width: 460px;
    margin: 20px auto;
}

.modal-open {
    overflow: hidden;
}