/*
Theme Name: jobuddy
Theme URI: https://vietnam-camcom.com/
Description: Build by VIETNAM CamCom Dev Team
Author: l1linh
Author URI: 
Version: 1.0
*/
@charset "utf-8";



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	box-shadow: rgba(0,0,0,.15);
}
:focus {
	outline: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}

caption, th, td {
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


.js-fadein {
	opacity: 0;
	transform: translate(0, 20px);
	transition-property: opacity, transform;
	transition-duration: 1s;
}

.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

html.html-menu {
	margin-top: 0px !important;
} 
.box-img {
	display: block;
}
.box-img img {
	width: 100%;
}

.download-inputHidden{
	display: none;
}

@font-face {
	font-family: 'NJK-Bold';
	src: url("../jobuddy/assets/fonts/NotoSansCJKjp-Bold.ttf") format('truetype');
}

@font-face {
	font-family: 'NJK-Regular';
	src: url("../jobuddy/assets/fonts/NotoSansCJKjp-Regular.ttf") format('truetype');
}
@font-face {
	font-family: 'NJK-Medium';
	src: url("../jobuddy/assets/fonts/NotoSansCJKjp-Medium.ttf") format('truetype');
}
@font-face {
	font-family: 'Hiragino';
	src: url("../jobuddy/assets/fonts/Hiragino\ Kaku\ Gothic\ Pro\ W3.otf") format('truetype');
}
@font-face {
	font-family: 'Hiragino6';
	src: url("../jobuddy/assets/fonts/Hiragino\ Kaku\ Gothic\ Pro\ W6.otf") format('truetype');
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	line-height: 1;
}

b, strong {
	font-weight: bold;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------------------------------
clearfix -micro
------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

/*------------------------------------------------------------
CommonStyle
------------------------------------------------------------*/


body,
body * {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	font-feature-settings: normal;
	font-family: 'NJK-Medium';
	font-style: normal;

}

body {
	color: #203842;
}
input,
textarea,
select {
	font-family: 'NJK-Medium';
	font-style: normal;
}



main {
	flex: 1 1 auto;
	/* 	margin-top: var(--header-height-sp); */
}

a,
a:hover {
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
a {
	display: inline-block;
	color: #2C2C2C;
	transition: .3s;
}

a img {
	border: 0;
}

input,
textarea,
select {
	border: solid 1px #cccccc;
	background-color: transparent;
	font-size: 1.6rem;
	vertical-align: top;
}

input,
textarea {
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
	height: 2.5em;
}

textarea,
input:not([type="checkbox"]):not([type="radio"]) {
	-webkit-appearance: none;
	appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
	vertical-align: baseline;
	cursor: pointer;
}
input[type="radio"] {
	margin: 0;
}
select,
label {
	cursor: pointer;
}
select {
	-webkit-appearance: auto;
	appearance: auto;
}
textarea {
	padding: 10px;
}
.pc-br {
	display: none;
}
#wpadminbar {
	display: none !important;
}

/* .outer {
display: flex;
flex-direction: column;
min-height: 100vh;
} */

.pc-only.modal-on {
	overflow: auto;
}
.js-fadein {
	opacity: 0;
	transform: translate(0, 20px);
	transition-property: opacity, transform;
	transition-duration: 1s;
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}
.mw_wp_form .error {
	width: 100%;
}
.mwform-tel-field input,
.mwform-zip-field input {
	width: auto;
	vertical-align: middle;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
	margin: 0 5px 0 0;
}

::placeholder {
	color: #dddddd;
}

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

:-ms-input-placeholder {
	color: #dddddd;
}
.roboto {
	font-family: "Roboto", sans-serif;
	font-style: normal;
}

/* all site */
/* ======================================= */
/* ============================================================================== */

body {
	margin-top: 0px !important;
}

body::-webkit-scrollbar{
	width: 14px;
}

body::-webkit-scrollbar-track{
	background: #fff;
}

body::-webkit-scrollbar-thumb{
	background: #777777;
	border-radius: 10px;
	border: 3px solid transparent;
	background-clip: content-box;
	cursor: pointer;
}

body::-webkit-scrollbar-thumb:hover{
	background: #a4a4a4;
	border: 3px solid transparent;
	background-clip: content-box;
}

/* main{
overflow: hidden;
} */
.inner {
	max-width: 1240px;
	margin: auto;
	padding: 0px 20px;
}
.a-box {
	height: 100%;
	width: 100%;
	display: block;
}
i::before {
	font-family: 'FontAwesome';;
}
.color-blue{
	color: #4f60db;
}
.btn-link{
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	display: inline-block;
	padding-right: 68px;
	letter-spacing: -0.4px;
	color: #16244D;
	font-weight: bold;
}
.btn-link .icon-btn{
	position: absolute;
	bottom: -4px;
	left: 0;
	transition: .3s;
}
.btn-link:hover .icon-btn{
	left: 20px;
}
.page-top{
	position: absolute;
	right: -35px;
	bottom: 0px;
	z-index: 80;
	opacity: 1;
	transition: .3s;
}


.page-top .page-top-anchor:hover{
	opacity: 0.7;
}
body.is-active{
	overflow: hidden;
}
.sp-br{
	display: none;
}
.pc-br{
	display: block;
}
.mobi {
	display: none;
}
.destop {
	display: block;
}


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

body {
	min-width: 1024px;
}


body .wp-pagenavi{
	display: flex;
	justify-content: center;
	padding-top: 35px;
	padding-bottom: 50px;
	margin: auto;
}
body .wp-pagenavi span.pages{
	display: none;
}
body .wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 0 !important;
	margin: 0 5px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 25px;
	border-radius: 20px;
	color: #AFAFAF;
	font-size: 22px;
	line-height: 84px;
	font-weight: 500;
	transition: .3s;
}
body .wp-pagenavi .nextpostslink .page-txt,
body .wp-pagenavi .previouspostslink  .page-txt
{
	color: #009C84;
}




body .wp-pagenavi .current,
body .wp-pagenavi a:hover{
	color: black;
}
.wp-pagenavi span {
	font-family: 'montserrat';
}
body .wp-pagenavi .current span {
	color: black;
	font-family: 'montserrat';
}
body .wp-pagenavi a:hover span {
	color: black;
}

.inner {
	max-width: 1250px;
	margin: auto;
	padding: 0px 25px;
}

/*header-menu*/
/*==================================*/
#header-menu{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
#header-menu .header-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 32px 25px 32px 25px;
	transition: 0.2s;
}
#header-menu .header-nav.fixed{
	background-color: white;
	padding: 10px 25px 10px 25px;
}

