/*Your custom css*/

.homePage .widget{ float:left; width:100%; }
.homePage .widget-title{ text-transform:uppercase; }

.row_new{ margin:0 -15px; clear:both; }
.row_new .col_new{ width:33.33333%; padding:0 15px; float:left; box-sizing: border-box; }
.row_new .col_new.col-md-12{
	width:100%;
}.row_new .col_new.col-md-9{
	width:75%;
}.row_new .col_new.col-md-8{
	width:66.66666667%;
}.row_new .col_new.col-md-6{
	width:50%;
}.row_new .col_new.col-md-4{
	width:33.33333333%;
}.row_new .col_new.col-md-3{
	width:25%;
}

#form_validate_err li{ color:#f00; }

section .teamDoctor{ float:left; width:100%; }

section.teamDoctor .doctor{ float:left; width:100%; }

.plr40{ padding:0 40px !important; }

header .menu .container .boxSearch{
	position:relative;
}header .menu .container .boxSearch .search-field{
	outline:none;
}header .menu .container .boxSearch .search-submit{
	background: 0;
    border: 0;
    position: absolute;
    right: 6px;
    top: 0;
}

.hl_home_sys img{ width:100%; }
.hl_home_sys .img-1 a{
	display: block;
	margin-right: 30px;
}

section.infrastructure .table-cell{ padding:0; display:block; }
section.infrastructure .table-cell{ margin-bottom:30px; }
section.infrastructure .table-cell img{ width:100%; }
section.infrastructure .table-cell .nameDevice{ width:100%; left:0; bottom: -10px; }


.widget-title.titleTrajanBold{ line-height:60px; }

section .listDoctor li .nameDoctor a{ font-size:1.2rem; }

section .servicesGenki .listServices .nameService{
	font-size:1rem;
}

section .servicesGenki .table-cell{ margin-bottom:30px; }

.hl_home_post_slider .item{
	padding:0 15px;
}

.navigation.pagination{
	float: left;
    width: 100%;
    text-align: center;
	display:block;
	padding: 30px 0;
}

.navigation.pagination .screen-reader-text{
	display:none;
}
.navigation.pagination .page-numbers .icon{
	width:11px;
	height:11px;
	color: #fff;
	fill:#fff;
}
.navigation.pagination .page-numbers{
	background: #6c7c93;
    color: #fff;
    padding: 5px 10px;
	position:relative;
}

.navigation.pagination .page-numbers:after{
	position:absolute;
	top:45%;
	left:50%;
	transform:translate(-50%,-50%)
}

.navigation.pagination .page-numbers.next:after{
	content:"»";
}

.navigation.pagination .page-numbers.prev:after{
	content:"«";
}

.navigation.pagination .page-numbers.current{
	background: #fefefc;
    color: #000;
    border: 1px solid #6c7c93
}

.doctorVan.bgBold .doc-content{ padding-right:85px; }
.doctorVan.bgNone .doc-content{ padding-left:85px; }
section.teamDoctor .doctor p{ text-align:justify; }

section.categoryContent .listNews a.tt{
	max-height: 48px;
	height:48px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#secondary .widget-title{
	padding:0;
	margin:0;
	text-align: left;
	position:relative;
}#secondary .widget-title:before{
	position:absolute;
	content:"";
	height:2px;
	width:30px;
	background:#66bde6;
	bottom:0;
	left:0;
	margin-bottom:10px;
}

.book .btnColorMain{ border:0; }

.formContact .wpcf7-form input.btnSend{
    float: left;
    width: auto;
    background: #66bde6;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    display: inline-block;
    width: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
}

footer .register .btnSend input{
	background: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}
section .servicesGenki .listServices .nameService a {
    color: #66bde6;
    font-weight: bold;
}
.listServices .icon{
	display: inline-block;
    padding: 45px;
    background: #66bde6;
    border-radius: 50%;
	transition:all .5s;
}.listServices div:hover .icon{
	background:#016898;
}

.hl_home_sys .img-out{ margin-bottom:30px; }



