/*========================
=======Typography=========
==========================*/

@import 'https://fonts.googleapis.com/css?family=Open+Sans|Roboto';
body {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: Tahoma, Verdana;
	font-size: 16px;
	color: #000000;
	/*background-color: #f2f3f5;*/
}

body, th, td {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: Tahoma, Verdana;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
	outline: none;
	outline-offset: 0;
	text-decoration: none;
	background: transparent;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	/*font-weight: 300;*/
	font-size: 14px;
}

	a:focus,
	a:hover {
		text-decoration: none;
		outline: none;
		color: #ed1c24;
	}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h1, h2, h4, h5, h6 {
	font-weight: 500;
	text-transform: capitalize;
}

.upper {
	text-transform: uppercase;
}

.img-full img {
	width: 100%;
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px#ccc;
    /*height: 240px;*/
}

.padding {
	padding: 90px 0;
}

.section {
	margin-bottom: 30px;
}

.section-title {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 0;
	position: relative;
	font-size: 24px;
	text-transform: capitalize;
	color: #525b6e;
	font-weight: 600;
}

	.section-title:before {
		width: 50px;
		z-index: 1;
	}

	.section-title:after {
		right: 0;
		background-color: #e6e6e8;
	}

	.section-title:before,
	.section-title:after {
		position: absolute;
		content: "";
		bottom: -12px;
		left: 0;
		height: 2px;
	}

	.section-title.title {
		margin-bottom: 45px;
	}


.overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.form-control {
	height: 35px;
	padding: 6px 12px;
	color: #000;
	border: 2px solid #ececec;
	border-radius: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	background-color: #fff;
	font-weight: 500;
}

	.form-control:focus {
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-width: 2px;
		border-style: solid;
		background-color: #fff;
	}

textarea.form-control {
	padding: 15px 20px;
	resize: none;
}

label {
	font-weight: 400;
}

.form-group {
	margin-bottom: 20px;
}

.navbar-toggle {
	border: 1px solid #fff;
	margin-top: 13px;
}

	.navbar-toggle .icon-bar {
		background-color: #384650;
	}

.navbar-toggle,
.navbar-fixed-top .navbar-toggle {
	border: 1px solid #384650;
}

	.navbar-toggle .icon-bar,
	.navbar-fixed-top .navbar-toggle .icon-bar {
		background-color: #384650;
	}

.image-bg {
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
}

	.image-bg .section-title h1 {
		color: #fff;
	}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	border-color: inherit;
	background-color: inherit;
}

.badge {
	margin-left: 5px;
	font-size: 11px;
}
/*Magnific-popup overwrite CSS*/

.mfp-figure {
	background-color: #fff;
}

img.mfp-img {
	padding: 12px;
}

.mfp-image-holder .mfp-close {
	top: -35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

.mfp-counter {
	right: 50%;
	color: #fff;
	top: 50px;
	margin-right: -20px;
}

#navigation #topbar {
	padding: 3px 0px;
}

#navigation .topbar-left {
	line-height: 28px;
}

.home-text {
	display: none;
}
/* Sticky Nav CSS*/

#navigation .sticky-nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: -1px;
	z-index: 9999;
	background: #fff;
}

	#navigation .sticky-nav .navbar-brand {
		height: auto;
		/*height: 34px; /*auto;*/
	}

	#navigation .sticky-nav .main-logo {
		height: 36px;
	}

	#navigation .sticky-nav .home-icon {
		display: none;
	}

	#navigation .sticky-nav .home-text {
		display: block;
	}

	#navigation .sticky-nav #topbar {
		display: none;
	}

.secondary-logo {
	display: none;
}

#navigation .sticky-nav .secondary-logo {
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;
}

#navigation .sticky-nav .navbar-nav {
	margin-left: 220px;
}

#navigation .navbar {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #F5F5F5;
	margin-bottom: 0;
}

