.section-padding {
    padding: 50px 0;
}
.section-border-btm {
    border-bottom: 1px solid #EDE8E9;
}
@media (max-width: 920px) {
    .section-padding {
        padding: 20px 0;
    }
}

.el__contact {
    margin-bottom: 30px;
}
.el__contact .el__light {
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #908E8E;
    margin-bottom: 1px;
}
.el__contact .el__bold {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #3A3335;
}

.box-faq-list {
    display: flex;
    flex-wrap: wrap;
}
.box-faq-list .box-faq-popular {
    width: 31.13%;
    margin-right: 28px;
    margin-bottom: 28px;
}
.box-faq-popular {
    background: #FFFFFF;
    border: 1px solid #EDE8E9;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 26px;
}
.box-faq-popular .name-faq {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #3A3335;
    min-height: 54px;
    margin-bottom: 10px;
}
.box-faq-popular .text-faq {
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    margin-bottom: 19px;
}
.box-faq-popular .link-faq {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #EB5E55;
    display: flex;
    align-items: center;
}
@media (max-width: 1024px) {
    .box-faq-list .box-faq-popular {
        margin-right: 20px;
    }
}
@media (max-width: 920px) {
    .box-faq-list {
        justify-content: space-between;
    }
    .box-faq-list .box-faq-popular {
        width: 46.33%;
        margin-right: 0;
    }
}
@media (max-width: 720px) {
    .box-faq-list .box-faq-popular {
        width: 100%;
    }
}

.list-venue-home {
    display: flex;
    flex-wrap: wrap;
}
.list-venue-home.box-center {
    justify-content: center;
}
.list-venue-home .box-venue {
    width: 30%;
    margin: 0 10px;
    margin-bottom: 28px;
}
.box-venue {
    background: #FFFFFF;
    box-shadow: 0px 3px 4px rgba(153, 155, 168, 0.15);
    border-radius: 6px;
}
.box-venue .image {
    display: block;
    width: 100%;
    height: 186.32px;
    background: #f4f4f4;
    border-radius: 6px 6px 0px 0px;
}
.box-venue .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0px 0px;
}
.box-venue .content {
    padding: 16px 17.62px;
}
.box-venue .content .name {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    color: #3A3335;
    margin-bottom: 0;
}
.box-venue .content .detail-box {
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
}
@media (max-width: 920px) {
    .list-venue-home.box-center {
        justify-content: normal;
    }
    .list-venue-home .box-venue {
        width: 45%;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (max-width: 720px) {
    .list-venue-home .box-venue {
        width: 100%;
    }
}

.div-venue-home {
    margin-bottom: 54px;
}
.title-black-xl {
    font-family: InterExtraBold;
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: -0.0944444px;
    color: #3A3335;
    margin-bottom: 0;
}
.text-black-xl {
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: -0.0944444px;
    color: #3A3335;
    margin-bottom: 0;
}
@media(max-width: 567px) {
    .title-black-xl {
        font-size: 24px;
        line-height: 36px;
    }
    .text-black-xl {
        font-size: 24px;
        line-height: 36px;
    }
}

.calendar-form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.calendar-form .calendar-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.calendar-form .calendar-btn .btn-calendar {
    margin: 0 5px;
}
.btn-calendar {
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #908E8E;
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 10px;
    border: none;
    padding: 11px 11px;
    transition: all .2s;
}
.btn-calendar:hover {
    transition: all .3s;
    box-shadow: 1px 0px 10px rgba(58, 51, 53, .1);
}
.calendar-form .calendar-content {
    padding-left: 13px;
    padding-top: 13px;
    display: inline-flex;
    flex: auto;
    position: relative;
}
.calendar-form .calendar-content .name {
    font-family: InterBold;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.0857143px;
    color: #3A3335;
}
@media(max-width: 820px) {
    .alert-absolute {
        position: absolute;
        bottom: -50%;
    }
}
@media(max-width: 576px) {
    .calendar-form {
        position: relative;
    }
    .calendar-form .calendar-btn {
        position: absolute;
        width: 100%;
        justify-content: space-between;
        z-index: 1;
    }
    .calendar-form .calendar-content {
        justify-content: center;
        padding-top: 6px;
        z-index: 0;
    }
}

.calendar-box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    margin-bottom: 21px;
}
.calendar-box .calendar-left {
    display: block;
    width: 70%;
    border-radius: 8px 0px 0px 8px;
}
.calendar-box .calendar-left .top-content {
    padding: 25px 24px;
    border: 1px solid #EDE8E9;
    border-bottom: none;
    border-top-left-radius: 8px;
}
.calendar-box .calendar-left .bottom-content {
    overflow: hidden;
    border-bottom-left-radius: 8px;
}
.calendar-box .calendar-right {
    display: block;
    width: 30%;
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 0px 8px 8px 0px;
    position: relative;
}

@media (max-width: 1024px) {
    .calendar-box .calendar-left,
    .calendar-box .calendar-right {
        width: 100%;
    }
    /*.calendar-box .calendar-left {*/
    /*    height: 100px;*/
    /*}*/
    .container-calendar {
        padding-left: 0;
        padding-right: 0;
    }
    .calendar-box .calendar-left .top-content {
        display: none;
    }
}

.calendar-box .date-top {
    padding: 25px 25px;
    border: 1px solid #EDE8E9;
    border-top-right-radius: 8px;
}
.calendar-box .date-top .name {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #3A3335;
    margin-bottom: 2px;
}
.calendar-box .date-top .text {
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    margin-bottom: 0;
}
.calendar-box .add-events-btn-bdr {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border: none;
    border-bottom: 1px solid #EDE8E9;
}
.calendar-box .add-events-btn-red {
    width: 100%;
    display: block;
    border: none;
    padding: 13px 0;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    background: #F0536D;
    border-radius: 10px;
    text-decoration: none;
    transition: all .2s;
}
.calendar-box .add-events-btn-red:hover {
    transition: all .3s;
    box-shadow: 0px 1px 10px #F0536D;
    /*transform: translateY(-5px);*/
}
.calendar-box .events-btn-gray-ic {
    width: 100%;
    display: flex;
    justify-content: center;
    border: none;
    padding: 13px 0;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    background: #FFFFFF;
    border: 1px solid #ECEEF5;
    box-sizing: border-box;
    border-radius: 10px;
    text-decoration: none;
    transition: all .2s;
}
.calendar-box .events-btn-gray-ic[disabled] {
    border-color: transparent;
    opacity: .5;
    pointer-events: none;
    user-select: none;
}
.calendar-box .group-btn {
    padding: 24px;
}
.calendar-box .group-btn button {
    margin-bottom: 8px;
}
.calendar-box .group-btn-bottom {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 24px;
}
@media (max-width: 1024px) {
    .calendar-box .group-btn-bottom {
        position: unset;
    }
    .calendar-box .add-events-btn-red {
        position: fixed;
        bottom: 100px;
        right: 5%;
        width: 90%;
        z-index: 10;
    }
}

.list-room-calendar {
    max-height: 596px;
    overflow-y: auto;
}
.list-room-calendar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #FFFFFF;
}
.list-room-calendar::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 6px;
}
.list-room-calendar .box-room {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 25px;
    background: #FFFFFF;
    border: 1px solid #EDE8E9;
}
.list-room-calendar .box-room .content {
    padding-top: 15px;
}
.list-room-calendar .box-room .name {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #3A3335;
    margin-bottom: 0;
    overflow-wrap: anywhere;
}
.list-room-calendar .box-room .text {
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
}
.list-room-calendar .box-room span {
    margin-left: auto;
    color: #3A3335;
}
.list-room-calendar .box-room[disabled] {
    opacity: .7;
    pointer-events: none;
    cursor: not-allowed;
}