.div_to_pad15{
	padding: 0 15px;
}
/*footer copyright*/
.fixedft {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 99;
	left: 0;
}
.footer-copyright {
	width: 100%;
	padding: 10px 0;
	font-size: 15px;
	color: #fff;
	background: #1077bc;
}
.footer-copyright a{
	color: #fff;
}
.flex_copyright{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.col_flex_50{
	max-width: 50%;
	flex: 0 0 100%;
}

.footer_top{

}
.footer_top .bg_ft_top{
	padding: 20px 0 50px;
	background: #f2f1f1;
}
.footer_top .flex_fttop{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
.footer_top .flex_fttop .col_flex_25{
	max-width: 25%;
	flex: 0 0 100%;
}
.footer_top .flex_fttop .col_flex_25 .title_ft{
	font-size: 16px;
    padding-bottom: 10px;
    margin: 10px 0;
    font-weight: bold;
    text-transform: inherit;
    color: #000;
    position: relative;
    border-bottom: 2px solid #d4d3d3;
}
.footer_top .flex_fttop .col_flex_25 .title_ft:after {
    content: "";
    height: 5px;
    width: 65px;
    background: #275ada;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.footer_top .flex_fttop li {
    padding: 6px 0;
}
.footer_top .flex_fttop li h4 {
    font-size: 17px;
    line-height: 20px;
    color: #275ada;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer_top .flex_fttop li i {
    color: #273986;
}
.footer_top .flex_fttop .ggmap_fttop, .footer_top .flex_fttop .fanpage_fttop{
	margin-top: 30px;
}
.footer_top .flex_fttop .timework_ft{
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    display: block;
    font-size: 17px;
}
.dkbt_ft form{
	position: relative;
	border-radius: 5px 5px 5px 5px;
}
.dkbt_ft input[type="email"]{
	height: 44px;
    display: block;
    width: -webkit-fill-available;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.dkbt_ft form .btnSend {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: #275ada;
	font-size: 22px;
	margin: 0;
	border-radius: 0 4px 4px 0;
	height: 43px;
}
.dkbt_ft .btnSend input {
    background: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    height: 100%;
    width: 50px;
    font-size: 15px;
}
.dkbt_ft .btnSend .ajax-loader{
	display: none;
}


@media only screen and (max-width: 580px){
	.fixedft{
		position: relative;
	}
	.col_flex_50{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.footer_top .flex_fttop .col_flex_25 {
		max-width: 92%;
	}
}
@media(min-width: 581px) and (max-width: 900px){
	.fixedft{
		position: relative;
	}
	.col_flex_50{
		max-width: 50%;
		flex: 0 0 100%;
	}
	.footer_top .flex_fttop .col_flex_25 {
		max-width: 45%;
	}
}
/*END footer copyright*/


/*width giới thiệu - gia sư các tỉnh*/
.flex_about_c2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0;
}
.flex_about_c2 .col_flexc2_1{
	max-width: 75%;
	flex: 0 0 100%;
}
.flex_about_c2 .col_flexc2_1 .content_col1{
	padding-right: 15px;
	padding-left: 15px;
}
.flex_about_c2 .col_flexc2_1 .content_col1 .title_col1{
	padding: 0px;
	margin: 0px 0 20px;
	position: relative;
	display: block;
	border-bottom: 2px solid #d4d3d3;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.flex_about_c2 .col_flexc2_1 .content_col1 .title_col1 span{
	display: block;
	position: relative;
	width: 60px;
	height: 4px;
	background: #1077bc;
	padding: 0;
	margin: 10px 0 -2px;
}
.backgioithieu{
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 22px 100%;
	padding: 0 40px 0 0;
	margin: 0;
	position: relative;
	display: block;
	min-height: 400px;
}


.flex_about_c2 .col_flexc2_2{
	max-width: 25%;
	flex: 0 0 100%;
}
.flex_about_c2 .col_flexc2_2 .content_col2{
	padding-right: 15px;
	padding-left: 15px;
}
.flex_about_c2 .col_flexc2_2 .content_col2 .title_col2{
	padding: 0px;
	margin: 0px 0 20px;
	position: relative;
	display: block;
	border-bottom: 2px solid #d4d3d3;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.flex_about_c2 .col_flexc2_2 .content_col2 .title_col2 span{
	display: block;
	position: relative;
	width: 60px;
	height: 4px;
	background: #1077bc;
	padding: 0;
	margin: 10px 0 -2px;
}

#menu-gia-su-cac-tinh-thanh {
	overflow-y: scroll;
	height: 700px;
}
#menu-gia-su-cac-tinh-thanh li{
	border-top: 1px solid #ececec;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 5px 2px;
	background: #0088cc;
	border-bottom: 1px solid #0088cc;
}
@media only screen and (max-width: 580px){
	.flex_about_c2 .col_flexc2_1{
		max-width: 100%;
	}
	.flex_about_c2 .col_flexc2_1 .{
		background: #ffffff00;
		padding: 0;
	}
	.flex_about_c2 .col_flexc2_2 {
		max-width: 100%;
	}
	#menu-gia-su-cac-tinh-thanh {
		height: 400px;
	}
	.backgioithieu{
		padding: 0px;
		background: no-repeat;
	}
}
@media(min-width: 581px) and (max-width: 900px){
	.flex_about_c2 .col_flexc2_1{
		max-width: 100%;
	}
	.flex_about_c2 .col_flexc2_1 .{
		background: #ffffff00;
		padding: 0;
	}
	.flex_about_c2 .col_flexc2_2 {
		max-width: 100%;
	}
}
/*END width giới thiệu - gia sư các tỉnh*/

