﻿.main {
    position: relative;
    /* width: 980px; */
    margin: 50px auto;
}

    .main > * {
        max-width: 980px;
        margin: 0 auto;
    }

.editarea {
    position: relative;
    margin: 50px auto;
    padding: 50px 0;
    /* border: 1px solid red; */
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jssora061 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora061 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 360;
        stroke-linecap: round;
    }

    .jssora061:hover {
        opacity: .8;
    }

    .jssora061.jssora061dn {
        opacity: .5;
    }

    .jssora061.jssora061ds {
        opacity: .3;
        pointer-events: none;
    }

@media screen and (max-width: 768px) {
    .main {
        width: 90%;
        margin: 50px auto;
    }
}

.main {
    position: relative;
    /* width: 980px; */
    margin: 50px auto;
}

div, ul, ol, dl, li, dt, dd, p, span, blockquote, pre, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}

.career h2 {
    font-weight: bolder;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}

.main > * {
    max-width: 980px;
    margin: 0 auto;
}

h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.career .editarea {
    padding: 0;
}

.editarea {
    position: relative;
    margin: 50px auto;
    padding: 50px 0;
    /* border: 1px solid red; */
}

.main > * {
    max-width: 980px;
    margin: 0 auto;
}

div, ul, ol, dl, li, dt, dd, p, span, blockquote, pre, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}

.editarea * {
    max-width: 100% !important;
}

p {
    word-break: initial;
}

div, ul, ol, dl, li, dt, dd, p, span, blockquote, pre, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}

.tableStyle {
    width: 100%;
}

table[Attributes Style] {
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

.editarea * {
    max-width: 100% !important;
}

.tableStyle th {
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #004eff;
    padding: 20px 50px 20px 0;
    vertical-align: top;
    color: #014099;
}

.editarea * {
    max-width: 100% !important;
}

.tableStyle td {
    border-bottom: 1px solid #ccdcff;
    padding: 20px 0;
    vertical-align: top;
}

.editarea .txt_color_blue {
    color: #014099;
}

.editarea * {
    max-width: 100% !important;
}

div, ul, ol, dl, li, dt, dd, p, span, blockquote, pre, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

#myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg2:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

#caption2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal-content2, #caption2 {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.close2 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close2:hover,
    .close2:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }


@media screen and (max-width: 768px) {
    .main {
        width: 90%;
        margin: 50px auto;
    }

    .modal {
        position: absolute;
        margin: 50% auto;
    }

    .editarea .tableStyle tr:first-child > *:first-child {
        border-top: none !important;
        margin-bottom: none;
    }

    .tableStyle th {
        padding: 10px;
        border: none;
        border-left: 5px solid #014099;
        padding: 0;
        padding-left: 10px;
        line-height: 18px;
        color: #014099;
        font-weight: bolder;
    }

    .tableStyle th, .tableStyle td {
        display: block;
        width: auto;
    }

    .editarea .tableStyle tr:first-child > *:nth-child(2) {
        border-top: none !important;
    }

    .tableStyle td {
        margin-bottom: 30px;
    }

    .tableStyle th, .tableStyle td {
        display: block;
        width: auto;
    }
}
