:root {
    --height: 100%;
    --width: 100%
}

@font-face {
    font-family: "Rift Soft";
    src: url("../fonts/RiftSoftBold.otf"), url("../fonts/RiftSoftMedium.otf"), url("../fonts/RiftSoftDemi.otf");
}

body {
    margin: 0;
    padding: 0;
    /* font-family: 'Noto Sans JP', sans-serif !important; */
    /* font-family: "Yu Gothic" !important; */
    /* background-color: #0064A7 !important; */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
    font-weight: 500;
    color: #333 !important;
    position: relative;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    color: #848484;
}

li {
    list-style-type: none;
}

select,
input {
    border: 1px solid #BBBBBB !important;
    box-shadow: none !important;
    font-size: 14px !important;
    height: 40px !important;
    border-radius: 4px;
    color: #333333 !important;
}

.form-control[readonly] {
    background-color: #FFFFFF !important;
}

.font-rift-soft {
    font-family: "Rift Soft", sans-serif !important;
}

textarea {
    border: 1px solid #BBBBBB !important;
    box-shadow: none !important;
    font-size: 14px !important;
    border-radius: 4px;
    color: #333333 !important;
}

p {
    margin: 0 !important;
    padding: 0 !important;
}

label {
    margin-bottom: 0 !important;
    font-weight: 500;
}

select-error {
    border-color: #FF0034 !important;
}

input.error {
    border: 1px solid #FF0034 !important;
    background-color: rgb(255 0 52 / 5%) !important;
}

textarea.error {
    border-color: #FF0034 !important;
    background-color: rgb(255 0 52 / 5%) !important;
}

.font-w500 {
    font-weight: 500 !important;
}

img {
    object-fit: cover;
    transition: all .2s;
}

.cus-img-room {
    height: 15px;
}

footer {
    background-color: #FFF;
}

.btn {
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !important;
}

button:focus {
    outline: none !important;
    outline: none !important;
}

.btn-common {
    background-color: #0064A7;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border-radius: 40px !important;
    padding: 9px;
    letter-spacing: 2px;
    border: 2px solid #0064A7 !important;
    cursor: pointer;
}

.btn-common:hover,
.btn-next:hover {
    background-color: #FFFFFF !important;
    color: #0064A7 !important;
    border: 2px solid #0064A7 !important;
}

.btn:focus {
    box-shadow: none !important;
}

.border-label-rps {
    border: 1px solid #eaf2f8;
    ;
}

.border-custom {
    border: 1px solid #BBBBBB;
    border-top: none;
}

.text-red {
    color: #FF0034 !important;
}

.text-blue {
    color: #0064A7 !important;
}

.text-gray {
    color: #333333;
}

.text-70 {
    color: #707070 !important;
}

.text-secondary {
    color: #6c757d !important;
    font-weight: 500
}

.bg-gray-detail {
    background-color: rgb(245 245 245 / 80%);
}

.bg-blue {
    background-color: #EAF2F8;
}

.bg-blue-50 {
    background-color: rgb(234 242 248 / 50%);
}

.bg-gray {
    background-color: #707070 !important;
}

.radio-custom {
    width: 15px !important;
    height: 15px !important;
    vertical-align: bottom;
}

.font-w700 {
    font-weight: 700 !important;
}

.font-w300 {
    font-weight: 300 !important;
}

.font-z26 {
    font-size: 26px !important;
}

.font-z24 {
    font-size: 24px !important;
}

.font-z22 {
    font-size: 22px !important;
}

.font-z20 {
    font-size: 20px;
}

.font-z18 {
    font-size: 18px !important;
}

.font-z14 {
    font-size: 14px !important;
}

.font-z15 {
    font-size: 15px !important;
}

.font-z16 {
    font-size: 16px !important;
}

.font-z13 {
    font-size: 13px !important;
}

