/*--
Author: Google
Author URL: http://google.com
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@font-face {
	font-family: 'Roboto Bold';
	src: url("../fonts/Roboto-Condensed-Bold.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Condensed-Regular.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

body {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

input[type="button"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0 0;
	margin: 0 0;
}

p {
	padding: 0 0;
	margin: 0 0;
}

ul {
	padding: 0 0;
	margin: 0 0;
	list-style: none;
}

a:hover {
	text-decoration: none;
}

body {
	padding: 0 0;
	margin: 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: medium;
}

.flexslider{
	width: inherit;
	max-width: 80%;
}

.logo1 {
	/*background: url(../img/logo.png) no-repeat scroll left center;*/
	height: 100px;
	/*width: 100%;
    display: inline-block;*/
	float: left;
	margin-right: 7px;
}

.slogan-wapper {
	/* width: 423px; */
	width: 304px;
}

.signin {
	background: rgba(0, 0, 0, 0) url("../img/icon_signin.png") no-repeat
		scroll left center;
	line-height: 36px;
	color: #fff;
	height: 70px;
	width: 100%;
	padding: 15px 75px 15px 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.signin:hover {
	color: #ff0000;
}

.hotline {
	background: rgba(0, 0, 0, 0) url("../img/icon_hotline.png") no-repeat
		scroll 0 center;
	padding: 10px 0 0 60px;
	background-position: 10% 15px;
	height: 72px;
	font-size: 17px;
	font-weight: 600;
}

.slogan {
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding: 0px;
	font-size: 18px;
	line-height: 25px;
	color: #145ea0;
}

.slogan-education {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #145ea0;
}

.home-bgr {
	background: url(../img/bgr-header.jpg) no-repeat scroll left center;
	width: 100%;
	background-size: 100%;
	border-top: 2px solid #9E274F;
	min-height: 500px;
	padding-top: 150px;
}

.public_service_container {
	margin-bottom: 15px;
	float: left;
}

.home .service-item {
	margin-bottom: 15px;
	/*font-size: 15px;*/
	padding: 10px 70px 0px 70px;
	height: 60px;
}

.dossier-service-item {
	overflow: hidden;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

.header-blog {
	padding: 15px 20px;
	min-height: 125px;
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.dossier-search-service {
	background: url(../img/tracuuhoso.jpg) no-repeat scroll top center;
	background-size: cover;
}

.dossier-submit-service {
	background: url(../img/nophoso.jpg) no-repeat scroll top center;
	background-size: cover;
}

.certificate-search-service {
	background: url(../img/tracuuvanbang.jpg) no-repeat scroll top center;
	background-size: cover;
}

.main-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: white;
	opacity: .96;
}

.top-header {
	/* padding: 10px 0; */
	background: #fff;
	/* background: url(../img/banner-v1.jpg) no-repeat scroll right top; */
}

.about {
	width: 280px;
}

.header-blog a {
	color: #fff;
}

.header-blog:hover {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.header-blog:hover a {
	background-color: #2a98cd;
	color: #fff;
}

.blog-tilte {
	text-transform: uppercase;
	font-weight: bold;
}

.menu-header-top-link li {
	display: inline-block;
	padding: 0px 5px;
	border-right: 1px solid #adafaf;
	font-weight: 600;
}

.menu-header-top-link li:last-child {
	border: none;
}

.menu-header-top-link li a {
	color: #555;
}

.navbar {
	background-color: #196CBA;
	border: none;
	border-radius: 0px;
	margin-bottom: 10px;
	min-height: 40px;
	/* margin-top: 115px; */
	position: fixed;
	top: 105px;
	width: 100%;
	z-index: 999;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	background-color: #48a2f8;
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
	{
	color: #fff;
}

.navbar ul li:hover, .navbar ul li:focus {
	background-color: #48a2f8;
}

.navbar-nav li .fa {
	margin-top: -9px;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	border-radius: 0px;
	padding: 5px 0px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
	background: none;
}

.page-title {
	padding-bottom: 2px;
	margin: 10px 0px;
	border-bottom: 2px solid #196CBA;
	text-transform: uppercase;
	font-size: 20px;
}

.nav-pills>li>a {
	border-radius: 0px;
}

ul #tab-command li:not .active {
  background: #efefef;
}
.tab-content {
	padding: 20px 0px;
}

.page_content {
	min-height: 990px;
	padding-top: 220px;
	background: #f1f9fe;
	margin: 0 auto;
}

.page_content1 {
	min-height: 800px;
	padding-top: 236px;
	background: #f1f9fe;
}

.cell {
	/* border: 3px solid #0d59a1;
    padding: 1rem 10rem;*/
	font-weight: bold;
	color: white;
	font-size: 20px;
	/*border-radius: 5px;
    background: #709dcb;*/
}

.main-news {
	overflow: hidden;
	position: relative;
	padding: 28px 374px 28px 0;
	border: 1px solid #dbdcdc;
	border-radius: 5px;
	background: #fff;
}

.parent-contact {
	/*margin-top: 3.5rem;
    background: #2b4464;
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;*/
	overflow: hidden;
	/* position: absolute; */
	top: 0;
	right: 0;
	bottom: 0;
	width: 377px;
	padding: 1px 9px;
	background: #428bca;
	color: white;
}

.contact {
	margin: 1rem 0rem;
	word-break: break-word;
}

/* CSS CŨ - ĐÃ COMMENT ĐỂ ÁP DỤNG CSS MỚI */
/*.content2 {
	float: left;
	width: 20%;
	height: 100px;
	background-position: 50% 40%;
	background-repeat: no-repeat;
	border-radius: 5px;
	margin-bottom: 20px;
}*/

.content1 {
	padding: 30px 0px;
}

.default-item {
	float: left;
	width: 300px;
	height: 164px;
	background-position: 50% 40%;
	background-repeat: no-repeat;
	padding: 42px 3px;
}

.logo-default {
	/* display: flex; */
	justify-content: space-between;
	height: 370px;
}

.parent-comment {
	margin-top: 5px;
}

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

.comment-content {
	width: -webkit-fill-available;
}

.btn-send {
	float: right;
	border: 1px solid;
	border-radius: 33px;
}

.comment-title {
	background: #428bca;
	text-align: center;
	color: white;
	padding: 10px;
}

.result-title {
	font-size: 18px;
	text-align: center;
	padding: 10px 0px;
	color: #9E274F;
}

.alert {
	padding: 5px;
	margin-bottom: 15px;
}

.alert-error {
	color: #fff;
	border-color: #d73925;
	background-color: #dd4b39;
}

.user_logined {
	padding: 10px;
	text-align: center;
	font-size: 15px;
}

.user_logined .user_logout a {
	color: #9E274F;
}

.wizardForm {
	margin-bottom: 15px;
}

.diploma-container .panel-title {
	background: url('../img/diploma-heading-bg.png') no-repeat scroll left
		center;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	font-size: 20px;
	font-weight: 600;
}

.diploma-template .panel-title a {
	display: block;
}

/*Footer Design*/
footer {
	/*border-top: 4px solid #0071A5;*/
	background: #428bca;
}

.footer-inner {
	padding: 10px 0px;
}

.logo-footer {
	background: url(../img/logo.png) no-repeat scroll left center;
	height: 65px;
	width: 100%;
	display: inline-block;
}

.ft-title {
	text-transform: uppercase;
	font-weight: 600;
}

.footer-row, .footer-row a {
	color: #fff;
	font-size: 16px;
}

footer ul li {
	list-style: none;
	padding-bottom: 5px;
}

footer ul li a {
	color: #666;
}

.level1 {
	list-style: none;
	padding: 10px 0 10px 0;
}

li.level1 .lnt-cnt-file {
	min-height: 45px;
	border-bottom: 1px solid #000;
	padding: 10px 0 0 20px;
}

ul li.level2 {
	list-style: none;
	padding: 10px 0 10px 20px;
}

ul li.level2 .lnt-cnt-file {
	min-height: 45px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 0 40px;
}

.clear {
	clear: both;
}

.glyphicon.bigger {
	font-size: 30px;
}

#recaptcha1, #recaptcha2 {
	padding: 0 0 15px 17%;
}

.cmt-note {
	color: #A3A3A3;
	font-size: 12px;
	font-style: italic;
	padding-top: 3px;
}

.text-red {
	color: #dd4b39 !important;
}

.drop-children {
	padding-left: 30px;
}

.dossier-part-container {
	margin-bottom: 10px;
}

.dossier-part-container .steps-heading {
	margin-bottom: 0px;
}

.dossier-part-container .steps-heading:before {
	content: "\f0fe";
	font-family: "FontAwesome";
	margin-right: 5px;
}

.drop-children .steps-heading:before {
	content: "\f152";
	font-family: "FontAwesome";
	margin-right: 5px;
}

.drop-children .drop-children {
	padding-left: 60px;
}

.dropzone {
	border: 2px dotted rgba(0, 0, 0, 0.3) !important;
}

.dropzone.dz-clickable * {
	cursor: pointer;
}

.dz-action-wrapper {
	top: 5px;
	width: 100%;
	padding: 5px 0px;
	z-index: 999;
}

.dz-action-container {
	background: #ccc;
	border-radius: 4px;
	height: 26px;
	overflow: hidden;
	padding: 3px;
	text-align: center;
}

.dz-action-container .fa {
	font-size: 20px;
}

.dz-action-container label {
	font-size: 11px;
}

.dz-action-container input[type='radio'] {
	margin-top: 0px;
	margin-left: -14px;
}

.dropzone .dz-preview .dz-details {
	opacity: 1 !important;
	padding: 1em !important;
}

.dropzone .dz-preview .dz-image {
	border: 1px solid #ccc;
}

.meta-description {
	font-size: 13px !important;
	color: #ccc;
	margin-bottom: 5px;
}

.remove-panel-button {
	float: right;
	margin-top: -25px;
}

.remove-panel-button:hover {
	cursor: pointer;
}

.notice-finish, .notice-finish-content {
	padding: 15px 10px;
}

.notice-finish-content p {
	margin: 5px 0px 10px;
	text-align: center;
}

.notice-finish-content p.dossier-access {
	font-size: 25px;
}

.sidebar-header {
	padding-bottom: 9px;
	margin: 10px 0;
	border-bottom: 1px solid #eee;
}

.panel-custom {
	border-color: #196CBA;
	border-radius: 0px;
}

.panel-custom .panel-heading, .panel-custom .panel-body {
	padding: 10px;
}

.panel-custom>.panel-heading {
	color: #fff;
	background-color: #196CBA;
	border-color: #48a2f8;
	font-weight: 600;
}

.top-bar-header {
	background: #e9e9e9;
	padding: 5px 0px;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
	-ms-box-shadow: 0 0 2px #888;
	-o-box-shadow: 0 0 2px #888;
	box-shadow: 0 0 2px #888;
}

.top-bar a {
	color: #fff;
}

.board {
	width: 100%;
	margin: 15px auto;
	min-height: 500px;
	background: #fff;
}

.board .nav-tabs {
	position: relative;
	/* border-bottom: 0; */
	/* width: 80%; */
	margin: 40px auto;
	margin-bottom: 0;
	box-sizing: border-box;
}

.board>div.board-inner {
	background: #fafafa;
	background-size: 30%;
}

p.narrow {
	width: 60%;
	margin: 10px auto;
}

.liner {
	height: 2px;
	background: #357ebd;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 60%;
	z-index: 1;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	color: #555555;
	cursor: default;
	/* background-color: #ffffff; */
	border: 0;
	border-bottom-color: transparent;
}

span.round-tabs {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	border-radius: 100px;
	background: white;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
}

span.round-tabs.one {
	color: rgb(34, 194, 34);
	border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one {
	background: #fff !important;
	border: 2px solid #ddd;
	color: rgb(34, 194, 34);
}

span.round-tabs.two {
	color: #febe29;
	border: 2px solid #febe29;
}

li.active span.round-tabs.two {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #febe29;
}

span.round-tabs.three {
	color: #3e5e9a;
	border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #3e5e9a;
}

span.round-tabs.four {
	color: #f1685e;
	border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #f1685e;
}

span.round-tabs.five {
	color: #357ebd;
	border: 2px solid #357ebd;
}

li.active span.round-tabs.five {
	background: #fff !important;
	border: 2px solid #9E274F;
	color: #9E274F;
}

.nav-tabs>li.active>a span.round-tabs {
	background: #fafafa;
}

.nav-tabs>li {
	width: 25%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs>li:after {
	content: " ";
	position: absolute;
	left: 45%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #ddd;
	transition: 0.1s ease-in-out;
}

.nav-tabs>li.active:after {
	content: " ";
	position: absolute;
	left: 45%;
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #ddd;
}

.nav-tabs>li a {
	width: 50px;
	height: 50px;
	margin: 15px auto;
	border-radius: 100%;
	padding: 0;
}

.nav-tabs>li a:hover {
	background: transparent;
}

.tab-content {
	
}

.tab-pane {
	position: relative;
	padding-top: 10px;
}

.tab-content .head {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.btn-outline-rounded {
	padding: 10px 40px;
	margin: 20px 0;
	border: 2px solid transparent;
	border-radius: 25px;
}

.btn.green {
	background-color: #5cb85c;
	/*border: 2px solid #5cb85c;*/
	color: #ffffff;
}

#home-slider {
	border: none;
	margin-bottom: 15px;
}

#home-slider .flex-direction-nav a {
	height: 50px;
}

.flex-caption {
	width: 100%;
	padding: 15px 10px;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}

.flex-caption a {
	color: #fff;
}

@media ( max-width : 585px ) {
	.logo-default{
		height: 515px;
	}
	.main-news .parent-contact {
		overflow: hidden;
		/* position: absolute; */
		top: 0;
		right: 0;
		bottom: 0;
		width: 300px;
		padding: 1px 9px;
		background: #2b4464;
		color: white;
	}
	.main-news .news_container{
		width: 300px;
	}
	.main-news{
		border: none;
	}
	.page_content {
		min-height: 990px;
		padding-top: 120px;
		background: #f1f9fe;
	}
	.content2 {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 16px;
		/* background-color: white; */
		width: 100%;
		min-height: 230px;
	}
	.board {
		width: 100%;
		height: auto !important;
	}
	span.round-tabs {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.tab-content .head {
		font-size: 20px;
	}
	.nav-tabs>li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.nav-tabs>li.active:after {
		content: " ";
		position: absolute;
		left: 35%;
	}
	.btn-outline-rounded {
		padding: 12px 20px;
	}
}

.news_container {
	/*margin-bottom: 15px;
    float: left;*/
	padding: 0 5px;
	width: 360px;
}

.newspanel-big {
	margin-bottom: 15px;
}

.newspanel-big img {
	width: 100%;
}

.newspanel-big .post-name {
	height: 55px;
	overflow: hidden;
	padding: 10px 0px 5px;
}

.newspanel-big .post-name h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-align: justify;
}

.newspanel-big .post-name h3 a {
	color: #333;
}

.post-date {
	font-size: 14px;
}

.post-description {
	text-align: justify;
}

.news-list .news-item {
	margin-bottom: 10px;
	text-align: justify;
}

.news-item .media img {
	width: 100px;
	height: 80px;
}

.news-item .media-body .media-heading {
	font-size: 16px;
	line-height: 22px;
}

.news-item .media-heading a {
	color: #333;
	/*font-size: 15px;*/
}

.sidebar-widget {
	padding: 10px 2px;
	margin-bottom: 5px;
	min-height: 30px;
}

.bg-primary {
	background: #2a98cd;
}

.bg-primary a {
	color: #fff;
}

.text-uppercase {
	text-transform: uppercase;
}

.blog-section {
	padding: 2em 0;
	background: #eee;
}

.blog h3 a {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}

.blog-grid {
	padding: 1em 1em 2em;
}

.blog-grid1 h3, .blog h3 {
	font-size: 23px;
	font-family: 'Roboto', sans-serif;
	color: #000;
}

.blog-grid1 {
	padding-top: 0em;
}

.blog p {
	font-size: 1.8em;
	color: #333;
	padding: 5px 0px 0px;
	line-height: 1.8em;
}

.blog p a {
	margin: 0 .5em;
	text-decoration: none;
}

.blog2 {
	margin: 3em 0;
}

.blog img {
	
}

.image_wrapper {
	width: 20%;
	float: left;
}

.text_wrapper {
	width: 80%;
	float: left;
	padding: 0px 10px;
	text-align: justify;
}

.text_wrapper p {
	padding-top: 0px;
}

.pagination>li>a {
	background: #fafafa;
	color: #666;
	border-radius: 0 !important;
}

.dropdown-menu {
	min-width: 175px;
	font-size: medium;
}

.dropdown-menu>li>a {
	padding: 5px 15px;
}

.sidebar-news-list {
	
}

.sidebar-news-list li {
	list-style: none;
	padding: 5px 0px;
	text-align: justify;
}

.sidebar-news-list li a {
	color: #333;
}

.navbar-right li a {
	padding-left: 5px;
}

.contact-ep, .footer-develop-by {
	text-align: right;
}

.home-page {
	padding-top: 6px;
	padding-bottom: 10px;
	color: #507596;
	font-size: 16px;
	font-weight: 600;
}

.faq-page {
	padding-top: 6px;
	padding-bottom: 10px;
	color: #507596;
	font-size: 18px;
	font-weight: 600;
}

@media ( min-width : 585px) {
	.logo-default {
		display: flex;
		justify-content: space-between;
		height: 370px;
	}
	.slogan-wapper {
		/* width: 304px; */
		width: 423px;
	}
	.home-bgr {
		padding-top: 20px;
		background: #0071A5;
	}
	.header-blog {
		border-top: none;
		/*min-height: inherit;*/
	}
	.top-header {
		/* background: #fff; */
		padding: 10px 0;
		background: url(../img/banner-v1.jpg) no-repeat /* scroll right top */;
		background-size: contain;
		width: 100%;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	.contact-ep, .footer-develop-by {
		text-align: center;
	}
	.navbar {
		margin-left: 15px;
		margin-right: 15px;
	}
	.home .service-item {
		padding-right: 10px;
	}
	.parent-cell>ul>li {
		float: none;
		width: 100%;
		height: auto;
		border-radius: 3px;
		/* background-color: #709dcb; */
		margin: 13px 0px;
	}
	.parent-cell>ul {
		margin-left: 0%;
    	margin-right: -2%;
	}
	.main-news {
		height: auto;
		padding: 0;
		display: block;
		border: 0;
		background: none;
	}
	.main-news .news_container {
		display: block;
		padding: 14px 20px;
		border: 1px solid #e0e5e8;
		border-radius: 5px;
		background: #fff;
	}
	.main-news .parent-contact {
		position: static;
		width: 100%;
		/* margin-top: 10px; */
		padding: 14px 12px;
		border-radius: 5px;
		text-align: center;
	}
	.logo-default>ul>li {
		float: none;
		width: 100%;
		height: auto;
	}
	.logo-default .default-item {
		padding: 20px 3px;
	}
	.faq-home {
		padding-top: 6px;
		padding-bottom: 10px;
		color: #507596;
		font-size: 22px;
		font-weight: 600;
	}
	.home-page {
		padding-top: 6px;
		padding-bottom: 10px;
		color: #507596;
		font-size: 22px;
		font-weight: 600;
	}
}

@media ( min-width : 767px) {
	.parent-cell>ul>li {
		float: left;
		width: 20%;
		height: auto;
		border-radius: 3px;
		/* background-color: #709dcb; */
		margin: 13px 0px;
	}
	.parent-cell>ul {
		margin-left: 0%;
	    margin-right: -2%;
	    display: flex;
	    justify-content: space-around;
	}
	.main-news .news_container {
		width: 66%;
	}
	.main-news .parent-contact {
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 34%;
		padding: 1px 9px;
		background: #2b4464;
		color: white;
	}
	.logo-default .default-item {
		float: left;
		width: 240px;
		height: 164px;
		background-position: 50% 40%;
		background-repeat: no-repeat;
		padding: 42px 25px;
	}
	.contact-ep, .footer-develop-by {
		text-align: center;
		/* width: 30%; */
	}
}

.dropzone .dz-preview .dz-error-message {
	top: 10px !important;
	left: 0px !important;
	width: 130px !important;
}

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus, .select2-selection.select2-container--focus,
	.select2-container--default:focus, .select2-selection:focus,
	.select2-container--default:active, .select2-selection:active {
	outline: none;
}

.select2-container--default .select2-selection--single,
	.select2-selection .select2-selection--single {
	border: 1px solid #d2d6de;
	border-radius: 0px;
	padding: 6px 12px;
	height: 34px;
}

.select2-container--default.select2-container--open {
	border-color: #3c8dbc;
}

.select2-dropdown {
	border: 1px solid #d2d6de;
	border-radius: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
	{
	background-color: #3c8dbc;
	color: white;
}

.select2-results__option {
	padding: 6px 12px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered
	{
	padding-left: 0;
	padding-right: 0;
	height: auto;
	margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered
	{
	padding-right: 6px;
	padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
	{
	height: 28px;
	right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b
	{
	margin-top: 0;
}

.select2-dropdown .select2-search__field, .select2-search--inline .select2-search__field
	{
	border: 1px solid #d2d6de;
}

.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus
	{
	outline: none;
	border: 1px solid #3c8dbc;
}

.select2-container--default .select2-results__option[aria-disabled=true]
	{
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true]
	{
	background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected=true],
	.select2-container--default .select2-results__option[aria-selected=true]:hover
	{
	color: #444;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #d2d6de;
	border-radius: 0px;
	height: 34px;
}

.select2-container--default .select2-selection--multiple:focus {
	border-color: #3c8dbc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
	{
	border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
	{
	background-color: #3c8dbc;
	border-color: #367fa9;
	padding: 1px 10px;
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
	{
	margin-right: 5px;
	color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover
	{
	color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder
	{
	color: #444 !important;
	font-size: 14px;
}
/* End select2 plugin */
.form-control {
	border-radius: 0 !important;
	box-shadow: none;
	border-color: #d2d6de;
	font-size: medium;
}

ul.sidebar-img-link {
	margin-bottom: 5px;
}

ul.sidebar-img-link li {
	padding-bottom: 5px;
}

modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
	margin-top: 0px;
}
/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	position: relative;
	overflow-x: hidden;
	padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.direct-chat-messages {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	padding: 10px;
	min-height: 10px;
	max-height: 500px;
	overflow: auto;
}

.direct-chat-msg, .direct-chat-text {
	display: block;
}

.direct-chat-msg {
	margin-bottom: 10px;
}

.direct-chat-msg:before, .direct-chat-msg:after {
	content: " ";
	display: table;
}

.direct-chat-msg:after {
	clear: both;
}

.direct-chat-messages, .direct-chat-contacts {
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transition: -moz-transform 0.5s ease-in-out;
	-o-transition: -o-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
	border-radius: 5px;
	position: relative;
	padding: 5px 10px;
	background: #d2d6de;
	border: 1px solid #d2d6de;
	margin: 5px 0 0 50px;
	color: #444444;
}

.direct-chat-text:after, .direct-chat-text:before {
	position: absolute;
	right: 100%;
	top: 15px;
	border: solid transparent;
	border-right-color: #d2d6de;
	content: ' ';
	height: 0;
	width: 0;
	pointer-events: none;
}

.direct-chat-text:after {
	border-width: 5px;
	margin-top: -5px;
}

.direct-chat-text:before {
	border-width: 6px;
	margin-top: -6px;
}

.right .direct-chat-text {
	margin-right: 50px;
	margin-left: 0;
}

.right .direct-chat-text:after, .right .direct-chat-text:before {
	right: auto;
	left: 100%;
	border-right-color: transparent;
	border-left-color: #d2d6de;
}

.direct-chat-img {
	border-radius: 50%;
	float: left;
	width: 40px;
	height: 40px;
}

.right .direct-chat-img {
	float: right;
}

.direct-chat-info {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
}

.direct-chat-name {
	font-weight: 600;
}

.direct-chat-timestamp {
	color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.direct-chat-contacts {
	-webkit-transform: translate(101%, 0);
	-ms-transform: translate(101%, 0);
	-o-transform: translate(101%, 0);
	transform: translate(101%, 0);
	position: absolute;
	top: 0;
	bottom: 0;
	height: 250px;
	width: 100%;
	background: #222d32;
	color: #fff;
	overflow: auto;
}

.contacts-list>li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px;
	margin: 0;
}

.contacts-list>li:before, .contacts-list>li:after {
	content: " ";
	display: table;
}

.contacts-list>li:after {
	clear: both;
}

.contacts-list>li:last-of-type {
	border-bottom: none;
}

.contacts-list-img {
	border-radius: 50%;
	width: 40px;
	float: left;
}

.contacts-list-info {
	margin-left: 45px;
	color: #fff;
}

.contacts-list-name, .contacts-list-status {
	display: block;
}

.contacts-list-name {
	font-weight: 600;
}

.contacts-list-status {
	font-size: 12px;
}

.contacts-list-date {
	color: #aaa;
	font-weight: normal;
}

.contacts-list-msg {
	color: #999;
}

.direct-chat-danger .right>.direct-chat-text {
	background: #dd4b39;
	border-color: #dd4b39;
	color: #ffffff;
}

.direct-chat-danger .right>.direct-chat-text:after, .direct-chat-danger .right>.direct-chat-text:before
	{
	border-left-color: #dd4b39;
}

.direct-chat-primary .right>.direct-chat-text {
	background: #3c8dbc;
	border-color: #3c8dbc;
	color: #ffffff;
}

.direct-chat-primary .right>.direct-chat-text:after,
	.direct-chat-primary .right>.direct-chat-text:before {
	border-left-color: #3c8dbc;
}

.direct-chat-warning .right>.direct-chat-text {
	background: #f39c12;
	border-color: #f39c12;
	color: #ffffff;
}

.direct-chat-warning .right>.direct-chat-text:after,
	.direct-chat-warning .right>.direct-chat-text:before {
	border-left-color: #f39c12;
}

.direct-chat-info .right>.direct-chat-text {
	background: #00c0ef;
	border-color: #00c0ef;
	color: #ffffff;
}

.direct-chat-info .right>.direct-chat-text:after, .direct-chat-info .right>.direct-chat-text:before
	{
	border-left-color: #00c0ef;
}

.direct-chat-success .right>.direct-chat-text {
	background: #00a65a;
	border-color: #00a65a;
	color: #ffffff;
}

.direct-chat-success .right>.direct-chat-text:after,
	.direct-chat-success .right>.direct-chat-text:before {
	border-left-color: #00a65a;
}

label.satisfy-item {
	margin-right: 50px;
	text-align: center;
}

label.satisfy-item>input {
	visibility: hidden;
	position: absolute;
}

label.satisfy-item>input+img {
	cursor: pointer;
	border: 5px solid transparent;
	border-radius: 50%;
}

label.satisfy-item>input:checked+img {
	border: 5px solid #f00;
}

.dossier-fee .panel-title {
	background: none;
	padding-left: 0px;
}

.online-steps-heading {
	border-left: 5px solid #23a728;
	padding: 0px 10px;
	margin: 20px 0px 15px;
	color: #FF5722;
	font-weight: 700;
}
/*.page_content p{
    margin-bottom: 10px;
}*/
.reg_dsq:before {
	content: "";
	width: 20px;
	height: 22px;
	padding: 0px 10px;
	border: 1px solid #333;
	display: inline-block;
	margin-right: 5px;
}

.not_reg_dsq {
	margin-left: 100px;
}

.not_reg_dsq:before {
	content: "";
	width: 20px;
	height: 22px;
	padding: 0px 10px;
	border: 1px solid #333;
	display: inline-block;
	margin-right: 5px;
}

.ads-banner {
	position: relative;
}

.ads-banner .ads-element {
	position: fixed;
	height: 600px;
	top: 144px;
	width: 130px;
	overflow: hidden;
}

#left-ads {
	left: 0;
}

#right-ads {
	right: 0;
}

.ads-banner .ads-top-10 {
	top: 10px;
}

@media ( max-width : 1410px ) {
	.ads-banner {
		display: none;
	}
}

@media ( max-width : 768px ) {
	.ads-banner {
		display: none;
	}
	.parent-contact {
		overflow: hidden;
		padding: 1px 9px;
		background: #428bca;
		color: white;
	}
}

ul.flex-box.content-bw li.content2 {
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.3s ease;
    width: 18% !important;
    float: left !important;
    margin-right: 2.5% !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
}

ul.flex-box.content-bw li.content2:last-child {
    margin-right: 0 !important;
}

ul.flex-box.content-bw li.content2 a.cell {
    display: block;
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.3s ease;
    text-decoration: none;
}

.home_slider_container .content2 .menu-item-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: all 0.3s ease;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home_slider_container .content2 .menu-img-wrapper {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 12px;
}

.home_slider_container .content2 .cell img.logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
}

.home_slider_container .content2 .menu-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 8px 0;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
}

.home_slider_container .content2:hover .menu-item-box {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.home_slider_container .content2:hover .cell img.logo {
    transform: scale(1.08);
}

.home_slider_container .content2:hover .menu-title {
    color: #428bca;
}

.home_slider_container .parent-cell ul.flex-box {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home_slider_container .parent-cell ul.flex-box::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 768px) {
    .home_slider_container .content2 {
        width: 48% !important;
        margin-right: 4% !important;
        margin-bottom: 20px;
    }

    .home_slider_container .content2:nth-child(2n) {
        margin-right: 0 !important;
    }

    .home_slider_container .content2 .menu-img-wrapper {
        height: 120px;
    }

    .home_slider_container .content2 .menu-title {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .home_slider_container .content2 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .home_slider_container .content2 .menu-img-wrapper {
        height: 150px;
    }
}

.news-list p.more {
    font-size: 12px !important;
    font-weight: normal !important;
    color: #999 !important;
    opacity: 0.8;
}