@font-face {
    font-family: "mypiadpro";
    src: url(./fonts/MYRIADPRO-REGULAR.OTF);
}

@font-face {
    font-family: "rigft";
    src: url(./fonts/Rift-Regular.otf);
}

body {
    font-family: "mypiadpro";
}

a {
    color: #353535;
    text-decoration: none;
}

.container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1024px) {
    .container {
        max-width: calc(1170px + 30px);
    }
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 16px;
}

@media (max-width: 767px) {
    .header__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.header__top__left {
    color: #656565;
    font-size: 13;
}

.header__top__right span {
    font-size: 13px;
    color: #656565;
}

.header__top img {
    padding-bottom: 3px;
}

.header__banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .header__banner img {
        height: 65px;
    }
}

.header__menu .navbar {
    background-color: #9e0039;
}

@media (min-width: 768px) {
    .header__menu .navbar .container-fluid {
        padding: 0 20px;
    }
}

.header__menu .navbar .nav-link {
    color: #ffffff;
    font-family: "rigft";
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-left: 32.5px;
    padding-right: 32.5px;
}

@media (max-width: 1023px) {
    .header__menu .navbar .nav-link {
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .header__menu .navbar .nav-link {
        padding-left: 0;
    }
}

.header__menu .navbar .nav-link:hover {
    color: #84cdec;
    text-decoration: underline;
}

.header__menu .navbar .navbar-brand {
    margin-right: 0;
}

.header__menu .navbar .form-control {
    margin-right: 0 !important;
    padding: 1px 5px 1px 10px;
    font-size: 13px;
    width: 256px;
    border-radius: 50px;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .header__menu .navbar .form-control {
        width: 100%;
        margin-left: 0;
    }
}

.header__menu .navbar .form-control::-webkit-input-placeholder {
    color: #c1c1c1;
}

.header__menu .navbar .form-control:-ms-input-placeholder {
    color: #c1c1c1;
}

.header__menu .navbar .form-control::-ms-input-placeholder {
    color: #c1c1c1;
}

.header__menu .navbar .form-control::placeholder {
    color: #c1c1c1;
}

.header__menu .navbar .input-search {
    position: relative;
}

    .header__menu .navbar .input-search .icon-search {
        position: absolute;
        right: 10px;
        cursor: pointer;
    }

    .header__menu .navbar .input-search input[type="search"]::-webkit-search-decoration,
    .header__menu .navbar .input-search input[type="search"]::-webkit-search-cancel-button,
    .header__menu .navbar .input-search input[type="search"]::-webkit-search-results-button,
    .header__menu .navbar .input-search input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }

