/**** global ****/

html body {
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #1E2229;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    min-width: 1062px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.container {
    width: 1062px;
    position: relative;
    margin: 0 auto;
}

.btn a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

.btnOrange a {
    background: #faa758;
}

.btnBlue a {
    background: #4A90E2;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clr {
    clear: both;
}

.ov {
    position: relative;
    overflow: hidden;
}

ul {
    list-style: none;
}

.red {
    color: #f00;
}

input[type="submit"] {
    cursor: pointer;
}

input:disabled {
    background-color: #eee;
}


/* Webkit */

::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}


/* Firefox 18 以前 */

:-moz-placeholder {
    color: #ccc;
}


/* Firefox 19 以降 */

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}


/* IE 10 以降 */

:-ms-input-placeholder {
    color: #ccc;
}


/* CSS4 */

:placeholder-shown {
    color: #ccc;
}


/**** header ****/

#company header {
    padding: 24px 0;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    z-index: 1111;
    top: 0;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

#company header .container {
    min-height: 40px;
}

#company header.preview {
    padding-bottom: 0;
}

#company header h1,
#company header .logo.companyLogo {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #393939;
    letter-spacing: 0px;
    min-height: 40px;
}

#company header h1 a,
#company header .logo.companyLogo a {
    color: #000;
}

#company .member a,
#company #mainNews .text a,
#company #mainRecruit h3 a {
    color: #1E2229;
}

#company header .nav-wrapper a:hover,
#company .member a:hover,
#company #mainNews .text a:hover,
#company #mainRecruit h3 a:hover {
    color: #7f7f7f;
}

#company header h1 img,
#company header .logo.companyLogo img {
    max-width: 100%;
    max-height: 40px;
    margin-right: 5px;
}

#company header .container > * {
    float: left;
}

nav.headerNav {
    max-width: 720px;
    text-align: right;
    float: right !important;
}

nav.headerNav .nav-wrapper ul > li {
    display: inline-block;
    margin-left: 20px;
}

nav.headerNav .nav-wrapper ul > li a {
    color: #1E2229;
}

nav.headerNav .nav-wrapper ul > li a:hover {
    color: #555;
}

@media (min-width: 981px) {
    nav.headerNav .nav-wrapper ul > li.sp {
        display: none;
    }
}

nav.headerNav .nav-wrapper .last a {
    display: inline-block;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 35px;
    font-weight: normal;
}

nav.headerNav .nav-wrapper .last a:hover {
    color: #fff;
    opacity: 0.8;
}

nav.headerNav .nav-wrapper .last #share li {
    margin-left: 0;
}


/* ツイッター */

#share .twitter a {
    /*background-color: #00acee;*/
    background-color: #000000;
    padding: 5px 0;
    width: 32px;
    text-align: center;
}

#share .twitter a:hover {
    /*background-color: #0092ca;*/
    background-color: #1a1a1a;
}


/* Facebook */

#share .facebook a {
    background-color: #3b5998;
    padding: 5px 0;
    width: 32px;
    text-align: center;
}

#share .facebook a:hover {
    background-color: #2c4373;
}


/**** home ****/

#main{
    background-color: #fff;
}

#main .section {
    padding: 60px 0;
}

#company.PageCompany h4 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 29px;
    color: #1E2229;
    letter-spacing: 0px;
}

#mainVisual {
    height: 460px;
    background-size: cover;
    background-position: 50%;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 7px #000;
    background-color: #F1F1F1;
    padding-bottom: 20px;
    padding-top: 160px;
}

#mainVisual h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

#mainVisual h3 {
    font-size: 1.5em;
}

#mainCopy {
    background: #F8F8F9;
}

#mainCopy .container {
    text-align: center;
}

#mainCopy .text {
    line-height: 1.8em;
    font-size: 1.1em;
}

#mainCopy h3 {
    margin: 0 0 15px;
    font-size: 1.6em;
}

#mainMessage .container > div {
    float: left;
    width: 50%;
}

#mainMessage img {
    width: 100%;
}

#mainMessage .text {
    padding: 60px 0 0 60px;
    font-size: 1.2em;
}

#mainMessage .text h4 {
    margin-bottom: 40px;
}

#mainMessage .text p {
    margin-bottom: 40px;
}

#mainMessage .text span {
    font-size: 0.8em;
    margin-right: 1.5em;
}

#mainMessage .mainText {
    color: #1E2229;
    font-weight: bold;
    font-size: 1.3em;
}

#mainMessage .name {
    color: #1E2229;
    text-align: right;
}

#mainMember {
    background: #f8f8f9;
}

.section h4 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.8em;
    font-weight: normal;
}

#mainMember h4 {
    color: #fff;
}

#mainMember .row {
    margin-top: 40px;
    text-align: center;
}

#mainMember .member {
    display: inline-table;
    width: 19.5%;
    text-align: center;
}

#mainMember .member .image {
    overflow: hidden;
    width: 161px;
    height: 161px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 100px;
}

