/* ĐĂNG KÝ HOME */
.dang-ky {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    margin: 20px auto;
}

/* Xóa padding mặc định */
.dang-ky .col {
    padding: 0 !important;
}

.dang-ky .col-inner {
    height: 100%;
    padding: 35px 35px;
}

/* CỘT TRÁI */
.custom-dk1 {
    background: #3d3d3d;
    color: var(--color-white);
}

.custom-dk1 h2 {
    font-size: 35px;
    line-height: 1.1;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 50px;
}

.custom-dk1 h2 span {
    color: var(--color-main);
}

.custom-dk1 p {
    position: relative;
    font-size: 17px;
    color: #f3f3f3;
    font-style: italic;
    margin: 0 0 55px;
    padding-left: 35px;
}

.custom-dk1 p:before {
    content: "❞";
    position: absolute;
    left: 10px;
    top: -22px;
    font-size: 60px;
    color: var(--color-main);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.custom-dk1 p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--color-main);
    border-radius: 5px;
}

.custom-dk1 .flex {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-white);
    font-size: 18px;
    margin-right: 35px;
}

.custom-dk1 .flex:first-of-type:before {
    content: "☎";
    color: var(--color-main);
    font-size: 22px;
}

.custom-dk1 .flex:last-of-type:before {
    content: "✉";
    color: var(--color-main);
    font-size: 20px;
}


/* CỘT PHẢI */
.custom-dk2 {
    background: var(--color-main);
    color: var(--color-white);
}

.custom-dk2 h3 {
    font-size: 35px;
    line-height: 1.2;
    color: var(--color-white);
    font-weight: 800;
    text-transform: uppercase;
}

.custom-dk2>.col-inner>p {
    font-size: 20px;
    color: var(--color-white);
}

/* FORM CF7 */
.cf7-row {
    display: flex;
    gap: 20px;
}

.cf7-col {
    flex: 1;
}

.cf7-baogia input,
.cf7-baogia textarea {
    width: 100%;
    border: none !important;
    border-radius: 10px !important;
    background: var(--color-white) !important;
    height: 58px;
    padding: 0 22px !important;
    font-size: 17px;
    color: #333;
    box-shadow: none !important;
}

.cf7-baogia textarea {
    height: 120px;
    padding-top: 18px !important;
    resize: none;
}

.cf7-baogia input::placeholder,
.cf7-baogia textarea::placeholder {
    color: #9a9a9a;
}

.cf7-btn-wrap .wpcf7-submit {
    background: var(--color-white) !important;
    color: var(--color-main) !important;
    border: none !important;
    height: 50px;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
}

.cf7-btn-wrap .wpcf7-submit:hover {
    background: #333 !important;
    color: var(--color-white) !important;
    transform: translateY(-3px);
}

.cf7-btn-wrap .wpcf7-spinner {
    display: none;
}

/* TABLET */
@media (max-width: 1024px) {
    .custom-dk1 h2,
    .custom-dk2 h3 {
        font-size: 42px;
    }

    .custom-dk1 p {
        font-size: 17px;
    }

    .custom-dk2>.col-inner>p {
        font-size: 16px;
    }
}

/* ĐIỆN THOẠI */
@media (max-width: 767px) {
	.dang-ky .col-inner {
		padding: 20px 20px;
	}
	
    .custom-dk1 h2,
    .custom-dk2 h3 {
        font-size: 22px;
    }

    .custom-dk1 p {
        padding-left: 22px;
    }

    .custom-dk1 p:before {
        font-size: 55px;
    }

    .custom-dk1 .flex {
        font-size: 15px;
    }
}