@charset "UTF-8";

/*#2748B4*/
.w3-animate-fading {
    animation: fading 5s infinite
}

.list-py-1 > li:not(:last-child) {
    padding-bottom: 0px !important;
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.w3-animate-opacity {
    animation: opac 3s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.w3-animate-top {
    position: relative;
    animation: animatetop 2s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.w3-animate-left {
    position: relative;
    animation: animateleft 2s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 2s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 2s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.w3-animate-zoom {
    animation: animatezoom 2s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.w3-animate-input {
    transition: width 2s ease-in-out
}

    .w3-animate-input:focus {
        width: 100% !important
    }

.w3-spin {
    animation: w3-spin 2s infinite linear
}

@keyframes w3-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.box_shadow_grey:hover {
    box-shadow: 0 0 25px 0 rgba(17,51,116,.15);
}

.box_shadow_blue:hover {
    box-shadow: 0 0 25px 0 rgba(17,51,116,.50);
}
/*------------------------------------General-------------------------------------------*/
.chitiettinbai img {
    max-width: 100% !important;
}

p, ul {
    color: #323232;
}

.text-dark {
    color: #323232 !important;
}

.fs-2 {
    font-size: 1.6rem !important;
}

.bg-des-img {
    background-color: #E6E6E6;
}

.nav-segment {
    border-radius: 2.5rem;
    padding: .1rem;
}

.xanhEVN {
    color: #20398B !important;
}

    .xanhEVN[href]:hover {
        color: #2748B4 !important;
    }

.denDDS {
    color: #000000 !important;
}

    .denDDS[href]:hover {
        color: #163997 !important;
    }

.doDDS {
    color: #163997 !important;
}

    .doDDS[href]:hover {
        color: #C52A1F !important;
    }

.doEVN {
    color: #C52A1F !important;
}

.doEVN-bg {
    background-color: #C52A1F !important;
}

.denDDS-bg {
    background-color: #171717 !important;
}

.xamEVN {
    color: #555555 !important;
}

.bg-vbpl {
    background-color: #F4F6F8;
}

.top-83 {
    top: 83% !important;
}

.start-9 {
    left: 9% !important;
}

.swiper-button-next, .swiper-button-prev {
    width: 1.5rem !important;
    height: 1.25rem !important;
    border-radius: 0 !important;
}

.search-border {
    border: .0625rem solid rgba(220,224,229,.6);
    padding: 2rem;
}

@media only screen and (max-width: 767px) {
    .brand-logo {
        width: 65%;
    }
}

@media only screen and (min-width: 768px) {
    .brand-logo {
        height: 70px;
    }
}

.footer-logo {
}

.text-evnprimary {
    /*color: #20398B !important;*/
    color: #163997 !important;
}

#header {
    /*border-top: 3px #C52A1F solid;
    background-color: #e9ebf3;*/
    border-top: 1px #E6E6E6 solid;
    border-bottom: 1px #E6E6E6 solid;
    background-color: white;
    height: 50px;
    /*box-shadow: 0px 4px 6px 0px #07173340;*/
}

.search {
    /*border-radius: 30px;*/
    /*border: 1px white solid;
    background-color: #20398B1A;*/
    border: 1px #E6E6E6 solid;
    background-color: white;
    ;
}

.spanlanguage {
    /*padding: 3px !important;
border-radius: 50px;*/
    background-color: #E6E6E6;
}

.elanguage {
    color: #9A9A9A;
}

.vlanguage {
    color: #20398B;
}

.languageOn {
    color: #20398B;
}

.bg-header-menu {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(90deg, rgba(22, 67, 151, 0.15) 39.02%, rgba(22, 67, 151, 0.15) 56.71%, rgba(237, 28, 36, 0.15) 72.07%, rgba(245, 130, 32, 0.15) 100%);
}

.bi-house-door-fill {
    color: #565656;
}

.nav-link, .dropdown-item {
    /*color: #20398B !important;*/
    color: #565656 !important;
    /*font-size: 15px;
font-weight: 700;*/
}

.dropdown-menu {
    /*margin-top: 0px !important;*/
    border-radius: 0px 0px 10px 10px;
}

.swiper-wrapper {
    /* height: 550px;*/
}

.swiper-wrapper-height {
    height: 550px !important;
}

.under-menu {
    border-top: 2px #C52A1F solid;
    border-bottom: 2px #C52A1F solid;
}

.under-dropdown {
    border-bottom: 5px #163997 solid;
}

#footer {
    /*border-bottom: 5px #C52A1F solid;
    background-color: #20398B;*/
    background-color: #F4F6F8;
}

.text-cap {
    /*margin-bottom: 1rem;
font-size: 14px;
font-weight: 700;*/
    display: block;
    letter-spacing: .03125rem;
    text-transform: none;
}

.overflow-initial {
    overflow: initial !important;
}

.icon-footer {
    font-size: x-large;
}

.text-dark fs-3 fw-bold[href]:hover {
    /*color: #20398B !important;*/
    color: #163997 !important;
}

h4:hover {
    color: #20398B;
}

.chuyende-hover:hover {
    color: #FFFFFF !important;
}

.cssulheader li > a[href]:hover {
    /*background: #C52A1F;*/
    background: #163997;
    color: white !important;
}

.cssulheader > a[href]:hover {
    /*background: #C52A1F;*/
    background: #163997;
    color: white !important;
}

.bg-none {
    background: none;
}

.dropdown-item::after {
    background-image: none;
}

.bg-width-49 {
    width: 49%;
}

.bg-width-69 {
    width: 69%;
}

.bg-width-19 {
    width: 19%;
}

.bg-width-79 {
    width: 79%;
}

.bg-width-29 {
    width: 29%;
}

.bg-width-33 {
    width: 32.33%;
}

.bg-index-page {
    color: #20398B;
    background: #20398B1A;
    /*font-size: 14px;
	font-weight: 400;
	padding: 10px 0px;*/
}

.bg-index-page-smart {
    background: #20398B1A;
    overflow: hidden;
    /*font-size: 14px;
	font-weight: 400;
	padding: 10px 0px;*/
}

.bg-title-page {
    /*background: #20398B;*/
    overflow: hidden;
    /*color: white;
	font-size: 36px;
	font-weight: 700;
	padding: 40px 0px;*/
    background: white;
    border-bottom: 1px #E6E6E6 solid;
}

.hr-color {
    border: 1px #C52A1F solid;
}

.text-dark[href]:hover {
    /*color: #2748B4 !important;*/
    color: #163997 !important;
}

.text-white[href]:hover {
    color: #fff !important;
}

.h-auto {
    height: auto !important;
}

.border-bottom-textInImgText {
    background-color: #20398B;
    border-bottom: 5px #C52A1F solid;
    border-radius: 10px 10px 10px 10px;
}

.nav-pills.cssNewsTab .atnav-link {
    color: #555555;
}

    .nav-pills.cssNewsTab .atnav-link:hover {
        /*color: #2748B4 !important;*/
        color: #C52A1F !important;
    }

    .nav-pills.cssNewsTab .atnav-link.active {
        /*color: #20398B !important;*/
        color: #163997 !important;
    }

.cssNewsTab {
    border-bottom: 2px #9A9A9A solid;
    padding-bottom: 5px
}

#navTabLang .nav-link {
    background-color: none !important;
    color: #bbb !important;
    font-size: 11px !important;
    padding: 3px !important;
}

    #navTabLang .nav-link.active, #navTabLang .nav-link.active:hover {
        /*background-color: #20398B !important;*/
        background-color: #163997 !important;
        color: #fff !important;
    }

    #navTabLang .nav-link:hover {
        background-color: none !important;
        /*color: #20398B !important;*/
        color: #163997 !important;
    }

.navTabLang .nav-link {
    background-color: none !important;
    color: #bbb !important;
    font-size: 11px !important;
    padding: 3px !important;
}

    .navTabLang .nav-link.active, .navTabLang .nav-link.active:hover {
        /*background-color: #20398B !important;*/
        background-color: #163997 !important;
        color: #fff !important;
    }

    .navTabLang .nav-link:hover {
        background-color: none !important;
        /*color: #20398B !important;*/
        color: #163997 !important;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive {
    position: relative;
    height: 0;
    overflow: hidden;
}

.embed-responsive-16by9 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    height: 100%;
}

.embed-image {
    position: relative;
    height: 0;
    overflow: hidden;
    /*background-color:black;*/
}

.ratio-16-9 {
    padding-bottom: 56.25%; /* 9/16*100 */
}

    .ratio-16-9 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        /* height: 100%;*/
    }

        .ratio-16-9 img:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            -khtml-opacity: 0.7;
            opacity: 0.7;
        }

.ratio-4-3 {
    padding-bottom: 75%; /* 3/4*100 */
}

    .ratio-4-3 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        /* height: 100%;*/
    }

.ratio-3-4 {
    padding-bottom: 133%; /* 3/4*100 */
}

    .ratio-3-4 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        /* height: 100%;*/
    }

.ratio-4-5 {
    padding-bottom: 107%; /* 3/4*100 */
}

    .ratio-4-5 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        /* height: 100%;*/
    }

.ratio-1-1 {
    padding-bottom: 100%; /* ... */
}

    .ratio-1-1 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        /* height: 100%;*/
    }

/*PAGGING*/
.paging-div {
    font-size: 13px;
    position: relative;
    text-align: left;
    color: rgb(128, 128, 128);
    padding-bottom: 5px;
    padding-top: 10px;
    line-height: inherit;
    float: right;
}

    .paging-div div {
        font-size: 13px;
        font-weight: normal;
        display: inline;
        list-style: none;
        text-align: center;
        margin: 2px;
    }

        .paging-div div span {
            font-size: 13px;
            font-weight: normal;
            color: #C52A1F;
            border: 1px #C52A1F solid;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            padding: 5px 10px;
        }

        .paging-div div a {
            font-size: 13px;
            font-weight: normal;
            color: #fff;
            border: 0px #20398A solid;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            padding: 5px 10px;
            text-decoration: none;
            background-color: #20398A;
        }

            .paging-div div a:hover {
                background: #ed1c24; /* for non-css3 browsers */
                color: #fff !important;
            }

    .paging-div .nav {
        font-size: 13px;
        font-weight: normal;
        color: #ed1c24;
        border: 1px #ed1c24 solid;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding: 5px 10px;
    }

