.content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

body.single.single-project #ftwp-postcontent a {
	pointer-events: auto !important;
}

.news_details .request .content a,
#ftwp-postcontent p a strong {
	color: #00a5f1;
}

.news_details .request .content a {
	border-bottom: 1px solid #00a5f1;
}

.wp-caption .wp-caption-text {
	text-align: center;
	font-size: 100%;
	opacity: 1;
	color: #2756a7;
}

#facebook-inbox,
.fb-comments {
	display: none !important;
}

.img-ratio iframe,
.img-ratio img,
.img-ratio video {
	object-fit: contain !important;
}
@media (max-width: 1028px) {
	header .header-wrapper .header-bottom-menu {
		top: 0 !important;
		height: 100vh !important;
	}
}

.sec_news1 .menu {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	gap: 10px;
	margin: 30px 0 10px !important;
	padding-bottom: 12px;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}

.section-home-2 .wrapper-category .swiper-slide .caption,
.section-home-product .container-fluid .content-list-product .nav-top-product {
	display: none !important;
}

.section-home-news .pb-2 {
	padding-bottom: 0 !important;
}

.section.recruit1 .box_title {
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
}

.q_a .item_cont .col_1 {
	width: auto !important;
}

.q_a .item_cont .col span {
	position: absolute;
	right: 20px;
	top: 33%;
	transform: translateY(-40%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.section.news_details .content {
	counter-reset: h2-counter;
}

.section.news_details .content h2 {
	counter-reset: h3-counter;
}

.section.news_details .content h2::before {
	counter-increment: h2-counter;
	content: counter(h2-counter) ". ";
	font-weight: 700;
	color: #000;
	margin-right: 5px;
}

.section.news_details .content h3::before {
	counter-increment: h3-counter;
	content: counter(h2-counter) "." counter(h3-counter) ". ";
	font-weight: 700;
	color: #000;
	margin-right: 5px;
}

.section.news_details .content h2,
.section.news_details .content h3 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	color: #000 !important;
}

.section.news_details .content h1,
.section.news_details .content .title_post {
	font-size: 30px !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
}

.section.news_details .content h2 {
	font-size: 25px !important;
	line-height: 1.35 !important;
	font-weight: 700 !important;
}

.section.news_details .content h3 {
	font-size: 20px !important;
	line-height: 1.4 !important;
	font-weight: 700 !important;
}

.section.news_details .content h4 {
	font-size: 18px !important;
	line-height: 1.4 !important;
	font-weight: 700 !important;
}

.section.news_details .content p,
.section.news_details .content li {
	font-size: 15px !important;
	line-height: 1.7 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.related-news__container {
		gap: 20px;
	}

	.news_details .box_service .box_img {
		min-width: calc(33.333% - 20px);
	}

	.news_details .box_service .box_img img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 768px) {

	.single-post .inside-article h1,
	.single-post .inside-article h2,
	.single-post .inside-article h3,
	.page .inside-article h1,
	.page .inside-article h2,
	.page .inside-article h3 {
		font-weight: 700 !important;
	}
}

@media (max-width: 1280px) {
	.sec_home1 .box_content h2 {
		font-size: 24px !important;
	}
}

@media (max-width: 767px) {
	.section-home-banner {
		height: 170px !important;
		margin-top: -20px !important;
		margin-bottom: 50px !important;
	}

	.section-home-banner video {
		width: 100%;
		height: 170px !important;
		object-fit: cover;
	}

	.section-home-banner .btn {
		display: none !important;
	}

	.banner .swiper-slide img {
		height: 155px !important;
		object-fit: fill !important;
	}

	.contact1 .btn_submit {
		margin-left: 10px;
	}

	.contact1 .form_lh .form .box_contact {
		margin-left: 16px;
	}

	.section.banner {
		margin-top: -20px !important;
	}

	.sec_home1 h2.title-line-primary {
		white-space: nowrap !important;
	}

	.sec_home1 .box_content .btn.btn-primary {
		display: flex;
		width: fit-content;
		margin-left: auto !important;
		margin-right: auto !important;
	}
@media screen and (max-width: 576px) {
	.sec_home3 .box_title,
	.sec_home3 .box_title::before,
	.sec_home3 .box_title::after,
	.sec_home3 .box_title h3::before {
		background-image: none !important;
		content: none !important;
		display: none !important;
	}

	.section.sec_home3 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.sec_home3 .wrap-slide-ct {
		position: absolute !important;
		top: 50% !important;
		left: 0 !important;
		width: 100% !important;
		display: flex !important;
		justify-content: space-between !important;
		transform: translateY(-50%) !important;
		z-index: 10 !important;
		pointer-events: none !important;
	}

	.sec_home3 .wrap-slide-ct .btn-prev,
	.sec_home3 .wrap-slide-ct .btn-next {
		pointer-events: auto !important;
		padding: 15px !important;
		margin-top: -100px !important;
	}

	.sec_home3 .wrap-slide-ct .btn-prev {
		margin-left: 10px !important;
	}

	.sec_home3 .wrap-slide-ct .btn-next {
		margin-right: 10px !important;
	}

	#ftwp-postcontent h2.ftwp-heading,
	#ftwp-postcontent h2.ftwp-heading span,
	#ftwp-postcontent h2.ftwp-heading strong {
		font-size: 22px !important;
		line-height: 1.4 !important;
	}

	#ftwp-postcontent h3.ftwp-heading,
	#ftwp-postcontent h3.ftwp-heading span,
	#ftwp-postcontent h3.ftwp-heading strong {
		font-size: 18px !important;
		line-height: 1.4 !important;
	}

	.section.news_details .content h1,
	.section.news_details .content .title_post {
		font-size: 26px !important;
	}

	.section.news_details .content h2 {
		font-size: 22px !important;
	}

	.section.news_details .content h3 {
		font-size: 19px !important;
	}

	.section.news_details .content h4 {
		font-size: 17px !important;
	}

	.section.news_details .content p,
	.section.news_details .content li {
		font-size: 15px !important;
		line-height: 1.65 !important;
	}
}
}
.section.news_details .content #ftwp-list.ftwp-liststyle-decimal .ftwp-anchor,
.section.news_details .content #ftwp-list.ftwp-liststyle-decimal .ftwp-text {
	font-size: 15px !important;
	line-height: 1.7 !important;
}

