.page-3c-question .fancybox-slide {
  padding: 6px;
}
.page-3c-question .fancybox-is-open .fancybox-bg {
  opacity: 0.6;
}
.page-3c-question .fancybox-slide--html .fancybox-close-small {
    background: none;
    height: 44px;
    width: auto;
    right: 0;
    top: 0;
}
.page-3c-question .fancybox-slide--html .fancybox-close-small svg {
    display: block;
}
.banner-cuoc-thi-anh {
    position: relative;
}
.banner-cuoc-thi-anh img {
    width: 100%;
}
.banner-cuoc-thi-anh .wrapper-banner {
    position: relative;
}
.banner-cuoc-thi-anh .bt-thungay {
    position: absolute;
    left: 6%;
    bottom: 9%;
    padding: 7px 20px 8px;
    background: #000;
    border-radius: 20px;
    line-height: 1;
    color: #fff;
    font-size: calc(5px + 2vw);
    font-family: "UTM Bebas";
    outline: none;
}
.banner-cuoc-thi-anh .bt-thuvien {
    position: absolute;
    left: 22%;
    bottom: 9%;
    padding: 7px 20px 8px;
    background: #000;
    border-radius: 20px;
    line-height: 1;
    color: #fff;
    font-size: calc(5px + 2vw);
    font-family: "UTM Bebas";
    outline: none;
}
.wrapper-banner .bt-thungay:hover {
    text-decoration: none;
    background: #faad4b;
}
.wrapper-banner .bt-thuvien:hover {
    text-decoration: none;
    background: #faad4b;
}
.wrapper-banner .md-text {
    position: absolute;
    width: 39%;
    left: 4%;
    line-height: 1.2;
    top: 20%;
    margin-bottom: 0px;
    font-size: calc(3px + 1vw);
    top: 60%;
    text-align: center;
    font-family: "Gotham";
}
@media screen and (min-width: 1601px) {
    .wrapper-banner .md-text {
        font-size: calc(3px + 0.6vw);
    }
    .banner-cuoc-thi-anh .bt-thuvien {
        font-size: calc(5px + 1.3vw);
    }
    .banner-cuoc-thi-anh .bt-thungay {
        font-size: calc(5px + 1.3vw);
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .banner-cuoc-thi-anh .bt-thungay {
        font-size: calc(3px + 1.8vw);
    }
    .banner-cuoc-thi-anh .bt-thuvien {
        font-size: calc(3px + 1.8vw);
    }
    .wrapper-banner .md-text {
        font-size: calc(2px + 1vw);
    }
}
@media screen and (max-width: 767px) {
    .wrapper-banner .md-text {
        top: 41%;
        width: 43%;
        text-align: center;
        font-size: calc(6px + 1vw);
    }
    .banner-cuoc-thi-anh .bt-thungay {
        position: absolute;
        left: 4%;
        bottom: 5%;
        padding: 8px 15px;
    }
    .banner-cuoc-thi-anh .bt-thuvien {
        position: absolute;
        left: 25%;
        bottom: 5%;
        padding: 8px 15px;
    }
    .banner-cuoc-thi-anh .bt-thungay {
        font-size: calc(4px + 2.5vw);
    }
    .banner-cuoc-thi-anh .bt-thuvien {
        font-size: calc(4px + 2.5vw);
    }
}
@media screen and (max-width: 450px) {
    .wrapper-banner .md-text {
        font-size: calc(4px + 1vw);
    }
    .banner-cuoc-thi-anh .bt-thungay {
        font-size: calc(4px + 1.8vw);
        padding: 7px 13px;
    }
    .banner-cuoc-thi-anh .bt-thuvien {
        font-size: calc(4px + 1.8vw);
        padding: 7px 13px;
    }
}

.md-desktop {
    display: block !important;
}

.md-moblie {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .md-desktop {
        display: none !important;
    }
    .md-moblie {
        display: block !important;
    }
}

.cursor-pointer {
    cursor: pointer;
}
