.banner .menu {
    background-color: #fff;
}
.tp-body {
    position: relative;
    min-height: 100vh;
}

/* banner */
.banner {
    background-image: url("../../img/tenant/bg-banner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner .menu {
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.banner .menu,
.banner .banner-top-container {
    max-width: 1284px;
    margin: auto;
    position: relative;
}
.banner .menu .menu-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 60px;
    border-bottom: 1px solid #ca689e;
    padding: 0;
}
.banner .banner-top-wrapper {
    min-height: 390px;
    margin: 0 auto 137px;
    width: 100%;
    height: 100%;
}
.banner .banner-top-container {
    height: 100%;
    background: #fff;
    min-height: 390px;
    padding: 0 61px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.banner .banner-top-content {
    display: flex;
    height: 100%;
    align-items: center;
    min-height: 390px;
}
.banner .banner-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    color: #ca689e;
    margin-bottom: 5px;
}
.banner .banner-description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 31px;
}
.banner .btn.btn-trial {
    max-width: 260px;
    min-height: 45px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    font-weight: 600;
}
.banner .img-absolute {
    position: absolute;
    top: 50px;
    right: 45px;
}
.banner .banner-bottom {
    padding-bottom: 67px;
}
.banner .banner-bottom img {
    width: 100%;
}

/* main function */
.bg-white {
    background-color: #fff;
}
.function .function-container {
    padding: 60px 15px 0;
}
.function .function-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 50px;
    text-align: center;
}
.function .function-content {
    display: flex;
    justify-content: space-between;
}
.bg-white .bg-white-left {
    position: relative;
}
.bg-white .bg-white-border {
    position: absolute;
    width: 70px;
    height: 3px;
    background: #ca689e;
}
.bg-white .bg-white-sub-title {
    margin-top: 28px;
    font-size: 40px;
    font-weight: bold;
    color: #c1639c;
    line-height: 55px;
    margin-bottom: 30px;
}
.bg-white .bg-white-description {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.02cm;
}
.bg-white .bg-white-right,
.bg-pink .bg-pink-left {
    max-width: 55%;
}
.bg-white .bg-white-left {
    max-width: 45%;
    padding-right: 55px;
}
.bg-pink .bg-pink-right {
    max-width: 45%;
    padding-left: 55px;
}
.function .bg-white-left {
    padding-top: 100px;
}

