body {
    padding: 0;
    margin: 0;
    position: relative;
}

#detail {
    color: #000;
}

ul {
    padding: 0;
}

.play {
    background: url(../../images/btn-play.png) center no-repeat;
    background-size: 100% 100%;
    /* width: 20%; */
    height: 44px;
}

.text-green {
    color: #239147;
}

a:hover,
a:focus {
    color: #239147;
}

.text-bold {
    font-weight: 600;
}

.goTop {
    position: fixed;
    bottom: 180px;
    right: 0;
    z-index: 99;
}

.bg_video {
    width: 100%;
    /* height: 100vh; */
    object-fit: cover;
    position: absolute;
}

.labay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#search .labay,
#category .labay,
#detail .labay {
    width: 100%;
    height: 100%;
    max-height: 3000px;
}

.btn-play-slogan {
    animation: zoom 1s linear infinite;
    width: 100%;
    height: 100%;
}

@keyframes zoom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.sidebar {
    position: fixed;
    top: 20vh;
    right: 0;
    width: 365px;
    list-style: none;
    background: url(../../images/bg-sidebar.png) bottom center no-repeat;
    background-size: 100% 100%;
    padding: .5rem;
    transition: all 500ms linear;
    z-index: 99;
}

.sidebar::before {
    content: '>';
    position: absolute;
    top: 30%;
    left: -25px;
    background: url(../../images/bg-toggle.png) center no-repeat;
    width: 25px;
    height: 65px;
    color: #fff;
    font-family: monospace;
    font-size: 25px;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sidebar.active::before {
    content: '<';
    position: absolute;
    top: 30%;
    left: -15px;
    background: url(../../images/bg-toggle.png) center no-repeat;
    width: 25px;
    height: 65px;
    color: #fff;
    font-family: monospace;
    font-size: 25px;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sidebar li a:hover img {
    -webkit-filter: brightness(140%);
    /* Safari 6.0 - 9.0 */
    filter: brightness(140%);
}

.StaticMain h4 {
    background: url(../../images/bg/icon_h4.png) no-repeat;
    background-size: auto 30px;
    background-position: 1px 0px;
    clear: both;
    font: bold 22px/30px Arial;
    color: #1b4a28 !important;
    text-indent: 40px;
    line-height: 32px;
    margin-top: 15px;
}

.StaticMain ul.Icon li {
    background: url(../../images/bg/icon.gif) 0 11px no-repeat;
}

ul.Icon {
    list-style-type: square;
    margin-left: 20px;
}

ul.Dash {}

.FirstChar {
    line-height: 40px;
    font-size: 40px;
    float: left;
    padding-right: 5px;
}

.StaticMain {
    line-height: 30px;
    clear: both;
    margin: 0 auto;
    min-height: 500px;
}
.detail_tit {
    font-weight: 600;
    text-transform: uppercase;
    color: #e46304;
    font-size: 1.8rem;

}
.StaticMain h4~div {
    margin-left: 30px;
}

.StaticMain h5~div {
    margin-left: 50px;
}

.StaticMain h4 span {
    color: #ad1212 !important;
}

.StaticMain p,
.StaticMain ul>li {
    margin-top: 15px;
}

article ul>li,
.StaticMain ul>li {
    margin-bottom: 8px;
    padding-left: 15px;
    list-style-type: none;
    text-align: justify;
}

.StaticMain ul {
    margin: 5px 0 8px 20px;
    clear: both;
}

.StaticMain .TextCenter {
    text-align: center;
    overflow: hidden;
}

.StaticMain ul.Dash li {
    background: none;
    padding: 0px 20px;
}

.StaticMain ul.Dash li::before {
    content: "-";
    padding: 3px;
    font-weight: 600;
}

.StaticMain h5 {
    background: url(../../images/bg/icon_h53860.png?v=1) no-repeat;
    background-size: auto 18px;
    clear: both;
    margin-left: 30px;
    text-indent: 20px;
    font-size: 18px;
    color: #5b996c;
    padding: 0px 5px;
}

.StaticMain h3 {
    font-size: 20px;
}

.StaticMain table {
    margin: 25px auto;
    border-collapse: collapse;
}
.StaticMain table thead th {
    background-color: #1b4a28 !important;
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
}
.StaticMain table tbody td {
    background: transparent;
    border: 1px solid #b7c3ba !important;
    color: #1b4a28;
    padding: 5px 10px;
    text-align: center;
}
.text-green {
    color: #1b4a28;
    font-weight: 600;
}
.StaticMain table td {
    border: 1px solid #a0cfcf;
    padding: 3px 10px;
}

/* menu */
.bor-logo {
    position: relative;
}

.top-logo {
    position: absolute;
    top: -100%;
    left: -100%;
    border-radius: 15px;
    border: 2px solid #239147;
}

.bg-menu {
    background: url(../../images/bg_menu.png) center no-repeat;
    background-size: 100% 100%;
}

.navbar-nav .nav-item {
    background: url(../../images/bg-item-menu.png) center no-repeat;
    background-size: 100%;
    padding: 1rem;
    margin: 0 .5rem;
    width: 110px;
    text-align: center;
}

.navbar-nav .nav-item .nav-link {
    font-family: 'Roboto Condensed', sans-serif;

}

.navbar-nav .nav-item .nav-link h2 {
    font-size: 14px;
    margin-bottom: 0px;
    display: inline;
}

/* home */
.time-air {
    width: 188px;
    height: 44px;
}

.frame-intro {
    background: url(../../images/bg2.jpg) top center no-repeat;
    background-size: cover;
}

.frame-vohoc {
    background: url(../../images/frame2-home.jpg) top center no-repeat;
    background-size: cover;
    height: 815px;
}

.slogan-wrap {
    margin-top: 130px;
    position: relative;
}

.btn-wrap-bg,
.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.btn-wrap-bg {
    background: url(../../images/bg-btn.png) top center no-repeat;
    background-size: 100% 100%;
    padding: 5px 10px;
    margin-right: 5px;
}

.btn-wrap ul {
    list-style: none;
    margin-bottom: 0px;
}

.btn-wrap ul li>a:hover>img {
    -webkit-filter: brightness(140%);
    /* Safari 6.0 - 9.0 */
    filter: brightness(140%);
}

.left-btn {
    width: 50%;
}

.middle-btn {
    width: 48%;
}

#formSearch {
    background: url(../../images/bg-search.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-search-wrap {
    width: 85%;
    float: left;
}

.btn-submit-search {
    width: 15%;
    cursor: pointer;
}

.input-search,
.btn-submit-search {
    background: none;
    border: 0px;

}

.input-search {
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
}

.input-search:focus {
    outline: none;
}

.btn-submit-search img {
    width: 100%;
}

.slider-news .owl-dots {
    position: absolute;
    bottom: 5px;
    display: flex;
    right: 10px;
}

.slider-news .dot {
    background: url(../../images/dot-default.png) top no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    margin: 0 2px;
}

.slider-news .owl-dot.active .dot {
    background: url(../../images/dot-active.png) top no-repeat;
    background-size: 100% 100%;
}

.news {
    background: #fff;
    padding: .5rem;
    min-height: 270px;
}

.nav-tabs {
    position: relative;
}

.more-wrap {
    position: absolute;
    top: 0;
    right: 0;
    background: #239147;
    padding: 0.5rem .5rem 0;
}

/* .more-wrap::after {
    content: '';
    width: 50vw;
    height: 1px;
    background-color: #c8c8c8;
    position: absolute;
    top: 27px;
    right: 0px;
} */

.more-wrap a.more {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    line-height: 20px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 1px solid transparent;
    color: #239147;
}

.nav-tabs .nav-link {
    font-weight: 600;
}

.nav-link {
    padding: 0px;
}

.nav-tabs .nav-item {
    padding: 0.5rem .5rem 0;
}

.nav-tabs .nav-link h2 {
    font-size: 16px;
}

.nav-tabs .nav-link.active {
    color: #239147;
    background: none;
    border: 0px;
    border-bottom: 2px solid #239147;
}

.nav-tabs .nav-item.active {
    position: relative;
}

.nav-tabs .nav-item.active::after {
    content: '';
    background: url(../../images/hover-menunews.png) top center no-repeat;
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -12px;
}

.list-posts li{
    border-bottom: 1px dashed #ccc;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 10px;
}
.list-posts li::before {
    content: '';
    position: absolute;
    background:  url("../../images/list-icon.png");
    width: 10px;
    height: 10px;
    top: 20%;
    left: 0;
}

.list-posts li:hover {
    color: #239147;
}

.list-posts .posts__post-title:hover {
    color: #239147;
}

.list-posts li h3 {
    font-size: 16px;
}

/* .list-posts li:last-child{
    border-bottom: 0px;
} */

/* tuong */
.wrap-content-tuong {
    position: relative;
}

.custom-arrow {
    z-index: 1;
}

.btnLeft {
    bottom: 20px;
    width: 25px;
    left: 260px;
    position: absolute;
}

.btnRight {
    bottom: 20px;
    width: 25px;
    left: 580px;
    transform: rotateY(180deg);
    position: absolute;
}

.tuong-wrap .owl-carousel .owl-item img {
    width: auto;
}

.tab-tuong {
    list-style: none;
    position: absolute;
    z-index: 2;
}

.tab-tuong li.active {
    position: relative;
}

.tab-tuong li.noicong.active::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 50px;
    top: 50%;
    left: 100%;
    background: url(../../images/arrow-noicong.png) center no-repeat;
    background-size: 100% 100%;
}

.tab-tuong li.ngoaicong.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 20px;
    height: 50px;
    background: url(../../images/arrow-ngoaicong.png) center no-repeat;
    background-size: 100% 100%;
}

.tab-tuong li.quyen.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 20px;
    height: 50px;
    background: url(../../images/arrow-quyen.png) center no-repeat;
    background-size: 100% 100%;
}