#navigation .memnubarbg {
	background: url(../images/menu-bg.PNG) repeat;
	z-index: 1;
	position: relative;
}

	#navigation .memnubarbg.shadow {
		box-shadow: 0px 20px 55px rgba(0,0,0,0.4);
	}


	#navigation .memnubarbg ul a {
		color: #eee;
	}

		#navigation .memnubarbg ul a i.fa-inverse {
			color: #E61937;
		}

	#navigation .memnubarbg ul li ul a {
		color: #333;
	}
	#navigation .memnubarbg ul li ul a:hover 
	{
	    color: #f00;
	}

#navigation button.navbar-toggle {
	z-index: 1;
	border-color: #fff;
}

	#navigation button.navbar-toggle .icon-bar {
		background-color: #fff;
	}

#navigation .navbar-collapse.collapse.in {
}

/*table*/
.doji-table {
	padding-top: 15px;
}

	.doji-table .view-more {
		display: block;
		padding: 20px 0px 10px 0px;
	}

		.doji-table .view-more i {
			font-size: 16px;
			color: #333;
		}

			.doji-table .view-more i.back {
				position: relative;
				left: -6px;
				top: 0px;
				font-size: 18px;
				color: #999;
			}

.table-responsive {
	padding: 2px;
}

.table-hidaction {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	font-size: 14px;
}

	.table-hidaction thead {
		border: #fff 1px solid;
	}

	.table-hidaction tbody {
		border: #fff 1px solid;
	}

	.table-hidaction > thead > tr > th {
		border-bottom: none;
		font-weight: normal;
		background:#F2F2F2;
	}

	.table-hidaction th {
		border-right: #ddd 1px solid;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.table-hidaction td {
		border-right: #ddd 1px solid;
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	.table-hidaction tr:first-child td {
		border-top: none;
	}

	.table-hidaction th:last-child, .table-hidaction td:last-child {
		border-right: none;
	}

	.table-hidaction tbody {
		background: #fff;
	}
/*doji-news-hot*/
.doji-news-hot {
	background: #fff;
	padding: 18px 12px;
}

	.doji-news-hot.home {
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	}

	.doji-news-hot h3 {
		display: inline;
		margin-top: 0;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 2px solid #E41937;
	}

	.doji-news-hot ul.media-list {
		margin-top: 15px;
	}

	.doji-news-hot li {
		padding: 10px 0px;
		border-bottom: dotted 1px rgba(0,0,0,0.2);
	}

		.doji-news-hot li:last-child {
			border-bottom: none;
		}

		.doji-news-hot li .media-left {
			width: 145px;
			height: 98px;
			overflow: hidden;
			display: block;
			float: left;
			margin-right: 8px;
		}

			.doji-news-hot li .media-left img {
				width: 100%;
                border: 1px solid #eee;
                -moz-box-shadow: 0 0 2px #888;
                -webkit-box-shadow: 0 0 2px#888;
			}

	.doji-news-hot .media {
		margin: 0;
	}

	.doji-news-hot li .date {
		font-size: 14px;
		color: #ccc;
		font-weight: 200;
		display: block;
		margin-bottom: 5px;
		font-style: italic;
	}

	.doji-news-hot li .title {
		font-size: 14px;
		color: #666;
	}

	.doji-news-hot h4 {
		color: #333;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
	}

/*doji-news-hot*/
.doji-news {
	background: #fff;
	padding: 18px 12px;
}

	.doji-news h3 {
		display: inline;
		margin-top: 0;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 2px solid #E41937;
	}

	.doji-news ul.media-list {
		margin-top: 15px;
	}

	.doji-news li {
		padding: 10px 0px;
		border-bottom: dotted 1px rgba(0,0,0,0.1);
	}

		.doji-news li:last-child {
			border-bottom: none;
		}

		.doji-news li .media-left {
			width: 230px;
			height: 155px;
			overflow: hidden;
			display: block;
			float: left;
			margin-right: 8px;
		}

		.doji-news li:first-child .media-left {
			width: 340px;
			height: auto;
		}

		.doji-news li .media-left img {
			width: 100%;
		}

	.doji-news .media {
		margin: 0;
	}

	.doji-news li .date {
		font-size: 14px;
		color: #ccc;
		font-weight: 200;
		display: block;
		margin-bottom: 5px;
		font-style: italic;
	}

	.doji-news li .link {
		padding: 10px 0px;
	}

	.doji-news li .title {
		font-size: 15px;
		color: #666;
	}

	.doji-news h4, .doji-news h4 a {
		color: #333;
		font-size: 18px;
		font-weight: bold;
		line-height: 20px;
	}
	.doji-news li h4 a:hover {
		color: #ed1c24;
	}
	.doji-news .link-viewmore {
		font-size: 14px;
	}
/*job-list*/
.site.job-list .table th {
	text-transform: uppercase;
}

.site.job-list .table > tbody > tr > td, .site.job-list .table > tbody > tr > th, .site.job-list .table > tfoot > tr > td, .site.job-list .table > tfoot > tr > th, .site.job-list .table > thead > tr > td, .site.job-list .table > thead > tr > th {
	border-top-style: dotted;
}

.site.job-list .table > thead > tr > th {
	border-bottom: none;
	/*background: #f2f2f2;*/
}
.site.job-list a{
	font-size: 1em;
}
/*doji-job-other*/
.doji-job-other {
	background: #fff;
	padding: 18px 12px;
}

	.doji-job-other.home {
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	}

	.doji-job-other h3 {
		display: inline;
		margin-top: 0;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 2px solid #E41937;
	}

	.doji-job-other ul.media-list {
		margin-top: 15px;
	}

	.doji-job-other li {
		padding: 8px 0px;
		border-bottom: dotted 1px rgba(0,0,0,0.2);
	}

		.doji-job-other li:last-child {
			border-bottom: none;
		}

		.doji-job-other li .media-left {
			width: 145px;
			height: 98px;
			overflow: hidden;
			display: block;
			float: left;
			margin-right: 8px;
		}

			.doji-job-other li .media-left img {
				width: 100%;
			}

	.doji-job-other .media {
		margin: 0;
	}

	.doji-job-other li .date {
		font-size: 14px;
		color: #ccc;
		font-weight: 200;
		display: block;
		margin-bottom: 5px;
		font-style: italic;
	}

	.doji-job-other li .title {
		font-size: 14px;
		color: #666;
	}

	.doji-job-other h4, .doji-job-other h4 a {
		color: #333;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
	}
	.doji-job-other h4 a:hover {
		/*color: #ed1c24;*/
		text-decoration: underline;
	}
	.doji-job-other li .diadiem{
		color: #ed1c24;
	}

/*job-details*/
.job-details-date {
	color: #b8b8b8;
	font-weight: 200;
	margin-top: 30px;
	display: block;
}

.job-details h1 {
	font-size: 26px;
	line-height: normal;
	padding: 0;
	margin: 0;
}

.job-details-relate {
	margin-bottom: 30px;
}

	.job-details-relate ul li::before {
		content: '.';
		font-size: 20px;
		color: #E51837;
		position: relative;
		top: -4px;
		left: -5px;
	}

	.job-details-relate ul li {
		padding-left: 10px;
	}
	.job-details-contents {
		padding: 30px 0;
	}
	.job-details-contents .table tr > td {
		border: none;
		padding: 3px 8px;
	}
	.job-details-contents tr > td:first-child, .job-details-contents tr > td:nth-child(2n+1) {
		width: 160px;
		font-weight: bold;
	}
	.job-details-contents .nav-tabs{
	border-bottom: 1px solid #ed1c24;
	}
  .job-details-contents  .tab-content {
	border: 1px solid #ed1c24;
	border-width: 0 1px 1px; /* Removes the top border */
	padding: 20px;
}
  .job-details-contents .nav-tabs > li:first-child > a{
	  margin-left: 0;
  }
.job-details-contents .nav-tabs > li {
}
.job-details-contents .nav-tabs > li > a {
	margin-right: 0;
	margin-left: 2px;
	background: #ddd;
	color: #333;
	font-weight: 500;
	border: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px solid #ed1c24;
		line-height: 18px;
}
.job-details-contents .nav-tabs>li.active>a, .job-details-contents .nav-tabs>li.active>a:focus, .job-details-contents .nav-tabs>li.active>a:hover{
	background: #ed1c24;
	border: none;
	color: #fff;
}
.job-details-contents  .tab-content .list-group-item{
	background: none;
	border: none;
}
.job-details-contents  .tab-content .list-group-item:before {
	content: "\f111";
	font-family: 'FontAwesome';
	color: red; /* or whatever color you prefer */
	font-size: 6px;
	top: 14px;
	left: -0px;
	position: absolute;
	padding: 4px 0px;
}
.job-details-contents  .tab-content ul
{
	padding-left: 0;
    margin-bottom: 20px;
}
.job-details-contents  .tab-content ul li {
	position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*site*/
.breadcrumb {
	background: none;
	margin-bottom: 0;
}

	.breadcrumb > li + li:before {
		padding: 0 5px;
		color: #999;
		font-weight: 200;
		content: ">";
	}

.site .page-title {
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 600;
}

.doji-table-form {
	margin-top: 30px;
}

	.doji-table-form .tip {
		color: #999;
		font-style: italic;
		font-size: 12px;
	}

	.doji-table-form tr > td:first-child, .doji-table-form tr > td:nth-child(2n+1) {
		width: 120px;
		text-align: right;
	}

	.doji-table-form tr > td:nth-child(2n) {
		max-width: 200px;
	}

.table.doji-table-form > tbody > tr > td {
	border: none;
}

.doji-table-form span.required {
	color: #ed1c24;
}

.member-signup-panel .doji-table-form tr > td:first-child, .member-signup-panel .doji-table-form tr > td:nth-child(2n+1) {
	width: 200px;
	text-align: right;
}

.member-signup-panel .select2-container .select2-choice {
	border-radius: 0;
	border-color: #999;
}

.color {
	color: #ed1c24;
}

.title-heading {
	font-weight: 600;
}

.doji-table-form input[type=text], .doji-table-form input[type=password], .doji-table-form textarea {
	width: 100%;
}

.map-section hr {
	border-bottom: #ccc solid 1px;
	margin-top: 0;
	margin-bottom: 10px;
}
/*member-login*/
.member-login-panel {
	background: #fdfdfd;
	border: 1px solid #ccc;
	padding: 20px 0px 50px 0px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.member-login {
	width: 80%;
	margin: auto;
}

	.member-login input {
		width: 100%;
	}

	.member-login .form-group-addon {
		margin: 0;
		padding: 0;
	}

	.member-login .form-group {
		margin-bottom: 0;
	}

	.member-login .control-label {
		font-weight: bold;
	}

	.member-login .form-group-addon .btn.btn-link {
		color: #333;
		font-size: 13px;
	}

/*member-signup*/
.member-signup-panel {
	background: #fdfdfd;
	border: 1px solid #ccc;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.member-signup {
	width: 90%;
	margin: auto;
}
/*news-details*/
.news-details-contents img{
	max-width: 100%;
}
.news-details-contents p {text-align: justify;}
.news-details-date {
	color: #b8b8b8;
	font-weight: 200;
}

.news-details h1 {
	font-size: 26px;
	line-height: normal;
}

job.news-details-relate {
	margin-bottom: 30px;
}

.news-details-relate ul li::before {
	content: '.';
	font-size: 20px;
	color: #E51837;
	position: relative;
	top: -4px;
	left: -5px;
}

.news-details-relate ul li {
	padding-left: 10px;
}

/*dropdown*/

.doji-silde {
	position: relative;
	overflow-x: hidden;
}

	.doji-silde .section {
		margin-bottom: 0;
	}

	.doji-silde #doji-silde img {
		width: 100%;
	}

#doji-home-select {
	position: absolute;
	bottom: 40px;
	margin: 0 auto;
	width: 100%;
}

	#doji-home-select .section {
		width: 70%;
		margin: 0 auto;
		background: rgba(0,0,0,0.5);
		color: #fff;
		font-size: 22px;
		padding: 20px 30px;
	}

	#doji-home-select .btn-danger {
		background: #E51837;
		font-size: 16px;
	}

	#doji-home-select .input-group .fa {
		color: #999;
	}

	#doji-home-select .section div[class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
	}

	#doji-home-select input.form-control {
	}

	#doji-home-select .select2-container .select2-choices .select2-search-field input, #doji-home-select .select2-container .select2-choice, #doji-home-select .select2-container .select2-choices {
		border-left: none;
		box-shadow: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		padding-left: 0px;
	}

		#doji-home-select .select2-chosen, #doji-home-select .select2-choice > span:first-child, #doji-home-select .select2-container .select2-choices .select2-search-field input {
			padding-left: 0px;
		}

