.block-g-bongda * {
    font-family: 'arial', sans-serif;
}
.flex-center {
    display: flex;
    justify-content: center;
} 
/* Bengin g-bongda */
.block-g-bongda {
    width: 100%;
    float: left;
    border: solid 1px #e0e0e0;
    padding: 24px 80px;
    margin-bottom: 24px;
    background: rgb(219,248,223);
    background: linear-gradient(0deg, rgba(219,248,223,1) 0%, rgba(255,255,255,1) 100%);
}

    .block-g-bongda.g-het-han {
        background: linear-gradient(0deg, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 100%);
    }

.g-row {
    display: flex;
    margin-bottom: 16px;
}

.g-icon-head img {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
}

.g-text-head {
    font-size: 18px;
    padding-left: 16px;
    font-weight: bold;
    color: #333;
    margin: auto 0;
}

.g-text-sapo {
    color: #333;
    font-size: 15px;
}

.btn-green-outline {
    display: inline-block;
    border: solid 1px #37b748;
    background: #fff;
    color: #37b748;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-size: 16px
}

    .btn-green-outline:hover {
        background: #37b748;
        color: #fff;
    }

.btn-green-default {
    display: inline-block;
    white-space: nowrap;
    background: #37b748;
    cursor: pointer;
    color: #fff;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 5px;
    text-align: center
}

    .btn-green-default:hover {
        background: #25a836;
        color: #fff;
    }

.g-row-2 {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background: #fff;
    padding: 12px 16px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.g-text {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.g-price {
    color: #20b133;
    font-size: 18px;
    font-weight: bold;
}

.g-text-bt {
    font-size: 12px;
    color: #666;
}

.g-text-bg {
    background: #fff200;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 2px;
    display: inline-block;
    color: red;
    position: absolute;
    top: -9px;
    left: 16px;
}

.g-img-diamond {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.g-img-support {
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.btn-g-zalo {
    min-width: 150px;
    border: solid 1px #0068ff;
    background: #fff;
    color: #0068ff;
    font-weight: bold;
    padding: 8px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.btn-g-hotline {
    min-width: 150px;
    cursor: pointer;
    border: solid 1px #e21111;
    background: #fff;
    color: #e21111;
    font-weight: bold;
    padding: 8px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
}

.g-img-24 {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
}

.template-goiDV {
    display: block;
    margin-bottom: 16px;
}

.template-goiDV-btn {
    display: inline-block;
    white-space: nowrap;
    background: #37b748;
    cursor: pointer;
    color: #fff;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
}

    .template-goiDV-btn:hover {
        background: #25a836;
        color: #fff;
    }

    .template-goiDV-btn.active {
        display: none;
    }

.block-goiDV {
    position: relative;
    border: solid 1px #e0e0e0;
    background: rgb(219,248,223);
    background: linear-gradient(0deg, rgba(219,248,223,1) 0%, rgba(255,255,255,1) 100%);
}

.bggradient-goiDV {
    position: relative;
}

    .bggradient-goiDV::after {
        content: "";
        display: block;
        width: 100%;
        background: rgba(255,255,255,0);
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#ffffff));
        background: -webkit-linear-gradient(top,rgba(255,255,255,0),#ffffff);
        background: -moz-linear-gradient(top,rgba(255,255,255,0),#ffffff);
        background: -ms-linear-gradient(top,rgba(255,255,255,0),#ffffff);
        background: -o-linear-gradient(top,rgba(255,255,255,0),#ffffff);
        position: absolute;
        bottom: 1px;
        height: 40px;
        z-index: 1;
    }

.pad-goiDV {
    padding: 16px 80px;
}

.g-font-support {
    font-size: 15px;
    color: #555;
}

.block-goiDV.g-het-han {
    background: linear-gradient(0deg, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 100%);
}

.template-goiDV-content {
    display: none;
    margin-top: 16px
}

    .template-goiDV-content.active {
        display: block;
    }

.element-content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width:960px) {
    .block-g-bongda {
        padding: 16px;
    }

    .btn-g-zalo {
        min-width: auto;
    }

    .pad-goiDV {
        padding: 16px;
    }

    .g-icon-head img {
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
    }
}
/* End g-bongda */
.block-g-bongda a.btn-green-default, .block-goiDV a.btn-green-default {
    color: #fff;
    text-decoration: none;
}
.block-g-bongda a.btn-g-zalo, .block-goiDV a.btn-g-zalo {
    color: #0068ff;
    text-decoration: none;
}
.block-g-bongda a.btn-g-hotline, .block-goiDV a.btn-g-hotline {
    color: #e21111;
    text-decoration: none;
}
.block-g-bongda span.color-red, .block-goiDV  span.color-red{
    color: red;
}
.block-g-bongda .color-gray, .block-goiDV .color-gray {
    color: #666;
    font-size: 15px;
}
.g-img-support {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.block-goiDV a.btn-red-default {
    display: inline-block;
    white-space: nowrap;
    background: #e21111;
    cursor: pointer;
    color: #fff;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.block-goiDV a.btn-red-default:hover {
    background: #cc1313;
    color: #fff;
}
.the-article-content .block-element-lock {
    float: left;
    width: 100%;
}