.sec-build {
    padding: 50px 0
}

.sec-build__ttl {
    margin-bottom: 40px
}

.build-row {
    --gutter: 15px;
    gap: 30px 0
}

.sec-build .travel-form {}

.sec-recommended__ttl {
    margin-bottom: 40px
}

.sec-recommended {
    background: #f5f5f5
}

.build-box {
    --gutter: 7px;
}

.text_news a {
    color: red
}

.build-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-bottom: 30px
}

.build-box.signup {
    padding-bottom: 0
}

.build-box.signup>.row {
    gap: 0
}

.build-box .travel-form {
    padding: 0;
    background: none;
    padding: 0;
    box-shadow: none;
    overflow: inherit;
    margin-bottom: 20px;
}

.text_news {
    padding: 0 10px;
    margin-top: 10px;
    text-align: center
}

.sidebar-panel__ct iframe {
    width: 100%;
    height: 200px
}

.text_news_right {
    background: #eee;
    padding: 13px;
    line-height: 2
}

.text_news_right p {
    font-size: 18px;
    font-weight: 600
}

.text_news_right ul li {
    list-style: disc !important;
    margin-left: 16px
}

.info-panel {
    background: #f7fafc;
    border-radius: 12px;
    padding: 30px;
    border-left: 4px solid #3182ce;
    height: 100%
}

.c-ttl__01 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 1.3;
    position: relative;
    color: #000;
    text-transform: uppercase;
    z-index: 1;
}

.c-ttl__01::after {
    content: "";
    height: 2px;
    width: 180px;
    background: currentColor;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.travel-form__section {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.checkbox-group {
    margin-bottom: 20px;
}

.checkbox-group__label {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    color: #333;
    font-size: 14px;
}

.checkbox-group__options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.checkbox-option {
    display: flex;
    align-items: center;
}

.checkbox-option__input {
    margin-right: 8px;
    margin-top: -5px;
    transform: scale(1.1);
    accent-color: #004ea1;
}

.form-group__select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    transition: border-color .3s ease;
}

.form-group {
    margin-bottom: 20px;
}

.radio-group__options {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-group__input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color .3s ease, box-shadow .3s ease;
    height: 43px;
    background: #FFF;
    min-width: calc(100% - 15px);
}

.form-group {
    margin-bottom: 20px;
}

.form-group__textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
    transition: border-color .3s ease;
}

.terms {
    margin-top: 20px;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #004ea1;
}

.terms__text {
    font-size: 13px;
    color: #555;
    margin-bottom: 0;
}

.c-btn-01 {
    display: inline-flex;
    padding: 8px 28px;
    border-radius: 35px;
    line-height: 1.4;
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    min-width: 150px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #f00;
    border: 1px solid #f00;
}

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

.sidebar-panel:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar-panel .c-ttl__01 {
    margin-bottom: 15px;
    color: #333;
    background: #f4f5f5;
    font-size: 18px;
    border-left: solid 5px #1a5ba5;
    padding: 10px 20px 10px 15px;
}

.sidebar-panel .hotline {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.sidebar-panel.box {
    padding: 20px;
    -webkit-box-shadow: 0 0 20px rgba(48, 52, 66, 0.1);
    box-shadow: 0 0 20px rgba(48, 52, 66, 0.1);
    border-radius: 5px;
}

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

.sec-build__ttl {
    margin-bottom: 40px;
}

.form-block__item input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}

.form-block__item {
	position: relative;
    width: 100%;
}

.form-block__item .icon-calendar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

@media screen and (max-width: 992px) {
    .sec-build {
        padding: 30px 0
    }

    .sec-build__ttl {
        margin-bottom: 20px
    }
}