body {
    min-height: 75rem;
    padding-top: 4.5rem;
}
.navbar {
    background-color: #e3f2fd;
}
.navbar-brand img{
    width: 80px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show > .nav-link, 
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .nav-link.active {
    color: #971928;
}

@-webkit-keyframes fading {
    0% {
      opacity: .1;
    }
  
    50% {
      opacity: .2;
    }
  
    100% {
      opacity: .1;
    }
  }
  
@keyframes fading {
    0% {
      opacity: .1;
    }
  
    50% {
      opacity: .2;
    }
  
    100% {
      opacity: .1;
    }
}
.loading-chart div {
    opacity: .1;
    -webkit-animation: fading 1.5s infinite;
    animation: fading 1.5s infinite;
    background-color: #657786;
    border-radius: 5px;
}
.loading-chart div:first-child {
    height: 30px;
}
.loading-chart div:last-child {
    height: 400px;
}
.box-city .card-title {
    color: #971928;
    background-color: #fff;
}
.box-city .table-responsive {
    height: 368px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    scrollbar-color: #9a9a9a #F5F5F5;
    scrollbar-width: thin;
}
.box-city .table-responsive::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.box-city .table-responsive::-webkit-scrollbar {
	width: 3px;
	background-color: #F5F5F5;
}
.box-city .table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #9a9a9a;
}
.box-city .table-responsive thead tr {
    position: relative;
}
.box-city .table-responsive thead th { 
    position: sticky; 
    top: -2px; 
    z-index: 1; 
    background-color: #dee2e6;
}
.box-city .card-body:after {
    width: 100%;
    height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(180deg, rgba(247,247,247,0) 0%, rgba(247,247,247,0.9) 50.11%, #F7F7F7 100%);
}
.first-line {background:#f1d698;}

img {
    font-size: 0;
    line-height: 0;
    object-fit: cover;
}
.top-0 {top: 0;}
.right-0 {right: 0;}
.top-50per {top: 50%;}
.tty-minus-20per {transform: translateY(-70%);}
.mul-title { text-transform: uppercase; font-size: 1.5rem; font-weight: 700; color: #333; }
.red-link, .red {color: #a92b30;}
.blue-link {color: #0065bf;}
.box-small .title:hover{color: #e94a4a;}
.ft-logo { width: 80%; }
.content {
    margin-top: 3.5rem;
}
a { color: #3e3e3e; }
a:hover { text-decoration: none; color: #a50000; }
.card-img {
    border-radius: 0;
}
.time-content { color: #868686; font-size: 0.7rem; }
.icon-articletype{ font-size: 0px;width:25px; height: 10px; line-height: 18px; display: none;}
.title .icon-articletype { margin-left:5px; }
.thumb .icon-articletype { position: absolute; right: 5px; bottom: 5px; background-size: 20px auto; width: 20px; height: 20px; }
.thumb.articletype_3 .icon-articletype, .thumb.articletype_10 .icon-articletype, .thumb.articletype_17 .icon-articletype{ background: rgba(0, 0, 0, 0) url("https://vnn-res.vgcloud.vn/ResV9/images/icon-video.svg") no-repeat scroll 0px 0px; display: inline-block; }
.thumb.articletype_4 .icon-articletype.thumb.articletype_19 .icon-articletype, .thumb.articletype_13 .icon-articletype{ background: rgba(0, 0, 0, 0) url("https://vnn-res.vgcloud.vn/ResV9/images/icon-audio.svg") no-repeat scroll 0px 0px; display: inline-block; }
.thumb.articletype_2 .icon-articletype, .thumb.articletype_18 .icon-articletype, .thumb.articletype_21 .icon-articletype{ background: rgba(0, 0, 0, 0) url("https://vnn-res.vgcloud.vn/ResV9/images/icon-photo.svg") no-repeat scroll 0px 0px; display: inline-block;}
.thumb.articletype_6 .icon-articletype, .thumb.articletype_12 .icon-articletype, .thumb.articletype_20 .icon-articletype{ background: rgba(0, 0, 0, 0) url("https://vnn-res.vgcloud.vn/ResV9/images/icon-info.svg") no-repeat scroll 0px 0px; display: inline-block}
.title.articletype_8 .icon-articletype, .title.articletype_17 .icon-articletype, .title.articletype_18 .icon-articletype, .title.articletype_19 .icon-articletype, .title.articletype_20 .icon-articletype{ background: rgba(0, 0, 0, 0) url("https://vnn-res.vgcloud.vn/ResV9/images/icon-hot.svg") no-repeat scroll 0px 0px;background-size: 25px;display: inline-block; }
.title.articletype_7 .icon-articletype, .title.articletype_10 .icon-articletype, .title.articletype_12 .icon-articletype, .title.articletype_13 .icon-articletype, .title.articletype_21 .icon-articletype{ background: rgba(0, 0, 0, 0) url("https://vnn-res.vgcloud.vn/ResV9/images/icon-live.svg") no-repeat scroll 0px 0px;background-size: 25px; display: inline-block;}

.loading {
    position: relative;
}
.loading img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 11.5rem 3rem;
    background: #fcfefc;
}
.updatetime {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.thumb {
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 66.7%;
    background: #f4f4f4;
    cursor: pointer;
}
.title-content {
    cursor: pointer;
    color: #3e3e3e;
}
.title-content:hover {
    color: #a50000;
}
.text {
    display: inline-block;
    background-color: #444;
    height: 12px;
    border-radius: 100px;
    margin: 5px 0;
    width: 100%;
    opacity: .1;
    animation: fading 1.5s infinite;
}
.time-content.text {
    width: 50%;
}
.btn-show-click {
    margin-top: 3rem;
}
.backpage .i-back {
    background: url(../images/return.svg) center;
    background-size: cover;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.backpage .triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #9e2727;
}
.backpage div .position-absolute {
    display: none;
    top: 25px;
    right: 0;
}
.backpage .i-back .position-absolute {
    display: inline-block;
}
.backpage div .position-absolute div:last-child {
    border: 1px solid #9e2727;
    white-space: nowrap;
    background: #fff;
}
#detail h2 {
    width: 50%;
}
#detail table.image .image_desc,
#detail table.image .image_desc p{
    text-align:center;
    color:#222;
    font-size: 1rem;
    font-style: italic;
    padding: 2px 0px;
}
#detail img {
    width: 100%;
}
.left {
    float: left;
}
.Aritcle-time {
    font-size: 0.8rem;
    color: #565656;
}
.inner-article { padding:0px 10px 0px 0px; background-color:#ebeff7; clear:both; min-height:101px; margin: 10px auto}
.inner-article:first-child { margin-top: 10px }
.inner-article .inner-article .inner-article, .ArticleContent .inner-article .inner-article{padding: 10px 0px; clear: both;}
#detail table.article img,#detail .inner-article img { margin:0px 10px 0px 0px; width: auto;}
table.article .inner-article a,.inner-article a:link { color:#343434; line-height: 20px;font-size: 1rem;}
.inner-article .title, .inner-article .h4 {display: block; padding-top: 5px}
.inner-article p{ margin:0px; font-size: 13px; line-height: 20px; padding:0px;}

.box-schedule-covid19 {
    margin: 1.25rem 0;
    display: block;
}
.box-schedule-covid19 + .box-schedule-covid19  {
    display: none;
}
.box-schedule-covid19-head {
    font-weight: bold;
    font-size: 1.2rem;
    background-color: #9E2727;
    color: #fff;
    padding: 0.25rem 1rem;
}
.box-schedule-covid19-body {
    position: relative;
    background: #ececec;
    padding: 1rem;
}
.box-schedule-covid19-body::before {
    content: "";
    background: #fff;
    width: 2px;
    top: 10px;
    bottom: 0;
    position: absolute;
    left: 35%;
}
.box-schedule-covid19-item {
    margin-bottom: 1rem;
    display: flex;
    display: -ms-flexbox;
    font-size: 1rem;
}
.box-schedule-covid19-item-date {
    width: 35%;
    color: #757575;
    font-weight: bold;
    text-align: right;
    padding-right: 1.4rem;
} 
.box-schedule-covid19-item-text {
    position: relative;
    width: 65%;
    padding-left: 2rem;
}
.box-schedule-covid19-item-text::before {
    content: "";
    background: #9E2727;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -10px;
    border-radius: 50%;
    top: 6px;
}
@media (min-width: 768px) {
    .btn-show-click {
        margin-top: 50%;;
    }
    .content {
        margin-top: 5rem;
    }
    .box-schedule-covid19-body::before {
        left: 28%;
    }
    .box-schedule-covid19-item-date {
        width: 28%;
    } 
    .box-schedule-covid19-item-text {
        width: 72%;
    }
    #detail h2 {
        width: 70%;
    }
}

/* vacxin */
.badge-84baed {
    color: #fff;
    background-color: #84baed;
}
.badge-dedede {
    color: #007bff;
    background-color: #dedede;
}
.vacxin-loading .loading-chart div {
    height: 100px;
}
.box-maps-vaccxine-progress .tip-chart,
.box-maps-vaccxine-plan .tip-chart,
.box-maps-vaccxine-reality .tip-chart {
    width: 260px;
}
.box-maps-vaccxine-progress .nav-pills .nav-link.active, .nav-pills .show>.nav-link, 
.box-maps-vaccxine-plan .nav-pills .nav-link.active, .nav-pills .show>.nav-link, 
.box-maps-vaccxine-reality .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3f51b5;
}
.box-maps-vaccxine-progress .table-responsive, 
.box-maps-vaccxine-plan .table-responsive, 
.box-maps-vaccxine-reality .table-responsive {
    height: 416px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    scrollbar-color: #9a9a9a #F5F5F5;
    scrollbar-width: thin;
}
.box-maps-vaccxine-progress .table-responsive::-webkit-scrollbar-track, 
.box-maps-vaccxine-plan .table-responsive::-webkit-scrollbar-track, 
.box-maps-vaccxine-reality .table-responsive::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.box-maps-vaccxine-progress .table-responsive::-webkit-scrollbar, 
.box-maps-vaccxine-plan .table-responsive::-webkit-scrollbar, 
.box-maps-vaccxine-reality .table-responsive::-webkit-scrollbar {
	width: 3px;
	background-color: #F5F5F5;
}
.box-maps-vaccxine-progress .table-responsive::-webkit-scrollbar-thumb, 
.box-maps-vaccxine-plan .table-responsive::-webkit-scrollbar-thumb, 
.box-maps-vaccxine-reality .table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #9a9a9a;
}
.box-maps-vaccxine-progress .table-responsive thead tr,
.box-maps-vaccxine-plan .table-responsive thead tr, 
.box-maps-vaccxine-reality .table-responsive thead tr {
    position: relative;
}
.box-maps-vaccxine-progress .table-responsive thead th,
.box-maps-vaccxine-plan .table-responsive thead th,
.box-maps-vaccxine-reality .table-responsive thead th { 
    position: sticky; 
    top: -2px; 
    z-index: 1; 
    background-color: #dee2e6;
}
.box-maps-vaccxine-progress .table-responsive:after,
.box-maps-vaccxine-plan .table-responsive:after,
.box-maps-vaccxine-reality .table-responsive:after {
    width: 100%;
    height: 68px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(180deg, rgba(247,247,247,0) 0%, rgba(247,247,247,0.9) 50.11%, #F7F7F7 100%);
}
/* css home */
.img-hover-zoom-basic {
    overflow: hidden;
}
.img-hover-zoom-basic img {
    -webkit-transition: transform .35s ease 0s;
    transition: transform .35s ease 0s;
}
.img-hover-zoom-basic:hover img {
    transform: scale3d(1.05,1.05,1);
    -webkit-transform: scale3d(1.05,1.05,1);
    -moz-transform: scale3d(1.05,1.05,1) rotate(0.02deg);
}
.title-up-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
.img-hover-zoom-basic::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .6;
    bottom: 0;
    background: transparent;
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,#000000));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,#000000 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
}
.img-hover-zoom-basic:hover::before {
    opacity: .8;
}
#Row-1 .thumb .icon-articletype {
    top: 5px;
}
.c-f5a008 {
    color: #f5a008;
}
.c-173562 {
    color: #173562;
}
.bg-f5a008 {
    background: #f5a008;
}
.box-donate {
    background: url('../img/box-ung-ho.jpg') no-repeat center center #ffffff;
    background-size: cover;
}
.f-09rem {
    font-size: 0.9rem;
}
.f-08rem {
    font-size: 0.8rem;
}
.f-06rem {
    font-size: 0.6rem;
}

.box-city-home .table-responsive {
    height: 178px;
}