.button-nav-bottom {
    position: absolute;
    bottom: 20px;
}

.nav-cat .nav-item .nav-link {
    text-wrap: nowrap;
}

.o-hidden {
    overflow: hidden;
}

.z-1 {
    z-index: 1 !important;
}
/* vector banner*/
.img-vector {
    position: absolute;
    /* Đặt hình ảnh ở vị trí tuyệt đối */
    right: 0;
    /* Đặt hình ảnh sát bên phải */
    top: 100%;
    /* Đặt hình ảnh ở phía dưới phần tử cha */
    transform: translateY(-100%);
    /* Điều chỉnh để căn chính xác giữa */
    max-width: 11%;
    /* Sử dụng max-width thay vì width */
    margin-bottom: 20px;
}

.img-vector-2 {
    position: absolute;
    /* Đặt hình ảnh ở vị trí tuyệt đối */
    right: 0;
    /* Đặt hình ảnh sát bên phải */
    top: 100%;
    /* Đặt hình ảnh ở phía dưới phần tử cha */
    transform: translateY(-100%);
    /* Điều chỉnh để căn chính xác giữa */
    max-width: 21%;
    /* Sử dụng max-width thay vì width */
    margin-bottom: 20px;
    Opacity: 0.3;
}

.img-vector-filter {
    filter: brightness(0) invert(1);
}
/*Tin anh*/
.background-container {
    position: relative; /* Tạo ngữ cảnh vị trí cho các phần tử con */
    height: 500px; /* Đặt chiều cao cho div */
    overflow: hidden; /* Ẩn phần thừa nếu cần */
    color: white; /* Màu chữ để dễ nhìn */
    display: flex; /* Tùy chọn: Để căn giữa nội dung */
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
}

.background-image {
    position: absolute; /* Định vị hình ảnh tuyệt đối */
    top: 0; /* Căn lên trên cùng */
    left: 0; /* Căn sang bên trái */
    width: 100%; /* Chiều rộng 100% */
    height: 100%; /* Chiều cao 100% */
    object-fit: cover; /* Giữ tỷ lệ khung hình và phủ đầy */
}

.background-container-2 {
    position: relative; /* Tạo ngữ cảnh vị trí cho các phần tử con */
    height: 500px; /* Đặt chiều cao cho div */
    overflow: hidden; /* Ẩn phần thừa nếu cần */
    color: white; /* Màu chữ để dễ nhìn */
    display: flex; /* Tùy chọn: Để căn giữa nội dung */
    justify-content: start; /* Căn giữa theo chiều ngang */
    align-items: start; /* Căn giữa theo chiều dọc */
}

.background-image-2 {
    position: absolute; /* Định vị hình ảnh tuyệt đối */
    top: 0; /* Căn lên trên cùng */
    left: 0; /* Căn sang bên trái */
    width: 100%; /* Chiều rộng 100% */
    height: 100%; /* Chiều cao 100% */
    object-fit: fill; /* Giữ tỷ lệ khung hình và phủ đầy */
}

.content {
    position: relative; /* Giữ nội dung ở trên hình ảnh */
    z-index: 1; /* Đảm bảo nội dung nằm trên hình ảnh */
}



/* Styles cho Mobile */
@media only screen and (max-width: 767px) {
    .img-vector {
        max-width: 31% !important;
    }
}

@media only screen and (max-width: 1023px) {
    /* .container { */
    /* max-width: 800px; */
    /* } */
}



/* Styles cho Tablet */
@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .img-vector {
        max-width: 13% !important;
    }
}

/*@media only screen and (min-width: 1441px) {
    .img-vector {
        max-width: 10% !important;
    }
}*/



@media only screen and (min-width: 576px) {
}

@media only screen and (min-width: 768px) {
    .img-vector {
        max-width: 13% !important;
    }

    .min-h-card {
        min-height: 180px;
    }

    .min-h-XemThem {
        min-height: 190px;
    }

    .min-h-homepage-infographic {
        min-height: 320px;
    }

    .min-h-infographic {
        min-height: 160px;
    }

    .min-h-thongtinhuuich {
        min-height: 190px;
    }

    .min-h-cung-cap-dien_2 {
        min-height: 150px;
    }

    .min-h-double-col-6_2 {
        min-height: 150px;
    }

    .min-h-thong-tin-su-kien_2 {
        min-height: 150px;
    }
}


@media only screen and (min-width: 992px) {
    /* .container { */
    /* max-width: 768px; */
    /* } */

    /* .min-h-card { */
    /* min-height: 180px; */
    /* } */

    /* .min-h-XemThem { */
    /* min-height: 220px; */
    /* } */

    .min-h-homepage-infographic {
        min-height: 390px;
    }

    .min-h-cung-cap-dien_2 {
        min-height: 130px;
    }

    .min-h-double-col-6_2 {
        min-height: 130px;
    }

    .min-h-thong-tin-su-kien_2 {
        min-height: 130px;
    }
}

@media only screen and (min-width: 1024px) {
    /* .container { */
    /* max-width: 800px; */
    /* } */

    /* .min-h-XemThem { */
    /* min-height: 215px; */
    /* } */

    /* .min-h-card { */
    /* min-height: 195px; */
    /* } */

    /*.min-h-cung-cap-dien_2 {
        min-height: 125px;
    }

    .min-h-double-col-6_2 {
        min-height: 125px;
    }

    .min-h-thong-tin-su-kien_2 {
        min-height: 125px;
    }*/




}

@media only screen and (min-width: 1200px) {
    /* .container { */
    /* max-width: 992px; */
    /* } */

    .min-h-card {
        min-height: 160px;
    }

    .min-h-XemThem {
        min-height: 160px;
    }

    .min-h-homepage-infographic {
        min-height: 210px;
    }

    .min-h-infographic {
        min-height: 140px;
    }

    .min-h-homepage-multivideo {
        min-height: 165px;
    }

    .min-h-cung-cap-dien_1 {
        min-height: 362px;
    }

    .min-h-cung-cap-dien_2 {
        min-height: 180px;
    }

    .min-h-double-col-6_1 {
        min-height: 362px;
    }

    .min-h-double-col-6_2 {
        min-height: 180px;
    }



    .min-h-thong-tin-su-kien_1 {
        min-height: 362px;
    }

    .min-h-thong-tin-su-kien_2 {
        min-height: 180px;
    }
}

@media only screen and (min-width: 1280px) {
    /*#.container {
        max-width: 1024px;
    }*/



    /*.min-h-double-col-6_1 {
        min-height: 302px;
    }

    .min-h-double-col-6_2 {
        min-height: 150px;
    }

    .min-h-cung-cap-dien_1 {
        min-height: 302px;
    }

    .min-h-cung-cap-dien_2 {
        min-height: 150px;
    }

    .min-h-thong-tin-su-kien_1 {
        min-height: 362px;
    }

    .min-h-thong-tin-su-kien_2 {
        min-height: 180px;
    }*/
}

@media only screen and (min-width: 1366px) {
    /* .container { */
    /* max-width: 1200px; */
    /* } */

    /* .min-h-card { */
    /* min-height: 170px; */
    /* } */

    /*.min-h-double-col-6_1 {
        min-height: 302px;
    }

    

    .min-h-cung-cap-dien_1 {
        min-height: 302px;
    }



    .min-h-thong-tin-su-kien_1 {
        min-height: 362px;
    }*/

    /* .min-h-thongtinhuuich { */
    /* min-height: 150px; */
    /* } */


}

@media only screen and (min-width: 1400px) {
    .img-vector {
        max-width: 10% !important;
    }
}

@media only screen and (min-width: 1600px) {
    /* .container { */
    /* max-width: 1400px; */
    /* } */


}
/*------------------------------------General-VN-------------------------------------------*/

.card-text {
    color: #C52A1F;
    /*font-size: 18px;
	font-weight: 700;*/
}

/*------------------------------------General-ENG--------------------------------------------*/

.ENG-card-text {
    color: #20398B;
}

.ENG-footer {
    border-bottom: 5px #C52A1F solid;
    background-color: white;
}

