
@font-face {
  font-family: 'LinhAvantGarde';
  src: url('/fonts/AvantGrade/LinhAvantGarde.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LinhAvantGarde';
  src: url('/fonts/AvantGrade/LinhAvantGarde-Bold.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LinhAvantGarde';
  src: url('/fonts/AvantGrade/LinhAvantGarde-DemiBold.ttf');
  font-weight: Bold;
  font-style: normal;
  font-display: swap;
}


*{
	font-family: 'LinhAvantGarde', 'SVN-Poppins', sans-serif !important;
	font-size: 17px;
}
:root{
--root-color: #9b0504;
}

.dot-1 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:1
}
.dot-2 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2
}
.dot-3 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3
}
.dot-4 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:4
}
.dot-5 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:5
}
.dot-6 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:6
}
.dot-7 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:7
}
.dot-8 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:8
}
.dot-9 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:9
}
.dot-10 {
overflow:hidden!important;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:10
}

.header-panel {
	background: white;
	width: 100%;
	position: relative;
    z-index: 1;
}

.main-page-panel {
	background-color: #f1f1f1;
	background-repeat: repeat;
	border: none !important;
	width: 100%;
	height: unset;
	position: relative
}

.main-body-panel {
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 0
}

.first-header-panel {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
}

#navbar-header {
	padding-left: 0;
	padding-right: 0;
}

.first-header-logo-panel {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding-left: 0 !important;
}

@media ( max-width : 768px) {
	.first-header-logo-panel {
		align-items: flex-start;
		padding-right: 0 !important;
	}
	.first-header-info-panel {
		padding-left: 0 !important;
	}
}