#header-menu .header-nav .header-logo {
	width: 226px;
}

#header-menu .header-nav .header-logo img{
	width: 100%;
}
#header-menu .header-nav .nav-menu{
	width: calc(100% - 226px);
}
#header-menu .header-nav .nav-menu-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	max-width: 100%;
	padding-left: 0px;
	align-items: center;
}

#header-menu .header-nav .nav-menu-list{
	max-width: 100%;
	padding-left: 0px;
	align-items: center;
}
#header-menu .header-nav .list-menu-item {
	align-items: center;
}

#header-menu .header-nav .menu-item{
	position: relative;
}
#header-menu .header-nav .menu-item .menu-link{
	font-size: 17px;
	line-height: 22px;
	font-family: 'NJK-Bold';
	color: #203842;
	padding: 0 20px 0 29px;
	text-align: center;
	display: block;
}

#header-menu .header-nav .menu-item .menu-link .menu-small{
	font-size: 14px;
	font-weight: 500;
	color: #203842;
}



#header-menu .header-nav .menu-item a.parents{
	color:#404040;
	position:relative;
}
#header-menu .header-nav .menu-item a.parents:after{
	content:"";
	position:absolute;
	width:calc(100% - 24px );
	height:0;
	left:50%;
	transform:translateX(-50%);
	border:1px solid #404040;
	bottom:-2px;
}
#header-menu .header-nav .menu-item a.parents svg{
	width: 15px;
	height: unset;
	top: 2px;
	margin-right: 5px;
	position: relative;
}

#header-menu .box-contact {
	margin-left: 30px;
	display: flex;
}
#header-menu .box-contact .link-contact {
	font-size: 20px;
	border-radius: 50px;
	border: solid 2px #2596F2;
	width: 232px;
	color: #2596F2;
	text-align: center;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s all 0s;
	-o-transition: 0.3s all 0s;
	transition: 0.3s all 0s;
	font-family: 'NJK-Bold';
}
#header-menu .box-contact .link-contact.one span {
	font-family: 'NJK-Bold';
}
#header-menu .box-contact .link-contact.one {
	margin-right: 15px;
}
#header-menu .box-contact .link-contact.two {
	background: #FF5320;
	border:none;
	color: white;
}

/*------- fooer */
#footer {
	padding: 50px 0px 0px;
	background: #05BC50;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	color: white;
}


#footer  .logo-footer {
	text-align: center;
	margin-bottom: 40px;
}

#footer .contet-footer {
	justify-content:  space-between;
	padding: 20px 0px;
	border-top: 1px solid #ffff;
	align-items: center;
	z-index: 99;
	position: relative;
}

#footer .contet-footer a {
	font-size: 16px;
	color: white;
	font-family: 'Hiragino';
}
#footer .contet-footer .link-footer {
	margin-left: 15px;
}
#footer .contet-footer .right-copyright{
	font-size: 14px;
}

#page-top{
	display: block;
	position: fixed;
	right: 150px;
	bottom: 190px;
	z-index: 100;
	font-size: 14px;
	color: #333333;
	font-weight: 500;
	width: 80px;
}
#page-top.is-active {
	opacity: 1;
	visibility: visible;
}

#page-top:hover{
	color: #4CC6F0;
}
body {
	min-width: 1024px !important
}






@media (max-width: 1550px) {
	#header-menu .box-contact .link-contact {
		font-size: 14px;
		border-radius: 30px;
		width: 150px;
		height: 40px;
		margin-right: 10px;
	}

}



@media (max-width: 1280px) {
	#header-menu .header-nav .menu-item .menu-link {
		font-size: 11px;
		line-height: 22px;
		padding: 0 10px 0 10px;
	}
	#page-top {
		right: 20px;
	}
}

