

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    height: 0;
}


.desktop {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* full chiều cao trình duyệt */
}
.desktop {
    background-color: #fdc3c3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}


.container {
    position: relative;
	width: 300px;
    left: 150px;
    top: 450px;
	max-width: 500px;   
}


.checkout {
	padding-top: 80px;
	padding-bottom: 60px;
    left: 100px;
	width: 100px;
}
.checkout__form{
    left:100px;
    top: 400px;
    width: 1300px;
}

.checkout h6 {
	color:#dd2222;
	text-align: center;
	background: #f5f5f5;
	border-top: 1px solid #6AB963;
	padding: 12px 0 12px;
	margin-bottom: 75px;
}

.checkout h6 span {
	font-size: 16px;
	color: #6AB963;
	margin-right: 5px;
}

.checkout h6 a {
	text-decoration: underline;
	color: #999999;
}

.checkout__form h4 {
    position: relative;
	color: #1c1c1c;
	font-weight: 900;
	padding-bottom: 20px;
	margin-bottom: 25px;
    font-size: 30px;
    border: none !important;
    border-bottom: none !important;
}

  .desktop .line-99 {
    position: absolute;
    width: 890px;
    height: 3px;
    top: 60px;
    left: 0px;
    object-fit: cover;
  }




.checkout__form p {
	column-rule:#dd2222;
}

.checkout__input {
	margin-bottom: 15px;
    color:#1c1c1c;
   
}

.checkout__input p {
	color: #1c1c1c;
	margin-bottom: 20px;
	font-weight: 1000px;
	font-family: Genos;
	font-size: 25px;
	font-weight: bold;
}

.checkout__input p span {
	color: #dd2222;
}

.checkout__input input {
	width: 100%;
	height: 46px;
    border: 1px solid #ec9595!important;	
    padding-left: 20px;
	font-size: 16px;
	color:black!important;
	border-radius: 4px;
}

.checkout__input input.checkout__input__add {
	margin-bottom: 20px;
}

.checkout__input input::placeholder {
	color:black;
}

.checkout__input input:focus {
  border: 3px solid #cc0000; /* Viền đậm màu đỏ */
  outline: none;             /* Bỏ viền xanh mặc định của trình duyệt */
  box-shadow: 0 0 7px rgba(250, 0, 0, 0.5); /* Hiệu ứng nổi nhẹ */
}
.checkout__input__checkbox {
	margin-bottom: 10px;
}

.checkout__input__checkbox label {
	position: relative;
	font-size: 16px;
	color: #1c1c1c;
	padding-left: 40px;
	cursor: pointer;
}

.checkout__input__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.checkout__input__checkbox label input:checked~.checkmark {
	background: #ff9933;
	border-color: #ff9933;
}

.checkout__input__checkbox label input:checked~.checkmark:after {
	opacity: 1;
}

.checkout__input__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 16px;
	width: 14px;
	border: 1px solid #a6a6a6;
	content: "";
	border-radius: 4px;
}

.checkout__input__checkbox label .checkmark:after {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 10px;
	height: 8px;
	border: solid white;
	border-width: 3px 3px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	content: "";
	opacity: 0;
}

.checkout__order {
	background: #f5f5f5;
	padding: 40px;
	padding-top: 30px;
}

.checkout__order h4 {
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.checkout__order .checkout__order__products {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 10px;
}

.checkout__order .checkout__order__products span {
	float: right;
}

.checkout__order ul {
	margin-bottom: 12px;
}

.checkout__order ul li {
	font-size: 16px;
	color: #6f6f6f;
	line-height: 40px;
	list-style: none;
}

.checkout__order ul li span {
	font-weight: 700;
	float: right;
}

.checkout__order .checkout__order__subtotal {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.checkout__order .checkout__order__subtotal span {
	float: right;
}

.checkout__order .checkout__input__checkbox label {
	padding-left: 20px;
}

.checkout__order .checkout__order__total {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.checkout__order .checkout__order__total span {
	float: right;
	color: #dd2222;
}

.checkout__order button {
	font-size: 18px;
	letter-spacing: 2px;
	width: 100%;
	margin-top: 10px;
}


.error-message{
    color:red;
	min-height: 25px;
}

.site-btn{
    height: 50px;
    border-radius: 10px;
    position: relative;
    top:690px;
	
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px 10px;
	background: #504b4b;
	/* border-radius: 0px 10px 10px 0px; */
	border: none;
}

.site-btnhap{
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px 10px;
	background: #504b4b;
	border: none;
	height: 50px;
    border-radius: 10px;
    position: relative;
    top:290px;
}
#avtInput{
	background-color: white;
}

.footar {
    width: 100%;
    background-color: #ec9595;
    padding: 30px 0;
    position: relative;
    color: white;
	top: 500px;
}

.overlap-1111 {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    background-color: #ec9595;
    /* display: flex; */
    flex-direction: column;
    
}

.text-wrapper-199 {
    font-family: Manrope;
    font-size: 22px;
    font-weight: 600;
    color: #7b0f0f;
    text-align: center;
    margin-bottom: 25px;
    background-color: transparent;
}

.h-kinh-doanh-t-qu-cc {
    width: 100%;
    /* max-width: 900px; */
    font-family: Manrope;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
    position: relative; /* KHÔNG dùng absolute */
	left: 2px;
	
}

.desktop .divv
{
	height: 1610px ;
	background-color: #fdc3c3;
    overflow: hidden;
    width: 100%;
   
    position: relative;
}
.text-wrapper-4 a:hover{
	text-decoration: none;
}

  
  .desktop .divv {
    background-color: #fdc3c3;
    overflow: hidden;
    width: 100%;
    height: 1600px;
    position: relative;
  }