.wrap-content-tuong {
    width: 80%;
    margin: 0 auto;

}

.info-char-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.info-char-wrap:focus {
    outline: none;
}

#tuong-wrap {
    width: 70vw;
    margin: -5rem auto 0 auto;
}

.bg-noicong {
    background: url(../../images/tuong/bg-noicong.png) center no-repeat;
    background-size: 65vw;
    /* background-position-y: -40px; */
}

.bg-ngoaicong {
    background: url(../../images/tuong/bg-ngc.png) center no-repeat;
    background-size: 65vw;
    /* background-position-y: -40px; */
}

.bg-quyen {
    background: url(../../images/tuong/bg-quyen.png) center no-repeat;
    background-size: 65vw;
    /* background-position-y: -30px; */
}

#tuong-wrap .hinh-nv {
    margin-left: 65px;
    /* width: 686px; */
    position: relative;
    margin-top: -5rem;
}

/* #tuong-wrap.bg-quyen .hinh-nv{
    width: 700px;
    margin-left: 110px;
}

#tuong-wrap.bg-ngoaicong .hinh-nv{
    width: 800px;
    margin-left: 110px;
}
#tuong-wrap.bg-ngoaicong .hinh-nv.duongqua{
    width: 686px;    
} */
#tuong-wrap .info-name {
    position: absolute;
    top: 6rem;
    left: 0px;
    display: flex;
    align-items: flex-start;
}

