/* Figtree */
@font-face {
    font-family: "Figtree";
    src: url("../font/figtree/Figtree-Regular.ttf");
}
@font-face {
    font-family: "Figtree";
    font-style: italic;
    src: url("../font/figtree/Figtree-Italic.ttf");
}
/* @font-face {
    font-family: "Figtree";
    font-style: italic;
    font-weight: 800;
    src: url("../font/figtree/Figtree-Italic.ttf");
}

@font-face {
    font-family: "Figtree";
    font-style: italic;
    font-weight: 400;
    src: url("../font/figtree/Figtree-Italic.ttf");
} */

@font-face {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 800;
    src: url("../font/figtree/Figtree-Bold.ttf");
}

@font-face {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 800;
    src: url("../font/figtree/Figtree-ExtraBold.ttf");
}

@font-face {
    font-family: "Figtree-Black";
    src: url("../font/figtree/Figtree-Black.ttf");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Figtree-Light";
    src: url("../font/figtree/Figtree-Light.ttf");
}

@font-face {
    font-family: "Figtree-Medium";
    src: url("../font/figtree/Figtree-Medium.ttf");
    /* src: url("../font/AvenirLTStd-Medium.ttf"); */
}

@font-face {
    font-family: "Figtree-MediumItalic";
    src: url("../font/figtree/Figtree-MediumItalic.ttf");
    /* src: url("../font/AvenirLTStd-MediumOblique.ttf"); */
}



@font-face {
    font-family: "Figtree-BlackItalic";
    src: url("../font/figtree/Figtree-BlackItalic.ttf");
}

/* @font-face {
    font-family: Figtree-Black;
    src: url("../font/figtree/Figtree-Black.ttf");
} */

/*网页样式重置reset*/
html {
    font-size: 1em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}

body {
    font-size: 0.75em;
}

label {
    cursor: pointer;
}

a:link,
a:visited {
    text-decoration: none;
}

input,
button,
select,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
menu,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
}

li {
    /*list-style: none;*/
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}
/*html5设置*/

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
table,
input,
button,
select,
textarea,
sub {
    font-size: 1em;
}

body,
input,
button,
select,
textarea,
sub {
}

em,
cite,
address,
optgroup {
    font-style: normal;
}

kbd,
samp,
code {
}

img,
input,
button,
select,
textarea {
    vertical-align: middle;
}

ul,
ol {
    /*list-style: none;*/
}

img,
fieldset {
    border: 0;
}

abbr,
acronym {
    cursor: help;
    border-bottom: 1px dotted black;
}

table {
    width: 100%;
    border-spacing: 0;
    border: 0;
}

table th,
table td {
    border: 0;
}