#job-list-select .btn-doji {
	font-size: 17px;
}

#job-list-select .input-group {
	margin-bottom: 0;
}

#job-list-select .select2-container .select2-choices .select2-search-field input, #job-list-select .select2-container .select2-choice, #job-list-select .select2-container .select2-choices {
	border-left: none;
	box-shadow: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 0px;
}

	#job-list-select .select2-chosen, #job-list-select .select2-choice > span:first-child, #job-list-select .select2-container .select2-choices .select2-search-field input {
		padding-left: 0px;
	}

.doji-caption {
	background: #fff;
	padding: 15px 0px;
}

	.doji-caption h3 {
		text-transform: none;
	}

	.doji-caption img {
		margin-bottom: 12px;
		border-radius: 10px;
	}

	.doji-caption .section {
		margin-bottom: 0;
	}
/*slide-home*/
#navigation .main-logo {
		height: 62px;
	}
@media (max-width: 768px) {
    #navigation .main-logo {
		height: 40px;
	}
#topbar-right .btn-doji {
    padding: 10px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
	.doji-table-form tr > td:first-child, .doji-table-form tr > td:nth-child(2n+1) {
		width: auto;
	}

	.doji-table-form tr > td:nth-child(2n) {
		width: auto;
	}

	#doji-home-select {
		position: relative;
		margin-bottom: 30px;
	}

		#doji-home-select .section {
			width: 100%;
		}

		#doji-home-select input[type=text], #job-list-select input[type=text] {
			margin-bottom: 20px;
		}

	#mainmenu {
		width: 100%;
	}

	.doji-news li .media-left, .doji-news li:first-child .media-left {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
		float: none;
		margin-right: 0;
	}

	#job-list-select .input-group {
		margin-bottom: 20px;
	}
}

