.slideshow-item img{
    width: 100%;
}
.text-red{
    color: #D22B1B;
}
.logo img{
    width: 106px;
    height: 102px;
    transition: all 0.5s;
}
.news-item .news-name{
    font-weight: 600;
    font-size: 22px;
    color: #333;
}
.news-item .news-desc{
    color: #fff;
    font-size: 18px;
}
.news-item .scale-img{
    overflow: hidden;
}
.news-item .scale-img img{
    transition: all 0.3s;
    width: 100%;
}
.news-item:hover .news-name{
    color: #f36421;
}
.news-item:hover .scale-img img{
    transition: all 0.3s;
    transform: scale(1.2);
}

.title-main {
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;

}
.title-main h2{
    font-weight: 700;
    font-size: 3.1rem;
    color: #00329f;
}
.title-main h2 span {
    text-transform: uppercase;

    color: #333;
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}

.time-main span {
    vertical-align: top;
    display: inline-block;
}
.title-main h2{
    position: relative;
}
.title-main .decoration{
    /*position: absolute;*/
    /*width: 70px;*/
    /*height: 3px;*/
    /*background-color: #D22B1B;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
}
.title-main .decoration.white-stroke{
    background-color: #fff;
}
.title-main__desc{
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #f16523;
}
.title-main h2 ~ .title-main__desc{
    margin-top: 20px;
}

.taisaochon-items{
    background: #fbfafa  url("../images/bg_taisaochon_item.png") bottom right no-repeat;
    border-left: 5px solid transparent;
    min-height: 200px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
.taisaochon-items:hover{
    border-color: #D22B1B;
    transition: all 0.3s;
}
.taisaochon-items.news-item .news-name{
    font-size: 24px;
}
.taisaochon-items.news-item .news-desc{
    color: #4D4D4D;
    font-size: 15px;
}
.wrap-cauchuyen{
    background: #fff  url("../images/bg_cauchuyen.png") center right no-repeat;
    background-size: contain;
}

.cauchuyen-items .image{
    width: 400px;
    height: 400px;
    background: url("../images/bg_item_cauchuyen.png") center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cauchuyen-items .content{
    width: calc(100% - 470px);
    background: url("../images/quote.png") top left no-repeat;
    padding-top: 75px;
    line-height: 1.5;
}
.cauchuyen-items .image .scale-img{
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 5px solid #d2291a;
}

.cauchuyen-items .news-name{
    font-weight: 600;
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #df0000;
}

.owl-dot.active span{
    background: #d22b1b!important;
}

.title-footer{
    font-weight: 700;
    font-size: 22px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.title-footer:after{
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #f16523!important;
    bottom: 0;
    left: 0;
}
.logo_footer_title{
    font-size: 26px;
    font-weight: 700;
    line-height: 2.5rem;
}
.footer-powered{
    background: #f16523!important;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer_article{
    background: #00329f url("../images/bg_footer.jpg");
    padding: 45px 0;
    color: #fff;

}
.footer-ul{
    list-style-type: none;
    padding: 0;
}
.footer-ul li{
    margin-bottom: 10px;
}
.footer-ul li a:hover{
    color: #d22b1b!important;
}
.btn-custom-red{
    background: #f36421;
    color: #fff;
}
.menu>ul>li.btn-custom-red{

}
.menu>ul>li.btn-custom-red a{
    color: #fff;
    border: 0;
}
.award-items .news-name{
    font-size: 60px;
    color: #fff;
}
.wrap-award{
    background: #00329f url("../images/bg_footer.jpg");
    /* background-color: #00329f; */
    color: #fff;
}
.award-items{
    /* background-color: #00329f; */
    padding: 30px 0;
}
.award-items:hover{
    background-color: var(--main-color);
    
}
.award-items:hover .news-name{
    color: #fff!important;
}
.wrap-youtube iframe{
    width: 100%;
    height: calc(100% - 15px);
    min-height: 150px;
}

