* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Helvetica Neue' !important;
}
ul, li {
    list-style: none;
}
a:focus {
    outline: none;
}
input:focus {
    outline: none !important;
    box-shadow: none !important;
}
button:focus {
    box-shadow: none !important;
    outline: none !important;
}
a:active,
a.active {
    background-color: transparent !important;
    color: #319EF2 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white !important;
}
.flex {
    display: flex;
}
.pagination,
.pagination ul {
    justify-content: flex-end;
    display: flex;
}
.pagination li {
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: 5px;
}
.pagination li a {
    font-size: 15px;
    color: #000;
    display: block;
    padding: 5px;
}
    /* 1. DEFAULT */

#page {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: auto;
}
.login {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}
.page {
    /* background: rgb(153,202,145);
    background: linear-gradient(180deg, rgba(153,202,145,1) 0%, rgba(21,116,94,1) 100%); */
    background-size: 100%;
    background-image: url(./../img/pexels-photo-629161.png);
    background-repeat: no-repeat;
    background-color: #000000;
}
.btn-not-background {
    background-color: transparent;
    padding: 0 !important;
}
/* ============== */


/* MAIN */
header {
    display: inline-block;
    width: 100%;
    background-color: #fff;
}
nav {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
header a.navbar-brand.flex {
    display: flex;
    padding-left: 0;
}
header a.navbar-brand.flex img {
    width: 46px;
    height: 46px;
    margin-right: 6px;
}
header a.navbar-brand.flex .grid span {
    font-size: 16px;
    font-family: 'HelvericaNeue-Black';
    color: #086015;
    text-transform: uppercase;
}
header a.navbar-brand.flex .grid p {
    font-size: 11px;
    font-family: 'HelvericaNeue-Bold';
    color: #15745E;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: -5px;
}
.modal-backdrop.show { opacity: 0.5 !important; }
header input.form-control.search {
    display: none;
    max-width: 150px;
}
header .icon-search {
    background-color: transparent;
    border: none;
    background-image: url("../img/icon_search.png");
    width: 20px;
    height: 20px;
    display: inline-block;
}
header div#navbarSupportedContent {
    justify-content: space-between;
    display: flex !important;
}
header .nav-link {
    margin-right: 8px;
    font-size: 14px;
}
header .dropdown-menu {
    width: 200px;
    border: none;
    box-shadow: 0 0 8px 2px #0000002b;
    left: inherit;
    right: 0;
}
header .dropdown-menu:before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: -4px;
    right: 20px;
    transform: rotate(45deg);
}
header .dropdown-menu .dropdown-item {
    padding-bottom: 10px;
    border-bottom: dashed 1px #e4e4e4;
    font-size: 14px;
}
header .dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
    color: #319EF2 !important;
}

header .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
header  .navbar-light .navbar-nav .active>.nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show>.nav-link {
    color: #319EF2;
}
header .navbar-nav li:hover>a.nav-link {
    color: #319EF2 !important;
}
/* ============== */

/* MAIN */

