/*
Theme Name: ThuatPartner.com
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.ladipage-section2,.footer-section,.footer-section .row1>.col{
		padding-bottom: 0 !important
}
.header-main {
    border-bottom: 1px solid #cccccc;
}
b, strong {
    font-weight: bold;
}
.ladipage-section1 .row1 h2{
		font-size: 45px;
		animation-name: flash;
    -webkit-animation-name: flash;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.flash{
		animation-name: flash;
    -webkit-animation-name: flash;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.ladipage-section1 .row1 p{
		font-size: 24px;
		max-width: 800px;
		margin: 20px auto;
}
.ladipage-section1 .row1 .text.list-check ul{
		list-style: none;
    display: flex;
    justify-content: center;
		gap: 15px;
		margin: 30px auto 40px;
}
.ladipage-section1 .row1 .text.list-check ul li{
		margin-left: 0;
    margin-bottom: 0;
    padding-left: 30px;
    background: url(/wp-content/uploads/2025/11/icon-check.svg) no-repeat left center;
    background-size: contain;
}
a.button.primary{
		background: linear-gradient(145deg, #ffd700, #DAA520, #B8860B);
    color: #fff;
    border: none;
    font-weight: bold;
    transition: all 0.3s 
ease;
		height: 50px;
		padding: 0 25px;
		line-height: 50px;
}
a.button.primary:hover{
		background: linear-gradient(145deg, #B8860B, #DAA520, #FFD700);
    box-shadow: 0 4px 15px rgba(218, 165, 32, 0.4);
}
.ladipage-section2 .row1 h2,.ladipage-section3 .row1 .large-12 h2,.ladipage-section4 .row1 .large-12 h2,.ladipage-section6 .row1 .large-12 h2,.ladipage-section7 .row1 .large-12 h2,.ladipage-section8 .row1 .large-12 h2{
		font-size: 45px;
}
.ladipage-section3 .row1 .large-12 h2{
		    background: linear-gradient(145deg, #ffd700, #DAA520, #B8860B);
    color: #000;
    padding: 20px 0;
}
.ladipage-section6 .row1 .large-12 p{
		font-size: 20px;
		color: #F97316;
    font-weight: bold;
}
.ladipage-section4 .row1 .large-12 .text-flash p{
		font-size: 20px;
		margin-bottom: 0;
}
.ladipage-section4 .row1 .large-12 .text-flash p:nth-child(3){
		color: #F97316;
    font-weight: bold;
		margin-bottom: 30px;
}
.ladipage-section2 .row2 .box{
		background: #fff;
    padding: 12px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-radius: 10px;
}
.ladipage-section2 .row2 .box .box-image,.ladipage-section2 .row2 .box .box-image img{
		border-radius: 12px;
}
.ladipage-section2 .row2 .box .box-text h3{
		font-size: 20px;
    margin-bottom: 12px;
}
.ladipage-section2 .row2 .box .box-text p{
		font-size: 17px;
    color: #212529bf;
}
.ladipage-section2 .row3 p{
		margin: 30px 0;
    font-size: 27px;
    color: #F97316;
}
.list-ul ul{
	list-style: none;
	background-color: rgb(250, 210, 230);
	border-radius: 10px;
	padding: 6px 10px;
	margin-bottom:0
}
.list-ul ul li{
	  margin-left: 0 !important;
    position: relative;
    padding-left: 22px;
    margin-bottom: 0;
    color: #212761;
    font-weight: bold;
    background: url(/wp-content/uploads/2025/11/icon-circle.svg) no-repeat left center;
    background-size: 15px;
}
.icon-box.flash{
		margin: 10px 0;
}
.bdas, .bdas2{
	border-style: dashed;
	border-color: rgb(204, 148, 1);
	border-width: 2px;
	border-radius: 10px;
	padding: 10px;
}
.bdas3{
	border-color: #4230e8
}
.bdas4{
	background-color: #f4f19c
}
.bdas p {
	margin-bottom: 0;
}
.ul2{
	list-style: none;
	margin-bottom: 0
}
.ul2 li{
	margin-left: 0 !important;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 30px;
	color: #000;
}
.ul2 li:before{
	content: "";
	background-image: url("/wp-content/uploads/2025/11/check.svg");
	width: 21px;
	height: 21px;
	top: 2px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
}
.text.text-ghi-chu{
		text-align: center;
    color: #212529bf;
		margin-bottom: 20px;
}
.text.text-ghi-chu p{
		margin-bottom: 6px;
}
th,td {
  padding: 8px !important;
  text-align: left;
  border: 1px solid #ddd;
		color: #000;
		font-size: 100%;
}
table tr:nth-child(odd){
		background: #f5f5f5;
}
table{
    width: 100%;
    min-width: 700px;
    font-size: 1.125rem;
    vertical-align: top;
    color: #212529;
		border-collapse: collapse;
}
table th,table td {
    padding: 1.5rem;
    text-align: left;
    border: none; 
}
table thead {
    font-size: 0.875rem;
    text-transform: uppercase;
    background-color: #fff3cd;
}
table thead th {
    font-weight: 600;
    background: #fff3cd;
    height: 45px;
}
table tbody {
    font-weight: 600; 
}
table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}
table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.06);
    cursor: pointer;
}
table tbody td:nth-child(3) {
		text-align: center;
    color: #F97316;
    font-weight: 700;
    font-size: 1.5rem;
}
.sale-progress-bar{
	position: relative;
	background-color: rgb(132, 132, 132);
	border-radius: 10px;
	width: 100%;
	height: 25px;
	margin: 10px auto;
}
.sale-progress-bar__text {
	position: absolute;
	text-align: right;
	color: #fff;
	top: 0;
	left: 0;
	background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B);
	border-radius: 10px;
	width: 83%;
	height: 25px;
	z-index: 1;
}
.sale-progress-bar__text span{
	margin-right: 5px;
}
.icon-box-qua{
	background-color: rgb(255, 255, 255);
	border-style: dashed;
	border-color: rgb(232, 59, 48);
	border-width: 2px;
	border-radius: 10px;
	padding: 1px
}
.icon-box-qua .icon-box-img,.icon-box-qua .icon-box-text{
	background-color: rgb(232, 59, 48);
	border-color: rgb(232, 59, 48);
}
.icon-box-qua .icon-box-img{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.icon-box-qua .icon-box-text{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

}
.icon-box-qua .icon-box-text h5, .icon-box-qua2 .icon-box-text h5{
	color: #fff;
	text-transform: unset;
	margin-bottom:0;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
}
.ladipage-section5 .row .cot1 h2{
		font-size: 2.5rem;
}
.ladipage-section5 .row .cot2 .col-inner{
		padding: 25px;
    background: #fff;
    border: 2px solid #f97316;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.ladipage-section5 .row1 .cot1 p{
		font-size: 18px;
}
.ladipage-section5 .row1 .cot1 p i{
		margin-right: 8px;
		color: #198754;
}
.ladipage-section6 .row2 .large-6 .col-inner{
		padding: 20px;
    background: #fff;
    border: 2px solid #f97316;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.ladipage-section6 .row2 .large-6 .col-inner .video{
		 border-radius: 10px;
}
.ladipage-section6 .row2 .large-6 .col-inner p,.icon-box.box-vi-sao .icon-box-text p{
		font-size: 15px;
		color: #212529bf;
		margin-bottom: 0;
}
.ladipage-section5 .row1 .cot2 h3{
		font-size: 33px;
    color: #F97316;
}
.icon-box.box-vi-sao .icon-box-img .icon-inner{
		background: linear-gradient(145deg, #FFD700, #DAA520, #B8860B);
    width: 90px;
    height: 90px;
    padding: 20px;
    border-radius: 99px;
}
.icon-box.icon-step{
		margin-bottom: 15px !important;
}
.icon-box.icon-step .icon-box-img{
		background: #f97316;
    width: 85px !important;
    height: 85px;
    padding: 20px;
    border-radius: 99px;
    margin-right: 5px;
}
.icon-box.testimonial-box{
		margin-bottom: 20px;
		gap: 10px;
}
.footer-section .row1 h5{
		font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-section .row1 p,.footer-section .row1 ul li{
		font-size: 15px;
		margin-bottom: 10px;
		list-style: none;
    margin-left: 0;
}
.form-footer input[type=submit]{
		border-radius: 10px;
}
/*form popup*/
/* CSS Form số 1 */
.wpcf7-spinner{
		display: none;
}
.form-tu-van {
    display: block;
    width: 100%;
}
.form-tu-van .input-group {
    background: white;
    display: inline-block;
    width: 100%;
    clear: both;
    border: 1px solid #f97316;
    border-radius: 5px;
		margin-bottom: 0;
}
.form-tu-van .form-content{
		padding: 15px 15px 0;
}
.form-tu-van .btn-submit{
		padding-bottom: 15px;
}
.form-tu-van .fa,.form-tu-van .fas,.form-tu-van .fa-solid{
    display: inline-block;
    width: 10%;
    float: left;
    padding: 10px 7px;
		text-align: center;
}
.form-tu-van .wpcf7-form-control-wrap {
    display: inline-block;
    float: right;
    width: 90%;
}
.form-tu-van input, .form-tu-van textarea,.form-tu-van select{
    height: 40px;
		line-height: 40px;	
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 0;
    border: none;
		border-radius: 10px;
}
.form-tu-van input[type='submit']{
width: 100%;
		font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
    display: block;
    min-width: 200px;
    margin: 0 auto;
    box-shadow: none;
    border: none;
    background: #052968;
}
.lightbox-content{
		padding: 0px !important;
    border-radius: 10px;
}
.lightbox-content .form-tu-van{
border-radius: 8px;
    border: 1px solid #f97316;
    padding: 20px;
		background: linear-gradient(145deg, #B8860B, #DAA520, #FFD700);
}
form{
		margin-bottom: 0;
}
.form-tu-van .text-popup{
		display: none;
}
.lightbox-content .form-tu-van .text-popup{
		display: block;
		text-align: center;
}
.text-popup br{
		display: block;
}
.text-popup h3{
		text-align: center;
		color: #ffee00;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 5px;
}
.text-popup h4{
		text-align: center;
		text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.bang-gia p,.bang-gia{
		font-size: 36px;
    font-weight: bold;
    color: red;
    margin-bottom: 0;
}
.bang-gia i{
		font-size: 28px;
		color: #f1b112;
	margin-right: 5px;
}
.binh-luan .icon-box .icon-box-img img,.binh-luan .icon-box .icon-box-img svg {
    padding-top: 0;
    height: 100%;
}
@media only screen and (max-width: 48em) {
	.ladipage-section1,.ladipage-section2,.ladipage-section3,.ladipage-section4,.ladipage-section5,.ladipage-section6,.ladipage-section7,.ladipage-section8{
		padding-bottom: 0 !important;
	}
	.ladipage-section1 .row1 h2 {
		font-size: 24px;
	}
	.ladipage-section1 .row1 p {
		font-size: 19px;
	}
	.ladipage-section1 .row1 .text.list-check ul {
	flex-direction: column;
	align-items: flex-start;
	}
	.ladipage-section1 .row1 .text.list-check ul li {
	font-size: 16px;
	}
	a.button.primary {
	font-size: 15px;
	}
	.ladipage-section2 .row1 h2, .ladipage-section3 .row1 .large-12 h2, .ladipage-section4 .row1 .large-12 h2, .ladipage-section6 .row1 .large-12 h2, .ladipage-section7 .row1 .large-12 h2, .ladipage-section8 .row1 .large-12 h2 {
	font-size: 24px;
	}
	.ladipage-section2 .row3 p {
	margin: 20px 0;
	font-size: 23px;
	}
	table {
	min-width: 100%;
		font-size: 100%;
	}
	.ladipage-section6 .row2 .large-6 .col-inner {
	padding: 5px;
	}
	.icon-box.icon-step {
	margin: 0 0 15px !important;
	}
	.ladipage-section5 .row .cot1 h2 {
	font-size: 1.8rem;
	}
	.bang-gia p{
		font-size: 26px;
		margin-bottom: 20px;
	}
	table tbody td:nth-child(3) {
		font-size: 1.2rem;
	}
	.icon-box-tien{
		margin: 7px 0;
	}
	
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.absolute-footer{
	display: none;
}
.mfp-container {
	padding: 15px;
}
.icon-box-left .icon-box-img+.icon-box-text{
	padding-left: 5px;
}
.time-js {
	width:100%;
	position:relative;
	border-spacing: 5px;
	margin: .3em 0 .2em;
	font-size: 30px;
	display: table;
	table-layout: fixed;
}
.time-js span{
	display:table-cell;
	font-weight: bolder;
	text-align: center;
	color: #FFF;
	line-height: 80%;
	padding: .4em .1em .1em;
	border-radius: 5px;
	background-color: #000;
}
.time-js span strong{
	font-size: 40%;
	opacity: .7;
	text-transform: uppercase;
	display: block;
}
.wpcf7-radio .wpcf7-list-item{
	display: block;
}
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea{
	border-radius: 10px
}
.wpcf7-radio [type="radio"]{
	margin-bottom: 0
}

.radio-970{
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 1rem;
}
.popup h4{
	background: rgba(39, 32, 88, 1.0);
	background: -webkit-linear-gradient(204deg, rgba(39, 32, 88, 1.0), rgba(120, 170, 249, 1.0));
	background: linear-gradient(204deg, rgba(39, 32, 88, 1.0), rgba(120, 170, 249, 1.0));
	color: rgb(248, 138, 149);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.popup h5 span.cfont{
	background-color: rgb(248, 138, 150);
	border-radius: 40px;
	padding: 5px 20px;
	color: #fff;
}
.popup p{
	margin-bottom: 0;
}
.popup .time-js{
	margin-bottom: 0;
}
.popup .time-js span{
	display:table-cell;
	font-weight: bolder;
	text-align: center;
	color: #000;
	line-height: 80%;
	padding: .4em .1em .1em;
	border-radius: 5px;
	background-color: #fff;
}
.star-rating span:before {
	color: #ffae0f;
}
.col-b{
	padding-bottom: 0
}
.container.section-title-container {
	margin-bottom: 0;
}
.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

}
.dat-chuyen-gia{
	font-size: 120%;
	font-weight: bold;
	background-color: rgb(242, 66, 13);
	border-radius: 10px
}
.dat-mua{
	font-size: 120%;
	font-weight: bold;
	margin: 0 auto;
	display: block;
	width: 220px;
}
.box-center{
	align-items: center;
}
.flash .icon-inner, .flash h3,.sale-progress-bar__text.flash span{
	animation-name: flash;
	-webkit-animation-name: flash;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.swing .icon-inner{
	animation-name: swing;
	-webkit-animation-name: swing;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.icon-box-qua2{
	background-color: rgb(255, 105, 132);
	border-color: rgb(232, 59, 48);
	border-width: 5px;
	border-radius: 10px;
}
.icon-box-text {
	display: flex;
	flex-direction: column;
}
.binh-luan  .testimonial-meta {
	order: -1
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
}
@-webkit-keyframes flash {
	0%,100%,50% {
		opacity: 1
	}
	25%,75% {
		opacity: 0
	}
}
@keyframes flash {
	0%,100%,50% {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}