     body{
        font-size: 0.9rem !important;
     }
     h1, h2, h3, h4, h5{
        font-family: "Be Vietnam Pro", sans-serif !important;
      }
      .iconHead a{
            margin-left: 10px;
      }
      .infoHead small{
            margin-right:15px;
      }
      .infoHead i{
            margin-right:5px;
      }
      .mt-5 {
            margin-top: 3rem !important;
      }
      .start-0 {
            left: 0 !important;
      }
      .top-0 {
            top: 0 !important;
      }
      .overflow-hidden {
            overflow: hidden !important;
      }
      .me-3 {
            margin-right: 1rem !important;
      }
      .me-2 {
            margin-right: .5rem !important;
        }
        .item_row{
            padding-right: 1.5rem;
            padding-left: 1.5rem;
            margin-top: 3rem !important;
        }
    .ps-4 {
        padding-left: 1.5rem !important;
    }
    .titleNew{
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .titleEvent{
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .btnDetailEvent{
        align-items: center;
        background-color: var(--bg-color-grey-cool);
        bottom: 0;
        color: #e40d75;
        display: flex;
        height: 3rem;
        justify-content: center;
        position: absolute;
        right: 0;
        transition: all .3s ease;
        width: 3rem;
        background:#ecf3f7;
    }
    .btnDetailEvent:hover{
        background:#e40d75;
        color: white;
        text-decoration:none;
    }
    .bg-primary{
        background-color:#016e9f !important;
    }
    .text-primary{
        color:#016e9f !important;
    }
    .btn-primary{
        background-color:#016e9f !important;
    }

    .stepJoinText{
        line-height: 1.5em;
        height: 4.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin-top:15px;
    }
    
    #navbarCollapse a{
        text-transform: capitalize;
        font-weight: 600;
    }

    @media only screen and (max-width: 600px) {
        .testimonial-item img{
            height: auto !important;
        }
        .blog-item img{
            height: auto !important;
        }
        .item_row{
            margin-bottom: 3rem !important;
            margin-top: 0rem !important;
        }
        }