/* attendance */
.bg-pink {
    background-image: url("../../img/tenant/attendance-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.attendance .attendance-container {
    padding: 60px 15px 0;
}
.attendance .attendance-content {
    display: flex;
}
.bg-pink .bg-pink-left {
    position: relative;
    max-width: 62%;
}
.bg-pink .bg-pink-border {
    position: absolute;
    width: 70px;
    height: 3px;
    background: #fff;
}
.bg-pink .bg-pink-sub-title {
    margin-top: 28px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 55px;
    margin-bottom: 30px;
}
.bg-pink .bg-pink-description {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.02cm;
    color: #fff;
}
.attendance .bg-pink-right {
    margin-top: 70px;
}

/* service */
.service .service-container {
    padding: 60px 15px 0;
}
.service .service-content {
    display: flex;
    justify-content: space-between;
}
.service .bg-white-left {
    margin-top: 70px;
}

/* information gathering */
.gathering .gathering-container {
    padding: 60px 15px 0;
}
.gathering .gathering-content {
    display: flex;
    justify-content: space-between;
}
.gathering .bg-pink-right {
    margin-top: 70px;
}

/* infected */
.infected .infected-container {
    /* max-width: 1328px; */
    padding: 60px 15px 60px;
}
.infected .infected-content {
    display: flex;
    justify-content: space-between;
}
.infected .bg-pink-right {
    margin-top: 70px;
}
.infected .bg-white-left {
    margin-top: 70px;
}
.infected .btn.btn-trial-big,
.btn-register-tenant {
    max-width: 570px;
    min-height: 65px;
    margin: -70px auto 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

/* plan  */
.plan {
    padding: 51px 15px 63px;
    text-align: center;
}
.plan .plan-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 55px;
}
.plan .table {
    padding: 0;
    margin: auto;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-collapse: separate;
    border-spacing: 0;
}
.plan .table .th {
    width: 174px;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    border-right: 0;
}
.plan .table .th:last-child {
    border-right: 1px solid #e3e3e3;
    border-top-right-radius: 5px;
}
.plan .table .th:first-child {
    width: auto;
    border-top-left-radius: 5px;
}
.plan .table .th-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
}
.plan .table .th-number {
    font-size: 14px;
    font-weight: normal;
}
.plan .table .th-number span {
    font-size: 24px;
    font-weight: bold;
}
.plan .table .th.th-pink {
    background-color: #ca689e;
    border-bottom-color: #fff;
}
.plan .table .th.th-pink .th-title,
.plan .table .th.th-pink .th-number {
    color: #fff;
}
.plan .table .td {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    border-right: 0;
}
.plan .table .tr .td:last-child {
    border-right: 1px solid #e3e3e3;
}
.plan .table .td.td-pink {
    background-color: #ca689e;
    color: #fff;
    border-bottom-color: #fff;
}
.plan .table .td:first-child {
    text-align: left;
    padding-left: 20px;
}
.plan .table tbody .tr:last-child td {
    border-bottom: 1px solid #e3e3e3;
}
.plan .table tbody .tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}
.plan .table tbody .tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
.plan .table .btn.btn-table {
    border: 1px solid #dba3c8;
    background: #fff;
    border-radius: 45px;
    max-width: 112px;
    min-height: 36px;
    color: #ca689e;
    font-size: 14px;
    font-weight: 400;
    margin: auto;
}
.plan .table .btn.btn-table.btn-table-pink {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.plan .plan-pink {
    background-image: url("../../img/tenant/bg-plan.png");
    position: relative;
    background-repeat: no-repeat;
    max-width: 870px;
    margin: 120px auto 0;
    min-height: 140px;
    display: flex;
    align-items: center;
    background-size: contain;
    justify-content: center;
}
.plan .plan-pink-img {
    position: absolute;
    left: -150px;
    top: -95px;
}
.plan .plan-pink-text-big {
    font-size: 34px;
    font-weight: bold;
    line-height: 26px;
    color: #fff;
    letter-spacing: -0.08cm;
    margin-bottom: 20px;
}
.plan .plan-pink-text-small {
    font-size: 28px;
    color: #fff;
    line-height: 26px;
    font-weight: bold;
    text-decoration: underline;
}

/* sub footer  */
.sub-footer {
    background-image: url("../../img/tenant/sub-footer-bg.png");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 338px;
    background-size: 100% 100%;
}
.sub-footer .sub-footer-content {
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: center;
}
.sub-footer .sub-footer-title {
    font-size: 45px;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
    margin-bottom: 30px;
}
.sub-footer .sub-footer-phone {
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-footer .sub-footer-phone img {
    width: 22px;
    margin-right: 15px;
}

.sub-footer .sub-footer-description {
    font-size: 20px;
    line-height: 26px;
}

/* footer  */
.vt-container img {
    box-shadow: 17px 20px 14px 0px #00000036;
    border-radius: 30px;
}
.header.vt-container img,
.menu.vt-container img,
.banner-bottom.vt-container img,
.img-absolute img,
.tp-body .vt-container .td-content img {
    box-shadow: none;
    border-radius: unset;
    width: auto;
}

body .vt-container {
    max-width: 1169px;
}
.bg-white .vt-container,
.bg-pink .vt-container {
    padding-bottom: 60px;
}
.light-pink {
    background: #ca689e 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    color: #ffffff;
}
.active-column-td-list-plan-home{
    background: #ca689e 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    color: #ffffff;
}
.vt-container .circle-img.td-content img {
    border-radius: 50%;
    border: 1px solid;
    width: 16px;
}
.light-pink .td-content.circle-img img {
    border: none;
}

.active-column-td-list-plan-home .td-content.circle-img img {
    border: none;
}
.light-pink .td-content.straight img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(234deg)
        brightness(170%) contrast(105%);
}

.active-column-td-list-plan-home .td-content.straight img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(234deg)
        brightness(170%) contrast(105%);
}
.active-column-list-plan-home:hover{
    cursor: pointer;
}
