
/* Why */
.desc-why {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.why-info {
    font-weight: 599;
}

.why-item {
    border-radius: 24px;
    border: 1px solid #dedede;
}

.why-icon {
    color: var(--theme-color);
    border: 1px dashed;
    border-radius: 50%;
    padding: 20px;
    height: 30px;
    width: 30px;
}

.why-number {
    color: #ccc;
    font-weight: 600;
}

/* resignter */
.resignter {
    background-image: url('../../img/bg-rs.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding: 200px;
    color: var(--white-color);
}

/* Riêng cho iOS */
@supports (-webkit-touch-callout: none) {
    .resignter {
        background-attachment: scroll;
    }
}

.resignter-content {
    width: 800px;
    max-width: 80%;
    margin: 0 auto;
}

.resignter h2 {
    text-transform: uppercase;
    font-size: 50px;
}

.resignter .resignter-desc {
    font-size: 18px;
}

/* ABOUT_HOME */
.about {
    background: url('../../img/about-bg.png') no-repeat center/cover;
}

.about-left .img-bottom {
    bottom: -100px;
    width: 60%;
    height: 50%;
    right: -50px;
    border: 10px solid #fff;
}

.about-left .dot-shape {
    position: absolute;
    bottom: -50px;
    left: -50px;
}

.about-left span:not(:last-child) {
    z-index: 2;
}

.description ul {
    margin: 20px 0;
}

.description ul li {
    padding: 14px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
}

.description ul li:not(:last-child) {
    margin-bottom: 10px;
}

.icon-about {
    color: var(--theme-color);
    margin-right: 14px;
    font-size: 24px;
}

/* END_ABOUT_HOME */

/* project */

.project {
    overflow: hidden;
    background: #f5f5f5;
}

.project-item {
    border-radius: 20px;
    background: #fff;
    position: relative;
}

.project-info {
    padding: 30px;
}

span.bg-video {
    position: absolute;
    right: 0;
    top: 0;
}

.video-desc {
    display: none;
}

/* FEADBACK */

.feadback-bg {
    height: 534px;
    width: 850px;
    border-radius: 5px;
    background-image: url('../../img/feadback.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.feadback-area {
    max-width: 650px;
    position: relative;
    background: #f8f8f8;
    padding: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.feadback-user {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

.avatar {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.avatar img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.feadback-info {
    font-size: 20px;
    flex: 1;
    margin-left: 20px;
}

.feadback-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 100px;
    color: var(--theme-color);
    font-size: 80px;
}

.feadback-info p {
    margin: 0;
}

.feadback-title {
    font-weight: 500;
}

.feadback-desc {
    color: #54595F;
}

.description-box {
    font-size: 15px;
    text-align: center;
    width: 800px;
    margin: 0 auto;
    max-width: 90%;
}


.feadback-star {
    color: #F8BC26;
    font-size: 14px;
    margin-bottom: 10px;
}
