@charset "utf-8";
@font-face {
    font-family: "Roboto";
    font-weight: 400;
    src: url("./fonts/Roboto/Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    src: url("./fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 700;
    src: url("./fonts/Roboto/RobotoCondensed-Bold.ttf");
}

@font-face {
    font-family: "UTM-Flavour";
    font-weight: 400;
    src: url("./fonts/UTM-Flavour/UTM\ Flavour.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a {
    color: inherit;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

input,
button {
    outline: 0;
}

.article-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.article-image::before {
    content: "";
    display: block;
    padding-top: 66.67%;
}

.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.nav-item {
    font-weight: 700;
    font-size: 1.125rem;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    border-bottom: 1px solid #ed1c24;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.nav-link {
    margin: 1rem 3rem;
    color: #000 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 1rem 2rem;
}

.nav-link {
    display: inline-block;
    transition: 0.5s ease-in;
}
#navbarNav {
    position: relative;
}

#frmSearchContest {
        max-width: 254px;
        position: absolute;
        top: 12px;
        right: 0;
        height: 40px;
        border-radius: 30px;
        background-color: #bff1ee;        
    }
    
   .textSearch {
        background-color: transparent;
        border: 0;
        outline: 0;
        width: calc(100% - 40px);
        padding-left: 15px;
        line-height: 40px;
        color: #fff;
        border-radius: 40px 0 0 40px; 
        display: none;       
    }
    .textSearch::placeholder {
        color: #fff;
    }
    
    .resultSearch {
        border: 0;
        border-radius: 40px;
        background-color: transparent;
        outline: 0;
        width: 40px;
        height: 40px;
        float: right;
        cursor: pointer;
        color: #fff;
    }
    button:focus {
        outline: none;
    }
.send-posts {
    background-color: #bff1ee;
    padding: 30px 0;
}

.title-minisite {
    font-family: "UTM-Flavour", Arial, sans-serif;
    font-size: 40px;
    text-align: center;
}

.send-entries {
    background-color: #3cb878;
    width: 240px;
    height: 86px;
    line-height: 60px;
    border-radius: 60px;
    border: 13px solid #97e0ca;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 20px auto;
    color: #fff;
    position: relative;
    z-index: 3;
}

.picture-section {
    position: relative;
}

.bg-container {
    background-color: #12bc39;
    border-radius: 30px;
    position: absolute;
    top: 15px;
    left: 10px;
    transform: rotate(15deg);
}

.bd-container {
    background-color: transparent;
    border: 1px solid #12bc39;
    border-radius: 30px;
    position: absolute;
    top: 15px;
    left: 10px;
    transform: rotate(-15deg);
    /* z-index: 1; */
}

.list-pictures {
    display: block;
    margin: 56px 0;
    width: calc(100% - 28px);
}

.box-picture {
    border: 10px solid #edffb0;
    border-radius: 30px;
    position: relative;
}

.box-picture .article,
.box-picture .article-image {
    border-radius: 20px;
    overflow: hidden;
}

.bx-prev,
.bx-next {
    position: absolute;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bx-prev>i,
.bx-next>i {
    color: #eee;
    text-align: center;
}

.bx-prev {
    left: 0;
}

.bx-next {
    right: 0;
}

.bx-cat .bx-next,
.bx-cat .bx-prev {
    width: 28px;
    height: 72px;
    line-height: 72px;
    top: 50%;
    transform: translateY(-50%);
}

.bx-cat .bx-prev {
    background: url(../../images/contest-images/arrow-prev.png) -18px 0 no-repeat;
}

.bx-cat .bx-next {
    background: url(../../images/contest-images/arrow-next.png) 0 0 no-repeat;
}

.section-title {
    text-align: center;
}

.title-name {
    padding: 6px 15px;
    color: #3cb878;
    font-size: 2.25rem;
    border-bottom: 1px solid #3cb878;
    display: inline-block;
}

.box-slider {
    padding: 0 60px;
}

.section-title p {
    font-size: 1.125rem;
}

.item-award {
    text-align: center;
    transition: 0.5s ease-out;
    padding: 80px 0;
    cursor: pointer;
}

.item-award:hover {
    transform: scale(1.5);
}

.item-award p {
    margin-bottom: 0.3rem;
}

.owl-carousel {
    padding-top: 50px;
}

.image-award {
    padding-bottom: 10px;
}

.box-slider {
    position: relative;
}

.box-slider .owl-prev,
.box-slider .owl-next {
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 54px;
    top: calc(50% - 27px);
    font-size: 32px;
    outline: none;
    border: none;
    background: url(../../images/contest-images/ico-arrow.png) 0 0 no-repeat !important;
}

.owl-prev span,
.owl-next span {
    display: none;
}

.box-slider .owl-prev {
    left: 0;
}

.box-slider .owl-next {
    right: 0;
    transform: rotate(180deg);
}

.bd-blue {
    position: relative;
    padding-top: 60px;
}

.bd-blue::before {
    content: "";
    background: url(../../images/contest-images/icon-blue.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.box-posts {
    position: relative;
}

.box-cat .article {
    padding: 15px;
    background-color: #3cb878;
    border-radius: 7px;
    color: #fff;
}

.box-cat .article-image {
    border-radius: 7px;
    margin-bottom: 12px;
}

.box-cat .article-image::before {
    padding-top: 75%;
}

.box-item .owl-prev,
.box-item .owl-next {
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 28px;
    height: 72px;
    line-height: 72px;
    top: calc(50% - 36px);
    font-size: 32px;
    outline: none;
    border: none;
    transform: translateY(-50%);
}

.box-item .owl-prev {
    background: url(../../images/contest-images/arrow-prev.png) -18px 0 no-repeat !important;
    left: 0;
}

.box-item .owl-next {
    background: url(../../images/contest-images/arrow-next.png) 0 0 no-repeat !important;
    right: 0;
}

.box-story .owl-prev,
.box-other-slider .owl-prev {
    left: 0;
}
.box-story .owl-prev,
.box-story .owl-next {
    transform: translateY(0);
}
.box-other-slider .owl-dots,
.box-story .owl-dots {
    display: none;
}

.box-story .owl-next,
.box-other-slider .owl-next {
    right: 0;
}

.box-posts .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #cdcdcd;
    text-indent: -9999px;
}

.box-posts .owl-dots {
    margin: 45px 0;
    text-align: center;
}

.box-posts .owl-dot {
    display: inline-block;
    margin: 5px;
}

.box-posts .owl-dot.active span {
    background-color: #12bc39;
}

.like {
    position: absolute;
    bottom: 8px;
    left: 5px;
    background: url(../../images/contest-images/like-img.png) 0px 4px no-repeat;
    width: 18px;
    height: 20px;
    padding-left: 24px;
}

.share {
    position: absolute;
    bottom: 8px;
    right: 45px;
    background: url(../../images/contest-images/ico-share.png) 0px 4px no-repeat;
    width: 17px;
    height: 20px;
    padding-left: 24px;
}

.link-like {
    padding-left: 25px;
    background: url(../../images/contest-images/ico-like.png) 0 0 no-repeat;
    float: left;
}

.link-share {
    padding-left: 20px;
    background: url(../../images/contest-images/ico-share.png) 0 4px no-repeat;
    float: right;
}

.article-title {
    font-size: 1.125rem;
    margin-top: 10px;
    line-height: 21px;
}

.box-cat .article-link {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 63px;
}

.article-image span,
.article-image a {
    color: #fff;
}

.article-interactive a:hover,
.name-test:hover,
.article-link:hover {
    color: #ed1c24;
}

.name-test {
    color: #3cb878;
    font-size: 12px;
    text-transform: uppercase;
}

.posts-entry .section-title {
    padding-top: 20px;
}

.posts-entry .article-image {
    margin-bottom: 8px;
}

.date-publish {
    color: #d6d6d6;
    font-size: 12px;
}

.bt-space {
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    margin-top: 6px;
}

.__MB_ARTICLE_PAGING {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 60px;
}

.__MB_ARTICLE_PAGING span,
.__MB_ARTICLE_PAGING a {
    display: inline-block;
    height: 47px;
    text-align: center;
    line-height: 47px;
    border-radius: 47px;
    width: 158px;
    background-color: #c2c2c2;
    font-weight: 700;
    font-size: 18px;
    /* text-transform: uppercase; */
    color: #fff;
}

.__MB_ARTICLE_PAGING a {
    background-color: #3cb878;
}
.ico-play{display: block;position: absolute;z-index: 2;width: 50px;height: 50px;line-height: 50px;text-align: center;border-radius: 50px;background: #00000060;top:calc(50% - 25px);left:calc(50% - 25px);}
.ico-play i{font-size: 16px;color: #3eac64;line-height: 50px;margin-left: 3px;}
#footer {
    background: #3cb878;
    margin-top: 30px;
}

.footer-top {
    padding-top: 20px;
}

#footer p,
#footer a {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}

.footer-info p:first-child {
    text-transform: uppercase;
}

.box-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 50px;
}

.icon {
    background: url(../../images/contest-images/icon-social.png) no-repeat;
    width: 48px;
    height: 48px;
    margin-left: 15px;
}

.box-social .icon:first-child {
    margin-left: 0 !important;
}

.ico-fb {
    background-position: 0px 0px;
}

.ico-tw {
    background-position: -63px 0px;
}

.ico-ytb {
    background-position: -125px 0px;
}

.copyright,
.mastercms {
    margin-top: 20px;
}

.mastercms {
    margin-bottom: 16px;
}

.blocker {
    background: url(../../images/contest-images/icon10x10.png);
    z-index: 99;
}

.modal-dialog {
    margin: 10vh auto;
    max-width: 1010px;
    width: calc(100% - 40px);
    background: #fff;
    box-shadow: 0 0 24px #000000ba;
    overflow: hidden;
    border-radius: 30px;
}

.modal-content {
    padding: 13px 80px 45px;
    height: 80vh;
}

.modal-body {
    height: 100%;
    overflow-y: scroll;
    padding: 0 40px;
}

.modal-body::-webkit-scrollbar-button {
    background: transparent;
}

.modal-body::-webkit-scrollbar {
    width: 1px;
    height: 3px;
    background: transparent;
    /* or add it to the track */
}

.modal-body::-webkit-scrollbar-thumb {
    width: 1px;
    height: 3px;
    background-color: #333;
}

.modal-header .close {
    outline: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1060;
}

.modal-content,
.modal-header {
    border-bottom: 0;
}

.information {
    font-size: 18px;
    color: #666;
}

.information p {
    text-indent: 35px;
    font-weight: 400;
    text-align: justify;
}

.info-detail,
.title-item {
    font-size: 18px;
    font-weight: 700;
}

.info-detail {
    text-transform: uppercase;
    margin-top: 30px;
}

.title-item {
    margin-top: 40px;
}

.information .title-item:nth-child(2) {
    margin-top: 0;
}


/* list */

.box-list {
    padding-top: 50px;
}

.box-list .article {
    width: calc((100% - 3 * 10px) / 4);
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.box-list .article:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}

.xem-tiep span,
.xem-tiep a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ddd;
    border-radius: 34px;
    width: 130px;
    color: #fff;
    width: auto;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: 400;
}

.xem-tiep span:first-child {
    display: none;
}

.xem-tiep span.current {
    background: #eee;
    color: #333;
}

.fw {
    width: 100%;
}

.lt {
    float: left;
}

@media screen and (min-width: 1000px) {
    .box-slider {
        padding-top: 0;
    }
    .send-posts {
        padding: 56px 0;
    }
    .send-entries {
        margin: 60px auto;
    }
    .intro {
        position: relative;
        background: url(../../images/contest-images/ico-cloud.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .posts-entry .section-title {
        padding-top: 60px;
    }
    #footer {
        background: #3cb878;
        position: relative;
        background: url(../../images/contest-images/bg-footer.png);
        background-size: cover;
        background-position: 0;
        background-repeat: no-repeat;
        margin-top: 40px;
        z-index: 10;
    }
    .footer-top {
        padding-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    #header {
        position: relative;
        min-height: 86px;
    }
    #navbarNav {
        position: unset;
    }
    #frmSearchContest {
        margin-bottom: 30px;
        position: unset;
        max-width: 100%;
    }
    .textSearch {
        display: inline-block !important;
    }
    .main-menu {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 10;
    }
    .list-pictures {
        margin: 20px auto;
    }
    .title-minisite {
        font-size: 32px;
    }
    .intro {
        padding-top: 20px;
    }
    .item-award {
        padding: 0 0 20px;
    }
    .item-award:hover {
        transform: none;
    }
    .owl-carousel {
        padding-top: 15px;
    }
    .bd-blue {
        padding-top: 20px;
    }
    .icon {
        margin-left: 4px;
    }
    .box-social {
        margin-top: 0;
    }
    .__MB_ARTICLE_PAGING {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .box-list {
        padding-top: 20px;
    }
    .box-list .article {
        width: calc((100% - 2 * 10px) / 3);
        float: left;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .box-list .article:nth-child(4n+1) {
        margin-left: 10px;
        clear: none;
    }
    .box-list .article:first-child,
    .box-list .article:nth-child(3n+1) {
        margin-left: 0;
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .send-posts {
        padding: 0;
    }
    .pt50 .container .row:first-child {
        padding-bottom: 0;
    }
    .list-pictures {
        margin: 20px auto;
        width: 100%;
    }
    .bg-container,
    .bd-container {
        display: none;
    }
    .title-name {
        font-size: 1.5rem;
    }
    .box-posts .owl-dots {
        margin: 20px 0px;
        text-align: center;
    }
    .modal-dialog {
        margin: 5vh auto;
    }
    .modal-content {
        padding: 13px 50px 45px;
        height: 90vh;
    }
    .modal-body {
        padding: 0;
        margin: 0px auto;
    }
    .modal-body::-webkit-scrollbar-thumb {
        width: 1px;
        height: 3px;
        background-color: transparent;
    }
    .box-list .article {
        width: calc((100% - 10px) / 2);
        float: left;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .box-list .article:nth-child(3n+1),
    .box-list .article:nth-child(4n+1) {
        margin-left: 10px;
        clear: none;
    }
    .box-list .article:first-child,
    .box-list .article:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
}

@media screen and (max-width: 575px) {
    .container {
        max-width: 570px;
    }
    .item-award {
        width: 100%;
        margin: 0 auto;
    }
    .owl-prev {
        left: 15px;
    }
    .owl-next {
        right: 15px;
    }
    .modal-dialog {
        margin: 15px auto;
        width: calc(100% - 30px);
    }
    .modal-content {
        padding: 5px 15px 30px;
        height: calc(100vh - 30px);
    }
    .xem-tiep span,
    .xem-tiep a {
        padding: 0 7px;
    }
    .modal-body {
        padding: 0;
    }
    .box-slider {
        padding-left: 20px;
        padding-right: 20px;
    }
}