@media (max-width: 1050px) {
	#header-menu .header-nav .menu-item .menu-link {
		font-size: 11px;
		line-height: 18px;
		padding: 0 10px 0 5px;
	}
	#header-menu .header-nav .menu-item .menu-link .menu-small {
		font-size:10px;
	}
	#header-menu .header-nav .header-logo img {
		width: 85%;
	}
	#header-menu .box-contact .link-contact.one {
		margin-right: 10px;
	}
	#header-menu .box-contact {
		margin-left: 15px;
	}
}

@media (max-width: 767px) {


	body {
		min-width: 320px !important
	}

	#header-menu .header-nav .menu-item .menu-link {
		font-size: 16px;
		line-height: 24px;
		padding: 20px 0px;
		text-align: left;
		font-family: 'Hiragino6';
	}
	#header-menu .header-nav .list-menu-item {
		margin-bottom: 40px;
	}
	#header-menu .box-contact {
		width: 100%;
		margin-left: 0px;
		justify-content: space-between;
	}
	#header-menu .box-contact .link-contact {
		height: 56px;
		line-height: 56px;
		font-size: 18px;
		width: calc(50% - 5px);
	}
	#header-menu .box-contact .link-contact.one {
		background: #0B80E0;
		color: white;
		margin-right: 0px;
	}
	#header-menu .box-contact .link-contact.two {
		margin-right: 0px;
	}
	#header-menu .header-nav .menu-item .menu-link .menu-small {
		font-size: 16px;
		font-family: 'Hiragino6';
	}
	#header-menu .header-nav .nav-menu-list {
		padding-left: 0px;
	}
	#header-menu{
		box-shadow: unset;
	}
	#header-menu.is-openMenu {
		background: white;
	}
	#header-menu .header-nav .header-logo {
		width: 100%;
		position: relative;
		z-index: 99;
		padding: 0 0px;
		text-align: left;
		display: flex;
		justify-content: flex-start;
		padding-left: 15px;
	}
	#header-menu .header-nav .header-logo img{
		height: 40px;
		width: 100%;
	}

	#header-menu .header-nav .header-logo a picture{
		display: block;
		text-align: left;
	}
	#header-menu.is-openMenu .header-nav {
		padding: 28px 0px 28px 0px;
		border-bottom: 1px solid #E6E6E6;
	}
	#header-menu.is-openMenu .header-nav.fixed {
		padding: 28px 0px 28px 0px;
	}
	#header-menu .header-nav {
		padding: 28px 0px 28px 0px;
	}
	#header-menu .header-nav.fixed {
		padding: 28px 20px 28px 0px;
	}
	#header-menu .header-nav .nav-menu {
		width: 100%;
		position: absolute;
		top: 50%;
		background-color: #fff;
		left: 0;
		height: calc(100vh - 60px);
		padding: 0;
		visibility: hidden;
		opacity: 0;
		transition: .3s;
		z-index: -99;
	}

	#header-menu .header-nav .nav-menu.is-open{
		top: 100%;
		visibility: visible;
		opacity: 1;
		z-index: 9;
	}
	#header-menu .header-nav .nav-menu .nav-menu-list{
		padding: 0px 15px 40px;
		height: auto;
		max-height: calc(100% - 20px);
		overflow-x: scroll;
		position: relative;
		z-index: 9;
	}
	#header-menu.is-openMenu .header-nav .header-logo {
		padding-left: 15px;
	}
	#header-menu .header-nav .menu-item {
		position: relative;
		width: 100%;
	}
	#header-menu .header-nav .menu-item a {
		font-size: 17px;
		line-height: 30px;
		padding: 0px 14px;
		letter-spacing: 0.5px;
		display: block;
	}
	#header-menu .header-nav .menu-item>a{
		padding: 15px 14px;
		text-align: center;
		border-bottom: 1px solid #E6E6E6;
	}

	#header-menu .header-nav .sub-itemMenu{
		margin-bottom: 22px;
	}


	#header-menu .header-nav .menu-item:before {
		height: calc(100% - 20px);
		top: 9px;
		left: -1px;
	}
	#header-menu .header-nav .menu-item:last-child:after{
		display: none;
	}
	#header-menu .btn-openMenu{
		position: absolute;
		width: 64px;
		height: 64px;
		top: 15px;
		right: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 99;
		border-radius: 50%;
		border: 2px solid #D6D6D6;
		background: white;
	}
	#header-menu .btn-openMenu .toggle-btn {
		width: 24px;
		height: 20px;
		position: relative;
	}
	#header-menu .btn-openMenu:after {
		content: "";
		position: absolute;
		width: 24px;
		height: 4px;
		background: #898989;
		border-radius: 5px;
		top: calc(50% - 2px);
		left: calc(50% - 12px);
		transition: .4s;
	}
	#header-menu .btn-openMenu.is-open:after{
		display: none;
	}
	#header-menu .btn-openMenu span:before {
		content: "";
		position: absolute;
		width: 24px;
		height: 4px;
		background: #898989;
		border-radius: 5px;
		top: 0px;
		left: 0px;
		transition: .4s;
	}
	#header-menu .btn-openMenu span:after {
		content: "";
		position: absolute;
		width: 24px;
		height: 4px;
		background: #898989;
		border-radius: 5px;
		bottom: 0px;
		left: 0px;
		transition: .4s;
	}
	#header-menu .btn-openMenu.is-open span:before {
		transform: rotate(-45deg);
		top: 9px;
	}
	#header-menu .btn-openMenu.is-open span:after {
		transform: rotate(45deg);
		bottom: 7px;
	}

	#footer {
		margin-top: -28px;
		padding: 42px 0px 0px;
		position: relative;
	}
	#footer .logo-footer img {
		width: 174px;
	}
	#footer  .left-link {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 288px;
		margin: auto;
		margin-bottom: 20px;
	}
	#footer .contet-footer .right-copyright {
		font-size: 13px;
		text-align: center;
		width: 100%;
	}
}




