.row {
	margin-left: -8px;
	margin-right: -8px;
}
.container,
[class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1280px;
	}
}

body {
	font-size: 0.9375rem;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}

a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #EB144C;
	text-decoration: none;
}
ul, ol {
	padding-left: 20px;
}
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
small,
.small {
	font-size: 90%;
	font-weight:bold;
}
.lead {
	font-size: 1.125rem;
}
.font-weight-big-bold {
	font-weight: 1000 !important;
}
a.text-body:hover,
a.text-body:focus {
	color: #EB144C !important;
}

.bg-light {
	background-color: #F0F2F5 !important;
}

.bg-cover {
	background-color: #CFD4DB;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.rounded-lg {
	border-radius: 0.5rem !important;
}

.svg-5 {
	width: 1.25rem;
	height: 1.25rem;
}
.svg-6 {
	width: 1rem;
	height: 1rem;
}

@media (max-width: 767px) {
	h1, .h1 {
		font-size: 1.625rem;
	}
	h2, .h2 {
		font-size: 1.5rem;
	}
	h3, .h3 {
		font-size: 1.375rem;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
	h5, .h5 {
		font-size: 1rem;
	}
}


.form-control::-webkit-input-placeholder {
	color: #898989;
}
.form-control::-moz-placeholder {
	color: #898989;
}
.form-control:-ms-input-placeholder {
	color: #898989;
}
.form-control:-moz-placeholder {
	color: #898989;
}

.form-control,
.custom-select,
.btn {
	border-radius: 0.375rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control,
.custom-select {
	background-color: #F0F2F5;
	border-color: #F0F2F5;
}
.form-control:focus,
.custom-select:focus,
.form-control:focus + .input-group-append .btn {
	background-color: #FFF;
	border-color: #dee2e6;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
}
.btn {
	font-weight: 600;
}
.btn-sm {
	font-size: 0.75rem;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: #EB144C;
	border-color: #EB144C;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #DA154A;
	border-color: #DA154A;
}
.btn-primary svg,
.btn-primary:not(:disabled):not(.disabled):active:focus svg {
	fill: #fff;
}

.btn-secondary svg,
.btn-secondary:not(:disabled):not(.disabled):active:focus svg {
	fill: #fff;
}

.btn-light,
.btn-light:not(:disabled):not(.disabled):active:focus {
	color: #212529;
	background-color: #F0F2F5;
	border-color: #F0F2F5;
}
.btn-light:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #EB144C;
	border-color: #EB144C;
}


.table th,
.table td {
	padding: 0.625rem;
}
.table th {
	font-size: 1rem;
	font-weight: 600;
}

.breadcrumb {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ' ';
	border-top: 2px solid #6c757d;
	border-right: 2px solid #6c757d;
	display: inline-block;
	vertical-align: middle;
	width: 0.5rem;
	height: 0.5rem;
	padding-right: 0;
	margin-top: -0.25rem;
	margin-right: 0.5rem;
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	.single .breadcrumb-item.active {
		display: none;
	}
}

@keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-ms-keyframes "spin" {
	from {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes "spin" {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.site {
	padding-top: 52px;
}

.site-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav .menu {
	display: flex;
}
.site-nav .menu > li {
	position: relative;
}
.site-nav .menu > li > a {
	font-size: 1rem;
	font-weight: bold;
	color: inherit;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	display: block;
	padding: 0.5rem 1.25rem;
}
.site-nav .menu > li:hover > a {
	color: inherit;
	background: #F2F2F2;
}
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-category-ancestor > a,
.site-nav .menu > li.current-post-ancestor > a {
	color: #EB144C;
	background-color: transparent;
	border-bottom-color: #EB144C;
}

.site-nav .sub-menu > li {
	position: relative;
}
.site-nav .sub-menu > li > a {
	color: inherit;
	display: block;
	padding: 0.5rem 1rem;
}
.site-nav .sub-menu > li:hover > a {
	color: #EB144C;
}

@media (max-width: 1199px) {
	.site-nav .menu > li > a {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}
@media (max-width: 991px) {
	.site-nav {
		background-color: #fff;
		overflow-y: auto;
		width: 17.5rem;
		position: fixed;
		left: -17.5rem;
		top: 0;
		bottom: 0;
		transition: all 0.3s ease 0s;
		z-index: 1002;
	}
	body.open-site-nav .site-nav {
		left: 0;
	}
	.site-overlay {
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
	}
	.site-nav .menu {
		display: block;
	}
	.site-nav .menu > li {
		border-bottom: 1px solid #dee2e6;
		padding: 0.75rem 2.5rem 0.75rem 0.75rem;
		margin-left: 0;
	}
	.site-nav .menu > li + li {
		margin-left: 0;
	}
	.site-nav .menu > li > a {
		display: inline;
		padding: 0;
	}

}

.archive-post:hover,
.aside-cat:hover {
	border-color: #EB144C !important;
}

.cloud-tags a {
	color: inherit;
	background-color: #e4e4e4;
	border-radius: 50rem;
	display: block;
	padding: 0.5rem 1rem;
	margin: 0 1rem 1.5rem;
}
.cloud-tags a:hover,
.cloud-tags a:focus {
	color: inherit;
	background-color: #c4c4c4;
}


.entry-content {
	text-align: justify;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.term-description h1, .term-description h2, .term-description h3, .term-description h4, .term-description h5, .term-description h6 {
	font-size: 1.375rem;
	text-align: center;
	margin-bottom: 1rem;
}
.entry-content table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1rem;
	width: 100%;
	max-width: 100%;
}
.entry-content table th,
.entry-content table td {
	border-top: 1px solid #dee2e6;
	padding: 0.75rem;
}
.entry-content table th {
	font-weight: 600;
	text-transform: uppercase
}
.entry-content table thead th {
	border-bottom: 2px solid #dee2e6;
	padding: 0.75rem;
}


.entry-content blockquote {
	box-shadow: inset 0 0 0 0 #e2e4e7;
	border-left: 0.25rem solid #000;
	padding-left: 1rem;
}

.list-shares a {
	color: #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.25rem;
	height: 2.25rem;
}
.list-shares a:hover {
	opacity: 0.8;
}

.site-footer .menu {
	margin-left: 2.25rem;
}
.site-footer .menu li {
	margin-right: 1.5rem;
}
.site-footer .menu li a {
	color: inherit;
}
.site-footer .menu li a:hover {
	color: #EB144C;
}
.site-footer .socials a {
	color: inherit;
	background-color: #F0F2F5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
}
.site-footer .socials a:hover {
	background-color: #E2E6EA;
}
.site-footer .socials a svg {
	fill: #212529;
	transition: all 0.3s ease 0s;
}
.site-footer .socials a:hover svg {
	fill: #212529;
}
.site-footer .socials a + a {
	margin-left: 0.5rem;
}

.right-list{
	position: sticky;
	top: 50px;
	max-height: 750px;
}

.right-item img{
	width: 100%;
	aspect-ratio: 4 / 2.25;
	border-radius: 5px;
}

.right-item p{
	margin:0;
}

@media screen and (max-width: 576px) {
	.form-search{
		margin-left:1rem;
	}
}

.text-center{
	text-align:center;
}

.display-flex{
	display:flex;
}

.menu-btn{

}

.logo-icon{
	width:120px;
	height:40px;
	margin: .3rem 0;
}

.width-100{
	width:100%;
}

.mw-300{
	max-width:300px;
}

.col-small img {
	border-radius: 0.375rem;
	max-width: 276px;
}

@media only screen and (max-width: 800px) {
	.col-small img {
		max-height: 300px;
		width: 100%;
	}
}

.last-item-info{
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.last-item-info h3{
	font-size: 0.875rem;
}

.type-item-info{
	padding: 0.5rem;
}

.type-item-icon{
	width: 3.75rem
}

.type-item-text h3{
	margin-bottom: 2px;
}

.breadcrumb-item{
	font-weight:bold;
}

#back-to-top {
	position: fixed;
	right: 2rem;
	bottom: 3rem;
	height: 42px;
	width: 42px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	padding: 0;
	background: #fff;
	border: none;
}

.detail-content{
	max-width:920px;
	margin: auto;
}

.detail-icon{
	width: 9rem;
}



@media screen and (max-width: 568px) {
	.detail-icon{
		width: 4.5rem!important;
	}

	.detail-preview{
		display:block!important;
	}
}

@media screen and (min-width: 568px) {
	.detail-preview{
		display:none!important;
	}
}

.desc_btn{
	border: solid 1px #EB144C;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 8px;
	background: #EB144C;
	font-size: 1rem;
	margin-top: 1rem;
	margin-bottom:.5rem;
}

#description_view {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.desc_btn {
		display: none !important;
	}

	#description_view {
		-webkit-line-clamp: 100!important;
	}
}

@media screen and (max-width: 768px) {
	.desc_btn {
		display: block;
	}
}

.type-item-text{
	min-width: 0;
}