.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
    max-width: inherit !important;
}

.programme-content .top-banner .box-text {
    max-width: 334px;
    margin: 0 auto;
    padding: 68px 0;
    padding-top: 76px;
    margin-left: 90px;
}


/* Programme Question */

.programme-content .content-question {
    display: flex;
    /* max-width: 1280px; */
    margin: auto;
    margin-top: 5.5%;
}

.programme-content .content-question .programme_question {
    width: 51%;
}

.programme-content .content-question .programme_question .rotates-text {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 0;
    height: 0;
    white-space: nowrap;
    position: absolute;
    margin-top: 80px;
    display: flex;
    line-height: 18px;
    opacity: 0.2479074;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
    margin-left: 101px;
}

.programme-content .content-question .programme_question .rotates-text::after {
    content: "";
    width: 71px;
    height: 1px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 10px;
    transform: none;
}

.programme-content .content-question .programme_question p {
    line-height: 60px;
    color: #ef730f;
    font-family: Barlow;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    width: 90%;
    text-align: left;
    padding-right: 5%;
    margin-top: 0%;
    padding-left: 29%;
}

.programme-content .content-question .right-content {
    font-family: Barlow;
    font-size: 18px;
    font-weight: 500;
    width: 50%;
    padding-top: 6px;
    padding-left: 19px;
}

.programme-content .content-question .right-content .programme_text {
    width: 85%;
}

.programme-content .content-question .right-content .programme_text p {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    word-spacing: 2px;
    letter-spacing: .5px;
}

.programme-content .content-question .right-content .programme_hashtag {
    max-width: 572px;
    margin-top: 5.8%;
}

.programme-content .content-question .right-content .programme_hashtag span {
    font-size: 16px;
    color: #014391;
    line-height: 28px;
    letter-spacing: .5px;
    display: inline-block;
    padding-right: 25px;
    font-weight: 400;
}

.programme-content .content-question .right-content .programme_link {
    margin-top: 9%;
    margin-left: 28%;
}

.programme-content .content-question .right-content .programme_link a {
    position: relative;
    color: #ef730f;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-left: 50px;
}

