* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    background-color: #fff;
}

#linkasia{
    min-width: 375px;
}

#linkasia.red-line{
    position: relative;
}

/* #linkasia.red-line::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: red;
    left: 50%;
    margin-left: -1px;
    top: 0;
    z-index: 9999;
} */

.clear-both {
    clear: both;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.la-contener {
    width: 1300px;
    margin: 0 auto;
}

.title h4 {
    font-size: 32px;
    font-weight: 700;
    color: #1A7BA5;
    margin: 0 auto;
}

.title p.pre-title {
    font-size: 20px;
    font-weight: 500;
    color: #1A7BA5;
    margin: 0 auto;
    position: relative;
}

.title p.pre-title::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 1px;
    background-color: #1A7BA5;
    top: 50%;
}

.mobile {
    display: none;
}

#blackmark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #333333BD;
    z-index: 9999990;
    display: none;
    height: 100vh;
}

/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 12px;
	bottom: 12px;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 30px;
	background: #3a424d url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 18px 18px;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #0b36a8;
}

/* Vương thêm */
/* tablets more than 768px */
@media (max-width: 991.98px) {  
.column-title-mobile span.current-page {
    font-weight: 700;
    color: #1A7BA5;
}

.column-title-mobile span.total-pages {
    color: #8B8B8B;
    margin-right: 10px;
}

/* Vương thêm */
/* tablets more than 576px */
@media (max-width: 575.98px) {  
    .title p.pre-title {
        font-size: 16px;
    }
}