ul.breadcrumb {
	padding: 5px 0px;
	list-style: none;
}

ul.breadcrumb li {
	display: inline;
	font-size: 16px;
}

ul.breadcrumb li+li:before {
	padding: 8px 2px;
	color: black;

	content: "/\00a0";
}

ul.breadcrumb li a {
	color: #555;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

.list_tintuc {
	margin-top: 20px;
}

ul.breadcrumb li a:hover {
	color: #ff312e;
	text-decoration: underline;
}



.content-page,
.noi_dung_in,
.desc2 {
	/* text-align: justify; */
	line-height: 1.4;
}

.content-page h1,
.noi_dung_in h1,
.desc2 h1 {
	font-size: 28px;
}

.content-page h2,
.noi_dung_in h2,
.desc2 h2 {
	font-size: 24px;
}

.content-page h3,
.noi_dung_in h3,
.desc2 h3 {
	font-size: 22px;
}

.content-page h4,
.noi_dung_in h4,
.desc2 h4 {
	font-size: 20px;
}

.content-page h5,
.noi_dung_in h5,
.desc2 h5 {
	font-size: 18px;
}

.content-page h6,
.noi_dung_in h6,
.desc2 h6 {
	font-size: 17px;
}

.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6,
.noi_dung_in h1,
.noi_dung_in h2,
.noi_dung_in h3,
.noi_dung_in h4,
.noi_dung_in h5,
.noi_dung_in h6,
.desc2 h1,
.desc2 h2,
.desc2 h3,
.desc2 h4,
.desc2 h5,
.desc2 h6 {
	font-weight: 700;
}

.content-page h1:not(:last-child),
.content-page h2:not(:last-child),
.content-page h3:not(:last-child),
.content-page h4:not(:last-child),
.content-page h5:not(:last-child),
.content-page h6:not(:last-child),
.noi_dung_in h1:not(:last-child),
.noi_dung_in h2:not(:last-child),
.noi_dung_in h3:not(:last-child),
.noi_dung_in h4:not(:last-child),
.noi_dung_in h5:not(:last-child),
.noi_dung_in h6:not(:last-child),
.desc2 h1:not(:last-child),
.desc2 h2:not(:last-child),
.desc2 h3:not(:last-child),
.desc2 h4:not(:last-child),
.desc2 h5:not(:last-child),
.desc2 h6:not(:last-child) {
	margin-bottom: 15px;
}

.common-box table tr td {
    padding: 0px 10px;
}
.content-page ol,
.noi_dung_in ol,
.desc2 ul,
.desc2 ol {
	margin-left: 18px;
}

.content-page ol li,
.noi_dung_in ol li,
.desc2 ol li {
	list-style: decimal;
	position: relative;
}

.content-page ul li,
.noi_dung_in ul li,
.desc2 ul li {
	list-style: disc;
}

.content-page ul:not(:last-child),
.content-page ol:not(:last-child),
.content-page li:not(:last-child),
.content-page div:not(:last-child),
.content-page p:not(:last-child),
.noi_dung_in ul:not(:last-child),
.noi_dung_in ol:not(:last-child),
.noi_dung_in li:not(:last-child),
.noi_dung_in div:not(:last-child),
.noi_dung_in p:not(:last-child),
.desc2 ul:not(:last-child),
.desc2 ol:not(:last-child),
.desc2 li:not(:last-child),
.desc2 div:not(:last-child),
.desc2 p:not(:last-child) {
	margin-bottom: 10px;
}

.content-page p:last-child,
.noi_dung_in p:last-child,
.desc2 p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.content-page table,
.noi_dung_in table,
.desc2 table {
	width: 100%;
	margin-bottom: 15px;
}

.content-page table:last-child,
.content-page table tr:last-child,
.content-page table tr td:last-child,
.content-page table tbody:last-child,
.noi_dung_in table:last-child,
.noi_dung_in table tr:last-child,
.noi_dung_in table tr td:last-child,
.noi_dung_in table tbody:last-child,
.desc2 table:last-child,
.desc2 table tr:last-child,
.desc2 table tr td:last-child,
.desc2 table tbody:last-child {
	margin-bottom: 0;
}

@media (max-width: 992px) {

	.content-page:not(.table-sp) table,
	.content-page:not(.table-sp) table tr,
	.content-page:not(.table-sp) table tr td,
	.content-page:not(.table-sp) table tbody,
	.noi_dung_in table,
	.noi_dung_in table tr,
	.noi_dung_in table tr td,
	.noi_dung_in table tbody,
	.desc2 table,
	.desc2 table tr,
	.desc2 table tr td,
	.desc2 table tbody {
		display: block;
		width: 100% !important;
		padding: 0 !important;
	}

	.content-page:not(.table-sp) table:not(:last-child),
	.content-page:not(.table-sp) table tr:not(:last-child),
	.content-page:not(.table-sp) table tr td:not(:last-child),
	.content-page:not(.table-sp) table tbody:not(:last-child),
	.noi_dung_in table:not(:last-child),
	.noi_dung_in table tr:not(:last-child),
	.noi_dung_in table tr td:not(:last-child),
	.noi_dung_in table tbody:not(:last-child),
	.desc2 table:not(:last-child),
	.desc2 table tr:not(:last-child),
	.desc2 table tr td:not(:last-child),
	.desc2 table tbody:not(:last-child) {
		margin-bottom: 10px;
	}
}

.content-page:not(.table-sp) table tr td,
.noi_dung_in table tr td,
.desc2 table tr td {
	margin-bottom: 0;
}

.content-page #toc-list li,
.noi_dung_in #toc-list li,
.desc2 #toc-list li {
	list-style: none;
}