.font-z12 {
    font-size: 12px !important;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.cus-min-height-65 {
    min-height: 65px;
    margin-bottom: 2px !important;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.cus-hide.d-flex {
    display: none !important;
}

.pull-left {
    left: 0;
}

.z-index {
    z-index: 2 !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-n2 {
    margin-top: -2px;
}

.mt-n10 {
    margin-top: -10px;
}

.lh-18 {
    line-height: 1.8;
}

.lh-22 {
    line-height: 22px;
    margin-top: 12px !important;
}

.ls-15 {
    letter-spacing: 1.5px;
}

.mr-n4 {
    margin-right: -4px;
}

.btn-w-278 {
    width: 278px !important;
    margin-top: 60px !important;
}

.btn-w-344 {
    width: 344px;
    height: 57px;
    line-height: 42px !important
}

.btn-w116 {
    width: 116px;
    height: 40px;
}

.w-530 {
    max-width: 530px !important;
    flex: 1 !important;
}

.w-700 {
    max-width: 700px !important;
}

.w-645 {
    width: 645px;
}

.text-break {
    word-break: break-all;
}

input::placeholder,
textarea::placeholder {
    color: #BBB !important;
    font-weight: 300;
    letter-spacing: 1.5px;
}

textarea:focus,
input:focus {
    box-shadow: none !important;
    outline: none !important;
}

input[type='file'] {
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
}

input[type='checkbox'] {
    width: 20px !important;
    height: 20px !important;
    -webkit-appearance: none;
    background-color: #F6F7FA;
    border: none;
    border-radius: 0 !important;
}

input[type='checkbox']:checked {
    background: url('../images/icon-checkbox.svg') no-repeat center center;
    background-size: 90%;
    background-color: #55A7FD !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='date']:in-range::-webkit-datetime-edit-year-field,
input[type='date']:in-range::-webkit-datetime-edit-month-field,
input[type='date']:in-range::-webkit-datetime-edit-day-field,
input[type='date']:in-range::-webkit-datetime-edit-text {
    color: transparent;
}

.property-detail::-webkit-scrollbar,
.menu-list-property::-webkit-scrollbar,
.form-item-selct::-webkit-scrollbar,
.content-step::-webkit-scrollbar,
.service-renovations::-webkit-scrollbar,
.menu-list::-webkit-scrollbar,
.price::-webkit-scrollbar {
    width: 1px;
    height: 0px;
}

.property-detail::-webkit-scrollbar-thumb,
.menu-list-property::-webkit-scrollbar-thumb,
.form-item-selct::-webkit-scrollbar-thumb,
.content-step::-webkit-scrollbar-thumb,
.service-renovations::-webkit-scrollbar-thumb,
.menu-list::-webkit-scrollbar-thumb,
.price::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: transparent;
}

.btn-back-nav {
    transform: rotate(180deg);
    margin-right: 10px;
    margin-left: 6px;
}


/* Header */

.container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 !important;
}

.header-menu>.container {
    max-width: 1340px !important;
    margin: 0 auto;
    padding: 0 20px !important;
}

.header-container {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.header-menu {
    background-color: #0064A7;
    white-space: nowrap;
}

.header-menu .menu-children {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1300px;
    margin: 0 auto;
    height: 80px;
}

.header-menu .menu-logo-home {
    position: relative;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 100px;
}

.menu-list .menu-item-nav {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15px;
    position: relative;
}

.menu-item-nav>u {
    max-width: 220px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menu-list {
    display: flex;
    overflow: auto;
}

.menu-list li:nth-child(odd) {
    margin: 0 32px;
}

.line-border {
    border-top: 1px solid #BBBBBB;
    margin: 16px 0 8px;
}


/* End */


/* Main content */

.wrapper-container {
    overflow: hidden;
}

.container-main {
    background-color: #ffff;
}

.container-intro {
    height: 800px;
    background-color: #FFFFFF;
}

.intro-ball {
    position: absolute;
    top: -300px;
    right: -80px;
}

.intro-ball-content {
    position: absolute;
    left: 115px;
    top: 50%;
}

.ball-content-title {
    color: #454545;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 5px;
    margin-left: 4px;
    margin-top: 23px;
    font-size: inherit;
}

.ball-content-title>span:first-child {
    font-size: 30px;
}

.ball-content-title>span:last-child {
    font-size: 24px;
}

.ball-content-title>span {
    background-color: #FFF433;
    padding: 2px 10px;
}

.cus-auto-height-mb-2 {
    height: auto !important;
    margin-bottom: 2px !important;
}

.cus-height-manager-type {
    height: auto !important;
}

.service-tilte {
    width: fit-content;
    margin: 0 auto;
    margin-top: -53px;
}

.service-info {
    position: absolute;
    top: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 120px 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.title-intro::before {
    content: "";
    position: absolute;
    left: -60px;
    background: url(../images/frame-left.svg) no-repeat center center;
    width: 52px;
    height: 60px;
}

.title-intro::after {
    content: "";
    position: absolute;
    right: -60px;
    background: url(../images/frame-right.svg) no-repeat center center;
    width: 52px;
    height: 60px;
}

.bg-title-service {
    position: absolute;
    width: 540px;
    bottom: -12px;
    left: -4px;
    z-index: -1;
}

.bg-title-renovations {
    position: absolute;
    bottom: -6px;
    z-index: -1;
}

.service-content {
    margin-top: 50px;
}


/* start show toast */

.toast {
    visibility: hidden;
    min-width: 460px;
    max-width: 460px;
    background-color: #333333 !important;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 15px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    position: fixed;
    z-index: 10000;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    font-size: 16px;
}

.toast.show {
    visibility: visible;
    animation: fadein 0.5s;
}

@keyframes fadein {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.content-step {
    display: flex;
    padding: 25px 0;
}

.content-step .step {
    margin-right: 45px;
}

.content-step .step:last-child {
    margin-right: 0;
}

.content-step .step .step-number {
    position: absolute;
    top: -33px;
    left: -10px;
}

.step img {
    margin-bottom: 30px;
}

.btn-next {
    margin-top: 100px;
    background-color: #0064A7;
    width: 480px;
    height: 60px;
    color: #FFFFFF;
    font-weight: 700 !important;
    font-size: 24px !important;
    border-radius: 36px !important;
    padding: 9px !important;
    letter-spacing: 2px;
    border: 2px solid #0064A7 !important;
}

.btn-next-contact:hover img,
.btn-next:hover img {
    filter: invert(71%) sepia(74%) saturate(1900%) hue-rotate(176deg) brightness(83%) contrast(97%)
}

.btn-next-contact-2:hover img,
.btn-next:hover img {
    filter: invert(71%) sepia(74%) saturate(1900%) hue-rotate(176deg) brightness(83%) contrast(97%)
}

.service-renovations {
    background-color: #F2F6F9;
    padding-bottom: 60px;
    overflow: auto;
}

.renovations-info {
    max-width: 1300px;
    margin: 0 auto;
    min-width: 1000px;
    overflow: hidden;
}

.renovations-tilte {
    width: fit-content;
    margin: 0 auto;
    padding-top: 64px;
}

.title-renovations {
    z-index: -2;
    margin: 0 35px 0 35px;
}

.renovations-content {
    margin-top: 60px;
}

.product-special {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.product-special>div:first-child {
    flex: 1 0 50%;
    height: 368px;
}

.ml-n6 {
    margin-left: -6px;
}

.mr-n6 {
    margin-right: -6px;
}

.product-special>div>a,
.product-special>div>a:first-child>img {
    width: 100%;
    height: 100%;
}

.product-info h4 a {
    z-index: 2;
    font-size: 32px;
    letter-spacing: -1px;
}

.product-info .h4-style a {
    z-index: 2;
    font-size: 32px;
    letter-spacing: -1px;
}

.detail-count-price-line::before,
.home-count-price-line::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 16px;
    bottom: 0;
    background: #FFF64C;
    z-index: -1;
}

.product-info h4 a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 13px;
    bottom: 2px;
    background: #FFF64C;
    z-index: -1;
}

.product-info .h4-style a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 13px;
    bottom: 2px;
    background: #FFF64C;
    z-index: -1;
}

.cus-mt-tag-a {
    margin-top: -7px !important;
}

.custom-btn-next-blue {
    margin-top: -1px !important;
    width: 23px;
}

.product-info h4 a div::after {
    content: '';
    position: absolute;
    min-width: 347px;
    left: 0;
    height: 16px;
    bottom: 39px;
    background: #FFF64C;
    z-index: -1;
}

.first-price-yl-bg {
    background-image: url(../images/yl-bg.svg);
    position: absolute;
    bottom: 37px;
    height: 17px;
    z-index: -1;
}

.first-room-yl-bg {
    background-image: url(../images/yl-bg.svg);
    position: absolute;
    bottom: -2px;
    height: 17px;
    z-index: -1;
}

.product-info .price {
    height: 53px;
}

.price {
    display: inline-block;
    align-items: center;
    background-color: #FFF64C;
    padding: 6px 16px 10px;
    color: #333333;
    white-space: nowrap;
    min-width: 194px;
    overflow: auto;
}

.price.custom-price {
    width: fit-content;
    font-size: 16px !important;
}

.btn-deail-special {
    margin-left: auto !important;
    cursor: pointer;
}

.btn-deail-special img {
    margin-top: -12px;
}

.list-item {
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 14px);
    overflow: hidden;
}

.list-item>div>img {
    height: 204px;
}

.list-item>.title {
    color: #5A5A5B;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    margin: 8px 0 12px !important;
}

.list-item>.title:hover {
    text-overflow: clip;
    white-space: normal;
}

.swal2-popup {
    border-radius: 10px !important;
    padding: 40px !important;
    width: auto !important;
}

.swal2-content {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.swal2-actions {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    margin-top: 40px !important;
}

.customer-popup-logout-confirm>.swal2-actions>.swal2-cancel,
.customer-popup-confirm-delete>.swal2-actions>.swal2-cancel {
    background-color: #BBBBBB !important;
    color: #333333 !important;
    box-shadow: none !important;
    border: 2px solid #BBBBBB !important;
    width: 240px;
    height: 56px;
    padding: 0;
    line-height: 16px;
    font-size: 16px !important;
    font-weight: 500;
    border-radius: 36px !important;
    margin: 0 40px 0 0 !important;
    transition: color .2s ease-in-out, background-color .2s ease-in-out !important;
}

.customer-popup-logout-confirm>.swal2-actions>.swal2-cancel:hover,
.customer-popup-confirm-delete>.swal2-actions>.swal2-cancel:hover {
    box-shadow: none !important;
    background-color: #fff !important;
    color: #333333 !important;
    border: 2px solid #BBBBBB !important;
    background-image: none !important;
}

.customer-popup-logout-confirm>.swal2-actions>.swal2-confirm {
    background-color: #0064A7 !important;
    color: #fff;
    border-radius: unset;
    box-shadow: none !important;
    border: 2px solid #0064A7 !important;
    width: 240px;
    height: 56px;
    padding: 0;
    line-height: 16px;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0 !important;
    border-radius: 36px !important;
    transition: color .2s ease-in-out, background-color .2s ease-in-out !important;
}

.customer-popup-logout-confirm>.swal2-actions>.swal2-confirm:hover {
    box-shadow: none !important;
    background-color: #fff !important;
    color: #0064A7 !important;
    border: 2px solid #0064A7 !important;
    background-image: none !important;
}

.customer-popup-confirm-delete>.swal2-actions>.swal2-confirm {
    background-color: #FF0034 !important;
    color: #fff;
    border-radius: unset;
    box-shadow: none !important;
    border: 2px solid #FF0000 !important;
    letter-spacing: 2px;
    width: 240px;
    height: 56px;
    padding: 0;
    line-height: 16px;
    font-size: 16px !important;
    margin-right: 15px;
    font-weight: 500;
    margin: 0 !important;
    border-radius: 36px !important;
    transition: color .2s ease-in-out, background-color .2s ease-in-out !important;
}

.customer-popup-confirm-delete>.swal2-actions>.swal2-confirm:hover {
    box-shadow: none !important;
    background-color: #fff !important;
    color: #FF0034 !important;
    border: 2px solid #FF0034 !important;
    background-image: none !important;
}

.list-item>.price {
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    background-color: transparent;
    white-space: nowrap;
}

.list-item>.price :last-child {
    margin-left: -4px;
}

.two-line {
    padding: 0 10px !important;
    background-color: #FFF64C !important;
}

.contact-header {
    position: relative;
    margin-top: 80px;
    margin-bottom: 60px;
    height: 300px;
    background-color: #F9FAFC;
    justify-content: space-between;
    align-items: center;
}

.contact-header .container:first-of-type {
    height: 100%;
    display: flex;
    align-items: center;
}

.contact-header .container:first-of-type>img {
    z-index: 10;
}

.bg-header-contact {
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
}

.contact {
    margin-top: 90px;
    min-width: 600px;
    overflow: auto;
}

.contact-form {
    width: 100%;
    max-width: 560px;
    margin: 0 !important;
}

.contact-form .form-item {
    width: 100%;
}

.contact-form .form-item .title {
    width: 100%;
    font-size: 18px;
    padding-bottom: 8px;
    color: #333333;
    border-bottom: 1px solid #BBBBBB;
    margin-top: 20px;
    font-weight: 700;
    color: #333333;
}

.form-item-custom {
    margin-bottom: -40px;
}

.form-item .input-name {
    display: flex;
    margin: 20px 0;
    width: 100%;
}

.form-item .input-name .icon-user {
    font-size: 14px;
    line-height: 38px;
    color: #707070;
    font-weight: 700;
    color: #707070;
    padding: 0;
}

.form-item .input-name .lable-name {
    margin-top: 5px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 19px;
    color: #848484;
    font-weight: 500;
}

.form-item .input-name .lable-name.text-wrap {
    white-space: unset !important;
}

.wrapper-return img {
    margin-top: 2px;
}

.renovations-intro {
    padding: 30px 50px;
    text-align: center;
    padding-bottom: 90px;
}

.renovations-intro>p {
    font-size: 22px;
    line-height: 1.9;
    letter-spacing: 0.9px;
}

.renovations-content-step {
    display: flex;
    justify-content: space-between;
    padding: 20px 100px 20px 90px !important;
    background-color: #FFFFFF;
    margin-bottom: 40px;
    border-radius: 40px;
    height: 350px;
}

.renovations-content-step:first-child {
    height: 430px;
}

.step-info {
    width: 660px;
}

.step-info>img {
    width: 93px;
    height: 93px;
    margin-left: -65px;
    margin-bottom: -5px;
}

.step-info>p {
    line-height: 1.8;
}

.renovations-content-step .step-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.renovations-content-step .step-img img {
    object-fit: cover;
    width: 300px;
    height: 300px;
    margin-right: 25px;
}

.content-term-use {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    padding-bottom: 60px;
}

.content-term-use>.intro {
    margin-bottom: 40px;
    margin-top: 60px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.content-term-use .rules {
    margin-top: 20px;
}

.content-term-use .rules .title {
    border-bottom: 2px solid #0064A7;
    padding-bottom: 8px !important;
}

.rule-content {
    line-height: 2;
}

.rule-content>div {
    letter-spacing: 0.6px;
}

.heading-policy {
    padding: 16px;
    background-color: #EAF2F8;
    color: #0064A7;
    font-size: 22px;
    letter-spacing: 2px;
}

.contact.company {
    min-width: auto;
}

.company-info-wrapper {
    max-width: 990px;
    width: 100%;
    margin-bottom: 60px;
    padding: 0 20px;
}

.input-create-user {
    height: 100%;
    display: flex;
    align-items: center;
}

.code-detail {
    padding: 7px 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #EAF2F8;
    border-left: none !important;
    border-right: 2px solid #EAF2F8;
    height: inherit;
    color: #333333;
    line-height: 2;
    padding-left: 20px !important;
}

.company-info-wrapper *:first-child .input-create-user .code-detail:first-child {
    color: red !important;
}

.code-label {
    background-color: #EAF2F8;
    height: calc(100% - 2px);
    display: flex;
    font-size: 16px;
    padding: 20px !important;
    font-weight: 700;
    color: #333333;
    width: 30% !important;
}

.border-bottom-custom {
    border-bottom: 2px solid #EAF2F8 !important;
}

.border-top-custom {
    border-top: 2px solid #EAF2F8;
}

.property-list {
    padding: 0 130px;
    min-height: 65vh;
}

.dropdown-search {
    font-weight: 300;
    color: #707070;
    padding-bottom: 21px;
    border-bottom: 1px solid #707070;
}

.arrow-down-img {
    margin-left: 30px;
    margin-bottom: 2px;
    transition: all 0.3s;
}

.arrow-down-img-rotate {
    transform: rotate(-180deg);
}

.property-list .menu-list-property {
    padding: 60px 67px;
}

.property-list .item-property {
    display: flex;
    min-width: 750px;
}

.property-list .item-property>a,
.property-list .item-property>a>img {
    width: 216px;
    height: 144px;
    flex-shrink: 0;
}

.property-list .item-info {
    margin-left: 45px;
    font-size: 16px;
    flex: 1;
    color: #333333;
}

.mb-a3 {
    margin-bottom: -3px;
}

.btn-favorite {
    width: 112px !important;
    height: 36px !important;
    border-radius: 20px !important;
    border: 2px solid #0064A7 !important;
    color: #0064A7 !important;
    background: #ffffff;
}

.btn-favorited {
    width: 112px !important;
    height: 36px !important;
    border-radius: 20px !important;
    border: none !important;
    background-color: rgb(245 245 245 / 80%);
}

.like-position {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.like-position-choose {
    background-color: #FFF65B;
    border: none;
    width: 124px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.m-20 {
    margin: 20px !important;
}

.like-position-choose.btn-favorite:active img {
    filter: none !important;
}

.line-border-property {
    border-top: 1px solid #BBBBBB;
    margin: 20px 0;
    min-width: 750px;
}

.dropdown-content {
    display: none;
}

.form-item-selct,
.my-40 {
    margin: 40px 0 !important;
}

.form-item-selct:nth-last-child(2) {
    overflow: auto;
}

.select-radio-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 180px;
    width: 180px;
    padding: 0 0 16px 0 !important;
    border: none !important;
    border-bottom: 1px solid #333333 !important;
    margin-bottom: 20px;
    border-radius: 0 !important;
}

.select-radio-custom .select-items {
    max-height: 230px;
}

.custom-select>.select-choose {
    position: absolute;
    color: #707070;
    cursor: pointer;
}

.code-label-select {
    max-width: 130px;
    width: 130px;
    white-space: nowrap;
    color: #333333;
}

.code-detail-select {
    flex: 1;
    min-width: 810px;
}

#append-district {
    margin: 0 -20px !important;
    margin-bottom: -20px !important;
}

.col-checkbox {
    display: flex;
    font-size: 14px;
    color: #333333;
    margin: 0 20px;
    margin-bottom: 20px !important;
}

.col-checkbox-plan {
    display: flex;
    width: calc(100 /6);
    font-size: 14px;
    color: #333333;
}

.col-checkbox-plan>input,
.col-checkbox>input {
    margin-right: 10px;
}

.img-mt-n25 {
    margin-top: -25px;
}

.h4-style {
    font-size: 1.5rem;
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-family: inherit;
    line-height: 1.2;
}

.h2-style {
    font-size: 2.5rem;
}


/* End */


/* Footer */

.footer-menu {
    background-color: rgb(242 246 249 / 81%) !important;
    position: absolute;
    left: 0;
    right: 0;
}

.footer-menu .menu-children {
    margin: 30px 0 50px;
    height: auto;
    justify-content: space-between !important;
    align-items: flex-start;
    overflow: hidden;
}

.footer-menu .menu-list {
    flex-wrap: wrap;
    justify-content: end;
    row-gap: 20px;
    max-width: 800px;
    padding-left: 0;
}

.footer-menu li a {
    display: flex !important;
}

.footer-menu li:nth-child(odd) {
    margin: 0 !important;
}

.footer-menu li a {
    padding-right: 24px;
    color: #333333 !important;
    font-weight: 700;
}

.footer-menu .license {
    font-size: 14px;
    color: #333333;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
}

.custom-select-station {
    max-width: 377px !important;
    width: 377px !important;
    border-radius: 4px !important;
    border: 1px solid #BBB !important;
    padding: 0 16px !important;
    font-size: 14px;
    line-height: 36px !important;
}

.select-custom-radio {
    cursor: pointer;
}

.select-radio-group {
    position: absolute;
    top: 103%;
    left: 0;
    width: 100%;
    background: #EAF2F8;
    z-index: 50;
    color: #333333;
    font-size: 14px;
    cursor: auto;
    display: none;
    max-height: 220px;
    overflow: auto;
}

.select-radio-group .radio-group {
    padding: 5px 16px;
    display: flex;
    align-items: center;
    letter-spacing: 1.5px;
}

.select-radio-group .radio-group:first-child {
    padding-top: 9px;
}

.select-radio-group .radio-group input[type="radio"] {
    margin-right: 8px;
    margin-top: 3px;
}

.img-select-radio {
    transition: all .3s;
}

.route {
    transform: rotate(-180deg);
}

.custom-prefectures>.select-selected {
    font-weight: 300;
}

.custom-prefectures>.select-selected:after {
    top: 14px;
    right: 11px;
}

.custom-prefectures>.select-arrow-active:after {
    top: 11px;
}

.custom-prefectures>.select-items {
    max-height: 500px;
    overflow: overlay;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border: none;
    top: 110% !important;
    padding: 14px 0;
}

.property-detail {
    max-width: 990px;
    margin: 0 auto;
    overflow: auto;
    overflow-y: hidden;
    padding: 0 20px;
}

.property-detail>div {
    min-width: 901px;
}

.code-label-product {
    background-color: #EAF2F8;
    height: calc(100% - 2px);
    min-width: 150px;
    max-width: 150px;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 11px 0 11px 20px !important;
    font-weight: 700;
    color: #333333;
}

.bg-title-detail {
    position: absolute;
    bottom: 5px;
    height: 15px;
    left: 0;
    z-index: -1;
}

.img-represent {
    margin-top: 20px;
    width: 100%;
    height: 475px;
}

.price-product {
    font-size: 36px;
    z-index: 2;
    margin-left: 20px;
    letter-spacing: 2.6px;
}

.property-slider {
    min-width: auto !important;
}

.property-footer .title,
.property-table .title {
    font-size: 22px;
    margin-left: 12px;
}

.property-table a {
    color: #55A7FD;
    text-decoration-line: underline;
}

.code-label-mbt {
    margin-top: -1px !important;
    height: calc(100% - 1px);
    border-top: 1px solid #EAF2F8;
}

.code-label-mbb {
    margin-bottom: -1px !important;
    height: calc(100% - 1px);
    border-bottom: 1px solid #EAF2F8;
}

.w-222 {
    width: 222px;
    max-width: 222px;
}

.property-map .map-content {
    padding: 30px 40px;
}

.map-title {
    font-size: 20px;
    padding: 0 0 5px 8px;
    border-bottom: 2px solid #0064A7;
    margin-bottom: 20px;
}

.map-list {
    flex-wrap: wrap;
    padding: 8px;
    margin-left: -8px;
}

.map-list .map-item {
    max-width: 280px;
    width: calc((100% / 3) - 8px);
    padding: 12px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 8px;
    font-weight: 500;
    background-color: #FFFFFF;
    height: fit-content;
}

.map-item-img {
    width: 201px;
    height: 134px;
    margin-bottom: 8px;
}

.map-item-title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

#map {
    padding: 20px;
    background-color: #FFFFFF;
}

.property-footer {
    padding-top: 20px;
    padding-bottom: 80px;
}

.img-property-footer>img {
    width: 380px;
    height: 198px;
}

.img-property-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #EAF2F8;
    border-bottom: 2px solid #EAF2F8;
    border-top: 1px solid #EAF2F8;
    padding: 20px 19px;
}

.btn-next-contact {
    width: 440px;
    font-size: 24px !important;
    height: 80px !important;
    line-height: 65px !important;
    margin-bottom: 60px !important
}

.btn-next-contact-2 {
    width: 391px;
    font-size: 24px !important;
    height: 79px !important;
    line-height: 65px !important;
    margin-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
}

.btn-next-contact>img {
    margin-left: 8px;
    margin-top: -10px
}

.btn-next-contact-2>img {
    margin-left: 8px;
    margin-top: -10px
}

.btn-favorited-2 {
    background: #fff433 !important;
    width: 391px;
    font-size: 24px !important;
    font-weight: 500 !important;
    height: 79px !important;
    line-height: 65px !important;
    margin-bottom: 60px !important;
    margin-left: 30px;
    margin-right: 30px;
    border: 2px solid #0064a7 !important;
    border-radius: 316px !important;
    color: #0064a7 !important;
}

.btn-favorited-2>img {
    margin-left: 8px;
    margin-top: -10px
}

.btn-favorite-2 {
    width: 391px;
    font-size: 24px !important;
    font-weight: 700 !important;
    height: 79px !important;
    line-height: 65px !important;
    margin-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
    border: 2px solid #0064a7 !important;
    border-radius: 316px !important;
    color: #0064a7 !important;
    background: #ffffff !important;
}

.btn-favorite-2>img {
    margin-left: 8px;
    margin-top: -10px
}

.star-img-2 {
    width: 25px !important;
    height: 24px !important;
}

.menu-rps {
    display: none;
}

.hamburger__toggle {
    display: block;
    position: relative;
    background-color: transparent;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
}

.hamburger__icon,
.hamburger__icon::before,
.hamburger__icon::after {
    position: absolute;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #FFF;
}

.hamburger__icon {
    top: calc(50% - 2px);
}

.hamburger__icon::before,
.hamburger__icon::after {
    content: "";
    left: 0;
}

.hamburger__icon::before {
    bottom: 10px;
}

.hamburger__icon::after {
    top: 10px;
}

.toggled .hamburger__icon {
    height: 4px;
    width: 30px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    background-color: #FFF
}

.toggled .hamburger__icon::after {
    width: 30px;
    height: 4px;
    top: 0;
    transform: rotate(-270deg);
    background-color: #FFF
}

.toggled .hamburger__icon::before {
    transform: scale(0)
}

.hamburger__icon,
.hamburger__icon::after {
    transition: all 0.3s linear;
}

.menu-rps {
    margin-left: auto;
}

.menu-list-rps {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 24px 16px;
    height: 750px;
    background-color: #0064A7;
    box-shadow: rgb(0 0 0 / 9%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px
}

.menu-item-rps>li {
    padding: 16px 24px;
    border-bottom: 1px solid #EAF2F8;
}

.menu-item-rps>li:nth-last-child(2) {
    border-bottom: none;
}

.menu-item-rps>li>a,
.menu-item-rps>.account-rps li>a {
    color: #FFF !important;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.rps.title-intro {
    display: none
}

.btn-w-278.btn-next img,
.service-content .text-right .btn img {
    margin-bottom: -4px;
}

input[name='postal_code'] {
    padding-left: 33px !important;
}

.zip-code-input {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333333;
    z-index: 1;
}

.img-rps-block {
    display: none;
}

.d-inline-rps {
    display: none;
}

.tel-contact {
    margin-bottom: 40px;
}

.tel-contact .tel-text {
    padding: 0px 40px !important;
    border-bottom: 2px solid #0064A7;
    text-align: center;
    letter-spacing: 2px;
    font-size: 30px;
}

.tel-contact .tel-text:last-child {
    margin-top: 100px !important;
}

.tel-contact .tel-text:first-child {
    margin-bottom: 45px !important;
}

.tel-contact .tel-number {
    font-size: 32px;
}

.mbl-2.h-auto {
    margin-bottom: 2px !important;
}


/* pagination */

.pagination {
    justify-content: center;
    align-items: center;
    color: #0054CE;
    margin-top: 60px;
}

.pagination .page-item {
    margin: 0 5px;
}

.page-link {
    border: 1px solid #0064A7 !important;
    color: #FFFFFF !important;
    background-color: #0064A7 !important;
}

.page-link:hover {
    background-color: #FFFFFF !important;
    color: #0064A7 !important;
    border: 1px solid #0064A7 !important;
}

.page-link-active {
    background-color: #FFFFFF !important;
    color: #0064A7 !important;
    border: 1px solid #0064A7 !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

.page-item.disabled .page-link {
    background-color: #FFFFFF !important;
    color: #a9b3ba !important;
    border: 1px solid #c6cfd6 !important;
}

.page-link {
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.page-link .fa-minus-before {
    transform: rotate(90deg);
    position: absolute;
    left: 2px;
}

.page-link .fa-minus-after {
    transform: rotate(90deg);
    position: absolute;
    right: 2px;
}

.page-select {
    display: flex;
    align-items: center;
    margin-left: 20px;
    color: #707070;
    font-weight: 500;
}

.item-img {
    width: 100%;
    height: 204px;
}

.bbc.code-label-product {
    border-bottom: 1px solid #FFF;
}

.lb-h-custom {
    height: auto;
    border-bottom: 2px solid #FFF;
}

.ml-20-slider {
    margin-left: 20px !important;
    margin-right: 0 !important;
    transition: all 0.3s ease-out;
}

.ml-n10-slider {
    margin-left: -10px;
}

.account .dropdown-menu.show {
    text-align: left;
    width: 175px;
    min-width: 175px !important;
    height: 120px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 6px 0 rgb(126 129 138 / 70%);
    border: none;
    top: 30px !important;
    z-index: 100;
    margin-left: auto;
    right: 0;
}

.dropdown-item {
    font-weight: 500 !important;
    color: #707070 !important;
}

.dropdown-item:active {
    color: #fff !important;
    background-color: #0064A7 !important;
}


/* Auth */

.auth {
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    margin-top: 80px;
}

.auth .login-container {
    padding: 60px 0;
    margin: 0 auto;
    min-height: 65vh;
}

.auth .login-container .heading .title {
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: 500;
    line-height: 55px;
}

.auth .login-container .form-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 488px;
    height: auto;
    margin-bottom: 40px;
}

.auth .login-container .form-item .icon-user {
    font-size: 14px;
    line-height: 19px;
    color: #707070;
    font-weight: 500;
}

.auth .login-container .form-item .form-control {
    width: 344px;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
}

.auth .login-container .form-item .input-password {
    position: relative;
}

.auth .icon-password {
    position: absolute;
    top: 10px;
    right: 15px;
    line-height: 20px;
    object-fit: cover;
    cursor: pointer;
}

.auth .login-container .form-check {
    text-align: center;
    margin-bottom: 48px;
}

.auth .form-check>input {
    border: 1px solid #BBBBBB !important;
    width: 16px !important;
    height: 16px !important;
    background-color: #FFF;
}

.auth .login-container .form-check .check-title {
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    font-weight: 300;
}

.auth .login-container .form-btn {
    text-align: center;
    margin-bottom: 16px;
}

.auth .btn-submit {
    height: 56px;
    line-height: 21px;
    width: 345px;
}

.auth .login-container .text-link {
    text-decoration: solid;
    color: #0064A7;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 1px #0064A7;
    line-height: 21px;
}

.auth .login-container .forgot-password {
    text-align: center;
    display: flex;
    cursor: pointer;
    justify-content: center;
    margin-top: 40px;
}

.forgot-password img {
    transform: rotate(180deg);
}

.auth .login-container .forgot-password .title,
.return_login .title {
    color: #848484;
    margin-right: 44px;
    line-height: 21px;
}

.line-auth {
    border: 1px solid #BBBBBB !important;
    margin: 50px 0;
    border-top: none !important;
    width: 100%;
    max-width: 750px;
}

.btn-register-rps,
.menu-bottom-login .btn-register {
    padding: 12px 28px;
    background-color: #FFF200;
    border: 3px solid #FFF200;
    color: #333;
    border-radius: 22px;
    line-height: 15px;
    font-weight: 700;
    font-size: 16px;
}

.menu-bottom-login .btn-register:hover {
    box-shadow: 0 0px 10px #fff200;
}

.btn-login-rps,
.menu-top-login .btn-login {
    padding: 12px 28px;
    background-color: #0064A7;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 22px;
    line-height: 15px;
    font-weight: 700;
    font-size: 16px;
}

.menu-top-login .btn-login:hover {
    box-shadow: 0 0px 10px #FFF;
}

.error-email-login {
    font-size: 14px !important;
    color: #FF0034 !important;
    margin-top: 0 !important;
    letter-spacing: -1px;
    font-weight: 300;
}

.new-pass-note {
    position: absolute;
    color: #848484;
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    letter-spacing: -1px;
    border: none;
    font-weight: 300
}

.pass-custom {
    font-size: 10px;
    letter-spacing: 2px;
}

.activity-btn-login,
.activity-btn-auth-foo {
    display: flex;
}

.menu-top-login {
    display: block;
    margin-left: auto;
}

.account {
    margin-left: auto;
}

.container-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}

.container-top .wrapper-top {
    position: fixed;
    top: 80px;
    width: 100%;
    height: 56px;
    align-items: center;
    display: flex;
    z-index: 50;
    background-color: #F6FBF9;
    border-bottom: 1px solid rgb(173 173 173 / 50%);
}

.heading-product-login {
    padding-top: 140px;
}

.w-222-btn {
    width: 222px;
    max-width: 222px;
    height: 63px;
    border-radius: 32px !important;
    font-size: 23px !important;
}

.btn-gr-foo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 145px;
    background-color: #0064A7;
}

.container-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}

.container-top .wrapper-top {
    position: fixed;
    top: 80px;
    width: 100%;
    height: 56px;
    align-items: center;
    display: flex;
    z-index: 50;
    background-color: #F6F7FA;
    box-shadow: 0 2px 2px rgb(0 0 0 / 16%);
}

.container-top .wrapper-top .back-to-pre {
    color: #848484;
}

.btn-done-cpass {
    line-height: 36px !important;
}

.img-intro {
    width: 70%;
    height: 800px;
    object-fit: fill;
}


/* Custom select */

.custom-select {
    position: relative;
    padding: 0;
    background: #ffffff !important;
    width: 100%;
    border: 1px solid #BBB;
}

.custom-select select {
    display: none;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 7px;
    right: 0px;
    width: 15px;
    height: 12px;
    background-image: url('../images/arrow-down-checkbox.svg');
    background-repeat: no-repeat;
    transition: all .3s;
}

.select-selected.select-arrow-active:after {
    transform: rotate(-180deg);
}

.select-selected {
    color: #333333;
    padding: 0px 25px 0px 0px !important;
    cursor: pointer;
    user-select: none;
    background-color: #ffffff;
    font-weight: 300;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1.5px;
}

.cus-select-selected {
    text-overflow: unset;
    font-size: 14px;
    margin-top: 2px;
}

.font-c-bbb {
    color: #bbbbbb !important;
}

.select-items div {
    color: #333333;
    cursor: pointer;
    user-select: none;
    background-color: #ffffff;
    font-weight: 300;
    padding: 10px 24px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    line-height: normal;
    letter-spacing: 1.5px;
}

.select-items {
    position: absolute;
    top: 100% !important;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #BBB;
    overflow: auto;
    background-color: #FFF;
}


/* Select custom multiple*/

.select2-container .select2-search--inline .select2-search__field {
    border: none !important;
    margin: 0 !important;
    padding: 16px;
    height: 28px !important;
}

.select2-container--default .select2-selection--multiple {
    padding: 5px 16px;
    padding-right: 10px !important;
    font-size: 14px;
    line-height: 28px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #BBBBBB !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0 !important;
    background: #FFF !important;
    border: none !important;
    color: #333333 !important;
    letter-spacing: 1.5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
    background-color: #D5D5D5 !important;
    border-radius: 50% !important;
    color: #848484 !important;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    padding: 0.1px 0 0 0.3px !important;
    justify-content: center;
    top: 7px !important;
}

.select2-dropdown {
    z-index: 99 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-right: 10px !important;
}

.select2-results__option {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.select2-results__options::-webkit-scrollbar,
.select-radio-group::-webkit-scrollbar,
.select-items::-webkit-scrollbar {
    width: 6px;
    background-color: #FFF;
}

.select2-results__options::-webkit-scrollbar-thumb,
.select-radio-group::-webkit-scrollbar-thumb,
.select-items::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #BBB;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected,
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #55A7FD !important;
    color: #ffffff !important;
    text-shadow: 1px 1px #333 !important;
}


/* End select custom */

.h1-style {
    margin-bottom: 0px;
}

.breadcrumbs {
    font-size: 12px;
    letter-spacing: -0.4em;
    padding: 0;
    margin: 0 0 15px;
}

.breadcrumbs li {
    display: inline;
    letter-spacing: normal;
}

.breadcrumbs li:after {
    content: '\003e';
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumbs li:last-child:after {
    content: '';
}

.breadcrumbs li:first-child a {
    padding: 0px;
}

@media screen and (max-width: 109.375em) {
    .img-intro {
        width: auto;
        object-fit: cover;
    }
    .intro-ball {
        right: -200px;
    }
}

@media screen and (max-width: 100em) {
    .container-intro {
        height: 700px;
    }
    .intro-ball {
        right: -250px !important;
        top: -380px;
    }
    .img-intro {
        width: 70%;
        height: 700px;
        object-fit: cover;
    }
}

@media screen and (max-width: 80em) {
    .container {
        max-width: 1200px !important;
    }
    .bg-header-contact {
        right: -300px;
    }
    .contact-header .container:first-of-type {
        min-width: 100%;
        padding: 0 20px !important;
    }
    .property-list {
        padding: 0 50px;
    }
    .property-list .menu-list-property {
        padding: 60px 0;
        margin: 0 30px;
        overflow: auto;
    }
    .content-step {
        padding: 30px 7px;
        overflow-x: auto;
    }
    .renovations-content-step {
        padding: 20px 50px 20px 70px !important;
    }
    .content-term-use {
        padding: 0 20px 120px 20px;
    }
    .img-intro {
        width: 60%;
        object-fit: cover;
        border-bottom-right-radius: 30%;
    }
}

@media screen and (max-width: 64em) {
    .container-intro {
        height: 600px;
    }
    .intro-ball {
        top: -50px;
        right: -70px !important;
    }
    .intro-ball .intro-ball-img {
        width: 600px;
        height: 600px;
    }
    .img-intro {
        height: 600px;
    }
    .intro-ball-content {
        left: auto;
        top: 40%;
        right: 100px;
    }
    .intro-ball-content>img {
        width: 267px;
        height: 94px;
        right: 0;
        position: absolute;
    }
    .ball-content-title {
        line-height: 1.8;
        letter-spacing: 1px;
        margin-top: 110px;
        text-align: end;
    }
}

@media screen and (max-width: 56.25em) {
    .bg-header-contact {
        right: -500px;
    }
    .property-list {
        padding: 0 20px;
    }
    .property-list .menu-list-property {
        padding: 60px 0;
        margin: 0;
        overflow: auto;
    }
    .code-label-product {
        width: 200px;
        max-width: 200px;
    }
    .img-property-footer>img {
        width: 350px;
    }
    .property-list .item-info {
        margin-left: 20px;
    }
    .intro-ball {
        top: -50px;
        right: -100px !important;
    }
    .intro-ball-content {
        left: auto;
        top: 32%;
        right: 130px;
    }
}

@media screen and (max-width: 50em) {
    .container-intro {
        height: 480px;
    }
    .container-intro .container-intro-content>img {
        margin-left: -286px;
        margin-top: 130px;
        height: 350px;
        width: 750px;
    }
    .intro-ball {
        top: -170px !important;
        right: -80px !important;
    }
    .intro-ball-content {
        left: auto;
        top: 50%;
    }
    .ball-content-title>span:first-child {
        font-size: 24px;
    }
    .ball-content-title>span:last-child {
        font-size: 18px;
    }
}

@media screen and (max-width: 37.5em) {
    .container-intro {
        height: 450px;
    }
    .container-intro .container-intro-content>img {
        height: 320px;
    }
    .intro-ball {
        top: -150px !important;
        right: -80px !important;
    }
    .intro-ball .intro-ball-img {
        width: 515px;
        height: 515px;
    }
    .intro-ball-content {
        left: auto;
        top: 54%;
    }
    .ball-content-title>span:first-child {
        font-size: 18px;
    }
    .ball-content-title>span:last-child {
        font-size: 14px;
    }
    .item-tag-w-100 {
        width: 100%;
    }
}

@media screen and (max-width: 31.25em) {
    .intro-ball {
        top: -200px !important;
    }
}

@media (min-width: 62.5em) and (max-width: 81.25em) {
    .renovations-info,
    .v2-service-special {
        padding: 0 16px !important;
    }
    .product-info>h4>a span:nth-child(5)::before {
        content: '\a';
        white-space: pre;
    }
    .list-item>.title {
        font-size: 18px;
    }
    .list-item>.price {
        font-size: 16px;
    }
    .v2-service-sales .v2-sales-title {
        top: 70px;
        left: -70px;
    }
    .consultation-step-info>.step-4 .factors {
        --column-product: 2;
    }
}

@media screen and (max-width: 62.5em) {
    .rps-font-z16 {
        font-size: 16px !important;
    }
    .rps-font-z18 {
        font-size: 18px !important;
    }
    .rps-font-z20 {
        font-size: 20px !important;
    }
    .cus-min-height-65 {
        min-height: 0 !important;
        margin-bottom: 0 !important;
    }
    .product-info h4 a::after {
        height: 10px;
        bottom: 3px;
    }
    .rps-line-height {
        line-height: 0.8 !important;
    }
    .rps-font-z14 {
        font-size: 14px !important;
    }
    .rps-font-z12 {
        font-size: 12px !important;
    }
    .yl-bg a::after {
        height: 7px !important;
        bottom: 0 !important;
    }
    .detail-count-price-line::before {
        height: 7px !important;
        bottom: 0 !important;
    }
    .cus-font-14 {
        font-size: 12px !important;
    }
    .cus-font-16 {
        font-size: 16px !important;
    }
    .mr-n2 {
        margin-right: -2px !important;
    }
    .cus-font-20 {
        font-size: 20px !important;
    }
    .custom-btn-next-blue {
        margin-top: -1px !important;
        width: 15px !important;
    }
    .rps-search-renovation {
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .first-price-yl-bg {
        background-image: url(../images/yl-bg.svg);
        position: absolute;
        bottom: 47px;
        height: 17px;
        z-index: -1;
    }
    .first-room-yl-bg {
        background-image: url(../images/yl-bg.svg);
        position: absolute;
        bottom: -2px;
        height: 21px;
        z-index: -1;
    }
    .container {
        padding: 0 16px !important;
    }
    .header-menu .menu-children {
        height: 60px;
    }
    .header-menu>.container {
        padding: 0 16px !important;
    }
    .header-menu .menu-logo-home img {
        width: 140px;
    }
    .footer-menu .menu-logo-home img {
        width: auto !important;
    }
    .menu-rps {
        display: block;
    }
    .menu-list {
        display: none;
    }
    .header-menu .menu-logo-home {
        padding: unset;
    }
    .contact-header .container:first-of-type {
        height: auto;
    }
    .bg-title-renovations,
    .title-intro {
        display: none;
    }
    .rps.title-intro {
        display: grid;
        font-size: 30px;
        position: relative;
    }
    .rps.title-intro>p {
        z-index: 0;
        letter-spacing: 2px;
        text-align: center;
    }
    .title-intro::before {
        left: 8px;
        bottom: -12px;
    }
    .title-intro::after {
        right: 8px;
        bottom: -12px;
    }
    .service-renovations .title-intro::before {
        left: -22px !important;
        bottom: -17px;
    }
    .service-renovations .title-intro::after {
        right: -22px !important;
        bottom: -17px;
    }
    .rps-bg-title {
        position: absolute;
        bottom: -8px;
        left: 66px;
        z-index: -1;
    }
    .service-renovations .rps-bg-title {
        left: 30px !important;
    }
    .service-renovations .rps-bg-title-custom {
        left: 74px !important;
    }
    .w-205 {
        width: 205px;
    }
    .bg-service {
        display: none;
    }
    .service-content .text-right {
        text-align: center !important;
    }
    .service-content .text-right .btn {
        margin-top: -35px !important;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }
    .btn-w-278.btn-next img,
    .service-content .text-right .btn img {
        margin-bottom: 2px;
    }
    .service-info {
        position: relative;
        padding: 60px 16px;
        text-align: center;
        left: unset;
        transform: unset;
    }
    .service-info::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2.1%;
        left: 0;
        bottom: 7px;
        background: url('../images/dot-ellipse.svg') no-repeat center center;
    }
    .service-info::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2.1%;
        left: 0;
        top: 16px;
        background: url('../images/dot-ellipse.svg') no-repeat center center;
    }
    .service-tilte {
        margin-top: 0;
    }
    .renovations-tilte>h4,
    .service-tilte>h4 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .renovations-tilte>.h4-style,
    .service-tilte>.h4-style {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .content-step {
        display: block;
    }
    .content-step .step {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 50px;
        padding: 16px;
    }
    .content-step .step:last-child {
        margin-bottom: 40px;
    }
    .step img {
        margin-bottom: 16px;
    }
    .content-step .step .step-number {
        left: -16px;
    }
    .btn-next {
        width: 50%;
        margin-top: 0;
        height: 48px;
        font-size: 16px !important;
        padding: 10px 16px !important;
        min-width: 340px;
    }
    .service-renovations {
        background-color: #F2F6F9 !important;
        padding-bottom: 40px !important;
    }
    .renovations-info {
        padding: 0 16px;
        min-width: auto;
    }
    .renovations-tilte {
        padding-top: 40px;
    }
    .d-inline-rps {
        display: inline;
    }
    .product-special {
        text-align: center;
        margin-bottom: 40px;
    }
    .product-special>div {
        margin: 0 !important;
    }
    .product-special>div:first-child {
        height: auto;
    }
    .product-special>div>a,
    .product-special>div>a:first-child>img,
    .product-special>div>img,
    .list-item .item-img {
        width: 100%;
        height: 350px;
    }
    .product-special>img {
        width: 100%;
        height: 100%;
        margin-right: 0;
    }
    .product-info {
        text-align: left;
    }
    .product-info h4 {
        font-size: 32px;
        margin: 16px 0 !important;
        padding-bottom: 0 !important;
        letter-spacing: 0;
        line-height: 1.5;
    }
    .product-info h4 a div::after {
        content: '';
        position: absolute;
        min-width: 347px;
        left: 0;
        height: 16px;
        bottom: 49px;
        background: #FFF64C;
        z-index: -1;
    }
    .product-info div {
        font-size: 32px;
        margin: 16px 0 !important;
        padding-bottom: 0 !important;
        letter-spacing: 0;
        line-height: 1.5;
    }
    .product-info div a div::after {
        content: '';
        position: absolute;
        min-width: 347px;
        left: 0;
        height: 16px;
        bottom: 49px;
        background: #FFF64C;
        z-index: -1;
    }
    .product-info .price {
        height: 42px;
        font-size: 20px;
    }
    .price span>img {
        margin-right: 13px !important;
        margin-left: 13px !important;
    }
    .btn-deail-special {
        font-size: 16px;
        margin-top: 16px;
    }
    .renovations-content {
        margin-top: 40px;
    }
    .renovations-content>div {
        display: block !important;
    }
    .list-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .list-item>.title {
        display: -webkit-box;
        color: #333333;
        font-size: 20px;
        white-space: normal;
        margin: 16px 0 !important;
        -webkit-line-clamp: 2;
        max-height: 56px;
        -webkit-box-orient: vertical;
        font-weight: 500;
    }
    .btn-w-278 {
        margin-top: 0 !important;
    }
    .contact-header {
        height: 110px;
        margin-top: 60px;
        margin-bottom: 30px;
        display: block;
    }
    .bg-header-contact.img-renovation {
        right: -200px;
    }
    .bg-header-contact {
        height: 110px;
        top: 0px;
        right: 0;
    }
    .ml-n8 {
        margin-left: -8px;
    }
    .ml-n16 {
        margin-left: -16px;
    }
    .hidden {
        display: none !important;
    }
    .hidden.d-flex {
        display: none !important;
    }
    .renovations-intro {
        padding: 0 26px 30px 26px;
    }
    .renovations-intro>p {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .renovations-content-step {
        display: block;
        height: auto;
        padding: 0 10px 20px 10px !important;
        border-radius: 20px;
    }
    .renovations-content-step:first-child {
        height: auto;
    }
    .img-rps-block {
        display: block;
    }
    .w-h-rps {
        width: 375px;
        height: 110px;
    }
    .step-info {
        width: auto;
    }
    .step-info>img {
        width: 83px;
        height: 83px;
        margin-left: -10px;
        margin-top: -20px;
        margin-bottom: -30px;
    }
    .step-info>p {
        padding: 0 !important;
        letter-spacing: 1px;
        font-size: 16px !important;
    }
    .step-info>p:first-of-type {
        text-align: center;
        font-size: 20px !important;
    }
    .renovations-content-step .step-img img {
        width: 200px;
        height: 200px;
        margin-right: 0;
        margin-top: 20px;
    }
    .w-271 {
        width: 271px;
        height: 28px;
    }
    .rps-bg-title.w-271 {
        left: -8px !important;
    }
    .rps-font-sales__child {
        font-size: 14px !important;
    }
    .property-list {
        padding: 0;
        min-height: auto;
    }
    .property-list .menu-list-property {
        margin: 0;
        padding-top: 30px;
    }
    .property-list .item-property>a>img,
    .property-list .item-property>a {
        width: 100%;
        height: 350px;
    }
    .property-list .item-property {
        display: block;
        min-width: auto;
    }
    .line-border-property {
        min-width: auto;
        margin: 26px 0 20px 0;
    }
    .property-list .item-property .item-info {
        margin-left: 0;
    }
    .input-name.input-name-rps,
    .property-list .item-property .item-info p:first-of-type {
        margin-bottom: 0 !important;
    }
    .property-list .item-property .item-info p:last-of-type {
        margin-top: 4px !important;
        margin-bottom: 12px !important;
    }
    .property-list .item-property .item-info>.text-blue {
        display: block !important;
        margin-top: 16px;
        line-height: 1.7;
    }
    .rps-font-sales {
        font-size: 14px !important;
    }
    .property-list .item-property .item-info .text-blue h4 {
        font-size: 20px !important;
        display: inline-block;
    }
    .property-list .item-property .item-info .text-blue>span:nth-last-child(1),
    .property-list .item-property .item-info .text-blue>span:nth-last-child(2) {
        font-size: 16px !important;
        font-weight: 700 !important;
        margin-right: -4px !important;
    }
    .property-list .item-property .item-info .text-blue span:nth-last-child(3) {
        font-size: 20px !important;
    }
    .property-list .item-property .item-info .text-blue span:nth-last-child(5)::after,
    .pre::after {
        content: "\a";
        white-space: pre;
    }
    .property-list .item-property .item-info .text-blue span:nth-child(3) {
        display: none;
    }
    .code-detail-select {
        min-width: 100%;
    }
    .code-detail-select>.row {
        display: unset !important;
    }
    .select-custom-radio {
        width: 100%;
        max-width: 100%;
        padding-left: 9px !important;
        margin-bottom: 12px !important;
    }
    #append-district {
        margin: 0 !important;
    }
    .col-checkbox-plan,
    .col-checkbox {
        display: -webkit-inline-box;
        width: 49%;
        padding-top: 8px;
        margin: 0 !important;
    }
    .col-checkbox-plan>label,
    .col-checkbox>label {
        display: block !important;
        max-width: 75%;
    }
    .code-label-select {
        font-weight: 500;
        margin-bottom: 10px !important;
    }
    .custom-select-station {
        max-width: 100% !important;
        width: 100% !important;
        font-size: 16px;
    }
    .select2-container {
        width: 100% !important;
    }
    .dropdown-content .form-item-selct {
        margin: 30px 0 !important;
    }
    .dropdown-content .form-item-selct:first-child {
        padding-top: 4px !important;
        margin-top: 20px !important;
        border-top: 1px solid #707070;
    }
    .dropdown-content .form-item-selct:last-child {
        justify-content: center;
        margin-bottom: 0 !important;
    }
    .dropdown-search>.title {
        font-weight: 500;
    }
    .form-item-selct .select-radio-custom {
        margin-bottom: 0;
        overflow-x: clip;
    }
    .tilde-rps.mb-4 {
        margin-bottom: 4px !important;
    }
    .select-radio-group {
        font-size: 16px;
        max-height: 230px;
    }
    .property-detail {
        padding: 0;
    }
    .property-detail>.property-top>.title {
        font-size: 22px;
        line-height: 1.5;
    }
    .product-info>h4>a span:nth-child(5)::before,
    .ball-title-br::before,
    .heading-policy>span::before,
    .link-pre::before,
    .property-detail>.property-top>.title>span::after,
    .enter::before,
    .enter-af::after {
        content: '\a';
        white-space: pre;
    }
    .enter-custom::before {
        content: '\a\b' !important;
        white-space: pre;
    }
    .property-detail>.property-top>.block-rps {
        display: block !important;
        margin-top: 16px !important;
    }
    .property-detail>.property-top>.block-rps>h4 {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .property-detail>.property-top>.block-rps>.btn-favorite {
        margin-left: auto;
        margin-top: 8px;
    }
    .property-top .price-product.d-flex {
        font-size: 20px;
        display: block !important;
        margin-left: 0;
        letter-spacing: 1.5px;
    }
    .property-detail {
        overflow: unset;
    }
    .property-detail>div {
        min-width: auto;
    }
    .bg-title-detail {
        bottom: 0;
        width: 98%;
        height: 13px;
        max-width: fit-content;
    }
    .abs-rps {
        position: absolute;
        bottom: 0;
        padding: 0 8px;
    }
    .abs-rps:first-child {
        left: 0;
    }
    .abs-rps:last-child {
        right: 0
    }
    .font-z15-rps {
        font-size: 15px !important;
    }
    .font-z14-rps {
        font-size: 14px !important;
    }
    .font-z13-rps {
        font-size: 13px !important;
    }
    .font-z12-rps {
        font-size: 12px !important;
    }
    .font-z22-rps {
        font-size: 22px !important;
    }
    .font-z18-rps {
        font-size: 18px !important;
    }
    .font-z17-rps {
        font-size: 17px !important;
    }
    .font-z20-rps {
        font-size: 20px !important;
    }
    .title.font-z22-rps {
        width: 270px;
    }
    .img-represent {
        margin-top: 16px;
        height: 300px;
    }
    .my-rps {
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    .point-rps {
        padding: 15px 16px !important;
        margin: 0 -16px !important;
    }
    .point-rps>div {
        display: block !important;
    }
    .point-rps>div>img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 67px;
        height: 29px;
    }
    .point-rps>div>span {
        margin-left: 0 !important;
        font-size: 14px;
        letter-spacing: 1.5px;
        line-height: 2;
    }
    .property-table .title {
        font-size: 20px;
    }
    .mb-20-rps.mb-2,
    .mb-20-rps {
        margin-bottom: 20px !important;
    }
    .code-label-product {
        width: 120px;
        min-width: 120px;
        max-width: 120px;
        padding: 10.5px 10px !important;
        align-items: start;
        font-size: 14px;
        letter-spacing: 1.5px;
    }
    .code-detail {
        font-size: 14px;
        padding: 7px 10px;
        padding-left: 10px !important;
        /* height: auto !important; */
        min-height: 44px;
    }
    .code-label-product.h-100 {
        margin-bottom: -2px !important;
        height: auto !important;
        border-bottom: 1px solid #EAF2F8 !important;
    }
    .code-label-product.h-rps {
        height: fit-content !important;
    }
    .btc-rps.border-top-custom {
        border-top: 1px solid #EAF2F8 !important;
    }
    .w-530 {
        max-width: 100% !important;
    }
    .flex-1-rps {
        flex: 1;
        height: auto;
        align-self: normal;
        border-top: 2px solid #FFF;
    }
    .mt-n2-rps {
        margin-top: -2px !important;
    }
    .bt-rps {
        border-top: 2px solid #FFF !important;
    }
    .mbl-2-rps {
        margin-bottom: 2px !important;
    }
    .bbc-rps.border-bottom-custom {
        border-bottom: 1px solid #EAF2F8 !important;
    }
    .bbw-rps.code-label-product {
        border-bottom: 1px solid #FFF;
    }
    .code-label-product.by-none {
        border-bottom: none;
    }
    .code-label-product.by-1-rps {
        border-top: 1px solid#FFF;
        border-bottom: 1px solid #FFF;
    }
    .property-map.my-40 {
        margin: -20px -16px 20px !important;
    }
    .property-map .map-content {
        padding: 30px 16px;
    }
    .map-list.d-flex {
        display: block !important;
        margin-left: 0;
        padding: 8px 20px 22px;
    }
    .map-list .map-item {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    .map-list-rps {
        padding: 0 32px !important;
    }
    .map-img {
        margin-top: 35px;
    }
    .map-img #map>iframe {
        height: 310px;
    }
    .property-footer {
        padding-bottom: 40px;
    }
    .img-property-footer {
        border: 2px solid #EAF2F8 !important;
        border-top: none !important;
        padding: 14px;
        width: 100%;
    }
    .img-property-footer>img {
        width: 100%;
        height: 195px;
    }
    .btn-next-contact {
        width: 50%;
        height: 48px !important;
        font-size: 16px !important;
        line-height: 33px !important;
        min-width: 340px;
    }
    .btn-next-contact-2 {
        width: 50%;
        height: 48px !important;
        font-size: 16px !important;
        line-height: 33px !important;
        min-width: 340px;
        margin-bottom: 40px;
    }
    .mb-60-rps {
        margin-bottom: 60px !important;
    }
    .btn-next-contact>img {
        margin-left: 6px;
        margin-top: -3px;
    }
    .btn-next-contact-2>img {
        margin-left: 6px;
        margin-top: -3px;
    }
    .btn-favorited-2 {
        width: 50%;
        height: 48px !important;
        font-size: 16px !important;
        line-height: 33px !important;
        min-width: 340px;
        margin-bottom: 24px !important;
    }
    .btn-favorited-2>img {
        margin-left: 6px;
        margin-top: -3px;
    }
    .btn-favorite-2 {
        width: 50%;
        height: 48px !important;
        font-size: 16px !important;
        line-height: 33px !important;
        min-width: 340px;
        margin-bottom: 24px;
    }
    .btn-favorite-2>img {
        margin-left: 6px;
        margin-top: -3px;
    }
    .contact {
        margin-top: 40px;
        min-width: auto;
        overflow: hidden;
    }
    .contact .heading-content {
        margin-bottom: 20px !important;
    }
    .w-50-rps {
        width: 50% !important;
        min-width: 50% !important;
    }
    .w-100-rps {
        flex: 1;
        min-width: 100% !important;
    }
    .form-item .input-name .icon-user {
        line-height: unset;
        margin-bottom: 4px !important;
    }
    .p-0-rps {
        padding: 0 !important;
    }
    .btn-w-344,
    .w-100-c {
        width: 100%;
    }
    .btn-done-cpass,
    .btn-w-344 {
        height: 48px;
        line-height: 32px !important;
    }
    .border-label-rps {
        border: "";
    }
    .company-info-wrapper {
        padding: 0;
    }
    .code-label.label-cpn-rps {
        height: 45px;
        width: 100% !important;
        padding: 12px 20px !important;
        align-items: center;
    }
    .code-detail.detail-cpn-rps {
        min-height: 71px !important;
        padding: 16px 20px !important;
        border-left: 2px solid #eaf2f8 !important;
        font-size: 16px !important;
        line-height: 1.6;
        letter-spacing: 0.5px;
    }
    .code-detail.border-top-custom {
        flex-wrap: wrap;
    }
    .code-detail.border-top-custom>.font-z12 {
        margin-left: 0 !important;
    }
    .link-to-contact.mr-3 {
        font-size: 14px;
        margin-right: 6px !important;
    }
    .content-term-use {
        padding: 0 0 120px 0;
    }
    .content-term-use>.intro {
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .rule-content>div>p.ml-3 {
        margin-left: 8px !important;
    }
    .heading-policy {
        padding: 8px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .ml-n6-rps {
        margin-left: 0;
    }
    .bg-blue-rps {
        background-color: #EAF2F8 !important;
    }
    .al-content {
        align-content: flex-start;
    }
    .lh-07 {
        line-height: 0.7;
    }
    .lh-09 {
        line-height: 0.9;
    }
    .btn-hover:hover {
        background-color: #0064A7 !important;
        color: #FFF !important;
    }
    .list-item>.price {
        white-space: nowrap;
    }
    .icon-user-cus {
        max-width: 40%;
    }
    .auth {
        margin-top: 60px;
    }
    .auth .login-container {
        min-height: auto;
    }
    .menu-bottom-login .btn-register,
    .menu-top-login .btn-login {
        padding: 6px 25px;
        font-size: 14px;
    }
    .menu-top-login .btn-login {
        border: 2px solid #FFF;
    }
    .activity-btn-login {
        position: absolute;
        right: 61px;
        bottom: 14px;
    }
    .activity-btn-login-rps {
        margin-top: 24px;
        text-align: center;
    }
    .btn-gr-foo {
        height: 200px;
    }
    .activity-btn-auth-foo .menu-top-login {
        display: block !important;
        text-align: center;
    }
    .activity-btn-auth-foo {
        display: block;
        width: 100%;
        padding: 0 16px
    }
    .activity-btn-auth-foo .w-222-btn {
        width: 100%;
        max-width: 340px;
        height: 48px;
        font-size: 16px !important;
    }
    .activity-btn-auth-foo .menu-bottom-login.ml-4.pl-3 {
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-top: 20px;
        text-align: center;
    }
    .btn-login-rps,
    .btn-register-rps {
        width: 50%;
        min-width: 340px;
    }
    .account-rps {
        margin-top: 80px;
    }
    .account-rps li {
        padding: 13px 0;
        border-bottom: 1px dashed #EAF2F8;
    }
    .account-rps li:first-child {
        margin: 0 -16px;
        padding: 3px 16px;
        border-bottom: 1px solid #FFFFFF;
        margin-bottom: 14px;
    }
    .auth .login-container {
        padding: 40px 16px;
    }
    .auth .heading .title {
        font-size: 22px;
        margin-bottom: 0;
        margin-top: -15px;
    }
    .auth .login-container .heading>.title {
        margin-bottom: 40px;
        font-size: 22px;
        line-height: normal;
        margin-top: 0;
    }
    .auth .login-container .form-item {
        display: block;
        width: 50%;
        min-width: 340px;
        height: auto;
        margin-bottom: 40px;
    }
    .auth .login-container .form-item .form-control {
        width: 100%;
    }
    .auth .login-container .form-check,
    .mb-40-rps {
        margin-bottom: 40px !important;
    }
    .auth .login-container .form-btn,
    .auth .btn-submit {
        width: 50%;
        min-width: 340px;
        height: 48px;
    }
    .line-auth {
        margin: 40px 0;
    }
    .d-flex.d-block-rps {
        display: block !important;
    }
    .ml-5.pl-3.mp-reset,
    .ml-5.pl-4.mp-reset {
        margin: 0 !important;
        padding: 0 !important;
        justify-content: center;
    }
    .text-link-login.text-center {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .text-link-login.text-center>p {
        text-align: left;
    }
    .text-link-login a {
        color: #0064A7 !important;
    }
    .title.py-5 {
        padding: 45px 0 30px !important;
    }
    .auth .form-item .input-name .icon-user {
        margin-bottom: 0 !important;
    }
    .return_login.mb-5.pb-3 {
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 40px !important;
    }
    .menu-top-login {
        display: none !important
    }
    .ls-n17-rps {
        letter-spacing: -1.7px;
    }
    .ls-n15-rps {
        letter-spacing: -1.5px;
    }
    .ls-n1-rps {
        letter-spacing: -1px;
    }
    .form-btn.my-5 {
        margin: 24px 0 !important
    }
    .heading-content.my-4.pb-2.pt-3 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .title.mr-5 {
        letter-spacing: -1.2px;
    }
    .w-100-c.pt-5.mt-4 {
        padding-top: 8px !important;
    }
    .pt-5.mt-5.text-center,
    .form-item.pt-5 {
        padding-top: 20px !important;
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
    .mt-40-rps {
        margin-top: 40px !important;
        padding: 0 !important;
    }
    .heading-product-login {
        padding-top: 100px;
        font-size: 30px;
    }
    .container-top .wrapper-top {
        top: 60px;
        padding: 0 16px;
    }
    .container-top .wrapper-top .menu-title {
        flex: 1;
        text-align: center;
        margin-left: -48px;
    }
    .heading.pt-5.mt-4 {
        padding-top: 0 !important;
        margin-top: 55px !important;
    }
    .swal2-container {
        padding: 0 16px !important;
    }
    .swal2-popup {
        width: 100% !important;
    }
    .swal2-actions {
        margin-top: 20px !important;
        flex-direction: column-reverse;
    }
    .customer-popup-logout-confirm>.swal2-actions>.swal2-cancel,
    .customer-popup-confirm-delete>.swal2-actions>.swal2-cancel {
        margin: 0 0 20px !important
    }
    .customer-popup-confirm-delete>.swal2-actions>.swal2-confirm,
    .customer-popup-logout-confirm>.swal2-actions>.swal2-cancel,
    .customer-popup-confirm-delete>.swal2-actions>.swal2-cancel,
    .customer-popup-logout-confirm>.swal2-actions>.swal2-confirm {
        height: 48px !important;
    }
    .toast {
        min-width: 300px;
        max-width: 300px;
        transform: translateX(-50%);
        margin-left: 0;
    }
    .toast.show {
        animation: none;
    }
    .auth .login-container .form-item .icon-user {
        display: inline-block;
        margin-bottom: 6px;
    }
    .heading-content.my-5.py-5 {
        margin: 0 !important;
        padding: 55px 0 40px !important;
    }
    .tel-contact {
        width: 100%;
        margin-top: 20px;
    }
    .tel-contact .tel-text {
        padding: 0 !important;
        font-size: 20px;
    }
    .tel-contact .tel-text:last-child {
        margin-top: 80px !important;
    }
    .tel-contact .tel-text:first-child {
        margin-bottom: 40px !important;
    }
    .tel-contact .tel-number {
        font-size: 20px;
    }
    .tel-contact .img-tel {
        height: 20px;
        width: 20px;
    }
    /* Footer */
    .footer-menu {
        background-color: #EAF2F8 !important;
    }
    .footer-menu .menu-children {
        display: block;
        overflow: unset;
        height: 100%;
        margin: 0;
    }
    .footer-menu .menu-logo-home {
        display: block;
        text-align: center;
        padding-top: 30px;
    }
    .footer-menu .menu-list {
        display: block;
        text-align: center;
        margin-top: 14px;
        margin-left: 0;
        max-width: 100%;
    }
    .footer-menu li a {
        display: block !important;
        padding: 16px;
        border-bottom: 2px solid #FFFFFF;
        font-size: 14px;
    }
    .footer-menu li:last-child a {
        padding: 16px 0 30px !important;
        border-bottom: none;
    }
    .footer-menu li a img {
        display: none !important;
    }
    .footer-menu .license {
        font-size: 12px;
    }
    .wrapper-return.d-flex {
        display: none !important;
    }
    .count-price-length.mb-1 {
        margin-bottom: 0 !important;
    }
}


/* Responsive Mobile */

@media screen and (max-width: 28.125em) {
    .container-intro {
        height: 400px;
        border-bottom-right-radius: 200px 100px;
        overflow: hidden;
    }
    .container-intro .container-intro-content>img {
        height: 358px;
    }
    .intro-ball {
        top: -215px !important;
        left: 16px;
        right: -80px !important;
    }
    .intro-ball-content {
        left: auto;
        top: 57%;
        right: 95px;
    }
    .intro-ball-content>img {
        width: 267px;
        height: 94px;
        right: 0;
        position: absolute;
    }
    .product-special>div>a,
    .product-special>div>a:first-child>img,
    .product-special>div>img,
    .list-item .item-img {
        height: 172px;
    }
    .btn-next-contact,
    .btn-next {
        width: 100%;
        min-width: auto;
    }
    .btn-next-contact-2,
    .btn-next {
        width: 100%;
        min-width: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px !important;
    }
    .mb-60-rps,
    .btn-next {
        margin-bottom: 60px !important;
    }
    .mb-30 {
        margin-bottom: 30px !important;
    }
    .btn-favorited-2,
    .btn-next {
        width: 100%;
        min-width: auto;
        margin-bottom: 24px !important;
        margin-left: 0;
        margin-right: 0;
    }
    .btn-favorite-2,
    .btn-next {
        width: 100%;
        min-width: auto;
        margin-bottom: 24px;
        margin-left: 0;
        margin-right: 0;
    }
    .btn-w-278 {
        width: 100% !important;
    }
    .content-step .step {
        display: block;
        padding: 0;
    }
    .content-step .step .step-number {
        left: 14%;
    }
    .img-represent {
        height: 170px;
    }
    .activity-btn-auth-foo .w-222-btn {
        max-width: 100%;
    }
    .auth .login-container .form-btn,
    .auth .btn-submit,
    .auth .login-container .form-item,
    .btn-login-rps,
    .btn-register-rps {
        width: 100%;
        min-width: 100%;
    }
    .heading-product-login {
        font-size: 22px;
    }
    .container-top .wrapper-top .menu-title {
        font-size: 18px;
    }
    .property-list .item-property>a>img,
    .property-list .item-property>a {
        height: 228px;
    }
    .heading-content.my-4.pb-2.pt-3 {
        text-align: left !important;
    }
    .home-count-price-line::before {
        height: 10px;
        bottom: 3px;
    }
    .pagination {
        margin-top: 40px;
    }
    .mb-0-rps {
        margin-bottom: 0 !important;
    }
    .h4-style {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .product-info div {
        margin: 16px 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 23.375em) {
    .property-top .price-product.d-flex,
    .property-detail>.property-top>.block-rps>h4 {
        letter-spacing: 0;
    }
    .btn-deail-special img {
        margin-top: -9px;
    }
    .font-z14-rps-m {
        font-size: 14px !important;
    }
}

.list-item>.price:hover {
    text-overflow: clip;
}

.cus-ml-20 {
    margin-left: 20px;
}

.cus-font-14 {
    font-size: 14px;
}

.rps-font-sales__child {
    font-size: 36px;
    padding-top: 10px;
}

.yl-bg a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 16px;
    bottom: 7px;
    background: #FFF64C;
    z-index: -1;
}

.rps-font-sales {
    font-size: 16px;
}

.cus-cursor-text {
    cursor: text !important;
}

.red {
    color: #f00;
}
span.expired-event {
    position: absolute;
    color: #333333;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.8);
}
.expired-event-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.btn-expired-evt {
    background-color: #808080;
    border-color: #808080 !important;
    pointer-events: none;
}
.btn-expired-evt:hover {
    background-color: #808080 !important;
    border-color: #808080 !important;
    color: #fff !important;
}

#toc-container {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 1rem;
}
#toc-container .section-title-line {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 0.5rem;
}
#toc-container > ul {
    padding-left: 0;
    margin-bottom: 0;
}
#toc-container .toc-item {
    padding: 0.1rem 0;
}
#toc-container .toc-item a {
    color: #007bff;
    padding: 0.25rem 0;
}
#toc-container .toc-item a:hover {
    color: #0056b3;
}
#toc-container .toc-1 {
    margin-left: 0;
}
#toc-container .toc-2 {
    margin-left: 1.1rem;
}
#toc-container .toc-3 {
    margin-left: 2.2rem;
}
#toc-container .toc-4 {
    margin-left: 3.3rem;
}
#toc-container .toc-5 {
    margin-left: 4.4rem;
}
#toc-container .toc-6 {
    margin-left: 5.5rem;
}