#mainMember .member img {
    border: 2px solid #fff;
    border-radius: 100px;
}

#mainMember .member img,
#mainCompany .item img,
#mainNews .item img {
    width: 100%;
}

#mainMember .member .text {
    font-weight: bold;
}

#mainMember .member .text,
#mainCompany .item .text {
    margin-top: 12px;
    font-size: 1.05em;
    line-height: 1.7em;
    color: #555;
}

#mainMember .member .image:hover {
    opacity: 0.8;
}


/*#mainMember .member .image img:hover{
    opacity:0.8;
}*/

#mainMember .member .image a {
    display: block;
    width: 100%;
    height: 100%;
}

#mainMember .member .text a:hover {
    text-decoration: underline;
}

#mainMember .member .text .position {
    color: #1e2229;
    font-size: 0.9em;
}

#mainMember ._more{
    display: none;
}

#mainMember .more a{
    display: block;
    border-radius: 10px;
    background-color: #fff;
    padding: 5px;
    color: #4a90e2;
}

#mainCompany .row {
    padding-top: 30px;
    text-align: center;
}

#mainCompany .item {
    display: inline-table;
    width: 21.5%;
    margin-right: 4%;
    text-align: left;
    font-size: 0.9em;
}

#mainCompany .item:last-child {
    margin-right: 0;
}

#mainCompany .item .image {
    height: 200px;
    overflow: hidden;
}

#mainCompany .item .image {
    position: relative;
    background: url('../img/no-image.png') no-repeat center;
    background-size: cover;
}

#mainCompany .item .title {
    text-align: center;
    z-index: 111;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 150px;
    font-weight: bold;
    font-size: 1.6em;
    text-shadow: 0 0 5px #000;
}

#mainNews {
    background: #f8f8f9;
}

#mainNews .sort a {
    color: #709DBD;
}

#mainNews .sort a:hover {
    opacity: 0.7;
}

#mainNews h4 {
    margin-bottom: 10px;
}

#mainNews .row {
    text-align: left;
}

#mainNews .sort {
    text-align: center;
    margin-top: 21px;
    margin-bottom: 20px;
    color: #768896;
}

#mainNews .item {
    display: inline-table;
    width: 31.0%;
    margin-right: 2%;
    text-align: center;
    position: relative;
}

#mainNews .item .image {
    position: relative;
    height: 240px;
    background: url('../img/no-image.png') no-repeat center;
    background-size: cover;
}

#mainNews .item:hover .image {
    opacity: 0.8;
}

#mainNews .item .number {
    position: absolute;
    top: 176px;
    left: 20px;
    color: #1E2229;
    font-weight: bold;
    font-size: 1.6em;
    border-bottom: 2px solid #111;
    text-align: left;
    z-index: 111;
    padding-bottom: 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

#mainNews .item:hover .number {
    color: #7f7f7f;
}

#mainNews .item .text {
    background: rgba(255, 255, 255, 0.98);
    text-align: left;
    padding: 37px 20px 15px;
    min-height: 116px;
}

#mainNews .item .text .category {
    font-size: 0.8em;
    margin-top: 2px;
    color: #888;
    text-align: right;
}

#mainNews .more {
    text-align: center;
    margin-top: 30px;
}

#mainNews .more a {
    color: #393939;
    vertical-align: top;
}

#mainNews .more a:hover {
    color: #7f7f7f;
}

#mainNews .more a:before {
    content: '▶';
    color: inherit;
    margin-right: 10px;
    font-size: 0.6em;
    background: #444;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    color: #fff;
    display: inline-block;
    padding: 4px 2px 4px 4px;
}

#mainRecruit .not_open_entry p {
    text-align: center;
    margin-bottom: 15px;
}

#mainRecruit .buttonWrap {
    text-align: center;
    padding: 40px 0;
    background: #F8F8F9;
    font-weight: bold;
    font-size: 1.2em;
}

#mainRecruit .buttonWrap .talent {
    font-size: 0.7em;
    padding-top: 10px;
    padding-left: 250px;
}

#mainRecruit .buttonWrap .btn:hover {
    opacity: 0.8;
}

#mainRecruit .buttonWrap .btnBlue .talent {
    position: absolute;
    padding: 0;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}

#mainRecruit .buttonWrap .btnBlue .talent a {
    width: auto;
    background-color: transparent;
    padding-left: 5px;
    min-width: initial;
    padding: 10px 0 0 10px;
}

#mainRecruit .btn {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

#mainRecruit .btn:last-child {
    margin-right: 0;
}

#mainRecruit .btn a {
    min-width: 250px;
}

#mainRecruit.section {
    padding-bottom: 0;
}

footer > div {
    padding: 10px 0;
}

.footerTop {
    background: #919191;
    text-align: center;
}

.footerTop img {
    margin-right: 10px;
}

.footerTop a {
    color: #fff;
}

.footerTop .container p {
    line-height: 2.0em;
}

.footerBottom {
    text-align: center;
    background: #515151;
    color: #eee;
}