.main {
    display: inline-block;
    width: 100%;
    margin-top: 63px;
    padding-bottom: 156px;
}
.main.account {
    margin-top: 15px;
}
.breadcrumb {
    background-color: transparent !important;
    padding: 0 !important;
}
.breadcrumb li.active {
    color: white;
    font-size: 13px;
}
.user_account {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    padding: 20px 15px;
    box-shadow: 0 0 8px 2px #0000002b;
}
.user_account .position {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.user_account i.icon_user_active {
    background-image: url("../img/icon_actve_user@2x.png");
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    right: -5px;
    background-size: 100%;
}
.user_account img.avatar_user {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}
.user_account .infomation_user {
    display: grid;
}
.user_account .infomation_user span.name {
    font-size: 14px;
    font-family: 'HelvericaNeue-Bold';
    text-transform: uppercase;
}
.user_account .infomation_user span.id {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
}
.user_account .infomation_user .point i.icon_point {
    background-image: url("../img/icon_point.png");
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
}
.user_account .infomation_user .point span {
    font-size: 14px;
    color: #086015;
    position: relative;
    top: -4px;
}
h5.title_menu {
    display: block;
    margin: 9px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    font-family: 'HelvericaNeue-Medium';
    letter-spacing: 0.15em;
}
.form-investment {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 15px;
    box-shadow: 0 0 8px 2px #0000002b;
}
.form-investment .title-investment {
    display: block;
    font-family: 'HelvericaNeue-Bold';
    font-size: 14px;
}
.form-investment .list-investment {
    margin-bottom: 0;
}
.form-investment .list-investment li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    font-size: 13px;
    border-bottom: dashed 1px #E4E4E4;
}
.form-investment .list-investment li span {
    position: relative;
    top: 2px;
}
.form-investment .list-investment li.active {
    background-color: #08AF21;
    color: white;
    max-height: 35px;
    border-radius: 4px;
    padding: 10px;
    padding-bottom: 10px !important;
    text-transform: uppercase;
}
.list-investment .group img {
    width: 20px;
}
.form-investment .list-investment li.active span {
    position: inherit;
    font-size: 10px;
    font-family: 'HelvericaNeue-Bold';
    margin-top: 1px;
    letter-spacing: 0.1em;
}
.form-investment .list-investment li.active p {
    font-size: 12px;
    margin-bottom: 0;
}
.form-investment .list-investment li:last-child
{
    padding-bottom: 0;
    border-bottom: none;
}
.form-investment .list-investment li:nth-of-type(5) {
    border-bottom: none;
}
.my.investment .form-investment {
    padding-top: 0;
    padding-bottom: 15px;
}

.content .statistical {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.content .statistical .content_statistical {
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    max-height: 200px;
    padding: 30px 0;
}
.content .statistical .content_statistical:hover {
    cursor: pointer;
    box-shadow: 0 0 8px 1px #00000047;
}
.content .statistical .content_statistical:hover span.package {
    color: #319EF2;
}
.content .statistical .content_statistical img {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto auto 15px;
}
.content .statistical .content_statistical span.package {
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
    font-family: 'HelvericaNeue-Bold';
    margin-bottom: 7px;
    display: inline-block;
}
.content .statistical .content_statistical p {
    margin-bottom: 0;
    font-size: 16px;
}
.content .statistical .content_statistical strong {
    font-size: 14px;
    color: #08AF21;
    display: inline-block;
    width: 100%;
}

/* ========== CPO =========== */

.content_cpo .content_list_cpo {
    background-color: #fff;
    border-radius: 4px;
    padding: 24px 20px 19px 20px;
}

.content_cpo .content_list_cpo h5 {
    font-size: 13px;
    font-family: 'HelvericaNeue-Bold';
    color: #AF0896;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.content_cpo .content_list_cpo ul {
    margin-bottom: 0;
}
.content_cpo .content_list_cpo ul li:not(:last-child) {
    margin-bottom: 10px;
}
.content_cpo .content_list_cpo ul li span {
    font-size: 14px;
}

.content_cpo .content_list_cpo button {
    width: 100%;
    height: 36px;
    background-color: #1A9C2E;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    border: none;
    margin-top: 37px;
}
.content_cpo .content_list_cpo button:hover {
    background-color: #0C662D;
    text-decoration: none;
    cursor: pointer;
}


.modal.cpo form {
    background-color: #F2F2F4;
    border-radius: 4px;
    padding: 32px 20px 20px;
}
.modal.cpo form h5 {
    font-size: 15px;
    font-family: 'HelvericaNeue-Bold';
    color: #000000;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.modal.cpo form strong {
    font-size: 14px;
    color: #548E2D;
}
.modal.cpo form .form-group:last-child {
    margin-bottom: 0;
}
.modal.cpo form .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
}
.modal.cpo form .form-group input {
    margin-bottom: 12px;
}
.modal.cpo form .form-group p {
    color: #AF0896;
    font-size: 13px !important;
}
.modal.cpo .total {
    margin-top: 16px;
    font-size: 18px;
    font-family: 'HelvericaNeue-Bold';
    color: #000000;
    display: block;
}
.modal.cpo .total strong {
    color: #319EF2;
}

    /* ========================= */




