.event-news .title h3 {
    font-size: 16px;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(90deg, #F61B04 1.35%, #FD4431 50.83%, #F21700 100%);
    margin-bottom: 0;
}

.event-news .title span {
    font-size: 16px;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
    color: rgba(102, 102, 109, 1);
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
}

.event-news .content {
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #D9DADE;
    padding: 12px;
}

.event-news .content .item {
    margin-bottom: 15px;
}

.event-news .content .item:last-child {
    margin-bottom: 0;
}

.event-news .content .item .img {
    width: 35%;
    height: 66px;
}

.event-news .content .item .img img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    border-radius: 8px;
}

.event-news .content .item h3 {
    flex: 1;
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    line-height: 20px;
    color: rgba(71, 71, 75, 1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    transition: all 0.3s;
}

.event-news .content .item:hover h3 {
    color: rgba(37, 175, 103, 1);
}


.doitac .title h3 {
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
    border-left: 4px solid rgba(251, 196, 0, 1);
    padding-left: 20px;
}

.doitac .content .item {
    border-radius: 10px;
    border: 1px solid #D9DADE;
    background: #FFF;
    height: 180px;
    padding: 7.2px 39.044px 6.3px 39.044px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.doitac .content .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.doitacmaxx .doitac .content .item {
    border-radius: 10px;
    border: 1px solid #D9DADE;
    background: #FFF;
    height: 90px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.doitacmaxx .doitac .title h3 {
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    background: url('../img/icon/Vector 1.png') no-repeat;
    background-size: 100% 100%;
    border: 0;
    display: inline-block;
    padding: 10px 150px;
}

.video .title h3 {
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
    border-left: 4px solid rgba(251, 196, 0, 1);
    padding-left: 20px;
}

.video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 99;
    width: auto;
}

.video .item h3 {
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(71, 71, 75, 1);
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.newhome .col-lg-8 h3 {
    font-size: 24px;
    font-family: Inter;
    font-weight: 600;
    line-height: 36px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 12px;
}

.newhome .col-lg-8 span b {
    font-weight: 700;
    color: #28569C;
}

.newhome .col-lg-8 span {
    margin-bottom: 12px;
    display: block;
    color: #3333336a;
}

.newhome .col-lg-8 p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    opacity: 0.6499999761581421;
}

.category-activate .nav-tabs {
    border-bottom: 0;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(180deg, #DA1500 0%, #E52E1A 50%, #BC2819 100%);
    padding: 8px 24px 0 24px;
}

.category-activate .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-color: transparent;
    color: #fff;
    position: relative;
}

.category-activate .nav-tabs .nav-item:last-child .nav-link::before {
    display: none;
}

.category-activate .nav-tabs .nav-link::before {
    position: absolute;
    right: 0;
    width: 1px;
    height: 26px;
    background-color: #fff;
    top: 50%;
    content: '';
    transform: translateY(-50%);
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    border: 0;
}

.category-activate .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #E32B18;
    background-color: #fff !important;
}

.category-activate .tab-content {
    border-radius: 0px 0px 10px 10px;
    border-right: 1px solid #E32B18;
    border-bottom: 1px solid #E32B18;
    border-left: 1px solid #E32B18;
    padding: 35px 25px;
}

.category-activate .tab-content .sumale img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.category-activate .tab-content h3 {
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: #47474B;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.category-activate .tab-content .text:hover h3 {
    color: #25AF67;
}

.category-activate .tab-content p {
    font-size: 14px;
    font-family: Inter;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: #47474B;
}

.bvlq ul li a {
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    color: #47474B;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 15px;
    position: relative;
    padding-left: 18px;
    transition: all 0.5s;
}

.bvlq ul li a:hover {
    color: #25AF67;
}

.bvlq ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #25AF67;
}

.clb .title h3 {
    font-size: 24px;
    font-family: Inter;
    font-weight: 600;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
    border-left: 4px solid rgba(251, 196, 0, 1);
    padding-left: 20px;
}

.clb .content ul li img {
    width: 128px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.clb .content h6 {
    color: #28569C;
    /* 18px/SemiBold */
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.clb .content span {
    display: block;
    overflow: hidden;
    color: #47474B;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    margin-bottom: 5px;
}

.clb .content span b {
    color: #28569C;
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    font-weight: 600;
}

.clb .content ul li {
    margin-bottom: 15px;
}

.clb .content ul li {
    margin-bottom: 15px;
}

#page .content img {
    max-width: 100%;
    height: auto;
}

.list-item .item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 15px 0;
    border-bottom: 1px solid #D9DADE;
}

.list-item .item:last-child {
    border-bottom: 0;
}

.list-item .item .img {
    width: 20%;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}

.list-item .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.list-item .item .text h3 {
    color: #47474B;
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 12px;
    transition: all 0.3s;
}

.list-item .item:hover .text h3 {
    color: #25AF67;
}

.list-item .item .text p {
    color: #848592;
    text-align: justify;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: Inter;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.contact button {
    border-radius: 10px;
    background: linear-gradient(90deg, #F61B04 1.35%, #FD4431 50.83%, #F21700 100%);
    color: #FFF;
    font-size: 16px;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
}

.contact label {
    color: #000;
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    font-weight: 600;
}