/*width social-map*/
.flex_social_map{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0;
}
.flex_social_map .col50_social_map{
	max-width: 50%;
	flex: 0 0 100%;
}
.flex_social_map .backsocial {
	color: #393939;
	text-align: center;
	padding: 0 15px;
}
.flex_social_map .title_social h3 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	position: relative;
	margin-top: 70px;
}
.flex_social_map .title_social h3:after {
	content: '';
	display: block;
	width: 130px;
	height: 2px;
	background: #fff;
	margin: 10px auto 0;
}
.flex_social_map .imgsocial {
	margin-bottom: 75px;
}
.flex_social_map .imgsocial img {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	margin-right: 10px;
}
@media only screen and (max-width: 580px){
	.flex_social_map .col50_social_map{
		max-width: 100%;
	}
}
@media(min-width: 581px) and (max-width: 900px){
}
/*END social-map*/

/*widget tintuc*/
.section_tintuc .title_tintuc h3{
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	line-height: normal;
	position: relative;
}
.section_tintuc .title_tintuc h3:after {
	content: '';
	display: block;
	width: 130px;
	height: 1px;
	background: #000;
	margin: 10px auto 0;
}
.section_tintuc .nav-tabss {
	border: 0;
	text-align: center;
	margin-bottom: 35px;
	padding-left: 0;
	display: block;
	width: 100%;
}
.section_tintuc .nav-tabss>li {
	float: none;
	margin-top: 10px;
	margin-bottom: -1px;
	display: inline-block;
}
.section_tintuc .nav-tabss>li a.active, .section_tintuc .nav-tabss>li a:hover{
	border-color: #7dc244;
}
.section_tintuc .nav-tabss>li a:focus{
	box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}
