

/* Extra large device */
@media screen and (min-width: 1550px) {
    .container {
        max-width: 1533px;
    }
}

/************* HEADER -> THONG BAO ***************/
#thongbao-container {
    height: 100%;
    border: 1px solid #d1d1d1;
}

#thongbao-container .thongbao-title {
    background: #f42f24;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
#thongbao-container .thongbao-title a {
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 14px;
}
#thongbao-container .thongbao-title a:hover {
    text-decoration: none;
}

#thongbao {
    overflow-y: hidden;
    padding: 0;
}

#thongbao span.date {
    color: #a8a8a8;
}

#thongbao > li {
    /* border: 1px solid #cc99c2;
    margin: 10px; */
    padding: 7px 15px;
    text-align: justify;
    list-style-type: none;
}

/* Extra large device */
@media screen and (max-width: 1200px) {
    #thongbao {
        height: 226px;
    }
}
/* Large device */
@media screen and (max-width: 992px) {
    #thongbao {
        height: 154px;
    }
}
/* Medium device */
@media screen and (max-width: 768px) {
    #thongbao {
        height: 260px;
    }
}
#tracuu_button {
    display: none;
}

/************* HEADER -> SLIDER ***************/
#slider1_container {
    visibility: hidden;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

/* jssor slider loading skin spin css */
.jssorl-spin img {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    animation-name: jssorl-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#slider1_container .slide-show {
    position: absolute;
    overflow: hidden;
    left: 0; top: 0;
    width: 736px; height: 459px;
}

#slider1_container .thumb-navigator .ti {
    display: block;
    height: 100%;
    overflow: hidden;
    text-align: justify;
    width: calc(100% - 90px);
}

#slider1_container .thumb-navigator {
    position: absolute;
    right: 0; top: 0;
    width: 248px; height: 330px;
    overflow: hidden;
    cursor: pointer;
}
#slider1_container .thumb-navigator .p {
    width: 248px;
    height: 64px;
    opacity: 1; /* Override opacity in jssor.css */
}

.thumb-navigator .p .t {
    position:absolute;
    padding:5px 10px 10px 5px;
    box-sizing:border-box;
    top:0;left:0;
    width:100%;height:100%;
    overflow:hidden;
    line-height: 18px !important;
}
.thumb-navigator .p .i {
    margin-right:10px;
    position:relative;
    top:0;left:0;
    width:80px;height:64px;
    border:none;float:left;
}

/* Show Category Name */
#slider1_container a.cat-caption {
    top: 0;
    height: auto;
    opacity: 0.1;
    position: absolute;
    transition: 0.3s ease-out;
    padding: 5px;
}
#slider1_container div.slide-show:hover a.cat-caption {
    opacity: 1;
    transition: 0.3s ease-in;
}
#slider1_container a.cat-caption span {
    font-size: 13px;
}

/* Show Caption in slide */
#slider1_container a.caption {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    z-index: 0;
    font-size: 22px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    min-height: 40px;
    padding: 10px;
    text-align: justify;
}
#slider1_container a.caption:hover {
    color: #00d3ff;
}

/* Replace icon for post-list-1 */
.square {
    float: left;
    width: 5px;
    height: 5px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.blue {
    background: #13b4ff;
}

.purple {
    background: #ab3fdd;
}

.wine {
    background: #ae163e;
}

.slide-show a.caption {
    width: 100%;
    min-height: 40px;
}