/*------- commom --------------------------------------*/
.box-title-page {
	width: 1026px;
	height: 157px;
	background-image: url(../jobuddy/assets/img/bg_title_all_pc.png);
	background-size: cover;
	margin: auto;
	padding-top: 35px;
}
.title-page-all {
	font-size: 52px;
	margin-bottom: 20px;
	font-family: 'NJK-Bold';
	text-align: center;
}
.title-page-all-sub {
	font-size: 20px;
	color: #05BC50;
	font-weight: 700;
	text-align: center;
	letter-spacing:0.2px
}

/*------- block-last-contact*/
#block-last-contact .last-link{
	position: relative;
	z-index: 99;
	padding: 45px 0px 57px;
} 
#block-last-contact .last-link::after {
	position: absolute;
	content: "";
	background: #203842;
	width: 50%;
	height: 100%;
	left: 0px;
	z-index: -1;
	top: 0px;
}

#block-last-contact .last-link::before {
	position: absolute;
	content: "";
	background: #3A525C;
	width: 50%;
	height: 100%;
	right: 0px;
	z-index: -1;
	top: 0px;
}


#block-last-contact .last-link .inner-link{
	width: 1110px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	color: white;
	position: relative;
}

#block-last-contact .last-link .last-item {
	width: 50%;
	text-align: center;
	max-width: 260px;
}
#block-last-contact .last-link .last-item .icon-link {
	margin-bottom: 20px;
}


#block-last-contact .last-link .last-item .icon-link.two {
	position: relative;
	width: 100px;
	margin: auto;
	z-index: -1;
	height: 100px;
	border-radius: 50%;
	background: white;
	margin-bottom: 25px;
}

#block-last-contact .last-link .last-item .icon-link.two::after {
	position: absolute;
	content: "";
	background-image: url(./assets/img/icon-link.svg);
	width: 35.23px;
	height: 45.15px;
	right: 32px;
	top: 27px;
	z-index: 99;
}



#block-last-contact .last-link .inner-link .text-contact {
	font-family: 'NJK-Bold';
	font-size: 28px;
	margin-bottom: 38px;
} 

#block-last-contact .last-link .inner-link .link-contact {
	width: 280px;
	height: 72px;
	border-radius: 50px;
	text-align: center;
	font-family: 'Hiragino6';
	line-height: 72px;
	text-align: center;
	background: white;
	color: #203842;
	font-size: 20px;
}
#block-last-contact .company {
	background-image: url(../jobuddy/assets/img/bg_footer_pc.png);
	background-size: cover;
	background-position: center;
	padding: 95px 0px 135px;
	margin-bottom: -30px;
}
#block-last-contact .company .inner-company {
	max-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;
}


#block-last-contact .company .inner-company::after {
	position: absolute;
	content: "";
	background-image: url(./assets/img/home_icon_04_pc.png);
	width: 277px;
	height: 231px;
	left: -55px;
	bottom: -10px;
	z-index: 99;
}
#block-last-contact .company .inner-company::before {
	position: absolute;
	content: "";
	background-image: url(./assets/img/home_icon_05_pc.png);
	width: 202px;
	height: 230px;
	right: -30px;
	bottom: -10px;
	z-index: 99;
}
#block-last-contact .company .title-copamny {
	position: relative;
	width: 100%;
	z-index: 99;;
}
#block-last-contact .company .title-copamny::after {
	position: absolute;
	content: "";
	background: #203842;
	height: 1px;
	width: 100%;
	left: 0px;
	top : 27px;
	z-index: -1;
}
#block-last-contact .company .title-copamny .span-title {
	display: block;
	margin: auto;
	width: 220px;
	font-size: 37px;
	background: #E8E8E8;
	text-align: center;
	margin-bottom: 70px;
	font-family: 'NJK-Bold';
}


#block-last-contact .company .block-center {
	display: flex;
	justify-content: center;
}

#block-last-contact .company .link-company {
	width: 260px;
	height: 72px;
	border-radius: 50px;
	text-align: center;
	font-family: 'Hiragino6';
	line-height: 72px;
	text-align: center;
	background: white;
	color: #203842;
	font-weight: 700;
	font-size:20px
}

#block-last-contact .company .logo-company {
	text-align: center;
	margin-bottom: 45px;
}