@media (max-width: 999px) {
    
	#doji-home-select {
		top: 0px;
		position: relative;
		margin-top: 30px;
		margin-bottom: 30px;
	}

		#doji-home-select .section {
			width: 100%;
		}

	.navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: static;
		box-shadow: none;
		background-color: #fff;
	}


	#navigation .navbar-header {
		float: none;
	}

	#navigation .navbar-toggle {
		display: block;
	}

	#navigation .navbar-collapse.collapse {
		display: none !important;
	}

		#navigation .navbar-collapse.collapse.in {
			display: block !important;
			overflow-y: auto !important;
		}

	/*Design for max-width: 1200px*/
	#navigation .navbar-collapse,
	#navigation .navbar-collapse .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#job-list-select .input-group {
		margin-bottom: 20px;
	}
}

@media (min-width: 1000px) {
	/*Navbar Collapse*/
	#navigation .navbar-collapse {
		padding: 0;
	}

	#navigation .navbar-nav li, .dropdown {
		position: relative;
	}


	/*Navbar*/
	#navigation .navbar-nav {
		top: 2px;
	}

	/*Dropdown Menu*/
	#navigation .dropdown-menu {
		padding: 15px 0;
		border-top: 1px solid;
		min-width: 160px;
		border-radius: 0;
		z-index: 9999 !important;
		margin-top: -2px !important;
		background-color: #fff;
	}

	#navigation .language-dropdown .dropdown-menu {
		min-width: 75px;
	}

	#navigation .language-dropdown.open > .dropdown-menu,
	#navigation .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}

	#navigation .open > .dropdown-menu,
	#navigation-v1 .open > .dropdown-menu {
		display: none;
	}

	#navigation .more .dropdown-menu {
		left: auto;
		right: 0;
		min-width: 200px;
	}
}


