body{
	font-size:16px;
	line-height:1.4;
	font-family: 'UTM Avo';
	font-weight: normal;
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: $theme_white;
}
body::-webkit-scrollbar
{
	width: 6px;
	height: 6px;
	background-color: #fff;
}
body::-webkit-scrollbar-thumb
{
	background-color: #160d10;
}
body.active{
	overflow:hidden;
}
ul{
	padding:0;
	margin:0;
}
li{
	list-style:none;
}
a{
	text-decoration:none!important;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
p{
	
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	line-height:1.4;
}
:before,:after{
    font-weight: 900;
}
input,input:focus,textarea:focus,a:focus{
	outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
img{
	max-width:100%;
}
.mm-panel .liroot.active a{
	color:#0393ff;
}
.wow {
    visibility: hidden;
}
.totalitem{
	display:none;
}
.selectpage{
	text-align:center;
	margin-top:30px;
}
.selectpage a{
	display:inline-block;
	height:35px;
	width:35px;
	margin:0px 3px;
	text-align:center;
	border:1px solid #ccc;
	border-radius:4px;
	padding:5px 0px;
	color:#333;
}
.selectpage a.pagingactive,.selectpage a:hover{
	color:#fff;
	background:#219af8;
	border:1px solid #219af8;
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;

}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  /*-webkit-transform-style: preserve-3d;*/
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel:hover{cursor: -webkit-grab;}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  /*transform-style: preserve-3d;*/
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.warp-header{
	position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px 0px;
}
.header-left {
	/* margin-top:-32px; */
}
.menu-main,.top-link-recruit{
	display:inline-block;
}
.menu-main li{
	display:inline-block;
	padding:10px 15px;
}
.menu-main li a{
	display:block;
	color:#fff;
	position: relative;
	font-weight: 500;
}
.menu-main li.link-home a{
	padding-right: 7px;
}
.menu-main li.link-home a:after {
    content: "";
    border-top: 2.5px solid #42464e;
    border-right: 2.5px solid #42464e;
    border-bottom: 2.5px solid transparent;
    border-left: 2.5px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.menu-main li a:hover{
	color:#e81207;
}
.warp-main-banner{
	position:relative;
	min-height:806px;
}
.banner-items{
    padding-bottom: 45%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.banner-warp .active .banner-items{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
}
.warp-main-banner .container{
	position: absolute;
    top: 40%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
	color: #fff;
	text-align:center;
	z-index: 9;
}
.banner-items:after {
    background: #000 url(/DigitvisionSkins/MCCgroup/images/pattarn.png);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-items:before {
    content: '';
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(/DigitvisionSkins/MCCgroup/images/bg-gadi-recruit.png) repeat-x top center;
    z-index: 3;
}
.slogan-recruit .webparttitlecontrol{
	font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
	text-transform: uppercase;
    margin: 0;
	/* text-shadow: 0px 0px 5px #fff; */
}
.slogan-recruit .warpformobile{
	line-height:1.6;
}
.index-ware {
    width: 100%;
    height: 56px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.wave-wrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.bg-top {
    z-index: 8;
}
.bg-middle {
    z-index: 6;
}
.bg-bottom {
    z-index: 4;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.wave-top, .wave-middle, .wave-bottom {
    background-size: 50% 56px;
}
.wave-animation .wave-bottom {
    animation: move_wave 15s linear infinite;
    background-image: url(/DigitvisionSkins/MCCgroup/images/bg_wave1x.png);
    background-size: 50% 50px;
}
.wave-animation .wave-middle {
    animation: move_wave 25s linear infinite;
    background-image: url(/DigitvisionSkins/MCCgroup/images/bg_wave2x.png);
}
.wave-animation .wave-top {
    animation: move_wave 45s linear infinite;
    background-image: url(/DigitvisionSkins/MCCgroup/images/bg_wave3x.png);
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(1)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.warp-module .webparttitlecontrol{
	font-size: 40px;
    font-weight: bold;
    margin-bottom: 35px;
	text-transform: uppercase;
}
.warp-module .webpartheadercontrol{
	margin-bottom:70px;
}
.welcome-recruit{
	margin-bottom:60px;
}
.warp-main-top{
	padding:60px 0px 30px;
	overflow: hidden;
}
.mccer .webparttitlecontrol{
	color:#fff;
}
.mccer .webpartheadercontrol{
	margin-bottom:50px;
}
.welcome-recruit .warpformobile p{
	margin-bottom:30px;
	line-height: 1.6;
}
.number-icon{
	float:left;
}
.number-text{
	margin-left: 150px;
    margin-top: 15px;
}
.number-value {
    font-size: 52px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 5px;
}
.number-title {
    font-size: 20px;
}
.recruit-list-items{
	overflow:hidden;
	vertical-align:top;
	text-align:left;
	font-size:14px;
	line-height: 1.6;
}
.link-recruit-list{
	
}
.recruit-list-body{
	padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.recruit-list-title{
	width:60%;
	float:left;
	height: 44px;
    overflow: hidden;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}
.recruit-list-title a{
	color:#474747;
}
.recruit-list-title a:hover{
	color:#ed1c24;
}
.recruit-list-salary{
	float: right;
    font-style: italic;
    min-width: 100px;
}
.recruit-list-salary p:first-letter {
    text-transform: capitalize
}
.recruit-list-location{
	float: right;
    font-style: italic;
    margin-left: 30px;
    width: 100px;
}
.recruit-list-location i,.recruit-list-salary i{
	margin-right:5px;
}
.link-recruit-list a{
	color:#219af8;
	font-size:16px;
	display: inline-block;
    padding: 20px;
}
.warp-main-middle{
	background:url(/FileManager/Banner/Tui-xach-thoi-trang-hang-hieu-LEMINO-03.jpg);
	background-position:center left;
	background-size:cover;
	background-repeat:no-repeat;
	padding:60px 0px 70px;
	color:#fff;
	min-height:600px;
	position: relative;
}
.warp-main-middle:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:#000;
	opacity:.5;
	height: 100%;
}
.warp-main-middle .container{
	position:relative;
	z-index:3;
}
.warp-main-bot {
	font-size:26px;
	background-repeat: no-repeat;
    background-size: 100%;
}
.warp-main-link{
	padding:50px 0px 100px;
}
.warp-main-bot .warpformobile a,.warp-main-link .warpformobile a,.slogan-recruit .warpformobile a,.top-link-recruit a,.recruit-page-right a,.click-contact a{
    line-height: 50px;
    height: 60px;
    color: #fff;
    display: inline-block;
    padding: 0 50px;
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	min-width:215px;
	margin-top:35px;
	border:2px solid #fff;
	background:#000;
}
.warp-main-bot .warpformobile a:before,.warp-main-link .warpformobile a:before,.slogan-recruit .warpformobile a:before,.top-link-recruit a:before,.recruit-page-right a:before,.click-contact a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(76 76 76 / 55%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.warp-main-bot .warpformobile a:hover,.warp-main-link .warpformobile a:hover,.slogan-recruit .warpformobile a:hover,.top-link-recruit a:hover,.recruit-page-right a:hover,.click-contact a:hover{
	
}
.top-link-recruit a:hover:before,.slogan-recruit .warpformobile a:hover:before,.warp-main-bot .warpformobile a:hover:before,.warp-main-bot .warpformobile a:focus:before,.warp-main-bot .warpformobile a:active:before,.warp-main-link .warpformobile a:hover:before,.recruit-page-right a:hover:before,.click-contact a:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.top-link-recruit a{
	margin: 0;
    min-width: 100px;
    padding: 10px 20px;
    height: auto;
    line-height: 1.4;
}
.recruit-page-right a{
	height: 38px;
    line-height: 35px;
    padding: 0 40px;
    font-size: 15px;
	margin: 0;
	min-width:126px;
}
.click-contact a{
	width:100%;
}
.warp-main-footer{
	padding-top: 40px;
    color: #fff;
	background-position: center;
    background-repeat: no-repeat;
	padding-bottom:93px;
}
.warp-main-footer a{
	color: #fff;
}
.warp-main-footer a:hover{
	color:#fff;
}
.warp-main-footer .webparttitlecontrol{
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
}
.warp-main-footer li{
	margin-bottom:10px;
}
.footer-top{
	color:#000;
	border-top: dashed 1px #d4d4d4;
    padding-top: 40px;
}
.social-footer .warpformobile p a:before{
	font-family:FontAwesome;
	margin-right:10px;
}
.social-footer .warpformobile p:nth-child(1) a:before{
	content: "\f230";
}
.social-footer .warpformobile p:nth-child(2) a:before{
	content: "\f16a";
}
.review-items{
    padding: 50px 50px 50px 35px;
    position: relative;
	border-radius:10px;
	background:#ececec7a;
}
.review-items:before{
	content:"\f10e";
	font-family:FontAwesome;
	position:absolute;
	font-size:25px;
	left:20px;
	top:20px;
}
.review-value,.review-des{
	font-size:14px;
}
.review-value{
	text-align:justify;
}
.review-des{
	font-style:italic;
}
.review-avatar{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: right;
	border: 2px solid #fff;
	overflow:hidden;
}
.review-name,.review-des{
	text-align:right;
}
.welcome-over{
	position: absolute;
    width: 210px;
    height: 205px;
    top: 12px;
    left: 25px;
    right: 0;
    z-index: 1;
    border-radius: 25px;
    box-shadow: #d7dce9 0 0 35px 20px;
    transform: rotate(-5deg);
}
.review-warp .owl-controls{
	text-align:center;
	margin-top:30px;
}
.review-warp .owl-dot{
	display:inline-block;
	margin:0px 5px;
}
.review-warp .owl-dot span{
	display:block;
	height:15px;
	width:15px;
	border-radius:50%;
	background:#ccc;
}
.review-warp .owl-dot.active span{
	background:red;
}
.welcome-items:nth-child(even) .welcome-over {
    transform: rotate(5deg);
}
.welcome-items img{
	position:relative;
	z-index:3;
}
.recruit-nav .webpartheadercontrol{
	margin-bottom:70px;
}
.recruit-nav li{
	display:inline-block;
}
.recruit-nav li a{
	color:#fff;
	display:block;
	padding-right: 18px;
    margin-right: 15px;
    background: url(/DigitvisionSkins/Lemino/images/icon-arrow.png) no-repeat top 10px right;
}
.recruit-nav li:last-child a {
    background: 0 0;
}
.join-items h3{
	margin:30px 0px 15px;
	font-weight:bold;
	font-size:20px;
	position:relative;
	padding-bottom:15px;
}
.join-items h3:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	height:3px;
	width:40px;
	background:#000;
}
.join-items .webpartheadercontrol{
	margin-bottom:30px;
	font-weight:bold;
	font-size:30px;
}
.join-items p{
	line-height:1.8;
	text-align: justify;
	font-size: 15px;
}
.join-items{
	text-align:left;
	margin-bottom:100px;
}
.join-items .block-img {
    position: relative;
	flex: 0 0 50%;
}
.join-items .block-info {
	flex: 0 0 50%;
	padding: 30px 15px 30px;
}
.join-items img{
	/* max-width:none;
	position: absolute;
    top: 0; */
	position: relative;
	transition: all .5s ease;
}
.join-items.first img{
	right:60px;
	transform: rotate(-3deg);
}
.join-items.second img {
    left: 60px;
	transform: rotate(3deg);
}
.join-items.third img{
	right:60px;
	transform: rotate(-3deg);
}
.join-items.forth img {
    left: 60px;
	transform: rotate(3deg);
}
.join-items.first img:hover,.join-items.second img:hover,.join-items.third img:hover{
	transform: rotate(0deg);
}
.text-img {
    padding: 10px 100px;
}
.warp-noibo-body .owl-item {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.warp-noibo-body .active.owl-item {
    opacity: 1;
}
.warp-noibo-body .owl-prev, .warp-noibo-body .owl-next {
    position: absolute;
    top: 0;
    width: 190px;
    height: 80%;
    font-size: 0;
}
.warp-noibo-body .owl-prev {
    left: 0;
    background: url(/FileManager/MCCgroup/Profile/hoatdongnoibo/prev-icon.png) no-repeat center;
}
.warp-noibo-body .owl-next {
    right: 0;
    background: url(/FileManager/MCCgroup/Profile/hoatdongnoibo/next-icon.png) no-repeat center;
}
.main-all{
	padding:80px 0px 100px;
	overflow: hidden;
}
.hidden-pc{
	display:none;
}
.menu-xs {
    position: relative;
    height: 33px;
    width: 35px;
    border: 1px solid #909090;
    padding: 5px;
    margin-top: -3px;
    border-radius: 4px;
    float: right;
}
.menu-xs span {
    border-top: 2px solid #909090;
    height: 25px;
    box-sizing: border-box;
    margin-top: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: block;
}
.menu-xs span:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 23px;
    left: 5px;
    background: #909090;
    top: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.menu-xs span:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 23px;
    left: 5px;
    background: #909090;
    bottom: 8px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.menu-xs.active span {
    border-color: transparent;
}
.menu-xs.active span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 28px;
    left: 3px;
    top: 14.5px;
}
.menu-xs.active span:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -khtml-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 14.5px;
    width: 28px;
    left: 2px;
}
.overlay-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.23);
    display: none;
}
.overlay-menu.active{
	display:block;
}
.bg-gray{
	background: #f5f6fa;
}
.warp-main-nav{
	min-height: 430px;
    background-image: url(/FileManager/Banner/lemino-tuyendung.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.warp-main-nav:before{
	content:'';
	position:absolute;
	top:0;
	z-index:2;
	height:100%;
	left:0;
	right:0;
	background:#000;
	opacity:.5;
}
.header-page{
	position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 40px 0 70px;
}
.header-page .menu-main li a{
	color:#fff;
}
.header-page .menu-main li a:hover{
	color:#e40303;
}
.header-page .menu-main li.link-home a:after{
	content: "";
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    border-bottom: 2.5px solid transparent;
    border-left: 2.5px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.warp-main-nav .container{
	position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
	color:#fff;
	text-align:center;
	z-index:3;
}
.warp-main-nav .webparttitlecontrol{
	font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}
.recruit-page-items{
	border-top: 1px dashed #d4d4d4;
    padding: 20px;
	transition: all .3s ease-out;
	overflow:hidden;
}
.recruit-page-items:hover{
	box-shadow: 0 0 5px 1px #d4d4d4;
    background: #ecf9f9;
    border-top: 1px dashed transparent;
}
.recruit-page-items:last-of-type {
    border-bottom: 1px solid #ebebeb;
}
.recruit-page-left{
	float:left;
}
.recruit-page-right{
	float:right;
}
.recruit-dateline span{
	font-size: 14px;
    color: #61412e;
}
.recruit-page-title{
	font-weight:bold;
	font-size:16px;
	color: #42464e;
	display:block;
	margin-bottom:15px;
}
.recruit-page-title:hover{
	color:#219af8;
}
.recruit-page-content div{
	display:inline-block;
	margin-right:40px;
	min-width:92px;
	color:#7d8492;
	font-size: 14px;
    font-style: italic;
}
.recruit-page-content div i{
	margin-right:5px;
}
.recruit-detail-des-right{
	padding:25px;
	border:1px solid #ccc;
	margin-top:30px;
	border-radius:4px;
	background: #fff;
}
.recruit-list-order{
	margin-bottom:15px;
}
.recruit-time-work-list{
	margin-top:6px;
}
.recruit-time-work-list div{
	margin-bottom:5px;
}
.recruit-title-share{
	margin:20px 0px 10px;
	padding-top: 10px;
    border-top: 1px solid #dedede;
}
.recruit-like-item{
	display:inline-block;
	margin-right:10px;
	vertical-align:top;
}
.recruit-like-item a{
	font-size: 30px;
    line-height: 1;
}
.recruit-detail-title{
	font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #e50000;
}
.recruit-other-items{
	margin-bottom:15px;
}
.recruit-other-items a{
	color:#333;
	font-size: 14px;
	padding-left: 17px;
    position: relative;
	display: block;
}
.recruit-other-items a i{
	position: absolute;
    left: 0;
    top: 5px;
}
.recruit-other-items a:hover{
	color:#e50000;
}
.articledetail_listnews h4{
	margin-top:30px;
	font-weight:bold;
	margin-bottom:15px;
}
.fancybox-content{
	max-width:800px;
}
.form-contact-new .formcontact_button{
	text-align:center!important;
}
.search-form{
	margin-bottom:40px;
}
.search-form .webparttitlecontrol,.warp-recruit-page .webparttitlecontrol{
	font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.search-form #pagesearchdynamic{
	display:block;
	vertical-align: top;
}
.search-form #pagesearchdynamic tbody{
	display:block;
	width:100%;
}
.search-form #pagesearchdynamic tr{
	display:block;
	margin-bottom: 10px;
	width:100%;
}
.search-form #pagesearchdynamic tr td{
	display:block;
	width:100%;
}
.search-form #pagesearchdynamic input,.search-form #pagesearchdynamic select{
	height:40px;
	display:block;
	width:100%;
}
.search-form .buttonpanel{
	display:inline-block;
	vertical-align: top;
}
.search-form .buttonpanel input{
	height:40px;
	border:1px solid #219af8;
	border-radius: 4px;
    padding: 0px 20px;
	background:#219af8;
	color:#fff;
}
.recruit-album-body{
	margin-bottom:30px;
}
.recruit-album-avatar{
	border-radius: 10px;
    overflow: hidden;
}
.recruit-album-avatar a{
	display:block;
	padding-bottom:72%;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.recruit-album-title{
	margin-top:15px;
}
.recruit-album-title a{
	text-align:center;
	color:#333;
	min-height: 66px;
	display:block;
}
.popup-album{
	max-width:800px;
	margin:0 auto;
	min-height:500px;
}
.recruit-album .owl-prev, .recruit-album .owl-next,.recruit-photo .owl-prev,.recruit-photo .owl-next{
	font-size:0;
	display:inline-block!important;
	height:35px;
	width:35px;
	margin:0px 10px;
	text-align:center;
	padding:6px 0px;
	border:1px solid #333;
	border-radius:50%;
	line-height: 20px;
	color:#333;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.recruit-album .owl-prev:hover, .recruit-album .owl-next:hover,.recruit-photo .owl-prev:hover,.recruit-photo .owl-next:hover{
	border:1px solid #e40303;
	color:#e40303;
}
.recruit-album .owl-prev:before, .recruit-album .owl-next:before,.recruit-photo .owl-prev:before,.recruit-photo .owl-next:before{
	font-size:20px;
	font-family:FontAwesome;
}
.recruit-album .owl-prev:before,.recruit-photo .owl-prev:before{
	content:"\f104";
}
.recruit-album .owl-next:before,.recruit-photo .owl-next:before{
	content:"\f105";
}
.recruit-album-detail{
	padding:0px 40px;
}
.recruit-photo .owl-prev,.recruit-photo .owl-next{
	position:absolute;
	top:45%;
	border:1px solid #fff;
	color:#fff;
}
.recruit-photo .owl-prev{
	left:-60px;
}
.recruit-photo .owl-next{
	right:-60px;
}
.recruit-album-detail .owl-thumbs {
    margin: 0 -10px;
    text-align: center;
    margin-top: 10px;
}
.recruit-album-detail .owl-thumb-item {
    width: 130px;
    height: 70px;
    border: 0;
    padding: 0 10px;
    background: 0 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.recruit-album-detail .thumb-item {
    padding-bottom: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.chitiethinhanhhoatdong,.fancybox-iframe,.fancybox-content{
	background:none!important;
}
.warp-form-contact{
	padding:20px;
}
.form-contact ul li{
	margin-bottom:10px;
}
.form-contact ul li input{
	height:40px;
}
.form-contact ul li label{
	font-weight:normal;
}
.form-contact ul li.company,.form-contact ul li.country,.form-contact ul li.fax{
	display:none!important;
}
.form-contact .formcontact_button{
	text-align:center;
}
.form-contact .formcontact_button input{
	margin:0px 10px;
	border-radius:0px;
	background:#000;
	border:2px solid #fff;
	color:#fff;
	transition: all .5s ease-out;
	min-width:200px;
	height:50px;
}
.form-contact .formcontact_button input:hover{
	background: rgb(76 76 76 / 55%);
	border:2px solid #fff;
	border-radius:0px;
}
.form-contact .webparttitlecontrol{
	margin: 0;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.video-items a{
	font-size:15px;
	color:#000;
	display:block;
}
.video-avatar{
	padding-bottom:60%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom:15px;
	border-radius: 10px;
	position:relative;
	overflow:hidden;
}
.video-avatar:before {
    content: '';
    background: url(/lib/jQuery/PluginStack/owl-carousel-2-0/owl.video.play.png);
    height: 80px;
    width: 80px;
    position: absolute;
    background-size: 90%;
    top: 32%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
}
.video-avatar:after {
    content: '';
    background: #0000005e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    z-index: 2;
}
.video-owl .owl-controls{
	text-align:center;
	margin-top: 30px;
}
.video-owl .owl-dot{
	display:inline-block;
	margin:0px 5px;
}
.video-owl .owl-dot span{
	display:block;
	height:15px;
	width:15px;
	border-radius:50%;
	background:#ccc;
}
.video-owl .owl-dot.active span{
	background:red;
}
@media (max-width:1440px) {
	.warp-main-banner{
		min-height:570px;
	}
}
@media (max-width:768px) {
	.welcome-items,.number-company-items{
		margin-bottom:20px;
	}
	.warp-header{
		background:#fff;
		height:50px;
		padding:10px 0px;
		position:relative;
		overflow: hidden;
	}
	.warp-header .col-md-9{
		position:static;
	}
	.header-content{
		width: 100%;
		max-width: 91%;
		background: #fff;
		position: fixed;
		top: 49px;
		z-index: 999;
		right: -100%;
		text-align: left;
		height: 100vh;
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		padding: 10px 0px;
	}
	.header-content.active{
		right: 0;
	}
	.menu-main, .top-link-recruit{
		display:block;
	}
	.top-link-recruit{
		padding:10px 15px;
	}
	.menu-main li{
		display:block;
	}
	.menu-main li.link-home a{
		display:inline-block;
	}
	.header-page .menu-main li a{
		color:#000;
	}
	.banner-items .container{
		position:static;
		transform: none;
	}
	.banner-body {
		width: 100%;
		text-align: center;
		padding-top: 130px;
	}
	.join-items img {
		position: static;
	}
	.welcome-over {
		width: auto;
		height: auto;
		top: 20px;
		left: 30px;
		right: 30px;
		bottom: 20px;
	}
	.review-items{
		background-size: 100% 100%;
	}
	.text-img{
		padding:10px;
	}
	.warp-main-footer .col-md-3{
		margin-bottom:30px;
	}
	.show-xs{
		display:block;
	}
	.welcome-recruit .warpformobile p,.join-items p{
		text-align:justify;
	}
	.menu-main li a{
		color:#333;
	}
	.warp-main-bot{
		background-attachment: unset;
		background-size: 100% 100%;
	}
	.warp-video iframe{
		max-width:100%;
		max-height: 300px;
	}
	.fancybox-content{
		width:100%!important;
	}
	.recruit-album-detail .owl-thumbs,.fancybox-show-caption .fancybox-caption-wrap{
		display: none;
	}
	.footer-top .warpformobile a{
		color:#000!important;
	}
}
@media (max-width:420px) {
	.warp-module .webparttitlecontrol{
		font-size:32px;
	}
	.slogan-recruit .webparttitlecontrol{
		font-size:26px;
	}
	.slogan-recruit .warpformobile{
		font-size:14px;
	}
	.join-items h3{
		font-size:20px;
	}
	.warp-main-link{
		padding: 50px 0px;
	}
	.warp-noibo-body .owl-controls{
		margin-top:20px;
	}
	.warp-noibo-body .owl-nav{
		display:none;
	}
	.warp-noibo-body .owl-dot{
		display:inline-block;
		margin: 0px 5px;
	}
	.warp-noibo-body .owl-dot span {
		display: block;
		height: 15px;
		width: 15px;
		border-radius: 50%;
		background: #ccc;
	}
	.warp-noibo-body .owl-dot.active span {
		background: red;
	}
	.main-all{
		padding:50px 0px;
	}
	.warp-main-bot{
		font-size:18px;
	}
	.banner-items{
		padding-bottom:160%;
	}
	.join-items{
		margin-bottom:50px;
	}
	.recruit-album-detail{
		padding:0px;
	}
	.recruit-photo .owl-prev,.recruit-photo .owl-next{
		bottom: 0;
		top: auto;
		display:none!important;
	}
	.recruit-photo .owl-prev{
		left:60px;
	}
	.recruit-photo .owl-next{
		right:60px;
	}
	.recruit-list-title{
		height: auto;
	}
	.header-left {
		margin-top:0;
	}
	.header-left img{
		width:110px;
	}
	.search-form #pagesearchdynamic tr {
		margin-bottom: 10px;
	}
	.number-value{
		font-size:40px;
	}
	.warp-main-middle{
		background: url(/FileManager/Banner/right1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.warp-main-banner .container,.warp-main-nav .container{
		top: 65%;
	}
	.form-contact .formcontact_button input{
		min-width:100px;
	}
}
@media (max-width:380px) {
	
}