.footerBottom a {
    color: #eee;
}

.footerTop a:hover,
.footerBottom a:hover {
    opacity: 0.8;
}

.copyright {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #aaa;
}

.footerBottom li {
    display: inline-block;
    font-size: 0.8em;
}

.footerBottom li:not(:last-child):after {
    content: '-';
    margin: 0 0.6em;
}

#pageTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
    background: rgba(30, 30, 30, 0.8);
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    border: solid 1px rgba(255, 255, 255, 0.8);
    user-select: none;
}


/*Company.html*/


/*========cblock1========*/

#cblock1 .row {
    position: relative;
    overflow: hidden;
}

#cblock1 .cblock1-ct .cblock1-ct-inner {
    padding: 79px 35px 0 35px;
}

#cblock1 .cblock1-ct .cblock1-ct-inner h1 {
    font-size: 28px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 44px;
    margin-bottom: 58px;
}

#cblock1 .cblock1-ct .cblock1-ct-inner p {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 33px;
}

#cblock1 .cblock1-ct .cblock1-ct-inner h2 {
    font-size: 22px;
    font-weight: normal;
}


/*========cblock2========*/

.cblock2 .cblock2-ct {
    padding: 60px 41px 0 41px;
}

.cblock2 .cblock2-ct .cblock2-ct-inner {
    padding: 0 41px 30px;
    border-bottom: 1px solid #e6e6e6;
}

.cblock2 .cblock2-ct .cblock2-ct-inner h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 20px;
    border-left: 5px solid #46ade1;
    padding-left: 32px;
    margin-bottom: 35px;
}

.cblock2 .cblock2-ct .cblock2-ct-inner p {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 26px;
}

.cblock2 .cblock2-ct .cblock2-ct-inner .cblock2-div-image {
    margin-right: 50px;
    width: 424px;
}

.cblock2 .cblock2-ct .cblock2-ct-inner img {
    margin-top: 5px;
    width: 100%;
}

.date {
    font-family: Helvetica !important;
    font-size: 15px !important;
    line-height: 15px !important;
    color: #9B9B9B !important;
    letter-spacing: 0px !important;
}


/*system.html*/


/*========pageVisual========*/

#pageVisual {
    height: 195px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    text-align: center;
}

#pageVisual h1 {
    font-size: 29px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 20px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
    padding-top: 90px;
}


/*========pageblock========*/

#pageblock {
    border-bottom: 1px solid #e6e6e6;
}

#pageblock .row {
    padding: 35px 80px;
}

#pageblock .row p {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 26px;
}


/*========sysblock2========*/

#sysblock .row {
    padding: 35px 41px 12px;
}

#sysblock .sysblock-ct {
    width: 464px;
}

#sysblock .sysblock-ct img {
    width: 176px;
    height: auto;
    margin-right: 20px;
}

#sysblock .sysblock-ct h3 {
    font-size: 19px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 20px;
    margin-bottom: 27px;
}

#sysblock .sysblock-ct p {
    font-size: 14.5px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 27px;
}

#sysblock .sysblock-ct .rtext {
    padding-left: 196px;
}

.sysblock-inner {
    margin-bottom: 40px;
}

@media (max-width: 980px) {
    #sysblock .sysblock-inner.ov {
        margin: 0;
    }
    #sysblock .sysblock-ct {
        width: 100%;
        float: none;
        margin: 0;
        padding-bottom: 50px;
    }
    #sysblock img.floatL {
        float: none;
        width: 100%;
    }
    #sysblock .sysblock-ct p.rtext,
    #sysblock .sysblock-ct p {
        margin-top: 20px;
        padding: 0;
    }
}


/*workplace.html*/

#workblock .row {
    padding: 39px 41px 28px 41px;
}

#workblock ul li {
    float: left;
    width: 275px;
    margin-left: 77px;
    margin-bottom: 45px;
}

#workblock ul li img {
    width: 100%;
}

#workblock ul li:nth-of-type(3n+1) {
    margin-left: 0;
}

#workblock ul li h3 {
    font-size: 17px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 20px;
    margin: 21px 0 11px 0;
}

#workblock ul li p {
    font-size: 13px;
    color: #4B4B4B;
    letter-spacing: 0px;
    line-height: 23px;
}


/*********** new css 21/6 *************/


/************ abount**************/

#pageVisualAbout h1.line-two {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 43px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
    padding-top: 160px;
}

#pageVisualAbout {
    height: 460px;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover !important;
    background-color: #8bdcbb;
    color: #fff;
    text-align: center;
}

#pageVisualAbout.noimage h1.line-two {
    padding-top: 122px;
}

#pageVisualAbout.noimage {
    height: 330px;
}

#main .cblock2-ct .cblock2-ct-inner p.Describe2 {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 21px;
}

#main .cblock2-ct .cblock2-ct-inner h3.Describe1 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0px;
}

#workblock .container .container-table tr {
    border-top: 1px solid #E6E6E6;
    padding: 19px 0px;
    display: block;
}