.tintuc-items .news-name{
    font-size: 18px;
}

.dangkynhantin{
    padding: 50px 0;
    background: #000 url(../images/bg_newsletter.png) no-repeat;
    background-size: cover;
    min-height: 360px;
}
.dangkynhantin .icon{
    color: #fff;
    margin-bottom: 12px;
    display: block;
}
.title-form{
    text-align: center;
    margin: 0 0 25px 0;
    color: #fff;
}
.title-form span{
    text-transform: uppercase;
    font: 40px SFUDinEngAlt;
}

.input_{
    margin: 0 0 15px 0;
}
.input_ input,.input_ textarea{
    width: 100%;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    text-indent: 10px;
    height: 48px;
    border: 1px solid #ffffff4f;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.input_ textarea{
    resize: none;
    height: 100px;
    padding: 10px 91px 10px 10px;
    text-indent: 0;
}
.input_ input:focus,.input_ textarea:focus{
    box-shadow: none;outline: 0;
}
.input_ input::-webkit-input-placeholder,.input_ textarea::-webkit-input-placeholder{
    color: #fff;
}
.newsletter-button{
    display: flex;
    justify-content: center;
}
.newsletter-button input{
    width: 105px;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0 auto;
    padding: 20px 0;
}

#submit-newsletter{
    background: #D2291B;
    color: #fff;
    padding: 12px 40px;
    text-align: center;
    border: 1px solid transparent;
}

#reset-newsletter{
    color: #D2291B;
    background: #fff;
    padding: 12px 40px;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
}

#reset-newsletter:hover{
    color: #fff;
    background: #D2291B;
    border: 1px solid #D2291B;
}
#submit-newsletter:hover{
    color: #D2291B;
    background: #fff;
    border: 1px solid #D2291B;
}
.newsletter-button input:focus {
    outline: 0;
}
.newsletter-button input:hover {
    color: yellow;
}
@media (max-width: 800px) {
    .wrap-youtube{
        height: auto!important;
    }
    .wrap-youtube iframe{
        height: 350px!important;
        margin-bottom: 30px;
    }
}
@media (max-width: 721px) {
    .cauchuyen-items .image{
        display: none;
    }
    .cauchuyen-items .content{
        width: 100%;
        padding-bottom: 30px;
    }
}

.info-container .info{
    display: flex;
    margin-bottom: 12px;
    font-size: 15px;
}
.info-container .info p{
    margin-top: 10px;
}
.info-container .icon{
    margin-right: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 20px;
}
.info-container .icon i::before{
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 23px;
}

.info-container .icon:before{
    content:"";
    width: 100%;
    height: 100%;
    background: #f16523;
    z-index: 1;
    position: absolute;
    top:0;
    left: 0;
    transform: rotate(45deg);
}

.info-container .icon i{
    display: flex;
    align-content: center;
    align-items: center;
}