.section.news_details .content #ftwp-list.ftwp-liststyle-decimal .ftwp-anchor::before {
	font-size: 15px !important;
	line-height: 1.7 !important;
	display: inline-block !important;
	vertical-align: baseline !important;

}

.section.news_details .content> :last-child p:nth-child(2) {
	padding-left: unset !important;
}

:is(.sg_project, .news_details) #ftwp-postcontent table {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 20px 0 !important;
	border: 1px solid #d9d9d9 !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	table-layout: fixed;
	background: #ffffff !important;
	color: #000000 !important;
	font-family: Inter, sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
}

:is(.sg_project, .news_details) #ftwp-postcontent table tr {
	height: auto !important;
}

:is(.sg_project, .news_details) #ftwp-postcontent table td,
:is(.sg_project, .news_details) #ftwp-postcontent table th {
	width: auto !important;
	height: auto !important;
	padding: 10px 12px !important;
	border: 1px solid #d9d9d9 !important;
	background: #ffffff !important;
	background-color: #ffffff !important;
	background-image: none !important;
	color: #000000 !important;
	-webkit-text-fill-color: #000000 !important;
	font-family: Inter, sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	text-align: center !important;
	vertical-align: middle !important;
	word-break: break-word;
	overflow-wrap: break-word;
}

:is(.sg_project, .news_details) #ftwp-postcontent table td *,
:is(.sg_project, .news_details) #ftwp-postcontent table th * {
	color: inherit !important;
	-webkit-text-fill-color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	background: transparent !important;
}

:is(.sg_project, .news_details) #ftwp-postcontent table p {
	margin: 0 !important;
}

:is(.sg_project, .news_details) #ftwp-postcontent table>thead>tr>th,
:is(.sg_project, .news_details) #ftwp-postcontent table>thead>tr>td {
	background: #2756a7 !important;
	background-color: #2756a7 !important;
	background-image: none !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-weight: 700 !important;
	text-align: center !important;
	vertical-align: middle !important;
}

:is(.sg_project, .news_details) #ftwp-postcontent table>thead>tr>th *,
:is(.sg_project, .news_details) #ftwp-postcontent table>thead>tr>td * {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-weight: 700 !important;
	background: transparent !important;
}

:is(.sg_project, .news_details) #ftwp-postcontent table>tbody:first-child>tr:first-child>th,
:is(.sg_project, .news_details) #ftwp-postcontent table>tbody:first-child>tr:first-child>td {
	background: #2756a7 !important;
	background-color: #2756a7 !important;
	background-image: none !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-weight: 700 !important;
	text-align: center !important;
	vertical-align: middle !important;
}

:is(.sg_project, .news_details) #ftwp-postcontent table>tbody:first-child>tr:first-child>th *,
:is(.sg_project, .news_details) #ftwp-postcontent table>tbody:first-child>tr:first-child>td * {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-weight: 700 !important;
	background: transparent !important;
}

:is(.sg_project, .news_details) #ftwp-postcontent .wp-block-table {
	width: 100%;
	max-width: 100%;
	margin: 20px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

:is(.sg_project, .news_details) #ftwp-postcontent .wp-block-table table {
	margin: 0 !important;
}

@media (max-width: 767px) {
	.news_details #ftwp-postcontent {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.news_details #ftwp-postcontent table {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		table-layout: auto !important;
		border-collapse: separate !important;
		border-spacing: 0 !important;
		font-size: 14px !important;
		padding-right: 1px;
		padding-bottom: 8px;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
	}

	.news_details #ftwp-postcontent table th,
	.news_details #ftwp-postcontent table td {
		width: auto !important;
		min-width: 120px;
		padding: 8px 10px !important;
		font-size: 14px !important;
		white-space: nowrap;
		word-break: normal;
		overflow-wrap: normal;
	}
}

.news_details {
	padding-top: 20px;
}

