
.thongdiep-title{
    font-weight: 700;
    font-size: 56px;
    text-transform: uppercase;
    color: #C8C182;
    line-height: 1.2;
}
.thongdiep-subtitle{
    font-weight: 400;
    font-size: 24px;
    color: #FFF;
    margin-top: 10px;
}
.thongdiep-message{
    border-left: 2px solid #C8C182;
}
.thongdiep-message-content {
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    color: #FFF;
    padding-left: 10px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #C8C182;
    text-align-last: unset !important;
}
.tdmobile{
    display: none;
}
.tdmobile2{
    display: none;
}

/* Responsive */
@media (max-width: 1200px) {
    .thongdiep-title {
        font-size: 52px;
    }
    
    .thongdiep-subtitle {
        font-size: 22px;
    }
    
    .thongdiep-message-content {
        font-size: 17px;
    }
}

@media (max-width: 992px) {
    .thongdiep-container {
        padding: 60px 30px;
    }
    
    .thongdiep-left,
    .thongdiep-right {
        min-height: auto;
        padding: 30px 20px;
    }
    
    .thongdiep-title {
        font-size: 44px;
    }
    
    .thongdiep-subtitle {
        font-size: 20px;
    }
    
    .thongdiep-message-content {
        font-size: 16px;
    }
    
    .thongdiep-portrait {
        max-width: 350px;
        margin-bottom: -40px;
    }
    
    .thongdiep-name-banner {
        padding: 18px 30px;
        max-width: 400px;
    }
    
    .thongdiep-name {
        font-size: 22px;
    }
    
    .thongdiep-position {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .thongdiep-container {
        padding: 40px 20px;
    }
    
    .thongdiep-left,
    .thongdiep-right {
        padding: 20px 15px;
    }
    
    .thongdiep-title {
        font-size: 38px;
    }
    
    .thongdiep-subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .thongdiep-message-content {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .thongdiep-portrait {
        max-width: 280px;
        margin-bottom: -30px;
    }
    
    .thongdiep-name-banner {
        padding: 15px 25px;
        max-width: 320px;
    }
    
    .thongdiep-name {
        font-size: 20px;
    }
    
    .thongdiep-position {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .thongdiep-section {
        min-height: auto;
    }
    
    .thongdiep-container {
        padding: 30px 15px;
    }
    
    .thongdiep-title {
        font-size: 32px;
    }
    
    .thongdiep-subtitle {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .thongdiep-message-content {
        font-size: 15px;
    }
    
    .thongdiep-portrait {
        max-width: 250px;
        margin-bottom: -25px;
    }
    
    .thongdiep-name-banner {
        padding: 12px 20px;
        max-width: 280px;
    }
    
    .thongdiep-name {
        font-size: 18px;
    }
    
    .thongdiep-position {
        font-size: 13px;
    }
}
.thongdiep-background{
    /* background-image: url('../images/svg/TDBANNER1.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 1305px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.thongdiep-backgroundMOBILE{
    /* background-image: url('../images/svg/TDBANNER1.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.thongdiep-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.thongdiep-left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.thongdiep-text-content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-160px);
}

.thongdiep-title{
    font-weight: 700;
    font-size: 56px;
    text-transform: uppercase;
    color: #C8C182;
    line-height: 1.2;
}
.thongdiep-subtitle{
    font-weight: 400;
    font-size: 24px;
    color: #FFF;
    margin-top: 10px;
}
.thongdiep-message{
    border-left: 2px solid #C8C182;
}

.thongdiep-background2{
    background-image: url('../images/svg/Clippathgroup.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 1305px;
    position: relative;
}

/* Right Content Area */
.thongdiep-right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 40px;
}

.thongdiep-image-content {
    gap: 30px;
    height: 100%;
}

.thongdiep-portrait-wrapper {
    position: relative;
    max-width: 400px;
    width: 100%;
    flex-shrink: 0;
}

.thongdiep-portrait-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Vertical Text Banner */
.thongdiep-vertical-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-shrink: 0;
}

.thongdiep-banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transform: rotate(-90deg);
    transform-origin: center;
    white-space: nowrap;
}

.thongdiep-banner-line1,
.thongdiep-banner-line2 {
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Arial', sans-serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.thongdiep-banner-line1 {
    margin-bottom: 0;
}

.thongdiep-banner-line2 {
    margin-top: 0;
}
.thongdiep-txt-content{
    width: 100%;
    max-width: 450px;

}
.thongdiep-txt-content p{
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    color: #393939;
}
.thongdiep-signature-text{
    padding-top: 60px;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #000000 !important;
}
.thongdiep-signature-image{
    text-align: center !important;
}
.td-signature-name{
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center !important;
    color: #000000 !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .thongdiep-right {
        padding: 30px 20px;
    }
    
    .thongdiep-image-content {
        gap: 20px;
        flex-direction: column;
    }
    
    .thongdiep-portrait-wrapper {
        max-width: 300px;
    }
    
    .thongdiep-banner-text {
        transform: rotate(0deg);
        flex-direction: row;
        gap: 15px;
    }
    
    .thongdiep-banner-line1,
    .thongdiep-banner-line2 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .thongdiep-right {
        padding: 20px 15px;
    }
    
    .thongdiep-portrait-wrapper {
        max-width: 250px;
    }
    
    .thongdiep-banner-line1,
    .thongdiep-banner-line2 {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .thongdiep-image-content {
        gap: 15px;
    }
    
    .thongdiep-portrait-wrapper {
        max-width: 200px;
    }
    
    .thongdiep-banner-text {
        gap: 10px;
    }
    
    .thongdiep-banner-line1,
    .thongdiep-banner-line2 {
        font-size: 12px;
        letter-spacing: 1px;
    }
}
/*MObile*/
@media only screen and (max-width: 46.1877em) {
    .tdmobile{
        display: block;
        background-color: #115e9f;
    }
    .tdmobile2{
        display: block;
    }
    .tddesktop{
        display: none;
    }
    .thongdiep-title{
        font-size: 24px;
    }
    .thongdiep-subtitle{
        font-size: 16px;
    }
    .thongdiep-message-content{
        font-size: 14px;
    }
    .txtMOBILETHONGDIEP2{
        text-align: justify;
    }
    .txtMOBILETHONGDIEP2 p{
        font-size: 14px;
    }
}
/* tablet width >= 740px and < 1024px */
@media only screen and (min-width: 46.25em) and (max-width: 73.75em) {
    .tdmobile{
        display: block;
        background-color: #115e9f;
    }
    .tdmobile2{
        display: block;
    }
    .tddesktop{
        display: none;
    }
    .thongdiep-title{
        font-size: 24px;
    }
    .thongdiep-subtitle{
        font-size: 16px;
    }
    .thongdiep-message-content{
        font-size: 14px;
    }
    .txtMOBILETHONGDIEP2{
        text-align: justify;
    }
    .txtMOBILETHONGDIEP2 p{
        font-size: 14px;
    }
    .thongdiep-backgroundMOBILE {
        height: 650px;
    }
}