#gt-section-2 {
    padding: 60px 0;
}

#gt-section-2 .box-image .inner {
    width: fit-content;
    position: relative;
}

#gt-section-2 .box-image .inner::before {
    content: "";
    left: -27px;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-2);
    transform: rotate(-8.95deg);
    flex-shrink: 0;
    z-index: 1;
}

#gt-section-2 .box-image .inner::after {
    content: "";
    width: 100%;
    height: 100%;
    border-color: var(--color-2);
    border-width: 0 4px 4px 0;
    border-style: solid;
    position: absolute;
    left: 20px;
    bottom: -20px;
    z-index: 0;
}

#gt-section-2 {
    background-image: url(./images/mypham_section2_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}

#gt-section-2 .box-image img {
    z-index: 3;
    filter: drop-shadow(7.626px 7.626px 15.253px rgba(0, 0, 0, 0.20));
}

.box-award {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0 50px;
}

.award-number .counter,
.award-number .suffix {
    color: var(--color-2);
}

/* section 3 */
#gt-section-3 {
    padding: 40px 0;
    mix-blend-mode: multiply;
    /* background-color: #00295D; */
    background-blend-mode: multiply;
}

#gt-section-3 .box-tam_nhin-su_menh .title::before {
    content: "";
    background-image: url(./images/abou-section-3-bg-title-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 20px;
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.box-tam_nhin-su_menh {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#gt-section-3 .image-vertical,
#gt-section-3 .image-favicon {
    margin-bottom: 30px;
}

#gt-section-3 .desc p {
    color: #fff;
}

.image-favicon {
    text-align: center;
}

/*  */
#gt-section-4 {
    padding: 40px 0;
}

/* section 5 */
#gt-section-5 {
    background-image: url(./images/gt-section-5-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 40px;
}

#gt-section-5 .bg-icon {
    top: 33%;
    z-index: -1;
}

.dv-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08) inset;
    margin-top: 60px;
}

.dv-gallery .dv-gallery-item {
    overflow: hidden;
    border-radius: 24px;
}

.dv-gallery .dv-gallery-item img {
    object-fit: cover;
    aspect-ratio: 1 / 0.6;
    object-position: center;
}

#gt-section-5 .box-btn {
    display: flex;
    gap: 40px;
}

#gt-section-5 .box-btn a {
    flex-shrink: 0;
}

#gt-section-5 .box-btn::after,
#gt-section-5 .box-btn::before {
    content: "";
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    background-position: center;
}

#gt-section-5 .box-btn::after {
    background-image: url(./images/line-right.png);
}

#gt-section-5 .box-btn::before {
    background-image: url(./images/line-left.png);
}

@media screen and (max-width:990px) {
    .box-award {
        padding: 0px;
    }

    .dv-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:768px) {
    #gt-section-5 .bg-icon {
        top: 35%;
        z-index: -1;
    }

    #gt-section-5 .box-btn::after,
    #gt-section-5 .box-btn::before {
        display: none;
    }
     #gt-section-6{
        padding-top: 60px;
     }
}

@media screen and (max-width:425px) {
    
    #gt-section-2 .box-image{
        padding: 20px ;
    }
     .box-award {
        gap: 20px;
    }

    #gt-section-5 .bg-icon {
        top: 45%;
        z-index: -1;
    }
}