.c-ttl__01 {
	font-weight: 600;
	font-size: 40px;
	line-height: 1.1;
}

.c-ttl__01-lead {
	margin-bottom: 16px;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	font-size: 24px;
	color: #2660B5;
}

.c-ttl__01-lead img {
	width: 32px;
}

.c-ttl__01-text {
	display: block;
}

@media screen and (max-width: 767px) {
	.c-ttl__01 {
		font-size: 24px;
	}

	.c-ttl__01-text {
		display: block;
		line-height: 1.3;
	}

	.c-ttl__01-lead {
		font-size: 18px;
	}
}

/* form-control */
.form-control {
	border-radius: 30px;
	border: 1px solid #DFE0E4;
	background: rgba(19, 47, 89, 0.03);
	width: 100%;
	height: 50px;
	padding: 12px 24px;
	resize: none;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.form-control--textarea {
	height: 150px;
}

.require {
	color: red;
	font-weight: 700;
	margin-left: 2px;
}

/* btn */
.c-btn-01 {
	color: #2660B5;
	background: transparent;
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 32px;
	text-transform: capitalize;
	border: 1px solid #2660B5;
	font-size: 16px;
	border-radius: 32px;
	font-weight: 600;
	line-height: 1.2;
	min-width: -moz-max-content;
	min-width: max-content;
	transition: all 0.35s ease-in-out;
	position: relative;
	z-index: 1;
	gap: 5px;
}

.c-btn-01--blue {
	background: #2660B5;
	color: white;
}

.c-btn-01--icon svg {
	width: 20px;
	height: 18px;
	stroke: currentColor;
	color: inherit;
}

.c-btn-01::after {
	content: "";
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: white;
	z-index: -1;
	transform: scale(0);
	transition: all 0.35s ease-in-out;
}

.c-btn-01:hover {
	color: white;
}

.c-btn-01:hover:after {
	transform: scale(1);
	background: #2660B5;
}

.c-btn-01--blue:hover {
	color: #2660B5;
}

.c-btn-01--blue:hover:after {
	background: white;
}

/* sec-breadcrumb */
.sec-breadcrumb {
	position: relative;
	z-index: 1;
	min-height: 250px;
	overflow: hidden;
	padding: 160px 0 75px;
	color: white;
}


.sec-breadcrumb::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
	background: -o-linear-gradient(bottom, #000000, transparent);
	background: linear-gradient(0, #000000, transparent);
	background-size: 100% 70%;
	background-position: center bottom;
	background-repeat: no-repeat;
	opacity: .5;
	z-index: -2;
}

.sec-breadcrumb::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 280px;
	background: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
	background: -o-linear-gradient(top, black, transparent);
	background: linear-gradient(180deg, black, transparent);
	background-size: 100%;
	background-position: center top;
	z-index: -1;
}

.sec-breadcrumb__ttl {
	font-size: clamp(2rem, 6vw, 4rem);
	color: inherit;
	margin-bottom: 10px;
}

.breadcrumb-list {
	font-size: 18px;
}

.breadcrumb-list__item {
	display: inline;
}

.breadcrumb-list__item:not(:last-child)::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin: 0 5px;
	font-size: 10px;
	transform: translateY(-2px);
	display: inline-block;
}

.breadcrumb-list__item a {
	color: white;
}

.breadcrumb-list__item:last-child {
	color: var(--color-main)
}


@media screen and (max-width: 992px) {
	.sec-breadcrumb {
		min-height: 250px;
		overflow: hidden;
		padding: 150px 0 70px;
	}
}

/*  */
.broker-list:not(:last-child) {
	margin-bottom: 30px;
}

.broker-review {
	padding: 40px 24px 30px;
	box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
	border-radius: 12px;
	position: relative;
	background: white;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	grid-template-columns: calc(50% - 120px) 19.5% 15% 15.5%;
	align-items: center;
}

.broker-review:not(:last-child) {
	margin-bottom: 30px;
}

.broker-review__rank-badge {
	padding: 8px 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	background: #1F783E;
	position: absolute;
	left: 16px;
	top: -12px;
}

.broker-review__best-badge {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	background: #EB7A23;
	padding: 1px 40px;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 7% 50%, 0% 0%);
	clip-path: polygon(100% 0, 100% 100%, 0% 100%, 7% 50%, 0% 0%);
	position: absolute;
	top: 0;
	right: 0;
}