.content-page img,
.noi_dung_in img,
.desc2 img {
	max-width: 100%;
	display: inline-block;
}

.btn:focus,
.btn:focus-visible,
button:focus,
button:focus-visible,
a:focus,
a:focus-visible {
	outline: none;
}

.btn:active,
button:active,
a:active {
	outline: none;
}

.btn:active:focus,
button:active:focus,
a:active:focus {
	outline: none;
}

input:focus-visible,
input:focus,
textarea:focus-visible,
textarea:focus {
	outline: none;
}

/*  */
.main-page {
	padding: 50px 0 10px;
	/* background: linear-gradient(115deg, #aceaff, #f8f8fa, #aceaff); */
}

.sec-common {}

.sidebar .c-title:not(:last-child) {
	margin-bottom: 10px;
}

.common-box {
	background: white;
	padding: 20px;
	border-radius: 20px;
}

.common-box>.row {
	gap: 30px 0;
}

.tomtatnd .header-right-tomtat svg {
	transition: all .3s ease-in-out;
}

.tomtatnd.active-scroll .header-right-tomtat svg {
	transform: rotate(90deg);
}


.box-nav-navigate {
    padding: 20px;
}

.box-nav-navigate .pagination>li>a, .pagination>li>span {
    float: unset;
}

.box-nav-navigate .pagination {
    display: flex;
    justify-content: center;
}
.common-box ul li {
    list-style: disc !important;
    margin-left: 20px;
}
.content-tour-detail ul li {
    list-style: disc !important;
    margin-left: 20px;
}
p.desc-requi {
    padding-top: 10px;
    font-size: 15px;
    font-style: italic;
    color: #f00;
}

    blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #db2728;
}
.swal2-title {
    font-size: 23px !important;
}
 figure.article-two__img-child img {
    width: 100%;
}
.box-ghidanh .form-group input {
    height: 44px;
}

.box-ghidanh .form-section select {
    height: 44px;
}
.thuvienha .column img {
    height: 250px;
    width: 100%;
}
.common-box p {
    padding-bottom: 10px;
}
ul.pagination li {
    list-style: none !important;
    margin-left: 0px !important;
}
.common-box img {
    /* width: unset; */
}
.pagination>li>a, .pagination>li>span {
    float: unset;
}

ul.pagination {
    display: flex;
    margin-top: 5px;
    justify-content: center;
}
@media(max-width:1200px) {
	.box-products-list-main {
		padding: 2rem 0px 9rem;
	}
}

@media(max-width:990px) {
	.aboutus-link {
    width: 100%;
}

.aboutus-link ul {
    width: 100%;
}
	a.video-item.p-relative img {
    height: 100%;
    border-radius: 10px;
    width: 100%;
}
	.common-box{
		padding: unset !important;
	}
	.common-box{
		padding: unset;
	}
	.main-page{
		padding: 20px 0 10px;
	}
	.common-box tbody tr td {
    width: 100% !important;
    display: block !important;
}
	.aboutus {
    padding-top: 23px;
}
	.box-ghidanh .info-label {
    font-size: 20px;
}
	.heading-title .count {
		display: none;
	}

	.content-page:not(.table-sp) table tr td {
		width: 100% !important;
		display: block;
	}

	.ct-left.ct-right form {
		width: 100%;
	}

	.contact-temp-body {
		padding: unset;
	}

	.link-contact__icon img {
		width: 75px;
	}

	.sec-common {
		padding: 30px 0;
	}
}
