.block-banner-home1 .bg-shape::before{
    display: none !important;
}
.block-banner-home1 .bg-shape img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/hero/hero-1/banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.homeBannerTitle {
    max-width: 650px;
}
.whyUsTitle {
    max-width: 600px;
}
.whyUsTitleArea {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-search-advance-home10 .dropdown {
    overflow: hidden;
}

.card-journey-small .card-info {
    margin-top: 0;
}

.card-journey-small .card-image img {
    max-height: 250px;
    min-height: 250px;
    object-fit: scale-down;
    object-position: left;
}

.card-popular .card-image img {
    aspect-ratio: 2.3;
    object-fit: cover;
}

.content-detail-post h1, .content-detail-post h2, .content-detail-post h3, .content-detail-post h4, .content-detail-post h5, .content-detail-post h6 {
    color: #fff;
}

.richText p {
    color: #fff;
    margin-bottom: 10px;
}

.richText h1, .richText h2, .richText h3, .richText h4, .richText h5, .richText h6 {
    color: #fff;
}

.richText h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.richText h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
}

.richText h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
}

.richText h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 14px;
}

.richText h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 12px;
}

.richText h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 10px;
}

.richText a {
    color: #1e90ff;
    text-decoration: underline;
}
.richText a:hover {
    color: #1c86ee;
}
.richText ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}
.richText ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 10px;
}
.richText li {
    margin-bottom: 5px;
}

.richText blockquote {
    border-left: 4px solid #ccc;
    padding-left: 10px;
    color: #666;
    margin-bottom: 10px;
    font-style: italic;
}

.richText img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.richText table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.richText table, .richText th, .richText td {
    border: 1px solid #ddd;
}
.richText th, .richText td {
    padding: 8px;
    text-align: left;
}
.richText th {
    background-color: #f4f4f4;
}
.richText caption {
    caption-side: bottom;
    text-align: center;
    font-style: italic;
    margin-top: 5px;
}
.richText pre {
    background-color: #f4f4f4;
    padding: 10px;
    overflow-x: auto;
    margin-bottom: 10px;
}
.richText code {
    background-color: #f4f4f4;
    padding: 2px 4px;
    font-family: monospace;
    border-radius: 4px;
}
.richText hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}
.richText p, .richText li {
    line-height: 1.6;
}
.richText p {
    margin-bottom: 15px;
}
.richText strong {
    font-weight: bold;
}
.richText em {
    font-style: italic;
}
.richText u {
    text-decoration: underline;
}
.richText del {
    text-decoration: line-through;
}
.richText sub {
    font-size: smaller;
    vertical-align: sub;
}
.richText sup {
    font-size: smaller;
    vertical-align: super;
}
.richText small {
    font-size: smaller;
}
.richText mark {
    background-color: yellow;
}
.richText ins {
    text-decoration: underline;
}
.richText abbr {
    border-bottom: 1px dotted;
    cursor: help;
}
.richText address {
    font-style: normal;
    margin-bottom: 10px;
}
.richText details {
    margin-bottom: 10px;
}               

@media (max-width: 575.98px) {
    .burger-icon {
        top: -25px;
    }
}

a.icon-socials svg path {
    fill: white !important;
}

.form-group select {
    height: 56px;
}