.broker-review__info {
	display: flex;
	align-items: center;
	gap: 30px;
	position: relative;
	padding-right: 40px;
	width: calc(50% - 120px);
}

.broker-review__info::after {
	content: "";
	height: 150px;
	width: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #DFE0E4;
}

.broker-review__logo {
	width: 120px;
	min-width: 120px;
	height: 120px;

}

.broker-review__logo img {
	border-radius: 8px;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.broker-review__section {}

.broker-review__name {
	color: #222E48;
	font-weight: 600;
	font-size: 32px;
}

.broker-review__description {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.broker-review__features {
	font-size: 14px;
	width: 19.5%;
}

.broker-review__features ul {}

.broker-review__features ul li {
	position: relative;
	padding-left: 20px;
}

.broker-review__features ul li:not(:last-child) {
	margin-bottom: 8px;
}

.broker-review__features ul li::before {
	content: "\2713";
	color: #2660B5;
	position: absolute;
	left: 0;
	font-weight: 700;
}

.broker-review__feature {
	gap: 10px;
	display: flex;
}

.broker-review__feature-icon {
	color: var(--color-main);
}

.broker-review__feature-icon svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
}

.broker-review__feature-icon svg path {
	stroke: currentColor;
}

.broker-review__view {
	border-radius: 8px;
	text-align: center;
	padding: 2.4rem 1.6rem;
	border: 1px solid #dee2e6;
	width: 15%;
}

.broker-review__rating {}

.broker-review__star {
	color: #EB7A23;
	font-size: 20px;
}

.broker-review__score {
	font-size: 20px;
	font-weight: 600;
}

.broker-review__reviews-count {}

.broker-review__actions {
	text-align: center;
	width: 15.5%;
}

.broker-review__link {
	font-weight: 600;
	color: var(--color-main3);
	font-size: 16px;
}

.broker-review__link svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	color: inherit;
}

.broker-review__disclaimer {}

.broker-review__btnvisit {
	display: flex;
	margin: 7px 0;
	padding: 10px;
	min-width: none;
	width: 100%;
}

@media screen and (max-width: 1440px) {
	.broker-review__name {
		font-size: 26px;
	}
}

@media screen and (max-width: 1200px) {
	.broker-review {
		justify-content: center;
	}

	.broker-review__info {
		width: calc(70% - 40px);
	}

	.broker-review__features {
		width: 30%;
	}

	.broker-review__view {
		width: 20%;
	}

	.broker-review__actions {
		width: 23.5%;
	}

}