.sao {

    /* position: absolute; */
}

.tuong-wrap .owl-carousel .owl-item img.char {
    width: 60vw;

}

.description {
    position: absolute;
    width: 275px;
    top: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../../images/bginfo.png) center no-repeat;
    background-size: 100% 100%;
    padding: .5rem 1rem 1rem 3rem;
    left: 600px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* vo hoc */
/* .frame-vohoc {
    background: url(../../images/frame2-home.jpg) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
} */

.dotSlide {
    background: url(../../images/dot-slide.png) top no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    margin: 0 2px;
}

.owl-dot.active .dotSlide {
    background: url(../../images/dot-slide-active.png) top no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-vohoc {
    position: relative;
    /* background: url(../../images/vet.png) top center no-repeat;
    background-size: 100% 100%; */
}

.nhanvat {
    position: absolute;
    top: -20vh;
    width: 35vw;
}

#vohoc .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#vohoc .owl-nav .owl-prev>img,
#vohoc .owl-nav .owl-next>img {
    width: 20px;

}

.content-vohoc .item:hover img {
    transform: scale(1.1);
    transition: all 500ms linear;
}

#vohoc .slick-slide {
    padding: 1rem;
}

#footer {
    position: absolute;
    padding-top: 1rem;
    width: 100%;
    background: url(../../images/pattern.jpg) repeat-y;
    /* bottom:0; */
}

