.header-article {
    position: relative;
    /* background-image: url('./img/Background-.png'); */
    background: #ffffff;
    background-size: cover;
    background-position: center;
    color: #000000;
    /* height: 370px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#partnerhp {
    font-family: "Roboto", sans-serif;
}
.header-article h1 {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #000000 !important;
    line-height: 1.7;
    
}
@media (min-width: 1260px) {
    .header-article h1 {
        font-size: 40px;
        margin-right: 80px;
        margin-left: 80px;
        color: #000000 !important;
    }
}
.header-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.breadcrumb-custom {
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
}
.breadcrumb-custom a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 400;
}
.breadcrumb-custom .separator {
    color: #000000 !important;
    font-weight: 400;
}
.header-title {
    margin: 20px 0;
    font-size: 2em;
    line-height: 1.4em;
    color: #000000 !important;
}
#header-logo1 {
    margin-top: 20px;
    width: 200px !important;
    max-width: 100%;
    padding-left: 15px;
}
@media (max-width: 600px) {
    .header-article {
        height: auto;
        padding: 15px 0;
    }
    .header-title {
        font-size: 1.5em;
    }
    .breadcrumb-custom {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .header-logo {
        width: 150px;
    }
    .header-article h1 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 19px;
    }
}


#main > section {
    display: none;
}

.navewrapper {
    width: 100%;
    background: #000000;
    position: relative;
}
/* reduce gap */

.navelist {
    color: #ffffff;
    display: flex;
    width: 80%;
    max-width: 1200px;
    flex-direction: row;
    padding: 10px 0;
    gap: 10px;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

.textlist a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.splist {
    width: 2px;
    height: 12px;
    background-color: #ffffff;
}

.nav-header {
    display: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: right;
}

.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
    float: right;
}

.hamburger-menu:focus {
    outline: none;
}

.hamburger-menu .bar {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) { 
    .nav-header {
        display: block;
        height: 50px;
        position: relative;
        z-index: 9000;
    }

    .navelist {
        flex-direction: column;
        position: relative;
        top: 100%;
        left: 0;
        width: 100%;
        background: #222;
        padding: 0;
        margin: 0;
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        align-items: flex-start;
        z-index: 9999;
    }

    .navelist.open {
        max-height: 300px;
        padding: 10px 0;
    }

    .textlist {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .textlist:last-child {
        border-bottom: none;
    }

    .splist {
        display: none;
    }

   
    .hamburger-menu.open .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger-menu.open .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.open .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}



.hpvsl {
    position: relative;
    background-image: url('./img/bannerhppoly.jpg');
    background-size: cover;
    background-position: center;
    color: #000000;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.hp-wrapper {
    width: 100%;
    background: #ffffff;
}

.hp-content {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 30px 0;
    max-width: 1200px;
}

.hp-content p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.vcthp-container {
    position: relative;
    background-color: #fff;
    /* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); */
    overflow: hidden; 
    max-width: 100%;
    /* margin: 2rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    height: 50px;
}

.vcthp-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45%; 
    height: 100%;
    background-color: #0047b3;
    transform: skewX(-20deg);
    transform-origin: top left;
    z-index: 0;
    /* border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; */
    @media (max-width: 768px) {
width: 100%;
height: 50%; 
transform: skewY(-10deg); 
transform-origin: top left;
top: -20%; 
left: -10%;
border-radius: 0;
    }
}

.vcthp-content-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    width: 80%;
    max-width: 1200px;
    padding: 5.5rem 0rem;
    box-sizing: border-box;

    @media (max-width: 768px) {
    flex-direction: column;
    padding: 1.5rem;
    }
}

.vcthp-media-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 2.5rem;

    @media (max-width: 768px) {
        padding-right: 0;
        padding-bottom: 2rem;
    }
}

