/* 	==========================================================================
==========================================================================
					   3. PAGE PACKAGE SUBSCRIPTION
==========================================================================
========================================================================== */

/* 	==========================================================================
						3.1. SECTION  HERRO-BANNER
========================================================================== */

.wrapper-package-subscription .nopadding{ padding: 0}




.wrapper-package-subscription .group-user-profile {
	float: left;
	width: 100%;
	position: relative;
	margin: 150px 0 0;
}
.wrapper-package-subscription .group-user-profile .user-profile {
	background-color: #4592C8;
	margin-bottom: 75px;
}

.wrapper-package-subscription .user-profile .profile-and-tabs {
	background-color: rgb(69,146,200);
	padding-top: 60px;
	color: #ffffff;
	margin-right: -30px;
}
.wrapper-package-subscription .profile-and-tabs .image-user { 
	margin: 0 auto; 
	width: 150px; 
	height: 150px; 
	border-radius: 50%;
	border: 8px solid rgb(221,234,243);
	margin-bottom: 15px; 
    overflow: hidden;
}
.wrapper-package-subscription .profile-and-tabs .change-profile {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.wrapper-package-subscription .profile-and-tabs .change-profile input[type="file"] {
	opacity: 0;
	font-size: 45px;
	filter: alpha(opacity=0);
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
}
.wrapper-package-subscription .profile-and-tabs .change-profile img.camera{
	max-width: 100%;
	height: auto;
	bottom: 10%;
	position: absolute;
	right: 37%;
	display: none;
	
}
.wrapper-package-subscription .profile-and-tabs .change-profile:hover {
	background-color: rgba(0,0,0,0.4);
}
.wrapper-package-subscription .profile-and-tabs .change-profile:hover img.camera{
	display: block;
}

.wrapper-package-subscription .profile-and-tabs .user-name { 
	font-size: 18px; 
	font-weight: bold; 
	margin-bottom: 5px;	
	text-align: center;
}
.wrapper-package-subscription .profile-and-tabs .user-type { 
	margin-bottom: 30px; 
	text-align: center;
}
.wrapper-package-subscription .profile-and-tabs .tabs > a { 
	color: #fff; 
	font-size: 18px; 
}
.wrapper-package-subscription .profile-and-tabs .tabs > a:first-of-type li { border-top: 1px solid rgb(116,174,214); }
.wrapper-package-subscription .profile-and-tabs .tabs > a > li { 
	line-height: 65px; 
	border-bottom: 1px solid rgb(116,174,214); 
	padding-left: 25px;
}
.wrapper-package-subscription .profile-and-tabs .tabs > a > li.active { background-color: rgba(0,105,180,1); }
.wrapper-package-subscription .profile-and-tabs .tabs > a > li:hover { background-color: rgba(0,105,180,1); }
/* 	==========================================================================
   							 		My Profile
	=========================================================================*/
.wrapper-package-subscription .tab-content .my-profile {
	background-color: #ffffff;
	padding: 45px;
	min-height: 962px;
	border: 20px solid #E6F1F7;
	width: 100%;
}
.wrapper-package-subscription .tab-content .my-profile .full-name,
.wrapper-package-subscription .tab-content .my-profile .sex,
.wrapper-package-subscription .tab-content .my-profile .email,
.wrapper-package-subscription .tab-content .my-profile .phone,
.wrapper-package-subscription .tab-content .my-profile .create-date,
.wrapper-package-subscription .tab-content .my-profile .d-o-b,
.wrapper-package-subscription .tab-content .my-profile .address { 
	background-repeat: no-repeat; 
	background-position: 0 10px;
    background-size: 30px auto;
}
.wrapper-package-subscription .tab-content .my-profile .full-name { 
	background-image: url("../images/icon/Profile_Name.svg"); 
	font-size: 14px;
	font-weight: bold; 
}
.wrapper-package-subscription .tab-content .my-profile .sex { background-image: url("../images/icon/Profile_sex.svg"); }
.wrapper-package-subscription .tab-content .my-profile .email { background-image: url("../images/icon/Profile_mail.svg"); }
.wrapper-package-subscription .tab-content .my-profile .phone { background-image: url("../images/icon/Profile_phone_number.svg"); }
.wrapper-package-subscription .tab-content .my-profile .create-date { background-image: url("../images/icon/Profile_Create_Date.svg"); }
.wrapper-package-subscription .tab-content .my-profile .d-o-b { background-image: url("../images/icon/Profile_Date_of_birth.svg"); }
.wrapper-package-subscription .tab-content .my-profile .address { background-image: url("../images/icon/Profile_location.svg"); }

.wrapper-package-subscription .tab-content .my-profile > ul > li { line-height: 50px; padding-left: 50px; }
.wrapper-package-subscription .tab-content .main-title { 
	font-size: 30px;
	margin-bottom: 20px;
}
.wrapper-package-subscription .tab-content .my-profile .main-title span a { color: #333; }
.wrapper-package-subscription .tab-content .my-profile .main-title span { 
	background-image: url("../images/icon/Edit.svg");
    background-position: 35px 2px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    float: right;
    font-size: 16px;
    height: 20px;
    padding-right: 25px;
}
/* 	==========================================================================
   							 	Edit Profile User
	=========================================================================*/
.wrapper-package-subscription .tab-content .edit-profile {
	background-color: #ffffff;
	padding: 45px;
	min-height: 962px;
	border: 20px solid #E6F1F7;
	width: 100%;
}
.wrapper-package-subscription .form-edit-profile .form-control {
    background-color: rgba(0, 105, 180, 0.1);
    background-image: none;
    border: 1px solid transparent;
	border-radius: 1px;
	color: #000;
}
.wrapper-package-subscription .form-edit-profile textarea.form-control { 
	height: 106px; 
	resize: none; 
	color: #000;
	font-size: 18px;
	margin-bottom: 35px;
}
.wrapper-package-subscription .form-edit-profile .btn-save {
	text-align: center;
}
.wrapper-package-subscription .form-edit-profile .btn.btn-lg {
	background-color: #156bb5;
	border-radius: 0;
	color: #fff;
	
}
.wrapper-package-subscription .form-edit-profile .btn.btn-lg:hover {
	background-color: #1b9792;
	color: #fff;
	border-color: #1b9792;
}

/* 	==========================================================================
   							 		My-CV
	=========================================================================*/
.wrapper-package-subscription .tab-content .my-cv {
	background-color: #ffffff;
	padding: 45px;
	min-height: 962px;
	border: 20px solid #E6F1F7;
	float: left;
	width: 100%;
}
.wrapper-package-subscription .tab-content .my-cv > ul { width: 100%; }
.wrapper-package-subscription .tab-content .my-cv > ul > li { line-height: 40px; float: left; width: 100%; }
.wrapper-package-subscription .tab-content .my-cv > ul > li:last-of-type { margin-bottom: 20px; }
.wrapper-package-subscription .tab-content .my-cv .main-title-block { 
	margin-bottom: 10px; 
	float: left;
	width: 100%;
}
.wrapper-package-subscription .tab-content .my-cv .main-title span a { color: #333; }
.wrapper-package-subscription .tab-content .my-cv .main-title span { 
	background-image: url("../images/icon/Edit.svg");
    background-position: 35px 2px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    float: right;
    font-size: 16px;
    height: 20px;
    padding-right: 25px;
}
.wrapper-package-subscription .tab-content .my-cv .favorite-job > li { float: left; width: 50%; }
.wrapper-package-subscription .tab-content .my-cv .favorite-job > li:last-of-type { float: left; width: 100%; }

.wrapper-package-subscription #Package .my-cv h6{
	font-size: 16px;
	color: rgb(69,146,200);
	margin-top: 50px;
}


/* 	==========================================================================
   							 		Edit My-CV
	=========================================================================*/
.wrapper-package-subscription .tab-content .edit-cv {
	background-color: #ffffff;
	padding: 45px;
	min-height: 962px;
	border: 20px solid #E6F1F7;
	margin-left: -15px;
}
.wrapper-package-subscription .tab-content .my-cv .image-cv {
	position: absolute;
	right: 10%;
	width: 150px;
	height: 185px;
	overflow: hidden;
}
#Package .start-end-time{ 
	float: left;
	margin: 20px 0 !important;
}
#Package .start-end-time li{
	line-height: normal !important;
	background-image: url("../../images/icon/asset-time.png");
	background-repeat: no-repeat;
	background-size: 16px;
	padding-left: 23px;
	background-position: left;
	margin: 5px 0 0;
}
#Package .text{ margin: 20px 0 !important; float: left;}
#Package .text li{ margin: 5px 0 0;}
#Package .remind-message{
	float: left;
	width: 100%;
	text-align: center;
	background: #e13738;
	color: white;
	padding: 10px;
	border-radius: 3px;
	margin-top: 8px;
}
#Package .remind-message a{ color: white}


/* 	==========================================================================
   							 		Favorite Career
	=========================================================================*/
#FavoriteJobs .favorite-career {
	border-radius: 0;
	background-color: #fff;
	text-align: center;
	cursor: default;
}











/* 	==========================================================================
	==========================================================================
   							 		TABLATE
	==========================================================================
   	========================================================================== */
@media only screen 	and (min-width : 720px) and (max-width : 1280px){
	.wrapper-package-subscription .hero-banner{ margin-top: 100px}
}
@media only screen 	and (min-device-width : 768px) and (max-device-width : 992px){
	
}


@media only screen 	and (min-device-width : 992px) and (max-device-width : 1024px){
	
}









































