/* .content-about-wrap {
    margin-top: -116px;
} */
.about-box-wrap{
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center;
}
.about-box1 {
    min-height: 432px;
    padding-bottom: 60px;
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-end;
}

.about-box2 {
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: bottom -15px left; */
    /* padding-top: 165px; */
}
.about-box2-inner{
   
    position: relative;
}
@media screen and (max-width:990px) {
    .about-box2 {
        padding-top: 0;
    }
}

.about-box2 .box-text {
    padding: 48px;
    border-radius: 40px 40px 0 0;
    border-bottom: 6px solid #3EC33A;
    background: linear-gradient(180deg, #FFF 0%, rgba(220, 220, 220, 0.90) 100%);
    box-shadow: 0 0 8px 0 rgba(0, 115, 50, 0.80);
    position: relative;
    z-index: 2;
}

@media screen and (max-width:990px) {
    .about-box2 .box-text {
        padding: 40px 20px;
    }

}

.about-box2 .box-text h2 {
    margin-bottom: 20px;
    font-size: 44px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 48px;
    /* 109.091% */
    text-transform: uppercase;
}

@media screen and (max-width:990px) {

    .about-box2 .box-text h2 {
        font-size: 28px;
    }
}

/*  */
.about-box3 {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;

}

.about-box3 .list-box .item:first-child {
    margin-bottom: 28px;
}

.about-box3 .list-box .item .box-title {
    margin-bottom: 16px;
}

.about-box3 .list-box .item h4 {
    font-weight: 900 !important;
    text-transform: uppercase;
}

.about-box3 .list-box .item .box-text {
    font-weight: 300;
}

.about-box3 .list-box .item .box-text ul {
    margin-left: 0;
}

.about-box3 .list-box .item p {
    color: #fff;
}

/*  */
.about-box4 {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.list-gtcl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

@media screen and (max-width:990px) {
    .list-gtcl {
        grid-template-columns: repeat(1, 1fr);
    }
}

.list-gtcl p {
    color: inherit !important;
    font-weight: 300 ;
}

.list-gtcl strong {
    color: #FFE601 !important;
}

.list-gtcl .item {
    padding: 60px 30px;
}

.list-gtcl .item::after {

    content: "";
    opacity: 0.6;
    background-blend-mode: color-dodge;
    mix-blend-mode: color-dodge;
    width: 600px;
    height: 500px;
    position: absolute;
    display: block;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-image: radial-gradient(50% 50% at 50% 50%, #A7A9AC 0%, #A0A2A5 2%, #6F7173 20%, #474849 38%, #282829 55%, #121212 71%, #040404 87%, #000 100%);
}

.list-gtcl .item h3 {
    margin-bottom: 18px;
}

.list-gtcl .item:nth-child(odd) {
    background-color: rgba(21, 102, 18, 0.8);

}

/* Cơ cấu tổ chức */
.cocau-box1 {
	padding-top: 200px;
	background-size: cover;
}
.cocau-box.cocau-box2 {
	background-size: cover;
}
.item-chungnhan {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.item-chungnhan .banner-chungnhan {
  width: 33.333%;
}
.chungnhan-content {
  flex: 1;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.80);
}
.item-chungnhan .banner-chungnhan img {
  aspect-ratio: 197/258;
  width: 100%;
  border: 5px solid #fff;
  box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.16);
}
.chungnhan-content .date {
	color: #EAD413;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.chungnhan-content .title {
  font-size: 20px;
}
.chungnhan-content .desc{
    color: #fff;
}
.chungnhan-content .desc p{
    color: inherit;
}