/*============== footer ============== */
.footer {
    width: 100%;
    background-color: #FFFFFF;
    min-height: 330px;
}
.footer-logo {
    width: 100%;
    padding-top: 30px;
}
.footer-logo a{
    display: inline-flex;
}
.footer-logo a:hover {
    text-decoration: none;
}
.footer-logo a img {
    max-width: 46px;
    max-height: 46px;
    margin-bottom: 30px;
}
.footer-logo a div {
    margin-left: 20px;
}
.footer-logo a span {
    color: #086015;
    font-weight: bolder;
    font: normal normal 900 16px Helvetica Neue;
    text-transform: uppercase;
}
.footer-logo a p {
    font: normal normal bold 11px/13px Helvetica Neue;
    color: #15745E;
    text-transform: uppercase;
}
.footer-list {
    display: flex;
    justify-content: space-between;
}
.footer-list ul li {
    margin-bottom: 10px;
}
.footer-list ul:first-child {
    max-width: 277px;
}
.footer-list ul:first-child li {
    list-style: none;
}
.footer-list ul:first-child li:hover {
    color: #86AD3D;
}
.footer-list ul:first-child img {
    max-width: 12px;
    max-height: 12px;
}
.footer-list ul:first-child .logo__underbottom {
    max-width: 112px;
    max-height: 42px;
}
.footer-iframe-title,
.footer-list ul p {
    font: normal normal medium 14px/21px Helvetica Neue;
    letter-spacing: 0px;
    color: #111111;
    font-weight: bold;
}
.footer-list ul li {
    list-style: disc;
    text-align: left;
    font: normal normal normal 13px Helvetica Neue;
    color: #111111;
}
.footer-list ul li:hover {
    color: #111111 !important;
}
.footer-list ul li a:hover {
    list-style: none ;
    text-decoration: none;
    color: #86AD3D;
}
.footer-list ul li a {
    color: #111111;
}
.footer-dev {
    width: 100%;
    background-color: #86AD3D;
    min-height: 33px;
}
.footer-dev span {
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 80px;
}
.footer-list__connect li{
    list-style: disc !important;
    margin-left: 16px !important;
}
.footer-list__index li{
    margin-left: 16px !important;
}

/* RESPONSIVE Footer and Header */
@media (min-width:1200px) and (max-width:1920px) {
    .hideSearchTitleInPC {
        display: none !important;
    }
}
@media (min-width:940px) and (max-width:1199px) {
    .cartIcon {
        display: none !important;
     }
    .hideSearchTitleInPC {
        display: none !important;
    }
}
@media (min-width:500px) and (max-width:939px){
    .footer-list {
        display: block;
    }
    .cartIcon {
        display: none;
     }
    .headerFlex {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .header .space-beetwen {
        margin-left: 0;
    }
    .imageIconHeader {
        display: unset !important;
    }
    .eco__notSginin--navbarSearch {
        width: 100% !important;
        top: unset !important;
        bottom: -45px !important;
    }
}
@media (min-width:376px) and (max-width:499px){
    .footer-list {
        display: block;
    }
    .headerFlex {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .space-beetwen {
        margin-left: 0;
    }
    .imageIconHeader {
        display: unset !important;
    }
    .eco__notSginin--navbarSearch {
        width: 100% !important;
        top: unset !important;
        bottom: -45px !important;
        z-index: 10000;
    }
    header .nav-link {
        font-size: 16px;
    }
    .imageIconHeader a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .content .statistical {
        grid-template-columns: repeat(2,1fr);
    }
    .content_cpo .content_list_cpo {
        margin-bottom: 10px;
    }
    .header div#navbarSupportedContent {
        display: unset !important;
    }
    .cartIcon {
        margin-right: 10px;
        position: absolute;
        top: 20px;
        right: 60px;
    }
}


@media screen and (max-width:375px) {
    .footer-list {
        display: block;
    }
    .headerFlex {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .space-beetwen {
        margin-left: 0;
    }
    .imageIconHeader {
        display: unset !important;
    }
    .eco__notSginin--navbarSearch {
        width: 100% !important;
        top: unset !important;
        bottom: -45px !important;
        z-index: 10000;
    }
    header .nav-link {
        font-size: 16px;
    }
    .imageIconHeader a {
        font-size: 16px;
    }
}
/* RESPONSIVE */

/* ===== 13 INC ====*/

@media (min-width: 1199px) and (max-width: 1366px) {
   .main:not(.login) {
        height: inherit;
        padding-bottom: 5%;
    }

}

