/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 15, 2024, 6:05:46 PM
    Author     : Lamnx <nguyenxuanlam1987@gmail.com>
*/

.heading-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 110px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    position: relative;
    line-height: 250px;
}
.heading-image:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    background: #e90606;
}
.heading-image .text {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.heading {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.heading:before {
    content: " ";
    position: absolute;
    bottom: 17px;
    height: 3px;
    background-color: #ffb554;
    width: 60%;
    margin-left: -18%;
    z-index: 0;
    height: 1px;
}
.heading .title-2 {
    background: #fff;
    line-height: 17px;
    padding: 0 12px 0 20px;
    position: relative;
    display: inline-block;
    text-align: center;
}
.heading-2, .heading-3 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.heading-2:before {
    content: " ";
    position: absolute;
    top: 15px;
    height: 1px;
    background-color: #dedede;
    width: 100%;
    z-index: 0;
}
.heading-2 h3 {
    background: #fff;
    padding-right: 10px;
    display: initial;
    color: #202c2c;
}
.title-1 {
    position: relative;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-weight: 600;
}
.title-2 {
    margin-bottom: 12px;
    margin-top: 0px;
    padding: 0px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-size: 18px;
    font-weight: 600;
}
.view-more a.btn-view-more {
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    padding: 0px;
    border: none;
    background: #e90606;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    padding: 0 30px;
    font-size: 16px;
}
.quiz-view h3 {font-size:1.3rem}