@media (max-width: 1280px) {
	#block-last-contact .company .inner-company::after {
		left: -5px;
		transform: scale(0.8);
	}
	#block-last-contact .company .inner-company::before {
		right: 64px;
		transform: scale(0.8);
		bottom: -5px;
	}
	#block-last-contact .last-link .inner-link {
		padding:0px 100px;
	}
}


@media (max-width: 767px) {
	main {
		overflow: hidden;
	}
	.pc-br{
		display: none;
	}
	.sp-br{
		display: block;
	}

	body {
		position: relative;
	}
	#page-top{
		bottom: 188px;
		right: 0px;
		position: absolute;
	}
	#page-top a{
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	#page-top svg {
		width: 55px;
	}
	.inner {
		padding: 0px 15px;
	}


	.box-title-page {
		width: 100%;
		background-image: url(../jobuddy/assets/img/bg_title_all_sp.png);
		background-size: contain;
		max-width: 100%;
		height: 128px;
		padding-top: 5px;
		background-repeat: no-repeat;
		background-position: center;
	}

	.title-page-all {
		font-size: 36px;
		line-height: 52px;
	}


	/*------- block-last-contact*/
	#block-last-contact .company {
		background-image: url(../jobuddy/assets/img/bg_footer_sp.png);
		padding-bottom: 150px;
		height: 671px;
		margin-bottom: -120px;
		padding-top: 64px;
	}
	#block-last-contact .company .inner-company::after {
		background-image: url(./assets/img/home_icon_04_sp.png);
		width: 153px;
		height: 128px;
		left: 55px;
		bottom: -155px;
		z-index: 99;
		transform: scale(1);
	}
	#block-last-contact .company .inner-company {
		padding: 0px 15px;
	}
	#block-last-contact .company .title-copamny .span-title {
		margin-bottom: 55px;
	}
	#block-last-contact .company .logo-company {
		margin-bottom: 32px;
	}
	#block-last-contact .company .inner-company::before {
		background-image: url(./assets/img/home_icon_05_sp.png);
		width: 112px;
		height: 127px;
		right: 55px;
		bottom: -155px;
		z-index: 99;
		transform: scale(1);
	}

	#block-last-contact .last-link .last-item {
		max-width: 100%;
		width: 100%;
		background: #203842;
		padding: 38px 0px 50px;
	}
	#block-last-contact .last-link .last-item .icon-link {
		margin-bottom: 15px;
	}
	#block-last-contact .last-link .inner-link .text-contact {
		font-size: 20px;
		margin-bottom: 28px;
	}
	#block-last-contact .last-link .last-item.two {
		background: #3A525C;
		padding: 38px 0px 40px;
	}
	#block-last-contact .last-link .inner-link .link-contact {
		width: 260px;
		height: 64px;
		line-height: 67px;
		font-size: 20px;
	}
	#block-last-contact .last-link .inner-link {
		flex-direction: column;
		padding:0px;
	}

	#block-last-contact .last-link::after {
		display: none;
	}
	#block-last-contact .last-link::before {
		display: none;
	}
	#block-last-contact .last-link .last-item .icon-link.two {
		z-index: 99;
		width: 80px;
		height: 80px;
		margin-bottom: 20px;
	}
	#block-last-contact .last-link .last-item .icon-link.two::after {
		background-image: url(./assets/img/icon-link_sp.svg);
		width: 28.14px;
		height: 36.04px;
		right: 27px;
		top: 23px;	
	}

	#block-last-contact .last-link {
		padding: 0px;
	}

	#block-last-contact .company .link-company {
		width: 200px;
		height: 48px;
		line-height: 48px;
	}
	#block-last-contact .last-link .last-item .icon-link svg {
		width: 80px;
		height: 80px;
	}


}



/*------- #link-page for all page*/

#link-page {
	background: #E8E8E8;
	padding: 65px 0px 100px;
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	margin-top: -40px;
	position: relative;
}

#link-page .list-link {
	max-width: 1200px;
	margin: auto;
}

#link-page .list-link .item-link-page {
	width: calc(50% - 20px);
	background: #203842;
	border-radius: 10px;
	text-align: center;
	height: 112px;
	line-height: 112px;
	position: relative;
}
#link-page .list-link .item-link-page:hover {
	opacity: 0.8;
}
#link-page .list-link .item-link-page::after {
	position: absolute;
	content: "";
	background-image: url(./assets/img/page/icon_link_arrow.svg);
	width: 48px;
	height: 48px;
	top: 31px;
	right: 40px;
}

#link-page .list-link .item-link-page a{
	width: 100%;
	height: 100%;
	display: block;
	color: white;
	font-size: 24px;
	font-family: 'NJK-Bold';
}





@media (max-width: 1280px) {
	#link-page {
		padding: 65px 20px 100px;
	}
	#link-page .list-link .item-link-page a {
		font-size:22px;
	}
}


@media (max-width: 767px) {
	#link-page {
		padding: 65px 15px 75px;
		margin-top:-50px;
	}
	#link-page .list-link .item-link-page a {
		font-size: 18px;
	}
	#link-page .list-link .item-link-page {
		height: 79px;
		line-height: 79px;
		margin-bottom: 18px;
		text-align: left;
		padding-left: 17px;
		width: 100%;
	}
	#link-page .list-link .item-link-page::after {
		background-image: url(./assets/img/page/icon_link_arrow_sp.svg);
		width: 40px;
		height: 40px;
		top: 18px;
		right: 20px;
	}



}











