* {
    padding: 0;
    margin: 0;
}

html,
body {
    font-size: 14px;
    width: 100%;
    height: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

div {
    /* overflow: hidden; */
}

.home {
    width: 100%;
}

.img_width {
    width: 100%;
}

.header {
    width: 80%;
    height: 5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
    box-sizing: content-box;
}

.header_f {
    width: 12rem;
    /* height: 3rem; */
}

.header div:nth-of-type(2) {
    width: 50%;
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
    color: #84b12f;
}

.header div:nth-of-type(3) text {
    font-size: 1.8rem;
    line-height: 4.6rem;
    vertical-align: top;
}

.header_f img {
    width: 100%;
    /* height: 3rem; */
}

.header_phone {
    height: 3rem;
}

.header_phone img {
    height: 4rem;
    /* width: 100%; */
}

.header-nav {
    width: 100%;
    height: 2.5rem;
    background: #333333;
    color: white;
}

.header-nav-name {
    width: 80%;
    margin: 0 auto;
    height: 2rem;
    color: white;
    display: flex;
    justify-content: space-around;
    line-height: 2.5rem;
    font-size: 1rem;
}

.header-img {
    width: 100%;
    /* height: 51%; */
}

.header-imgP {
    position: fixed;
    top: 25%;
    right: 0;
    width: 5rem;
    height: 20rem;
    z-index: 20;
}

.header-imgP img {
    width: 5rem;
    height: 4rem;
    margin-bottom: 1rem;
}

.header-imgC {
    width: 1rem;
    height: 1rem;
    background: lightgray;
    color: gray;
    text-align: center;
    line-height: 1rem;
    float: right;
}

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

.text {
    padding: 0 10%;
    margin: 5rem 0 0;
}

.careers {
    width: 100%;
    /* 	height: 50rem; */
    padding: 3% 15% 5%;
    box-sizing: border-box;
}

.careers-header text:nth-child(1) {
    font-size: 2.5rem;
}

.careers-header text:nth-child(3) {
    font-size: 1rem;
    color: #A1A1A1;
}

.careers-contenttext {
    color: grey;
}

.careers-header {
    text-align: center;
}

.careers-contenttext {
    text-align: left;
    margin-top: 5rem;
}

.careers-content {
    width: 100%;
    box-sizing: border-box;
    margin-top: 5rem;
    display: flex;
    justify-content: space-around;
}

.careers-contentdiv {
    width: 20%;
    padding: 1rem 1rem 4rem;
    border: .1rem solid gray;
    border-radius: 1rem 1rem;
    position: relative;
}

.careers-contentdiv:hover {
    border: .1rem solid black;
    /* border-radius: 1rem 1rem; */
}

.careers-contentdiv:hover .careerschange {
    color: #008000;
    /* border-radius: 1rem 1rem; */
}

.careers-contentdiv div:nth-child(1) {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
}

.careers-contentdiv div:nth-child(4) {
    margin: 3rem 0 1rem;
    float: right;
    /* font-size: 1.5rem; */
    position: absolute;
    bottom: 0;
    right: 1rem;
}

.careers-contentdiv-ul {
    margin-top: 1rem;
    padding: 0 1rem;
}

.careers-contentdiv-li {
    list-style: decimal;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
    margin-top: .2rem;
    /* margin-top: 2rem; */
}

.bottom-nav {
    width: 100%;
    color: white;
    background: #242424;
    padding: 0 10%;
    box-sizing: border-box;
}

.bottom-navUL {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bottom-navUL_li {
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: 114%;
}

.bottom-navUL>li div {
    border-left: .1rem solid gray;
    margin-left: .5rem;
}

.bottom-navUL_li::before {
    /* content:url(../img/101.png); */
    /* border-left: .1rem solid gray; */
    /* content:"⭐"; */
    /* font-size:.1rem; */
}

.bottom-navUL_div {
    padding: 5rem 0;
}

.bottom-navUL_div_div {
    display: flex;
    justify-content: space-between;
}

.bottom-navUL_div_div1 {
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
}

.font-colorC {
    color: lightgrey;
    height: 5%;
    line-height: 4rem;
    background-color: #1b1b1b;
}

.bottom-navUL_div_div ul {
    width: 5rem;
}

.bottom-navUL_address {
    line-height: 2rem;
    /* padding: 1.5rem; */
}

.margin-topC {
    margin: 2rem;
}

.margin-liftC {
    margin-left: 1.5rem;
}

.tanchaung {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}

.tanchaung-content {
    width: 50%;
    margin: 11rem auto;
    background-color: white;
    padding: 1rem 1rem;
}

.tanchaung-content-header {
    font-size: 1.5rem;
    line-height: 2rem;
    display: flex;
    justify-content: space-between;
}


/*.tanchaung-content-Li {
	margin-top: .5rem;
	padding-left: 1rem;
}
*/

.tanchaung-content-Li {
    margin-top: .4rem;
    padding-left: 1rem;
    max-height: 280px;
    overflow: hidden;
    overflow-y: scroll;
}

.tanchaung-content-Li ul {
    padding: 0 1rem;
}

.tanchaung-content-Li>ul li {
    list-style: decimal;
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: .1rem;
}

@media (max-width: 1200px) {
    .bottom-navUL_div img {
        width: 80%;
    }
}