html,
body {

}

@media (max-width: 768px) {
    html {
        font-size: 15px; /* Tablet */
    }
}

@media (max-width: 480px) {
    html {
        font-size: 14px; /* Ði?n tho?i */
    }
}

tr,td {
	border: 1px solid;
}


.active-tab {
    background-color: #ff3131;
    color: #fff;
}

.swiper-slide:not(.swiper-slide-active) {

    opacity: 0.3;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.opacityz-50 {
    opacity: 0.5;
}

.opacityz {
    opacity: 1;
}

.zoom-in-out-box {
    -webkit-animation: zoom-in-zoom-out 1s ease infinite;
    animation: zoom-in-zoom-out 1s ease infinite;
}

@-webkit-keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.link-pc:not(:nth-child(0)) {
    background: url(../images/link-btn.png) no-repeat center center;
    background-size: 100% auto;
    width: 7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f1d7a6;
    font-size: 1.3rem;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.link-pc:not(:nth-child(0)):hover {
    background: url(../images/link-btn-active.png) no-repeat center center;
    background-size: 100% auto;
}

.link-pc.active {
    background: url(../images/link-btn-active.png) no-repeat center center;
    background-size: 100% auto;
    color: #f1d7a6;
}

.overlay-dark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    /* Làm t?i */
    backdrop-filter: blur(10px);
    /* Làm m? */
    z-index: 1;
}

.wrapper-fixed {
    width: 100%!important;
    max-width: 1920px!important;
    margin: 0 auto;
}

.main-content {
    position: relative;
    overflow: hidden;
}

.main-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    /* Tang chi?u cao lên g?p dôi ho?c hon */
    background-image: url('../images/maincontent-bg.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(50%);
    z-index: -1;
    will-change: transform;
    /* T?i uu hi?u su?t */
}

.inside-nav-wrap {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #838383;
    overflow: hidden;
}

.inside-nav-wrap ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}





.inside-nav-wrap ul li a {
    display: inline-block;
    color: #000;
    position: relative;
}


.news_list_wrap {
    position: relative;
    width: 100%;
    /*height: 1040px;*/
    margin: 0 auto;
}

.news_list_wrap li {
    position: relative;
    width: 100%;
    height: 70px;
    border-bottom: 1px dashed #838383;
}

.news_list_wrap li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.news_list_wrap .news_tag {
    float: left;
    border-radius: 22px;
    position: relative;
    padding: 0 4px;
}

.news_list_wrap .news_tag b {
    display: inline-block;
    padding: 0 5px;
    height: 70px;
    font: normal 20px / 70px "Kanit", serif;
    color: #000;
    text-align: center;
}

.news_list_wrap p {
    float: left;
    margin-left: 5px;
    height: 70px;
    font: normal 20px / 70px "Kanit", serif;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list_wrap .news_time {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #a59c89;
    font: normal 20px / 70px "Kanit", serif;
}

.inside-nav-wrap ul li a.on,
.inside-nav-wrap ul li a:hover {
    color: #990000;
    border-bottom: 5px solid #990000;
}


.news-bg-head {
    background: url(../images/head-bg.jpg) no-repeat center top #0e121d;
    background-size: 100% auto;
}

.wrap {
    position: relative;
    width: 25.6rem;
}

.news-bg-head .section-head {
    position: relative;
    height: 8.68rem;
}

.bread-box a {
    font-family: "fz";
    color: #fff;
}

.section-cont {
    width: 25.6rem;
    padding-bottom: 1.3rem;
    background: url(../images/bot-bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.news-title {
    width: 17.7rem;
    height: .8rem;
    margin-left: 4.7rem;
    padding-left: 1.52rem;
    box-sizing: border-box;
    font-family: "fz";
    font-size: .66rem;
    line-height: .66rem;
    color: #fff;
    background: url(../images/news-title-bg.png) left top no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

.article-box {
    width: 12.75rem;
    margin-left: 6.34rem;
    padding: .9rem 0 0;
}

.time-tag {
    height: .28rem;
    font-family: "fz";
    font-size: .24rem;
    overflow: hidden;
}

.article,
.article p,
.article span {
    white-space: normal !important;
    word-wrap: break-word;
}

.article,
.article p {
    font-size: .24rem;
    line-height: .48rem;
    color: #bdbdbd;
}

.article {
    padding-top: .46rem;
}



.fade-in {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.news-link {
	border-bottom: 1px dashed #494739;
}

@media only screen and (max-width: 768px) {
	.mgtop-content {
		margin-top: 70px;
	
	}
	
	.news_list_wrap {
    position: relative;
    width: 100%;
    /*height: 1040px;*/
    margin: 0 auto;
}

.news_list_wrap li {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed #838383;
}

.news_list_wrap li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.news_list_wrap .news_tag {
    float: left;
    border-radius: 22px;
    position: relative;
    padding: 0 4px;
}
	
	.news_list_wrap .news_tag b {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    height: 40px;
    font: normal 14px / 40px "Kanit", serif;
    color: #000;
    text-align: center;
}
.news_list_wrap p {
    float: left;
    margin-left: 5px;
    height: 40px;
    font: normal 14px / 40px "Kanit", serif;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list_wrap .news_time {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #a59c89;
    font: normal 14px / 40px "Kanit", serif;
}
}

.border-b-0 {
    border-bottom: 0 !important;
}

@keyframes soft-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.soft-blink {
    animation: soft-blink 1.5s ease-in-out infinite;
}

@keyframes glow-pulse {
    0%, 100% {
        background-color: rgba(255, 215, 0, 0.8);
        box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    }
    50% {
        background-color: rgba(255, 215, 0, 0.4);
        box-shadow: 0 0 4px rgba(255, 215, 0, 0.2);
    }
}
.glow-pulse {
    animation: glow-pulse 2s ease-in-out infinite;
}

.text-cream {
    color: #f1d7a6;
}

@keyframes scale-up-down {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

