* {
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: sun-exta;
	font-display: swap;
	src: url(/fonts/exta/Sun-ExtA.eot);
	src: url(../fonts/exta/Sun-ExtA.eot?#iefix) format('embedded-opentype'), url(../fonts/exta/Sun-ExtA.woff2) format('woff2'),
		url(../fonts/exta/Sun-ExtA.woff) format('woff'), url(../fonts/exta/Sun-ExtA.ttf) format('truetype'),
		url(../fonts/exta/Sun-ExtA.svg#Sun-ExtA) format('svg');
}

@font-face {
	font-family: Roboto-Regular;
	src: url(../fonts/Roboto/Regular/Roboto-Regular.woff2);
	font-display: swap;
}

@font-face {
	font-family: Roboto-Medium;
	font-display: swap;
	src: url(../fonts/Roboto/Medium/Roboto-Medium.woff2);
}

body {
	background-color: #fff;
	font-family: Roboto-Regular, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

.r4,
.r6 {
	float: left;
}

.clr {
	clear: both;
}

input#name {
	text-transform: capitalize;
}

.bg-blue {
	background: #232f87;
}

a {
	text-decoration: none;
	color: #000;
}

img {
	max-width: 100%;
}

#cvo-profile-avatar {
	max-width: none;
}

h1,
h2,
h3 {
	font-weight: 400;
}

.ctr {
	width: 1170px;
	margin: auto;
}

.r4 {
	width: 500px;
}

.r6 {
	width: 670px;
}

ul {
	list-style: none;
	margin-left: 0;
}

#menu ul li {
	float: left;
	padding: 0 12px;
	position: relative;
}

#menu ul li:first-child {
	padding-left: 0;
}

#menu ul li:last-child {
	padding-right: 0;
}

#menu {
	font-size: 14px;
	z-index: 10;
	width: 100%;
	border-top: 1px solid #f3f3f3;
}

ul.right {
	height: 48px;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 1px;
	position: relative;
	z-index: 10;
}

ul.right li:last-child {
	border: 0;
}

ul.right li:hover .dm_more {
	display: block;
	padding-top: 10px;
}

#menu ul.right li a,
#menu ul.right li>span {
	height: 48px;
	line-height: 48px;
	color: #363636;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Roboto-Regular;
	font-weight: 600;
}

#menu ul.right .dm_more li a {
	height: 38px;
	line-height: 25px;
	font-size: 13px;
}

#menu ul.right>li.active>a,
#menu ul.right>li:hover>a {
	border-bottom: 1px solid #363636;
}

.mi_1 {
	display: inline-block;
	height: 13px;
	background: url(/timviecejs/cv365/images/i-1.png) top left no-repeat;
	width: 19px;
}

.btn,
.btn:hover {
	color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #363636 transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #ffa800 !important;
	padding-left: 10px !important;
	box-sizing: border-box;
	margin: 0 5px;
	border-radius: 5px;
}

.select2-container--open .select2-dropdown--below {
	position: relative;
	top: 10px;
	border: none !important;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.select2-container--open .select2-dropdown--below::before {
	content: '';
	width: 0;
	height: 0;
	border: solid 8px;
	border-color: transparent transparent #fff;
	position: absolute;
	top: -15px;
	right: 7px;
}

.select2-results__option {
	padding-left: 15px !important;
	color: #307df1;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
	background-color: #fff !important;
	color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #55bce4 !important;
	color: #777;
	font-family: Roboto-Regular;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	border-radius: 4px;
}

.select2-search__field {
	/* display: none !important; */
	width: 300px;
	font-size: 14px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px !important;
	font-family: 'Roboto', sans-serif !important;
}

.select2-results__options::-webkit-scrollbar {
	width: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb {
	background: #307df1;
	border-radius: 5px;
}

.btn {
	font-size: 16px;
	border-radius: 5px;
	display: inline-block;
	padding: 8px 15px;
	line-height: 24px;
}

.btn:hover {
	background: #3a4c56;
}

h1 {
	font-size: 36px;
	margin-bottom: 10px;
	color: #02b5e1;
}

h3 {
	font-size: 30px;
	line-height: 30px;
	/* margin-bottom: 25px; */
}

:focus {
	outline: 0;
}

form input[type='submit'] {
	border: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	padding: 3px 20px;
	border-radius: 20px;
	color: #fff;
	margin-right: 30px;
	background: #232f87;
	cursor: pointer;
}

form input[type='submit']:hover {
	background: #ff7d00;
}

.dm_more {
	position: fixed;
	display: none;
	background: 0 0;
}

.dm_more .dm_more_bg {
	background: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
}

.menu_nncv .dm_more .dm_more_bg {
	width: 820px;
	left: 0;
}

.menu_langcv .dm_more .dm_more_bg {
	width: 500px;
}

.dm_more .dm_more_bg ul {
	padding: 20px 0 10px 20px;
	overflow: scroll;
	height: 500px;
}

#menu .menu_langcv .dm_more ul li {
	display: inline-block;
	width: 32%;
	margin-bottom: 10px;
	padding: 0;
}

#menu .menu_nncv .dm_more ul li {
	display: inline-block;
	width: 18.5%;
	margin-right: 1%;
	padding: 0;
	margin-bottom: 10px;
}