.news_details .request h1.title_post {
	margin-bottom: unset;
}

    .section-home-news .item-big-news .desc {
        display: block !important;
        overflow: visible !important;
        -webkit-line-clamp: unset !important;
    }

    .section-home-news .item-big-news .mota-news {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
/* Related news desktop */
.news_details .related-news__container {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 30px !important;
	width: 100% !important;
}

.news_details .related-news__item {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
}

.news_details .related-news__image {
	display: block !important;
	width: 100% !important;
	aspect-ratio: 393 / 387;
	overflow: hidden !important;
	border-radius: 8px !important;
}

.news_details .related-news__image img,
.news_details .related-news__img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: cover !important;
	border-radius: 8px !important;
}

.news_details .related-news__content {
	display: block !important;
	width: 100% !important;
	padding-top: 14px !important;
}

.news_details .related-news__heading {
	margin: 12px 0 0 !important;
}

.news_details .related-news__heading a {
	display: -webkit-box !important;
	overflow: hidden !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
	.news_details .related-news__container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 20px !important;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.news_details .related-news__container {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}

	.news_details .related-news__image {
		aspect-ratio: 1 / 1;
	}
}
.news_details .box_title.related-news__title {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	margin: 0 auto 20px !important;
	text-align: center !important;
}

.news_details .box_title.related-news__title h3 {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 auto !important;
	text-align: center !important;
}
.cc-top-bestsellers__view-all {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;

    min-width: unset !important;
    min-height: unset !important;

    padding: 11px 20px !important;

    background: #0868b9 !important;
    border: none !important;
    border-radius: 999px !important;

    color: #fff !important;

    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;

    text-transform: uppercase !important;
    text-decoration: none !important;

    box-shadow: none !important;

    transition: all 0.25s ease !important;
}

.cc-top-bestsellers__view-all span:first-child {
    color: #fff !important;
}

.cc-top-bestsellers__view-all:hover {
    background: #00579f !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.cc-top-bestsellers__arrow {
    position: relative !important;

    display: block !important;

    width: 20px !important;
    height: 12px !important;

    margin-left: 0 !important;

    border: none !important;
}

.cc-top-bestsellers__arrow::before {
    content: "" !important;

    position: absolute !important;

    top: 50% !important;
    left: 0 !important;

    width: 18px !important;
    height: 1.5px !important;

    background: #fff !important;

    transform: translateY(-50%) !important;
}

.cc-top-bestsellers__arrow::after {
    content: "" !important;

    position: absolute !important;

    top: 50% !important;
    right: 0 !important;

    width: 8px !important;
    height: 8px !important;

    border-top: 1.5px solid #fff !important;
    border-right: 1.5px solid #fff !important;

    transform: translateY(-50%) rotate(45deg) !important;
}
.cc-best-product__content {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: auto !important;

    padding: 12px 5px 10px !important;

    overflow: visible !important;
}

.cc-best-product__title {
    position: relative !important;

    display: block !important;
    flex: 0 0 52px !important;

    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;

    margin: 0 0 8px !important;
    padding: 0 0 7px !important;

    border-bottom: 1px solid #00a5f1 !important;

    box-sizing: border-box !important;

    overflow: hidden !important;
}

.cc-best-product__title a {
    display: -webkit-box !important;

    width: 100% !important;

    color: #055CA8 !important;

    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 700 !important;

    border: 0 !important;
    text-decoration: none !important;

    overflow: hidden !important;

    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

.cc-best-product__price {
    display: block !important;

    position: relative !important;

    width: 100% !important;
    height: auto !important;
    min-height: 28px !important;
    max-height: none !important;

    margin: 7px 0 0 !important;
    padding: 0 !important;

    overflow: visible !important;

    visibility: visible !important;
    opacity: 1 !important;

    color: #e31b23 !important;

    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}

.cc-best-product__price .woocommerce-Price-amount,
.cc-best-product__price .woocommerce-Price-currencySymbol {
    display: inline !important;

    visibility: visible !important;
    opacity: 1 !important;

    color: #e31b23 !important;

    font-weight: 700 !important;
}

.cc-best-product__price ins {
    display: inline !important;

    background: transparent !important;

    color: #e31b23 !important;

    text-decoration: none !important;
}

.cc-best-product__price del {
    display: inline !important;

    margin-right: 5px !important;

    color: #999 !important;

    font-size: 14px !important;
    font-weight: 400 !important;

    opacity: 1 !important;
}

.cc-best-product__price del .woocommerce-Price-amount,
.cc-best-product__price del .woocommerce-Price-currencySymbol {
    color: #999 !important;

    font-weight: 400 !important;
}
.cc-best-product__price {
    display: block !important;
    min-height: 28px !important;
    margin-top: 8px !important;

    color: #e31b23 !important;

    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;

    visibility: visible !important;
    opacity: 1 !important;
}

.cc-best-product__price .woocommerce-Price-amount,
.cc-best-product__price .woocommerce-Price-currencySymbol {
    color: #e31b23 !important;
    font-weight: 700 !important;
}

.cc-best-product__contact-price {
    color: #e31b23 !important;
    font-weight: 700 !important;
}