@font-face {
    font-family: 'exo2';
    src: url("../fonts/SourceCodePro-Regular.ttf");
}

* {
    padding: 0;
    margin: 0;
    font-family: "exo2";
}

body {
    background-color: gainsboro;
    /* background-color: #0c0c0c; */
}

.body_body {
    box-shadow: 0px 0px 5px black;
    margin: auto !important;
    /* background-color: #eee5cd */
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    background: linear-gradient(-135deg, #c850c0, #4158d0);
}

/* HEADER START */

.header {
    box-shadow: 0px 0px 2px black;
    text-align: center;
    border-radius: 7px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.warring .container {
    display: flex;
    flex-direction: row;

    /* align-items: center; */
}

.container {
    height: 100%;
}

.logo {
    width: 20%;
    /* margin: auto; */
    text-align: left;
}

.warring .container p {
    width: 100%;
    padding: 0;
    margin: 0;
    color: red;
}



/* MAIN START */
.main {
    margin: 2vw auto;
}




/* HOME PAGE START */

.download {
    margin: 1vw auto;
}

.download .list_download {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.download figure {
    margin: 0;
    padding: 2px 0px;
}

.download p {
    color: #8d5d0d;
}

.content_home {
    margin: 2vw auto;
}

.content_home .title h3 {
    font-weight: 700;
}

.content_home .content p {
    margin: 0;
    padding: 3px 0px;
}



/* FORUM START */
.user_page .btn_login {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.user_page .btn_login a {
    color: transparent;
    text-decoration: none;
    margin: 0 1vw;
    transition: 0.3s ease-in-out;
}


.user_page .btn_login a:hover {
    transform: scale(1.1);
}

.user_page .btn_login button {
    outline: none;
    color: white;
    border: none;
    padding: 7px 20px;
    border-radius: 5px;
    background-color: #8d5d0d;
    margin: 2vw auto;
}

/* LOGIN START */




.login_page h3 {
    color: #8d5d0d;
    font-weight: 700;
    text-align: center;
    margin: 15px auto;
}

.login_page .form {
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.login_page .form input {
    outline: none !important;
    width: 100%;
    padding: 5px 7px;
    margin: 10px 0px;
    border-radius: 5px;
    border: 1px solid #e0ad50;
    margin-bottom: 7px;
}

.login_page .form .btn_form {
    text-align: center;
}

.login_page .form button {
    outline: none;
    color: white;
    border: none;
    padding: 7px 20px;
    border-radius: 5px;
    background-color: #8d5d0d;
    margin: 1vw auto;
    text-align: center;
}

.captcha {
    margin-top: 10px;
}

.login_page b {
    color: red;
    font-size: 13px;
}

.login_page select {
    width: 100%;
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 6px 7px;
}

/* VIEW PAGE START */
.view_page table {
    width: 100%;
    text-align: center;
}

.view_page table thead {
    color: #8d5d0d;
    border-top: 1px solid #8d5d0d;
    border-bottom: 1px solid #8d5d0d;
}

.view_page table td:nth-child(2) {
    text-align: left;
    padding-left: 15px;
}

.view_page table thead th {
    padding: 5px 0px;
}

.view_page table tbody tr {
    border-bottom: 1px solid rgb(184, 184, 184);
}

.view_page table tbody td {
    padding: 2px 0px;
}

/* GALLERY PAGE START */

.gallery_page .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery_page hr {
    margin: 5px 0px;
}

.gallery_page a {
    color: #8d5d0d;
    text-decoration: none;
}

.gallery_page ul li {
    list-style: disc;
    color: #8d5d0d;
}

.gallery_page .gift_code p {
    /* padding: 5px 0px; */
    margin: 0;
}

/* MESENGER PAGE START */
.view_msg h4 {
    color: #8d5d0d;
}

.view_msg p {
    margin: 0;
}

.view_msg hr {
    margin: 5px 0px;
}

/* INFO PAGE START */

.info_page {
    margin-bottom: 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.info_page .avartar img {
    border-radius: 10px;
}

.info_page .avartar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info_page .avartar p {
    margin-top: 10px;
    color: #8d5d0d;
    margin-bottom: 0;
    font-weight: 700;
}

.info_page .avartar b {
    color: #8d5d0d;
}

.info_page .desc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.info_page .desc p {
    margin-top: 10px;
    color: #e0ad50;
    margin-bottom: 0;
    font-weight: 700;
}

.info_page .desc .item {
    margin-bottom: 10px;
}

.info_page .desc b {
    color: #8d5d0d;
}

/* VIEWCARD PAGE START */

.view_card.container {
    overflow-x: auto;
}

.view_card.container table {
    width: 100%;
    border-collapse: collapse;
}

.view_card.container th,
.view_card.container td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.view_card.container th {
    background-color: brown;
    color: white;
}

.view_card.container tr:nth-child(odd) {
    background-color: white;
}

.view_card.container table {
    margin-bottom: 20px;
}

/* FORUM PAGE START */
.user_page .list_contact {
    text-align: center;
}

.user_page .list_contact a {
    text-decoration: none;
    margin: 0px 15px;
    background-color: #dab6a3;
    padding: 5px 15px;
    color: white;
    border-radius: 5px;
}

.user_page .desc a button {
    width: 93%;
    text-decoration: none;
    color: #8d5d0d;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 3px;
    margin: 10px 2px;
    background-color: #cba871;
    border: 2px solid #8d5d0d;
}

.user_page .desc a {
    transition: 0.3s ease-in-out;
}

.user_page .desc a:hover {
    transform: scale(1.1);
}

#card {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#card .btn_button {
    text-align: left;
}

.form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.form form .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.form form .col-12 button {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form form .col-12 button i {
    margin: 0 10px;
}

.warring {
    /* background-color: #9c147a; */
    /* background-color: silver; */
    background-color: #0c0c0c;
    /* padding:1vw 0; */
    box-shadow: 0px 2px 5px black;
    border-radius: 10px;
    transform: translateY(10%);
    position: relative;
    z-index: 9999;
    margin-bottom: 20px;
}

.card {
    background-color: #eee5cd;
    border-radius: 0px;
    border: none;
}



/* new */
a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #57b846;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    background: linear-gradient(-135deg, #c850c0, #4158d0);
}

.wrap-login100 {
    width: 100%;

    background: #fff;
    border-radius: 10px;
    overflow: hidden;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 177px 130px 33px 95px; */
    /* padding: 9% 9% 9% 9%; */
    margin: 0 auto;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
    width: 70%;
    margin: 0 auto;
    padding: 2% 9% 9% 12%;
}

.login100-pic img {
    max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
    width: 70%;
    margin: 0 auto;
}

.login100-form-title {
    font-family: Poppins-Bold;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;

    width: 100%;
    display: block;
    padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;

    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87, 184, 70, 0.8);
}

.input100:focus+.focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus+.focus-input100+.symbol-input100 {
    color: #57b846;
    padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;

    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #57b846;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background: #333333;
}


@media (max-width: 992px) {

    .wrap-login100 {
        /* font-size: 100px; */
        /* padding: 177px 90px 33px 85px; */
    }

    .login100-pic {
        /* display: none; */
    }
}

.nav_bars-btn {
    font-size: 1.5rem;
    align-items: right;
    color: #333;
    margin: auto;
    /* text-align: left; */
}

.nav_close {
    font-size: 1.5rem;
    position: absolute;
    top: 0.8rem;
    right: 1rem;
}

.nav_overplay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);

    display: none;
}

.nav_mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 100%;
    background-color: #fff;
    transform: translateX(100%);
}

.navbar_list {
    margin-top: 20px;
}

.navbar_item {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 8px 0;
    font-size: 1.4rem;
}

.padding_logo {
    width: 70%;
    align-items: center;
    margin: auto;
}

.img_zalo {
    margin-right: 0px;
}
/* FOOTER START */
.footer .container {
    text-align: center;
    background-color: #0c0c0c;
    align-items: center;
    border-radius: 7px;
}

.footer p  {
    width: 100%;
    overflow: hidden;
    color: #ddd;
    text-align: center;
}
.login100-form-btn {
    margin-bottom: 10px;
}