.ENG-icon-footer {
    background: linear-gradient(135deg, #121F37 12.5%, #20398B 100%);
}

/*------------------------------------HomePage--------------------------------------------*/

.homepage-TinMoi {
    /*margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
    color: #20398B;
    border-bottom: 2px #9A9A9A solid;
}

.homepage-TinMoiLienQuan {
    background: #20398B1A;
    /*border-radius: 10px;
	padding: 10px;*/
}

.homepage-TinMoiLienQuan-box1.homepage-TinMoiLienQuan-box2, .homepage-TinMoiLienQuan-box3 {
    /*margin: 10px;
	padding: 10px;
	border-radius: 10px;*/
    background-color: #20398B;
    border-right: 5px #C52A1F solid;
}

.homepage-TinMoiLienQuan-box1 {
    background: #2748B4;
    border-right: 4px #C52A1F solid;
}

.homepage-TinTuc-SuKien {
    color: #C52A1F;
    border-left: 4px #20398B solid;
}

.homepage-Video {
    color: white;
    border-left: 5px #C52A1F solid;
}

.homepage-textInImgText {
    background-color: #20398B;
    border-right: 5px #C52A1F solid;
    border-radius: 10px 10px 10px 10px;
}

.homepage-imgInImgText, .homepage-videoInVideoText {
    border-radius: 10px 0px 0px 10px !important;
}

.homepage-imgInImgText-img-1 {
    background-image: url("../svg/logos/homepage-imgAndText1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px 0px 0px 10px !important;
    height: 400px;
}

.homepage-imgInImgText-img-2 {
    background-image: url("../svg/logos/homepage-imgAndText2.png");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 10px 0px 0px 10px !important;
}

.homepage-videoInVideoText-img-2 {
    background-image: url("../svg/logos/homepage-video2.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 10px 0px 0px 10px !important;
}

.homepage-videoInVideoText-img-3 {
    background-image: url("../svg/logos/homepage-video3.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 10px 0px 0px 10px !important;
}

.homepage-videoInVideoText-img-4 {
    background-image: url("../svg/logos/homepage-video4.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 10px 0px 0px 10px !important;
}

.homepage-pTextInImgText {
    /*font-size: 14px;
	font-weight: 400;*/
    color: #F2F2F2;
}

.homepage-ThongCaoBaoChi, .homepage-AnToanDien, .homepage-TietKiemDien {
    /*margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
    color: #20398B;
    border-bottom: 3px #C52A1F solid;
}

.homepage-bgvideo {
    /*padding: 20px;*/
    background: linear-gradient(55.57deg, #E7E7E7 20.67%, #ADB1BD 100%);
    background-image: url("../svg/logos/bg-videohome.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.homepage-bgVideoInVideoText {
    background: #20398B;
}

.homepage-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.homepage-videoInVideoText-under-img-1 {
    background-image: url("../svg/logos/homepage-video1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px 10px 0px 0px !important;
}

.homepage-textInVideoText-under {
    background-color: #EEEEEE;
    border-radius: 0px 0px 10px 10px;
}

.homepage-textInVideoText {
    background-color: #EEEEEE;
    border-radius: 0px 10px 10px 0px;
}

.homepage-XemThem {
    background: #20398B;
    /*vertical-align: middle;
    text-align: right;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: white;*/
}

.homepage-border-under-video {
    border: #C52A1F 3px solid;
}

.homepage-CSKH {
    /*font-size: 18px;
	font-weight: 700;
	text-align: left;
	margin: 20px 0px;
	line-height: 2.5;*/
    border-top: 3px #C52A1F solid;
}

.homepage-CSKH-bg-img {
    background-image: url("../svg/logos/CSKH.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    /*padding: 50px;
	border-radius: 20px;
	width: 69%;*/
}

.homepage-CSKH-bg-img-en {
    background-image: url("../svg/logos/ENG-multi-CSKH.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    /*padding: 50px;
	border-radius: 20px;
	width: 69%;*/
}

.homepage-CSKH-2 {
    /*font-size: 22px;
	font-weight: 700;
	text-align: left;
	margin: 20px 0px;
	border-radius: 10px;
	padding:0px 10px 0px 10px;
	color: white;
	line-height: 2.5;*/
    border: 3px white solid;
}

.homepage-CSKH-bg-img-2 {
    background-image: url("../svg/logos/CSKH2.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /*border-radius: 20px;
	width: 29%;*/
}


.homepage-CSKH-bg-text {
    /*background: linear-gradient(124.64deg, rgba(22, 67, 151, 0.8) 45.52%, rgba(7, 23, 51, 0.8) 112.04%);*/
    background: linear-gradient(180deg, rgba(32, 57, 139, 0), #164397 85.57%);
}

.homepage-chevron-right {
    color: #C52A1F;
    /*float: right*/
}

.homepage-CSKH > a[href]:hover {
    color: #20398B !important;
}

@media only screen and (max-width: 1199px) {
    .homepage-CSKH-bg-img {
        height: 400px;
    }

    .homepage-CSKH-bg-img-2 {
        height: 400px;
    }
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1200px) {
    .homepage-CSKH-bg-img {
        height: 350px;
    }

    .homepage-CSKH-bg-img-2 {
        height: 350px;
    }
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (min-width: 1366px) {
    .homepage-CSKH-bg-img_en {
        height: 505px; /*400px*/
    }

    .homepage-CSKH-bg-img {
        height: 400px;
    }

    .homepage-CSKH-bg-img-2 {
        height: 400px;
    }
}

@media only screen and (max-width: 575px) {
    .homepage-CSKH-bg-img {
        height: 420px;
        background: #20398B1A;
    }
}
/*-------------------------------------TinTuc-------------------------------------------*/



.tintuc-TinMoi {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.tintuc-ThongTinSuKien {
    color: #323232;
    /*font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.tintuc-DauTuXayDung, .tintuc-SanXuatTruyenTai, .tintuc-KinhDoanhDichVu, .tintuc-CongNgheMoiTruong, .tintuc-NangLuongTaiTao, .tintuc-DienTheGioi {
    color: #323232;
    border-bottom: 3px #20398B solid;
    /*margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.tintuc-textInImgText {
    background-color: #20398B;
    border-right: 5px #C52A1F solid;
    border-radius: 10px;
}

.tintuc-imgInImgText, .tintuc-videoInVideoText {
    border-radius: 10px 0px 0px 10px !important;
}

.tintuc-imgInImgText-img {
    background-image: url("../svg/logos/tintuc-TinMoi.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.tintuc-pTextInImgText {
    /*font-size: 16px;
	font-weight: 400;*/
    color: #F2F2F2;
}

.tintuc-bgVideoInVideoText {
    background: #20398B;
}

.tintuc-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.tintuc-textInVideoText-under {
    background-color: #20398B1A;
    border-radius: 0px 0px 10px 10px;
}

.tintuc-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.tintuc-TinKhac {
    color: #20398B;
    border-bottom: 3px #9A9A9A solid;
    /*margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.tintuc-XemThem {
    /*background: #20398B;*/
    background: #163997;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

    .tintuc-XemThem:hover {
        background: #C52A1F;
    }

/*-------------------------------------Dang-DoanThe-------------------------------------------*/

.dang-doanthe-bgvideo {
    background: #20398B1A;
}



.dang-doanthe-hethongtochuc {
    border-left: 5px #C52A1F solid;
    background: #20398B1A;
    color: #323232;
    /*font-size: 28px;
	font-weight: 700;
	padding: 40px 0px 40px 80px;
	border-radius: 10px;*/
}

.dang-doanthe-TimHieuThem {
    background: #20398B;
    /*padding: 10px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 5px;
	color: white;*/
}

.dang-doanthe-ThongTinHoatDong, .dang-doanthe-BanTinSinhHoatChiBo, .dang-doanthe-VanBanTaiLieu {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.dang-doanthe-videoInVideoText {
    border-radius: 10px 0px 0px 10px !important;
}

.dang-doanthe-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.dang-doanthe-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.dang-doanthe-textInVideoText-under {
    /*background-color: #20398B1A;*/
    border-radius: 0px 0px 10px 10px;
}

.dang-doanthe-textInVideoText {
    /*background-color: #20398B1A;*/
    border-radius: 0px 10px 10px 0px;
}

.dang-doanthe-TimHieuThem:hover {
    background-color: #C52A1F;
    color: white;
}

/*-------------------------------------Video-All-------------------------------------------*/



.video-all-bgvideo {
    background: #F2F2F2;
}

.video-all-TatCaAnh {
    color: #323232;
    border-left: 5px #C52A1F solid;
    background-color: #20398B;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.video-all-border-bg-width-29 {
    border-bottom: 5px #C52A1F solid;
}

.video-all-textInImgText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.video-all-font-size-bg-width-29 {
    font-size: 150px;
}

.video-all-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.video-all-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.video-all-bgImgInImgText {
    background: #20398B;
}

.video-all-bgImgInImgText-img-1 {
    background-image: url("../svg/logos/video-tatca-4.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: #20398B;
}

.video-all-bgImgInImgText-img-2 {
    background-image: url("../svg/logos/video-tatca-3.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: #20398B;
}

.video-all-bgVideoInVideoText {
    background: #20398B1A;
}

.video-all-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.video-all-textInVideoText-under {
    background-color: #F2F2F2;
    border-radius: 0px 0px 10px 10px;
}

.video-all-bg-textInVideoText-under {
    background-color: #F2F2F2;
}

.video-all-bg-img-1 {
    background-image: url("../svg/logos/video-all-EVN247.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 400px;
    /*padding: 0px 20px;
	border-radius: 20px;
	width: 49%;*/
}

.video-all-bg-img-2 {
    background-image: url("../svg/logos/video-all-evn247-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    /*padding: 0px 20px;
	border-radius: 20px;
	width: 49%;*/
}

.video-all-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

    .video-all-XemThem:hover {
        color: white;
    }

/*-------------------------------------Video-------------------------------------------*/



.video-bgvideo {
    background: #20398B1A;
}

.video-TatCaAnh, .video-NoiBat {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.video-textInImgText {
    background-color: #20398B;
    border-right: 5px #C52A1F solid;
    border-radius: 0px 10px 10px 0px;
}

.video-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.video-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.video-bgImgInImgText {
    background: #20398B;
}

.video-bgImgInImgText-img {
    background-image: url("../svg/logos/video-main.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: #20398B;
}

.video-bgVideoNoiBatInVideoText {
    background: #20398B;
}

.video-textInVideoNoiBatText-under {
    background-color: #20398B;
    border-radius: 0px 0px 10px 10px;
}

.video-bgVideoInVideoText {
    background: #20398B1A;
}

.video-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.video-textInVideoText-under {
    background-color: #20398B1A;
    border-radius: 0px 0px 10px 10px;
}

.video-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

    .video-XemThem:hover {
        color: white;
    }

/*-------------------------------------evn247-------------------------------------------*/



.evn247-bgvideo {
    background: #20398B1A;
}

.evn247-TatCaAnh {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.evn247-textInImgText {
    background-color: #20398B;
    border-right: 5px #C52A1F solid;
    border-radius: 0px 10px 10px 0px;
}

.evn247-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.evn247-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.evn247-bgImgInImgText {
    background: #20398B;
}

.evn247-bgImgInImgText-img {
    background-image: url("../svg/logos/video-main.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: #20398B;
}

.evn247-bgVideoInVideoText {
    background: #20398B1A;
}

.evn247-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.evn247-textInVideoText-under {
    background-color: #20398B1A;
    border-radius: 0px 0px 10px 10px;
}

.evn247-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

    .evn247-XemThem:hover {
        color: white;
    }

/*-------------------------------------Video-Detail-------------------------------------------*/



.video-detail-bgvideo {
    background: #F2F2F2;
}

.video-detail-TatCaAnh {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.video-detail-textInImgText {
    background-color: #20398B;
    border-right: 5px #C52A1F solid;
    border-radius: 0px 10px 10px 0px;
}

.video-detail-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.video-detail-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.video-detail-bgImgInImgText {
    background: #20398B;
}

.video-detail-bgVideoInVideoText {
    background: #20398B1A;
}

.video-detail-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.video-detail-textInVideoText-under {
    background-color: #F2F2F2;
    border-radius: 0px 0px 10px 10px;
}

.video-detail-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

    .video-detail-XemThem:hover {
        color: white;
    }

/*-------------------------------------Anh-------------------------------------------*/



.anh-bgvideo {
    /*background: #20398B1A;*/
    background: linear-gradient(55.57deg, #E7E7E7 20.67%, #ADB1BD 100%);
    background-image: url("../svg/logos/bg-videohome.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.anh-TatCaAnh, .anh-NoiBat {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.anh-textInImgText {
    background-color: #20398B;
    border-right: 5px #C52A1F solid;
    border-radius: 0px 10px 10px 0px;
}

.anh-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.anh-imgInImgText-img {
    background-image: url("../svg/logos/anh-imgAndText1.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.anh-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.anh-bgVideoInVideoText {
    background: #20398B;
}

.anh-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.anh-textInVideoText-under {
    background-color: #20398B1A;
    border-radius: 0px 0px 10px 10px;
}

.anh-noibat-bg-img {
    background-image: url("../../../images/img_logo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    /*padding: 0px 20px;
	border-radius: 20px;
	width: 49%;*/
}

.anh-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

    .anh-XemThem:hover {
        color: white;
    }

/*-------------------------------------Anh-Detail-------------------------------------------*/



.anh-detail-bgvideo {
    background: #F2F2F2;
}

.anh-detail-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.anh-detail-textInVideoText-under {
    /*background-color: #20398B1A;*/
    border-radius: 0px 0px 10px 10px;
}

.anh-detail-bg-img-2 {
    background-image: url("../svg/logos/anh-detail-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    /*background: #E6E6E6;
	padding: 0px 20px;
	border-radius: 20px;
	width: 69%;*/
}

.anh-detail-bg-text-2 {
    background: #E6E6E6;
    height: 500px;
    /*padding: 0px 20px;
	border-radius: 20px;
	width: 29%;*/
}

.anh-detail-bg-img-5 {
    background-image: url("../svg/logos/anh-detail-5.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    /*background: #E6E6E6;
	padding: 0px 20px;
	border-radius: 20px;
	width: 69%;*/
}

.anh-detail-bg-text-5 {
    background: #E6E6E6;
    height: 500px;
    /*padding: 0px 20px;
	border-radius: 20px;
	width: 29%;*/
}

.anh-detail-border-author {
    border-top: 2px solid #CBCBCB;
}

.anh-detail-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.anh-detail-author {
    color: #656565;
}

.anh-detail-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.anh-detail-CungChuyenMuc {
    color: #20398B;
}

/*-------------------------------------Infographic-------------------------------------------*/



.infographic-TatCaAnh {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.infographic-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.infographic-bgVideoInVideoText {
    background: #20398B1A;
}

.infographic-bgVideoInVideoText-lienquan {
    background: #20398B;
}

.infographic-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.infographic-textInVideoText-under {
    background-color: #20398B1A;
    border-radius: 0px 0px 10px 10px;
}

.infographic-textInVideoText-under-lienquan {
    background-color: #20398B;
    border-radius: 0px 0px 10px 10px;
}



.infographic-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

    .infographic-XemThem:hover {
        color: white;
        background: #C52A1F;
    }

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .infographic-bg-img {
        background-image: url("../svg/logos/infographic-main.png") !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        height: 700px;
        /*padding: 0px 20px;
		border-radius: 20px;*/
    }
}

@media (min-width: 1200px) {
    .infographic-bg-img {
        background-image: url("../svg/logos/infographic-main.png") !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        height: 700px;
        /*padding: 0px 20px;
		border-radius: 20px;*/
    }
}

@media (min-width: 1400px) {
    .infographic-bg-img {
        background-image: url("../svg/logos/infographic-main.png");
        /*background-size: cover;*/
        background-repeat: no-repeat !important;
        background-position: center center !important;
        height: 800px;
        /*padding: 0px 20px;
	border-radius: 20px;*/
    }
}

/*-------------------------------------VanBan-DieuHanh-------------------------------------------*/



.vanban-dieuhanh-textInImgText {
    background-color: #20398B;
    border-right: 5px #C52A1F solid;
    border-radius: 0px 10px 10px 0px;
}

.vanban-dieuhanh-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.vanban-dieuhanh-bgImgInImgText {
    background: #20398B;
}

.vanban-dieuhanh-imgInImgText-img {
    background-image: url("../svg/logos/vanban-dieuhanh-1.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 10px 0px 0px 10px !important;
}

.vanban-dieuhanh-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.vanban-dieuhanh-bgVideoInVideoText {
    background: #20398B1A;
}

.vanban-dieuhanh-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.vanban-dieuhanh-textInVideoText-under {
    background-color: #20398B1A;
    border-radius: 0px 0px 10px 10px;
}

.vanban-dieuhanh-XemThem {
    background: #20398B;
    border: 1px white solid;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

    .vanban-dieuhanh-XemThem:hover {
        color: white;
    }

.vanban-dieuhanh-XemThem-lienquan {
    background: #20398B1A;
    color: #20398B;
    border: 1px solid #C52A1F;
    /*padding: 10px;
	border-radius: 5px;*/
}

    .vanban-dieuhanh-XemThem-lienquan:hover {
        color: #20398B;
    }

.vanban-dieuhanh-XemThem-under {
    background: #20398B;
    /*color: #20398B;
	border: 1px solid #C52A1F;
	padding: 10px;
	border-radius: 5px;*/
}



/*-------------------------------------EVN-KhachHang-------------------------------------------*/

.evn-khachhang-bgvideo {
    background: #20398B1A;
}



.evn-khachhang-trungtamchamsockhachhang {
    border-left: 5px #C52A1F solid;
    background: #20398B1A;
    color: #323232;
    /*border-radius: 10px;
	font-size: 28px;
	font-weight: 700;
	padding: 40px 0px 40px 80px;*/
}

.evn-khachhang-TimHieuThem {
    background: #20398B;
    /*padding: 10px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 5px;
	color: white;*/
}

.evn-khachhang-ThongBaoKhuyenNghi, .evn-khachhang-GiaDien {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

/*.evn-khachhang-videoInVideoText {
	border-radius: 10px 0px 0px 10px !important;
}*/

.evn-khachhang-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

/*.evn-khachhang-videoInVideoText-under {
	border-radius: 10px 10px 0px 0px !important;
}*/

.evn-khachhang-giadien-border {
    border: 3px #C52A1F solid;
}
/*.evn-khachhang-textInVideoText-under {*/
/*background-color: #20398B1A;*/
/*border-radius: 0px 0px 10px 10px;
}

.evn-khachhang-textInVideoText {*/
/*background-color: #20398B1A;*/
/*border-radius: 0px 10px 10px 0px;
}*/
.evn-khachhang-TimHieuThem:hover {
    color: white;
    background-color: #C52A1F;
}

.evn-khachhang-img-1 {
    background-image: url("../svg/logos/evn-khachhang-thongbao-khuyennghi2.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 10px !important;
}

.evn-khachhang-img-2 {
    background-image: url("../svg/logos/evn-khachhang-thongbao-khuyennghi3.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 10px !important;
}

.evn-khachhang-img-3 {
    background-image: url("../svg/logos/evn-khachhang-thongbao-khuyennghi4.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 10px !important;
}

/*-------------------------------------EVN-TrungTam-ChamSoc-KhachHang-------------------------------------------*/

.evn-trungtam-chamsoc-khachhang-khung {
    border-left: 5px #C52A1F solid;
    background: #20398B1A;
    /*border-radius: 10px;
	font-size: 28px;
	font-weight: 700;
	padding: 40px 0px 40px 80px;*/
}

.evn-trungtam-chamsoc-khachhang-title {
    color: #20398B;
}

.evn-trungtam-chamsoc-khachhang-description {
    color: #323232;
}

/*-------------------------------------ThongTin-HuuIch-------------------------------------------*/

.thongtin-huuich-videoInVideoText {
    border-radius: 10px 0px 0px 10px !important;
}

.thongtin-huuich-bgVideoInVideoText {
    background: #20398B;
}

.thongtin-huuich-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.thongtin-huuich-textInVideoText-under {
    background-color: #20398B1A;
    border-radius: 0px 0px 10px 10px;
}

.thongtin-huuich-textInVideoText-under-lienquan {
    background-color: #20398B;
    border-radius: 0px 0px 10px 10px;
}

.thongtin-huuich-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.thongtin-huuich-text {
    color: #20398B;
}

.thongtin-huuich-bg-img-1 {
    background-image: url("../svg/logos/thongtin-huuich-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    border-bottom: 5px #C52A1F solid;
    /*padding: 0px 20px;
	border-radius: 20px;*/
}

.thongtin-huuich-bg-img-2 {
    background-image: url("../svg/logos/thongtin-huuich-3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    border-bottom: 5px #C52A1F solid;
    /*padding: 0px 20px;
	border-radius: 20px;*/
}

.dang-doanthe-timhieuthembox {
    border-bottom: 5px #C52A1F solid;
    background: #20398B1A;
    color: #323232;
    /*font-size: 28px;
	font-weight: 700;
	padding: 40px 0px 40px 80px;
	border-radius: 10px;*/
}

.thongtin-huuich-XemThem {
    border: 1px white solid;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.thongtin-huuich-TimHieuThem {
    background: #20398B;
}

    .thongtin-huuich-TimHieuThem:hover {
        background: #C52A1F;
    }

.thongtin-huuich-XemThem:hover {
    color: white;
}

/*-------------------------------------TinTuc-Detail-------------------------------------------*/

.tintuc-detail-bgvideo {
    background: #F2F2F2;
}

.tintuc-detail-hr-color {
    border: 1px #CBCBCB solid;
}

.tintuc-detail-pTextInImgText {
    color: #F2F2F2;
}

.tintuc-detail-textInVideoText-under {
    background-color: #E6E6E6;
}

.tintuc-detail-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.tintuc-detail-CungChuyenMuc {
    /*color: #20398B;*/
    color: #163997;
}

.tintuc-detail-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.tintuc-detail-chuyenmuc-lienquan-XemThem {
    /*background: #20398B;*/
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
    background: #1877F2;
}

.tintuc-detail-XemThem {
    background: #1639971A;
    color: #163997;
    /*background: #20398B1A;
    color: #20398B;*/
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.tintuc-detail-TinLienQuan {
    color: #20398B;
}

.tintuc-detail-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------ChuyenDe-------------------------------------------*/

.chuyende-bg-img {
    background-image: url("../../../images/img_logo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    border-bottom: 5px #C52A1F solid;
    /*padding: 0px 20px;
	border-radius: 20px;*/
}

.chuyende-bg-img-1 {
    background-image: url("../svg/logos/chuyende-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    border-bottom: 5px #C52A1F solid;
    /*padding: 0px 20px;
	border-radius: 20px;*/
}

.chuyende-bg-img-2 {
    background-image: url("../svg/logos/chuyende-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    border-bottom: 5px #C52A1F solid;
    /*padding: 0px 20px;
	border-radius: 20px;*/
}

.chuyende-bg-img-3 {
    background-image: url("../svg/logos/chuyende-3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    border-bottom: 5px #C52A1F solid;
    /*padding: 0px 20px;
	border-radius: 20px;*/
}

.chuyende-bg-img-4 {
    background-image: url("../svg/logos/chuyende-4.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    border-bottom: 5px #C52A1F solid;
    /*padding: 0px 20px;
	border-radius: 20px;*/
}

.chuyende-bg-img-5 {
    background-image: url("../svg/logos/chuyende-5.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    border-bottom: 5px #C52A1F solid;
    /*padding: 0px 20px;
	border-radius: 20px;*/
}

.chuyende-bg-img-6 {
    background-image: url("../svg/logos/chuyende-6.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    border-bottom: 5px #C52A1F solid;
    /*padding: 0px 20px;
	border-radius: 20px;*/
}

.chuyende-bg-text {
    /*background: linear-gradient(124.64deg, rgba(22, 67, 151, 0.8) 45.52%, rgba(7, 23, 51, 0.8) 112.04%);*/
    background: linear-gradient(180deg, rgba(32, 57, 139, 0), #164397 85.57%);
}

.chuyende-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

    .chuyende-XemThem:hover {
        color: white;
        background: #C52A1F;
    }

/*-------------------------------------GioiThieu-------------------------------------------*/

@media (max-width: 575px) {
    a.gioithieu-border {
        display: inline-block;
        /* Đặt thành block để các phần tử không bị chồng lên nhau */
        text-align: left;
        /* Canh trái để dễ đọc hơn */
        padding: 10px;
        /* Giảm padding cho nội dung */
        font-size: 14px;
        /* Điều chỉnh kích thước font nhỏ hơn cho mobile */
        margin-bottom: 10px;
        /* Thêm khoảng cách dưới để các phần tử không sát nhau */
    }

    .gioithieu-border span {
        font-size: 14px;
        /* Giảm kích thước chữ */
    }


    .gioithieu-border {
        display: flex;
        flex-direction: column;
        /* Hiển thị nội dung theo cột */
        align-items: center;
        /* Canh giữa nội dung theo chiều ngang */
    }
}

.gioithieu-XemThem {
    background: #D9D9D9;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

    .gioithieu-XemThem > a {
        color: #163997
        /*padding: 10px;
	border-radius: 5px;
	color: white;*/
    }

.gioithieu-border {
    border: 2px #F26121 solid;
}

.gioithieu-tongquan-border {
    border: 3px #20398B solid;
}

.gioithieu-border-left {
    border-left: 3px #F26121 solid;
}

.gioithieu-border-bottom {
    border-bottom: 3px #163997 solid;
}

.gioithieu-color {
    color: #20398B;
}

.gioithieu-hr-color {
    border: 1px #CBCBCB solid;
}

.gioithieu-XemThem:hover {
    background: #163997 !important;
}

    .gioithieu-XemThem:hover > a {
        color: white !important
    }

.actived {
    background: #163997 !important;
    color: white !important;
}

    .actived > a {
        color: white !important;
    }


.gioithieu-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.gioithieu-textInImgText {
    background: #20398B1A;
    border-radius: 0px 10px 10px 0px;
}

.gioithieu-lichsu-title {
    color: #20398B;
}

.gioithieu-width-img {
    width: -webkit-fill-available;
}

.gioithieu-hashtag {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.gioithieu-baocao-thuongnien-hr-color {
    border: 1px #CBCBCB solid;
}


ul.timeline-3 {
    list-style-type: none;
    position: relative;
}

    ul.timeline-3:before {
        content: " ";
        background: #20398B;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        /*z-index: 400;*/
    }

    ul.timeline-3 > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline-3 > li:before {
            content: " ";
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #C52A1F;
            left: 20px;
            width: 20px;
            height: 20px;
            /*z-index: 400;*/
        }

/*-----------*/

@media only screen and (min-width: 576px) {

    ul.timeline-3 > li:before {
        content: " ";
        background: white;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #C52A1F;
        left: 20px;
        width: 20px;
        height: 20px;
        /*z-index: 400;*/
        margin-top: 27%;
    }

    ul.timeline-3:before {
        content: " ";
        background: #20398B;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 84%;
        /*z-index: 400;*/
        margin-top: 27%;
    }
}

@media only screen and (min-width: 768px) {
    ul.timeline-3 > li:before {
        content: " ";
        background: white;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #C52A1F;
        left: 20px;
        width: 20px;
        height: 20px;
        /*z-index: 400;*/
        margin-top: 11%;
    }

    ul.timeline-3:before {
        content: " ";
        background: #20398B;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 86%;
        /*z-index: 400;*/
        margin-top: 11%;
    }
}

@media only screen and (min-width: 992px) {
    ul.timeline-3 > li:before {
        content: " ";
        background: white;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #C52A1F;
        left: 20px;
        width: 20px;
        height: 20px;
        /*z-index: 400;*/
        margin-top: 11%;
    }

    ul.timeline-3:before {
        content: " ";
        background: #20398B;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 88%;
        /*z-index: 400;*/
        margin-top: 11%;
    }
}
/*-----------------*/

.gioithieu-button {
    background: #B4B4B4;
    margin-bottom: .5rem !important;
    /* display: inline-block !important; */
}

    .gioithieu-button:hover {
        background: #163997;
    }

/*-------------------------------------AnToan-Dien-------------------------------------------*/

.antoandien-danhmuc {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.antoandien-textInVideoText {
    /*background-color: #20398B1A;*/
    border-radius: 0px 10px 10px 0px;
}

.antoandien-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.antoandien-lienquan-border {
    color: #323232;
    border-bottom: 3px #20398B solid;
    /*margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.antoandien-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.antoandien-bgVideoInVideoText {
    background: #20398B;
}

.antoandien-textInVideoText-under {
    background-color: #20398B1A;
    border-radius: 0px 0px 10px 10px;
}

.antoandien-pTextInImgText {
    /*font-size: 16px;
	font-weight: 400;*/
    color: #F2F2F2;
}

/*-------------------------------------TietKiem-Dien-------------------------------------------*/

.tietkiemdien-danhmuc {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.tietkiemdien-textInVideoText {
    /*background-color: #20398B1A;*/
    border-radius: 0px 10px 10px 0px;
}

.tietkiemdien-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.tietkiemdien-lienquan-border {
    color: #323232;
    border-bottom: 3px #20398B solid;
    /*margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.tietkiemdien-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.tietkiemdien-bgVideoInVideoText {
    background: #20398B;
}

.tietkiemdien-textInVideoText-under {
    background-color: #20398B1A;
    border-radius: 0px 0px 10px 10px;
}

.tietkiemdien-pTextInImgText {
    /*font-size: 16px;
	font-weight: 400;*/
    color: #F2F2F2;
}

/*-------------------------------------VanHoa-EVN-------------------------------------------*/

.vanhoaevn-danhmuc {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.vanhoaevn-textInVideoText {
    /*background-color: #20398B1A;*/
    border-radius: 0px 10px 10px 0px;
}

.vanhoaevn-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.vanhoaevn-lienquan-border {
    color: #323232;
    border-bottom: 3px #20398B solid;
    /*margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.vanhoaevn-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.vanhoaevn-bgVideoInVideoText {
    background: #20398B;
}

.vanhoaevn-textInVideoText-under {
    background-color: #20398B1A;
    border-radius: 0px 0px 10px 10px;
}

.vanhoaevn-pTextInImgText {
    /*font-size: 16px;
	font-weight: 400;*/
    color: #F2F2F2;
}

/*-------------------------------------CungUng-Dien-------------------------------------------*/

.cungungdien-danhmuc {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.cungungdien-textInVideoText {
    /*background-color: #20398B1A;*/
    border-radius: 0px 10px 10px 0px;
}

.cungungdien-pTextInImgText {
    color: #F2F2F2;
    /*font-size: 16px;
	font-weight: 400;*/
}

.cungungdien-lienquan-border {
    color: #323232;
    border-bottom: 3px #20398B solid;
    /*margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.cungungdien-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.cungungdien-bgVideoInVideoText {
    background: #20398B;
}

.cungungdien-textInVideoText-under {
    background-color: #20398B1A;
    border-radius: 0px 0px 10px 10px;
}

.cungungdien-pTextInImgText {
    /*font-size: 16px;
	font-weight: 400;*/
    color: #F2F2F2;
}

/*-------------------------------------TuVan-ChiDan-------------------------------------------*/

.tuvan-chidan-bgvideo {
    background: #20398B1A;
}

.tuvan-chidan-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.tuvan-chidan-bgImgInImgText-img {
    background-image: url("../svg/logos/tuvan-chidan-1.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: #20398B;
}

.tuvan-chidan-textInImgText {
    background-color: #20398B;
    border-right: 5px #C52A1F solid;
    border-radius: 0px 10px 10px 0px;
}

.tuvan-chidan-TatCaAnh {
    color: #323232;
    border-left: 5px #20398B solid;
    /*padding-left: 10px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;*/
}

.tuvan-chidan-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.tuvan-chidan-bgVideoInVideoText {
    background: #20398B1A;
}

.tuvan-chidan-textInVideoText-under {
    background-color: #20398B1A;
    border-radius: 0px 0px 10px 10px;
}

.tuvan-chidan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

    .tuvan-chidan-XemThem:hover {
        color: white;
    }

/*-------------------------------------Thongtin-Hoatdong-------------------------------------------*/

.thongtin-hoatdong-bgvideo {
    background: #F2F2F2;
}

.thongtin-hoatdong-hr-color {
    border: 1px #CBCBCB solid;
}

.thongtin-hoatdong-pTextInImgText {
    color: #F2F2F2;
}

.thongtin-hoatdong-textInVideoText-under {
    background-color: #E6E6E6;
}

.thongtin-hoatdong-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.thongtin-hoatdong-CungChuyenMuc {
    color: #20398B;
}

.thongtin-hoatdong-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.thongtin-hoatdong-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.thongtin-hoatdong-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.thongtin-hoatdong-TinLienQuan {
    color: #20398B;
}

.thongtin-hoatdong-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------VanBan-TaiLieu-------------------------------------------*/

.vanban-tailieu-bgvideo {
    background: #F2F2F2;
}

.vanban-tailieu-hr-color {
    border: 1px #CBCBCB solid;
}

.vanban-tailieu-pTextInImgText {
    color: #F2F2F2;
}

.vanban-tailieu-textInVideoText-under {
    background-color: #E6E6E6;
}

.vanban-tailieu-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.vanban-tailieu-CungChuyenMuc {
    color: #20398B;
}

.vanban-tailieu-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.vanban-tailieu-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.vanban-tailieu-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.vanban-tailieu-TinLienQuan {
    color: #20398B;
}

.vanban-tailieu-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------ThongBao-KienNghi-------------------------------------------*/

.thongbao-kiennghi-bgvideo {
    background: #F2F2F2;
}

.thongbao-kiennghi-hr-color {
    border: 1px #CBCBCB solid;
}

.thongbao-kiennghi-pTextInImgText {
    color: #F2F2F2;
}

.thongbao-kiennghi-textInVideoText-under {
    background-color: #E6E6E6;
}

.thongbao-kiennghi-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.thongbao-kiennghi-CungChuyenMuc {
    color: #20398B;
}

.thongbao-kiennghi-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.thongbao-kiennghi-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.thongbao-kiennghi-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.thongbao-kiennghi-TinLienQuan {
    color: #20398B;
}

.thongbao-kiennghi-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------GiaDien-------------------------------------------*/

.giadien-bgvideo {
    background: #F2F2F2;
}

.giadien-hr-color {
    border: 1px #CBCBCB solid;
}

.giadien-pTextInImgText {
    color: #F2F2F2;
}

.giadien-textInVideoText-under {
    background-color: #E6E6E6;
}

.giadien-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.giadien-CungChuyenMuc {
    color: #20398B;
}

.giadien-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.giadien-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.giadien-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.giadien-TinLienQuan {
    color: #20398B;
}

.giadien-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------CongNghe-MoiTruong-------------------------------------------*/

.congnghe-moitruong-bgvideo {
    background: #F2F2F2;
}

.congnghe-moitruong-hr-color {
    border: 1px #CBCBCB solid;
}

.congnghe-moitruong-pTextInImgText {
    color: #F2F2F2;
}

.congnghe-moitruong-textInVideoText-under {
    background-color: #E6E6E6;
}

.congnghe-moitruong-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.congnghe-moitruong-CungChuyenMuc {
    color: #20398B;
}

.congnghe-moitruong-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.congnghe-moitruong-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.congnghe-moitruong-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.congnghe-moitruong-TinLienQuan {
    color: #20398B;
}

.congnghe-moitruong-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------DauTu-XayDung-------------------------------------------*/

.dautu-xaydung-bgvideo {
    background: #F2F2F2;
}

.dautu-xaydung-hr-color {
    border: 1px #CBCBCB solid;
}

.dautu-xaydung-pTextInImgText {
    color: #F2F2F2;
}

.dautu-xaydung-textInVideoText-under {
    background-color: #E6E6E6;
}

.dautu-xaydung-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.dautu-xaydung-CungChuyenMuc {
    color: #20398B;
}

.dautu-xaydung-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.dautu-xaydung-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.dautu-xaydung-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.dautu-xaydung-TinLienQuan {
    color: #20398B;
}

.dautu-xaydung-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------KinhDoanh-DichVu-------------------------------------------*/

.kinhdoanh-dichvu-bgvideo {
    background: #F2F2F2;
}

.kinhdoanh-dichvu-hr-color {
    border: 1px #CBCBCB solid;
}

.kinhdoanh-dichvu-pTextInImgText {
    color: #F2F2F2;
}

.kinhdoanh-dichvu-textInVideoText-under {
    background-color: #E6E6E6;
}

.kinhdoanh-dichvu-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.kinhdoanh-dichvu-CungChuyenMuc {
    color: #20398B;
}

.kinhdoanh-dichvu-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.kinhdoanh-dichvu-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.kinhdoanh-dichvu-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.kinhdoanh-dichvu-TinLienQuan {
    color: #20398B;
}

.kinhdoanh-dichvu-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------NangLuong-TaiTao-------------------------------------------*/

.nangluong-taitao-bgvideo {
    background: #F2F2F2;
}

.nangluong-taitao-hr-color {
    border: 1px #CBCBCB solid;
}

.nangluong-taitao-pTextInImgText {
    color: #F2F2F2;
}

.nangluong-taitao-textInVideoText-under {
    background-color: #E6E6E6;
}

.nangluong-taitao-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.nangluong-taitao-CungChuyenMuc {
    color: #20398B;
}

.nangluong-taitao-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.nangluong-taitao-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.nangluong-taitao-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.nangluong-taitao-TinLienQuan {
    color: #20398B;
}

.nangluong-taitao-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------SanXuat-TruyenTai-------------------------------------------*/

.sanxuat-truyentai-bgvideo {
    background: #F2F2F2;
}

.sanxuat-truyentai-hr-color {
    border: 1px #CBCBCB solid;
}

.sanxuat-truyentai-pTextInImgText {
    color: #F2F2F2;
}

.sanxuat-truyentai-textInVideoText-under {
    background-color: #E6E6E6;
}

.sanxuat-truyentai-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.sanxuat-truyentai-CungChuyenMuc {
    color: #20398B;
}

.sanxuat-truyentai-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.sanxuat-truyentai-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.sanxuat-truyentai-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.sanxuat-truyentai-TinLienQuan {
    color: #20398B;
}

.sanxuat-truyentai-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------Dien-TheGioi-------------------------------------------*/

.dien-thegioi-bgvideo {
    background: #F2F2F2;
}

.dien-thegioi-hr-color {
    border: 1px #CBCBCB solid;
}

.dien-thegioi-pTextInImgText {
    color: #F2F2F2;
}

.dien-thegioi-textInVideoText-under {
    background-color: #E6E6E6;
}

.dien-thegioi-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.dien-thegioi-CungChuyenMuc {
    color: #20398B;
}

.dien-thegioi-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.dien-thegioi-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.dien-thegioi-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.dien-thegioi-TinLienQuan {
    color: #20398B;
}

.dien-thegioi-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------SuDungDien-AnToan-------------------------------------------*/

.sudungdienantoan-bgvideo {
    background: #F2F2F2;
}

.sudungdienantoan-hr-color {
    border: 1px #CBCBCB solid;
}

.sudungdienantoan-pTextInImgText {
    color: #F2F2F2;
}

.sudungdienantoan-textInVideoText-under {
    background-color: #E6E6E6;
}

.sudungdienantoan-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.sudungdienantoan-CungChuyenMuc {
    color: #20398B;
}

.sudungdienantoan-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.sudungdienantoan-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.sudungdienantoan-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.sudungdienantoan-TinLienQuan {
    color: #20398B;
}

.sudungdienantoan-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------HanhLang-LuoiDien-------------------------------------------*/

.hanhlangluoidien-bgvideo {
    background: #F2F2F2;
}

.hanhlangluoidien-hr-color {
    border: 1px #CBCBCB solid;
}

.hanhlangluoidien-pTextInImgText {
    color: #F2F2F2;
}

.hanhlangluoidien-textInVideoText-under {
    background-color: #E6E6E6;
}

.hanhlangluoidien-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.hanhlangluoidien-CungChuyenMuc {
    color: #20398B;
}

.hanhlangluoidien-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.hanhlangluoidien-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.hanhlangluoidien-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.hanhlangluoidien-TinLienQuan {
    color: #20398B;
}

.hanhlangluoidien-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------CongDong-NangLuong-------------------------------------------*/

.congdongnangluong-bgvideo {
    background: #F2F2F2;
}

.congdongnangluong-hr-color {
    border: 1px #CBCBCB solid;
}

.congdongnangluong-pTextInImgText {
    color: #F2F2F2;
}

.congdongnangluong-textInVideoText-under {
    background-color: #E6E6E6;
}

.congdongnangluong-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.congdongnangluong-CungChuyenMuc {
    color: #20398B;
}

.congdongnangluong-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.congdongnangluong-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.congdongnangluong-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.congdongnangluong-TinLienQuan {
    color: #20398B;
}

.congdongnangluong-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------CongSo-TruongHoc-TKD-------------------------------------------*/

.congsotruonghocTKD-bgvideo {
    background: #F2F2F2;
}

.congsotruonghocTKD-hr-color {
    border: 1px #CBCBCB solid;
}

.congsotruonghocTKD-pTextInImgText {
    color: #F2F2F2;
}

.congsotruonghocTKD-textInVideoText-under {
    background-color: #E6E6E6;
}

.congsotruonghocTKD-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.congsotruonghocTKD-CungChuyenMuc {
    color: #20398B;
}

.congsotruonghocTKD-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.congsotruonghocTKD-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.congsotruonghocTKD-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.congsotruonghocTKD-TinLienQuan {
    color: #20398B;
}

.congsotruonghocTKD-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------DoanhNghiep-TKD-------------------------------------------*/

.doanhnghiepTKD-bgvideo {
    background: #F2F2F2;
}

.doanhnghiepTKD-hr-color {
    border: 1px #CBCBCB solid;
}

.doanhnghiepTKD-pTextInImgText {
    color: #F2F2F2;
}

.doanhnghiepTKD-textInVideoText-under {
    background-color: #E6E6E6;
}

.doanhnghiepTKD-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.doanhnghiepTKD-CungChuyenMuc {
    color: #20398B;
}

.doanhnghiepTKD-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.doanhnghiepTKD-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.doanhnghiepTKD-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.doanhnghiepTKD-TinLienQuan {
    color: #20398B;
}

.doanhnghiepTKD-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------GiaDinh-TKD-------------------------------------------*/

.giadinhTKD-bgvideo {
    background: #F2F2F2;
}

.giadinhTKD-hr-color {
    border: 1px #CBCBCB solid;
}

.giadinhTKD-pTextInImgText {
    color: #F2F2F2;
}

.giadinhTKD-textInVideoText-under {
    background-color: #E6E6E6;
}

.giadinhTKD-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.giadinhTKD-CungChuyenMuc {
    color: #20398B;
}

.giadinhTKD-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.giadinhTKD-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.giadinhTKD-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.giadinhTKD-TinLienQuan {
    color: #20398B;
}

.giadinhTKD-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------XayDung-ThucThi-------------------------------------------*/

.xaydungthucthi-bgvideo {
    background: #F2F2F2;
}

.xaydungthucthi-hr-color {
    border: 1px #CBCBCB solid;
}

.xaydungthucthi-pTextInImgText {
    color: #F2F2F2;
}

.xaydungthucthi-textInVideoText-under {
    background-color: #E6E6E6;
}

.xaydungthucthi-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.xaydungthucthi-CungChuyenMuc {
    color: #20398B;
}

.xaydungthucthi-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.xaydungthucthi-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.xaydungthucthi-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.xaydungthucthi-TinLienQuan {
    color: #20398B;
}

.xaydungthucthi-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------Nguoi-EVN-------------------------------------------*/

.nguoiEVN-bgvideo {
    background: #F2F2F2;
}

.nguoiEVN-hr-color {
    border: 1px #CBCBCB solid;
}

.nguoiEVN-pTextInImgText {
    color: #F2F2F2;
}

.nguoiEVN-textInVideoText-under {
    background-color: #E6E6E6;
}

.nguoiEVN-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.nguoiEVN-CungChuyenMuc {
    color: #20398B;
}

.nguoiEVN-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.nguoiEVN-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.nguoiEVN-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.nguoiEVN-TinLienQuan {
    color: #20398B;
}

.nguoiEVN-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------AnSinh-XaHoi-------------------------------------------*/

.ansinhxahoi-bgvideo {
    background: #F2F2F2;
}

.ansinhxahoi-hr-color {
    border: 1px #CBCBCB solid;
}

.ansinhxahoi-pTextInImgText {
    color: #F2F2F2;
}

.ansinhxahoi-textInVideoText-under {
    background-color: #E6E6E6;
}

.ansinhxahoi-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.ansinhxahoi-CungChuyenMuc {
    color: #20398B;
}

.ansinhxahoi-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.ansinhxahoi-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.ansinhxahoi-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.ansinhxahoi-TinLienQuan {
    color: #20398B;
}

.ansinhxahoi-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------BinhDang-Gioi-------------------------------------------*/

.binhdanggioi-bgvideo {
    background: #F2F2F2;
}

.binhdanggioi-hr-color {
    border: 1px #CBCBCB solid;
}

.binhdanggioi-pTextInImgText {
    color: #F2F2F2;
}

.binhdanggioi-textInVideoText-under {
    background-color: #E6E6E6;
}

.binhdanggioi-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.binhdanggioi-CungChuyenMuc {
    color: #20398B;
}

.binhdanggioi-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.binhdanggioi-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.binhdanggioi-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.binhdanggioi-TinLienQuan {
    color: #20398B;
}

.binhdanggioi-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------ChamSoc-SucKhoe-NLD-------------------------------------------*/

.chamsocsuckhoeNLD-bgvideo {
    background: #F2F2F2;
}

.chamsocsuckhoeNLD-hr-color {
    border: 1px #CBCBCB solid;
}

.chamsocsuckhoeNLD-pTextInImgText {
    color: #F2F2F2;
}

.chamsocsuckhoeNLD-textInVideoText-under {
    background-color: #E6E6E6;
}

.chamsocsuckhoeNLD-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.chamsocsuckhoeNLD-CungChuyenMuc {
    color: #20398B;
}

.chamsocsuckhoeNLD-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.chamsocsuckhoeNLD-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.chamsocsuckhoeNLD-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.chamsocsuckhoeNLD-TinLienQuan {
    color: #20398B;
}

.chamsocsuckhoeNLD-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------DienDan-VanHoa-------------------------------------------*/

.diendanvanhoa-bgvideo {
    background: #F2F2F2;
}

.diendanvanhoa-hr-color {
    border: 1px #CBCBCB solid;
}

.diendanvanhoa-pTextInImgText {
    color: #F2F2F2;
}

.diendanvanhoa-textInVideoText-under {
    background-color: #E6E6E6;
}

.diendanvanhoa-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.diendanvanhoa-CungChuyenMuc {
    color: #20398B;
}

.diendanvanhoa-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.diendanvanhoa-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.diendanvanhoa-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.diendanvanhoa-TinLienQuan {
    color: #20398B;
}

.diendanvanhoa-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------PhongChong-ThienTai-------------------------------------------*/

.phongchongthientai-bgvideo {
    background: #F2F2F2;
}

.phongchongthientai-hr-color {
    border: 1px #CBCBCB solid;
}

.phongchongthientai-pTextInImgText {
    color: #F2F2F2;
}

.phongchongthientai-textInVideoText-under {
    background-color: #E6E6E6;
}

.phongchongthientai-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.phongchongthientai-CungChuyenMuc {
    color: #20398B;
}

.phongchongthientai-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.phongchongthientai-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.phongchongthientai-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.phongchongthientai-TinLienQuan {
    color: #20398B;
}

.phongchongthientai-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------ThongTin-VanHanh-HTD-------------------------------------------*/

.thongtinvanhanhHTD-bgvideo {
    background: #F2F2F2;
}

.thongtinvanhanhHTD-hr-color {
    border: 1px #CBCBCB solid;
}

.thongtinvanhanhHTD-pTextInImgText {
    color: #F2F2F2;
}

.thongtinvanhanhHTD-textInVideoText-under {
    background-color: #E6E6E6;
}

.thongtinvanhanhHTD-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.thongtinvanhanhHTD-CungChuyenMuc {
    color: #20398B;
}

.thongtinvanhanhHTD-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.thongtinvanhanhHTD-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.thongtinvanhanhHTD-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.thongtinvanhanhHTD-TinLienQuan {
    color: #20398B;
}

.thongtinvanhanhHTD-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------TinTuc-CungUngDien-------------------------------------------*/

.tintuccungungdien-bgvideo {
    background: #F2F2F2;
}

.tintuccungungdien-hr-color {
    border: 1px #CBCBCB solid;
}

.tintuccungungdien-pTextInImgText {
    color: #F2F2F2;
}

.tintuccungungdien-textInVideoText-under {
    background-color: #E6E6E6;
}

.tintuccungungdien-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.tintuccungungdien-CungChuyenMuc {
    color: #20398B;
}

.tintuccungungdien-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.tintuccungungdien-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.tintuccungungdien-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.tintuccungungdien-TinLienQuan {
    color: #20398B;
}

.tintuccungungdien-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------CamNhan-ChiaSe-------------------------------------------*/

.camnhanchiase-bgvideo {
    background: #F2F2F2;
}

.camnhanchiase-hr-color {
    border: 1px #CBCBCB solid;
}

.camnhanchiase-pTextInImgText {
    color: #F2F2F2;
}

.camnhanchiase-textInVideoText-under {
    background-color: #E6E6E6;
}

.camnhanchiase-textInVideoText {
    background-color: #20398B;
    border-radius: 0px 10px 10px 0px;
}

.camnhanchiase-CungChuyenMuc {
    color: #20398B;
}

.camnhanchiase-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.camnhanchiase-chuyenmuc-lienquan-XemThem {
    background: #20398B;
    /*padding: 10px;
	border-radius: 5px;
	color: white;*/
}

.camnhanchiase-XemThem {
    background: #20398B1A;
    color: #20398B;
    /*background: #20398B;
	padding: 10px;
	border-radius: 5px;*/
}

.camnhanchiase-TinLienQuan {
    color: #20398B;
}

.camnhanchiase-ul {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------HeThong-ToChuc-------------------------------------------*/

.hethongtochuc-hr-color {
    border: 1px #CBCBCB solid;
}

.hethongtochuc-CungChuyenMuc {
    color: #20398B;
}

.hethongtochuc-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.hethongtochuc-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.hethongtochuc-width-img {
    width: -webkit-fill-available;
}

.hethongtochuc-color {
    color: #20398B;
}

.hethongtochuc-hr-color {
    border: 1px #CBCBCB solid;
}

.hethongtochuc-chuyenmuc-lienquan-XemThem {
    background: #20398B;
}

/*-------------------------------------SinhHoat-ChiBo-------------------------------------------*/

.sinhhoatchibo-hr-color {
    border: 1px #CBCBCB solid;
}

.sinhhoatchibo-CungChuyenMuc {
    color: #20398B;
}

.sinhhoatchibo-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.sinhhoatchibo-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.sinhhoatchibo-width-img {
    width: -webkit-fill-available;
}

.sinhhoatchibo-color {
    color: #20398B;
}

.sinhhoatchibo-hr-color {
    border: 1px #CBCBCB solid;
}

.sinhhoatchibo-chuyenmuc-lienquan-XemThem {
    background: #20398B;
}

/*-------------------------------------DiemTinTuan-------------------------------------------*/

.diemtintuan-hr-color {
    border: 1px #CBCBCB solid;
}

.diemtintuan-CungChuyenMuc {
    color: #20398B;
}

.diemtintuan-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.diemtintuan-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.diemtintuan-width-img {
    width: -webkit-fill-available;
}

.diemtintuan-color {
    color: #20398B;
}

.diemtintuan-hr-color {
    border: 1px #CBCBCB solid;
}

.diemtintuan-chuyenmuc-lienquan-XemThem {
    background: #20398B;
}

/*-------------------------------------TaiLieu-AnToanDien-------------------------------------------*/

.tailieuantoandien-hr-color {
    border: 1px #CBCBCB solid;
}

.tailieuantoandien-CungChuyenMuc {
    color: #20398B;
}

.tailieuantoandien-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.tailieuantoandien-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.tailieuantoandien-width-img {
    width: -webkit-fill-available;
}

.tailieuantoandien-color {
    color: #20398B;
}

.tailieuantoandien-hr-color {
    border: 1px #CBCBCB solid;
}

.tailieuantoandien-chuyenmuc-lienquan-XemThem {
    background: #20398B;
}

.tailieuantoandien-XemThem {
    background: #20398B1A;
    color: #20398B;
}

/*-------------------------------------TaiLieu-ThamKhao-------------------------------------------*/

.tailieuthamkhao-hr-color {
    border: 1px #CBCBCB solid;
}

.tailieuthamkhao-CungChuyenMuc {
    color: #20398B;
}

.tailieuthamkhao-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.tailieuthamkhao-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.tailieuthamkhao-width-img {
    width: -webkit-fill-available;
}

.tailieuthamkhao-color {
    color: #20398B;
}

.tailieuthamkhao-hr-color {
    border: 1px #CBCBCB solid;
}

.tailieuthamkhao-chuyenmuc-lienquan-XemThem {
    background: #20398B;
}

.tailieuthamkhao-XemThem {
    background: #20398B1A;
    color: #20398B;
}

/*-------------------------------------ThongCaoBaoChi-------------------------------------------*/

.thongcaobaochi-hr-color {
    /*border: 1px #CBCBCB solid;*/
    color: #CBCBCB;
}

.thongcaobaochi-border-bottom-color {
    border-bottom: 1px #CBCBCB solid;
}

.thongcaobaochi-CungChuyenMuc {
    color: #20398B;
}

.thongcaobaochi-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.thongcaobaochi-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.thongcaobaochi-width-img {
    width: -webkit-fill-available;
}

.thongcaobaochi-color {
    color: #20398B;
}

.thongcaobaochi-chuyenmuc-lienquan-XemThem {
    background: #20398B;
}

.thongcaobaochi-XemThem {
    /*background: #20398B;*/
    background: #163997;
}

    .thongcaobaochi-XemThem:hover {
        background: #C52A1F;
    }



/*-------------------------------------TuyenDungThongBao-------------------------------------------*/

.tuyendungthongbao-hr-color {
    border: 1px #CBCBCB solid;
}

.tuyendungthongbao-CungChuyenMuc {
    color: #20398B;
}

.tuyendungthongbao-border-action {
    border-bottom: 4px solid #9A9A9A;
}

.tuyendungthongbao-imgInImgText {
    border-radius: 10px 0px 0px 10px !important;
}

.tuyendungthongbao-width-img {
    width: -webkit-fill-available;
}

.tuyendungthongbao-color {
    color: #20398B;
}

.tuyendungthongbao-hr-color {
    border: 1px #CBCBCB solid;
}

.tuyendungthongbao-chuyenmuc-lienquan-XemThem {
    background: #20398B;
}

.tuyendungthongbao-XemThem {
    background: #20398B1A;
    color: #20398B;
}

.tuyendungthongbao-border-left {
    border-left: 3px #C52A1F solid;
}

/*-------------------------------------ENG-------------------------------------------*/

/*-------------------------------------Homepage-------------------------------------------*/

.ENG-homepage-bg-img-introduce {
    background-image: url("../svg/logos/ENG-homepage-introduce.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ENG-homepage-bg-introduce {
    background: linear-gradient(124.64deg, rgba(22, 67, 151, 0.8) 45.52%, rgba(7, 23, 51, 0.8) 112.04%);
}

.ENG-homepage-TinMoi {
    color: #2d374b;
    border-bottom: 3px #2d374b solid;
}

.ENG-homepage-readmore {
    color: #2d374b;
    vertical-align: -webkit-baseline-middle;
}

.ENG-homepage-TinTuc-SuKien {
    color: #C52A1F;
    border-left: 5px #20398B solid;
}

.ENG-homepage-Video, .ENG-homepage-Infographic {
    color: white;
    border-left: 5px #C52A1F solid;
}

.ENG-homepage-timeview {
    color: #656565;
}

.ENG-homepage-textInImgText {
    background: linear-gradient(139.83deg, #316BD7 64.81%, #121F37 158.94%);
    border-radius: 0px 10px 10px 0px;
}

.ENG-homepage-imgInImgText, .ENG-homepage-videoInVideoText {
    border-radius: 10px 0px 0px 10px !important;
}

.ENG-homepage-pTextInImgText {
    color: #F2F2F2;
}

.ENG-homepage-Business-Services, .ENG-homepage-Investment-Construction, .ENG-homepage-Production–Transmission, .ENG-homepage-Renewable-Energy, .ENG-homepage-Technology-Environment, .ENG-homepage-World-Electricity-News {
    color: #20398B;
    border-bottom: 3px #C52A1F solid;
}

.ENG-homepage-bgvideo {
    background: #121F37;
}

.ENG-homepage-videoInVideoText-under {
    border-radius: 10px 10px 0px 0px !important;
}

.ENG-homepage-textInVideoText-under {
    border-radius: 0px 0px 10px 10px;
}

.ENG-homepage-textInVideoText {
    border-radius: 0px 10px 10px 0px;
}

/*Tin anh*/
.background-container {
    position: relative; /* Tạo ngữ cảnh vị trí cho các phần tử con */
    height: 335px; /* Đặt chiều cao cho div */
    overflow: hidden; /* Ẩn phần thừa nếu cần */
    color: white; /* Màu chữ để dễ nhìn */
    display: flex; /* Tùy chọn: Để căn giữa nội dung */
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
}

.background-image {
    position: absolute; /* Định vị hình ảnh tuyệt đối */
    top: 0; /* Căn lên trên cùng */
    left: 0; /* Căn sang bên trái */
    width: 100%; /* Chiều rộng 100% */
    height: 100%; /* Chiều cao 100% */
    object-fit: cover; /* Giữ tỷ lệ khung hình và phủ đầy */
}

.content {
    position: relative; /* Giữ nội dung ở trên hình ảnh */
    z-index: 1; /* Đảm bảo nội dung nằm trên hình ảnh */
}



/*header_top----------------------*/
.header_top {
    height: 91px;
    background: url(/ThemeDefault/assets/svg/logos/trongdong.png) no-repeat right top
}

.navbar-sticky-top {
    top: 92px;
}

.menuTop-Right {
    text-align: right;
}

.header_sticky {
    margin-bottom: 52px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px !important;
    padding-left: 11px;
    padding-right: 11px;
}

@media only screen and (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px !important;
        padding-left: 11px;
        padding-right: 11px;
    }
}

.under-menu .navbar .js-swiper-freemode .swiper-wrapper .swiper-slide .nav-link {
    font-size: 13px !important;
    padding-left: 10px;
    padding-right: 10px;
}

#header-menu .navbar-nav .nav-item.active {
    background-color: #163997;
}

    #header-menu .navbar-nav .nav-item.active a.active {
        color: #fff !important;
    }

@media (max-width: 990px) {
    .menuTop-Right {
        /*position: absolute;
        top: 97px;
        z-index: 9990;*/
        display: none !important;
    }

    .cssMenuHeader {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px !important;
        color: #20398B !important;
    }

    #header-menu .navbar-nav .nav-item.active a.active i {
        color: #fff !important;
    }

    #header-menu {
        position: relative;
        top: -10px;
    }

    .menuTop-Right-sm {
    }

    #header .container {
        display: block;
    }

    .navbar-toggler {
        margin-left: 0;
        padding: 3px;
        /* background-color:#f5f5f5;*/
    }

    .navbar-expand-lg .navbar-collapse {
        padding: 10px;
        border-radius: 5px;
        background-color: #f5f5f5;
    }

    .navbar-expand-lg .navbar-nav {
        padding: 0;
    }


    .navbar-toggler .navbar-toggler-toggled {
        top: 0px;
    }

    .navbar-light .navbar-toggler {
        top: 0px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    ul.cssleftmenuintro li.gioithieu-XemThem a {
        width: 100%;
    }
}

.button-outline {
    background-color: #20398B;
    color: white !important;
}

.bg-li-a {
    background-color: #fff;
}

.gioithieu-tongquan-border:hover {
    background-color: #20398B;
}

    .gioithieu-tongquan-border:hover .gioithieu-color-bmtc {
        color: white;
    }

.css-transition-zoom {
    overflow: hidden;
    border-radius: .8125rem;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

@keyframes slideMenuDown {
    from {
        transform: translate3d(10,-30px,10);
        visibility: visible;
    }

    to {
        transform: translate3d(0,0,0);
    }
}

.cssulheader.slideInUp {
    animation-name: slideMenuDown;
}

.containeryt {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframeyt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.detail-bgnote {
    background: #F2F2F2;
}

.tongquan {
    border-radius: 8px; /* bo góc mềm mại giống ảnh */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); /* tạo bóng */
    padding: 24px; /* khoảng cách trong */
    margin-bottom: 25px;
}

.box_shadow_full {
    background: white; /* hoặc màu nền tùy bạn */
    border-radius: 8px; /* bo góc mềm mại giống ảnh */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); /* tạo bóng */
    padding: 24px; /* khoảng cách trong */
    margin-bottom: 25px;
}

.box-item-content {
    background: #fff;
    border: 1px solid #d8e8f1;
    box-sizing: border-box;
    border-radius: 0 12px 12px 2px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.text-hoidap {
    color: #1E5469 !important;
}

.chitiettinbai {
    line-height: 1.8
}

    .chitiettinbai div {
        padding: 5px 0
    }

    .chitiettinbai img {
        width: 80% !important;
        height: auto !important;
    }