#vohoc .slick-dots {
    position: static;
    padding: 1rem 0 3rem 0;
}
#vohoc .slick-dots li {
    margin: 0px;
}
#vohoc .slick-prev,
#vohoc .slick-next {
    background: url(../../images/arrow.png) center no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 40px;
}

#vohoc .slick-next {
    transform: rotateY(180deg) translate(0, -50%);
}

.slick-prev:before,
.slick-next:before {
    content: '';
}

.slick-dots {
    display: flex;
    align-items: baseline;
    justify-content: center;

}

#tuong-wrap .slick-dots {
    bottom: 20px;
    padding-left: 300px;
    width: 200px;
    justify-content: flex-start;
}

.wrap-arrow {
    width: 55vw;
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: space-evenly;
}

.quote {
    height: calc(25px * 5);
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-dots li {
    height: auto;
    width: auto;
}

.slick-dots li button::before {
    content: '';
}

.slick-dots li button {
    background: url(../../images/dot-slide.png) top no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    margin: 0 2px;
}

.slick-dots li.slick-active button {
    background: url(../../images/dot-slide-active.png) top no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
}

/* category */
.news-list {
    background: url(../../images/banner-sub.jpg) top center no-repeat;
    background-size: cover;
    /* float: left;
    width: 100%; */
}

.news-list .slogan-wrap {
    padding-top: 15vh;
    margin-top: 0vh;
    width: 30vw;
    z-index: 99;
}

.content-news {
    background: url(../../images/bg-content.jpg) top center no-repeat;
    background-size: cover;
}

.content_detail {
    margin: 0 auto;
}

.article_news_pc {
    width: 90%;
    margin: 20px auto;
    list-style: none;
}

.article_news_pc li {
    float: left;
    border-top: 1px solid #ebebeb;
    padding: 20px 10px;
    width: 100%;
    background: #fff;
    margin-bottom: 1rem;
}

.article_news_pc li .img_post {

    max-height: 150px;
    padding: 0;
    overflow: hidden;
}

.article_news_pc li .img_post img:hover {
    transform: scale(1.2);
}

.article_news_pc li .img_post img {
    max-height: 150px;
    transition: all 500ms ease-in-out;
}

.article_news_pc li p {
    line-height: 20px;
    font-size: 15px;
    /* height: calc(3*20px); */
    overflow: hidden;
}

.more-post a {
    background: url(../../images/bg-item-menu.png) center no-repeat;
    background-size: 100% 100%;
    padding: .5rem 1.2rem;
}
.wrap-slide {
    width: 475px;
}
.wrap-news{
    width: 665px;
    z-index: 1;
}
.owl-carousel .owl-item img,
.owl-carousel.owl-drag .owl-item,
.owl-carousel.owl-drag .owl-item .item,
.owl-stage-outer,.owl-carousel .owl-stage,
.no-js .owl-carousel, .owl-carousel.owl-loaded{
    height: 100%;
}
.article_news_pc li .title-post {
    display: flex;
    justify-content: space-between;
}

.article_news_pc li .title-post h3 {
    font-size: 16px;
    font-weight: 600;
}

.pageCategory .page-link {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    margin: 0 5px;
    font-family: monospace;
    font-size: 25px;
    line-height: 20px;
}

.optionPage {
    background-color: transparent;
    border: 1px solid #000;
    z-index: 99;
}

.breadrums-post {
    list-style-image: url("../../images/list-icon-active.png");
    margin-bottom: 0;
}

.info-header-post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.info-header-post img {
    width: 130px;
}

@media (max-width: 991px) {
    .play {
        width: 20%;
        height: auto;
    }

    .time-air {
        width: 55%;
        height: auto;
    }
}

.StaticMain img {
    max-width: 90% !important;
    height: auto !important;
}