#navigation .navbar-nav .mega-cat-dropdown,
#navigation .navbar-nav .mega-dropdown {
	position: inherit;
}


/*==============================
========= Top bar section=======
================================*/
#navigation {
	background-color: #fff;
}

	#navigation .navbar .topbar {
		border-bottom: 1px solid #eee;
	}

#topbar {
	float: none;
}

.navbar-brand {
	height: 60px;
	padding: 9px 15px;
}

.homepage .navbar-brand {
	padding: 8px 15px;
}

#navigation .container .navbar-brand {
	margin-left: -15px;
}

#topbar-right {
	float: right;
}
 
#mainmenu {
	padding-right: 0;
	padding-left: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.search {
	position: absolute;
	top: 0;
	z-index: 10;
	right: 110px;
	width: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#navigation .dropdown-menu.top-user-section,
.dropdown-menu.top-user-section {
	padding: 0;
	border-top: 0;
	position: absolute;
	right: 15px;
	top: 52px;
	min-width: 360px;
	background-color: #3a3a3a;
	z-index: 10;
	left: inherit;
	margin-top: 0 !important;
}

.dropdown-menu.top-user-section {
	right: 0;
}

.top-user-form:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 5px solid #3a3a3a;
	top: -5px;
	right: 1px;
}

.top-user-section a {
	color: #fff;
}