.content-news-index{
    margin-top: 20px;
    margin-bottom: 20px;
    /* height: 624px; */
}
.nav-tabs.myTab-news li a{
    /* background: #ec2029; */
    /* color: #fff; */
    border: 0;
    /*! border-radius: 15px; */
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}
.nav-tabs.myTab-news li a.active,.myTab-news li a:hover{
    background: #f16523;
    color: #fff;
    border-color: #f16523 !important;
}
.content-news .name-news{
    text-align:left;
    margin:10px 0 10px 0
}
.content-news .name-news a{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.content-news .name-news a:hover{
    color: #ec2029;
    text-decoration:none
}

.content-news .desc-news{
    /* font-family:Roboto-Regular; */
    font-size: 15px;
    color: #fff;
}
.content-news .detail-news{
    float: left;
    border: 2px solid #009688;
    padding: 7px 15px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.content-news .detail-news a{
    color: #009688;
    text-transform:uppercase;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
}
.content-news .item-news{
    margin-bottom:20px
}
.content-news{
    /* border:1px solid #ebebeb; */
    /* border-radius: 5px; */
    padding: 15px;
}
.main-news{
    position: relative;
    margin-bottom: 30px;
}
.main-news__detail{
    bottom: 0;
    padding: 15px 0;
    color: #fff;
}
.main-news__detail .name-news a{
    color: #fff;
    font-size: 17px;
}
.main-news__detail .desc-news{
    color: #fff;
}
#content-news-index{
    background: #00329f url("../images/bg_footer.jpg");
    padding: 45px 0;
    color: #fff;
}

.wrap-youtube{
    width: 100%;
    height: 800px;
}
.wrap-youtube iframe{
    width: 100%;
    height: 100%;
}
.chinhanh_wrapper{
    padding: 10px;
    background-color: var(--main-color);
    height: 520px;
}
.chinhanh_wrapper iframe{
    height: 500px;
    width: 100%;
}
.nav-item.chinhanh{
    width: 100%;
    line-height: 2;
    height: calc(100% / 4 );
   
}
.nav-item.chinhanh .__title{
    font-size: 1.5rem;
    font-weight: 600;

}
.nav-item.chinhanh .__desc{
    font-size: 16px;
font-weight: 300;
position: relative;
padding-left: 50px;
}
.nav-item.chinhanh a{
    border: 0!important;
    padding: 20px 0;

}
.nav-item.chinhanh .__desc:before{
    content: url("../images/icon_mark.png");
    position: absolute;
    left: 0;
    top:0;
}
@media(max-width: 800px){
    .nav-item.chinhanh{
        height: auto;
    }
    html{
        font-size: 14px;
    }
}
.themanh_wrapper{
    width: 372px;
    height: 372px;
    border: 4px solid #27489e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.themanh_item{
    background-color: #00329f;
    height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin: 15px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}
.themanh_item .__title{
    max-width: 210px;
width: 100%;
text-align: center;
}
.themanh_item.__left{
    padding-left: 60px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    
    z-index: 5;
}
.themanh_item.__right{
    padding-right: 60px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.themanh_item:before{
    content: url("../images/tm_cn.jpg");
    position: absolute;
    top:0;
   
}
.themanh_item.__left:before{
    left: 0;
}
.themanh_item.__right:before{
    right: 0;
    /* transform: rotate(-180deg); */
    top: 0;
    content: url(../images/tm_cn_right.jpg);
}

.themanh_item .__stt{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
 
}
.themanh_item.__left .__stt{
    top: -20px;
    left: 45px;
}
.themanh_item.__right .__stt{
    top: -20px;
    right: 45px;
}
.themanh_item .__stt > span{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--main-color);
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
}


@media (min-width: 992px){
    .themanh_item.__left:nth-child(1){
    right: -125px;
}
.themanh_item.__left:nth-child(2){
    right: -25px;
}
.themanh_item.__left:nth-child(3){
    right: 25px;
}
.themanh_item.__left:nth-child(4){
    right: -25px
}
.themanh_item.__left:nth-child(5){
    right: -125px;
}

.themanh_item.__right:nth-child(1){
    left: -125px;
}
.themanh_item.__right:nth-child(2){
    left: -25px;
}
.themanh_item.__right:nth-child(3){
    left: 25px;
}
.themanh_item.__right:nth-child(4){
    left: -25px
}
.themanh_item.__right:nth-child(5){
    left: -125px;
}
}

.section-themanh .line{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}



.section-themanh .line_1{
    transform: rotate(-18deg);
}
.section-themanh .line_2{
    transform: rotate(-54deg);
}
.section-themanh .line_3{
    transform: rotate(-90deg);
}
.section-themanh .line_4{
    transform: rotate(-125deg);
}
.section-themanh .line_5{
    transform: rotate(-161deg);
}

.section-themanh .line_6{
    transform: rotate(18deg);
}
.section-themanh .line_7{
    transform: rotate(54deg);
}
.section-themanh .line_8{
    transform: rotate(90deg);
}
.section-themanh .line_9{
    transform: rotate(125deg);
}
.section-themanh .line_10{
    transform: rotate(161deg);
}
.section-themanh .line > .pos-r{
     top: -120px;
     position: relative;
     width: 240px;
     height: 240px;
     margin: auto;
     display: flex;
     align-items: center;
     justify-content: center;
}
.section-themanh .line > .pos-r > span.__circle{
    width: 24px;
    height: 24px;
    background-color: var(--main-color);
    border-radius: 50%;
    display: block;
    margin: auto;
    position: relative;
    z-index: 3;
}
.section-themanh .line > .pos-r > span.__circle:before{
    content: "";
    height: 3px;
    width: 300px;
    background-color: #27489e;
}


.section-themanh .line > .pos-r > span.__line{
    width: 200px;
    height: 3px;
    background: linear-gradient(to right, #00329f 50%, transparent 50%);
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    top: 0;
    bottom: 0;
    margin: auto;
    /*! transform: rotate(60deg); */
    z-index: 1;
}


.section-themanh .line_1 span.__line{ 
    transform: rotate(60deg);
}
.section-themanh .line_2 span.__line{ 
    transform: rotate(70deg);
}
.section-themanh .line_3 span.__line{ 
    transform: rotate(92deg);
}
.section-themanh .line_4 span.__line{ 
    transform: rotate(125deg);
}
.section-themanh .line_5 span.__line{ 
    transform: rotate(121deg);
}

.section-themanh .line_6 span.__line{
    transform: rotate(115deg);
}
.section-themanh .line_7 span.__line{
    transform: rotate(109deg);
}
.section-themanh .line_8 span.__line{
    transform: rotate(85deg);
}
.section-themanh .line_9 span.__line{
    transform: rotate(63deg);
}
.section-themanh .line_10 span.__line {
    transform: rotate(69deg);
}

@media (max-width: 1199px){
    .section-themanh .line{
        display: none;
    }

    .themanh_wrapper{
         width: 300px;
        height: 300px;
        border: 0;
    }
   
}

@media (max-width: 991px){
    html{
        font-size: 14px;
    }
    .themanh_item.__right{
        flex-direction: row-reverse;
        border-radius: 5px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .themanh_item:before{
        display: none;
    }
     .themanh_item{
        border-radius: 5px;
     }
     .themanh_item.__left .__stt{
        top: unset;
        left: unset;
        right: unset;
        position: relative;
     }
     .themanh_item.__right .__stt{
         top: unset;
        left: unset;
        right: unset;
        order: 3;
        position: relative;
     }
     .themanh_item.__right .__title{
        order: 2;
     }
     .themanh_item.__right .__image{
        order: 1;
     }
     .themanh_item{
        padding-left: 20px!important;
        padding-right: 20px!important;
        justify-self: flex-start;
        margin-bottom: 30px;
     }
     .themanh_item .__title {
        max-width: calc(100% - 140px);
        width: 100%;
        text-align: left;
    }
}

.dichvu-items{
    position: relative;
}

.dichvu-items .news-name{
    position: absolute;
    bottom: 0;
    background: #00329f;
    color: #fff;
    width: 100%;
}
.footer-powered{
    color: #fff;
    text-transform: uppercase;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    display: none;
}


@media (min-width: 992px){
    .footer_article{
    margin-bottom: 50px;
}
.footer-powered{
   
    display: block!important;
}
}
.block-menu.sticky .logo img{
    height: 80px;
    width: auto;
    transition: all 0.3s;
}
@media (min-width: 768px){
    #content-news-index .nav-tabs{
        overflow-y: auto;
        max-height: 520px;
    }
    .nav-item.chinhanh{
        max-height: 130px;
    }
}

@media (max-width: 767px){
    #content-news-index .nav-tabs{
        overflow-y: auto;
        max-height: 420px;
    }
}