* {
    margin: 0;
    padding: 0;
}

.search-wrapper input {
    border-radius: 30px;
    border: 2px solid #ef873d;
    line-height: 30px;
}

.search-wrapper {
    position: relative;
    width: 80%;
}

.search-wrapper input[type="text"] {
    width: 100%;
    padding: 5px 10px 5px 30px;
    /* Thêm padding để chừa chỗ cho icon */
    font-size: 16px;
}

.search-wrapper input[type="text"]::placeholder {
    color: #999;
    font-size: 16px;
}

.search-wrapper::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 15px;
}

.actual-blog-title {
    border-bottom: 3px solid #f1692f;
    width: fit-content;
}

.actual-blog-title p {
    font-size: 20px;
    color: #f1692f;
    font-weight: 700;
}

.direction-container {
    background: #f0f0f0;
}

.direction-wrapper {
    font-size: 16px;
    color: #f1692f;
}

.direction-wrapper span a {
    cursor: pointer;
    font-weight: 600;
}
.direction-wrapper span:hover{
    color: #ff8a31;
}
.content-wrapper {
    border: 3px solid #f1692f;
}



.content-head {
    color: #f1692f;
    font-size: 20px;
}

.blog-post-child img {
    max-width: 100%;
}

.blog-post-child p,
.blog-post-child ul li {
    font-size: 15px;
    font-weight: 400;
}

.actual-blog-right img {
    max-width: 100%;
}


.menu-right {
    width: 100%;
    margin-top: 30px;
}

.menu-right .item {
    position: relative;
    cursor: pointer;
}

.menu-right .item a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px;
    line-height: 30px;
    color: #000;
}

.sub-btn {
    font-weight: 600;
    font-size: 17px !important;
}
.dropdown-i{
    transition: 0.3s ease;
    font-size: 12px;
}
.menu-right .item a .dropdown {
    position: absolute;
    margin: 20px;
    transition: 0.3s ease;
}

.menu-right .item .sub-menu {
    background: #f5f5f5;
    display: none;
}

.menu-right .item .sub-menu a {
    padding-left: 5px;
    color: black;
}
.menu-right-title {
    color: #f1692f;
    width: 100%;
    border-bottom: 2px solid #f1692f;
    font-size: 20px;
    font-weight: 600;
}
.rotate {
    transform: rotate(90deg);
}
.sub-item{
    border-bottom: 1px solid #bdc3c7;
}
.form-menu-right{
    background: linear-gradient(120deg, #e17055, #fab1a0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.form-menu-right h5,
.form-menu-right label{
    color: #ffff;
}
.gender-select{
    justify-content: space-between;
    max-width: 80%;
}
.form-menu-right button{
    width: 100%;
}
@media(max-width: 990px){
    .blog-wrapper{
        display: flex;
        flex-direction: column;
    }
    .actual-blog-left,
    .actual-blog-right,
    .actual-form-right{
        width: 100%;
    }
    .actual-blog-right img{
        display: none;
    }
}
.comment textarea{
    background: #f8f8f8;
}
.comment button{
    background: #f1692f;
    color: #fff;
}
.blog-img-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.related-blog-item a{
    text-decoration: none;
}
.related-blog-item img{
    max-width: 300px;
}
.related-blog-item h5{
    color: #f1692f;
}
.related-blog-item p{
    color: #000;
}
.colour-box{
    height: 50px;
    width: 50px;
    background: #f1692f;
    position: absolute;
    top:-25px;
    left: -25px;
    z-index: -1;
}