#workblock .container .container-table tr td:nth-child(1) {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    width: 126px;
}

.workblock-outline .container .container-table tr td:nth-child(1) {
    min-width: 151px !important;
    padding-right: 10px;
}

#workblock .container .container-table tr td:nth-child(2) {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
}

#workblock .container .container-table .row6 {
    vertical-align: top;
}

#workblock .container .container-table {
    width: 898px !important;
    margin: 0px auto;
    border-bottom: solid 1px #E6E6E6;
}

.cblock2 .cblock2-ct .cblock2-ct-inner01 {
    border-bottom: 0px !important;
}

#workblock {
    padding-bottom: 44px;
}


/******** job *******/

#main .list-title {
    height: 169px;
    padding-top: 57px;
}

#main .list-title h4 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 29px;
    color: #1E2229;
    letter-spacing: 0px;
}

#main .list-title .sort {
    text-align: center;
    margin-top: 21px;
}

#main .list-title .sort a {
    color: #709DBD;
}

#main .content-main {
    width: 979px;
    margin: 0px auto;
}

#main .content-main .row {
    /*height: 215px;*/
    padding-top: 28px;
    border-top: 1px solid #E6E6E6;
    overflow: hidden;
    padding-bottom: 32px;
}

#main .content-main .row.job-index h3 {
    font-size: 19px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 23px;
}

#main .content-main .row.job-index a {
    color: #000000;
}

#main .content-main .row.job-index p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 19px;
    padding: 20px;
}
#main .content-main .row.job-index p a{
    color: #4a90e2;
}

#mainRecruit .button-Register a {
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0px;
}

#mainRecruit .button-Register div:hover a {
    color: #4a90e2;
}

a.whatstc,
#mainRecruit .button-Register a.whatstc {
    color: #9B9B9B;
}

a.whatstc:hover,
#mainRecruit .button-Register a.whatstc:hover {
    color: #4a4a4a;
}

#mainRecruit .button-Register p {
    margin-top: 10px;
    font-size: 13px;
    color: #9B9B9B;
    letter-spacing: 0px;
    /*line-height:*/
}

#mainRecruit .button-Register div {
    width: 304px;
    height: 39px;
    margin: 0px auto;
    display: inline-block;
    background-color: #4a90e2;
    border: 1px solid #4a90e2;
    border-radius: 5px;
    margin-top: 35px;
    line-height: 40px;
}

#mainRecruit .button-Register div:hover {
    background-color: #fff;
    color: #4a90e2;
}

#mainRecruit .button-Register {
    text-align: center;
    background: #EDF1F9;
    height: 150px;
}

#mainRecruit .button-Register .talent img {
    margin-right: 10px;
    margin-bottom: 3px;
}

#mainRecruit .content-main1 .row {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #E6E6E6;
}

#mainRecruit .content-main1 .row.job-index h3 {
    font-size: 19px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 23px;
}

#mainRecruit .content-main1 .row.job-index p {
    padding: 20px;
}
#mainRecruit .content-main1 .row.job-index p a{
    color: #4a90e2;
}

#mainRecruit .more {
    text-align: center;
    padding-bottom: 53px;
    margin-top: 30px;
}

#mainRecruit .more a {
    color: #393939;
    vertical-align: top;
}

#mainRecruit .more a:hover {
    color: #7f7f7f;
}

#mainRecruit .more a:before {
    content: '▶';
    margin-right: 10px;
    font-size: 0.6em;
    background: #444;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    color: #fff;
    display: inline-block;
    padding: 4px 2px 4px 4px;
}


/************ pop up left**************/

.companyPopup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.41);
    display: none;
}

.main-popup {
    position: relative;
    width: 682px;
    padding: 50px;
    margin: 144px auto;
    background-color: #FFF;
}


/* for button popup*/

.main-popup .buttom {
    width: 100%;
    padding-top: 42px;
    text-align: center;
}

.main-popup .buttom-child {
    color: #FFA347;
    width: 198px;
    height: 198px;
    border-radius: 50%;
    border: 5px solid #FFA347;
    background-color: #fff;
    display: inline-block;
}

.main-popup .buttom-child:nth-child(even) {
    margin-left: 50px;
}

.main-popup .buttom-child p {
    color: #FFA347;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 29px;
    padding: 70px 0;
    text-align: center;
}

.main-popup .buttom-child:hover {
    background-color: #FFA347;
}

.main-popup .buttom-child:hover p {
    color: #fff;
}


/* for end button popup*/

.main-popup .title {
    width: 100%;
    text-align: center;
}

.main-popup .title a {
    font-size: 15px;
    color: #3F6CAF;
    letter-spacing: 0px;
}

.main-popup .title h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0px;
}

.main-popup .title p {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#buzipMovie {
    width: 550px;
    height: 370px;
}

.cblock1-img {
    width: 592px;
}

.cblock1-img img {
    width: 100%;
}

.cblock1-ct {
    width: 470px;
}

#whatstc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.41);
    display: none;
}

