.title-new {
	color: var(--color-main);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	margin-top: 10px;
}
.item-body {
	box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.18);
	background-color: #fff;
	padding: 22px 25px 39px;
}
.read-more {
	margin: 0;
	color: var(--color-main);
	font-weight: 500;
}
.item-link {
	text-decoration: none;
	color: black;
	margin: 15px 0;
}
.item-date {
	color: #939393;
}
.line {
	width: 47px;
	height: 3px;
	background-color: var(--color-main);
	margin: 7px 0 10px 0;
}

/* widget */
.or {
	width: 100%;
	margin: 10px 0;
	color: #7a7d8d;
	text-align: center;
	line-height: 1.1;
	height: 20px;
}

.supportTitle3 {
	text-align: center;
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	font-weight: normal;
}

.phoneNumber {
	width: 100%;
	margin-top: 10px;
	display: block;
	text-align: center;
	line-height: 1.1;
}

.ant_onlineSupport .phoneNumber a {
	font-size: 25px;
	font-weight: 600;
	color: var(--color-main);
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

.phoneNumber a i {
	animation: loopcolor 1s infinite;
}

i.fa {
	padding-right: 3px;
}

@keyframes loopcolor {
	50% {
		color: var(--color-second);
	}

	100% {
		color: var(--color-main);
	}
}

.widget-custom {
	box-shadow: 0 0 10px #ddd;
	border-radius: 0 0 5px 5px;
	margin-bottom: 1.5em;
	margin-top: 16px;
}

.widget-text {
	padding: 10px;
	box-shadow: 0 0 10px #ddd;
	border-radius: 0 0 5px 5px;
}

.widget-title span {
	display: block;
	width: 100%;
	background: var(--color-main);
	padding: 12px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.chatzalo {
	padding-top: 10px;
}

.chatzalo a {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	background: #0092ff;
	border-radius: 5px;
	padding: 3px;
}

.widget-list-new {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.widget-images-new img {
	width: 100px;
	height: 80px;
	padding-right: 10px;
}

.widget-title-new p {
	font-size: 14px;
}
.line-items-blog {
	color: black;
	text-decoration: none;
}
.widget-title-new i {
	margin-right: 10px;
}
/* responsive */
@media screen and (min-width: 344px) {
	.navbar-nav,
	.button-hotline {
		display: none;
	}
	.toggle_menu {
		display: block !important;
	}
}
@media screen and (min-width: 768px) {
	.navbar-nav {
		display: block;
	}
	.toggle_menu {
		display: none !important;
	}
	.navbar-nav {
		display: flex;
		flex-direction: row;
	}
	.menu a {
		padding: 8px 16px !important;
	}
}
@media screen and (min-width: 1024px) {
	.button-hotline {
		display: block;
	}
}
@media screen and (min-width: 1280px) {
	.menu a {
		padding: 8px 40px !important;
	}
}