.calendar-box .date-top-second {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px 55px;
    border: 1px solid #EDE8E9;
    border-top-right-radius: 8px;
}
.calendar-box .date-top-second .link-back {
    display: flex;
    align-items: center;
    font-family: InterBold;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #3A3335;
}
.calendar-box .date-top-second .name {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    margin-bottom: 0;
}

.calendar-box .events-detail {
    margin-bottom: 16px;
}
.calendar-box .events-detail .name {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #3A3335;
    margin-bottom: 4px;
    overflow-wrap: anywhere;
}
.calendar-box .events-detail .text {
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    margin-bottom: 0;
}

.history-box {
    display: flex;
    flex-wrap: wrap;
}
.history-box .left-box {
    width: 29.33%;
    margin-right: 14px;
    padding: 16px 28px 36px;
}
.history-box .right-box {
    width: 67.44%;
    margin-left: 14px;
}
.history-box .left-box,
.history-box .right-box {
    background: #FFFFFF;
    border: 1px solid #EDE8E9;
    box-sizing: border-box;
    border-radius: 14px;
}
@media(max-width: 1024px) {
    .history-box .left-box {
        margin-right: 0px;
    }
    .history-box .right-box {
        margin-left: 0px;
    }
    .history-box .left-box,
    .history-box .right-box {
        width: 100%;
        margin-bottom: 24px;
    }
}
.history-box .detail-box {
    padding: 12px 0;
}
.history-box .detail-box.with-border {
    border-bottom: 1px solid #EDE8E9;
}
.history-box .detail-img {
    display: block;
    width: 114px;
    height: 114px;
    border-radius: 20px;
    margin-bottom: 9px;
}
.history-box .detail-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    border-radius: 20px;
}
.history-box .name-venue {
    font-family: InterBold;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.0916667px;
    color: #3A3335;
    margin-bottom: 0;
    max-width: 288px;
}
.history-box .sub-detail-box {
    margin-bottom: 16px;
}
.history-box .sub-detail-box .gray {
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #908E8E;
    margin-bottom: 4px;
}
.history-box .sub-detail-box .bold {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #3A3335;
}
.history-box .title-detail-md {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #3A3335;
    margin-bottom: 16px;
}
.history-box .group-btn {
    padding-top: 17px;
}
.history-box .detail-content-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 21px 20px;
}
.history-box .detail-content-top .content {
    margin-left: auto;
    display: inline-flex;
}
.history-box .detail-content-top .title {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #3A3335;
}
@media (max-width: 920px) {
    .history-box .detail-content-top .content {
        margin-left: 0;
    }
}
@media (max-width: 684px) {
    .history-box .detail-content-top .content {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }
}
.history-box .detail-content-top .form-m {
    display: inline-block;
    margin-right: 16px;
}
.history-box .detail-content-top .form-m:last-child {
    margin-right: 0;
}
.form-m.with-ic {
    position: relative;
}
.form-m.with-ic span {
    position: absolute;
    top: 25%;
    left: 8.5%;
    color: #908E8E;
}
.form-m .form-m-control {
    width: 100%;
    outline: 0;
    background: #FFFFFF;
    border: 1px solid #ECEEF5;
    box-sizing: border-box;
    border-radius: 10px;

    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    padding: 12px 0px 12px 50px;
}
.form-m .form-m-control-select {
    width: 100%;
    outline: 0;
    background: #FFFFFF;
    border: 1px solid #ECEEF5;
    box-sizing: border-box;
    border-radius: 10px;

    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    padding: 12px 40px 12px 20px;
}
.form-m .form-m-control-select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    padding-right: 15px;
    background-image: url(../../assets/icon/ic_dropdown.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 10px;
}
@media (max-width: 684px) {
    .form-m {
        margin-bottom: 10px;
    }
    .history-box .detail-content-top .form-m {
        margin-right: 0px;
    }
    .form-m .form-m-control {
        text-align: center;
        padding: 12px 12px 12px 25px;
    }
    .form-m.with-ic span {
        left: 28%;
    }
    .form-m .form-m-control-select {
        text-align: center;
    }
}

