html, body {
    min-height: 100%;
}
.m-super-container {

}
.m-super-container-article.detail-article {
    padding-top: 35px;
    margin-bottom: 3rem;
}
.m-container {
    max-width: 1150px;
}
.m-footer-super-container {
    background: white;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.m-super-container-article{
    margin-bottom: 50px;
}
.m-footer-container {
    max-width: 1150px;
    text-align: center;
    display: inline-block;
}
.main-logo {
    text-decoration: none;
}
.logo {
    width: 45%;
}
.main-blog {
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    bottom: -12px;
    margin-left: 5px;
}
.sub-title {
    outline: none !important;
    color: black;
    font-size: 25px;
    font-weight: 600;
}
.input-group-container {
    width: 100%;
    max-width: 400px;
    display: inline-block;
}
.input-group-container .btn-search{
    border: 1px solid #ebedf2;
    background: #ebedf2;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.nav-blog {
    
}
.nav-blog a{
    text-decoration: none;
    color: black;
    margin-right: 10px;
    font-weight: 500;
    font-size: 14px;
}
.nav-blog a:hover {
    color: #00b1b8;
}
.follow-container {
    color: black;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
}
.media-social-list-blog .media-social-list {
    margin-top: 5px;
    text-align: right;
}
.media-social-list-blog .media-social-list a.media-social-item {
    width: 33px;
    display: inline-block;
    margin-left: 10px;
}
.media-social-list-blog .media-social-list a.media-social-item img {
    width: 100%;
}
.item-article {
}
.item-container-article {
    border: 0px;
    -webkit-box-shadow: 3px 3px 10px 1px rgba(12, 0, 46, 0.15);
    box-shadow: 3px 3px 10px 1px rgba(12, 0, 46, 0.15);
    min-height: 180px;
    border-radius: 7px;
}
.content-article {
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.img-article {
    width: 100%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    height: 100%;
    background-size: cover;
    background-position-y: initial;
    background-position-x: center;
    background-repeat: no-repeat;
}
.title-article {
    font-weight: 600;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.author-article {
    font-weight: 500;
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.date-article {
    font-weight: 500;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.m-footer-container a {
    color: rgba(10, 10, 10, 0.6);
    text-decoration: none;
}
.m-footer-container a:hover {
    color: rgb(0, 0, 0);
}
.footer-text, .footer-link {
    padding: 2px 5px;
    font-size: 1.1em;
    font-weight: 600;
    color: rgba(10, 10, 10, 0.6);
}
.footer-spacer {
    font-size: 1.1em;
    font-weight: 600;
}

.detail-article .title-article {
    font-weight: 600;
    overflow: auto;
    text-overflow: unset;
    -webkit-line-clamp: unset;
}
.content-detail-article {
    font-size: 14px;
    font-weight: 400;
}
.detail-article .author-detail-article {
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}
.detail-article .date-detail-article {
    font-weight: 400;
    position: relative;
}
.detail-article .img-detail-article {
    width: 100%;
}
.video-detail-container {
    position: relative;
    padding-bottom: 47%;
    /* padding-top: 30px;  */
    height: 0; overflow: hidden;
    background: #e4dede;
}
.video-detail-container iframe,
.video-detail-container object,
.video-detail-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
span.footer-text {
    display: inline-block;
    margin-top: 9px;
}
.info-detail-article-container {
    display: flex;
    min-height: 100%;
    align-items: center;
}
.media-social-container {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.media-social-list-blog a.media-social-item {
    width: 30px;
    display: inline-block;
    margin-left: 15px;;
}
.media-social-list-blog  a.media-social-item img {
    width: 100%;
    border-radius: 100%;
}
.title-new-article {
    font-weight: 600;
}
.title-new-article-item {
    font-size: 15px;
    font-weight: 600;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-new-article {
    border: 1px solid #c7b7b7;
    border-radius: 5px;
}
.item-new-article{
    width: 100%;
    margin-top: 25px;
    display: inline-block;
}
.item-new-article .row{
    min-height: 90px;
}
div.img-article-new {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-position-y: initial;
    background-position-x: center;
    background-repeat: no-repeat;
}
.date-new-article {
    position: absolute;
    bottom: 0px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item-container-article-skelton .img-article{
    background: #e4dede;
}
.item-container-article-skelton .title-article{
    background: #e4dede;
    height: 40px;
}
.item-container-article-skelton .content-article{
    background: #e4dede;
    height: 75px;
    margin-bottom: 20px;
}
.item-container-article-skelton .author-article {
    background: #e4dede;
    height: 20px;
    width: 110px;
}
.item-container-article-skelton .date-article{
    background: #e4dede;
    height: 20px;
    width: 110px;
}
.item-new-article.item-container-article-skelton {
    width: 100%;;
}
.item-container-article-skelton .img-article-new {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #e4dede;
}
.item-container-article-skelton  .title-new-article-item {
    height: 23px;
    background: #e4dede;
}
.item-container-article-skelton  .date-new-article-item {
    height: 23px;
    background: #e4dede;
}
.item-container-article-skelton  .date-new-article {
    height: 20px;
    background: #e4dede;
    width: 110px;
}

/* slider-blog */
.list-blog-swiper-container {
    position: relative;
    overflow-x: hidden;
}
.list-blog-swiper-container .link-banner {
    text-decoration: none;
    text-color: black;
}
.list-blog-swiper-container .img-banner {
    width: 100%;
}
.list-blog {
    width: 100%;
    /* max-width: 1020px; */
    display: inline-block;
    text-align: left;
}
.list-blog::after{
    content: '';
    clear: both;
    float: none;
}
.item-blog {
    float: left;
}
.item-blog .link-blog-item {
    text-decoration: none;
    color: black;
}
.item-blog-super-container {
    /* padding: 0px 20px 30px; */
}
#carousel-article .carousel-inner {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-box-shadow: 3px 3px 10px 1px rgba(12,0,46,0.15);
    box-shadow: 3px 3px 10px 1px rgba(12,0,46,0.15);
}
.item-blog-container {
    border: 0px;
    position: relative;
    /* min-height: 440px; */
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 10px 1px rgba(12,0,46,0.15);
    box-shadow: 3px 3px 10px 1px rgba(12,0,46,0.15);
}
img.img-blog {
    /* width: 100%;
    max-height: 297px; */
}
.item-blog-content {
    padding: 10px 20px 20px;
    min-height: 100px;
}
.item-blog-title {
    font-size: 18px;
    word-break: break-word;
}
.item-blog-author {
    font-size: 14px;
    position: absolute;
    bottom: 11px;
}
.item-blog-date {
    font-size: 14px;
    position: absolute;
    bottom: 11px;
    right: 15px;
}
.video-blog-container,
.image-blog-container {
    position: relative;
    /* padding-bottom: 47%; */
    /* padding-top: 30px;  */
    height: 0; overflow: hidden;
    background: #e4dede;
}
.item-blog-1 .video-blog-container,
.item-blog-1 .image-blog-container {
    padding-bottom: 100%;
}
.item-blog-2 .video-blog-container,
.item-blog-2 .image-blog-container {
    /* padding-bottom: 48%; */
    padding-bottom: 47.5%;
}
.item-blog-3 .video-blog-container,
.item-blog-3 .image-blog-container {
    padding-bottom: 32%;
}
.video-blog-container iframe,
.video-blog-container object,
.video-blog-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-blog-container .img-blog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.item-container-article-skelton .img-article:after,
.item-container-article-skelton .title-article:after,
.item-container-article-skelton .content-article:after,
.item-container-article-skelton .date-article:after,
.item-container-article-skelton .img-article-new:after, 
.item-container-article-skelton .title-new-article-item:after, 
.item-container-article-skelton .date-new-article-item:after, 
.item-container-article-skelton .date-new-article:after {
    animation: shine 1s ease-in-out  infinite;
    animation-fill-mode: forwards;  
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 3px;
    height: 100%;
    opacity: 0;
    
    background: rgba(255, 255, 255, 0.3);
}  

/* content-footer */
footer{
    background-color: white;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    -webkit-box-sizing: unset;
    box-sizing: unset;
}
footer img {
    vertical-align: baseline;
}
footer::before, footer::after {
    -webkit-box-sizing: unset;
    box-sizing: unset;
}
#content-footer{
    display: inline-block;
    margin-top: 40px;
    /* margin-bottom: 48px; */
    margin-bottom: 80px;
    width: 100%;
    max-width: 1175px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
#content-footer .logo-container{
    /* display: inline-block; */
    width: 30%;
    padding-left: 1%;
    float: left;
    -webkit-box-sizing: unset;
    box-sizing: unset;
}
#content-footer .logo-container>img{
    width: 90%;
}
#content-footer .logo-container>.description{
    font-size: 13px;
    margin-top: 6px;
}
#content-footer .media-social-list {
    margin-top: 16px;
    text-align: left;
}
#content-footer a.media-social-item {
    width: 33px;
    display: inline-block;
    margin-right: 5px;
}
#content-footer a.media-social-item img {
    width: 100%;
}
.footer-content-container {
    /* display: inline-block; */
    width: 48%;
    float: right;
    /* background: blue; */
}
.contact-container{
    float: right;
}
.link-container{
    float: left;
    margin-left: 23px;
}
.contact-container .title,
.link-container .title {
    font-weight: 700;
    font-size: 30px;
}
.contact-item{
    margin-top: 12px;
}
.contact-item img {
    width: 25px;
    margin-right: 10px;
    display: inline-block;
}
.contact-item span {
    width: 200px;
    font-size: 16px;
}
.contact-items:last-child .contact-item:last-child span{
    display: inline-block;
    font-size: 13px;
    font-style: italic;
}
.link-list {
    padding-top: 5px;
}
.link-item {
    font-size: 17px;
    margin-top: 15px;
}
.ssl-container {
    margin-top: 10px;
    position: relative;
}
.ssl-lbl {
    font-weight: 600;
    font-size: 16px;
}
img.ssl-img {
    width: 120px;
    position: absolute;
    left: -5px;
    top: 25px;
}

@keyframes shine{
    1% {
        opacity: 1;
        top: 0%;
        left: 5%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }
    100% {
      opacity: 0;
      top: 0%;
      left: 100%;
      transition-property: left, top, opacity;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .author-article {
        bottom: 30px;
    }
    .date-article {
        left: 15px;
    }
    .item-blog-author {
        bottom: 32px;
    }
    .item-blog-date {
        left: 18px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .m-super-container-article  .m-container:not(.m-container--fluid):not(.m-container--responsive) {
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }
    a.media-social-item {
        margin-left: 5px;
    }
    .item-container-article-skelton .date-new-article {
        width: 80px;
    }
}

@media only screen and (max-width: 767px)  {
    .m-super-container-article {
        margin-bottom: 50px;
    }
    .m-super-container-article.detail-article {
        margin-bottom: 3rem;
    }
    .detail-article>.m-container {
        background: white;
        padding-top: 20px;
        padding-bottom: 30px !important;
    }
    .main-logo {
        display: block;
    }
    .main-blog{
        bottom: 0px;
    }
    .main-logo img.logo {
        width: 75%;
    }
    .nav-blog {
        text-align: center;
    }
    .follow-container {
        margin-top: 15px;
        text-align: center;
    }
    .media-social-list-blog .media-social-list {
        margin-top: 10px;
        text-align: center;
    }
    .img-article-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    #article-container {
        margin: 0px;
    }
    .content-article-container {
        min-height: 190px;
    }
    .content-article {
        margin-bottom: 25px;
    }
    .img-article {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 7px;
    }
    .m-footer-container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .footer-text {
        display: inline-block;
        margin-top: 10px;
    }
    .item-container-article-skelton .img-article,
    .img-article {
        min-height: 240px;
    }
    .no-result {
        padding-left: 5%;
        padding-right: 5%;
    }

    /* detail */
    .detail-article .date-detail-article {
        top: 0px;
    }
    .info-detail-article-container {
        justify-content: center;
    }
    .info-detail-article-content {
        text-align: center;
    }
    .media-social-container {
        justify-content: center;
    }
    a.media-social-item {
        margin-right: 15px;
        margin-left: 0px;
    }
    .item-new-article {
        width: 100%;
    }
    .item-blog .video-blog-container, .item-blog .image-blog-container {
        padding-bottom: 100%;
    }
}

@media only screen and (max-width: 730px)  {
    /* content-footer */
    #content-footer .logo-container {
        display: block;
        padding-left: 0px;
        width: 100%;
        text-align: center;
    }
    #content-footer .media-social-list {
        text-align: center;
    }
    #content-footer .logo-container>img{
        /* width: 40%; */
        width: 60%;
    }
    #content-footer .logo-container>.description{
        width: 87%;
        /* font-size: 110%; */
        font-size: 13px;
        display: inline-block;
    }
    .footer-content-container {
        width: 100%;
        margin-top: 15px;
        float: none;
        display: inline-block;
    }
    .link-container{
        width: 37%;
        margin-left: 0px;
        margin-right: 1%;
        float: right;
    }
    .contact-container .title, .link-container .title {
        font-size: 150%;
    }
    .link-list {
        padding-top: 0px;
    }
    .link-items {
        width: 50%;
        float: left;
    }
    .link-item {
        font-size: 67%;
        margin-top: 11px;
    }
    .contact-container{
        width: 57%;
        margin-left: 2%;
        float: left;
    }
    .contact-items {
        float: left;
        width: 50%;
    }
    .contact-item {
        margin-top: 12px;
        position: relative;
        padding-left: 12px;
    }
    .contact-item img {
        display: inline-block;
        position: absolute;
        width: 9%;
        top: 2px;
        left: 0px;
        margin-right: 2px;
    }
    .contact-item span, .contact-items:last-child .contact-item:last-child span{
        font-size: 67%;
        word-break: break-word;
        display: block;
        width: 100%;
    }
    .footer-content-container:after {
        content: '';
        float: none;
        clear: both;
        display: block;
    }
    footer .image-container {
        margin-top: 17px;
    }
}

@media screen and (max-width: 730px) and (min-width: 475px) {
    /* content-footer */
    #content-footer .logo-container>img{
        width: 40%;
    }
    .contact-item img{
        width: 6%;
        left: -2%;
    }
    .link-item{
        font-size: 70%;
    }
    .contact-item span, .contact-items:last-child .contact-item:last-child span{
        font-size: 70%;
    }
}

@media only screen and (max-width: 500px)  {
    /* content-footer */
    img.ssl-img {
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 5px;
    }
}