#menu .menu_langcv .dm_more ul li a,
#menu .menu_nncv .dm_more ul li a {
	padding-right: 0;
	text-transform: capitalize;
}

#menu .dm_more ul li a {
	position: relative;
}

#menu .dm_more ul li {
	float: none;
	border-right: 0;
}

#menu .dm_more ul li.active a {
	background: #02b5e1;
	color: #fff;
}

#menu .dm_more ul li a {
	color: #393939;
}

::-webkit-input-placeholder {
	color: #666;
}

:-moz-placeholder {
	color: #666;
	opacity: 1;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #666;
}

::-ms-input-placeholder {
	color: #666;
}

::placeholder {
	color: #666;
}

.tool,
.tool span {
	text-align: center;
}

.tool span {
	position: absolute;
	color: #ff7d00;
	bottom: -15px;
	display: none;
	width: 100px;
	left: -36px;
}

label {
	margin-right: 15px;
}

input[type='text'],
input[type='number'] {
	border: 0;
	border: 1px solid #c5c5c5;
	background: 0 0;
	font-size: 14px;
}

textarea {
	border: 1px solid #ddd;
	width: 92%;
	padding: 10px;
	background-color: #f8f8f8;
}

textarea:focus {
	background-color: #fff;
	border: 1px solid #02b5e1;
}

hr {
	border: 0;
	border-bottom: 1px solid #c2c2c2;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #e3e3e3;
	outline: 0;
}

.select2-container .select2-selection--single {
	height: 40px;
	font-size: 14px;
}

.select2-container .select2-selection--multiple {
	min-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 38px;
	line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
}

.select2-container--default .select2-selection--single {
	border-radius: 4px !important;
	border-color: #e3e3e3;
}

.select2-container .select2-selection--multiple {
	min-height: 40px;
}

#boxRes .select2-container .select2-selection--multiple {
	min-height: 40px;
}

.lightbox {
	left: 0;
	overflow: auto;
	position: fixed;
	z-index: 10000;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(20px);
	display: none;
	color: #999;
}

.lightbox .box-a {
	width: 400px;
	position: relative;
	background: #fff;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	border-radius: 13px;
}

.lightbox .box-a a {
	text-transform: none;
	margin-left: 0;
	color: #ff7d00;
}

.lightbox .box-a .ir {
	padding: 20px 30px 0;
	font-size: 14px;
	border-radius: 10px;
	float: none;
	width: auto;
}

.lightbox .box-a input[type='password'],
.lightbox .box-a input[type='text'],
.lightbox .box-a input[type='date'] {
	border-radius: 13px;
	height: 40px;
	text-indent: 20px;
	line-height: 40px;
	font-size: 14px;
	background: #fff;
	color: #474747;
	width: 100%;
	border: none;
	border: 1px solid #c5c5c5;
}

.lightbox .box-a input:focus {
	border-color: #02b5e1;
}

.lightbox .box-a input[type='submit'] {
	border: 0;
	cursor: pointer;
	margin-right: auto;
	float: right;
	padding: 10px;
	width: 50%;
	font-size: 18px;
	line-height: 21px;
	background: linear-gradient(78.52deg, #307df1 0, #37a7f8 100%);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	border-radius: 13px;
	font-weight: 400;
}

.lightbox .box-a .qmk {
	float: left;
	color: #ffa800;
	line-height: 20px;
	border-bottom: 1px solid #ffa800;
	padding-top: 10px;
}

#boxRes.lightbox .box-a {
	width: 890px;
	border-radius: 5px;
	padding: 25px 50px;
	box-sizing: border-box;
}

