.page-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #fc8700;
}

.sub-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #fc8700;
}

.font-12 {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}
.font-14 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.font-18 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

.outline-blue {
    color: #343a86 !important;
    border-color: #343a86 !important;
}

.color-main {
    color: #343a86;
}

.a-none {
    color: #000 !important;
    text-decoration: none !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #c5221f !important;
    border-color: #c5221f !important;
}

.point-card {
    display: flex;
    flex-direction: column;
    height: 200px;
    background: #FFFFFF;
    border-radius: 10px;

}

.point-card-header {
    height: 70px;
    color: #343a86;
    align-items: center;
}

.point-card-body {
    background-color: #343a86;
    height: 130px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #FFFFFF;
}

.product-point-card-img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 130px;
}

.product-point-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    width: 160px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