.vcthp-video-placeholder {
    width: 100%;
    max-width: 550px;
    background-color: black;
    border-radius: 0.75rem;
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.vcthp-video-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.vcthp-play-button {
    position: absolute;
    background-color: rgba(0, 71, 179, 0.96);
    border-radius: 9999px;
    width: 8rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.vcthp-play-button:hover {
    background-color: rgba(0, 71, 179, 1);
}

.vcthp-play-icon {
    border-left: 2rem solid white;
    border-top: 1.25rem solid transparent;
    border-bottom: 1.25rem solid transparent;
    margin-left: 0.5rem;
}

.vcthp-text-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
}

.vcthp-title {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #000000;
}

.vcthp-description {
    font-size: 1.925rem; 
    line-height: 1.6;
    color: #000000;
}

@media (max-width: 1024px) {
    .vcthp-container {
flex-direction: column;
    }
    .vcthp-media-section {
padding-right: 0;
margin-bottom: 1.5rem;
    }
    .vcthp-title {
font-size: 2.25rem;
    }
    .vcthp-description {
font-size: 1.3rem;
    }
    .vcthp-content-wrapper {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .hp-content p {
        font-size: 16px;
    }
    .vcthp-container {
margin: 1rem;
padding: 0;
    }
    .vcthp-container::before {
width: 100%;
height: 44%; 
transform: skewY(-10deg);
transform-origin: top left;
top: -5%;
left: 0%;
border-radius: 0;
    }
    .vcthp-content-wrapper {
flex-direction: column;
padding: 2.5rem 0;
    }
    .vcthp-media-section {
padding-right: 0;
padding-bottom: 1.5rem;
    }
    .vcthp-title {
font-size: 2.5rem;
margin-bottom: 1rem;
    }
    .vcthp-description {
font-size: 16px;
    }
    .vcthp-play-button {
width: 4rem;
height: 4rem;
    }
    .vcthp-play-icon {
border-left: 1rem solid white;
border-top: 0.75rem solid transparent;
border-bottom: 0.75rem solid transparent;
margin-left: 0.25rem;
    }
}

.contenthp-container {
    width: 100%;
    background: #ffffff;
    padding: 3rem 0;
}

.contenthp-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    justify-content: space-between;
    gap: 40px;
}

.contenthp-items {
    flex: 0 0 calc(50% - 20px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
}

.contenthp-title {
    height: 100%;
    font-size: 2.2rem;
    color: #ffffff;
    font-weight: 600;
}

.contenthp-title a {
    position: relative;
    text-decoration: none;
    color: #ffffff;
}

.contenthp-title a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #000000;
    transition: width 0.3s ease;
}

.contenthp-title a:hover::after {
    width: 100%;
}

.contenthp-img .imghop {
    object-fit: contain;
    background: #fff;
}

.contenthp-img img {
    width: 100%;
    height: 300px;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

@media (max-width: 768px) {
    .contenthp-wrapper {
        flex-direction: column;
        width: 80%;
        align-items: center;
    }

    .contenthp-items {
        flex: 1 1 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .contenthp-title {
        font-size: 1.9rem;
    }

    .contenthp-button a {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .contenthp-wrapper {
        width: 80%;
        padding: 10px 0;
    }

    .contenthp-items {
        max-width: 100%;
        gap: 10px;
    }

    .contenthp-title {
        font-size: 1.9rem;
        text-align: center;
    }

    .contenthp-button {
        text-align: center;
    }

    .contenthp-button a {
        display: inline-block;
        padding: 8px 12px;
        font-size: 0.85rem;
    }

    .contenthp-img img {
        height: 100%;
        width: 312px;
        max-height: 226px;
    }
}


.contenthp-button a {
    position: relative;
    display: inline-block;
    border: solid 1.5px #000000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
    background: #ffffff;
}

.contenthp-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000000;

    transition: width 0.3s ease;
    z-index: -1;
}

.contenthp-button a:hover {
    color: #ffffff;
    border: solid 1.5px #ffffff;
}

.contenthp-button a:hover::before {
    width: 100%;
}


.contenthp-heading {
    width: 100%;
    margin: 40px 0 0 0;
}

.contenthp-wraperhd {
    width: 80%;
    margin: 0 auto;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}

.contenthp-wraperhd h2 {
    font-size: 26px;
    color: #000000;
}

.contenthp3-container {
    margin: 20px 0;
}

.contenthp3-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 20px;
    padding: 20px 0;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.contenthp3-items {
    flex: 1 1 300px;
    max-width: 350px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
}

.contenthp3-items img {
    width: 100%;
    height: 250px;
    /* margin-bottom: 15px; */
    object-fit: cover;
}

.contenthp3-img {
    max-height: 250px;
    height: 250px;
    /* margin-bottom: 15px; */
    width: 100%;
}

.contenthp3-wrapper .contenthp3-items .contenthp-title {
    font-size: 1.9rem;
}


@media (max-width: 1024px) {
    .contenthp3-items {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    .contenthp3-items {
        flex: 1 1 100%;
        max-width: 80%;
    }
    .contenthp-wraperhd h2 {
        font-size: 20px;
        color: #000000;
    }
    .contenthp3-wrapper {
        width: 100%;
    }
    .contenthp4-wrapper {
        flex-direction: column !important;
    }
    .contenthp4-img img {
        width: 100%;
        max-height: 350px;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 480px) {
    .contenthp3-wrapper {
        gap: 15px;
    }
}


.contenthp4-container {
    width: 100%;
    margin: 40px 0 80px 0;
}

.contenthp4-container1 {
    width: 100%;
    padding: 50px 0 50px 0;
    background: #ffffff;
}

.contenthp4-wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 80%;
    margin: 0 auto;
}

.contenthp4-img, .contenthp4-text {
    flex: 1 1 50%;
}

.contenthp4-img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: center;
}
.contenthp4-img img {
    width: 100%;
    /* max-height: 250px; */
    height: 100%;
    object-fit: cover;
}


.contenthp4-text {
    display: flex;
    flex-direction: column;
    align-self: center;
}

#contenttext1 {
    gap: 10px;
}
#contenttext2 {
    gap: 30px;
}

.separator50px {
    height: 50px;
    width: 100%;
    background: #ffffff;
}


.chibi {
    background: #568393 !important;
}