legend,
hr {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

legend,
hr,
caption {
    visibility: hidden;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
}

.m-fix {
    position: fixed;
    z-index: 9;
}
/*------------------------------------------------------------------------------------------------------------------------------*/
/*统一样式*/
html {
    width: 640px;
    height: 100%;
    background: #fff;
}

body {
    margin: 0 auto;
    width: 640px;
    font-family: "Figtree";
    background: #000;
    color: #3c3737;
}

/*统一功能元件样式 f-*/
.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-imgW01 {
    max-width: 100%;
}

.f-imgW02 {
    max-width: 320px;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

body {
    height: auto;
    background: transparent center center no-repeat;
    background-size: cover;
}
/*url(../img/select_bg.jpg)*/

/*index*/
.p-index {
    position: relative;
    width: 640px;
    background: #fff;
    background-size: cover;
}

.portrait .p-index {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    margin-top: -44%;
}

/*模块 m-*/
.m-page {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}

.m-page.show {
    z-index: 10;
    display: block;
    opacity: 1;
}

.m-page.hide {
    z-index: 5;
    display: none;
    opacity: 0;
}

.m-page.active {
    z-index: 15;
    display: block;
    opacity: 1;
}

.m-page.anim.show {
    z-index: 10;
    display: block;
    opacity: 1;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
}

.m-page.anim.hide {
    z-index: 5;
    display: block;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.m-page.anim.active {
    z-index: 15;
    display: block;
    opacity: 1;
    -webkit-transition: all 500ms linear 100ms;
    -moz-transition: all 500ms linear 100ms;
    -ms-transition: all 500ms linear 100ms;
    -o-transition: all 500ms linear 100ms;
    transition: all 500ms linear 100ms;
}

.m-img {
    width: 100%;
    height: 960px;
}

.m-abs {
    position: absolute;
    width: auto;
    height: auto;
}

.m-re {
    position: relative;
    width: auto;
    height: auto;
}

.careersP {
    display: none;
}

.m-full {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.zoomh_t {
    transform-origin: center 0;
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -o-transform-origin: center 0;
    -ms-transform-origin: center 0;
}

.zoomh_m {
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}

.zoomh_b {
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
}

.zoomh_80 {
    transform-origin: center 90%;
    -webkit-transform-origin: center 90%;
    -moz-transform-origin: center 90%;
    -o-transform-origin: center 90%;
    -ms-transform-origin: center 90%;
}

.zoomh_20 {
    transform-origin: center 20%;
    -webkit-transform-origin: center 20%;
    -moz-transform-origin: center 20%;
    -o-transform-origin: center 20%;
    -ms-transform-origin: center 20%;
}

.zooml_t {
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    -moz-transform-origin: left 0;
    -o-transform-origin: left 0;
    -ms-transform-origin: left 0;
}

.zooml_m {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
}

.zooml_b {
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
}

.zooml_80 {
    transform-origin: left 90%;
    -webkit-transform-origin: left 90%;
    -moz-transform-origin: left 90%;
    -o-transform-origin: left 90%;
    -ms-transform-origin: left 90%;
}

.zooml_20 {
    transform-origin: left 20%;
    -webkit-transform-origin: left 20%;
    -moz-transform-origin: left 20%;
    -o-transform-origin: left 20%;
    -ms-transform-origin: left 20%;
}

.zoom20_b {
    transform-origin: 20% bottom;
    -webkit-transform-origin: 20% bottom;
    -moz-transform-origin: 20% bottom;
    -o-transform-origin: 20% bottom;
    -ms-transform-origin: 20% bottom;
}

.screentip {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: rgb(60, 208, 132) center center no-repeat;
    background-size: cover;
}

.screentip .content {
    line-height: 150%;
    letter-spacing: 1px;
    font-size: 26px; /*display: none;*/
}

.screentip .content img {
    width: 300px;
}

.screentip .content span {
    font-size: 26px;
    width: 90%;
    padding-left: 5%;
    line-height: 50px;
    display: block;
}

.hmiddle {
    display: table;
    vertical-align: middle;
    _position: absolute;
    overflow: hidden;
}

.subwrap {
    vertical-align: middle;
    display: table-cell;
    _position: absolute;
    _top: 50%;
}

.content {
    _position: relative;
    _top: -50%;
}

/* pageLoading */
.pageLoading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: #000;
}

.pageLoading img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px -30px;
    width: 60px;
}

div.hide,
img.hide,
section.hide,
input.hide {
    display: none;
}

.bold {
    font-weight: bold;
}

.scale0 {
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

.scale1 {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

/*
.m-select1 { height: 60px; width: 558px; font-size: 26px; color: #000; border: 0; padding: 0 0 0 10px; background: url(../img/select_box.png) center center no-repeat transparent; -webkit-appearance: none; }
.m-select2 { height: 60px; width: 238px; font-size: 26px; color: #000; border: 0; padding: 0 0 0 10px; background: url(../img/select_box1.png) center center no-repeat transparent; -webkit-appearance: none; }
.m-input { height: 60px; width: 548px; font-size: 26px; color: #000; border: 0; padding: 0 0 0 10px; background: url(../img/text_box.png) center center no-repeat transparent; -webkit-appearance: none; }

input[type="radio"] { width: 52px; height: 52px; border: 0; -webkit-appearance: none; background: url(../img/Form/choice0.png); }
    input[type="radio"]:checked { background: url(../img/Form/choice1.png); }

input[type="checkbox"] { width: 36px; height: 36px; border: 0; -webkit-appearance: none; background: url(../img/Form/off.png); }
    input[type="checkbox"]:checked { background: url(../img/Form/on.png); }

input::-webkit-input-placeholder { color: #000; }
input:-moz-placeholder { color: #000; }
input::-moz-placeholder { color: #000; }
input:-ms-input-placeholder { color: #000; }
*/
.i-sicon {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    z-index: -99;
    opacity: 0;
    font-size: 0;
    margin: 0;
    border: 0;
    padding: 0;
}

.i-logo {
    left: 20px;
    bottom: 25px;
}

.d-arr {
    left: 285px;
    bottom: 60px;
    width: 70px;
    height: 70px;
}

.ianim {
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
}

.anim .ianim {
    -webkit-transition: all 600ms linear 300ms;
    -moz-transition: all 600ms linear 300ms;
    -ms-transition: all 600ms linear 300ms;
    -o-transition: all 600ms linear 300ms;
    transition: all 600ms linear 300ms;
}

.anim .ianim1 {
    -webkit-transition: all 600ms linear 800ms;
    -moz-transition: all 600ms linear 800ms;
    -ms-transition: all 600ms linear 800ms;
    -o-transition: all 600ms linear 800ms;
    transition: all 600ms linear 800ms;
}

.anim .ianim2 {
    -webkit-transition: all 600ms linear 1200ms;
    -moz-transition: all 600ms linear 1200ms;
    -ms-transition: all 600ms linear 1200ms;
    -o-transition: all 600ms linear 1200ms;
    transition: all 600ms linear 1200ms;
}

.i-hbg {
    left: 0;
    top: 0;
    width: 100%;
}

.i-htop {
    left: 6px;
    top: 35px;
}

.i-hstart {
    left: 153px;
    top: 85%;
    margin-top: -20px;
}

.i-hhand {
    left: 297px;
    top: 440px;
    opacity: 0;
}

/*******/
body {
    margin: 0;
    width: 100%;
}

html {
    width: 100%;
    height: auto;
}

.page-content {
    max-width: 2560px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 100px;
}

.logo {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 49.75px;
    height: 70px;
    top: 15px;
    cursor: pointer;
}

.title {
    left: 40px;
    width: 415px;
    top: 39.98px;
    cursor: pointer;
}

.title2 {
    font-size: 20px;
    height: 100px;
    line-height: 100px;
    right: 260px;
    color: #b3282d;
}

.lag_part {
    background: rgb(237, 235, 236);
    width: 230px;
    height: 100px;
    right: 0;
}

.lag {
    height: 100px;
    line-height: 100px;
    left: 55px;
    font-size: 12px;
}

.search {
    height: 20px;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.search_content {
    background: #999;
    width: 0;
    height: 30px;
    right: 25px;
    top: 35px;
    border-radius: 10px;
    border: 0;
    text-indent: 0.8em;
    font-size: 12px;
    padding: 0;
    font-family: "Figtree";
    color: #fff;
}
.search_content::-webkit-input-placeholder {
    color: #fff;
}
.tr_bg {
    width: 0px;
    height: 0;
    margin: auto;
    border-right: 35px solid rgb(237, 235, 236);
    border-top: 100px solid rgb(255, 255, 255);
}

.color {
    color: #b3282d;
}

.lag_cn {
    margin-right: 10px;
    cursor: pointer;
}

.lag_en {
    margin-left: 10px;
    cursor: pointer;
}

.off {
    color: #817e7e;
}

.on {
    color: #b3282d;
}

.navigation {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.nav_content {
    width: 72%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.nav {
    margin-right: 4.5%;
    float: left;
    text-align: center;
    height: 100%;
    font-size: 0.25em;
}

a {
    color: #fff;
}
#nav_menu .nav a {
    color: #000;
}

.nav a:hover {
    color: #fff;
    /*font-weight:bold;*/
    border-bottom: 1px solid #000;
}

.load_mask {
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    z-index: 12;
}

.load_mask img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px -30px;
    width: 60px;
}

.stayUpdated_content {
    width: 94%;
    margin: 0 auto;
    height: 100%;
}

.stayUpdated {
    width: 100%;
    height: 15vw;
    background: rgb(237, 235, 236);
}

.title8 {
    top: 15%;
    font-size: 0.66em;
    font-weight: bold;
}

.stayUpdated_desc {
    font-size: 0.22rem;
    top: 48%;
    width: 33%;
}

.email {
    background: rgb(219, 218, 216);
    width: 17%;
    height: 3vw;
    left: 36%;
    top: 49%;
    border-radius: 5px;
    border: 1px solid rgb(77, 73, 74);
    text-indent: 0.8em;
    font-size: 0.3em;
    padding: 0;
    color: #3c3737;
    font-family: "Figtree-MediumItalic";
}

.stayUpdated_select {
    background: rgb(219, 218, 216);
    width: 17%;
    height: 3vw;
    top: 49%;
    border-radius: 5px;
    border: 1px solid rgb(77, 73, 74);
    text-align: left;
    line-height: 3vw;
    text-indent: 1em;
    color: #fff;
    font-size: 0.3em;
    color: #3c3737;
}

#_location,
#_position {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 82%;
}

.btn_sign_up {
    width: 7%;
    height: 3vw;
    color: #fff;
    background: #b3282d;
    border-radius: 5px;
    text-align: center;
    line-height: 3vw;
    top: 49%;
    right: 0;
    cursor: pointer;
    font-size: 0.3em;
}

.stayUpdated_select .more_icon {
    width: 1em;
    right: 5%;
    top: 36%;
}

.footer_line {
    width: 100%;
    height: 5px;
    background: #b3282d;
}

.footer {
    width: 100%;
    height: 25vw;
    background: #000;
}

.footer_content {
    width: 94%;
    margin: 0 auto;
    height: 100%;
    color: #fff;
}

.footer_part {
    float: left;
    width: 30%;
    height: 100%;
}
.footer_part:last-child {
    width: 100%;
    height: auto;
}
.foot_space {
    float: left;
    width: 5%;
    height: 100%;
}

.footer_header1 {
    font-size: 0.2rem;
    padding-top: 14%;
    font-weight: bold;
}

.footer_desc,
.footer_desc3 {
    font-size: 0.2rem;
    padding-top: 30px;
    line-height: 1.6em;
}
.link-underline {
    text-decoration: underline !important;
    font-size: 0.2rem;
    padding-top: 30px;
    line-height: 1.6em;
}
.footer_header2 {
    font-size: 0.2rem;
    padding-top: 14%;
    text-align: center;
    font-weight: bold;
}

.share_icon_area {
    width: 100%;
    height: 4vw;
    margin-top: 30px;
    background: url("../img/Screen%20Shot%202019-05-28%20at%203.30.22%20PM.png") no-repeat;
    background-size: 100%;
}

.video_play2 {
    display: none;
}

.footer_header3 {
    font-size: 0.2rem;
    padding-top: 14%;
    font-weight: bold;
    /* text-align: right; */
}

.btn_footer1 {
    left: 0;
    margin-top: 35px;
    background: rgb(51, 51, 51);
    width: 47%;
    height: 2.2vw;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    line-height: 2.2vw;
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    float: left;
    cursor: pointer;
}

.btn_footer2 {
    right: 0;
    margin-top: 35px;
    background: rgb(51, 51, 51);
    width: 47%;
    height: 2.2vw;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    line-height: 2.2vw;
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    float: left;
    cursor: pointer;
}

.btn_share {
    float: left;
    width: 16.6%;
    height: 100%;
    cursor: pointer;
}

:focus {
    outline: none;
}

.font_book {
    font-family: "Figtree";
}

.font_black {
    font-family: "Figtree-Black";
}

.font_light {
    font-family: "Figtree-Light";
}

.font_medium {
    font-family: "Figtree-Medium";
}

.font_i {
    font-family: "Figtree-MediumItalic";
}

.video_pop {
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    z-index: 999;
}

#video {
    width: 70%;
    height: 40vw;
    left: 50%;
    top: 50%;
    margin: -20vw -35%;
}

.btn_close {
    top: 2%;
    right: 2%;
    width: 2%;
    cursor: pointer;
}
#nav_menu .nav .selected {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

/**检索条**/
.select_careers {
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    /* max-width:1600px; */
}

.select_bar_area {
    width: 94%;
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.role_select_txt,
.position_select_txt,
.age_select_txt,
.subject_select_txt {
    display: -webkit-box;
    display: -moz-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 80%;
}
.select_careers_item {
    background: -webkit-linear-gradient(#f5f4f4, #d8d8d8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f5f4f4, #d8d8d8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f5f4f4, #d8d8d8); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(245, 244, 244, 0.6), rgba(245, 245, 245, 0.6), rgba(216, 216, 216, 0.6)); /* 标准的语法 */
    width: 20%;
    height: 40px;
    border-radius: 5px;
    text-align: left;
    line-height: 40px;
    text-indent: 1em;
    color: grey;
    font-size: 0.25em;
    float: left;
    margin-right: 1%;
    cursor: pointer;
}

.more_icon {
    width: 15px;
    right: 15px;
    top: 15px;
}

.btn_search_careers {
    width: 15%;
    height: 40px;
    color: #fff;
    background: #b3282d;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 0.25em;
    right: 0;
}

/*.careers_line {
    width: 100%;
    height: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}*/

/**Find方块**/
.find {
    margin: 0 auto;
    width: 94%;
    height: 31vw;
    border-radius: 5px;
    margin-bottom: 5%;
    /*background: url("../img/Careers home/nik-macmillan-280300-unsplash.png") center center no-repeat;*/
    background-size: 100%;
}

.find img {
    width: 100%;
}

.overflow {
    right: 0;
    width: 10px;
    height: 100%;
    background: rgb(250, 250, 250);
}

.title5 {
    color: #fff;
    font-weight: bold;
    top: 10%;
    left: 5%;
    font-size: 0.8em;
    text-shadow: black 1px 3px;
}

.sorry {
    display: none;
    width: 100%;
    text-align: center;
    line-height: 50vw;
    top: 0;
    background: #fff;
    z-index: 51;
}

.find_text {
    color: #fff;
    top: 30%;
    left: 5%;
    font-size: 0.3em;
    width: 40%;
    line-height: 1.6em;
}

.select {
    background: rgba(255, 255, 255, 0.5);
    width: 17%;
    height: 3vw;
    top: 65%;
    left: 5%;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    text-align: left;
    line-height: 3vw;
    text-indent: 1em;
    color: #fff;
    font-size: 0.3em;
}

.select .more_icon {
    width: 1em;
    right: 5%;
    top: 35%;
}

.btn_find_search {
    width: 9%;
    height: 3vw;
    color: #fff;
    background: #b3282d;
    border-radius: 5px;
    text-align: center;
    line-height: 3vw;
    top: 80%;
    left: 44%;
    cursor: pointer;
    font-size: 0.3em;
}

.btn_view_alljob {
    color: #fff;
    border-bottom: 1px solid #fff;
    right: 4%;
    top: 82.5%;
    font-weight: bold;
    font-size: 0.3em;
    cursor: pointer;
}

.disabled {
    opacity: 0.5;
}

.line {
    width: 94%;
    height: 2px;
    background: rgb(243, 243, 243);
    margin: 0 auto;
}

.v_line {
    right: 0;
    top: 10%;
    width: 2px;
    height: 60%;
    background: rgb(237, 235, 236);
}

.video_txt_shadow {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

.job_select_icon {
    width: 1em;
    top: 36.5%;
    right: 1em;
}

.qrcode_pop {
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    z-index: 999;
}

.qrcode {
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin: -150px -150px;
    border: 10px solid #ffffff;
}

.role,
.position,
.age,
.subject {
    display: none;
}

.dd_select {
    font-size: 0.2rem;
    background: #fff;
    border-radius: 5px;
    line-height: 200%;
    width: 100%;
    max-height: 30vw;
    top: 100%;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.dd_select2 {
    display: none;
    font-size: 0.2rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    line-height: 200%;
    width: 135%;
    max-height: 20vw;
    overflow: hidden;
    bottom: 100%;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    color: #fff;
    z-index: 99;
}

.dd_select3 {
    display: none;
    color: #000;
    font-size: 0.2rem;
    background: #fff;
    border-radius: 5px;
    line-height: 200%;
    width: 100%;
    max-height: 20vw;
    top: 100%;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    z-index: 99;
    overflow: hidden;
}

.select_item {
    width: 100%;
    cursor: pointer;
    font-size: 0.8em;
    text-align: left;
    position: relative;
    line-height: 1.5;
    padding: 5px 15px 5px 15px;
    text-indent: 0;
}

/*.select_item:hover {
        color:#fff;
        background:#b3282d;
    }*/
.selected_item {
    color: #fff;
    background: #b3282d;
}

.search_module .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: none;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sub_nav {
    color: #b5b5b5;
    margin: 2% auto 2%;
    width: 94%;
    font-size: 0.2rem;
}
.sub_nav a {
    color: #b5b5b5;
    margin: 2% auto 2%;
    width: 94%;
    font-size: 0.2rem;
}
.sub_nav_txt {
    float: left;
}

.sub_bottom {
    cursor: pointer;
    border-bottom: 1px solid #b5b5b5;
}

.link_home {
    cursor: pointer;
}

.link_home:hover {
    border-bottom: 1px solid #b5b5b5;
}
.link_sub_page {
    cursor: pointer;
}
.link_sub_sub_page {
    cursor: pointer;
}
.link_sub_page:hover {
    border-bottom: 1px solid #b5b5b5;
}
.link_sub_sub_page:hover {
    border-bottom: 1px solid #b5b5b5;
}
.thanks_page {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    width: 94%;
    margin: 0 auto;
    height: 100%;
    background: rgb(237, 235, 236);
    line-height: 1.5;
}

.back_form {
    font-size: 0.3em;
    margin-top: 1%;
    cursor: pointer;
    font-weight: bold;
}

.thank_title {
    font-size: 0.8em;
    text-align: center;
    margin-top: 1%;
    font-weight: bold;
}

.thank_desc {
    font-size: 0.3em;
    text-align: center;
}

.confirm_part {
    width: 100%;
    height: 4vw;
}

.confirm_btn {
    background: #b3282d;
    width: 20%;
    border-radius: 5px;
    right: 5%;
    cursor: pointer;
    top: 25%;
    text-indent: 0;
    font-size: 0.18rem;
}

.select_icon {
    display: none;
    right: 13%;
    top: 16%;
}

.icon_display {
    display: block;
}

.find_role_txt,
.find_position_txt,
.find_age_txt,
.find_subject_txt {
    display: -webkit-box;
    display: -moz-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cleart {
    clear: both;
}

.searchBox {
    display: none;
}

.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.container {
    width: 100% !important;
    /*background: red;*/
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.searchP,
.mobileIconBox {
    display: none;
}

.phoneLan {
    display: none;
}

.footer_bottom {
    bottom: 2vw;
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
}
.footer_policy_link {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .navigationPhone {
        display: none;
    }

    .searchBox {
        display: block;
        left: 100%;
        background: rgba(0, 0, 0, 0.8) !important;
        top: 115px !important;
    }

    .searchBox .inputPhoneSearch {
        border-radius: 50px;
        margin-left: 5%;
        width: 67% !important;
        background: rgb(153, 153, 153);
        margin-top: 30px;
        height: 80px !important;
        /*text-indent: 20px;*/
        padding-right: 13% !important;
        padding-left: 8% !important;
        color: #fff;
        font-family: "Figtree";
    }

    .searchBox .inputPhoneSearch::-webkit-input-placeholder {
        color: #fff;
    }

    .searchBox .back {
        display: none;
    }

    .sIcon {
        right: 10% !important;
        top: 52px !important;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .footer_part {
        /*margin: 10px 0!important;*/
    }
    /*a {
		color: #fff!important;
	}*/
    a:hover {
        color: #fff;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }

    .stayEmailt {
        margin-top: 15px !important;
    }

    .mobileHiddent {
        display: none;
    }

    .footer {
        text-align: center;
    }

    .footer_header3 {
        text-align: center !important;
        margin-bottom: 0;
    }

    .footerBottomt {
        margin-bottom: 25px;
    }

    .nav.navbar-nav li {
        margin: 20px 0;
    }

    .header {
        background: #fff;
    }

    .navTitlet {
        display: block;
        margin: 35px 50px;
        float: right;
        font-size: 22px;
        color: #fff;
    }

    .swiper-container {
        height: 95vw !important;
    }

    .email {
        width: 90% !important;
        margin-left: 5%;
    }

    .btn_sign_up {
        width: 43% !important;
        float: right;
        margin-right: 5%;
    }

    .stayUpdated_select {
        width: 48%;
        display: inline-block;
        margin-right: 0;
    }

    .stayUpdated_selectright {
        float: right !important;
    }

    .stayUpdated_selectleft {
        float: left;
    }

    .stayUpdated_desc {
        width: 90%;
        font-size: 22px;
        margin-left: 30px;
        top: 26%;
    }

    .stayEmailt {
        display: block !important;
    }

    .stayUpdated {
        padding: 0;
        height: 75vw;
    }

    .stayUpdated_content {
        width: 100%;
    }

    .find_text {
        top: 22%;
    }

    .select {
        width: 45%;
        left: 20px;
        height: 50px;
        line-height: 50px;
        top: 44%;
        font-size: 16px;
    }

    .btn_find_search {
        width: 45%;
        left: 50%;
        height: 50px;
        line-height: 50px;
        top: 70%;
        font-size: 22px;
        line-height: 54px;
    }

    .select:nth-child(2) {
        left: 52%;
    }

    .school_part1,
    .school_part2,
    .find {
        height: 82vw !important;
    }

    .find {
        background-size: cover !important;
    }

    .find_text {
        width: 90%;
    }

    .btn_view_alljob {
        right: 5%;
        bottom: 5%;
        top: 90%;
        font-size: 22px;
    }

    .title {
        top: 48.775px;
    }

    .nav_content {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .nav {
        text-align: center;
        height: 100%;
        font-size: 0.25em;
    }

    .watch_txt {
        left: 0;
        right: initial;
        font-size: 20px;
        vertical-align: middle;
    }

    .title8 {
        font-size: 45px;
        margin-top: -45px;
        margin-bottom: -20px;
        margin-left: 30px;
    }

    .swiper-container .swiper-container {
        overflow-y: visible !important;
    }
    .swiper-container1 .swiper-container {
        overflow-y: visible !important;
    }
    .swiper-container1 .swiper_desc {
        width: 100% !important;
        background: rgb(45, 45, 45) !important;
        position: initial;
        padding: 30px 30px 70px 30px;
        text-align: left;
    }

    .swiper-container .swiper-slide {
        display: block !important;
    }

    .swiper-container1 .swiper-slide {
        display: block !important;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px !important;
    }

    .left2,
    .right3,
    .right4 {
        height: initial !important;
        /*min-height: 390px!important;*/
        /*padding: 30px 30px 70px 30px!important;*/
    }

    .right4 {
        margin-bottom: 40px;
    }

    .part_right_content1,
    .part_right_content2,
    .part_left_content {
        font-size: 22px !important;
        line-height: 32px !important;
        margin-top: 0 !important;
        position: initial !important;
        width: 82% !important;
        padding: 0 10% !important;
    }

    .btn_learn_more0,
    .btn_learn_more {
        font-size: 20px !important;
        bottom: 11% !important;
        right: 10% !important;
    }

    .part_right_title2,
    .part_right_title1,
    .part_left_title {
        font-size: 45px !important;
        line-height: 45px !important;
        position: initial !important;
        width: 80% !important;
        padding: 8% 10% 5% !important;
    }

    .title6,
    .title6_desc,
    .title7,
    .title7_desc {
        float: initial !important;
        width: 100% !important;
    }

    .title6,
    .title7 {
        font-size: 45px !important;
        padding: 3% 0 5%;
    }

    .title6_desc_content,
    .title7_desc_content {
        font-size: 22px !important;
        line-height: 32px;
    }

    .find_location {
        font-size: 22px !important;
    }

    .four_part,
    .four_part_left,
    .four_part_right {
        width: 100% !important;
    }

    .four_part {
        width: 94% !important;
    }

    .four_part_right {
        top: 717px !important;
        position: initial !important;
    }

    .email {
        background: rgb(219, 218, 216);
        width: 300px;
        height: 50px;
        top: 57%;
        left: 0;
        margin-right: 25px;
        border-radius: 5px;
        border: 1px solid rgb(77, 73, 74);
        text-indent: 0.8em;
        font-size: 22px;
        padding: 0;
        color: #3c3737;
        font-family: "Figtree-MediumItalic";
        margin-top: -35px;
    }

    .stayUpdated_select {
        background: rgb(219, 218, 216);
        width: 300px;
        height: 50px;
        margin-right: 25px;
        border-radius: 5px;
        border: 1px solid rgb(77, 73, 74);
        text-align: left;
        line-height: 50px;
        text-indent: 1em;
        color: #fff;
        font-size: 22px;
        color: #3c3737;
        margin-top: 70px;
        width: 43%;
        display: inline-block;
        margin-right: 0;
        float: left;
    }

    .btn_sign_up {
        width: 17%;
        color: #fff;
        background: #b3282d;
        border-radius: 5px;
        text-align: center;
        top: initial !important;
        bottom: 10%;
        right: 0;
        cursor: pointer;
        margin-top: 15px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        /*margin-bottom: 20px;*/
    }

    .stayUpdated_select .more_icon {
        width: 1em;
        right: 5%;
        top: 36%;
    }

    .footer_line {
        width: 100%;
        height: 5px;
        background: #b3282d;
    }

    .footer {
        width: 100%;
        height: initial;
        background: #000;
    }

    .footer_content {
        width: 100%;
        margin: 0 auto;
        height: 100%;
        color: #fff;
    }

    .footer_part {
        font-size: 0.6rem;
        height: 100%;
        background: #000;
        width: 100%;
        padding-bottom: 30px;
        margin: 0;
    }

    .footer_part:last-child {
        height: 60px;
    }

    .foot_space {
        float: left;
        width: 5%;
        height: 100%;
    }

    .footer_header1 {
        /*font-size: 0.2rem;*/
        padding-top: initial;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .footer_desc,
    .footer_desc3 {
        padding-top: initial;
        line-height: 1.6em;
        font-size: 18px;
    }

    .footer_header2 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: initial;
        text-align: center;
    }
    .footer_policy_link {
        display: unset;
    }
    .link-underline {
        text-decoration: underline !important;
        padding-top: initial;
        line-height: 1.6em;
        font-size: 18px;
    }
    .share_icon_area {
        width: 85%;
        height: 80px;
        margin: 0 auto;
        /*margin-top: 30px;*/
        background: url("../img/Screen%20Shot%202019-05-28%20at%203.30.22%20PM.png") no-repeat;
        background-size: 100%;
    }

    .footer_header3 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: initial;
        font-weight: bold;
        /* text-align: right; */
    }

    .btn_footer1 {
        left: 0;
        /* margin-top: 35px; */
        background: rgb(51, 51, 51);
        width: 35%;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #c3c3c3;
        color: #fff;
        font-size: 16px;
        text-align: center;
        float: left;
        cursor: pointer;
        line-height: 40px;
        /*margin-right: 20px;*/
        margin-top: 0;
        margin-left: 12%;
    }

    .btn_footer2 {
        right: 0;
        background: rgb(51, 51, 51);
        width: 35%;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #c3c3c3;
        color: #fff;
        font-size: 16px;
        text-align: center;
        float: left;
        cursor: pointer;
        line-height: 40px;
        margin-top: 0;
        margin-right: 12%;
    }

    div .title4 {
        font-size: 36px;
        text-align: center;
        width: 100%;
        top: initial;
        margin: 40px 0;
        position: initial !important;
    }

    .swiper-container2 {
        position: initial !important;
    }

    .latest_item,
    .address,
    .date,
    .btn_details {
        position: initial !important;
        width: initial !important;
    }

    .swiper-slide {
        display: initial !important;
    }
    /*.swiper-container2 .swiper-slide{
		width: 100%!important;
	}*/
    .latest_item {
        width: 80% !important;
        font-size: 27px !important;
    }

    .latest {
        padding-bottom: 10px !important;
        height: initial !important;
    }

    .address,
    .date,
    .btn_details {
        font-size: 22px !important;
    }

    .address {
        margin-top: 25px !important;
    }

    .date {
        margin-bottom: 25px !important;
    }

    .title5 {
        font-size: 45px !important;
        top: 6%;
        line-height: 40px;
    }

    .find_text {
        font-size: 22px !important;
        line-height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .left_content,
    .right_content {
        font-size: 26px !important;
    }

    .four_part_left {
        height: initial !important;
        position: initial !important;
    }

    .our_vibrant {
        position: initial !important;
    }

    .four_part {
        /*height: 207vw!important;*/
    }

    .our_vibrant {
        /*margin-top: 1215px!important;*/
        /*width: 90%!important;*/
    }

    .swiper-container4 .swiper_desc {
        width: 100% !important;
        height: 80% !important;
        top: initial !important;
        bottom: 0;
        background: rgb(0, 0, 0, 0.5);
    }

    .swiper-container4 .desc_title1 {
        margin: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .desc_title1 {
        font-size: 30px !important;
    }

    .swiper-container4 {
        height: 460px !important;
    }

    .desc_content1 {
        margin: 0 !important;
        font-size: 22px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        /*display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;*/
    }

    .btn_details {
        margin-bottom: 30px;
    }

    .swiper-container4 .btn_learn_more1 {
        font-size: 24px;
        /*margin-right: 30px;*/
    }

    .swiper-container4 .swiper-slide img {
        height: 100%;
    }

    .h1 {
        display: none;
    }

    .logo {
        /*position: initial;*/
        /*margin-top: 15px;*/
        margin-left: 75%;
        height: 76px;
        top: 19.5px;
    }

    .title {
        width: 55%;
        left: 17%;
    }

    .lag_part {
        display: none;
    }

    .searchP {
        display: block;
        width: 40px;
        height: 40px;
        right: 20px;
        top: 37.5px;
    }

    .mobileIconBox {
        display: block;
        width: 40px;
        height: 50px;
        line-height: 15px;
        /*background: red;*/
        position: absolute;
        top: 29.5px;
        left: 4%;
        z-index: 50;
    }

    .mobileIconBox span {
        display: inline-block;
        width: 100%;
        height: 3px;
        background: #999;
    }

    .title2 {
        display: none;
    }

    .nav_content {
        background: #b3282d;
        line-height: 50px;
        height: 700px;
        width: 100% !important;
    }

    .nav_content .nav {
        float: initial;
        height: 50px;
        font-size: 24px;
        text-align: left;
        margin-left: 30px;
        margin-top: 40px;
    }

    .navigation {
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        line-height: 60px;
        position: fixed;
        z-index: 99999;
    }

    .phoneLan {
        display: block;
        font-size: 24px;
        margin-top: 60px;
        text-align: right;
        margin-right: 50px;
        color: #fff;
    }

    .phoneLan .on {
        color: #fff;
        font-weight: bold;
    }

    .phoneLan .off {
        color: #fff;
        font-weight: initial;
    }

    .right3 a {
        color: #3c3737 !important;
    }

    .right4 {
        margin-top: 0 !important;
    }

    .welcome .title3 {
        font-size: 45px !important;
        text-align: left;
        margin-left: 3%;
        width: 80%;
        margin-top: 20px;
    }

    .selectR50 {
        left: 50% !important;
    }

    .selectT50 {
        top: 55% !important;
        font-size: 16px;
        line-height: 51px;
    }

    .stayUpdated_selectLeft50 {
        left: 52% !important;
    }

    .stayUpdated_selectLeft0 {
        left: 5% !important;
    }

    .learn_about_txt a {
        color: #000 !important;
        font-size: 20px;
    }

    .city_img {
        width: 48% !important;
        height: 35vw !important;
        line-height: 35vw !important;
        margin-bottom: 10px;
    }

    .moreCityT {
        width: 350px;
        margin: 0 auto;
        background: #b3282d;
        padding: 10px 20px;
        text-align: center;
        border-radius: 5px;
        color: #fff;
        margin-top: 20px;
        font-size: 22px;
    }

    .cities_areaT {
        height: 465px;
        overflow: hidden;
        /*-webkit-transition: height 1s;
		transition: height 1s;*/
    }

    .video_pop {
        z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999;
    }

    .imageIconPs {
        width: 100%;
        height: 400px;
        background-size: cover;
        border-radius: 5px;
        margin-top: 20px;
        position: relative;
    }

    .imageIconPs1 {
        position: absolute;
        left: 30px;
        color: #fff;
        font-size: 24px;
        top: 10%;
        width: 50%;
        font-family: "Figtree-MediumItalic";
    }

    .imageIconPs2 {
        position: absolute;
        left: 30px;
        color: #fff;
        font-size: 24px;
        bottom: 15%;
    }

    .imageIconPs3 {
        position: absolute;
        left: 30px;
        color: #fff;
        font-size: 24px;
        bottom: 12%;
    }

    .imageIconPs4 {
        position: absolute;
        left: 30px;
        color: #fff;
        font-size: 24px;
        bottom: 3%;
    }

    .teach_worldwise .swiper-button-next1,
    .teach_worldwise .swiper-button-prev1 {
        top: 80% !important;
    }

    .left_content,
    .right_content {
        width: 87% !important;
    }

    .school_item:nth-child(1) {
        margin-right: 3%;
    }
    .school_item1:nth-child(1) {
        margin-right: 3%;
    }
    .school_item:nth-child(5) {
        margin-right: 3%;
        margin-top: 15px;
    }

    .school_item:nth-child(7) {
        margin-top: 15px;
    }

    .dd_select2 {
        height: auto;
        max-height: 500px;
    }

    .dd_select3 {
    }

    #_position_content .swiper-slide {
        font-size: 20px;
        height: 40px;
    }

    .select_item {
        font-size: 22px;
        width: 93%;
    }

    .btn_close {
        width: 6%;
    }

    #video {
        width: 100%;
        left: 0;
        margin: -30vw 0;
        height: 58vw;
    }

    .dd_select3 {
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .title6_header {
        position: initial;
    }

    .dd_select2 {
        width: 100% !important;
    }

    .dd_select2 #_position_content .swiper-slide {
        font-size: 20px;
        height: initial;
    }

    .v_line {
        display: none;
    }

    .closeT {
        width: 40px;
        height: 40px;
        position: absolute;
        right: initial;
        top: -67px;
        left: 4%;
        background-image: url("../img/closeBlack.png");
        background-size: cover;
    }

    .dd_select {
        z-index: 999;
    }

    #age {
        margin-right: 2%;
    }

    .select_careers_item:nth-child(3),
    .select_careers_item:nth-child(4) {
        display: none;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .select_bar_area .select_careers_item {
        font-size: 22px;
    }
    /*.dd_select1 {
		top: 8vw!important;
	}*/
    .careersP {
        display: block;
        top: 114px;
        z-index: 50;
        width: 180px;
        right: -5px;
    }

    .select_careers {
        /*top: 98px;*/
    }

    .header {
        z-index: 50;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        position: fixed !important;
        top: 0;
        height: 115px;
    }

    .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        border: 1px solid #fff;
    }
    /*.page-content a{
		text-decoration: none!important;
	}*/
    .learn_about_txt,
    .btn_view_alljob,
    .btn_learn_more0,
    .bottomblack,
    .btn_learn_more,
    .btn_learn_more1,
    .desc_read_more,
    .btn_read_more,
    .desc_read_more1,
    .btn_website {
        border-bottom: initial !important;
    }

    .qrcode_pop {
        z-index: 999999999999;
    }

    .btn_close {
        z-index: 10;
    }

    .back_form {
        font-size: 22px;
    }

    .thank_title {
        font-size: 64px;
        margin-top: 19%;
    }

    .thank_desc {
        font-size: 22px;
    }

    .video_play2 {
        display: block;
    }

    .footer_bottom {
        top: 0;
        font-size: 16px;
        text-align: center;
        width: 100%;
    }
    .sub_nav a {
        color: #b5b5b5;
        margin: 2% auto 2%;
        width: 94%;
        font-size: 24px;
    }
    #nav_menu .nav .selected {
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }
    #nav_menu .nav a {
        color: #fff;
    }
}
@media (max-width: 1600px) {
    html {
        font-size: 85px;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .title {
        width: 280px;
    }
    .title2 {
        font-size: 14px;
    }
    .nav_content {
        width: 100%;
    }
    .nav {
        margin-right: 3%;
    }
}
@media (min-width: 850px) and (max-width: 950px) {
    .title {
        width: 290px;
    }
    .title2 {
        font-size: 16px;
    }
    .nav_content {
        width: 93%;
    }
    .nav {
        margin-right: 3.2%;
    }
}
@media (min-width: 950px) and (max-width: 1050px) {
    .title {
        width: 310px;
    }
    .title2 {
        font-size: 18px;
    }
    .nav_content {
        width: 84%;
    }
    .nav {
        margin-right: 3.3%;
    }
}
@media (min-width: 1050px) and (max-width: 1163px) {
    .title {
        width: 350px;
    }
    .title2 {
        font-size: 20px;
    }
    .nav_content {
        width: 77%;
    }
    .nav {
        margin-right: 3.5%;
    }
}
/* Avenir
@font-face {
    font-family: "Avenir-Black";
    src: url("../font/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix") format("eot"), url("../font/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"), url("../font/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff"), url("../font/b5c44a82-eeb8-41de-9c3f-a8db50b24b8a.ttf") format("truetype"),
        url("../font/93603a74-2be0-436c-83e1-68f9ef616eaf.svg#93603a74-2be0-436c-83e1-68f9ef616eaf") format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-Book";
    src: url("../font/AvenirLTStd-Book.ttf");
}

@font-face {
    font-family: "Avenir-Light";
    src: url("../font/AvenirLTStd-Light.ttf");
}

@font-face {
    font-family: "Avenir-Medium";
    src: url("../font/AvenirLTStd-Medium.ttf");
}

@font-face {
    font-family: "Avenir-Italic ";
    src: url("../font/AvenirLTStd-MediumOblique.ttf");
    font-style: italic;
}
*/



.main_txt {
    width: 70%;
    bottom: 12%;
    left: 3%;
    color: #fff;
    font-size: 1em;
    text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
.bg_video {
    position: absolute;
    top: 0;
}
img.bg_video {
    width: 100%;
}
.swiper_desc {
    width: 30%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    color: #fff;
}
.swiper_desc.nobg {
    background: transparent !important;
}

.swiper_desc .desc_logo {
    width: 70%;
    margin-top: 10%;
}

.desc_title {
    margin-top: 10%;
    margin-left: 15%;
    margin-right: 10%;
    font-size: 0.56rem;
    text-align: left;
    text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.desc_content {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 10%;
    text-align: left;
    font-size: 0.22rem;
    line-height: 140%;
}
.btn_video {
    right: 15%;
    bottom: 12%;
    text-align: right;
    font-size: 0.28rem;
    cursor: pointer;
    width: 70%;
    height: 3.5vw;
    line-height: 3.5vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn_video .play_icon {
    width: 15%;
    padding-top: 4px;
}

@media (max-width: 768px) {
    .main_txt {
        width: 90%;
        font-size: 45px;
        top: 420px;
        left: 50px !important;
    }
    .bg_video {
        position: relative;
        top: 100px;
        object-fit: cover;
        height: 480px !important;
        width: 100%;
    }
    .swiper-container .swiper_desc {
        width: 100%;
        background: rgb(45, 45, 45);
        position: initial;
        padding: 30px 30px 70px 30px;
        text-align: left;
        box-sizing: border-box;
        margin-top: 90px;
    }
    .swiper-container .swiper_desc.nobg {
        background: transparent;
        padding: 0;
    }
    .swiper_desc .desc_logo {
        width: 62%;
        margin-top: 2%;
    }
    .swiper-wrapper .desc_title {
        margin: 0;
        font-size: 50px;
        width: 100%;
        line-height: 53px;
    }

    .swiper-wrapper .desc_content {
        margin: 0;
        width: 100%;
        font-size: 22px !important;
        line-height: 32px;
        margin-top: 45px;
    }
    .btn_video {
        top: 500px !important;
        justify-content: flex-start;
        bottom: initial;
        right: initial !important;
        left: 50px;
        text-align: left;
        font-size: 24px;
        top: 84%;
        color: #fff;
    }
    .btn_video .play_icon {
        width: 50px !important;
        right: initial;
    }
    .watch_txt {
        font-size: 26px;
    }
}
