@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-brands/css/uicons-brands.css');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'IBM Plex Sans Thai', sans-serif;
}

header{
    width: 100%;
    /*height: 10vh; คำนวณให้ 10% จากหน้าจอนั้นๆ*/
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
}

/* header */
nav{
    width: 100%;
    height: 150px;
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
}

.box_logo img{
    width: 142px;
    height: 69.89px;
    object-fit: cover;
    position: absolute;
    left: 70px;
    top: 40px;
}

.search{
    width: 500px;
    height: 70px;
    border-radius: 15px;
    border: solid 3px #E53D46;
    display: flex;
    align-items: center;
    position: relative;
    position: absolute;
    left: 269px;
    top: 40px;
}

.search input[type="search"]{
    font-family: 'IBM Plex Sans Thai', sans-serif; 
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    width: 420px;
    height: 40px;
    padding-left: 21px;
    border: none;
    outline: none;
    cursor: text;
    margin-top: 3px;
    background-color: transparent;
}

/* เอาเครื่องหมายกากบาทออก */
.search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.search i{
    font-size: 35px;
    color: #3B56A6;
    position: absolute;
    top: 10px;
    right: 18px;
}

/* เมนูที่มีไอคอน svg */
nav ul {
    display: flex;
    align-items: center;
    list-style-type: none; /*เอาจุดออก*/
    position: absolute;
    right: 67px;
    top: 37.5px;
    /*background-color: aqua;*/
}
nav ul li{
    display: inline-block;
    padding-left: 43px;
    /*background-color: blueviolet;*/
}
nav ul li a {
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: #AAAAAA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    /* background-color: chocolate; */
    height: 100%;
    margin-top: 2px;
}
nav ul li a span{
    margin-top: 9px;
}
nav ul li a i svg{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-user svg {
    fill: #E53D46;
    width: 35px;
    height: 35px;
}
.active {
    color: #3B56A6;
}
nav ul li a i svg{
    font-size: 35px;
    fill: #AAAAAA;
}
li:hover i svg {
    fill: #E53D46;
}
li:hover span {
    color: #3B56A6;
}

/* PROFILE CARD */
.profile-card {
    width: 100%;
    height: 716px;
    background: linear-gradient(to bottom, rgba(229, 61, 70, 1) 0%, rgba(255, 144, 66, 1) 100%);
    box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.15);
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card {
    width: 1080px;
    height: 566px;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
}
.head-card {
    display: none;
}
.title-card {
    width: 1080px;
    height: 70px;
    background-color: #3B56A6;
    border-radius: 30px 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}
.img-card {
    width: 380px;
    height: 366px;
    border-radius: 15px;
    position: absolute;
    top: 102px;
    left: 38px;
}
.name-card {
    font-size: 32px;
    font-weight: 600;
    color: #E53D46;
    position: absolute;
    top: 102px;
    right: 279px;
}
.line-card {
    width: 580px;
    height: 3px;
    background-color: #3B56A6;
    position: absolute;
    top: 162px;
    right: 40px;
}
.text-card-1 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    position: absolute;
    top: 192px;
    left: 460px;
}
.text-card-2 {
    width: 580px;
    height: 78px;
    border-radius: 15px;
    border: 3px solid #3B56A6;
    position: absolute;
    left: 460px;
    top: 240px;
    font-size: 32px;
    font-weight: 500;
    color: #E53D46;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.box-mission-card {
    width: 580px;
    height: 120px;
    border-radius: 15px;
    background-color: #E53D46;
    position: absolute;
    top: 349px;
    left: 460px;
    display: flex;
    align-items: center;
}
.icon-badge svg {
    width: 56px;
    height: 56px;
    fill: #FFE455;
    position: absolute;
    top: 32px;
    left: 54px;
}
.text-mission-card {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 117px;
}
.text-mission-card-2 {
    width: 180px;
    height: 120px;
    background-color: #FFE455;
    border-radius: 15px;
    position: absolute;
    left: 400px;
    color: #000;
    font-size: 40px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rank-card {
    width: 160px;
    height: 40px;
    border-radius: 7.5px;
    background: linear-gradient(to right, rgba(255, 144, 66, 1), rgba(229, 61, 70, 1));
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 406px;
    left: 150px;
}
.end-card {
    width: 1080px;
    height: 60px;
    background-color: #3B56A6;
    border-radius: 0 0 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 0;
}

/* UN REVIEW */
.un-review {
    width: 100%;
    height: 470px;
}
.title-un-rv {
    width: 100%;
    height: 167px;
    position: relative;
}
.icon-feedback svg {
    width: 77px;
    height: 77px;
    fill: #E53D46;
    position: absolute;
    top: 77px;
    left: 70px;
}
.head-title-un-rv {
    font-size: 40px;
    font-weight: 600;
    color: #E53D46;
    position: absolute;
    top: 60px;
    left: 167px;
}
.sub-title-un-rv {
    font-size: 24px;
    font-weight: 400;
    color: #3B56A6;
    position: absolute;
    top: 126px;
    left: 167px;
}
.num-title-un-rv {
    width: 200px;
    height: 60px;
    border-radius: 30px 30px 0 30px;
    background-color: #3B56A6;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 94px;
    right: 70px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.num-title-un-rv:hover {
    background-color: #1E3E9D;
}
.un-rv {
    width: 100%;
    height: 303px;
    /* background-color: palegoldenrod; */
    display: flex;
    justify-content: center;
    position: relative;
}
.all-un-rv {
    width: 1300px;
    height: 200px;
    /* background-color: #3B56A6; */
    position: absolute;
    top: 23px;
    display: flex;
    justify-content: space-between;
}
.box-un-rv1, 
.box-un-rv2, 
.box-un-rv3 {
    width: 420px;
    height: 200px;
    border-radius: 30px;
    background-color: #FFE455;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.name-stf-un-rv {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    position: absolute;
    top: 20px;
    left: 34px;
}
.time-un-rv {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    position: absolute;
    top: 71px;
    left: 34px;
}
.rw-un-rv {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 131px;
    left: 34px;
}
.numrw-un-rv {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 131px;
    right: 34px;
}
.icon-fbhand svg {
    width: 38px;
    height: 38px;
    fill: #E53D46;
    position: absolute;
    top: 28px;
    right: 34px;
    cursor: pointer;
    transition: fill 0.3s ease;
}
.box-un-rv1:hover ,
.box-un-rv2:hover ,
.box-un-rv3:hover {
    background-color: #EBCC2E;
}
.icon-fbhand svg:hover {
    fill: #CA1821;
}
.icon-arrow-left svg {
    width: 80px;
    height: 80px;
    fill: #E53D46;
    position: absolute;
    top: 83px;
    left: 50px;
    transition: fill 0.3s ease;
    cursor: pointer;
}
.icon-arrow-right svg {
    width: 80px;
    height: 80px;
    fill: #E53D46;
    position: absolute;
    top: 83px;
    right: 50px;
    transition: fill 0.3s ease;
    cursor: pointer;
}
.icon-arrow-right svg:hover,
.icon-arrow-left svg:hover{
    fill: #CA1821;
}
.box-dot {
    width: 40px;
    height: 15px;
    /* background-color: orange; */
    position: absolute;
    top: 258px;
    display: flex;
    justify-content: space-between;
}
.dot1,
.dot2 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #E53D46;
}
.dot2 {
    background-color: rgba(229, 61, 70, 0.5);
}
.dot3,
.dot4 {
    display: none;
}

/* HIST REVIEW */
.hist-review {
    width: 100%;
    height: 598px;
    /* background-color: palegoldenrod; */
}
.title-ht-rv {
    width: 100%;
    height: 135px;
    position: relative;
}
.icon-feedback-alt svg {
    width: 77px;
    height: 77px;
    fill: #E53D46;
    position: absolute;
    top: 46px;
    left: 70px;
}
.head-title-ht-rv {
    font-size: 40px;
    font-weight: 600;
    color: #E53D46;
    position: absolute;
    top: 28px;
    left: 167px;
}
.sub-title-ht-rv {
    font-size: 24px;
    font-weight: 400;
    color: #3B56A6;
    position: absolute;
    top: 96px;
    left: 167px;
}
.num-title-ht-rv {
    width: 200px;
    height: 60px;
    border-radius: 30px 30px 0 30px;
    background-color: #3B56A6;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 63px;
    right: 70px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.num-title-ht-rv:hover {
    background-color: #1E3E9D;
}

.ht-rv {
    width: 100%;
    height: 459px;
    overflow: hidden;
    position: relative;
}
.all-ht-rv {
    width: 1630px;
    height: 300px;
    position: absolute;
    left: 106px;
    top: 22px;
    display: flex;
    justify-content: space-between;
}
.box-ht-rv1,
.box-ht-rv2,
.box-ht-rv3 {
    width: 530px;
    height: 300px;
    border-radius: 30px;
    background-color: #3B56A6;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.name-stf-ht-rv {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 32px;
    left: 40px;
}
.stf-ht-rv {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 96px;
    left: 40px;
    line-height: 30px;
}
.time-ht-rv {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 243px;
    left: 40px;
}
.numrw-ht-rv {
    width: 200px;
    height: 70px;
    border-radius: 30px 0 30px 0;
    background-color: #FF9042;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-star svg {
    width: 35px;
    height: 35px;
    fill: #FFE455;
    position: absolute;
    top: 34px;
    right: 40px;
}
.rat-ht-rv {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 26px;
    right: 83px;
}
.ht-rv .icon-arrow-left svg {
    width: 80px;
    height: 80px;
    fill: #E53D46;
    position: absolute;
    top: 138px;
    left: 50px;
    transition: fill 0.3s ease;
    cursor: pointer;
}
.ht-rv .icon-arrow-left svg:hover{
    fill: #CA1821;
}
.box-ht-rv1:hover,
.box-ht-rv2:hover,
.box-ht-rv3:hover {
    transform: scale(1.025);
}
.all-text-ht-rv {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
    position: absolute;
    top: 357px;
    right: 70px;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.all-text-ht-rv:hover {
    transform: scale(1.025);
}

/* HELP-CENTER */
.help-center {
    width: 100%;
    height: 658px;
    background: linear-gradient(to right, rgba(255, 144, 66, 1), rgba(229, 61, 70, 1));
    box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.15);
    position: relative;
}
.head-help-center {
    position: absolute;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    top: 48px;
    left: 70px;
}
.search-hct{
    width: 500px;
    height: 70px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    position: absolute;
    left: 70px;
    top: 128px;
}
.search-hct input[type="search"]{
    font-family: 'IBM Plex Sans Thai', sans-serif; 
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    width: 420px;
    height: 40px;
    padding-left: 21px;
    border: none;
    outline: none;
    cursor: text;
    margin-top: 3px;
    background-color: transparent;
}
/* เอาเครื่องหมายกากบาทออก */
.search-hct input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}
.search-hct i{
    font-size: 35px;
    color: #3B56A6;
    position: absolute;
    top: 10px;
    right: 18px;
    cursor: pointer;
}
.img-hct {
    width: 420px;
    height: 408px;
    position: absolute;
    top: 189px;
    left: 110px;
    opacity: 0.6;
}
.head-question {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 57px;
    right: 608px;
}
.hot-question {
    width: 749px;
    height: 460px;
    position: absolute;
    top: 128px;
    right: 70px;
    /* background-color: palevioletred; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.question {
    width: 749px;
    height: 100px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}
.text-ques {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}
.icon-arrow-down svg {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 30px;
    top: 39px;
    fill: #000;
}
.question:hover {
    background-color: #D9D9D9;
}

/* FORM CONTACT */
.form-contact {
    width: 100%;
    height: 620px;
    /* background-color: #f0686f; */
    position: relative;
}
.contact-form {
    background-color: white;
    border: 1px solid #3B56A6;
    border-radius: 30px;
    width: 800px;
    height: 520px;
    font-family: 'IBM Plex Sans Thai', sans-serif;
    position: absolute;
    top: 50px;
    left: 70px;
}
.contact-form h2{
    font-size: 40px;
    font-weight: 500;
    background-color: #E53D46;
    width: 800px;
    height: 80px;
    border-radius: 30px 30px 0 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
form {
    display: flex;
    flex-direction: column;
    position: relative;
}
.form-group {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-top: 20px;
    padding-right: 40px;
}
input, textarea, button {
    font-family: 'IBM Plex Sans Thai', sans-serif;
}
input, textarea {
    width: 350px;
    height: 80px;
    padding: 30px;
    border: 3px solid #3B56A6;
    border-radius: 15px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
}
textarea {
    width: 720px;
    height: 160px;
    border-radius: 15px;
    resize: none;
    margin-left: 40px;
    margin-top: 20px;
}
button {
    width: 150px;
    height: 60px;
    border-radius: 7.5px;
    background-color: #3B56A6;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    bottom: 25px;
    right: 70px;
}
button:hover {
    background-color: #1E3E9D;
}
input:focus, textarea:focus {
    border-color: rgba(125, 125, 125, 0.6);
    outline: none; 
    box-shadow: 0 0 5px rgba(125, 125, 125, 0.6); 
}
.text-lakin {
    font-size: 80px;
    font-weight: 500;
    color: #E53D46;
    position: absolute;
    top: 64px;
    right: 70px;
}
.text-lakin2 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    position: absolute;
    top: 178px;
    right: 70px;
    text-align: right;
    line-height: 36px;
}
.icon-phone svg,
.icon-mail svg {
    width: 55px;
    height: 55px;
    fill: #FF9042;
    position: absolute;
    top: 410px;
    right: 455px;
}
.icon-mail svg {
    position: absolute;
    top: 515px;
    right: 455px;
}
.phone,
.email {
    font-size: 24px;
    font-weight: 500;
    color: #3B56A6;
    position: absolute;
    right: 266px;
    top: 417px;
}
.email {
    position: absolute;
    top: 523px;
    right: 241px;
}

/*Footer*/
.footer{
    width: 100%;
    height: 243px;
    background-color: #E53D46;
    display: flex;
    flex-direction: column;
}

.box-footer{
    width: 1440px;
    height: 90px;
    /*background-color: rgb(255, 202, 133);*/
    margin-top: 50px;
    padding-left: 70px;
    display: flex;
    align-items: center;
}

.logo-footer img{
    width: 173px;
    height: 85px;
    /*background-color: antiquewhite;*/
    object-fit: cover;
}

.box-text{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35px;
    /*background-color: rgb(255, 227, 192);*/
}

.box-text p{
    font-family: 'IBM Plex Sans Thai', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
    align-items: center;
}

.contact-lakin{
    width: 300px;
    height: 90px;
    /*background-color: rgb(255, 234, 208);*/
    font-size: 24px;
    margin-left: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.contact-lakin p{
    font-family: 'IBM Plex Sans Thai', sans-serif;
    color: #ffffff;
    font-weight: 500px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.icon-contact i {
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
    font-size: 35px;
    color: #ffffff;
    margin-top: auto;
}

.copyright {
    width: 100%;
    text-align: center;
    margin-top: 54px;
}

.copyright p{
    font-family: 'IBM Plex Sans Thai', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
}

.to-top{
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.45);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 70px;
    right: 70px;
    cursor: pointer;
    z-index: 1000;
}

.to-top i{
    color: #3B56A6;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    z-index: 1000;
}



/* start mobile size */
@media screen and (max-width: 400px) {
    .box_logo img {
        width: 90px;
        height: 44.3px;
        position: absolute;
        left: 25px;
        top: 15px;
    }

    .search {
        width: 220px;
        height: 35px;
        border-radius: 7.5px;
        top: 20px;
        left: 150px;
        border: solid 2px #E53D46;
    }

    .search input[type="search"] {
        font-size: 14px;
        width: 180px;
        height: 18px;
        padding-left: 10px;
    }

    .search i {
        font-size: 16px;
        top: 6px;
        right: 12px;
    }

    nav {
        width: 100%;
        height: 175px;
        bottom: 1px;
        background-color: #fff;
    }

    nav ul {
        right: 25px;
        left: 25px;
        top: 95px;
        /* background-color: aqua; */
        display: flex;
        justify-content: space-between;
    }

    nav ul li {
        padding: 0;
        /* background-color: blue; */
    }

    nav ul li a {
        font-size: 14px;
    }

    nav ul li a i svg {
        width: 24px;
        height: 24px;
    }

    .icon-user svg {
        width: 24px;
        height: 24px;
    }

    /* PROFILE CARD */
    .profile-card {
        height: 494px;
        background: linear-gradient(to bottom, rgba(229, 61, 70, 1) 0%, rgba(255, 144, 66, 1) 100%);
        box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.15);
        margin-top: 175px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .head-card {
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        position: absolute;
        top: 19px;
        display: block;
    }
    .card {
        width: 340px;
        height: 405px;
        border-radius: 15px;
        margin-top: 30px;
    }
    .title-card {
        width: 340px;
        height: 40px;
        border-radius: 15px 15px 0 0;
        font-size: 20px;
    }
    .img-card {
        width: 200px;
        height: 154px;
        border-radius: 7.5px;
        top: 89px;
        object-fit: cover;
        top: 89px;
        left: 70px;
    }
    .name-card {
        font-size: 20px;
        top: 55px;
        right: 139px;
    }
    .line-card {
        display: none;
    }
    .text-card-1 {
        font-size: 16px;
        top: 249px;
        left: 129px;
    }
    .text-card-2 {
        width: 200px;
        height: 30px;
        border-radius: 3.75px;
        border: 1.5px solid #3B56A6;
        left: 70px;
        top: 280px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }
    .box-mission-card {
        width: 200px;
        height: 40px;
        border-radius: 3.75px;
        top: 318px;
        left: 70px;
    }
    .icon-badge svg {
        width: 19px;
        height: 19px;
        top: 10px;
        left: 11px;
    }
    .text-mission-card {
        font-size: 14px;
        left: 33px;
    }
    .text-mission-card-2 {
        width: 56.67px;
        height: 40px;
        border-radius: 3.75px;
        left: 144px;
        font-size: 16px;
    }
    .rank-card {
        width: 100px;
        height: 20px;
        border-radius: 3.75px;
        font-size: 14px;
        font-weight: 400;
        top: 210px;
        left: 120px;
    }
    .end-card {
        width: 340px;
        height: 30px;
        border-radius: 0 0 15px 15px;
        font-size: 14px;
    }

    /* UN REVIEW */
    .un-review {
        height: 280px;
    }
    .title-un-rv {
        height: 119px;
    }
    .icon-feedback svg {
        width: 45px;
        height: 45px;
        top: 25px;
        left: 25px;
    }
    .head-title-un-rv {
        font-size: 24px;
        font-weight: 500;
        top: 23px;
        left: 79px;
    }
    .sub-title-un-rv {
        font-size: 14px;
        top: 55px;
        left: 79px;
    }
    .num-title-un-rv {
        width: 116px;
        height: 35px;
        border-radius: 15px 15px 0 15px;
        font-size: 16px;
        top: 84px;
        right: 25px;
    }
    .un-rv {
        height: 161px;
        /* background-color: palegoldenrod; */
    }
    .all-un-rv {
        width: 300px;
        height: 119px;
        /* background-color: #3B56A6; */
        top: 13px;
        display: block;
        justify-content: normal;
    }
    .box-un-rv1 {
        width: 300px;
        height: 119px;
        border-radius: 15px;
    }
    .box-un-rv2,
    .box-un-rv3 {
        display: none;
    }
    .name-stf-un-rv {
        font-size: 20px;
        top: 14px;
        left: 24px;
    }
    .time-un-rv {
        font-size: 14px;
        top: 45px;
        left: 24px;
    }
    .rw-un-rv {
        font-size: 20px;
        top: 72px;
        left: 24px;
    }
    .numrw-un-rv {
        font-size: 20px;
        top: 72px;
        right: 25px;
    }
    .icon-fbhand svg {
        width: 25px;
        height: 25px;
        top: 25px;
        right: 25px;
    }
    .icon-arrow-left svg {
        width: 30px;
        height: 30px;
        top: 58px;
        left: 25px;
    }
    .icon-arrow-right svg {
        width: 30px;
        height: 30px;
        top: 58px;
        right: 25px;
    }
    .box-dot {
        width: 35px;
        height: 5px;
        /* background-color: orange; */
        top: 145px;
    }
    .dot1 {
        width: 5px;
        height: 5px;
    }
    .dot2,
    .dot3,
    .dot4 {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: rgba(229, 61, 70, 0.5);
        display: block;
    }
    
    /* HIST REVIEW */
    .hist-review {
        height: 827px;
    }
    .title-ht-rv {
        height: 115px;
    }
    .icon-feedback-alt svg {
        width: 45px;
        height: 45px;
        top: 14px;
        left: 25px;
    }
    .head-title-ht-rv {
        font-size: 24px;
        font-weight: 500;
        top: 6px;
        left: 79px;
    }
    .sub-title-ht-rv {
        font-size: 14px;
        top: 38px;
        left: 79px;
    }
    .num-title-ht-rv {
        width: 116px;
        height: 35px;
        border-radius: 15px 15px 0 15px;
        font-size: 16px;
        top: 67px;
        right: 25px;
    }
    .ht-rv {
        height: 712px;
        display: flex;
        justify-content: center;
    }
    .all-ht-rv {
        width: 340px;
        height: 656px;
        flex-direction: column;
        position: static;
    }
    .box-ht-rv1,
    .box-ht-rv2,
    .box-ht-rv3 {
        width: 340px;
        height: 210px;
        border-radius: 15px;
    }
    .name-stf-ht-rv {
        font-size: 20px;
        top: 19px;
        left: 25px;
    }
    .stf-ht-rv {
        font-size: 16px;
        top: 55px;
        left: 25px;
        line-height: 25px;
    }
    .time-ht-rv {
        font-size: 14px;
        top: 171px;
        left: 25px;
    }
    .numrw-ht-rv {
        width: 128.04px;
        height: 44.81px;
        border-radius: 15px 0 15px 0;
        font-size: 16px;
    }
    .icon-star svg {
        width: 17.5px;
        height: 17.5px;
        top: 24px;
        right: 26px;
    }
    .rat-ht-rv {
        font-size: 20px;
        top: 19px;
        right: 49px;
    }
    .ht-rv .icon-arrow-left svg {
        display: none;
    }
    .all-text-ht-rv {
        font-size: 14px;
        top: 670px;
        right: auto;
    }

    /* HELP-CENTER */
    .help-center {
        height: 545px;
        box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.15);
        display: flex;
        justify-content: center;
    }
    .head-help-center {
        font-size: 24px;
        top: 18px;
        left: auto;
    }
    .search-hct{
        width: 340px;
        height: 47.6px;
        border-radius: 7.5px;
        top: 67px;
        left: auto;
    }
    .search-hct input[type="search"] {
        font-size: 14px;
        width: 250px;
        height: 18px;
        padding-left: 14px;
    }
    .search-hct i{
        font-size: 19px;
        top: 12px;
        right: 14px;
    }
    .img-hct {
        display: none;
    }
    .head-question {
        font-size: 20px;
        top: 126px;
        right: auto;
        left: 25px;
    }
    .hot-question {
        width: 340px;
        height: 359px;
        top: 161px;
        right: auto;
        /* background-color: palevioletred; */
    }
    .question {
        width: 340px;
        height: 80px;
        border-radius: 7.5px;
        padding-left: 14px;
    }
    .text-ques {
        font-size: 16px;
    }
    .icon-arrow-down svg {
        width: 13px;
        height: 13px;
        right: 28px;
        top: 33px;
    }

    /* FORM CONTACT */
    .form-contact {
        height: 434px;
    }
    .contact-form {
        border-radius: 15px;
        width: 339px;
        height: 234px;
        top: 175px;
        left: 26px;
    }
    .contact-form h2{
        font-size: 20px;
        width: 339.85px;
        height: 46px;
        border-radius: 15px 15px 0 0;
        margin-bottom: 0;
    }
    .form-group {
        padding-left: 14px;
        padding-top: 13px;
        padding-right: 14px;
    }
    input, textarea {
        width: 149px;
        height: 34px;
        padding: 14px;
        border: 1.5px solid #3B56A6;
        border-radius: 7.5px;
        font-size: 16px;
    }
    textarea {
        width: 312px;
        height: 68px;
        border-radius: 7.5px;
        resize: none;
        margin-left: 14px;
        margin-top: 13px;
    }
    button {
        width: 80px;
        height: 28px;
        border-radius: 3.75px;
        font-size: 14px;
        bottom: 11px;
        right: 22px;
    }
    .text-lakin {
        font-size: 34px;
        font-weight: 500;
        top: 16px;
        right: auto;
        left: 24px;
    }
    .text-lakin2 {
        font-size: 16px;
        top: 65px;
        right: auto;
        left: 24px;
        text-align: left;
        line-height: 24px;
    }
    .icon-phone svg,
    .icon-mail svg {
        width: 31px;
        height: 31px;
        top: 131px;
        right: auto;
        left: 24px;
    }
    .icon-mail svg {
        top: 131px;
        right: auto;
        left: 196px;
    }
    .phone,
    .email {
        font-size: 16px;
        right: auto;
        left: 66px;
        top: 134px;
    }
    .email {
        top: 134px;
        right: auto;
        left: 236px;
    }

    /* FOOTER */
    .footer {
        height: 280px;
        position: relative;
    }

    .box-footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        width: 100%;
        margin-top: 30px;
    }

    .logo-footer img {
        width: 100px;
        height: 50px;
        margin: 25px;
        margin-top: 0;
    }

    .box-text p {
        font-size: 14px;
        margin-top: -10px;
    }

    .contact-lakin {
        width: 100%;
        height: auto;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-lakin p {
        font-size: 12px;
        margin-top: 20px;
        line-height: 0.5;
    }

    .icon-contact i {
        font-size: 23px;
        margin-right: 5px;
    }

    .copyright {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 10px;
    }

    .copyright p {
        font-size: 10px;
    }

    /* to-top */
    .to-top {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        border-radius: 12px;
    }
    .to-top i {
        font-size: 45px;
    }
}