/*------- strengths for all page*/

#box-strengths {
	padding: 100px 0px 100px;
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	margin-top: -40px;
	position: relative;
	background: white;
}

#box-strengths .block-item .title-strengths {
	position: relative;
	padding: 15px 10px 15px 170px;
	background: #E8E8E8;
	border-radius: 10px;
	width: 100%;
}
#box-strengths .block-item .title-strengths .text-title {
	font-size: 32px;
	font-family: 'NJK-Bold';
}
#box-strengths .block-item .title-strengths.one {
	margin-top: 72px;
}
#box-strengths .box-title-shadow {
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 20px;
	top: -22px;
	border-radius: 50%;
	background: #E8E8E8;
}

#box-strengths .block-item .point {
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background: #05BC50;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: white;
}
#box-strengths .box-title-shadow .text-point {
	font-size: 20px;
	font-weight: 700;
}
#box-strengths .box-title-shadow .number-point {
	font-size: 32px;
	font-weight: 700;
}

#box-strengths  .text-item {
	font-size: 18px;
	line-height: 31px;
	font-family: 'NJK-Medium';
	margin-bottom: 20px;
	max-width: 607px;
}

#box-strengths .box-text.destop {
	display: block;
}

#box-strengths .box-text.mobi {
	display: none;
}

#box-strengths .text-line-steng {
	position: relative;
	display: inline-block;
	font-family: 'NJK-Bold';
	z-index: 99;
	font-size: 46px;
	/* 	margin-bottom: 10px; */
	letter-spacing: 2px;
}

#box-strengths .text-line-steng::after {
	position: absolute;
	content: "";
	width: calc(100% + -10px);
	height: 15px;
	border-radius: 6px;
	background: rgba(255, 196, 0, 0.3);
	bottom: 11px;
	left: -6px;
	z-index: -1;
}

#box-strengths .blue {
	color: #05BC50;
	font-family: 'NJK-Bold';
}

#box-strengths .box-content {
	max-width: 800px;
	position: relative;
	margin: 75px auto 120px;
}

#box-strengths .box-content::after {
	position: absolute;
	content: "";
	background-image: url(./assets/img/page/commom_page_icon_01_pc_new.png);
	width: 250px;
	height: 278px;
	right: 0px;
	top: 0;
	z-index: 3;
	background-repeat: no-repeat;
	background-size: contain;
}

#box-strengths .box-img-str {
	margin: 64px auto 115px;
	max-width: 800px;
	width: 100%;
}

#box-strengths .box-img-str img{
	width: 100%;
}

#box-strengths .box-list-str {
	margin-top: 48px;
	margin-bottom: 148px;
	padding: 50px 30px 50px;
	background: #F0F0F0;
	position: relative;
	border-radius: 12px;
}

#box-strengths .box-list-str::after {
	position: absolute;
	content: "";
	background-image: url(./assets/img/page/arrow_down_pc.svg);
	width: 106px;
	height: 43px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	bottom: -75px;
}

#box-strengths .box-list-str .title-str {
	text-align: center;
	margin-bottom: 30px;
	font-family: 'NJK-Bold';
	color: #05BC50;
	font-size: 24px;
}

#box-strengths .box-list-str .title-str-item {
	text-align: center;
	font-family: 'NJK-Bold';
	font-size: 20px;
	height: 78px;
	line-height: 78px;
}

#box-strengths .list-str {
	justify-content:space-between;
}

#box-strengths .list-str .item-str {
	width: calc(25% - 25px);
	background: white;
	border-radius: 6px;
}

#box-strengths .new-jobuddy {
	border: 2px solid #EBEBEB;
	border-radius: 12px;
	padding: 75px 0px 55px;
	position: relative;
	margin-bottom: 88px;
	position: relative;

}

#box-strengths .new-jobuddy::after {
	position: absolute;
	content: "";
	background-image: url(./assets/img/page/icon_title_commom_01.png);
	width: 53px;
	height: 67px;
	left: calc(50% + 322px);
	top: -31px;
	z-index: 99;
}

#box-strengths .new-jobuddy::before {
	position: absolute;
	content: "";
	background-image: url(./assets/img/page/icon_title_commom_02.png);
	width: 65px;
	height: 70px;
	right: calc(50% + 320px);
	top: -37px;
	z-index: 99;
}

#box-strengths .new-jobuddy .title-new {
	display: inline-block;
	background: white;
	padding: 5px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:-28px;
	font-size: 32px;
	font-family: 'NJK-Bold';
	width: 53%;
	text-align: center;
}

#box-strengths .list-check-new {
	max-width: 100%;
	margin-left: 60px;
	padding-right: 33px;
	justify-content: flex-start;
}

#box-strengths .list-check-new .left-new {
	width: 52%;
}

#box-strengths .list-check-new .right-new {
	width: 43%;
	margin-left: 2%;
}
#box-strengths .list-check-new .item-check-new{
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	font-family: 'NJK-Bold';
}