.input-group {
	margin-bottom: 20px;
}

.btn-doji, .link-viewmore {
	font-size: 13px;
	padding: 5px 30px;
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #fff;
	border: none;
	font-weight: bold;
	cursor: pointer;
}

.link-color {
	color: #ed1c24;
	cursor: pointer;
	font-weight: 500;
}

.btn-doji.active, .link-viewmore {
	background: #E51837;
	color: #fff;
	font-weight: normal;
}

	.btn-doji.active:hover, .link-viewmore:hover {
		background: #b0040a;
		color: #fff;
		font-weight: normal;
	}

/*==============================
========= Navigation ===========
================================*/

.navbar {
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

#mainmenu li a:hover {
	/*color:inherit;*/
	color: #fff;
}

#mainmenu .more {
	color: #2f2f2f;
}





.footer-menu {
	background-color: #27292a;
	text-align: center;
	border-bottom: 1px solid #1a1b1c;
}

	.footer-menu .navbar-nav {
		display: inline-block;
		float: none !important;
		padding: 25px 0 20px 0;
	}

		.footer-menu .navbar-nav li a {
			font-size: 11px;
			text-transform: uppercase;
			color: #fff;
			letter-spacing: 2px;
			padding: 10px;
		}


.footer-bottom {
	background-color: #1f2021;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 24px;
	font-weight: 300;
	font-size: 14px;
}

	.footer-bottom .link-icon {
		border: none;
		border-radius: 0;
		text-align: center;
		min-width: 24px;
		padding: 2px 5px;
	}

	.footer-bottom .registered {
		color: #444;
	}

/* Pagination */

.pagination-wrapper {
}

.pagination {
	font-size: 14px;
	color: #fff;
}

	.pagination li {
	}

		.pagination li:first-child a,
		.pagination li:last-child a {
			padding: 8px 15px;
		}

		.pagination li:nth-child(2) a {
			/*padding-left: 92px;*/
		}

		.pagination li:nth-child(11) a {
			padding-right: 92px;
		}

		.pagination li a {
			color: #333;
			/*background-color: #27292a;
			border: 1px solid #0e0f0f;*/
			background-color: #fff;
			border: 1px solid #ccc;
			padding: 8px 15px;
		}

			.pagination li a:hover,
			.pagination .active > a,
			.pagination .active > a:focus,
			.pagination .active > a:hover {
				color: #fff;
			}

.page-breadcrumbs {
	position: relative;
	margin: 85px 0 15px;
}



/* Contact Us */

#gmap {
	height: 350px;
	margin-bottom: 30px;
	border-radius: 3px;
}



/*=========================================:: END :: =============================================*/
.breadcrumb {padding-left: 0;}
.breadcrumb span {
    float: left;
    color: #ccc;
}
.vieclam-hot {text-align: left;}
.vieclam-hot ul
{
   list-style-type: disc; 
   margin: 0;
   margin-left: 5px;
   padding: 0;
   padding-left: 15px;
   text-align: left;
   margin-bottom: 10px;
}
.vieclam-hot ul li a {text-transform: uppercase; font-weight: normal;}