#boxRes .select2-container--default .select2-selection--single, 
#boxRes .select2-container--default .select2-selection--multiple,
#boxRes .box-a input[type='password'], 
#boxRes .box-a input[type='text'], 
#boxRes .box-a input[type='date'] {
	border-radius: 13px !important;
	border-color: #fff;
	padding-left: 10px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

#boxRes .select2-container--default .select2-selection--multiple,
#boxRes .select2-container--default.select2-container--focus .select2-selection--multiple {
	display: flex !important;
	border-color: #fff;
	border-radius: 13px;
	padding-left: 10px;
	border: 1px solid #c5c5c5;
}

.box-a .img_login {
	text-align: center;
	padding-top: 45px;
}

.lightbox p {
	display: block;
	margin-bottom: 15px;
}

.lightbox p.tb {
	background: url(/timviecejs/cv365/images/ai.png) left 4px no-repeat;
	padding-left: 22px;
	margin-bottom: 15px;
}
#boxRes.lightbox .iw10 {
	width: 100%;
	float: left;
	position: relative;
}
#boxRes.lightbox .iw10[data-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.5s;
	visibility: visible;
  }
  #boxRes.lightbox .iw10[data-title]:after {
	content: attr(data-title);
	background-color: #fff;
	color: red;
	font-size: 16px;
  line-height: 20px;
	position: absolute;
	padding: 10px;
	bottom: 100%;
	left: 0;
	box-shadow: 1px 1px 3px #222222;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
  width: 100%;
  border-radius: 10px;
  
  }
  #boxRes.lightbox .iw10[data-title] {
	position: relative;
  }
#boxRes.lightbox .iw5 {
	width: 48%;
	float: left;
	position: relative;
}

#boxRes.lightbox .iw5:nth-child(2n) {
	float: right;
}

label.error {
	font-size: 12px;
}

.lightbox .row label.error {
	float: none;
	position: absolute;
	font-size: 12px;
	top: 40px;
	text-align: left;
	font-weight: 400;
	margin-right: 0;
	margin-top: 0;
	display: block;
	width: auto;
}

.el-select2 {
	position: relative;
}

#boxLog.lightbox .row,
#boxRes.lightbox .row {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

#boxRes.lightbox .row label.error {
	position: unset;
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #df4949;
	color: #fff;
	border-radius: 3px;
	top: 40px;
	border-radius: 4px;
	line-height: 18px;
}

#boxRes.lightbox .box-a input[type='submit'] {
	float: unset;
	display: block;
	margin: 0 auto;
}

#boxRes.lightbox .r4 .bdn {
	text-align: center;
}

.box-a .r4,
.box-a .r6 {
	width: 100%;
}

.error {
	color: red;
}

.exit {
	position: fixed;
	top: 11px;
	right: 10px;
	color: #307df1;
	font-size: 32px;
	cursor: pointer;
	transition: 0.3s;
	background: 0 0;
	font-weight: 700;
}

#boxLog .bdn {
	margin-top: 45px;
	text-align: center;
	padding: 0 20px 60px;
}

#boxLog .bdn>p,
#boxRes .bdn>p {
	text-align: center;
	margin-bottom: 0;
	font-size: 16px;
}

#boxLog .bdn>a,
#boxRes .bdn button {
	color: #ff7d00;
	font-size: 18px;
	line-height: 21px;
	border: 0;
	background-color: unset;
}

#boxRes .bdn>p {
	display: inline-block;
	font-style: italic;
}

#boxRes .bdn {
	margin-top: 20px;
}

#boxRes p.tb {
	font-weight: 600;
	font-size: 22px;
	line-height: 21px;
	color: #363636;
	background: unset;
	padding-left: 0;
	text-align: center;
	color: #4c5bd4;
}

#boxRes.lightbox .row label {
	display: block;
	color: #474747;
	font-size: 16px;
	margin-bottom: 5px;
}