.first-header-logo-panel>div {
	padding: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.first-header-logo-panel .web-name-title {
	font-weight: 500;
	font-size: 18px;
}

.first-header-logo-panel .school-name-title {
	font-size: 15px;
}

.navbar-nav-header-panel {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.navbar-nav-header-panel>li {
	float: left;
	border-right: 0;
	margin: 0 5px;
}

.navbar-nav-header-panel>li:first-child {
	border-left: 0;
	margin-left: 0;
	
}
.navbar-nav-header-panel>li:first-child button {
		padding-left: 0;
}

.navbar-nav-header-panel>li>button {
	background: transparent;
	border: 0;
	padding: 12px 20px;
	outline: none;
	text-transform: uppercase;
	font-size: 17px;
	color: white;
	font-weight: 600;
}
.right-contact-language{
	display: flex;
	align-items: center;
}
.right-contact-language div{
	margin: 0px 5px;
	text-transform: uppercase;
	font-size: 17px;
	padding: 5px  20px;
	font-weight: 600;
}
.right-contact-language img{
	margin: 0px 5px; 
}
.navbar-nav-header-panel .right-contact-language img{
	width: 25px;
	height: 20px
}
.navbar-nav-header-panel .right-contact-language img:last-child{
	width: 25px;
	height: 30px
}
.navbar-nav-header-panel>li>button:hover, .navbar-nav-header-panel>li>button.ACTIVE
	{
	background: unset;
	color: white;
	text-decoration: underline;
	font-weight: 600;
}
.contact-recruitment:hover{
	color: white;
	text-decoration: underline;
}
.second-header-panel {
	width: 100%;
	display: flex;
	align-items: center;
	color: white;
	background: #F54848;
}
.second-header-panel .container{
	justify-content: center;
}
.search-box-main-style {
	padding: 3px 10px;
	vertical-align: middle;
}

.btn-search-main-style {
	background: #d9241b;
	border: 0;
	padding: 4px 5px;
	margin-left: 2px;
	outline: none;
}

.btn-search-main-style i {
	font-size: 20px;
	color: white;
}


.account-info-dropdown-ul>li>a {
	padding: 10px 15px !important;
}

.first-header-search-panel {
margin-right: 10px;
display: flex;
align-items: center;
justify-content: flex-start;
display: none;
}

.first-header-info-panel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 0 !important
}
.huong-dan{
	cursor: pointer;
}
.second-header-fixed {
	position: fixed;
	top: 0;
	background: white;
	border: 1px solid #ccc;
    box-shadow: 0px 4px 20px rgb(142 142 142 / 24%);
	width: unset;
	width: 100%;
	height: 70px;
	z-index: unset;
}
.second-header-fixed .navbar-nav-header-panel li button {
	color: red;
	font-weight: 600;
}
.dropdown-menu-recruiment li button:hover{
	color: white !important;;   
}
.dropdown-menu-recruiment{
	padding: 0 !important;
}
.second-header-fixed .contact-recruitment{
	color: red;
	font-weight: 600;
}
.dropdown.dropdown-hover:hover>.dropdown-menu {
	display: block;
}
.dropdown.dropdown-hover>.dropdown-menu.dropdown-menu-right {
	top: 5px;
	left: 100%;
}
.iframePopupShow table tr td{
	height: 100%;
}
.iframePopupShow table , .heightIframe{
	height: 100%;
}
.dropdown-menu button {
	background: transparent;
	color: #333;
	border: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 10px;
	text-align: left;
	white-space: pre;
}

.dropdown-menu li:first-child button {
	border-top: 1px solid #ddd;
}

.dropdown-menu li:first-child button.ACTIVE {
	background: #2566bf;
	color: white;
}

.dropdown-menu button:hover {
	background: #2566bf;
	border-color: transparent;
	color: white;
}
.list-news{
	margin-left: 35px;
}
.list-news .dropdown-menu{
	display: none;
	z-index: unset !important;
	margin: 10px;
	border: unset;
	box-shadow: unset;
	margin-left: 31px;
}
.header-profile-panel {
display: flex;
align-items: center;
justify-content: center;
}

.header-account-info-panel .imageAvatar {
	margin: 0 auto;
	flex-direction: unset !important;
	
}

.header-account-info-panel .imageAvatar img {
	border-radius: 100%;
	margin: 0 auto;
	display: block;
}

.header-account-info-panel .header-account-name-info {
	text-align: center;
	width: 70px;
}

.header-account-info-panel {
	padding: 5px;
	cursor: pointer;
}

.header-account-info-panel .header-account-info {
	
}

.button-connect-facebook, .button-connect-google {
	cursor: pointer;
}
.content-page{
	margin-top: 50px;
	background: red;
}
.content-page .wrapper-content-page .image-content-page-left img {
	width: 100%;
}
.content-page-right{
	text-align: justify;
}
.content-page-right p{
	margin-top: 0;
}
.content-page-right .title_{
	font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}
.content-page-right .title_.titleEn{
	color: #F54848;
	font-weight: 600;
	font-size: 22px;
	position: relative;
	text-transform: capitalize;
}
.content-page-right .title_ div:first-child{
	color: #F54848;
	font-weight: 600;
	font-size: 22px;
	position: relative;
	text-transform: uppercase;
	
}
.content-page-right .title_ div:last-child{
	color: #20447D;
	font-weight: 600;
	font-size: 25px;
	position: relative;
	margin-top: 10px;
	text-transform: uppercase;
}
.content-page-right .title_ div:first-child:before{
	content: '';
	position: absolute;
	width: 120px;
	height: 3px;
	background: #F54848;
	left: 0;
	bottom: -5px;
}
.content-page-right h3 {
	text-transform: uppercase;
}
.content-page-right .text-ff {
	line-height: 2;
}
.wrapper-feedback-home{
	text-align: center;
}
.feedback{
	padding: 40px;
	position: relative;
	top: -100px;
}
.item-feedback{
	box-shadow: 0px 4px 20px rgba(44, 80, 172, 0.15);
	border-radius: 15px;
	min-height: 350px;
    padding: 20px;
    padding-top: 40px;
    background: white;
}

.feedback .title_{
	font-size: 20px;
    font-weight: 500;
    margin: 40px 0;
    text-align: center;
}
.title-feedback-home{
	font-weight:500;
	color: rgb(178, 32, 37);
	text-align: center;
	font-weight: 600;
	margin :5px 0px;
	text-transform: uppercase;
}
.content-feedback-home{
	text-align: justify;
}
.dropdown.dropdown-hover .dropdown-menu {
	top: calc(100% - 5px) !important;
}
.footer-panel {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 3px solid #ccc;
    overflow: hidden;
    padding-bottom:0;
    background: #d9d9d8;
}
.footer-panel .wrapper-contact-new-home_{
	padding-top:40px;
	color: black;
}
.footer-panel .wrapper-contact-new-home_ .wraper-item-right-footer-home{
	display: flex;
	justify-content: flex-end;
	padding-top: 100px;
}
.footer-2-panel{
	
	text-align: center;
	padding: 20px;
}
.footer-2-panel .gwt-HTML:first-child{
	font-size: 18px;
}
.contact-left .left img {
/* 	filter:invert(5) sepia(0) saturate(1) hue-rotate(0deg) brightness(5); */
}
.contact-left:first-child .right .gwt-Label{
	font-size: 17px;
}
.contact-left:first-child{
	margin-top: 20px;
}
.line-footer_{
	height: 1px;
	width: 500px;
	background-color: #ccc;
	
}
.contact-left{
	margin-bottom: 10px;
}
.inf-footer_{
	margin-top: 35px;
}
.inf-footer_:before{
	content: "";
    width: 500px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    left: calc(50% - 183px);
    bottom: 75px;
    margin-bottom: 20px;
}
.footer-panel .wrapper-contact-new-home_ .wraper-item-right-footer-home .item-right-footer-home{
	display: flex;
	justify-content: flex-end;
}
.footer-panel .wrapper-contact-new-home_ .wraper-item-right-footer-home .item-right-footer-home img{
	margin: 0 20px;
	width: 25px;
}
.footer-panel .wrapper-contact-new-home_ .wraper-item-right-footer-home .item-right-footer-home .btnSeenFeedback{
	border:none;
	color: #910018;
	background:white;
	padding: 5px 10px;
	border-radius: 4px;
}
.contact-info-footer {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding-left: 0 !important;
}

.contact-info-footer p {
	margin-bottom: 0;
}

.contact-info-footer>div {
	padding: 10px;
	padding-bottom: 0;
}

.contact-info-footer>div>p:first-child {
	text-transform: uppercase;
}
.linkNow{
	text-decoration: none;
}
.linkNow:hover{
	text-decoration: none;
}
.contact-info-footer>img {
	border: 1px solid white;
}

.main-banner {
	width: 100%;
}

.main-row {
	width: 100%;
}
.showFullText{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	border-radius: 100%;
	width: unset !important;
}
.title-main {
	color: #9b0504;
	position: relative;
	margin-bottom: 25px;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}

.title-main:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 4px;
	background: #9b0504;
	bottom: -4px;
	left: 0;
}
.left-map-contact-home div{
/* 	margin-top: 20px; */
/* 	padding-left: 50px; */
}
.left-map-contact-home span{
	margin-right: 25px;
}
.teacher-service-panel {
	background: white;
}
.footer-right{
	display: flex;
	justify-content: right;
}
.teacher-service-panel .item-teacher-service-block-1 {
	padding: 0;
}

