.title-name {
    color: #265ab6;
    margin-top: 10px;
    font-size: 3rem;
    font-stretch: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 2px;
}

.ul {
    padding-left: 3rem;
}

.ul>li {
    list-style: disc;
    padding-bottom: 0.4rem;
}

.ul>li>.ul>li {
    list-style: circle;
}

.pa0 {
    padding: 0;
}

.title-job {
    color: #6c77e5;
    position: relative;
    margin-top: 2%;
}

/* .title-job:before {
    content: '';
    position: absolute;
    left: -1%;
    top: 3%;
    background-color: #eceeff;
    height: 5px;
    width: 30%;
} */


.title-job small {
    color: #6c77e5;
}


/* .sub-title-job { color: #eb3ad1; } */


/* 企業徵才內頁 kv */
.masthead {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 64vh;
    /* if you don't want it to take up the full screen, reduce this number */
    overflow: hidden;
    /* background: radial-gradient(ellipse at center, rgba(38, 90, 182, 0.85) 0%, rgba(38, 90, 182, 0.85) 100%, url(../img/event01.jpg) no-repeat center top; */
    background-size: cover;
    background: radial-gradient(ellipse at center, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 30%) 37%, rgba(255, 255, 255, .5) 100%), url(../img/event01.jpg) no-repeat center top scroll;
    border-bottom: 6px solid #e6dd22;
}

.masthead .title-name { color: #fff; margin-top: 30px;}

.masthead__box {
    padding: 40px;
    /* background-color: rgba(38, 90, 182, 0.85); */
    background-color: #094385;
    box-shadow: 0px 0px 20px rgb(255 255 255);
}


.section--kv-inner {
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 90px;
    position: relative;
    text-align: center;
    margin-bottom: -1px;
}

@media (max-width: 767px) {
    .section--kv-inner {
        margin-top: 65px;
    }
}

.section--kv-inner img {
    width: 100%;
    max-width: 100%;
}


.job_content {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .job_content {
        padding-top: 10px;
    }
}

.info__title {
    position: relative;
    margin-bottom: 1.5rem;
}

.info__title h1 {
    display: inline;
    vertical-align: top;
}

.info__logo {
    position: relative;
    margin-right: 10px;
    max-width: 250px;
    top: -40px;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.info .company__media {
    position: relative;
    margin-bottom: 0;
}

.info .company__media .company__banner {
    padding-bottom: 44.7%;
    width: 100%;
}

.info__description {
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem 0.75rem 0;
    min-height: auto;
    /*font-size: 90%;*/
    text-align: justify;
    /* border-bottom: solid 1px #dadada; */
}

.info__iconbox {
    margin-bottom: 0.75rem;
    padding: 0 0.75rem 0.75rem 0;
    min-height: auto;
    /* border-bottom: solid 1px #dadada; */
}

.info__icon {
    /* display: inline-block; */
    margin-bottom: 0.8rem;
    min-width: 40%;
    font-size: 85%;
}

.info__icon i {
    font-size: 2rem;
    padding: 4px 5px;
    color: #aaa;
    text-align: center;
}

.btn-info-job {
    border: 1px solid #265ab6;
    color: #265ab6;
    width: 100%;
    max-width: 250px;
    margin: 1% auto;
    padding: 15px;
    display: block
}

.btn-info-job:hover,
.btn-info-job:focus {
    background-color: #265ab6;
    color: #fff;
}


.section-intro{
 background-color: #eeeeee;
 padding-bottom: 3%;

}

.title-intro{
    text-align: center;
    color: #6c77e5;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 2em;
}


.slider {
    margin: 0 20px;
}

.section-slider {
    /*margin: 1rem 0;*/
    background-color: #084385;
}


.slider-job {
    position: relative;
    padding: 15px 0;
}

.slider-job .slick-arrow {
    font-size: 8rem;
    font-weight: 700;
    position: absolute;
    top: 45%;
    color: #021B4D;
    opacity: 0.9;
    z-index: 9;
    transition: all .3s ease;
}

.slider-job .slick-arrow.fa-angle-right {
    right: 10px;
}

.slider-job .slick-arrow.fa-angle-left {
    left: 10px;
}

.slider-job .slick-arrow:hover,
.slider-job .slick-arrow:focus {
    opacity: 1;
}


.company-pictures img {
    min-width: 400px;
    /*padding: 0 10px;*/
    margin: 0 auto;
}

.section-main-info {
    padding-bottom: 3%;
}

.content__area {
    text-align: justify;
}

.content__area__media {
    border: 3px solid #a4affd;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 2%;
}

.content__area__media a {
    padding-top: 2%;
    display: block
}

.content__area__media .title-job {
    margin-top: 0;
    padding-top: 0
}

.content__intro {
    margin: 2% 0;
}

.content__location {}

.content__location .sub-title-job {
    margin: 10px 0;
}

.cover-job {
    background-color: #eeeeee;
    /*margin: 2rem 0 4rem;*/
    padding: 3rem 0;
}

/* .cover-job .title-job,.cover-job .title-job small { color: #fff; } */
.job__card {
    background-color: #fff;
    border: solid 1px #dadada;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(218, 218, 218, 0.3);
    color: #333;
    min-height: 212px;
    padding: 1.8rem 18px 1rem;
    position: relative;
    margin: 1rem 0rem;
    border-bottom: 3px solid #a4affd;
    min-height: 412px;
}

.job__card::before {
    content: ' ';
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #a4affd transparent;
    z-index: 0;
}

.card__title {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-break: break-all;
}

.card__description {
    color: #555;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: .5rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 350px;
}

.card__icons {
    position: relative;
    width: calc(100% - 42px);
}

.card__icon {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.btn-apply{
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.salary-description {
    /* color: #6c77e5; */
}

ul.list-styled li {
    margin-left: 10px;
}


/*物件*/

.title-intro:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    margin: 30px auto 0;
    border-radius: 8px;
    background: #fee002;
}

.triangle-area {
    padding: 0px;
    background-color: #eeeeee;
}

.triangle {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 75px 0 75px;
    border-color: #ffffff transparent transparent transparent;
}

.panel{
    border: none;
    min-height: 230px;
    margin-top: 10px;
}

.panel-default{
    box-shadow: 0 10px 15px rgba(34, 96, 140, 0.2);
}

.panel-default > .panel-heading{
    background-color: #fff;
    border-bottom: 2px solid #f1f4f4;
}

.panel-title{
    font-size: 22px;
    font-weight: 600;
    color: #084385;
}

.concept__box{
    padding: 10px 0;
    border-bottom: 1px solid #5587D3;
    color: #ffffff;
    font-size: 16px;
}

.concept__box__title{
    font-size: 20px;
    font-weight: 600;
    color: #fee002;
    margin-bottom: 10px;
}