#box-strengths .list-check-new .item-check-new::after {
	position: absolute;
	content: "";
	background-image: url(./assets/img/check_service.svg);
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	left: 0px;
}

#box-strengths .table-row {
	max-width: 1020px;
	margin-left: 60px;
	position: relative;
	margin-top: 15px;
}

#box-strengths .table-row img {
	width: 100%;
}

#box-strengths .table-row ::after {
	position: absolute;
	content: "";
	background-image: url(./assets/img/page/commom_page_icon_02_pc.png);
	width: 252px;
	height: 307px;
	right: -208px;
	top: 72px;
	z-index: 99;
}

#box-strengths .list-function {
	margin-top: 70px;
}

#box-strengths .list-function .item-function {
	background: #F0F0F0;
	border-radius: 10px;
	padding: 63px 65px;
	min-height: 293px;
	position: relative;
	margin-bottom: 63px;
	width: calc(50% - 25px);
}

#box-strengths .list-function .item-function:nth-child(3) {
	padding: 49px 55px;
}

#box-strengths .list-function .item-function:nth-child(4) {
	padding: 49px 60px 60px;
}
#box-strengths .list-function .item-function .dt-function {
	font-size: 24px;
	color: #05BC50;
	font-family: 'NJK-Medium';
	margin-bottom: 20px;
}

#box-strengths .list-function .item-function .dd-function {
	font-size: 16px;
	line-height: 28px;
	font-family: 'NJK-Regular';
}
#box-strengths .list-function .item-function .dd-function.two {
	max-width: 205px;
}
#box-strengths .list-function .item-function .dd-function.three {
	max-width: 250px;
}
#box-strengths .list-function .item-function .dd-function.four {
	max-width: 211px;
}

#box-strengths .list-function .item-function .img-function {
	position: absolute;
}

#box-strengths .list-function .item-function .img-function.one {
	bottom: 0px;
	right: 27px;
}

#box-strengths .list-function .item-function .img-function.two {
	bottom: 0px;
	right: 30px;
}

#box-strengths .list-function .item-function .img-function.three {
	bottom: 50px;
	right: 60px;
}

#box-strengths .list-function .item-function .img-function.four{
	bottom: 0px;
	right: 30px;
}

/*  */
#box-strengths .text-lg{
	font-size: 30px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}

#box-strengths .text-sm{
	color: #05BC50;
	font-size: 20px;
	font-weight: 500;
	display: block;
}
/*  */

@media (max-width: 1450px) {
	#box-strengths .inner.strengths {
		overflow: hidden;
	}

	#box-strengths .table-row ::after {
		right: -110px;
		background-image: url(./assets/img/page/commom_page_icon_02_sp.png);
		width: 186px;
		height: 226px;
		top: 125px;
	}
	#box-strengths .new-jobuddy .title-new { 
		font-size: 30px;
	}
}

@media (max-width: 1200px) {
	#box-strengths .table-row {
		max-width: 860px;
		margin-left: 30px;
	}
	#box-strengths .new-jobuddy .title-new {
		font-size: 26px;
	}
	#box-strengths .list-function .item-function,
	#box-strengths .list-function .item-function:nth-child(4),
	#box-strengths .list-function .item-function:nth-child(3) {
		padding: 35px 30px;
		min-height: 255px;
		position: relative;
		margin-bottom: 50px;
		width: calc(50% - 15px);
	}
	#box-strengths .list-function .item-function .img-function.four {
		bottom: 0px;
		right: 20px;
		width: 40%;
	}
	#box-strengths .list-function .item-function .img-function {
		position: absolute;
		width: 45%;
	}
	#box-strengths .list-function .item-function .img-function.two {
		bottom: 0px;
		right: 30px;
		width: 40%;
	}
	#box-strengths .list-function .item-function .img-function.three {
		bottom: 42px;
		right: -20px;
	}
}