@media screen and (max-width: 992px) {
	.broker-review {
		gap: 20px;
	}

	.broker-review__info {
		width: 100%;
		padding-right: 0;
	}

	.broker-review__info::after {
		display: none;
	}

	.broker-review__features {
		width: calc(50% - 40px);
	}

	.broker-review__view {
		width: 20%;
	}

	.broker-review__actions {
		width: 30%;
	}

	.broker-list:not(:last-child) {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.broker-review__features {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.broker-review__view {
		width: 152px;
	}

	.broker-review__actions {
		width: calc(100% - 180px);
	}

	.broker-review__info {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}

	.broker-review__section {
		width: 100%;
		text-align: center;
	}

	.broker-review__name {
		margin-bottom: 10px;
	}

	.broker-review__logo {
		height: auto;
	}
}

@media screen and (max-width: 400px) {
	.broker-review {
		flex-direction: column;
		padding: 40px 20px 30px;
	}

	.broker-review__features {
		width: auto;
		flex: 1;
	}

	.broker-review__view {
		width: 100%;
		max-width: 240px;
	}

	.broker-review__actions {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.broker-review__btnvisit {
		padding: 10px 20px;
		width: fit-content;
	}
}

/* end */
.accordion-item {
	padding: 12px 20px;
	border-radius: 16px;
	border: 1px solid #DFE0E4;
	background: rgba(19, 47, 89, 0.05);
}

.accordion-item.is-open {
	background: white;
}

.accordion-item:not(:last-child) {
	margin-bottom: 20px;
}

.accordion-item.is-open .accordion-item__button::after {
	content: "\2212";
	background: #EB7A23;
	transform: translateY(-50%) rotate(180deg);
}

.accordion-item__button {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	position: relative;
	padding: 0 45px 0 0;
	line-height: 1.4;
	word-break: break-word;
}

.accordion-item__button::after {
	content: "\002B";
	position: absolute;
	font-size: 24px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--color-main);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	color: white;
	transition: all .5s ease-in;
	padding-bottom: 6px;
	box-sizing: border-box;
	transition: all 0.35s ease-in-out;
}

.accordion-item__collapse {
	display: none;
}

.accordion-item__collapse .noi_dung_in::before {
	content: "";
	position: absolute;
	border-top: 1px dotted #C1C4CC;
	width: 100%;
	top: 0;
	opacity: 1;
}

.accordion-item__collapse .noi_dung_in {
	padding-top: 12px;
	margin-top: 12px;
	position: relative;
}

/*  */
.testimonials-slider__rating {
	display: flex;
	align-items: center;
	/* margin-bottom: 20px; */
}



.testimonials__rating__star {
	color: #d3d3d3;
	transition: transform 0.2s ease;
	position: relative;
}

.testimonials-slider__rating[data-star="5"] .testimonials__rating__star:nth-child(-n + 5) {
	color: #EB7A23;
}

.testimonials-slider__rating[data-star="4"] .testimonials__rating__star:nth-child(-n + 4),
.testimonials-slider__rating[data-star^="4."] .testimonials__rating__star:nth-child(-n + 4) {
	color: #EB7A23;
}

.testimonials-slider__rating[data-star="3"] .testimonials__rating__star:nth-child(-n + 3),
.testimonials-slider__rating[data-star^="3."] .testimonials__rating__star:nth-child(-n + 3) {
	color: #EB7A23;
}

.testimonials-slider__rating[data-star="2"] .testimonials__rating__star:nth-child(-n + 2),
.testimonials-slider__rating[data-star^="2."] .testimonials__rating__star:nth-child(-n + 2) {
	color: #EB7A23;
}

.testimonials-slider__rating[data-star="1"] .testimonials__rating__star:nth-child(-n + 1),
.testimonials-slider__rating[data-star^="1."] .testimonials__rating__star:nth-child(-n + 1) {
	color: #EB7A23;
}

.testimonials-slider__rating[data-star^="4."] .testimonials__rating__star:nth-child(5):after,
.testimonials-slider__rating[data-star^="3."] .testimonials__rating__star:nth-child(4):after,
.testimonials-slider__rating[data-star^="2."] .testimonials__rating__star:nth-child(3):after,
.testimonials-slider__rating[data-star^="1."] .testimonials__rating__star:nth-child(2):after {
	content: '\2605';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	overflow: hidden;
	color: #EB7A23;
}

/* post */
.news-item {
	position: relative;
}

.news-item:hover .news-item__img-child img {
	transform: scale(1.2)
}

.news-item__img {
	position: relative;
	/* margin-bottom: 10px */
}

.news-item__img-child {
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}

.news-item__img-child:before {
	content: "";
	padding-top: 65%;
	display: block
}

.news-item__img-child img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 3s ease 0s
}

.news-item__area {
	width: 56px;
	height: 56px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px
}

.news-item__area span {
	font-weight: 700;
	position: relative;
	padding-top: 3px
}

.news-item__area span:before {
	content: "";
	width: 30px;
	height: 1px;
	background: currentColor;
	top: 1px;
	left: 50%;
	transform: translate(-50%);
	position: absolute
}

.news-item__cate {
	position: absolute;
	left: -30px;
	top: 0;
	writing-mode: vertical-lr;
	text-align: center;
	background: #fff;
	width: 30px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-shadow: 0 .15rem .35rem #00000013;
	color: #2860aa;
	text-transform: uppercase
}

.news-item__cate span {
	transform: rotate(180deg);
	display: inline-block
}

.news-item__ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.news-item__ct {
	background: white;
	padding: 10px;
	box-shadow: 0 0 3px #0000001f;
	border-radius: 0 0 6px 6px;
}

.news-item__desc {

	color: #595959;
	font-size: 15px;
	line-height: 1.4;
	text-align: justify;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item__ttl a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	font-size: 17px;
	-webkit-box-orient: vertical;
}

.news-item__redmore .icon {
	display: inline-block;
	transform: translateY(5px);
}

.news-item__redmore .icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.news-item__redmore .icon svg path,
.news-item__redmore .icon svg line {
	stroke: currentColor;
}