.btn-block-gray {
    display: block;
    width: 100%;
    border: none;
    text-decoration: none;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    text-align: center;
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 10px;
    padding: 10px 50.77px;
}
.btn-light-white-ic {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #ECEEF5;
    box-sizing: border-box;
    border-radius: 10px;
    text-decoration: none;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    padding: 10px 47.33px;
}
.btn-light-white-ic.p-sm {
    padding: 10px 29.33px;
}
.btn-outline-white-sm {
    border: 1px solid #EDE8E9;
    border-radius: 4px;
    text-decoration: none;
    font-family: InterBold;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.005em;
    color: #908E8E;
    padding: 8px 16px;
}

.table_custom-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.table_custom {
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    border-collapse: collapse;
}
.table_custom th {
    padding: 18px 24px;
    background: #FAFAFB;
    box-shadow: inset 0px -1px 0px #EDF2F7;

    font-family: InterBold;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #908E8E;
}
.table_custom td {
    padding: 16px 24px;

    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #3A3335;
    border-bottom: 1px solid #EDE8E9;
    overflow-wrap: anywhere;
}
.table_custom th.w-1 {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}
.table_custom th.w-2 {
    width: 142px;
    min-width: 142px;
    max-width: 142px;
}
.table_custom .text-red {
    color: #EB5F56!important;
}
.table_custom .table_image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.table_custom .table_image img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 7px;
    background: #DDD;
}
.table_custom .table_image .name {
    margin-left: 12px;
    font-family: InterBold;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #3A3335;
}
.table_history td:nth-of-type(1) {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
}
.table_history td:nth-of-type(2) {
    width: 144px;
    max-width: 144px;
    min-width: 144px;
}
.table_history td:nth-of-type(3) {
    width: 124px;
    max-width: 124px;
    min-width: 124px;
}
.table_history td:nth-of-type(4) {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
}
/*@media (max-width: 920px) {*/
/*    .table_history td:nth-of-type(4) {*/
/*        width: 160px;*/
/*        max-width: 160px;*/
/*        min-width: 160px;*/
/*    }*/
/*}*/
.table_history_detail td:nth-of-type(1),
.table_history_detail td:nth-of-type(2),
.table_history_detail td:nth-of-type(3) {
    width: 152px;
    max-width: 152px;
    min-width: 152px;
}
.table_history_detail td:nth-of-type(4) {
    width: 129px;
    max-width: 129px;
    min-width: 129px;
}
.table_history_detail td:nth-of-type(5) {
    width: 129px;
    max-width: 129px;
    min-width: 129px;
}
.table_history_detail td:nth-of-type(6) {
    width: 129px;
    max-width: 129px;
    min-width: 129px;
}
.table_history_detail td:nth-of-type(7) {
    width: 129px;
    max-width: 129px;
    min-width: 129px;
}
.table_history_detail td:nth-of-type(8) {
    width: 115px;
    max-width: 115px;
    min-width: 115px;
    display: grid;
    grid-auto-columns: max-content;
    gap: 5px;
}
@media (max-width: 920px) {
    .table_custom thead,
    .table_custom tbody,
    .table_custom th,
    .table_custom td,
    .table_custom tr {
        display: block;
    }
    .table_custom th {
        display: none;
    }
    .table_custom tr {
        margin: 8px;
    }
    .table_custom td {
        display: flex;
        width: 100%!important;
        max-width: 100%!important;
        min-width: 100%!important;
        padding: 0px;
        border: 1px solid #EDF2F7;
    }
    .table_custom td[data-label]:before {
        padding: 18px 24px;
        margin-right: 10px;
        background: #FAFAFB;
        font-family: InterBold;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #908E8E;
        content: attr(data-label);
    }
    .table_custom td:not([data-label]) {
        align-items: center;
        justify-content: center;
        padding: 13px 24px;
    }
    .table_custom .table_content {
        padding: 16px 24px;
    }

    .table_history_detail tr {
        margin: 0px 0 40px;
    }
}
@media (max-width: 575px) {
    .table_custom td:before {
        width: 39%;
    }
}