@media (max-width: 767px) {

	#box-strengths .box-text.destop {
		display: none;
	}
	#box-strengths .box-text.mobi {
		display: block;
		margin-bottom: 86px;
	}

	#box-strengths .box-img-str {
		margin-top: 40px;
		text-align: center;
		margin-bottom: 50px;
	}

	#box-strengths {
		padding: 80px 0px 50px;
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
		margin-top: -45px;
	}
	#box-strengths .block-item .title-strengths.one {
		margin-top: 77px;
	}
	#box-strengths .block-item .point {
		width: 66px;
		height: 66px;
	}
	#box-strengths .box-title-shadow {
		background: none;
		left: -13px;
		top: -13px;
	}
	#box-strengths .block-item .title-strengths .text-title {
		font-size: 20px;
		line-height: 29px;
	}
	#box-strengths .box-title-shadow .text-point {
		font-size: 11px;
	}
	#box-strengths .box-title-shadow .number-point {
		font-size: 19px;
	}
	#box-strengths .block-item .title-strengths {
		padding: 0px 15px 0px 96px;
		height: 98px;
		display: flex;
		align-items: center;
	}

	#box-strengths .box-content::after {
		/* background-image: url(./assets/img/page/commom_page_icon_01_sp.png); */
		width: 206px;
		height: 227px;
		right: -43px;
        top: auto;
        bottom: -134%;
	}
	#box-strengths .box-list-str .title-str {
		margin-bottom: 40px;
		font-size: 20px;
	}

	#box-strengths .text-line-steng {
		z-index: 99;
		font-size: 28px;
		margin-bottom: 3px;
		letter-spacing: 2px;
	}
	#box-strengths .text-line-steng.last::after {
		display: none;
	}
	#box-strengths .text-line-steng::after {
		width: calc(100% + 10px);
		height: 11px;
		border-radius: 6px;
		background: rgba(255, 196, 0, 0.3);
		bottom: 8px;
		left: -6px;
		z-index: -1;
	}
	#box-strengths .box-content {
		margin: 40px auto 0;
	}

	#box-strengths .box-list-str {
		margin-bottom: 130px;
		padding: 40px 25px 10px;
		margin-top: 37px
	}
	#box-strengths .list-str .item-str {
		width: calc(50% - 5px);
		border-radius: 6px;
		margin-bottom: 25px;
	}
	#box-strengths .box-list-str::after {
		background-image: url(./assets/img/page/arrow_down_sp.svg);
		width: 80px;
		height: 32px;
		left: 50%;
		transform: translateX(-50%);
		bottom: -75px;
	}

	#box-strengths .box-list-str .title-str-item {
		text-align: initial;
		font-size: 16px;
		height: 80px;
		line-height: 24px;
		padding: 15px 10px;
	}
	#box-strengths .new-jobuddy .title-new {
		font-size: 22px;
		width: 85%;
	}
	#box-strengths .new-jobuddy::before {
		background-image: url(./assets/img/page/icon_title_commom_02.png);
		width: 65px;
		height: 70px;
		right: calc(50% + 128px);
		top: -23px;
	}
	#box-strengths .new-jobuddy::after {
		background-image: url(./assets/img/page/icon_title_commom_01.png);
		width: 53px;
		height: 66px;
		left: calc(50% + 137px);
		top: -28px;
	}
	#box-strengths .list-check-new .left-new {
		width: 100%;
	}
	#box-strengths .list-check-new .right-new {
		width: 100%;
		margin-left: 0%;
	}
	#box-strengths .list-check-new {
		max-width: 100%;
		margin-left: 23px;
		padding-right: 25px;
	}
	#box-strengths .list-check-new .right-new .item-check-new {
		font-size: 18px;
		line-height: 26px;
	}
	#box-strengths .list-check-new .item-check-new {
		margin-bottom: 17px;
		padding-left: 40px;
		position: relative;
		font-size: 16px;
		line-height: 24px;
	}
	#box-strengths .table-row {
		max-width: 86%;
		margin: auto;
		margin-top: 26px;
	}

	#box-strengths .table-row ::after {
		bottom: -36%;
		top: unset;
		right: 18%;
	}
	#box-strengths .new-jobuddy {
		margin-bottom: 215px ;
		padding: 90px 0px 38px;
	}
	#box-strengths .list-function .item-function {
		border-radius: 10px;
		padding: 45px 33px 0px 23px;
		min-height: auto;
		position: relative;
		margin-bottom: 25px;
		width: 100%;
	}
	#box-strengths .list-function .item-function:nth-child(3){
		padding: 30px 33px 25px 22px;
	}
	#box-strengths .list-function .item-function:nth-child(4) {
		padding: 45px 33px 0px 22px;
	}


	#box-strengths .list-function .item-function .dd-function {
		margin-bottom: 30px;
	}

	#box-strengths .list-function .item-function .dd-function.two {
		max-width: 100%
	}
	#box-strengths .list-function .item-function .dd-function.three {
		max-width: 100%
	}
	#box-strengths .list-function .item-function .dd-function.four {
		max-width: 100%
	}
	#box-strengths .list-function .item-function:nth-child(3),
	#box-strengths .list-function .item-function:nth-child(4) {
		width: 100%
	}
	#box-strengths .list-function .item-function .img-function {
		position: relative;
		text-align: center;
		width: 100%
	}

	#box-strengths .list-function .item-function .img-function.one {
		bottom: unset;
		right: unset;
		width: 100%
	}

	#box-strengths .list-function .item-function .img-function.two {
		bottom: unset;
		right: unset;
		width: 100%
	}

	#box-strengths .list-function .item-function .img-function.three {
		bottom: unset;
		right: unset;
		width: 100%
	}

	#box-strengths .list-function .item-function .img-function.four{
		bottom: unset;
		right: unset;
		width: 100%
	}
	#box-strengths .list-function .item-function .dt-function {
		text-align: center;
	}

	#box-strengths .text-item {
		font-size: 16px;
		line-height: 28px;
	}

	#box-strengths .list-function {
		margin-top: 35px;
	}

	/* 	 */
	#box-strengths .text-lg {
		font-size: 24px;
	}
	#box-strengths .text-sm {
		font-size: 16px;
		margin-bottom: 5px;
	}
}

@media (max-width: 360px){
	#box-strengths .text-item br{
		display: none;
	}
	
	#box-strengths .box-content::after{
		width: 180px;
	}
	
	#box-strengths .text-lg{
		margin-right: -30px;
	}
}