#whatstc .main-popup {
    position: relative;
    width: 760px;
    height: 85%;
    padding: 40px 20px;
    margin: 100px auto;
    background-color: #FFF;
    text-align: center;
    overflow-y: scroll;
}

#whatstc .main-popup h3,
#whatstc .main-popup h4 {
    margin: 0 auto 15px;
}

#whatstc .main-popup h4 {
    padding-top: 15px;
    font-weight: normal;
}

#whatstc .main-popup p {
    text-align: left;
    margin: 0 auto 15px;
}

#whatstc .main-popup iframe {
    margin: 0 auto 20px;
}

#whatstc .main-popup p.tcannounce {
    text-align: center;
}

.closeBtn {
    cursor: pointer;
    position: absolute;
    font-size: 1.6em;
    right: 15px;
    top: 10px;
}


/****************** login *****************/

#cblock-login {
    background-color: #f7F7F7;
    height: 660px;
    margin: 0px auto;
    padding-top: 69px;
}

#cblock-login table {
    width: 490px;
    height: 183px;
    margin: 0px auto;
    margin-top: 20px;
    position: relative;
}

#cblock-login .container-login {
    width: 596px;
    height: 262px;
    margin: 0px auto;
    background-color: #FFF;
}

#cblock-login h3 {
    width: 596px;
    margin: 0 auto;
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

#cblock-login p.Describe1 {
    width: 596px;
    margin: 0 auto;
    color: #000000;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

#cblock-login p.Describe1 > a {
    color: #f00;
}

#cblock-login .container {
    width: 1078px;
}

#cblock-login .container .table {
    width: 596px;
    margin: 0px auto;
    background-color: #FFF;
    padding: 30px;
    overflow: hidden;
}

#cblock-login .container .table .address-login div:nth-child(1) {
    float: left;
    width: 166px;
    height: 39px;
    text-align: center;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    padding-top: 10px;
}

#cblock-login .container .table input[type=text],
#cblock-login .container .table input[type=email],
#cblock-login .container .table input[type=password] {
    float: left;
    width: 360px;
    height: 39px;
    border: 1px solid #CDD5DC;
    padding: 0 10px;
}

#cblock-login .container .table .password-login div:nth-child(1) {
    float: left;
    width: 166px;
    height: 39px;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    text-indent: 33px;
    padding-top: 10px;
}

#cblock-login .container .address-login {
    height: 59px;
}

#cblock-login .container .login {
    margin-top: 30px;
    text-align: center;
}

#cblock-login .container .login p {
    margin-top: 10px;
}

#cblock-login .container .buttom-login {
    width: 218px !important;
    height: 54px !important;
    background-color: #50A5E5;
    color: #FFF;
    float: none;
}

.footerBottom-login {
    background-color: #393c40;
    height: 128px;
    padding-top: 32px;
}

.footerBottom-login .container {
    text-align: center;
}

.footerBottom-login .container span {
    font-size: 13px;
    color: #CACACA;
    letter-spacing: 0px;
    margin: 0px 20px;
}


/********************* Register ***********************/

#cblock-register .Describe1 {
    margin-top: 105px;
    /*padding: 30px 0;*/
    /*width: 783px;*/
    margin: 0 auto;
}

#cblock-register {
    background-color: #F7F7F7;
}

#cblock-register .container .content-register {
    /*width: 783px;*/
    margin: 0 auto;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 25px;
}

#cblock-register .container .content-register a {
    color: #f00;
}

#cblock-register .container .content-register a:hover {
    color: #f66;
}

#cblock-register .container .notification {
    text-align: left;
    display: block;
    color: red;
}

#cblock-register .container .table {
    /*width: 783px;*/
    padding: 40px 30px;
    margin: 30px auto;
    background-color: #FFF;
}

#cblock-register .container .Describe1 {
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px
}

/*#cblock-register .container .table p {
    clear: both;
    margin-bottom: 15px;
}*/
#cblock-register .container .table p.gender {
    float: left;
}
#cblock-register .container .table > div {
    margin-bottom: 10px;
}

#cblock-register .container .table input[type="checkbox"] {
    display: none;
}

#cblock-register .container .table label {
    cursor: pointer;
}

#cblock-register .container .table .check-register {
    text-align: center;
    padding-top: 15px;
}

#cblock-register .container .table input[type="checkbox"] + label.need-check:before {
    border: 1px solid red;
}

#cblock-register .container .table input[type="checkbox"] + label:before {
    border: 1px solid #d9d9d9;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 2px 5px 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
}

#cblock-register .container .table input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #666;
    content: "\2713";
    text-align: center;
}

#cblock-register .container .table input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

#cblock-register .container .table .text {
    float: left;
    width: 370px;
    height: 39px;
    border: 1px solid #CDD5DC;
    padding: 0 10px;
    margin-right: 10px;
}

#cblock-register .container .table .address-register>div:nth-child(1) {
    float: left;
    /*width: 170px;*/
    width: 150px;
    height: 39px;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    padding-top: 10px;
    /*margin-left: 90px;*/
    margin-left: 40px;
}

