﻿.top-inside .title {
    font-size: 55px !important;
}

.req {
    color: red !important;
}

.text-center {
    text-align: center;
}

.swal2-container.swal2-center > .swal2-popup {
    font-size: 14px;
}

.validation-summary-errors * {
    color: red !important;
}

.field-validation-valid {
    display: contents
}

.field-validation-error {
    width: 100%;
    display: block;
    color: red !important;
}

    .field-validation-error * {
        color: red !important;
    }

.relative {
    position: relative
}

#loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: 100%;
    height: 100%;
}

    #loading::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.19);
    }

    #loading > figure {
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 100;
        transform: translateX(-50%);
    }

        #loading > figure > img {
            height: auto;
            object-fit: cover;
            text-align: center;
            margin: 0 auto;
        }

        #loading > figure > figcaption {
            text-align: center;
            margin: 10px auto;
            padding: 10px 0;
            color: #000;
        }

.pagination-container {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}

    .pagination-container .pagination {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .pagination-container .pagination > li {
            margin-right: 5px;
            border-radius: 50%;
            transition: all .3s ease-in;
        }

            .pagination-container .pagination > li > a {
                width: 32px;
                height: 32px;
                background-color: #FAFAFA;
                color: #444444;
                display: flex;
                -ms-align-items: center;
                -o-align-items: center;
                -webkit-align-items: center;
                align-items: center;
                -o-justify-content: center;
                -webkit-justify-content: center;
                justify-content: center;
                -ms-border-radius: 50%;
                border-radius: 50%;
                -ms-transition: all .3s ease-in;
                -o-transition: all .3s ease-in;
                -webkit-transition: all .3s ease-in;
                transition: all .3s ease-in;
            }

                .pagination-container .pagination > li > a:hover {
                    border: 2px solid #CC0500;
                    color: #e40d11;
                }

            .pagination-container .pagination > li.active a {
                border: 2px solid #CC0500;
                color: #e40d11;
            }

.list-comment {
    display: flex;
    flex-direction: column;
    gap: 35px
}

.detPro-page .product-properties .list-comment li {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 40px
}

    .detPro-page .product-properties .list-comment li .left-col {
        width: calc(100% - 150px)
    }

    .detPro-page .product-properties .list-comment li .right-col {
        width: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

.detPro-page .product-properties .list-comment .img-user {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%
}

.detPro-page .product-properties .list-comment .name-user {
    color: #a0a0a0;
    font-size: 13px;
    font-weight: bold
}

.detPro-page .product-properties .list-comment .desc-comment {
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: bold;
    color: #0d0e12;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.detPro-page .product-properties .list-comment .sug {
    color: #068d38;
    font-size: 12px;
    font-weight: bold;
    background: #edf7f1;
    border-radius: 30px;
    padding: 0 20px;
    line-height: 30px
}

.detPro-page .product-properties .list-comment .not-sug {
    color: #F44336;
    font-size: 12px;
    font-weight: bold;
    background: #ebebeb;
    border-radius: 30px;
    padding: 0 20px;
    line-height: 30px
}

.detPro-page .product-properties .list-comment .date {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px
}

.show-answers {
    margin-top: 15px;
    color: #0eac72 !important;
    display: block;
}

.child-comment {
    margin-right: 50px;
}

.no-comment {
    text-align: center
}

.comments {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 20px;
}

.c-form_list {
    margin-top: 12px;
    width: 50%;
    margin: auto;
}

    .c-form_list > li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

        .c-form_list > li.submit {
            margin-top: 45px;
            display: flex;
            justify-content: flex-end;
        }

            .c-form_list > li.submit .btn {
                width: 117px;
                height: 33px;
                background: #4f9ba8;
                color: #fff;
                transition: all 0.3s ease;
                border-radius: 5px;
                line-height: 0;
                font-weight: 500;
            }

                .c-form_list > li.submit .btn:hover {
                    background: #e66c2c;
                    color: #fff;
                }

        .c-form_list > li .c-form_lbl {
            color: #7c7a7a;
            width: 140px;
            padding-left: 5px;
            line-height: 40px;
            font-weight: 500;
        }

        .c-form_list > li .txt {
            padding-right: 10px;
            flex: 1;
            height: 40px;
            min-width: 250px;
            border: solid 1px #e8e8e8;
            transition: all 0.3s ease;
            font-weight: 500;
            border-radius: 5px;
        }

            .c-form_list > li .txt.txtarea {
                height: 150px !important;
                resize: none;
            }

            .c-form_list > li .txt:focus {
                background-color: #e8e8e8;
            }

.form_public.-twoll {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.form_public > li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .form_public > li.half_size {
        width: calc(50% - 5px);
    }

    .form_public > li .lbl {
        margin-bottom: 5px;
    }

    .form_public > li .txt,
    .form_public > li .txtarea {
        width: 100%;
        background-color: #fff;
        padding: 0 10px;
        color: #7c7a7a;
        border: 1px solid #dedede;
        height: 40px;
        transition: all 0.2s;
    }

        .form_public > li .txt:focus,
        .form_public > li .txtarea:focus {
            border-color: #000;
        }

    .form_public > li .txtarea {
        height: 130px;
        resize: none;
    }

    .form_public > li.link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }

        .form_public > li.link > a {
            flex: 1;
            max-width: 100%;
            text-align: center;
            background-color: #ececec;
            color: #9f9f9f;
            margin: 0 1px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

            .form_public > li.link > a:hover {
                background-color: #75b696;
                color: #000;
            }

    .form_public > li .ddl {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: none;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 14'%3E%3Cpath fill='%235a5b5d' fill-rule='evenodd' d='M23.688.28a1.008 1.008 0 0 0-1.42 0L11.984 11.57 1.702.28a1.008 1.008 0 0 0-1.42 0c-.392.4-.392 1.04 0 1.43l10.943 12.01c.21.21.486.3.76.28.273.02.55-.07.76-.28L23.688 1.71c.39-.39.39-1.03 0-1.43'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 10px 50%;
    }

    .form_public > li .select {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

        .form_public > li .select label {
            margin-right: 8px;
        }

    .form_public > li.submit {
        display: flex;
        justify-content: flex-end;
        margin-top: 25px;
    }

        .form_public > li.submit .btn {
            width: 115px;
            height: 35px;
            background-color: #272759;
            text-align: center;
            color: #fff;
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
            transition: all 0.3s;
        }

            .form_public > li.submit .btn:hover {
                background-color: #ffbf01;
                color: #000;
            }

.form_public.-twoll {
    max-width: 980px;
    flex-wrap: nowrap;
    align-items: flex-end;
}

    .form_public.-twoll > li {
        width: unset;
    }

        .form_public.-twoll > li.half_size {
            width: calc(50% - 100px);
        }

        .form_public.-twoll > li.submit {
            display: unsetl;
        }

            .form_public.-twoll > li.submit .btn {
                height: 40px;
            }

.c-career__list > * {
    width: calc((100% - (var(--column) * var(--gap-column))) / var(--column));
    margin: 0 calc(var(--gap-column) / 2) var(--gap-row);
}

.c-career__list {
    --column: 3;
    --gap-column: 20px;
    --gap-row: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 calc(var(--gap-column) / -2);
    width: calc(100% + var(--gap-column));
}

    .c-career__list > li {
        box-shadow: 2px 2px 9px 0px #dadada;
        background-color: #fff;
        padding: 10px;
    }

        .c-career__list > li:hover {
            box-shadow: 2px 2px 3px 0px #dadada;
        }

        .c-career__list > li > a > .c-caption {
            color: #000;
            font-size: 20px;
            text-align: center;
        }

        .c-career__list > li > a > .c-context {
            margin: 10px 0;
            overflow: hidden;
            height: 100px;
        }

            .c-career__list > li > a > .c-context * {
                font-size: 15px;
                color: #929191;
            }

        .c-career__list > li > a time {
            color: #000;
            font-size: 12px;
        }

.cooperating-page .public-form .cooperation-form {
    width: 50%;
    margin: 50px auto;
}

    .cooperating-page .public-form .cooperation-form > li {
        margin-bottom: 20px;
        position: relative
    }

        .cooperating-page .public-form .cooperation-form > li > label {
            display: flex;
            text-align: right;
            margin-left: 10px;
            font-size: 13px;
            color: #1b1464
        }

        .cooperating-page .public-form .cooperation-form > li .resume-file {
            position: absolute;
            left: 0;
            top: 68%;
            transform: translateY(-50%);
            width: 100%;
            height: 65%;
        }

            .cooperating-page .public-form .cooperation-form > li .resume-file .resumetxt, .cooperating-page .public-form .cooperation-form > li .resume-file > span {
                position: absolute;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center
            }

            .cooperating-page .public-form .cooperation-form > li .resume-file > span {
                right: 130px;
                font-size: 13px;
                border-left: 1px solid #1b1464;
                color: #1b1464;
                padding-right: 12px;
                width: 17%;
            }

            .cooperating-page .public-form .cooperation-form > li .resume-file .resumetxt {
                width: 100%;
                z-index: 9;
                opacity: 0;
                cursor: pointer
            }

        .cooperating-page .public-form .cooperation-form > li .btn {
            width: 120px;
            border-radius: 10px;
        }

    .cooperating-page .public-form .cooperation-form .txtform,
    .cooperating-page .public-form .cooperation-form .selectform {
        border-radius: 15px;
        height: 46px;
        background-color: #e7e7e7;
        width: 78%
    }

    .cooperating-page .public-form .cooperation-form .txtareaform {
        border-radius: 15px;
        height: 150px;
        background-color: #e7e7e7;
        width: 78%
    }