.el-message-box__wrapper {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.el-message-box {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	width: 420px;
	border-radius: 3px;
	font-size: 16px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	max-width: 100%;
}

.el-message-box__header {
	position: relative;
	padding: 20px 20px 0;
}

.el-message-box__content {
	padding: 30px 20px;
	color: #48576a;
	font-size: 14px;
	position: relative;
}

.el-message-box__status {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 36px !important;
}

.el-message-box__status.el-icon-warning {
	color: #f7ba2a;
	background: url(/timviecejs/cv365/images/ok.png) top left;
	width: 36px;
	height: 36px;
	display: inline-block;
}

.el-message-box__status.el-icon-warning1 {
	color: #f7ba2a;
	background: url(/timviecejs/cv365/images/wa.png) top left;
	width: 36px;
	height: 36px;
	display: inline-block;
}

.el-message-box__btns {
	padding: 10px 20px 15px;
	text-align: right;
}

.loading,
.modal,
.spinner {
	text-align: center;
}

.el-button {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #c4c4c4;
	color: #1f2d3d;
	margin: 0;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
}

.el-message-box__btns button:nth-child(2),
.el-message-box__btns button:nth-child(3) {
	margin-left: 10px;
}

.el-message-box__headerbtn {
	position: absolute;
	top: 19px;
	right: 20px;
	font-size: 16px;
	color: #999;
	background: 0 0;
	border: none;
	outline: 0;
	padding: 0;
	cursor: pointer;
}

.bg-spinner,
.v-modal {
	position: fixed;
	left: 0;
	top: 0;
}

.v-modal {
	width: 100%;
	height: 100%;
	background: #000;
}

.bg-spinner {
	z-index: 99999999;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
}

.spinner {
	width: 90px;
	left: 50%;
	top: 300px;
	position: absolute;
	z-index: 99999;
	transform: translate(-50%, 0);
}

.lightbox,
.modal {
	left: 0;
	overflow: auto;
}

.spinner > div {
	width: 30px;
	height: 30px;
	background-color: #232f87;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.v-modal {
	opacity: 0.5;
}

@media only screen and (max-width: 1024px) {
	.ctr {
		width: 100% !important;
		margin: auto;
	}
}

@media only screen and (max-width: 700px) {
	.ctr {
		width: 97%;
	}

	body {
		overflow-x: hidden;
		max-width: 100%;
	}
}

#cv-right .block {
	margin-bottom: 10px;
	position: relative;
	padding: 0 10px;
}

[contenteditable]:hover,
[cv-form-field]:hover {
	outline: #77a5cc dashed 1pt;
}

[contenteditable='true']:empty:before {
	/* content: attr(cv-placeholder); */
	color: #9197a3;
	font-weight: 100;
	padding: 3px;
}

#form-cv {
	float: left;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media only screen and (max-width: 479px) {
	#boxRes.lightbox .box-a {
		padding: 25px 0;
	}

	#mn-pc {
		display: none;
	}

	#cvo-toolbar span.flag img {
		height: 16px !important;
	}

	.select2-results__option {
		font-size: 12px;
	}

	#boxRes.lightbox .box-a,
	.lightbox .box-a {
		width: 100%;
	}

	.lightbox .box-a {
		left: 0;
		top: 0;
		transform: inherit;
	}

	#boxLog .box-a {
		height: 100%;
	}

	#boxRes.lightbox .row {
		text-align: left;
	}

	#boxRes.lightbox .iw5,
	#boxRes.lightbox .row label {
		float: none;
		width: 100%;
	}

	.ctr {
		width: 96%;
	}

	.r4,
	.r6 {
		width: 100%;
	}

	h3 {
		font-size: 24px;
	}

	#menu {
		z-index: 100;
		/* position: fixed; */
		top: 58px;
		border: none;
	}

	.box-a .r4,
	.box-a .r6 {
		width: 100%;
	}

	#boxRes.lightbox .row {
		margin-bottom: 0;
	}

	.lightbox .box-a .r6 .ir {
		border: 0;
		padding-bottom: 10px;
	}

	.lightbox .box-a input[type='password'],
	.lightbox .box-a input[type='text'] {
		margin-bottom: 20px;
	}

	#boxLog .bdn,
	#boxRes .bdn {
		margin-top: 20px;
	}

	#boxLog.lightbox .row,
	#boxRes.lightbox .row {
		margin-bottom: 0;
		position: relative;
	}

	#boxRes .select2 {
		margin-bottom: 20px;
	}
}

.select2-container--open {
	z-index: 999999;
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	line-height: 25px;
}