.selectWrapJoinForm {
    max-width: 248px !important;
}
#cblock-register .container .table .password-register div:nth-child(1) {
    float: left;
    width: 170px;
    height: 39px;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    padding-top: 10px;
    margin-left: 90px;
}

#cblock-register .container .table .password-confirm div:nth-child(1) {
    float: left;
    width: 170px;
    height: 39px;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    padding-top: 10px;
    margin-left: 90px;
}

#cblock-register .container .table .iagree {
    font-size: 13px;
    color: #000000;
    letter-spacing: 0px;
    text-align: center;
}

#cblock-register .container .table .iagree a {
    color: #FF3333;
}

#cblock-register .container .table #terms {
    padding: 0 90px;
    margin-bottom: 20px;
}

#cblock-register .container .table #terms > div {
    height: 100px;
    overflow-y: scroll;
    border: 1px solid #aaa;
    background-color: #eee;
    margin-bottom: 15px;
}

#cblock-register .container .table #terms p {
    text-align: left;
}

#cblock-register .container .table .check {
    margin-top: 25px;
    margin-left: 340px;
    margin-right: 10px;
}

#cblock-register .container .table .buttom-login {
    width: 218px;
    height: 54px;
    background-color: #50A5E5;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0px;
}
#cblock-register .container .table a.buttom-login {
    line-height: 54px;
    display: inline-block;
}
#cblock-register .container .table .buttom {
    text-align: center;
    margin-top: 32px;
}

.container .notifi_erro {
    width: 783px;
    margin: 0px auto;
}

#cblock-register.user .container .table .buttom {
    margin: 0;
}

#cblock-register.user .container .table .buttom-login {
    display: inline-block;
    line-height: initial;
    width: auto;
    padding: 15px;
}

#joinSelect a {
    display: block;
    position: relative;
    width: 320px;
    margin: 0 auto;
    padding: 8px 25px 8px 40px;
    border-radius: 8px;
    text-decoration: none;
}

#joinSelect a.facebook {
    background-color: #FFF;
    border: 1px solid #4385C3;
    margin-bottom: 15px;
    color: #4385C3;
}

#joinSelect a.facebook:hover {
    background-color: #4385C3;
    color: #fff;
}

#joinSelect a.mail {
    background-color: #FFF;
    border: 1px solid #FFA347;
    color: #FFA347;
}

#joinSelect a.mail:hover {
    background-color: #FFA347;
    color: #fff;
}

#joinSelect a span {
    font-size: 1.2em;
    font-weight: bold;
}

#joinSelect a span i {
    position: absolute;
    font-size: 1.4em;
    margin-right: 10px;
    left: 20px;
    top: 10px;
}
#joinSelect a.facebook span i {
    left: 25px;
}

/****************** verifyemail ******************/

#verifyemail {
    padding-top: 17px;
    width: 783px;
    height: 487px;
    margin: 0 auto;
}

#main-verifyemail {
    margin-top: 86px;
    position: relative;
    background-color: #F7F7F7;
}

#verifyemail h3 {
    margin: 55px 0px 35px;
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px
}

#verifyemail p {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 21px;
}


/********************* forget1 **************************/

#forgetp1 {
    background-color: #f7F7F7;
}

#forgetp1 .container-fogetp1 {
    padding-top: 17px;
    width: 783px;
    height: 660px;
    margin: 0 auto;
}

#forgetp1 .container-fogetp1 .Describe1 {
    padding: 41px 0px;
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px;
}

#forgetp1 .container-fogetp1 .table {
    width: 783px;
    height: 220px;
    margin: 0px auto;
    background-color: #FFF;
    padding: 40px;
}

#forgetp1 .container-fogetp1 .table .email-fogetp1 {
    margin-bottom: 30px;
}

#forgetp1 .container-fogetp1 .table .email-fogetp1 div {
    display: inline-block;
}

#forgetp1 .container-fogetp1 .table .email-fogetp1 p {
    color: red;
}

#forgetp1 .container-fogetp1 .table .email-fogetp1 div:nth-child(1) {
    line-height: 40px;
    width: 166px;
    height: 39px;
    text-align: center;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    margin-right: 35px;
    vertical-align: top;
}

#forgetp1 .container-fogetp1 .table input {
    width: 410px;
    height: 39px;
    border: 1px solid #CDD5DC;
    padding: 0 10px;
}

#forgetp1 .container-fogetp1 .table .buttom-foget1 {
    background-color: #50A5E5;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0px
}

#forgetp1 .container-fogetp1 .table div.buttom {
    text-align: center;
}


/************** notification ****************/

#main-notification .notification {
    padding-top: 17px;
    width: 535px;
    height: 556px;
    margin: 0 auto;
}

#main-notification {
    margin-top: 86px;
    position: relative;
    background-color: #F7F7F7;
}

#main-notification h3 {
    margin: 82px 0px 26px 0px;
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px;
}