.section_tintuc .nav-tabss>li .akc-btn {
	font-size: 13px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #bfbfbf;
	padding: 0 25px 0 63px;
	border-radius: 6px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #555;
	background-color: #f9f9f9;
}
.bg-gray-tintuc {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.flexbox-auto-170px {
	flex: 0 0 200px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
.article-image-tin img {
	max-height: 100%;
	height: 100%;
	max-width: 100%;
	width: 100%;
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	object-fit: cover;
}
.g-content {
	padding: 50px 20px 30px;
	position: relative;
	border-top: 1px solid #e5e5e5;
}
.g-content .icon-link {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #7dc244;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: -25px;
}
.g-content .o-head {
	font-size: 17px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	color: #273986;
	height: 41px;
	overflow: hidden;
}
.g-content .o-content {
	margin-top: 15px;
	overflow: hidden;
	height: 61px;
}
.g-content .o-foot {
	position: absolute;
	width: 100%;
	bottom: -16px;
	left: 0;
	text-align: center;
}
.akc-btn.btn-primary {
	background: #273986;
}
.tablist-xemthem {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
	overflow: hidden;
}
.tablist-xemthem a {
	padding: 5px 28px;
	border: 1px solid #6779c4;
	color: #273986;
	position: relative;
}
.tablist-xemthem .akc-btn::before {
	left: 100%;
	content: '';
	display: block;
	width: 521px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #6779c4;
}
.tablist-xemthem .akc-btn::after {
	right: 100%;
	content: '';
	display: block;
	width: 522px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #6779c4;
}
.tab-pane .row{
	margin-left: 0;
	margin-right: 0;
}

/*END widget tintuc*/

/*width chuyen mục*/
.title-chuyenkhoa h3 {
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	line-height: normal;
	position: relative;
	margin-top: 30px;
}
.title-chuyenkhoa h3:after {
	content: '';
	display: block;
	width: 130px;
	height: 4px;
	background: #fff;
	margin: 10px auto 0;
}
.h5viewmorechuyenkhoa {
	margin: 20px auto 60px;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	word-spacing: 3px;
}
/*start hover chuyĂªn khoa*/
.no-padding {
	padding: 0
}
.what-we-do-best {
	text-align: center;
	background-color: #fff
}

.what-we-do-left {
	position: relative;
	width: 33%;
	float: left;
}

.what-we-do-best-left::before {
	position: absolute;
	background-color: #3cabed;
	opacity: .15
}

.what-we-do-block {
	background-color: #fff;
	border-right: 1px solid #eff3f7;
	border-bottom: 1px solid #eff3f7;
	position: relative;
	display: inline-block;
	width: 100%
}

.what-we-do-block p,
.what-we-do-block-content h5,
.what-we-do-block-content i img,
.what-we-do-block::after,
.what-we-do-block>img {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s
}

.what-we-do-block::after {
	position: absolute;
	background-color: transparent;
	opacity: 0;
	border-color: transparent
}

.st-inner>div:nth-child(1) .what-we-do-block::after,
.st-inner>div:nth-child(4) .what-we-do-block::after,
.st-inner>div:nth-child(7) .what-we-do-block::after,
.st-inner>div:nth-child(10) .what-we-do-block::after,
.st-inner>div:nth-child(13) .what-we-do-block::after {
	background-color: #1f2f75
}

.st-inner>div:nth-child(2) .what-we-do-block::after,
.st-inner>div:nth-child(5) .what-we-do-block::after,
.st-inner>div:nth-child(8) .what-we-do-block::after,
.st-inner>div:nth-child(11) .what-we-do-block::after,
.st-inner>div:nth-child(14) .what-we-do-block::after {
	background-color: #4c9db1
}

.st-inner>div:nth-child(3) .what-we-do-block::after,
.st-inner>div:nth-child(6) .what-we-do-block::after,
.st-inner>div:nth-child(9) .what-we-do-block::after,
.st-inner>div:nth-child(12) .what-we-do-block::after,
.st-inner>div:nth-child(15) .what-we-do-block::after {
	background-color: #b64950
}

.st-inner>div:nth-child(3n) .what-we-do-block {
	border-right: 0
}

.st-inner>div:nth-child(13) .what-we-do-block,
.st-inner>div:nth-child(14) .what-we-do-block,
.st-inner>div:nth-child(15) .what-we-do-block {
	border-bottom: 0
}

.what-we-do-block>img {
	opacity: 0;
	position: relative
}

.what-we-do-block:hover::after {
	opacity: .8
}

.what-we-do-block:hover img {
	opacity: 1
}

.what-we-do-block-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	padding: 0 10px;
	text-align: center
}

.what-we-do-block-content i {
	display: block;
	margin: 0 auto 10px;
	z-index: 1;
	width: 57px;
	height: 72.5px;
	overflow: hidden;
	position: relative
}

.what-we-do-block-content i img {
	position: relative;
	top: 0
}

.what-we-do-block:hover i img {
	top: -72.5px
}

.what-we-do-block-content h5 {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	color: #005aab;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-top: 0;
	z-index: 1;
	position: relative;
	text-align: center
}

.what-we-do-block p,
.what-we-do-title .what-we-do-block p,
.what-we-do-title .what-we-do-block:hover p {
	color: #999;
	position: relative;
	text-align: center
}

.what-we-do-block:hover h5,
.what-we-do-block:hover p {
	color: #fff;
	z-index: 1
}

.what-we-do-title .what-we-do-block:hover::after {
	display: none
}

.what-we-do-title .what-we-do-block {
	background-color: #fff
}

.what-we-do-title .what-we-do-block h3 {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center
}
.what-we-do-best-left::before,
.what-we-do-block::after {
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
/*end hover chuyĂªn khoa*/
@media only screen and (max-width: 580px){
	.title-chuyenkhoa h3 {
		font-size: 25px;
	}
	.h5viewmorechuyenkhoa{
		padding:0 10px;
	}
}
@media(min-width: 581px) and (max-width: 900px){

}
/*END width chuyen mục*/

.header-navigate {
	background: #f1f1f1;
	margin-bottom: 15px;
}
.header-navigate .breadcrumb {
    margin: 0px;
    background: none;
    padding: 8px 0px;
    display: block;
}
.header-navigate .breadcrumb a {
	color: #008ba7;
	font-size: 14px;
}

/*Page contact*/
.gg_map_pagelienhe{
	width: 100%;
}
.gg_map_pagelienhe iframe{
	height: 400px !important;
}
.form_pagelienhe{

}
.form_pagelienhe input[type="text"], .form_pagelienhe input[type="email"], .form_pagelienhe textarea{
	background-color: #fff;
	border: 1px solid #d6d4d4;
	box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
	color: #9c9b9b;
	display: block;
	font-size: 13px;
	height: 32px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 100%;
	border-radius: 4px;
}
.form_pagelienhe textarea{
	height: auto;
}
.form_pagelienhe input[type="submit"]{
	background-color: #428bca;
	border-color: #357ebd;
	color: #fff;
	cursor: pointer;
	border: 0;
	padding: 5px 10px;
	border-radius: 4px;
}
.h2lienhe h2{
	width: 100%;
	font-size: 30px;
	padding-bottom: 10px;
	margin: 25px 0;
	font-weight: bold;
	color: #1077bc;
	position: relative;
	border-bottom: 2px solid #d4d3d3;
	text-transform: uppercase;
}
.h2lienhe h2:after {
	content: "";
	height: 5px;
	width: 110px;
	background: #275ada;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.ul_collienhe1{

}
.ul_collienhe1 li {
	padding: 6px 0;
}
.ul_collienhe1 li i {
	color: #273986;
}
/*END page contact*/

/*back-to-top*/
.back-to-top {
	position: fixed;
	bottom: 5px;
	right: -50px;
	z-index: 100;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.back-to-top a {
	display: block;
	z-index: 999;
}
.back-to-top.display {
	right: 10px;
}
/*end back-to-top*/

/*END menu top menu*/
.container-fluidcss {
	width: 1300px;
	padding: 0;
	margin: 0;
}
.logo_marl30{
	line-height: 110px;
	width: 100%;
	height: 110px;
	margin-left: 45px;
}
.logo_marl30 img {
	height: 100px;
}
.totalcontact {
	margin-top: 25px;
	float: right;
}
.contact-item-block {
	height: 55px;
	border: 2px solid #f4831e;
	border-radius: 5px;
	padding: 10px;
	float: left;
}
.contact-item-block+.contact-item-block {
	margin-left: 20px;
}
.contact-item-block .m-content {
	float: left;
	padding-left: 35px;
	line-height: normal;
}
.contact-item-block .m-content p{
	margin: 0;
}
.contact-item-block .m-content .m-text-1 {
	font-size: 15px;
}
.contact-item-block .m-content .m-text-2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #f48221;
}
.m-text-2 a {
	color: #337ab7;
}

@media only screen and (max-width: 580px){
	.container-fluidcss{
		width: 100%;
	}
	.hidden-xs{
		display: none;
	}
	.logo_marl30{
		margin-left:0px;
		text-align: center;
	}
}
@media(min-width: 581px) and (max-width: 900px){
	.container-fluidcss{
		width: 100%;
	}
	.logo_marl30{
		margin-left:0px;
		text-align: center;
	}
	.hidden-xs{
		display: none;
	}
}
@media only screen and (max-width: 900px){
	.container-fluidcss{
		box-shadow: 0 1px 3px rgb(0 0 0 / 9%);
		background: #d7d9db;
	}
	.logo_marl30 .iconSvg{
		width: 25px !important;
		height: 25px;
		top: 0 !important;
		left: 25px !important;
	}
	.hidden-lg{
		display: block !important;
	}
	.boxSearch_mobi{
		margin: 10px;
	}
	.boxSearch_mobi form{
		position: relative;
		border-radius: 5px 5px 5px 5px;
	}
	.boxSearch_mobi input[type="search"]{
		height: 44px;
		display: block;
		width: -webkit-fill-available;
		padding: 6px 10px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
	}
	.boxSearch_mobi button[type="submit"]{
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		background: #ffffff;
		font-size: 22px;
		margin: 0;
		border-radius: 0 4px 4px 0;
		height: 44px;
		width: 50px;
		border: 1px solid #ccc;
		color: red;
		border-left: 0;
	}
	.boxSearch_mobi button[type="submit"] i{
		font-size: 18px;
		color: #00AA46;
		vertical-align: middle;
	}
	.menu .search{
		display: none !important;
	}
}
/*END menu top menu*/

.btnhiddensearch {
    color: #04e9ff;
    font-size: 24px;
    height: 30px;
    padding: 0 5px;
    line-height: 30px;
    background: 0;
    border: none;
}
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.title_single{
	font-size: 30px;
    padding-bottom: 10px;
    margin: 25px 0;
    font-weight: bold;
    color: #1077bc;
    position: relative;
    border-bottom: 2px solid #d4d3d3;
    text-transform: uppercase;
}
.title_single:after{
	content: "";
    height: 5px;
    width: 110px;
    background: #275ada;
    position: absolute;
    left: 0;
    bottom: -2px;
}
#article .info-title-related-article {
    background-image: url(https://theme.hstatic.net/1000173891/1000246680/14/bg-line-dot.png);
    background-position: 0 50%;
    background-repeat: repeat-x;
    overflow: hidden;
    text-transform: uppercase;
    margin: 15px 0px 5px;
}
#article .info-related-articles {
    margin-bottom: 15px;
}
#article .info-related-articles li.item {
    line-height: 14px;
    border-bottom: 1px #ddd dashed;
}
#article .info-related-articles li.item a {
    color: #555;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
}
#article .info-related-articles li.item i {
    padding-right: 5px;
    color: #008A7B;
}
.h1lienhe h1 {
    font-size: 30px;
    padding-bottom: 10px;
    margin: 25px 0;
    font-weight: bold;
    color: #1077bc;
    position: relative;
    border-bottom: 2px solid #d4d3d3;
    text-transform: uppercase;
}
.gobackhome {
    float: right;
    font-size: 17px;
    padding: 5px 28px;
    border: 1px solid #6779c4;
    color: #273986;
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.h1lienhe h1:after {
    content: "";
    height: 5px;
    width: 110px;
    background: #275ada;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.bg-gray {
    border-radius: 4px;
    margin: 5px auto 20px;
    border: 1px solid #e1e1e1;
}
.flexbox-auto-200px {
    flex: 0 0 200px;
    height: 220px;
    overflow: hidden;
    position: relative;
    border: 1px solid white;
    border-radius: 5px;
}
.article-image-index img {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    object-fit: cover;
}
.flexbox-auto-200px img {
    transition: .3s ease-in-out;
}
.flexbox-content {
    flex: 1 1 0;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}
.article-description-index h2 {
    font-size: 19px;
    /* text-transform: uppercase; */
    height: 30px;
    overflow: hidden;
    margin: 5px 0;
    padding-top: 5px;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.article-description-index h2 a {
    color: #000;
}