p {
	margin-bottom:5px;
}
.box-blog-post .is-divider{
	display:none;
}
.box-image {
	border-radius:10px;
}
/* homepage */

/* footer */
.absolute-footer {
	display:none;
}

/* .widget */
.widget .is-divider,.entry-divider,.post_comments{
	display:none;
}

/* paginate */
.nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    width: 40px;
    aspect-ratio: 1;
    font-size: 20px;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover{
    color: #F36E21;
    /* background-image: url(/wp-content/uploads/2025/04/Vector.png); */
    background-repeat: no-repeat;
    background-position: center;
}

.nav-left,
.nav-right{
	justify-content:space-between;
}
.text-shadow p {
	text-shadow: 0px 0px 6px rgba(154, 255, 65, 1);
}
.text-shadow-2 > * {
	text-shadow: 0px 0px 20px #FF1FFB;
}
.bg-text-gradient {
	padding:10px 0;
	background: linear-gradient(
	  to right,
	  rgba(94, 38, 173, 0) 0%,
	  rgba(94, 38, 173, 1) 16%,
	  rgba(94, 38, 173, 1) 86%,
	  rgba(94, 38, 173, 0) 100%
	);
}
.bg-pink .col-inner{
	background-image:url(https://cc.hvcg.vn/wp-content/uploads/2025/08/Asset-1@4x-3.png);
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	margin-bottom:0;
}
.accordion_title {
	text-align:center;
	padding:20px;
	border-radius:10px;
	 background: radial-gradient(
    circle,
    #D7EDD3 0,                     /* Tâm: xanh lá nhạt */
    rgba(128, 255, 247, 0.56) 100%,  /* Vòng giữa: cyan nhạt trong suốt */
    #F2F2F2 100%                    /* Ngoài cùng: xám trắng */
  );
}
.accordion .toggle {
	right:0;
	left:auto;
}
.accordion .accordion-title{
	border: 1px solid #C9C9C9;
	border-radius:10px;
	margin-bottom:10px;
}
.is-divider-right {
	background: linear-gradient(to right, rgba(255, 215, 0, 0) 0%, rgba(255, 215, 0, 1) 100%);

}
.is-divider-left .col-inner {
	background: linear-gradient(to left, rgba(255, 215, 0, 0) 0%, rgba(255, 215, 0, 1) 100%);
}
.bg-gradient .col-inner{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #A2D7AD 100%);
}
.bg-white {
	background-color:#ffffff !important;
}
.bg-rounded {
	border-radius:10px;
	overflow:hidden;
}
.btn-yellow,.btn-yellow:hover{
	box-shadow:none !important;
	color:#000000 !important;
	background-color:#FAE1A7 !important;
}
.header:after {
    content: '';
    position: absolute;
    width: 100vw;
    top: 100%;
    left: 0;
    background-image: url(/wp-content/uploads/2025/08/Union-1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 50px;
    background-size: cover;
}
@media screen and (max-width: 500px) {
	.header:after {
		display:none;
	}
}
.list-icon-check ul {
  list-style-image: url('/wp-content/uploads/2025/08/Vector.png'); /* Đường dẫn icon */
}
.wpcf7-form > * {
	font-size:1.2rem;
}