#main-notification .notification .buttom-notification {
    display: inline-block;
    width: 218px !important;
    margin-top: 38px;
    background-color: #F1871D;
    margin-left: 125px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    padding: 10px 30px;
}

#main-notification .notification p {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 23px;
}


/*********** notificationregister *************/

#verifyregister {
    padding-top: 17px;
    width: 783px;
    height: 487px;
    margin: 0 auto;
}

#main-verifyregister {
    margin-top: 86px;
    position: relative;
    background-color: #F7F7F7;
}

#verifyregister h3 {
    margin: 55px 0px 35px;
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px
}

#verifyregister p {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 21px;
    margin-bottom: 30px;
}


/************** verifyaddress *****************/

#forgetp1 .container-fogetp1 .table-verifyaddress {
    margin-top: 35px;
}

#forgetp1 .container-fogetp1 .table-verifyaddress p {
    text-indent: 170px;
    color: red;
}

#forgetp1 .container-fogetp1 .Describe1 .container-fogetp1 {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 25px;
}

.copyright1 {
    font-family: HelveticaNeue-Bold;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0px;
    padding-top: 20px;
}

footer .container {
    width: 100%;
}


/*NHATDT*/


/*================================== REPONSIVE ==================================*/

@media (max-width: 980px) {
    html body{
        min-width: 0;
    }
    .container .notifi_erro {
        width: 100%;
    }
    /*login*/
    #cblock-login {
        padding-top: 17%;
    }
    #cblock-login .container {
        width: 90%;
    }
    #cblock-login h3 {
        width: auto;
        font-size: 1.8rem;
        margin-bottom: 6%;
    }

    #cblock-login p.Describe1 {
        width: 100%;
        margin: 0 auto;
        color: #000000;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }
    .error {
        width: auto;
    }
    #cblock-login .container .table {
        width: 100%;
    }
    #cblock-login .container .table {
        padding: 7%;
    }
    #cblock-login .container .address-login {
        height: auto;
    }
    #cblock-login .container .table .address-login div:nth-child(1) {
        float: none;
        width: auto;
        height: auto;
        text-align: left;
        padding-top: 10px;
    }
    #cblock-login .container .table input[type=text],
    #cblock-login .container .table input[type=email],
    #cblock-login .container .table input[type=password] {
        float: none;
        width: 100%;
        height: auto;
        border: 1px solid #CDD5DC;
        padding: 6px 10px;
    }
    #cblock-login .container .table .password-login div:nth-child(1) {
        text-indent: 0;
    }
    #cblock-login .container .table .password-login div:nth-child(1) {
        float: none;
        width: auto;
        height: auto;
        text-align: left;
        padding-top: 10px;
    }
    #cblock-login .container .buttom-login {
        width: 100% !important;
        height: 44px !important;
        margin-left: 0;
    }
    #cblock-register .container .table {
        padding: 10px 10px;
        width: 100%;
    }
    #cblock-register .container .table .text {
        float: none;
        width: 100%;
    }
    #cblock-register .container .table .ov, #cblock-register .container .table .fl {
        width: 100%;
    }
    #cblock-register .container .table .iagree {
        padding: 0;
    }
    #cblock-register .container .table .iagree br {
        display: none;
    }
    #forgetp1 .container-fogetp1 {
        width: 100%;
    }
    #forgetp1 .container-fogetp1 .table {
        width: 100%;
    }
    #forgetp1 .container-fogetp1 .table input {
        width: 100%;
    }
    #forgetp1 .container-fogetp1 .table .email-fogetp1 div:nth-child(1) {
        width: 100%;
    }
    #forgetp1 .container-fogetp1 .table .email-fogetp1 div {
        display: block;
        float: none;
    }
    #forgetp1 .container-fogetp1 .table .buttom-foget1 {
        margin-left: 0;
    }
    #company header h1,
    #company header .logo.companyLogo {
        width: 80%;
    }
    #company header h1 span,
    #company header .logo.companyLogo span {
        display: none;
    }
    #company header h1 span.nologo,
    #company header .logo.companyLogo span.nologo {
        display: inline;
    }
    #company header h1.logo.companyLogo,
    #company header .logo.companyLogo {
        width: calc(100% - 70px);
    }
    #company header h1.logo.companyLogo span.nologo,
    #company header .logo.companyLogo span.nologo {
        font-size: 20px;
    }
    header .headerNav {
        display: none;
    }
    header.open .headerNav {
        display: block;
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        width: 100%;
        top: 54px;
        left: 0;
    }
    header.open .headerNav ul li {
        display: block;
        text-align: left;
        border-top: 1px solid #fff;
        margin: 0;
        padding: 7px 10px;
    }
    header.open .headerNav ul li a {
        color: #fff;
        text-align: left;
        padding: 0;
    }
    header.open .headerNav ul li #share ul {
        margin: 0;
        text-align: left;
    }
    header.open .headerNav ul li #share li {
        display: inline-block;
        background-color: inherit;
        border: none;
    }
    header.open .headerNav ul li #share li a {
        border-radius: 35px;
    }
    #mainVisual {
        height: auto;
        min-height: 300px;
    }
    #mainVisual h2 {
        font-size: 1.6em;
    }
    #mainVisual h3 {
        font-size: 1.2em;
    }
    #company header {
        padding: 10px 0;
    }
    .container {
        width: 95%;
    }
    header .container {
        width: 100%;
    }
    #main .section {
        padding: 30px 0;
    }
    #mainMessage .container > div {
        float: none;
        width: 100%;
    }
    #mainMessage .text {
        padding: 40px 0 0 0px;
    }
    #mainMember .member {
        min-width: 33%;
    }
    #mainMember .hr {display: none;}
    #mainCompany .item {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    #mainNews .item {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    #mainNews .more {
        margin-top: 0;
    }
    .main-popup {
        width: 100%;
        height: 90%;
        margin: 10px auto;
        overflow-y: scroll;
        position: static;
        padding: 50px 23px;
    }
    .main-popup .buttom-child {
        border-radius: 0;
        margin: 0;
        width: 100%;
        height: auto;
    }
    .main-popup .buttom-child p {
        padding: 5px;
    }
    .main-popup .buttom-child:nth-child(even) {
        margin: 20px 0 0;
    }
    #main-popup1 .main-popup .buttom-child {
        margin: 20px 0 0;
    }
    #main-popup1 .main-popup .buttom-child:first-child {
        margin: 0;
    }

    #whatstc .main-popup {
        width: 100%;
        height: 95%;
        margin: 10px auto;
        overflow-y: scroll;
        position: static;
    }
    #whatstc .main-popup iframe {
        width: 100%;
        height: 100%;
    }
    .tcmovie {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .tcmovie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
    #mainRecruit .buttonWrap .talent {
        padding: 0;
    }
    /* job */
    #main .content-main {
        width: 95%;
    }
    #main .content-main .row.job-index {
        margin-top: 15px;
        width: auto;
        float: none;
    }
    #main .content-main .row.job-index p {
        padding: 10px;
    }
    #mainRecruit .content-main1 .row.job-index p {
        padding: 10px;
    }
    /* job_detail */
    #pageVisualAbout {
        height: 330px;
    }
    #pageVisualAbout h1.line-two {
        padding-top: 122px;
    }
    .cblock2 .cblock2-ct {
        padding: 40px 10px;
    }
    .cblock2 .cblock2-ct .cblock2-ct-inner {
        padding: 0;
    }
    #workblock .row {
        padding: 0 10px;
    }
    #workblock .container .container-table {
        width: auto !important;
    }
    /* president */
    #buzipMovie {
        width: 100%;
        height: 200px;
    }
    #main .cblock1-img {
        width: 100%;
        min-height: 200px;
    }
    #main .cblock1-ct {
        width: auto;
        padding: 0 10px;
    }
    #cblock1 .cblock1-ct .cblock1-ct-inner {
        padding: 10px 0;
    }
    #cblock1 .cblock1-ct .cblock1-ct-inner h2 {
        margin-bottom: 15px;
    }
    /* member interview */
    #main .cblock2 .cblock2-ct .cblock2-ct-inner .cblock2-div-image {
        width: auto;
        height: auto;
        margin-right: 0;
    }
    #pageblock .row {
        padding: 30px 10px;
    }
    #cblock-register .Describe1 {
        width: auto;
    }
    #cblock-register .container .content-register {
        width: auto;
    }
    #cblock-register .container .table .address-register div:nth-child(1),
    #cblock-register .container .table .password-register div:nth-child(1),
    #cblock-register .container .table .password-confirm div:nth-child(1) {
        margin-left: 0px;
    }
    #cblock-register .container .table p {
        margin-left: 0;
    }

    #joinSelect a {
        width: 284px;
        padding: 8px 15px 8px 30px;
    }

    #main.blog #mainNews .bread {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 420px) {
    #mainRecruit .btn {
        margin: 0 0 20px 0;
    }
}

#flashMessage {
    color: #fff;
    background-color: #00a65a;
    border-bottom: 3px solid #00727D;
    padding: 10px 10px 7px;
    margin-bottom: 10px;
}

#flashMessage.error {
    background-color: #F56034;
    border-bottom: 3px solid #d43f3a;
    text-align: center;
}

.error-message {
    color: #FF0000;
}

.error-message:before {
    content: "※";
}

.input-error {
    background-color: #ffefef;
}
.clear {
    clear: both;
}
.fl {
    float: left
}

.modal {
    z-index: 11111;
    background-color: rgba(0,0,0,0.5);
}

@media screen and (max-width: 980px) {
    #mainRecruit .container .content-main1 .row.job-index {
        padding-left: 10px;
        padding-right: 10px;
    }
    #main.company-index #mainCopy .container,
    #main.company-index #mainMessage .container .text,
    #main.company-index #mainCompany .container .item .text {
        padding-left: 10px;
        padding-right: 10px;
    }
}