.programme-content .content-question .right-content .programme_link a::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 19px solid #ef730f;
    position: absolute;
    left: 0;
    top: 5px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -moz-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -ms-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.programme-content .content-question .right-content .programme_link a:hover:before {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -moz-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -ms-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


/* Programme Tab */

.programme-content .tab {
    margin-top: .5%;
}

.programme-content .container {
    /* max-width: 1056px; */
    position: relative;
}

.programme-content .section-programme .works-list .item:nth-child(4n+1) {
    /* font-size: 1.250vw; */
    font-weight: 400;
    line-height: 1.484vw;
    letter-spacing: 0.050vw;
    color: #fff;
    display: flex;
    border-bottom: none;
}

.programme-content .action {
    left: 40vw;
    z-index: 3;
    position: absolute;
    bottom: 0;
    width: 10%;
    display: flex;
    justify-content: space-between;
    top: 100%;
    margin-top: 0%;
}

.programme-content .action button {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 60px;
    height: 40px;
    transition: all 0.5s;
}

.programme-content .action button:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.programme-content .action button::before {
    display: none;
}

.programme-content .action button:hover {
    background-color: #e53d50;
}

.programme-content .action button.owl-prev span {
    font-size: 0;
    border-left: 18px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid #ef92ba;
    transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    border-bottom: 0;
    position: absolute;
    top: 9px;
    height: 0;
    width: 0;
    left: 4px;
}

.programme-content .action button.owl-next span {
    font-size: 0;
    height: 0;
    width: 0;
    border-left: 18px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 19px solid #ef92ba;
    transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    position: absolute;
    top: 0;
    left: 0;
}

.programme-content .action button span {
    font-size: 0;
}


/* Programme Map */

.programme-content .map {
    max-width: 1280px;
    margin: auto;
    margin-top: 10.1%;
    margin-bottom: 12%;
}

.programme-content .map .map-title {
    margin-right: 8%;
    margin-bottom: 2.4%;
    float: right;
}

.programme-content .map .map-title p {
    width: 278px;
    height: 72px;
    font-family: Barlow;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.programme-content .map .map-map {
    margin-left: 3.6%;
    margin-right: 3.6%;
}

.programme-content .map .map-map #wpgmza_map {
    max-width: 1043px;
    width: 100%;
    max-height: 662px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.programme-content .map .map-address {
    margin-top: 3%;
    margin-left: 10.5%;
}

.programme-content .map .map-title span.rotates-text {
    right: 4.688vw;
    left: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 0;
    height: 0;
    white-space: nowrap;
    position: absolute;
    display: flex;
    line-height: 18px;
    opacity: 0.2479074;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
    margin-left: 50px;
}

.programme-content .map .map-title span.rotates-text::after {
    content: "";
    width: 71px;
    height: 1px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: none;
}

.programme-content .map .map-address .address-title p {
    color: #9a9999;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.64px;
}

.programme-content .map .map-address .address-link {
    margin-top: -1.3%;
}

.programme-content .map .map-address .address-link a {
    color: #014391;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.64px;
    text-decoration: none;
}

.programme-content .map .map-address .address-link a:hover {
    color: #b15533;
}

@media screen and (min-width: 1921px) {
    .programme-content .content-question .programme_question .rotates-text {
        margin-left: 5% !important;
    }
    .programme-content .content-question {
        max-width: 1920px;
    }
}

@media screen and (min-width: 1920px) {
    .programme-content .content-question .programme_question p {
        width: 90% !important;
    }
    .programme-content .action {
        width: auto;
        left: 33vw !important;
    }
    .programme-content .content-question .right-content .programme_link {
        margin-left: 26%;
    }
    .programme-content .map .map-title span.rotates-text {
        right: 6.250vw;
    }
    .programme-content .content-question .programme_question .rotates-text {
        margin-left: 100px;
    }
}

@media screen and (min-width: 1900px) {
    .programme-content .action {
        left: 35.5vw !important;
    }
    .container {
        max-width: 1556px;
    }
}


/* @media screen and (min-width: 1366px) {
    .programme-content .content-question .programme_question .rotates-text {
        margin-left: 65px;
        font-size: 1.172vw;
    }
    .programme-content .content-question .programme_question p {
        line-height: 4.6875VW;
        font-size: 3.515625VW;
        letter-spacing: 0.0703125VW;
    }
    .programme-content .content-question .right-content .programme_text p {
        font-size: 1.40625VW;
        font-weight: 500;
        line-height: 2.34375VW;
        word-spacing: 0.15625VW;
        letter-spacing: 0.0390625VW;
    }
    .programme-content .content-question .right-content .programme_hashtag span {
        padding-right: 1.953125VW;
        letter-spacing: 0.0390625VW;
        line-height: 2.1875VW;
        font-size: 1.25VW;
    }
    .programme-content .content-question .right-content .programme_link a {
        font-size: 1.953125VW;
        line-height: 1.875VW;
        letter-spacing: 0.1171875VW;
        padding-left: 3.90625VW;
    }
    .programme-content .content-question .right-content .programme_link a::before {
        border-left: 1.171875VW solid transparent;
        border-right: 1.171875VW solid transparent;
        border-bottom: 1.484375VW solid #ef730f;
        top: 0.390625VW;
    }
    .programme-content .action {
        width: 115px !important;
    }
    .programme-content .action button.owl-prev span {
        border-left: 1.406vw solid transparent;
        border-right: 1.484vw solid transparent;
        border-top: 1.484vw solid #ef92ba;
    }
    .programme-content .action button.owl-next span {
        border-left: 1.406vw solid transparent;
        border-right: 1.484vw solid transparent;
        border-bottom: 1.484vw solid #ef92ba;
    }
    .programme-content .container {
        max-width: 85.625VW;
        padding: 0 1.563vw;
    }
    .programme-content .map .map-map {
        margin-left: 9.5%;
        margin-right: 8% !important;
    }
    .programme-content .map .map-title p {
        width: 21.71875VW;
        height: 5.625VW;
        font-size: 2.34375VW;
        line-height: 2.8125VW;
        letter-spacing: 0.078125VW;
    }
    .programme-content .map .map-map #wpgmza_map {
        max-width: 1920px;
        height: 45.3125VW !important;
    }
    .programme-content .map .map-address {
        margin-left: 9% !important;
    }
    .programme-content .map .map-address .address-title p {
        font-size: 1.25VW;
        line-height: 1.484375VW;
        letter-spacing: 0.05VW;
    }
    .programme-content .map .map-address .address-link {
        margin-top: -1%;
    }
    .programme-content .map .map-address .address-link a {
        font-size: 1.25VW;
        line-height: 1.953125VW;
        letter-spacing: 0.05VW;
    }
    .programme-content .map .map-title span.rotates-text {
        font-size: 1.172vw;
    }
} */

@media (max-width: 2000px) and (min-width: 1281px) {
    .programme-content .container {
        /* max-width: 96.625VW; */
    }
}

@media screen and (max-width: 1280px) {
    .programme-content .container {
        max-width: 1056px;
    }
}

@media screen and (min-width: 1200px) {
    .programme-content .action {
        left: 44.5vw;
        margin-top: -12.5%;
        width: 105px;
    }
    .programme-content .action button {
        width: 100px;
    }
    .programme-content .map {
        max-width: 1920px;
        margin-top: 10%;
    }
    .programme-content .map .map-map #wpgmza_map {
        /* max-width: 1920px; */
    }
    .programme-content .map .map-map {
        margin-right: 1.5%;
    }
    .programme-content .map .map-address {
        margin-left: 9.5%;
    }
}

@media screen and (max-width: 1200px) {
    .programme-content .action button {
        width: 0;
        height: 0;
    }
    .programme-content .content-question .right-content .programme_link a {
        padding-left: 12%;
    }
    .programme-content .section-programme .works-list .item:nth-child(4n+3),
    .programme-content .section-programme .works-list .item:nth-child(4n+1) {
        font-size: 16px !important;
        line-height: 19px !important;
        letter-spacing: 0.64px !important;
        border-bottom: 0.078vw solid #fff !important;
    }
    .programme-content .section-programme .works-list .item:nth-child(4n+1) {
        border-bottom: none !important;
    }
}

@media (max-width: 1199px) {
    .programme-content .container {
        padding: 0 20px;
    }
    .programme-content .content-question .programme_question p {
        width: 100%;
    }
}

@media screen and (max-width: 1080px) {
    .programme-content .content-question .programme_question .rotates-text {
        margin-left: 10.5px
    }
    .programme-content .content-question .programme_question p {
        padding-left: 13%;
        width: 100%;
    }
    .programme-content .content-question .right-content {
        padding-left: 0;
        padding-right: 20px;
    }
    .programme-content .content-question .right-content .programme_link {
        margin-left: 3%;
    }
    .programme-content .map .map-map {
        margin-right: 3.6%;
    }
    .programme-content .map .map-title span.rotates-text {
        right: 40px;
    }
    .programme-content .map .map-address {
        margin-left: 3.6%;
    }
}

@media screen and (width: 1024px) {
    .programme-content .content-question .right-content .programme_link {
        margin-left: 25%;
    }
}

@media screen and (max-width: 991px) {
    .programme-content .action {
        left: 78vw;
        width: 5%;
    }
}

@media screen and (max-width: 768px) {
    .programme-content h2:not(.large) {
        font-size: 20px;
        line-height: 30px;
    }
    .programme-content .top-banner .box-text {
        margin-left: 15%;
    }
    .programme-content .content-question .programme_question .rotates-text {
        margin-left: -16%;
    }
    .programme-content .content-question {
        display: block;
        margin-left: 18%;
    }
    .programme-content .content-question .programme_question,
    .programme-content .content-question .right-content {
        width: 100%;
    }
    .programme-content .content-question .programme_question p {
        font-size: 35px;
        line-height: 45px;
        color: #ff6a00;
    }
    .programme-content .content-question .programme_question p,
    .programme-content .content-question .right-content {
        padding-left: 0px;
    }
    .programme-content .content-question .right-content .programme_text {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.4444444px;
    }
    .programme-content .content-question .right-content .programme_hashtag {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.64px;
    }
    .programme-content .content-question .right-content .programme_link {
        margin-left: 30%;
    }
    .programme-content .content-question .right-content .programme_link a {
        font-size: 20px;
        letter-spacing: 1.25px;
    }
    .programme-content .action {
        margin-top: -10px;
        width: 8%;
        left: 75vw;
    }
    .programme-content .map {
        margin-top: 20%;
    }
    .programme-content .map .map-title p {
        width: 229px;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        padding-right: 10%;
    }
}

@media screen and (max-width: 556px) {
    .programme-content .content-question .programme_question .rotates-text {
        margin-left: -60px;
    }
    .programme-content .content-question .right-content .programme_link {
        margin-left: 24%;
    }
    .programme-content .content-question .right-content .programme_link a {
        padding-left: 14%;
    }
    .programme-content .map .map-map {
        margin-left: 0;
        margin-right: 0;
    }
    .programme-content .map .map-address {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
    }
}

@media screen and (max-width: 465px) {
    .programme-content .top-banner .box-text {
        margin-left: 0;
    }
    .page-template-template-programme .top-banner .banner-image {
        background-position: left 75% top;
    }
    .programme-content .content-question {
        margin-top: 10%;
        margin-left: 17.5%;
    }
    .programme-content .content-question .programme_question p {
        width: 100%;
    }
    .programme-content .content-question .right-content .programme_text {
        margin-top: -6%;
        word-spacing: 0px;
        width: 100%;
    }
    .programme-content .content-question .right-content .programme_text p {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        word-spacing: 2px;
        letter-spacing: 0px;
    }
    .programme-content .content-question .right-content .programme_hashtag {
        width: 77%;
        margin-top: 7.4%;
    }
    .programme-content .content-question .right-content .programme_link {
        margin-left: 9%;
        margin-top: 15%;
    }
    .programme-content .content-question .right-content .programme_link a {
        padding-left: 12%;
    }
    .programme-content .content-question .right-content .programme_link a::before {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 15px solid #ef730f;
    }
    .programme-content .tab {
        margin-top: -3.5%;
    }
    .programme-content .action {
        margin-top: -10px;
        width: 15%;
        left: 65vw;
    }
    .programme-content .map {
        margin-top: 24.5%;
        margin-bottom: 20%;
    }
    .programme-content .map .map-title {
        margin-right: 5%;
    }
    .programme-content .map .map-title p {
        width: 229px;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        word-spacing: 0px;
    }
    .programme-content .map .map-address {
        margin-top: 4.1%;
    }
    .programme-content .map .map-address .address-link {
        margin-top: -3.3%;
        margin-left: -2px;
    }
    .programme-content .map .map-address .address-link a {
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 0.64px;
    }
}

@media screen and (max-width: 392px) {
    .programme-content .content-question .programme_question .rotates-text {
        margin-left: -46px;
    }
    .programme-content .content-question .right-content .programme_link {
        margin-left: 6%;
    }
    .programme-content .map .map-title span.rotates-text {
        right: 34px;
    }
    .programme-content .map .map-title span.rotates-text::after {
        width: 45px;
    }
}

@media screen and (max-width: 372px) {
    .programme-content .content-question .right-content .programme_link {
        margin-left: -12%;
    }
}

.section-programme .works-list .item.prev {
    -webkit-animation: slide-prev 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
    animation: slide-prev 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
}

.section-programme .works-list .item.next {
    -webkit-animation: slide-next 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
    animation: slide-next 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
}

@-webkit-keyframes slide-prev {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-prev {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-next {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-next {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.programme-content .action button.disabled {
    opacity: 0.5;
    cursor: not-allowed
}