/* Start custom CSS */.loop__tuyendung {
    padding: 20px;
        justify-content: space-between;
    background: #fff;
    box-shadow: 0 8px 20px -2px rgba(0, 0, 0, .16);
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 4px;
    height: 100%;
    transition: all .5s;
    border: 1px solid transparent;
    overflow: hidden;
}

.loop__tuyendung:hover {
    box-shadow: none;
    border: 1px solid var(--color-hover-brand);
    transition: all .6s ease
}

.loop__tuyendung:hover h3 {
    color: var(--red-brand);
}

.loop__tuyendung h3 {
    font-size: 1.9rem;
    color: #0068C3;
    font-weight: 600;
    line-height: 28px;
}

/*style list info*/
.infors {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 0;
    margin: 32px 0!important;
}

.infors li {
    display: flex;
    gap: 12px;
    align-items: center;
}

.infors li .icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infors li .desc {
    font-size: 14px;
    display: flex;
    gap: 4px;
}

 .infors li .desc span {
    color: #768286;
}

/*Button*/
.loop__tuyendung .elementor-button {
    all: unset;
    cursor: pointer;
}

.loop__tuyendung .elementor-button-wrapper {
    font-size: 1.4rem;
    color: var(--red-brand);
    display: flex;
    align-items: center;
    max-width: max-content;
    padding: 8px 16px;
    height: 36px;
    border: 2px solid var(--red-brand);
}

.loop__tuyendung  .elementor-button-wrapper:hover {
    background: var(--red-brand);
    border: none;
    color: #fff;
    transition: background .6s ease;
}

/*icon arrow right*/
.loop__tuyendung .elementor-button-wrapper span.elementor-button-icon {
    display: flex;
    align-items: center;
    transition: all .3s;
}

.loop__tuyendung .elementor-button-wrapper span.elementor-button-icon svg.e-font-icon-svg.e-fas-angle-right {
    fill: var(--red-brand);
}

.loop__tuyendung .elementor-button-wrapper:hover span.elementor-button-icon {
    display: flex;
    align-items: center;
    filter: brightness(0) invert(1);
    transform: translateX(5px);
    transition: all .3s;
}/* End custom CSS */
/* Start custom CSS */.loop__tuyendung {
    padding: 20px;
        justify-content: space-between;
    background: #fff;
    box-shadow: 0 8px 20px -2px rgba(0, 0, 0, .16);
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 4px;
    height: 100%;
    transition: all .5s;
    border: 1px solid transparent;
    overflow: hidden;
}

.loop__tuyendung:hover {
    box-shadow: none;
    border: 1px solid var(--color-hover-brand);
    transition: all .6s ease
}

.loop__tuyendung:hover h3 {
    color: var(--red-brand);
}

.loop__tuyendung h3 {
    font-size: 1.9rem;
    color: #0068C3;
    font-weight: 600;
    line-height: 28px;
}

/*style list info*/
.infors {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 0;
    margin: 32px 0!important;
}

.infors li {
    display: flex;
    gap: 12px;
    align-items: center;
}

.infors li .icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infors li .desc {
    font-size: 14px;
    display: flex;
    gap: 4px;
}

 .infors li .desc span {
    color: #768286;
}

/*Button*/
.loop__tuyendung .elementor-button {
    all: unset;
    cursor: pointer;
}

.loop__tuyendung .elementor-button-wrapper {
    font-size: 1.4rem;
    color: var(--red-brand);
    display: flex;
    align-items: center;
    max-width: max-content;
    padding: 8px 16px;
    height: 36px;
    border: 2px solid var(--red-brand);
}

.loop__tuyendung  .elementor-button-wrapper:hover {
    background: var(--red-brand);
    border: none;
    color: #fff;
    transition: background .6s ease;
}

/*icon arrow right*/
.loop__tuyendung .elementor-button-wrapper span.elementor-button-icon {
    display: flex;
    align-items: center;
    transition: all .3s;
}

.loop__tuyendung .elementor-button-wrapper span.elementor-button-icon svg.e-font-icon-svg.e-fas-angle-right {
    fill: var(--red-brand);
}

.loop__tuyendung .elementor-button-wrapper:hover span.elementor-button-icon {
    display: flex;
    align-items: center;
    filter: brightness(0) invert(1);
    transform: translateX(5px);
    transition: all .3s;
}/* End custom CSS */