.header__menu .navbar .navbar-toggler {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header__menu .navbar .menu-bars__wrap {
    width: 32px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

    .header__menu .navbar .menu-bars__wrap .menu-bars__row {
        display: block;
        background: #ffffff;
        height: 2px;
        margin-bottom: 7px;
        margin-top: 0;
    }

.block-news {
    margin-top: 22px;
}

.block-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .block-news__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.block-news__left {
    margin-bottom: 20px;
}

.block-news__details {
    margin-bottom: 20px;
    border: solid 1px #ddd;
    padding: 20px;
    font-size: 0;
}

.block-news__details_full {
    margin-bottom: 20px;
    border: solid 1px #ddd;
    padding: 20px;
    font-size: 0;
}

@media (min-width: 768px) {
    .block-news__left {
        width: calc(45% - 20px);
        margin-bottom: 0;
    }

    .block-news__details {
        width: calc(70% - 20px);
        margin-bottom: 0;
    }

    .block-news__details_full {
        width: calc(100% - 20px);
        margin-bottom: 0;
    }
}

.block-news__left img {
    width: 100%;
}

.block-news__details img {
    width: 100%;
}

.block-news__details_full img {
    width: 100%;
}

.block-news__left .title {
    font-size: 18px;
    color: #292a2a;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.block-news__details .title {
    font-size: 18px;
    color: #292a2a;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.block-news__left__highlight {
    margin-bottom: 30px;
}

.block-news__details__highlight {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .block-news__left__highlight {
        margin-bottom: 10px;
    }
}

.block-news__left__highlight .title {
    margin-top: 10px;
}

.block-news__left__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-news__left__item {
    width: calc(33.333% - 9.3333px);
}

    .block-news__left__item .title {
        font-size: 12px;
        margin-top: 10px;
    }

@media (min-width: 768px) {
    .block-news__center {
        width: calc(25% - 20px);
    }

    .block-news__details {
        width: calc(70% - 20px);
    }
}

.block-news__center ul {
    background-color: #f6f6f6;
    padding: 15px 13px 15px 2rem;
}

    .block-news__center ul li {
        margin-bottom: 15px;
    }

        .block-news__center ul li a {
            text-decoration: none;
            color: #000000;
            font-size: 13px;
        }

        .block-news__center ul li:last-child {
            margin-bottom: 0;
        }

        .block-news__center ul li::marker {
            color: #0072bc;
        }

.block-news__center__box {
    margin-bottom: 20px;
}

    .block-news__center__box h4 {
        color: #0d408d;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }

@media (min-width: 768px) {
    .block-news__right {
        width: calc(30% - 20px);
    }
}

.block-news__right__title {
    font-size: 24px;
    margin-left: 23px;
    color: #991027;
}

.block-news__right__video {
    position: relative;
    line-height: 0;
}

.block-news__right__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .block-news__right__play-icon img {
        max-width: 63px;
    }

.block-news__right__listNews {
    background-color: #ebebeb;
    padding: 18px 20px;
}

.block-news__right__item {
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

    .block-news__right__item a {
        text-decoration: none;
        font-size: 14px;
        color: #054894;
        font-weight: 500;
    }

.category a {
    width: calc(33% - 21px);
    display: block;
    text-decoration: none;
}

@media (max-width: 992px) {
    .category a {
        width: calc(50% - 20px);
    }
}

@media (max-width: 579px) {
    .category a {
        width: 100%;
    }
}

.category a.green .category__title {
    color: #20a040;
}

.category a.green .category__item:before {
    border-color: transparent #20a040 transparent transparent;
}

.category a.orange .category__title {
    color: #b70808;
}

.category a.orange .category__item:before {
    border-color: transparent #ec7b52 transparent transparent;
}

.category a.yellow .category__title {
    color: #f7b72b;
}

.category a.yellow .category__item:before {
    border-color: transparent #f7b72b transparent transparent;
}

.category a.purple .category__title {
    color: #662c91;
}

.category a.purple .category__item:before {
    border-color: transparent #662c91 transparent transparent;
}

.category a.red .category__title {
    color: #b70808;
}

.category a.red .category__item:before {
    border-color: transparent #e84341 transparent transparent;
}

.category a.blue .category__title {
    color: #06aa9f;
}

.category a.blue .category__item:before {
    border-color: transparent #06aa9f transparent transparent;
}

.category a.black .category__title {
    color: #b70808;
}

.category a.black .category__item:before {
    border-color: transparent #2c3d50 transparent transparent;
}

.category__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    margin-top: 15px;
    border-top: 1px solid #a2a2a28a;
}

.category__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
    padding: 8px 20px;
    background-color: #e1e1e1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

@media (max-width: 579px) {
    .category__item {
        margin-bottom: 10px;
    }
}

.category__item::before {
    content: "\A";
    border-style: solid;
    border-width: 0px 16px 16px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.category__icon {
    margin-right: 20px;
}

.category__title {
    font-size: 16px;
    font-weight: bold;
}

.listVideo {
    margin-bottom: 50px;
    margin-top: 30px;
}

    .listVideo .nav-link, .listVideo .nav-tabs {
        border: 0;
        font-size: 18px;
        color: #838383;
    }

        .listVideo .nav-link.active, .listVideo .nav-tabs.active {
            color: #a20d0d;
        }

    .listVideo .no-padding {
        padding-left: 0;
    }

.listVideo__boxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.listVideo__item {
    display: block;
    width: calc(25% - 21px);
    text-decoration: none;
    font-size: 16px;
    color: #131313 !important;
    font-weight: bold;
	max-height:180px;
	margin-bottom:25px;
	height:auto;
}

@media (max-width: 767px) {
    .listVideo__item {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }
}

.listVideo__item__image {
    position: relative;
}

    .listVideo__item__image img {
        width: 100%;
		height:100%;
		object-fit:cover;
    }

.listVideo__item__playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .listVideo__item__playIcon img {
        width: 39px;
    }

.listVideo__item__title {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .listVideo__item__title {
        margin-top: 5px;
        font-size: 14px;
    }
}

.sliderWebsite {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .sliderWebsite {
        margin-bottom: 60px;
    }
}

.sliderWebsite__title {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #225bb2;
    padding: 9px;
    max-width: 186px;
    font-weight: 600;
}

.sliderWebsite__item {
    text-align: center;
}

    .sliderWebsite__item img {
        margin: auto;
        min-height: 114px;
    }

.sliderWebsite__item__title a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #453d3d;
    text-transform: uppercase;
    padding-top: 10px;
    display: inline-block;
}

.sliderWebsite__slider {
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 2.5px 4.33px 2.5px rgba(162, 162, 162, 0.22);
    box-shadow: 2.5px 4.33px 2.5px rgba(162, 162, 162, 0.22);
    padding: 25px 9px;
}

    .sliderWebsite__slider .slick-dots li button:before {
        font-size: 9px;
        color: #d7d7d7;
        opacity: 1;
    }

    .sliderWebsite__slider .slick-dots li.slick-active button:before {
        color: #225bb2;
    }

    .sliderWebsite__slider .slick-dots {
        bottom: -40px;
    }

    .sliderWebsite__slider .slick-next {
        right: 10px;
        background-image: url(./images/arrowRight-icon.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 25px;
        height: 25px;
    }

        .sliderWebsite__slider .slick-next::before {
            display: none;
        }

    .sliderWebsite__slider .slick-prev {
        left: 10px;
        background-image: url(./images/arrowLeft-icon.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 25px;
        height: 25px;
    }

        .sliderWebsite__slider .slick-prev::before {
            display: none;
        }

.footer {
    margin: 0 26px;
    background-image: url(./images/footer.png);
    padding: 60px 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

@media (max-width: 579px) {
    .footer {
        margin: 0 15px;
    }
}

.footer__title {
    font-size: 24px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .footer__title {
        font-size: 18px;
    }
}

.footer__address, .footer__info {
    font-size: 24px;
}

@media (max-width: 767px) {
    .footer__address, .footer__info {
        font-size: 18px;
    }
}
/*# sourceMappingURL=styles.css.map */

.block-news__details .entry-title {
    font-size: 26px;
    color: #292a2a;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
}

.block-news__details .entry-sapo {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: justify;
}

.block-news__details .entry-content {
    font-size: 16px;
    line-height: 24px;
}

post-meta-elements {
    margin-bottom: 8px;
    width: 100%;
}

.entry-media {
    margin-bottom: 10px;
}

.entry-content p {
    font-size: 17px;
    text-align: justify;
    color: #222;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 37px;
}

.item-content a {
    font-size: 17px;
}

.post-tags {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.post-social {
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
}

    .post-social .list-inline {
        padding-left: 0;
        margin-left: 0;
        list-style: none;
        display: inline-block;
        margin-bottom: 0;
    }

.comment-section {
    margin-top: 22px;
    position: relative;
    float: left;
    width: 100%;
}

.comment {
    margin-bottom: 12px;
    padding: 8px;
    border: 1px solid #eee;
}

.comment-content .comment-title {
    margin-bottom: 0;
    text-transform: initial;
    letter-spacing: .02em;
}

.comment-title h4 {
    border-bottom: 0;
}

.comments-list .comment-author {
    font-weight: 600;
    font-style: normal;
    text-transform: initial;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    display: inline-block;
}

.comments-list .comment-date {
    font-size: 11px;
    font-weight: 500;
    color: #999;
    text-transform: initial;
    display: inline-block;
}

.comment-title .fa {
    margin: 0;
}

.comment p {
    display: inline-block;
    font-size: 11px;
    margin: 0;
    line-height: initial;
}

.comments-list .comment-btn {
    float: left;
    margin-left: 10px;
    padding: 6px;
    font-size: 10px;
    background: none;
    color: #006599;
    outline: 0;
}


    .comments-list .comment-btn.btn-reply:hover {
        color: #fff;
        background: rgba(57, 201, 187, 1.00);
    }

    .comments-list .comment-btn.btn-edit:hover {
        color: #fff;
        background: #666;
    }

    .comments-list .comment-btn.btn-delete:hover {
        color: #fff;
    }

.form-reply-section {
    margin-top: 10px;
    float: left;
    position: relative;
    width: 100%;
}

a:focus, a:hover {
    color: #999;
    text-decoration: none;
}

[data-color="blue"] .title-style02,
[data-color="blue"] .title-style02-light,
[data-color="blue"] .blockquote_style02 {
    border-left: 3px solid #40a9ff;
}

.entry-content * {
    font-size: 16px;
    text-align: justify;
    color: #222;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -.2px;
    width:100%;
}

.entry-content a {
    color: #3a64fd;
}

.entry-content > figure {
    text-align: center !important;
    margin: auto;
}

.post-meta-elements {
    margin-bottom: 8px;
}

    .post-meta-elements, .post-meta-elements a, .post-meta-elements .fa {
        font-size: 13px;
    }

        .post-meta-elements, .post-meta-elements a {
            color: #999;
            display: inline-block;
        }

.post-meta-author, .post-meta-date, .post-meta-cat, .post-meta-comments {
    display: inline-block;
    margin: 0 16px 0 0;
}

.post-meta-elements .fa {
    margin: 0 6px 0 0;
    transition-duration: 0.3s;
}

.pager div {
    float: left;
    text-align: center;
    font-size: 25px;
    margin: 5px;
    padding: 10px;
    cursor: auto;
    cursor: pointer
}

    .pager div.disabled {
        opacity: .25
    }

.pager .pageNumbers a {
    display: inline-block;
    padding: 7px 14px;
    color: gray;
    font-size: 18px;
    background: #ffffff;
    color: #5d5d5d;
    border: solid 1px #ccc;
    margin-right: 5px;
}

    .pager .pageNumbers a.active {
        color: #4bb4ef
    }

.pager {
    /* overflow: hidden; */
    margin: 0;
}

.paginate-no-scroll .items div {
    height: 250px
}

.news img {
    max-width: 100%;
}

.list-by-cat .item-image {
    width: 250px;
}

.news .item .item-content {
    padding: 0px 6px 6px;
}

.item .item-content, .item .content {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.news .item {
    display: table;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
}

.news .item-small {
    display: table;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    background-color: rgba(249, 249, 252, 0.9);
}

.news-block {
    font-size: 0;
    margin-top: 6px;
}

    .news-block img {
        max-width: 100%;
    }

.item-block {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    margin-bottom: 8px;
    font-size: 14px;
    width: 25%;
}

    .item-block p {
        margin-bottom: 0;
    }

/*.news-block .item-image::before {
    display: block;
    content: '';
    padding-top: 67%;
}*/

/*.news-block .item-image .img-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
    position: absolute;
}*/

.news-block .item-image .img-full {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 130px;
    max-height: 131px;
    object-fit: cover;
}

/*.news-block .item-image .img-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}*/

.news .news-block .item-content, .news-block .item-block .item-content, .news-block .item-block .content {
    padding: 15px 0 0;
    padding-bottom: 15px;
    position: relative;
    display: block;
}

.news .item-image-1:hover, .news .item-image-2:hover, .news .item-image-3:hover {
    opacity: .9;
}

.news ul {
    /*display: inline-block;
    margin-bottom: 0;*/
}

    .news ul li {
        /*margin-top: 2px;
        width: 22.75%;
        float: left;*/
    }

.news .item h3 {
    font-weight: 400;
    font-size: 1.8rem;
}

.news li:nth-child(4n+1), .news li:nth-child(4n+2), .news li:nth-child(4n+3) {
    /*margin-right: 3%;*/
}

.news li:last-child {
    /*margin-right: 0;*/
}

.news .content p, .news .item-content p {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.065); */
}

.content h3 a, .item-content h3 a {
    text-transform: none;
    color: #262626;
}

.news-block .twitter {
    background: url(../img/twitter.gif) no-repeat 0 3px;
    padding-left: 18px;
    color: #2c2c34;
    margin-bottom: 0;
}

.item-block {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    margin-bottom: 8px;
    font-size: 14px;
    width: 25%;
}

    .item-block p {
        margin-bottom: 0;
    }

.news-block {
    font-size: 0;
    margin-top: 6px;
}

    .news-block img {
        max-width: 100%;
    }
.mt-11 {
    margin-top: 11px;
    border: solid 1px #3333333d;
    padding: 20px;
    border-top: solid 7px #e5e5e5;
}
.top-box-noi-bat .item-image {
    width: 100%;
    margin-bottom: 6px;
}

.top-box-noi-bat .item-content {
    display: block;
    padding: 0 !important;
}

    .top-box-noi-bat .item-content .tieu-de-nb-muc {
        margin-bottom: 6px;
    }
	.top-box-noi-bat img {
    display: initial;
    width: 100%;
}
.item-image {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    text-align: center;
    /* border: 1px solid #ccc; */
    padding: 2px;
}

    .item-image .img-link {
        display: block;
        overflow: hidden;
    }
.entry-post .item {
    display: table;
    width: 100%;
    margin-bottom: 8px;
    position: relative;
    -webkit-transition: box-shadow .2s ease-in-out;
    -webkit-transition-delay: 0;
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}

    .entry-post .item .item-image {
        display: block;
        vertical-align: top;
        width: 110px;
    }

    .entry-post .item .item-content {
        padding-left: 15px;
    }

.entry-post .item-image:hover {
    opacity: .8;
}
.navbar-nav li.nav-item ul {
	 transition: 0.4s;
	 display: block;
	 opacity: 0;
	 position: absolute;
	 top: 100%;
	
	 z-index: 1000;
	 float: left;
	 padding: 0;
	 margin: 2px 0 0;
	 text-align: left;
	 list-style: none;
	 background-color: #fff;
	 border: none;
	 border-radius: 2px;
	 box-shadow: 0 6px 12px #000;
	 visibility: hidden;
}
 @media (max-width: 991px) {
	 .navbar-nav li.nav-item ul {
		 background-color: #0d408d;
		 color: '#ffffff';
		 padding-left: 15px;
		 visibility: visible;
		 opacity: 1;
	}
	 .navbar-nav li.nav-item ul li a {
		 color: #fff;
	}
}
 .navbar-nav li.nav-item:hover ul {
	 visibility: visible;
	 opacity: 1;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
padding:10px;
}