.page-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 32px;
}
.page-header .head-title {
    display: flex;
    align-items: center;
}
.page-header .head-form {
    display: flex;
    margin-left: auto;
    width: 60%;
}
.page-header .head-form .form-m {
    margin-right: 16px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.page-header .head-form .form-m.w-166 {
    max-width: 166px;
}
.page-header .head-title .name {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #3A3335;
    margin-bottom: 0;
    margin-left: 12px;
}
.page-header .head-title .image {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 7px;
    margin-left: 20px;
}
.page-header .head-title .image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background: #dddddd;
    object-fit: cover;
}
.page-header .head-form .form-wrapper {
    margin-right: 16px;
}
@media (max-width: 1390px) {
    .btn-light-white-ic.p-sm {
        padding: 10px 16.33px;
    }
}
@media (max-width: 1024px) {
    .page-header .head-form {
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 920px) {
    .page-header .head-form {
        display: block;
    }
    .page-header .head-form .form-m {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .page-header .head-form .form-m.w-166 {
        max-width: 100%;
    }
    .page-header .head-form .form-m.w-166 .form-m-control {
        padding: 12px 0px 12px 90px;
    }
    .page-header .head-form .form-m.w-166.with-ic span {
        left: 6.5%;
    }
    .page-header .head-form .form-wrapper {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .page-header .head-title {
        width: 100%;
        margin-bottom: 10px;
    }
    .page-header .head-form {
        display: contents;
    }
    .page-header .head-form .form-m {
        margin-right: 0;
    }
    .page-header .head-form .form-m:nth-child(2),
    .page-header .head-form .form-m:nth-child(3) {
        width: 48%;
    }
    .page-header .head-form .form-wrapper {
        order: 4;
    }
    .page-header .head-form .form-m:nth-child(1) {
        order: 3;
    }
    .page-header .head-form .form-m:nth-child(2) {
        order: 2;
        margin-left: 7px;
    }
    .page-header .head-form .form-m:nth-child(3) {
        order: 1;
        margin-right: 7px;
    }
    .form-m.with-ic span {
        left: 10%;
    }

    .page-header .head-form .form-m.w-166:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 360px) {
    .page-header .head-form .form-m:nth-child(2),
    .page-header .head-form .form-m:nth-child(3) {
        width: 100%;
    }
    .page-header .head-form .form-m:nth-child(2) {
        margin-left: 0px;
    }
    .page-header .head-form .form-m:nth-child(3) {
        margin-right: 0px;
    }
    .form-m.with-ic span {
        left: 28%;
    }

    .page-header .head-form .form-m.w-166 .form-m-control {
        padding: 12px 12px 12px 25px;
    }
}
.btn-back-page-ic {
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #908E8E;
    padding: 14px;
}

/*.avatar-users-lg {*/
/*    display: block;*/
/*    height: 110px;*/
/*    width: 110px;*/
/*    border-radius: 110px;*/
/*    margin: 0 auto;*/
/*}*/
/*.avatar-users-lg img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: scale-down;*/
/*}*/

