body {
    font-family: "roboto";
}

.btn-header {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin: 15px auto;
    gap: 40px;
}

.btn-header-item {
    text-align: center;
    width: 100%;
    height: 80px;
}

.btn-header-item-bg {
    height: 100%;
    width: 100%;
    border: 10px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(90deg, rgba(209, 241, 255, 1) 0%, rgba(255, 255, 255, 1) 23%, rgba(209, 241, 255, 1) 49%, rgba(255, 255, 255, 1) 74%, rgba(209, 241, 255, 1) 100%) border-box;
    border-radius: 50px;
}

.btn-header-item-content {
    height: 100%;
    width: 100%;
    border-radius: 50px;
    background-color: #27A9DF;
    border: 3px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-header-item-content a {
    font-family: 'roboto';
    font-size: 17px;
    color: white;
    font-weight: 400;
}


.bg-tab01 {
    background: unset;
    margin-top: 30px;
    position: relative;
}


.btn-to-fb,
.btn-to-home {
    background-color: #FFF;
    border: initial;
    border-radius: 99px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
    color: #fff;
    cursor: pointer;
    margin: auto;
    padding: 12px;
    transition: .3s;
    width: 359px;
    height: 80px;
    text-align: center;
    text-decoration: none !important;
    transition: .3s;
    display: inline-block;
    box-sizing: border-box;
    background-image: url(./../images/mannypacquiao/btn.png);
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
}

#divi-video-container,
.video-item {
    border-radius: 15px;
    background-image: url(./../images/mannypacquiao/bg-video.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
}

#divi-video-container video {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.list-video .video-item .thumb-nail img {
    border: unset;
}

.list-video {
    gap: 5px;
    justify-content: center;
}

.content-info {
    width: 50%;
}

.content-tab {
    position: relative;
    margin-top: 50px;
}

.giaithuong {
    background: linear-gradient(90deg, #B2E8FF 0%, #FFF 90%);
}

.contract {
    background: linear-gradient(90deg, #FFF 0%, #B2E8FF 95%);
}

.giaithuong .title,
.contract .title {
    position: absolute;
    top: -30px;
    background: unset;
    background-image: url(./../images/mannypacquiao/bg-title.png) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: fit-content;
}

.giaithuong .title h2,
.contract .title h2 {
    font-size: 20px;
    line-height: 2;
    font-family: "roboto";
    padding-left: 35px;
    z-index: -1;
}

.giaithuong .content-info,
.contract .content-info {
    margin-top: 50px;
}

.giaithuong .content-info p {
    font-size: 22px;
}

.giaithuong .img-icon {
    text-align: left;
    max-width: 300px;
    width: 100%;
    margin: 70px 0px;
    padding-left: 30px;
}

.contract .img-icon {
    text-align: right;
    max-width: 300px;
    width: 100%;
    padding-right: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.content-img {
    width: 35%;
    margin: auto;
}

.footer-section {
    width: 100%;
    height: 50px;
    background-color: #27A9DF;
    background-image: url(./../images/mannypacquiao/footer-partern.png);
    background-repeat: repeat-x;
    background-position: center;
}

#ambassador-role .title {
    font-family: "roboto";
    font-weight: bold;
    max-width: 850px;
    margin: 0px auto;
}

#ambassador-role .title h2 {
    color: #27A9DF;
    text-align: center;
    padding: 40px 0px;
    font-size: 27px;
    font-weight: 700;
    line-height: 35.16px;
}

#ambassador-role .title h2::before {
    content: "";
    background-image: url(./../images/mannypacquiao/title-symbol-left.png);
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 55px;
    left: -230px;
    z-index: 9;
    width: 22%;
    height: 10px;
}

#ambassador-role .title h2::after {
    content: "";
    background-image: url(./../images/mannypacquiao/title-symbol-right.png);
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 55px;
    right: -235px;
    z-index: 9;
    width: 22%;
    height: 10px;
}

.content-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 30px;
    align-items: stretch
}

.role-item {
    width: 100%;
    display: relative;
    background-color: #F4FBFE;
    padding: 80px 20px 20px;
    margin-top: 50px;
    border-radius: 30px;
    border: 5px solid #f7f7f7;
    box-shadow: 2px 2px 2px #e2e2e2;
    height: 90%;
}

.role-key {
    width: 50%;
    position: absolute;
    top: 0px;
    margin: auto;
    width: 141px;
    height: 141px;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
}

.role-key img {
    width: 100%;
    height: 100%;
}

.role-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #27A9DF;
    text-align: center;
    padding: 0px 15px;
}

.role-content {
    text-align: justify;
    padding-top: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}

@media screen and (max-width: 1300px) {
    #ambassador-role .title h2::before {
        left: -173px;
        width: 19%;
    }

    #ambassador-role .title h2::after {
        right: -173px;
        width: 19%;
    }
}

@media screen and (max-width: 1200px) {
    #ambassador-role .title h2 {
        width: 55%;
        margin: auto;
    }

    .content-list {
        gap: 15px;
        margin-bottom: 0px;
    }
}

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

    #ambassador-role .title h2::before,
    #ambassador-role .title h2::after {
        content: unset;
    }

    .btn-header-item {
        height: 60px;
    }

    .role-key {
        width: 100px;
        height: 100px;
        left: 50%;
        transform: translateX(-50%);
        top: -46px;
    }

    .role-item {
        padding: 70px 10px 10px;
    }

    #ambassador-role .title h2 {
        width: 100%;
        font-size: 22px;
        padding: 20px 0px 8px;
        line-height: 1.2;
    }

    .btn-header {
        width: 100%;
        gap: 10px;
    }

    .btn-header-item-bg {
        border: 2px solid transparent;
    }

    .btn-header-item-content a {
        font-size: 14px;
    }

    .giaithuong .title h2,
    .contract .title h2 {
        font-size: 12px;
        padding-left: 15px;
    }


    .giaithuong .content-info,
    .contract .content-info {
        margin-top: 10px;
    }

    .title-section p {
        font-size: 14px;
    }

    .giaithuong .content-info p,
    .contract .content-info p {
        font-size: 14px;
        padding: 0px 10px 5px;
    }

    .giaithuong .img-icon {
        text-align: left;
        width: 100%;
        max-width: 80%;
        margin: 10px;
        padding-left: 0px;
    }

    .contract .content-info .img-icon {
        float: right;
        width: 100%;
        margin: 0px;
        padding-right: 0px;
        max-width: unset;
    }

    .giaithuong .img-icon img {
        width: 70%;
        display: block;
    }

    .contract .img-icon img {
        width: 70%;
        display: block;
        float: right !important;
        padding: 20px;
    }

    .content-img {
        width: 90%;
        max-width: 300px;
    }

    .footer-section {
        width: 100%;
        height: 50px;
        background-color: #27A9DF;
        background-image: url(./../images/mannypacquiao/footer-partern.png);
        background-size: contain;
        background-repeat: repeat-x;
    }
}