@media (min-width: 768px) {
    body {
        display: none;
    }
}

main {
    padding-top: 10px;
    padding-bottom: 70px;
}

:root {
    --primary-color: #002a78;
    --secondary-color: #259946;
}

p {
    font-size: 13px;
}

.color-primary {
    color: var(--primary-color);
}

.color-secondary {
    color: var(--secondary-color);
}

.color-secondary2 {
    color: var(--secondary-color);
}

.bg-second {
    background-color: #ccc;
}

.bg-2 {
    background-color: rgba(255, 255, 255, 0.74);
}

.fw-bold {
    font-weight: 600;
}

.shadow {
    box-shadow: 5px 10px #888888;
}

.bg-gradient1 {
    background: linear-gradient(180deg, #f1ffc2, rgb(207 255 201));
}

.font-13 {
    font-size: 13px;
}

.ul-no-space {
    margin-right: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.ul-no-space li {
    padding-left: 0;
}

.border-2 {
    border-color: var(--secondary-color) !important;
}

.bank-info {
    position: absolute;
    color: #fff;
    bottom: 25px;
    left: 12px;
}

.bank-info ul li:first-child {
    font-size: 25px;
}

.bank-name {
    position: absolute;
    right: 10px;
    color: #fff;
    top: 32px;
    border: 1px solid #fff;
    padding: 5px 30px;
    border-radius: 10px;
}

.bank-name h5 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 25px;
    text-transform: uppercase;
}

.button-primary {
    padding: 10px 35px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.button-secondary {
    padding: 10px 35px;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.button-secondary:hover {
    color: #e1ff00;
}

.bgr-primary {
    background-color: var(--secondary-color);
}

body {
    background: #ffffff;
}

p {}

.fs-10 {
    font-size: 10px;
}

.modal-body {
    overflow: scroll;
}

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

.content-main {}

section.banner a,
section.banner p,
section.banner div,
section.banner h6 {
    color: white;
}


/* ------------------------Css Footer -------------------------*/

footer {
    position: fixed;
    width: 100%;
    bottom: 0%;
    background-color: var(--secondary-color);
    box-shadow: 0px 8px 5px 10px #ffffff99;
}

.fix-menu>div {
    width: 25%;
}

footer a {
    position: relative;
    display: block;
    font-size: 30px;
    padding: 3px 0px;
    text-decoration: none;
    color: white;
    width: 100%;
}

.ul-no-style {
    padding-left: 0 !important;
    list-style: none;
}

.ul-no-style li {
    margin-left: 0;
    padding: 10px 5px;
}

.border {
    border: 1px solid;
}

.rounded {
    border-radius: 10px;
}

footer a:hover {
    color: white;
}

footer .col-3.text-center {
    position: relative;
    border: none;
    color: #FFFFFF;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

footer a:after {
    content: "";
    background: rgb(255, 203, 203);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 25%;
    /* padding-left: 350%; */
    /* margin-top: -50%; */
    opacity: 0;
    transition: all 0.8s;
    width: 100%;
}

footer a:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
}


/* button primary */

.btn.btn-tim {
    padding: 8px 3px;
    background: white;
    color: purple;
    font-size: 11px;
    border: 1px solid purple;
    width: 100%;
}

.btn.btn-tim.active {
    color: white;
    background: purple;
}

.btn.btn-full-tim {
    padding: 8px 3px;
    background: var(--secondary-color);
    color: white;
    font-size: 16px;
    border: 1px solid var(--secondary-color);
    width: 100%;
}

.text-purple {
    color: purple;
}

table.table {
    border-top: 2px solid #e6e9ec;
    border-left: 2px solid #e6e9ec;
    border-right: 2px solid #e6e9ec;
}

.bg-white {
    background-color: #fff;
}