.item-teacher-service-block-1>div {
	padding: 20px;
	text-align: center;
	background: #e9e9e9;
	height: 180px;
}
.home-company-panel {
background: white;
padding-bottom: 0;
padding: 0;
}
.menu-click-news-work{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
.menu-click-news-work .tab-right-news{
	width: 40% !important;
	padding: 7px;

	background: white;
	border: 1px solid #FFEFF1;
	cursor: pointer;
}
.menu-click-news-work .tab-right-news.active{
	width: 40% !important;
	padding: 7px;
		background: #FFEFF1;
	border: 1px solid #FFEFF1;
	cursor: pointer;
	box-shadow: 0px 1px 2px rgba(163, 27, 27, 0.24), 0px 2px 4px rgba(255, 41, 41, 0.24)
}

.menu-click-news-work .home-event-item-panel div{
	margin: auto;
}
.submit_{
    color: #4B5574;
    font-weight: 500;
    font-size: 16px;
    margin: 5px 0;
}

.list-news button{
	padding: 6px 50px !important;
	background: transparent;
	border: 1px solid #EC8E94;
	outline: none;
	display: flex;
	align-items: center;
}

.list-news .dropdown-menu::before{
	display: none;
}
.dropdown.list-news.open{
	display: block;
}
.wraper-content-list{
	box-shadow: 0px 2px 9px rgba(142, 142, 142, 0.24);
	border-radius: 8px;
	padding: 20px;
}
.content-news{
	text-align: justify;
}
.list-item-news_{
	padding: 20px;
	cursor: pointer;
}
.list-item-news_ .item-list_news{
	padding: 10px;
}
.list-item-news_ .item-list_news div{
	font-weight: 500 !important;
}
.list-item-news_ .item-list_news:hover{
	box-shadow: 0px 2px 4px rgba(58, 58, 68, 0.2), 0px 4px 8px rgba(90, 91, 106, 0.2);
	background-color:#AA1D2B;
	border-radius: 4px;
	color: white;
	position: relative;
	top: 5px;
	left:0;
}
.list-item-news_ .item-list_news.activeList{
background-color:#AA1D2B;
color:white;
	box-shadow: 0px 2px 4px rgba(58, 58, 68, 0.2), 0px 4px 8px rgba(90, 91, 106, 0.2);
	border-radius: 4px;
}
.breacumb-new-home ul.breadcrumb {
  padding: 20px 16px;
  list-style: none;
  margin-right: 5px;
  margin-left: -5px;
  background: white;
}
.breacumb-new-home ul.breadcrumb li {
  display: inline;
  font-size: 13px;
  color: #363E59;
}
.breacumb-new-home ul.breadcrumb li a{
	color: #363E59;
}
.breacumb-new-home ul.breadcrumb li+li:before {
  padding: 8px;
  color: #363E59;
  content: "»";
  font-size: 20px;
}
.breacumb-new-home ul.breadcrumb li a {
  color: #363E59;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.breacumb-new-home ul.breadcrumb li a:hover {
  color: #363E59;
  text-decoration: underline;
}
.breacumb-new-home .container{
	padding: 0;
}
.login-logout-recrui{
	align-items: center;
}
.title-click-list{
	color: #AA1D2B;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
.second-header-fixed .navbar-collapse .navbar-nav-header-panel .login-logout-recrui{
	display: flex;
}
.showMore{
	cursor: pointer;
	margin-bottom: 10px;
}
.left-map-contact-home .textHust{
	margin: 20px 0;
}
.image-language {
	position: relative;
    right: -20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.image-language img{
	width: 25px;
	height: 18px;
	margin: 0 5px;
	cursor: pointer;
}
.item-regular_{
	cursor: pointer;
	transition: transform .4s ease-in-out;
}
.item-regular_:hover{
    transform: translateY(-10px);
    transition: transform .4s ease-in-out;
}
.item-regular_:hover .item_ .item{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.dialog-detail-recruitment .modal-header{
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    color: blue;
}
.dialog-detail-recruitment table {
	width: 100% !important;
}
.dialog-detail-recruitment table *{
	font-family:unset !important;
}
.dialog-detail-recruitment table  div{
	width: 100% !important;
}
.dialog-detail-recruitment table *  td{
	padding:  10px !important;
}

.dialog-detail-recruitment table * h3,
.dialog-detail-recruitment table * h4{
	font-size: 17px;
}
@media ( max-width : 1280px) {
	.wraper-item-right-footer-home{
		padding-top: 40px !important;
	}
	.breacumb-new-home ul.breadcrumb{
	     margin-right: -5px;
   		 margin-left: 5px;
	}
	.list-news{
		margin-left: 45px;
	}
	.list-news .dropdown-menu{
		margin-left: 40px;
	}
}
@media ( max-width : 768px) {
	.first-header-logo-panel .web-name-title {
		display: none;
	}
	.first-header-logo-panel img:first-child {
		display: none;
	}
	.first-header-logo-panel img:last-child {
		width: 200px !important;
	}
	.navbar-toggle.btn-collapse-header-menu{
		background-color: #ccc;
		position: absolute;
		top:-45px;
		right: 0;
	}
	.main-banner{
		height: 200px;
	}
	.main-banner img{
		height: 100%;
	}
	.content-page{
		margin-top: 10px;
	}
	.content-page .container{
		padding: 0
	}
	.wrapper-content-page .col-xs-12{
		padding: 0
	}
	.content-page-right h3{
		text-align: center;
	}
	.feedback .title_{
		font-size: 18px;
		margin: 20px 0;
	}
	.wrapper-feedback-home .col-xs-12 {
		margin-bottom: 10px;
	}
	.footer-panel{
		background-size: cover;
	}
	.left-map-contact-home h4{
		font-size: 13px;
	}
	.left-map-contact-home .textHust{
		font-size: 12px;
		margin: 10px 0px !important;
	}
	.left-map-contact-home div{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.footer-panel .wrapper-contact-new-home_ .wraper-item-right-footer-home .item-right-footer-home{
		justify-content: center;
	}
	.footer-panel .wrapper-contact-new-home_ .wraper-item-right-footer-home .item-right-footer-home img{
		margin: 0 10px;
	}
	.footer-panel .wrapper-contact-new-home_ .wraper-item-right-footer-home{
		padding-top: 10px;
	}
	.inf-footer_{
		margin-top: 20px
	}
	.inf-footer_:before{
		display: none;
	}
	.second-header-panel .container{
		display: unset;
		margin-left: 0;
		margin-right: 0;
	}
	.footer-panel .wrapper-contact-new-home_{
		padding-top: 0px;
	}
	.navbar-nav-header-panel>li>button{
		padding-right: 0
	}
	.list-news{
	    position: absolute !important;
	    z-index: 999;
	    left: 0px;
		bottom:calc(100% - 50px);
	    margin-left: 30px;
	    width:100%;
	}
	.submit_{
		margin-bottom: 10px;
		position: absolute;
		z-index: 999;
		right: 30px;
	}
	.title-click-list{
		margin-top: 50px;
	}
	.list-news .btn-fixed{
		background:#EC8E94;
		padding: 3px 15px !important;
	}
	.list-news .item-list-news{
	padding: 20px;
	}
	.list-news .dropdown-backdrop{
		display: none !important;
	}
	.menu-click-news-work .home-event-item-panel{
		width: 100% !important;
	}
	.hide-mobile_{
		padding: 0 !important;
		width: 100%;
	}
	.wraper-content-list{
		padding-bottom: 35px;
	}
	.menu-click-news-work .tab-right-news.active{
		width: 50% !important;
	}
	.menu-click-news-work .tab-right-news{
		width: 50% !important;
		text-align: center;
	}
	.breacumb-new-home .container{
		padding: 0;
	}
	.breacumb-new-home ul.breadcrumb{
		padding: 5px 10px;
	}
	.breacumb-new-home ul.breadcrumb li{
		font-size: 10px;
	}
	.login-logout-recrui{
	display: flex;
	justify-content: flex-end;
	}
	.showFullText{
		float:unset;
		width: 100%;
		margin: 0;
	}
	.list-news .dropdown-menu{
		margin-left: 0;
		left: -45px;
		width: calc(100% - 20px);
	}
}
.item-teacher-service-block-1 .item-teacher-service-img {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-teacher-service-block-1 div img {
	width: 50px;
}

.item-teacher-service-block-1 div p {
	font-weight: 500;
}

.student-service-panel {
	background: #e9e9e9;
	margin-top: 30px;
}

.item-instruction-icon-step {
	position: relative;
	display: flex;
	align-items: center;
	box-shadow: 2px 0px 10px 0px #333;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.item-instruction-content-step {
	padding: 0 25px;
}

.item-instruction-content-step .item-instruction-content-title {
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 0;
}

.item-instruction-block-3 {
	display: flex;
	align-items: center;
	box-shadow: 4px 2px 9px 0px #333;
	border-radius: 25px;
	margin-bottom: 20px;
}

.item-instruction-icon-step:before {
	content: "";
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	width: 100%;
	color: white;
}

.item-instruction-icon-step.step-1:before {
	content: "01";
}

.item-instruction-icon-step.step-2:before {
	content: "02";
}

.item-instruction-icon-step.step-3:before {
	content: "03";
}

.item-instruction-icon-step.step-4:before {
	content: "04";
}

.item-instruction-icon-step.step-5:before {
	content: "05";
}

.item-student-service-block-2 {
	text-align: center;
	margin-bottom: 30px;
}

.item-student-service-block-2>div {
	background: white;
	padding: 30px;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	display: block;
}


.item-student-service-block-2>div img {
	width: 85px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.instruction-panel {
	background: white;
}

.contact-item {
	margin-bottom: 10px;
}

.contact-item.has-bg-color {
	background: white;
	padding: 10px;
	padding-left: 20px;
}

.contact-item ul {
	padding-left: 15px;
	list-style-type: none;
}

.contact-item ul li {
	position: relative;
}

.contact-item ul li:before {
	content: "\f05b";
	position: absolute;
	left: -15px;
	top: 3px;
	font-size: 15px;
	color: red;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media ( max-width : 1000px) {
	.first-header-panel {
		display: inherit;
	}
}

@media ( max-width : 768px) {
	.second-header-panel {
		display: inherit;
		overflow: hidden;
	}
	.navbar-nav-header-panel>li {
		float: none;
		border: 0 !important;
	}
	.first-header-search-panel {
		border: 1px solid #ddd;
	}
	.right-contact-language{
		width: 96%;
		margin-right: 0 !important;
		justify-content: end;
	}
	.right-contact-language div:first-child{
		width: 90%;
		margin-top: 5px
	}
	.right-contact-language div:last-child{
		display: none;
	}
	.second-header-panel.is-mobile .dropdown .dropdown-menu{
		width: 100% !important;
	}
	.setWidthMobile{
		position: relative;
		z-index: 10;
	}
}

.navbar-toggle.btn-collapse-header-menu {
	border: 1px solid white;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.btn-collapse-header-menu .icon-bar {
	background: white;
}

.my-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media ( min-width : 768px) {
	.my-container {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media ( min-width : 992px) {
	.my-container {
		width: 970px;
	}
}

@media ( min-width : 1200px) {
	.my-container {
		width: 90%;
		padding: 0;
	}
}

.news-container {
	margin: 30px;
}

.news-container:before, .news-container:after, .news-container-fluid:before,
	.news-container-fluid:after {
	display: table;
	content: " ";
}

.my-container:after, .my-container-fluid:after {
	clear: both;
}

.dropdown-menu:before {
	content: "\f0d8";
	position: absolute;
	left: 10px;
	top: -14px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dropdown-menu.dropdown-menu-right:before {
	right: 25px;
	top: -14px;
	left: inherit;
}

.btn-sync-google {
	background-color: #4f77cb !important;
	color: white !important;
	border: 1px solid #4f77cb !important;
}

.btn-sync-google i {
	margin-right: 7px;
}

.btn-sync-google-calendar {
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	font-size: 20px;
	color: #4f77cb;
	cursor: pointer;
}

.btn-sync-google-calendar:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn-admin-tools {
	width: 30px;
	height: 30px;
	color: #4f77cb;
	border-color: #2566bf;
	text-align: center;
	color: white;
	text-align: center;
	background-color: #2566bf;
	font-weight: bold;
}

.icon-fa-filter-top-pager {
	background: #2566bf;
	color: white;
	padding: 4px 15px;
	border-radius: 30px;
	font-size: 13px;
	padding-top: 5px;
}

.icon-fa-filter-top-pager i {
	margin-right: 7px;
	font-size: 15px;
}

.frame-search-panel {
	position: relative;
	margin-left: 10px;
}

.frame-search-panel:before {
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #aaa;
	position: absolute;
	top: 8px;
	left: 7px;
}

.frame-search-panel input {
	padding: 5px;
	padding-left: 30px;
}

.mode-switch-panel {
	display: flex;
	align-items: center;
	width: 160px;
	justify-content: flex-start;
	padding: 10px 15px;
}

.mode-switch-panel>* {
	margin-right: 10px;
}

.mode-switch-panel .only-view-html, .mode-switch-panel .write-html {
	border: 1px solid #ddd;
	background: #eee;
	padding: 1px 5px;
	border-radius: 3px;
	cursor: pointer;
	color: #888;
}

.mode-switch-panel .only-view-html.active, .mode-switch-panel .write-html.active,
	.mode-switch-panel .only-view-html:hover, .mode-switch-panel .write-html:hover
	{
	color: #00a99d;
	border: 1px solid #00a99d;
	background: white;
}

.function-panel-in-table-data {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.function-panel-in-table-data.flex-start-justify-content {
	justify-content: flex-start;
	padding: 10px 0;
}

.function-panel-in-table-data .select-box-function-in-table-data {
	width: 100px !important;
	color: white !important;
	margin-right: 10px;
}

.function-panel-in-table-data .select-box-function-in-table-data:nth-child(1) {
	background: #4CAF50 !important;
	border-color: #4CAF50 !important;
}

.function-panel-in-table-data .select-box-function-in-table-data:nth-child(2) {
	background: #2196F3 !important;
	border-color: #2196F3 !important;
}

.function-panel-in-table-data .select-box-function-in-table-data:nth-child(3) {
	background: #009688 !important;
	border-color: #009688 !important;
}

.function-panel-in-table-data .select-box-function-in-table-data:nth-child(4) {
	background: #4CAF50 !important;
	border-color: #4CAF50 !important;
}

.function-panel-in-table-data .button-panel-function-in-table-data,
	.function-panel-in-table-data .left-panel-function-in-table-data {
	display: flex;
	align-items: center;
}

.top-function-panel-in-data-table {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
}

@media ( max-width : 786px) {
	.function-panel-in-table-data, .function-panel-in-table-data .button-panel-function-in-table-data,
		.function-panel-in-table-data .left-panel-function-in-table-data {
		flex-direction: column;
	}
	.function-panel-in-table-data>*, .top-function-panel-in-data-table>*,
		.left-panel-function-in-table-data>* {
		margin-bottom: 10px;
	}
}

.btn-add-main {
	background: #4CAF50 !important;
	color: white !important;
	border-color: #4CAF50 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.dropdown-menu.scroll-dropdown {
	max-height: 600px;
	overflow-y: auto;
}

.dropdown-menu.scroll-dropdown::-webkit-scrollbar {
	width: 7px;
}

.dropdown-menu.scroll-dropdown::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px #ccc;
}

.dropdown-menu.scroll-dropdown::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 300px #ccc;
}

.date-picker-cell {
	background: white;
	border-collapse: separate;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 5px 1px #333;
}

.date-picker-cell .datePickerMonthSelector {
	margin: 0 auto;
	width: 100%;
}

.date-picker-cell .datePickerMonthSelector>tbody tr td {
	text-align: center;
}

.date-picker-cell .datePickerMonthSelector>tbody tr td:first-child,
	.date-picker-cell .datePickerMonthSelector>tbody tr td:last-child {
	padding: 0px 10px;
	font-size: 20px;
}

.date-picker-cell .datePickerWeekdayLabel, .date-picker-cell .datePickerWeekendLabel
	{
	text-align: center;
	padding: 5px 0px;
}

.date-picker-cell .datePickerWeekendLabel {
	color: #c10000;
}

.date-picker-cell .datePickerDays .datePickerDay {
	padding: 5px 7px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	cursor: pointer;
}

.date-picker-cell .datePickerDays .datePickerDay:hover,
	.date-picker-cell .datePickerDays .datePickerDay.datePickerDayIsToday {
	background: #337ab7;
	color: white;
}

.date-picker-cell .datePickerDays td:first-child .datePickerDay {
	border-left: none
}

.date-picker-cell .datePickerDays tbody tr:first-child {
	border-top: 1px solid #ddd;
}

.date-picker-cell .datePickerMonthSelector>tbody tr td:first-child>div,
	.date-picker-cell .datePickerMonthSelector>tbody tr td:last-child>div {
	width: 28px;
}

.date-picker-cell .datePickerMonthSelector>tbody tr td:first-child>div:hover,
	.date-picker-cell .datePickerMonthSelector>tbody tr td:last-child>div:hover
	{
	background: #ddd;
}

.second-header-panel.is-mobile .dropdown .dropdown-menu {
/* 	position: inherit !important; */
position:absolute;
	width: 100%;
}

.second-header-panel.is-mobile .navbar-nav-header-panel>li>button:hover
	{
	background: transparent;
}

.dropdown.dropdown-hover .dropdown-menu {
	max-height: 600px;
	overflow-y: auto;
}

.top-tools-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.display-flex {
	display: flex;
}

.display-flex.align-center {
	align-items: center;
}

.display-flex.align-left {
	align-items: flex-start;
}

.display-flex.align-right {
	align-items: flex-end;
}

.justify-content-center {
	justify-content: center
}

.justify-content-space-between {
	justify-content: space-between;
}

.justify-content-space-around {
	justify-content: space-around;
}

.justify-content-left {
	justify-content: flex-start;
}

.justify-content-right {
	justify-content: flex-end;
}
.CreateFacilityDialogStyle {
	
}

.CreateFacilityDialogStyle .row {
	margin-bottom: 10px;
}

.CreateFacilityDialogStyle .row label {
	display: block;
}

.CreateFacilityDialogStyle .row input, .CreateFacilityDialogStyle .row select
	{
	width: 100%;
}

.CreateFacilityDialogStyle .row input {
	padding: 5px 10px;
}

.button-select-new {
	border: 0;
	background: #2566bf;
	color: white;
	border-radius: 3px;
	padding: 7px 10px;
}

.facility-unit-panel {
	
}

.facility-unit-item {
	display: flex;
	align-content: center;
	border: 1px solid #ddd;
	padding: 5px;
	margin-top: 10px;
}

.facility-unit-item .name_ {
	margin-left: 20px;
}

.facility-unit-item .id_ {
	width: 130px;
}

.button-select-new .btn-delete_ {
	background: red;
}

.home-company-panel .event-items-panel.active {
display: flex !important;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
.home-company-panel .event-items-panel {
grid-template-columns: 50% 50%;
grid-gap: 15px;
}
.home-company-panel .event-items-panel .event-title {
grid-column-start: 1;
grid-column-end: 3;
}
.home-company-panel .home-event-item-panel .avatar {
position: relative;
padding-bottom: 25%;
width: 25%;
}
.home-company-panel .home-event-item-panel .avatar img {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.home-company-panel .home-event-item-panel {
width: calc(50% - 10px);
margin-bottom: 20px;
align-items: flex-start;
border-radius: 5px;
overflow: hidden;
border: 1px solid #ddd;
box-shadow: 2px 2px 5px 0px #ddd;
}
.home-company-panel .event-content {
width: 75%;
padding: 10px;
position: relative;
align-self: stretch;
display: flex;
flex-direction: column;
}
.home-company-panel .event-content .event-content-description-item {
margin-top: auto;
}
.home-company-panel .event-hover-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.5);
display: none;
}
.home-event-item-panel:hover .event-content .event-hover-item {
display: flex;
}
.home-company-panel .event-hover-item > *:first-child {
margin-right: 5px;
color: white;
border: 2px solid;
background: transparent;
}
.home-company-panel .event-hover-item > *:first-child:hover {
background: rgba(0, 0, 0, 0.2);
border-color: rgba(255, 255, 255, 0.7);
}
.home-company-panel .event-hover-item > *:last-child {
margin-left: 5px;
border: 2px solid #5cb85c;
}
.home-company-panel .event-items-panel .avatar-text {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
text-align: center;
color: white;
flex-direction: column;
}
.home-event-item-panel .avatar .avatar-text.color-0 {
background: var(--root-color);
}
.home-event-item-panel .avatar .avatar-text.color-1 {
background: #253c65;
}
.home-event-item-panel .avatar .avatar-text span:last-child {
font-size: 1.5em;
font-weight: 300;
}
.home-company-panel .event-content .event-content-item {
display: flex;
align-items: baseline;
}
.home-company-panel .event-content .event-content-item i.fa {
width: 20px;
}
.home-company-panel .event-content .event-content-item > div.dot-2 {
max-height: 42px;
}
.home-company-panel .event-content .event-content-item > div {
width: calc(100% - 30px);
}
.home-title {
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
margin: 20px 0;
}
.home-title span:first-child {
color: var(--root-color);
padding-bottom: 2px;
border-bottom: 2px solid;
}
.home-description {
margin: 12px 0;
}
.home-description a.gwt-Anchor {
color: var(--root-color);
text-decoration: underline;
}
.home-utilities-panel {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.home-utilities-panel .item-teacher-service-block-1 {
width: calc(20% - 20px);
margin-bottom: 20px;
padding-right: 10px;
}
.home-utilities-panel.grap-small {
grid-gap: 20px;
}
.home-company-main-tab-event-panel .tab-event-panel .nav-pills>li>a {
color: #333;
background: white;
border-radius: 0;
padding: 3px 20px;
}
.home-company-main-tab-event-panel .tab-event-panel .nav>li>a:focus,
.home-company-main-tab-event-panel .tab-event-panel .nav>li>a:hover,
.home-company-main-tab-event-panel .tab-event-panel .nav>li.active>a, 
.home-company-main-tab-event-panel .tab-event-panel .nav>li.active>a:focus, 
.home-company-main-tab-event-panel .tab-event-panel .nav>li.active>a:hover {
color: var(--root-color);
background: white;
border-bottom: 2px solid;
border-radius: 0;
padding: 3px 20px;
}
.home-company-main-tab-event-panel .tab-event-panel {
padding-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
    .home-utilities-panel {
    grid-template-columns: calc(33.33% - 15px) calc(33.33% - 15px) calc(33.33% - 15px);
    grid-gap: 30px;
    }
    .home-utilities-panel.grap-small  {
    grid-gap: 20px;
    }
    .home-utilities-panel .item-teacher-service-block-1 {
	width: calc(33% - 20px);
	margin-bottom: 20px;
	}
	.home-company-panel .home-event-item-panel {
	width: 100%;
	}
}
@media only screen and (max-width: 850px) {
    .home-utilities-panel {
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    }
    .home-utilities-panel .item-teacher-service-block-1 {
	width: calc(50% - 20px);
	margin-bottom: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.home-company-panel .event-items-panel {
    grid-template-columns: 100%;
	}
}
@media only screen and (max-width: 500px) {
    .home-utilities-panel {
    grid-template-columns: 100%;
    grid-gap: 10px;
    }
    .home-utilities-panel .item-teacher-service-block-1 {
	width: 100%;
	margin-bottom: 20px;
	}
}
.field-tree-item .panel-collapse {
    padding-left: 30px;
}
.field-tree-item a:before {
content: "+";
}
.field-tree-item a[data-toggle="collapse"][aria-expanded="true"]:before {
content: "-";
color: #333;
width: 30px;
}
.field-tree-item a[data-toggle="collapse"][aria-expanded="true"] {
color: #333;
}
.field-tree-item-title {
display: flex;
align-items: center;
}
.field-tree-item-title > .gwt-CheckBox > * {
margin: 0;
margin-left: 5px;
}
.field-tree-item-title > .gwt-Anchor {
width: 15px;
height: 15px;
padding-top: 5px;
text-align: center;
font-size: 20px;
color: #333;
line-height: 0;
text-decoration: none;
visibility: hidden;
}
.field-tree-item-title .gwt-CheckBox {
display: flex;
align-items: center;
}
.field-tree-item-title > .gwt-Anchor.has-child {
visibility: visible;
}
@media only screen and (max-width: 768px) {
	.dropdown-menu-mobile {
	background: white;
	display: none;
	position: relative;
	}
	.dropdown.open>.dropdown-menu-mobile {
    display: block;
	}
	.navbar-nav-header-panel .dropdown-backdrop {
	display: none;
	}
	.dropdown-menu-mobile li {
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	}
	.dropdown-menu-mobile li button {
	padding: 10px 15px;
	width: 100%;
	text-align: left;
	background: white;
	color: #333;
	outline: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ddd;
	}
	.dropdown-menu-mobile:before {
    content: "\f0d8";
    position: absolute;
    left: 40px;
    top: -14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
	.home-company-panel .home-event-item-panel .avatar {
    padding-bottom: 37%;
    width: 100px;
	}
	.left-map-contact-home .logoFooter {
		width: 100%;
	}
	
}
.tools-header-panel {
display: flex;
align-items: center;
justify-content: flex-start;
height: 50px;
flex-wrap: wrap;
}
.tools-header-panel > * {
margin: 0 !important;
margin-right: 5px !important;
}

.container-panel {
	width: 100%;
	height: 100%;
	padding: 10px
}
._ad-student-right-panel {
	width: 100%;
}
.top-function-panel {
	padding: 10px !important;
	border-bottom: 1px solid #ddd !important;
}
.top-function-panel > * {
    margin: 0 !important;
    margin-right: 10px !important;
}
.top-function-panel > *:last-child {
	margin-right: 0px !important;
}

.fixed-height .modal-body {
	height: 100%;
	overflow: auto;
}
.tree-option-icons {
    border: 1px solid #ddd;
    background: transparent;
    padding: 5px;
    margin-right: 5px;
    border-radius: 3px;
}
.custom-container{
	width: 80%;
	margin: auto;
}
.container-custom-list-new{
	width: 80%;
	margin: auto;
}
.content-new-recruitment table{
	width: 100% !important;
	text-align: justify;
	margin-left: unset !important;	
}
.content-new-recruitment table *{
	font-family: unset !important;
}

.content-new-recruitment iframe {
	width: 100%;
	height: 100vh;
}
.content-new-recruitment .drive-viewer-prerender-thumbnail {
	width: 100%;
}
.content-new-recruitment .content p{
	width: 100% !important;
}
.content-new-recruitment table td , .content-new-recruitment table p{
	padding: 10px !important;
}
.content-new-recruitment .title{
	font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.content-new-recruitment div{
	text-align: justify;
}
.main-panel-recruitment{
	background-color: white;	
}
.active-news{
	color: red;
	font-weight: 600;
}
.item-news-other{
	margin: 10px 0;
	cursor: pointer;
}
.fixed-list-news-other{
	position: fixed !important;
    top: 80px;
    right: 20px;
    background: white;
}
/* .header-recruitment .logo img{ */
/* 	width: 55px; */
/* } */
.first-header-recruitment{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.btn-login-main-style {
	background: white;
	border: 2px solid #d9241b;
	color: #d9241b;
	padding: 5px 15px;
	text-transform: capitalize;
	border-radius: 10px;
}
.btn-login-main-style:hover{
	background: #F54848;
	color: white;
}
.dropdown-menu-recruiment{
	width: auto !important;
}
.home-recruitment-panel{
	
}
.number-item-feedback{
    font-size: 30px;
    font-weight: 700;
    color: #20447D;
    margin-top: 20px;
}
.fixed-login-panel .login-logout-recrui{
	position: fixed;
	top: 0;
	z-index: 2;
}
.panel-login-recruitment{
	position: relative;
}
.fixed-login-panel .wraper-login-recruitment{
	position: absolute;
	left: -150px;
}
.banner-home-recruitment img{
	width: 100%;
	cursor: pointer;
}
.list-news-home-recruitment{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    column-gap: 30px;
    row-gap: 40px;
    margin-bottom: 30px;
}
.list-news-home-recruitment img{
	width: 100%;
	height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.list-news-home-recruitment .item-news-home-recruit{
	position: relative;
	cursor: pointer;
}
.list-news-home-recruitment .item-news-home-recruit img:hover{
   transform: scale(1.1);
   transition: transform .5s;
   
}
.panel-image-home{
   overflow: hidden;
   height:100%; 
}
.list-news-home-recruitment .item-news-home-recruit .gwt-HTML{
	padding: 10px 0;
	z-index: 1;
	font-size: 16px;
}
.list-news-home-recruitment .item-news-home-recruit:nth-child(1){
	 grid-column: 1 / 3;
     grid-row: 1;
}
.list-news-home-recruitment .item-news-home-recruit:nth-child(2){
	 grid-column: 3 ;
    grid-row: 0 / 3;
}
.list-news-home-recruitment .item-news-home-recruit:nth-child(3){
	 grid-column: 1 ;
    grid-row: 3 ;
    height: 250px;
}
.list-news-home-recruitment .item-news-home-recruit:nth-child(4){
	grid-column: 2;
    grid-row: 3;
    height: 250px;
}
.list-news-home-recruitment .item-news-home-recruit:nth-child(5){
	grid-column: 3;
    grid-row: 3;
    height: 250px;
}


.list-news-home-recruitment .item-news-home-recruit:nth-child(2) img {
	height: 100%;
	object-fit: cover;
}
.title-news-home{
	color: #20447D;
	text-transform: uppercase;
	font-size: 25px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.title-news-home-recruit{
    color: black;
    font-size: 17px;
    font-weight: 500;
}
.footer-right-recruitment a{
	color: black;
}
.connectWithUs{
	margin-top: 20px;
	margin-bottom: 20px;
}
.lkWeb{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.panel-register-profile-recruitment{
	background: #F8FAFE;
    border-left: 20px solid #ADC1E0;
}
.custom-upload-avatar-recruitment{
    height: 250px;
    border: 1px solid;
    border-radius: 50%;
    width: 250px;
    padding: 20px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ccc;
}
.custom-upload-avatar-recruitment .imagesPanel table tr:nth-child(2){
	position: absolute;
    bottom: -55px;
    left: 85px;
}
.custom-upload-avatar-recruitment .imagesPanel table tr:nth-child(1) td table {
	border-width: unset !important;
    border-color: unset !important;
    border-style: unset !important;
}
.custom-upload-avatar-recruitment .imagesPanel table tr:nth-child(1) td table  tr td  img {
    width: 250px !important;
    height: 265px !important;
    border-radius: 100%;
    object-fit: cover;
} 
.custom-upload-avatar-recruitment table{
	border:0;
}
.table-header-profile-recruitment{
	background: rgba(44, 80, 172, 0.15);
}
.col-right-profile-recruitment .itemxx{
	padding: 0;
}
.custom-label-profile .label-profile{
	padding-left: 7px;
}
.custom-label-profile >table{
	margin-top: 0px;
}
.status-xd-profile{
	padding:7px 10px;
    background: white;
    margin-top: 7px;
    width: 92% !important;
    border-radius: 5px;
}
.item-custom-fullwidth td{
	padding: 0 !important;
}
.item-custom-fullwidth input ,.item-custom-fullwidth select   {
	width: 100% !important;
}
.col-persional-inf .item div .gwt-Label{
	margin-bottom: 5px;
}
.document-attach-recruitment{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.document-attach-recruitment.item{
	justify-content: center;
	width: 100%;
}
.table-custom-col table tr td{
	padding: 0 !important;
}
.item-news-recruitment .item_ .newsItem .image img{
	width: 100%;
    height: 143px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.item-news-recruitment .item_{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 15px;	
	cursor: pointer;
    transition: transform .4s ease-in-out;
}
.item-news-recruitment .item_:hover{
	box-shadow: 0px 4px 10px rgba(192, 210, 235, 0.5);
	transform: translateY(-10px);
    transition: transform .4s ease-in-out;
}
.item-news-recruitment .inf-news{
	padding: 15px;
	position: relative;
}
.title-custom-annbounce{
	min-height: 48px;	
}
.show-detail-news{
	width: 100px;
	margin-left: auto;
    border: 1px solid #EE1C46;
    padding: 5px 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EE1C46;
    color: white;
    font-size: 15px;
}
.show-detail-news img {
	width: 20px;
	filter: invert(5) sepia(0) saturate(1) hue-rotate(0deg) brightness(5);
}
.home-recruitment-panel .container{	
	padding: 0;
}
.hightlight_number{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: rgb(178, 32, 37);
	text-align: center;
	margin-bottom: 20px;
	
}
.number-hightlight-panel .item-left{
	padding-left: 0;
	margin-top: 15px;
}
.number-hightlight-panel .wrapper-content-page{
	padding-right: 0;
	border-left: 1px solid #ccc;
}
.content-page-home-recruitment{
	padding: 20px 0;
	margin-top: 100px;
}
.panel-news-other{
	margin-bottom: 30px;
}
.panel-news-other .item-news-other{
	margin: 5px 0;
}
.panel-news-other .item-news-other:hover{
	color: #c02135;
}
.title-news-other{
	margin: 20px 0;
	font-weight: 600;
	font-size: 25px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.footer2-recruitment{
	background: #b41d24;
	color: white;	
	margin-top: 20px;
}
.showMoreRecruitment{
    width: 120px;
    height: 40px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}
.showMoreRecruitment a{
	color:white;
}
.main-panel-recruitment .home-recruitment-panel img {
	width: 100%;
}
.csDiv{
	font-size: 16px;
}
.image-home-news{
    width: 35px;
    margin-left: 10px;
}
.image-new-news{
    width: 35px;
    margin-left: 10px;
    position: absolute;
	right: 5px;
    top: 30px;
}

@media (max-width: 768px) {
	.first-header-recruitment .logo{
		width: 55%;
	}
	.first-header-recruitment .logo img{
		width: 100%;
	}
	.btn-login-main-style{
		font-size: 12px;
		border-radius: 5px;
		margin: 0;
	}
	.custom-navbar-header-recruit{
	    position: relative;
	    margin-left: auto !important;
	    width: 50px;
	    top: 20px;
	    right: 20px;
	}
	.custom-navbar-header-recruit button{
		background-color: unset !important;
		border:unset !important;
	}
	.navbar-nav-header-panel{
		display: unset;
		text-align: left;
	}
	.navbar-nav-header-panel li button{
		padding-left: 30px;
	}
	.navbar-nav-header-panel>li:first-child button{
		padding-left: 30px;
	}
	.right-contact-language div:last-child{
		display: unset;
	}
	.image-language{
	    justify-content: flex-start;
	    padding-left: 23px;
	    margin-top: 10px;
	    right: 0;
	}
	.login-logout-recrui .gwt-HTML{
		font-size: 10px;
	}
	.feedback{
		position: unset;
		padding: 10px;
	}
	.feedback .container{
		padding: 0;
	}
	.list-news-home-recruitment{
		display: unset;
	}
	.item-news-home-recruit{
		margin-bottom: 15px;
	}
	.contact-left:first-child{
		margin: 10px 0;
		margin-top: 20px;
	}
	.left-map-contact-home div{
		text-align: left;
		margin: 0;
	}
	.home-recruitment-panel .container{
		padding: 5px;
	}
	.item-feedback-home{
		margin-bottom: 10px;
	}
	.content-page-right .title_{
		margin-right: 0;
		text-align: left;
	}
	.number-hightlight-panel .wrapper-content-page{
		padding-right: 15px;
	}
	.number-hightlight-panel .item-left{
		padding-left: 15px;
	}
	.container-custom-list-new{
		width: 100%;
	}
	.content-new-recruitment .content tbody{
	    width: 55%;
	    display: block;
	    overflow: auto;
	}
	.list-news-home-recruitment .item-news-home-recruit:nth-child(2) , .list-news-home-recruitment .item-news-home-recruit:nth-child(3), .list-news-home-recruitment .item-news-home-recruit:nth-child(4){
		height: unset;
	}
}

