/*.site-header*/
/*top-header*/
.top-header ul li{
	list-style: none;
}
.top-header-contact{
	box-shadow: 0px 1px 10px rgba(27, 41, 98, 0.15);
}
.top-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 0;
}
/*question-web*/
.top-header .question-web ul{
	display: flex;
}
.top-header .question-web ul li{
	position: relative;
}
.top-header .question-web ul li:before{
	content: "";
	position: absolute;
	height: 100%;
	background: #1B2962;
	width: 2px;
}
.top-header .question-web ul li a{
	text-decoration: none;
	font-size: 14px;
    line-height: 17px;
    color: #393939;
    padding: 0 30px 0 12px
}
.top-header .question-web ul li:last-child a{
	padding-right: 0;
}
.top-header .question-web ul li:hover:before{
	background: #0088FF;
}
.top-header .question-web ul li:hover a{
	color: #0088FF;
}
/*contact-header*/
.top-header .contact-header ul{
	display: flex;
}
.top-header .contact-header ul li{
	margin-left: 10px;
}
.top-header .contact-header ul li a{
	text-decoration: none;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 50%;
	display: block;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.top-header .contact-header ul li a i{
	line-height: 24px;
	color: #ffffff;
}	
.top-header .contact-header ul li:first-child a,
.contact-left-contain ul li:first-child a{
	background: #1B7BFD;
}
.top-header .contact-header ul li:nth-child(2) a,
.contact-left-contain ul li:nth-child(2) a{
	background: #42C0F5;
}
.top-header .contact-header ul li:nth-child(3) a,
.contact-left-contain ul li:nth-child(3) a{
	background: #C23785;
}
.top-header .contact-header ul li:nth-child(4) a,
.contact-left-contain ul li:nth-child(4) a{
	background: #EF5043;
}
.top-header .contact-header ul li:last-child a,
.contact-left-contain ul li:last-child a{
	background: #0073B1;
}
.top-header .contact-header ul li:nth-child(2) a i{
	font-size: 7px;
}
/*home-header*/
.home-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
}
.home-header .logo-header,
.home-header .banner-header{
	line-height: 0;
}
.menu-top{
	background: #ffffff;
	margin-bottom: 20px;
	position: absolute;
	width: 100%;
}
/*main-menu*/
.main-menu{
	position: relative;
}
.main-menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.main-menu .menu-header-main{
	display: flex;
	justify-content: space-between;
}
.main-menu .open-menu-all{
	padding-left: 11px;
	padding-right: 19px;
	cursor: pointer;
}
.main-menu .open-menu-all .icon-menu{
	display: block;
	position: relative;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}
.site-main{
	margin-top: 125px;
}
.main-menu .open-menu-all span{
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background: #ffffff;
}
.main-menu .open-menu-all span:first-child{
	top: 0;
}
.main-menu .open-menu-all span:nth-child(2){
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.main-menu .open-menu-all span:last-child{
	bottom: 0;
}
.main-menu .open-menu-all:hover{
	background: #0088FF;
}
.main-menu .menu-header-main .menu-left{
	background: #1B2962;
	display: flex;
}
.main-menu .menu-header-main .contact-right a{
	font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    background: linear-gradient(291.34deg, #EE900A 0%, #F2AA44 48.75%, #F09F2C 100%);
    border-radius: 6px;
    padding: 12px 4px 12px 6px;
}
.main-menu .menu-header-main .contact-right img{
	margin-right: 3px;
}
.main-menu .nav-left{
	display: flex;
}
.main-menu .nav-left > ul{
	display: flex;
	align-items: center;
}
.main-menu .nav-left > ul > li > a{
	display: block;
	padding: 16px 20px;
	font-size: 15px;
	font-weight: 600;
    line-height: 18px;
    color: #FFFFFF;
	text-decoration: none;
}
.main-menu .nav-left > ul > li:first-child > a {
	padding-left: 35px;
	position: relative;
  	color: #1B2962;
}
.main-menu .nav-left > ul > li:first-child > a:before{
	content: "\e911";
	position: absolute;
	font-family: 'icomoon';
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	left: 20px;
}
.main-menu .nav-left > ul > li:first-child > a:hover {
	color: #0088FF;
}
.main-menu .nav-left > ul > li.active > a,
.main-menu .open-menu-all.active,
.main-menu .nav-left > ul > li:hover > a{
    background: #0088FF;
}
.main-menu .dropdown-menu{
	position: absolute;
	top: calc(100% + 5px);
	z-index: 99;
	width: 1020px;
	height: 315px;
	left: 50%;
	display: none;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background: #FFFFFF;
	padding: 15px 30px 18px 10px;
	border: 1px solid #1F3CAD;
	border-top:15px solid #1F3CAD ;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    transition: all 0s ease-in-out;
}
.main-menu .dropdown-menu:before{
	content: "";
	position: absolute;
	height: 5px;
	width: 100%;
	left: 50%;
	top: -20px;
	background: #ffffff;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.main-menu .dropdown-menu div > ul > li > a{
	display: block;
	position: relative;
}
.main-menu .dropdown-menu div > ul li:last-child{
	margin-bottom: 0;
}
.main-menu .parent.item{
	width: 210px;
}
.main-menu .dropdown-menu div > ul > li > a:before{
	position: absolute;
	content: "";
	border-top: 4px solid transparent;
	border-left: 6px solid #1F3CAD;
	border-bottom: 4px solid transparent;
	left: -12px;
	top: 50%;
	display: none;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.main-menu .nav-left .dropdown-menu div > ul > li:hover > a:before{
	display: block;
}
.main-menu .nav-left .dropdown-menu  div > ul > li > a{
	font-size: 16px;
	text-decoration: none;
    line-height: 19px;
    color: #151515;
    max-width: 212px;
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 10px;
    border: 0.5px solid #1B2962;
    margin-bottom: 5px;
    border-radius: 5px;
}
.main-menu .nav-left .dropdown-menu div > ul > li:hover .sub-menu-tag{
	background: #1F3CAD;
	color: #FFFFFF;
}
.main-menu li:hover >.dropdown-menu {
	margin-top: 0;
	display: block;
}
.main-menu .post-li-menu{
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 212px;
	padding-left: 28px;
	width: 798px;
	padding-right: 30px;
	transition: all 0.5s ease-in-out 0s;
	visibility: hidden;
	opacity: 0;
}
.main-menu .post-li-menu .item-post-li{
	width: 132px;
	height: 285px;
}
.main-menu .post-li-menu .img-item-pl{
	margin-bottom: 12px;
}
.main-menu .post-li-menu .item-post-li h5{
	text-align: justify;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}
.main-menu .post-li-menu .item-post-li h5 a{
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #151515;

}
.main-menu .dropdown-menu .nav-block{
	position: relative;
}
.main-menu .dropdown-menu > div > ul > li:hover >.post-li-menu{
    opacity: 1;
    visibility: visible;	
}
.main-menu .post-li-menu .owl-nav .owl-prev,
.main-menu .post-li-menu .owl-nav .owl-next{
	width: 24px;
    height: 24px;
    position: absolute;
    background: rgba(27, 41, 98, 0.5);
    display: block;
    bottom: 10px;
    right: 30px;
}
.main-menu .post-li-menu .owl-nav .owl-prev:hover,
.main-menu .post-li-menu .owl-nav .owl-next:hover{
	background: #1B2962;
}
.main-menu .post-li-menu .owl-nav .owl-prev{
	right: 64px;
}
.main-menu .post-li-menu .owl-nav .owl-prev i,
.main-menu .post-li-menu .owl-nav .owl-next i{
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
}
.stick{
	position: fixed;
	top: 0px;
	z-index: 99999;
	width: 100%;
}
/*all_menu*/
.main-menu .menu-all-header{
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    display: none;
}
.main-menu .menu-all-header:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 9999;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
}
.main-menu .menu-show{
	position: absolute;
	top: 50%;
	width: 1020px;
	height: 506px;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	padding: 13px 20px 0 12px;
	background: #FFFFFF;
	z-index: 9999999 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    transition: all 0.1s;
}
.menu-all-header h2{
	font-size: 20px;
    line-height: 24px;
    color: #1B2962;
}

/*close-menu*/
.menu-all-header .all-category{
	margin-bottom: 31px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #E5E5E5;
}
.menu-all-header .all-category .close-menu{
	position: relative;
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: block;
}
.menu-all-header .all-category .close-menu span{
	position: absolute;
	background: #333333;
	height: 1.6px;
    transform: rotate(45deg);
	width: 20px;
	top: 10px;
	right: 0;
	border-radius: 3px;
}
.menu-all-header .all-category .close-menu span:last-child{	
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) !important;
}
/*top-menu-all*/
.menu-all-header .top-menu-all{
	padding-left: 4px;
	margin-bottom: 42px;
}
.menu-all-header .top-menu-all{
	display: flex;
}
.menu-all-header .top-menu-all li{
	margin-right: 129px;
}
.menu-all-header .top-menu-all li a{
	text-decoration: none;
	font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #151515;
    font-weight: 400;
}
.menu-all-header .top-menu-all li:first-child a{
	padding-left: 36px;
	position: relative;
}
.menu-all-header .top-menu-all li:first-child a:before{
	position: absolute;
	content: "\e911";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
	font-size: 26px;
	color: #151515;
	font-family: 'icomoon';
}
.menu-all-header .top-menu-all li:last-child{
	padding-left: 14px;
	position: relative;
	margin-right: 0;
}
.menu-all-header .top-menu-all li:last-child:before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: #0088FF;
	left: 0;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
}
/*bottom-menu-all*/
.menu-all-header .bottom-menu-all{
	display: flex;
	padding-left: 4px;
}
.menu-all-header .bottom-menu-all > li > a{
	font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #151515;
    text-decoration: none;
}
.menu-all-header .bottom-menu-all > li{
	padding-left: 12px;
	position: relative;
	display: inline-block;
}
.menu-all-header .bottom-menu-all > li:before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: #0088FF;
	left: -2px;
	border-radius: 50%;
	top: 5px;
}
.menu-all-header .bottom-menu-all > li:first-child{
	padding-right: 57px;
}
.menu-all-header .bottom-menu-all > li:nth-child(2){
	padding-right: 104px;
}
.menu-all-header .bottom-menu-all > li:nth-child(3){
	padding-right: 50px;
}
.menu-all-header .bottom-menu-all .term-child{
	margin-top: 18px;
	position: relative;
}
.menu-all-header .bottom-menu-all .term-child:before{
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% + 22px);
	top: -30px;
	background: #0088FF;
	left: -12px;
	z-index: 99;
}
.menu-all-header .bottom-menu-all .term-child li{
	margin-bottom: 14px;
	position: relative;
}
.menu-all-header .bottom-menu-all .term-child li:before{
	content: "";
	position: absolute;
	width: 8px;
	height: 1px;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
	background: #C4C4C4;
}
.menu-all-header .bottom-menu-all .term-child li:after{
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: -6px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
	background: #C4C4C4;
}
.menu-all-header .bottom-menu-all .term-child li:last-child{
	margin-bottom: 0;
}
.menu-all-header .bottom-menu-all .term-child li a{
	text-decoration: none;
	font-size: 14px;
    line-height: 17px;
    color: #555555;
}
.menu-all-header .bottom-menu-all .term-child li:hover:before,
.menu-all-header .bottom-menu-all .term-child li:hover:after{
	background:#0088FF ;
}
.menu-all-header .bottom-menu-all .term-child li a:hover{
	color: #0088FF;
}
/*logo-home-mobile*/
.logo-home-mobile{
	display: none;
	padding: 0 8px;
	text-decoration: none;
}
.logo-home-mobile i{
	font-size: 24px;
	line-height: 50px;
}
/*find-search*/
.find-search{
	padding-top: 15px;
}
.find-search.bgr{
    position: relative;
}
.find-search.bgr:after{
    content: "";
    position: absolute;
    background: #000000;
    opacity: 0.6;
    top: 57px;
    left: 0;
    right: 0;
    bottom: -1000px;
    display: block;
    z-index: 1999;
}
.find-search .form-search{
	position: relative;
}
.find-search .form-search input[type="search"]{
	width: 548px;
	height: 40px;
	padding: 11px 50px 10px 20px;
	font-size: 16px;
    line-height: 19px;
    font-style: normal;
    color: #333333;
    outline: none;
    font-family: 'Roboto', sans-serif;
    background: #F4F4F4;
    border-radius: 3px;
	border: 0.5px solid #393939;
}
.find-search .form-search input[type="search"]:placeholder{
	font-family: 'Roboto', sans-serif;
}
.find-search .form-search button{
	position: absolute;
	right: 1px;
	background: #ADD9FF;
    border-radius: 0px 2.5px 2.5px 0px;
    z-index: 1;
    border: none;
    top: 1px;
    width: 40.5px;
    height: 38px;
    line-height: 40px;
    cursor: pointer;
}
/*.search-category-header*/
.search-category-header{
	display: flex;
	justify-content: space-between;
}
.search-category-header ul{
	display: flex;
}
.search-category-header ul li{
	list-style: none;
	margin-right: 10px;
}
.search-category-header ul li:last-child{
	margin-right: 0;
}
.search-category-header ul li a{
	width: 216px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
	background: #FFFFFF;
    border: 0.5px solid #393939;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.search-category-header ul li a:hover{
	background: #0088FF;
	color: #FFFFFF;
	border: 0.5px solid #0088FF;
}
/*contact-header*/
.contact-left-contain{
	position: fixed;
	top: 46.5%;
}
.contact-left-contain ul{
	position: absolute;
	left:-100px;
}
.contact-left-contain ul li{
	display: block;
	margin-bottom: 10px;
}
.contact-left-contain ul li a{
	text-decoration: none;
	height: 40px;
	width: 40px;
	display: block;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
}
.contact-left-contain ul li a i{
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
}
.contact-left-contain ul li:nth-child(2) a i{
	font-size: 11px;
}
/*gioithieu*/
.page-present .question-japanbiz{
	padding-top: 40px;
}
.question-japanbiz .title-about{
	margin-bottom: 36px;
}
.question-japanbiz .title-about h1{
	text-align: center;
	font-size: 24px;
    line-height: 29px;
    color: #151515;
    margin-bottom: 39px;
}
.question-japanbiz .title-about img{
	margin: 0 auto;
	display: block;
}
.question-japanbiz .news-about .new{
	display: flex;
	margin-bottom: 50px;
}
.question-japanbiz .news-about .new:last-child{
	margin-bottom: 0;
	flex-direction: row-reverse;
}
.question-japanbiz .news-about .new .img-content{
	line-height: 0;
}
.question-japanbiz .news-about .new img{
	max-width: 588px;
	margin-right: 40px;
}
.question-japanbiz .news-about .new:last-child img{
	margin-right: 0px;
	margin-left: 40px;
}
.question-japanbiz .news-about .new h2{
	font-size: 18px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 14px
}
.question-japanbiz .news-about .new h4{
	font-size: 18px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 19px;
    text-align: justify;
}
.question-japanbiz .news-about .new p{
	font-size: 14px;
    line-height: 22px;
    color: #444444;
    text-align: justify;
}
.question-japanbiz .link-goto{
	margin-top: -10px;
}
.question-japanbiz .link-goto a{
	border: 0.5px solid #1B2962;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    font-size: 14px;
    line-height: 42px;
    color: #24243F;
    text-decoration: none;
    height: 42px;
    width: 228px;
    text-align: center;
    display: block;
}
.question-japanbiz .link-goto a:hover{
	background: #0088FF;
	color: #ffffff;
	border: 1px solid #0088FF;
}
.question-japanbiz .link-goto a img{
	margin-left: 10px;
}
/*character-web*/
.character-web{
	padding: 50px 0;
}
.character-web .title-content{
	max-width: 547px;
	text-align: center;
	margin: 0 auto;
}
.character-web .title-content h2{
	font-size: 24px;
    line-height: 29px;
    color: #151515;
    margin-bottom: 14px;
}
.character-web .title-content p{
	font-size: 14px;
    line-height: 22px;
    color: #444444;
}
.character-web .infos-content .info{
	margin-bottom: 50px;
	min-height: 158px;
}
.character-web .infos-content .info h3{
	font-size: 20px;
    line-height: 24px;
    color: #333333;
    background: #CBE6FF;
    font-weight: 500;
    border-radius: 5px;
    padding: 14px 28px 12px 20px;
    margin-bottom: 20px;
}
.character-web .infos-content .info p{
	font-size: 14px;
    line-height: 22px;
    color: #444444;
    margin-bottom: 0;
    text-align: justify;
}
/*site-main*/
/*featured-posts*/
..five-new-post .item-lst-month h5{
	padding-top:35px;
}
.featured-posts-main{
	padding-top: 24px;
}
.featured-posts-main .title-post-popular{
	margin-bottom: 14px;
	min-height: 40px;
}
.featured-posts-main{
	padding-top:35px;
	background: rgba(0, 136, 255,0.1);
}
.featured-posts.pd-bt{
    padding-bottom: 50px;
}
.site-main .title-grp-page{
	padding-bottom: 10px;
    border-bottom: 1px solid #393939;
}
.site-main .title-grp-page h2{
	font-size: 24px;
    line-height: 28px;
    color: #1B2962;
    position: relative;
    display: inline-block;
    font-weight: 700;
}
.site-main .title-grp-page h2:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	display: block;
    background: #0088FF;
    top: calc(100% + 10px);
    left: 0;
    z-index: 6;
}
.post-main-popular{
	padding-top: 25px;
}
.featured-posts .lst-featured-posts{
	padding-top: 30px;
	position: relative;
}
.featured-posts-main .lst-featured-posts{
	padding-top: 30px;
	padding-bottom: 48px;
}
.featured-posts .lst-featured-posts .item .ct-fp {
	padding-top: 10px;
}
.featured-posts .lst-featured-posts .item .date-posts{
	margin-bottom: 6px;
}
.site-main .date-posts{
    font-size: 14px;
    line-height: 16px;
    color: #666666;
}
.site-main .title-post-popular{
	text-align: justify;
	width: 100%;
	line-height: 0;
}
.bgr-new{
	height: 207px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.site-main .title-post-popular:hover a,
.new-post-home .ct-nph-right .list-content h4:hover a,
.five-new-post .item-lst-week h5:hover a, 
.five-new-post .item-lst-month h5:hover a,
.economic-it h3:hover a,
.site-main .bottom-posts h5:hover a,
.semina-home h3:hover a,
.semina-home h5:hover a,
.main-menu .post-li-menu .item-post-li h5:hover a{
	color: #1F3CAD;
	transition: all 0.5s ease;
}
.site-main .title-post-popular a{
	font-size: 18px;
    line-height: 21px;
    text-align: justify;
    font-weight: 500;
    color: #151515;
    text-decoration: none;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.site-main .post-tag{
	/*display: flex;*/
	line-height: 0;
}
.site-main .post-tag li{
	list-style: none;
	margin-right: 10px;
	display: -webkit-inline-box;
}
.site-main .post-tag li:last-child:not(:first-child) a {
	margin-bottom: 0;
}
.site-main .post-tag li a{
	font-size: 12px;
    line-height: 20px;
    display: block;
    text-decoration: none; 
    color: #1B2962;
    height: 20px;
    padding: 0 5px;
    background: #CBE6FF;
    border-radius: 2px;
    transition: all 0.3s ease;
    border: 1px solid #CBE6FF;
    /*margin-bottom: 2px;*/
    margin-bottom: 5px;
}
.site-main .post-tag li a:hover{
	color: #FFFFFF;
    background: #0088FF;
}
.featured-posts .lst-featured-posts .owl-dots{
	display: none;
}
.featured-posts .lst-featured-posts .owl-nav i{
	color: #FFFFFF;
	font-size: 13px;
	line-height: 30px;
}
.featured-posts .lst-featured-posts .owl-nav .owl-prev,
.featured-posts .lst-featured-posts .owl-nav .owl-next{
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	background: #0088FF;
    opacity: 0.5;
    text-align: center;
    /*top: 90px;*/
    top: 30%;
}
.featured-posts .lst-featured-posts .owl-nav .owl-prev{
	left: -15px;
}
.featured-posts .lst-featured-posts .owl-nav .owl-next{
	right: -15px;
}
/*new-post-home*/
.new-post-home{
	padding-top: 40px;
	padding-bottom: 40px;
}
.new-post-home .lst-nph{
	padding-top: 30px;
	display: flex;
}
.new-post-home .lst-nph .nph-left{
	max-width: 54.1%;
	margin-right: 30px;
}
.new-post-home .lst-nph .nph-left .img-nph-left{
	line-height: 0;
}
.new-post-home .lst-nph .nph-left .img-nph-left img{
	width: 100%;
	line-height: 0;
	margin-bottom: 10px;
	max-height: 304px;
}
.new-post-home .lst-nph .nph-left .date-posts{
	margin-bottom: 10px;
}
.site-main .new-post-home .post-tag{
	margin-bottom: 10px;
	margin-top: 0;
}
.site-main .new-post-home .nph-right .post-tag {
  	margin-bottom: 2px;
}
.site-main .new-post-home .post-tag li{
	margin-right: 10px;
}
.new-post-home .ct-nph-right .date-posts{
	font-size: 12px;
    line-height: 14px;
}
/*ct-nph-right*/
.new-post-home .nph-right{
	width: calc(100% - 30px - 54.1%);
}
.new-post-home .ct-nph-right{
	display: flex;
	margin-bottom: 10px;
}
.new-post-home .list-right:last-child .ct-nph-right{
	margin-bottom: 0;
}
.new-post-home .ct-nph-right .number-key{
	height: 78px;
	min-width: 15px;
	background: #0088FF;
	text-align: center;
	margin-right: 14px;
	position: relative;
	line-height: 73px;
}
.new-post-home .ct-nph-right .number-key:after{
	position: absolute;
	content: "";
	display: block;
	border-top: 6px solid transparent;
	border-left: 6px solid #0088FF;
	border-bottom: 6px solid transparent;
	top: 50%;
	right: -6px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
}
.new-post-home .list-right:nth-child(2) .number-key,
.new-post-home .list-right:nth-child(3) .number-key{
	background: rgba(0, 136, 255, 0.8);
}
.new-post-home .list-right:nth-child(2) .number-key:after,
.new-post-home .list-right:nth-child(3) .number-key:after{
	border-left: 6px solid rgba(0, 136, 255, 0.8);
}

.new-post-home .list-right:nth-child(4) .number-key,
.new-post-home .list-right:nth-child(5) .number-key{
	background: rgba(0, 136, 255, 0.6);
}
.new-post-home .list-right:nth-child(4) .number-key:after,
.new-post-home .list-right:nth-child(5) .number-key:after{
	border-left: 6px solid rgba(0, 136, 255, 0.6);
}
.new-post-home .list-right:nth-child(6) .number-key{
	background: rgba(0, 136, 255, 0.4);
}
.new-post-home .list-right:nth-child(6) .number-key:after{
	border-left: 6px solid rgba(0, 136, 255, 0.4);
}
.new-post-home .ct-nph-right .number-key span{
	font-size: 16px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
}
.new-post-home .ct-nph-right .list-content h4{ 
	overflow: hidden;
	margin-bottom: 5px;
	text-align: justify;
	line-height: 0;
	min-height:32px ;
}
.new-post-home .ct-nph-right .list-content h4 a{
	font-size: 14px;
    line-height: 16px;
    text-align: justify;
    font-weight: 500;
    color: #151515;
    text-decoration: none;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.new-post-home .ct-nph-right .date-posts{
	margin-bottom: 0;
}
.new-post-home .title-post-popular{
	margin-bottom: 10px;
	min-height: 42px;
}
.new-post-home .ct-nph-left p{
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 0;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
}
/*ad-home*/
.ad-home .container{
	line-height: 0;
}
/*.five-new-post*/
.five-new-post{
	padding-top: 40px;
}
.five-new-post .lst-fnp{
	padding-top: 30px;
}
.five-new-post .lst-fnp > ul{
	display: flex;
}
.five-new-post .lst-fnp > ul > li{
	width: 50%;
	font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    height: 60px;
    font-weight: 500;
    background: #C4C4C4;
}
.five-new-post .tab-container{
	padding: 25px 40px 22px 35px;
	border: 2px solid #1B2962;
	transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
}
.five-new-post .item-lst-week,
.five-new-post .item-lst-month{
	display: flex;
	margin-bottom: 15px;
}
.five-new-post .item-lst-week .title-post-new,
.five-new-post .item-lst-month .title-post-new{
	width: calc(100% - 251px);
}
.five-new-post .item-lst-week:last-child,
.five-new-post .item-lst-month:last-child{
	margin-bottom: 0;
}
.five-new-post .tab-switcher.active{
	background: #1B2962;
}
.five-new-post .item-lst-week .left-img-post,
.five-new-post .item-lst-month .left-img-post{
	display: flex;
	align-items: center;
}
.five-new-post .item-lst-week .count-fnp,
.five-new-post .item-lst-month .count-fnp{
	min-width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #EFEFEF;
    display: block;
    text-align: center;
    margin-right: 30px;
}
.five-new-post .item-lst-week .count-fnp p,
.five-new-post .item-lst-month .count-fnp p{
	color: #0088FF;
	font-size: 26px;
    line-height: 56px;
    font-weight: 400;
    vertical-align:middle;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
}
.five-new-post .item-lst-week .img-item-fnp,
.five-new-post .item-lst-month .img-item-fnp{
	margin-right: 15px;
	line-height: 0;
	max-width: 150px;
}
.five-new-post .item-lst-week .post-tag,
.five-new-post .item-lst-month .post-tag{
	margin-top: 0;
	margin-bottom: 10px;
}
.five-new-post .item-lst-week h5,
.five-new-post .item-lst-month h5{
	margin-bottom: 6px;
	text-align: justify;
	min-height: 42px;
}
.five-new-post .item-lst-week h5 a,
.five-new-post .item-lst-month h5 a{
	font-size: 18px;
    line-height: 21px;
    text-align: justify;  
    color: #151515;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.five-new-post .item-lst-week .date-posts,  
.five-new-post .item-lst-month .date-posts{
      margin-bottom: 0;
}
.five-new-post .img-item-fnp img{
	/*max-width: 132px;*/
	width: 100%;
}
/*post-contain*/
.post-sidebar{
	display: flex;
	justify-content: space-between;
	padding: 40px 0 50px 0;
}
.post-contain{
	width: 74.2%;
}
.post-sidebar .sidebar-page{
	margin-top: 6px;
}
/*economic-it*/
.economic-it,
.lst-market-entry{
	padding-bottom: 40px;
}
.economic-it.semina-economic{
	padding-bottom: 0;
}
.post-sidebar-main .economic-it .post-economy .date-posts{
	margin-bottom: 10px;
}
.economic-it h3{
	text-align: justify;
	margin-bottom: 10px;
	line-height: 0;
	min-height: 40px;
}
.economic-it h3 a{
	font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #151515;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
   -webkit-line-clamp: 2; 
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.economic-it p{
	font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #333333;
    margin-bottom: 10px;
    background: #f000;
    min-height: 72px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}
.post-sidebar-main .economic-it .post-economy .post-tag{
	margin-top: 0;
}
.post-sidebar-main .economic-it .below-et .date-posts{
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
}
.post-sidebar-main .below-et{
	margin-bottom: 5px;
}
.economic-it .top-et{
	padding-bottom: 30px;
	padding-top: 20px;
}
.economic-it .top-et .post-economy{
	padding-top: 10px;
}

.site-main .bottom-posts{
	display: flex;
	margin-bottom: 25px;
}

.site-main .img-banner,
.site-main .bottom-posts .img{
	line-height: 0;
}
.post-sidebar-main .bottom-posts .img{
	max-width: 150px;
	min-width: 150px;
}
.post-sidebar-main .bottom-posts .img img{
	width: 100%;
}
.post-sidebar-main .item-bsh .img{
	max-width: 100%;
}
.site-main .bottom-posts .ct-ibe{
	max-width: 209px;
}
.site-main .bottom-posts h5{
	text-align: justify;
	line-height: 0;
	margin-bottom: 4px;
	min-height: 30px;
}
.site-main .bottom-posts h5 a{
	font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #151515;
    text-decoration: none;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;

}
.site-main .btn-cate-post{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: right;
}
.site-main .btn-cate-post a{
	font-style: italic;
	text-decoration: none;
	font-size: 15px;
	color: #252525;
	position: relative;
	line-height: 18px;
	padding-right: 25px;
	font-family: 'Roboto', sans-serif;
}
.site-main .btn-cate-post a:hover:after,
.site-main .btn-cate-post a:hover{
	color: #1F3CAD;
}
.site-main .btn-cate-post a:after{
	content: '\f0da';
	font-family:'FontAwesome';
	color: #252525;
	position: absolute;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
    font-style: normal;
}
.lst-market-entry .top-procedure{
	position: relative;
	margin-bottom: 40px;
}
.lst-market-entry{
	padding-top: 30px;
}
.lst-market-entry .top-procedure .info-post-new{
	position: absolute;
	padding: 82px 7px 14px 30px;
	bottom: 0;
	background: linear-gradient(180deg, rgba(111, 111, 111, 0) 0%, #000000 81.56%);
	opacity: 0.8;
}
.lst-market-entry .top-procedure .info-post-top .date-posts span{
	font-size: 16px;
    line-height: 19px; 
    color: #FFFFFF;
}
.lst-market-entry .top-procedure .info-post-top h3{
	text-align: justify;
}
.lst-market-entry .top-procedure .info-post-top h3 a{
	font-size: 28px;
    line-height: 34px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
}
#owl-home .owl-nav .owl-prev,
#owl-home .owl-nav .owl-next{
	width: 24px;
    height: 24px;
    position: absolute;
    background: rgba(27, 41, 98, 0.5);
    display: block;
    top: -70px;
    right: 0;
}
#owl-home .owl-nav .owl-prev{
	right: 34px;
}
#owl-home .owl-nav .owl-prev i,
#owl-home .owl-nav .owl-next i{
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}
#owl-home .owl-nav .owl-prev:hover,
#owl-home .owl-nav .owl-next:hover{
	background: #1B2962;
}
.lst-market-entry .bottom-posts .img,
.economic-it .bottom-posts .img{
	margin-right: 15px;
}
.lst-market-entry .btn-market a{
	padding-right: 40px;
}
.lst-market-entry .btn-market a:after{
	right: 15px;
}
.lst-market-entry .bottom-posts .date-posts,
.economic-it .bottom-posts .date-posts{
	margin-bottom: 3px;
}
/*semina-home*/
.semina-home{
	padding-top: 40px;
}
.semina-home .top-se-home{
	padding-top: 30px;
}
.semina-home .bottom-posts{
	display: block;
	margin-bottom: 30px;
}
.semina-home .bottom-posts .ct-ibe{
	max-width: 100%;
	padding-top: 10px;
	min-height: 150px;
}
.semina-home .top-post-semina .post-tag{
	padding-bottom: 15px;
}
.semina-home .top-post-semina{
	padding-bottom: 30px;
}
.semina-home .top-post-semina p{
	font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #444444;
    margin-bottom: 0;
    width: 100%;
}
.semina-home .bottom-posts img{
	width: 100%;	
}
.semina-home  h3{
	margin-bottom: 13px;
	text-align: justify;
	line-height: 0;
}
.semina-home  h3 a{
	font-size: 18px;
    line-height: 22px;
    color: #151515;
    text-decoration: none;
}
.semina-home  h5{
	width: 100%;
}
.semina-economic .item-bt-et{
	margin-bottom: 25px;
}
.semina-economic .item-bt-et .img{
	line-height: 0;
}
.semina-economic .item-bt-et .img img{
	width: 100%;
}
/*.semina-economic .item-bt-et .ct-ibe{
	padding-top: 10px;
}*/

.post-sidebar-main .item-bsh .ct-ibe{
	max-width: 100% !important;
	min-height: 167px;
}
/*thu tuc phap ly*/
.site-main .post-procedure{
	position: relative;
}
.site-main .post-procedure .content-post{
	position: absolute;
	bottom: 0px;
	padding: 82px 7px 14px 30px;
	background: linear-gradient(180deg, rgba(111, 111, 111, 0) 0%, #000000 81.56%);
	opacity: 0.8;
}
.site-main .post-procedure .img{
	line-height: 0;
}
.site-main .post-procedure .content-post .date-posts{
	margin-bottom: 8px;
}
.site-main  .post-procedure .content-post .date-posts span{
	font-size: 16px;
    line-height: 19px; 
    color: #ffffff;
}
.site-main .post-procedure .content-post .title-post-procedure a{
	font-size: 28px;
    line-height: 34px;
    color: #FFFFFF !important;
    font-style: normal;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.site-main .post-procedure .content-post .title-post-procedure{
	text-align: justify;
	margin-bottom: 0;
}
/*page-branch-number*/
.archive-post .item-cate-branch .date-posts{
	margin-bottom: 10px;
}
.archive-post .item-cate-branch h3{
	text-align: justify;
	min-height: 38px;
	margin-bottom: 10px;	
	line-height: 19px;
	font-size: 16px;
}
.archive-post .item-cate-branch h3 a{
	font-size: 16px;
	line-height: 19px;
    font-weight: 500;
    color: #151515;
    text-decoration: none;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical
}
.archive-post .item-cate-branch .img-cate-br{
	line-height: 0;
}
.archive-post .item-cate-branch .ct-cate-br{
	/*min-height: 160px;*/
	padding-top: 10px;
}
.branchs-page .grp-eco-it:first-child{
	padding-top: 0;
}
.branchs-page .post-branch-info{
	display: block !important;
}
.branchs-page .post-branch-info .img-branchs{
	line-height: 0;
}
.branchs-page .post-branch-info .img-branchs img{
	width: 100%;
}
.branchs-page .post-branch-info .content{
	padding-top: 10px;
}
.category-nganh .economic-it-page.branchs-page .post-branch-info .content {
  	max-width: 100%;
}
.category-nganh .branchs-page .post-branch-info .content h3{
	margin-bottom: 10px !important;
	font-weight: 500;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: justify;
    min-height: 76px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4 !important; /* number of lines to show */
            line-clamp: 4 !important; 
    -webkit-box-orient: vertical;
}
.page-procedure .grp-eco-it{
	padding-top: 40px;
}
.page-procedure .grp-eco-it:first-child{
	padding-top: 0;
}
/*thu tuc phap ly*/
.site-main .item-below-eco{
	display: flex;
	margin-bottom: 25px;
}
.site-main .item-below-eco .img{
	line-height: 0;
	min-width: 132px;
	margin-right: 15px;
	max-width: 150px;
}
.site-main .item-below-eco .content {
	max-width: calc(100% - 150px);
	width: 100%;
}
.site-main .item-below-eco img{
	/*max-width: 100%;*/
	margin-right: 15px;
}
.site-main .item-below-eco h3{
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: justify;
	color: #151515;
}

.branchs-page .post-branch-info .date-posts{
	margin-bottom: 8px;
}
/*.search-category*/
.search-category .container > div{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.search-category .search-checkbox{
	width: 74.2%;
}
.search-category .search-checkbox .search-title{
	max-width: 511px;
	margin: 0 auto;
	text-align: center;
}
.search-category .search-checkbox .search-title h2{
	font-size: 24px;
    line-height: 29px;
    color: #151515;
    margin-bottom: 10px;
}
.search-category .search-checkbox .search-title p{
	font-size: 16px;
    line-height: 24px;
    color: #444444;
    margin-bottom: 0;
}
.tab-search{
	padding-top: 23px;
}
.tab-search .tab-control{
	display: flex;
	justify-content: space-between;
}
.tab-search .tab-control li{
	list-style: none;
	width: calc((100% /2) - 1px);
}
.tab-search .tab-control li a{
	text-decoration: none;
	text-align: center;
	display: block;
	background: #FFFFFF;
    border: 1px solid  ;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #333333;
    transition: all 0.5s 
}
.tab-search .tab-control li.active a,
.tab-search .tab-control li:hover a{
	background: #0088FF;
	color: #ffffff;
	border: 1px solid #0088FF;
}
.list-form-search{
	display: none;
}
.form-search-check .form-1{
	padding-top: 25px;
	position: relative;
}
.form-search-check .form-1 h3{
	font-size: 20px;
    line-height: 24px;
    color: #151515;
    margin-bottom: 20px;
}
.form-search-check .form-1 .form-group{
	display: inline-block;
	margin-right: 22px;
	margin-bottom: 20px;
}
.form-search-check .form-1 .form-group label{
	position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;;
    color: #555555;
    margin-bottom: 0;
    padding-left: 28px;
}
.form-search-check .form-1 .form-group label span{
	position: absolute;
    background-color: transparent;
    border: 1px solid #999999;
    cursor: pointer;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
    left: 0;
}
.tab-search .form-search-check .form-1 .check-radio span{
	border-radius: 50%;
}
.form-search-check .form-1 .form-group label input{
	padding: 0;
	display: none;
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;   
}
.form-search-check .form-1 .form-group label span::before,
.form-search-check .form-1 .form-group label span::after{
	content: "";
}
.tab-search .form-search-check .form-1 .check-box label input:checked + span:before{
	content: '';
    display: block;
    position: absolute;
    top: 1.5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #0088FF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.tab-search .form-search-check .form-1 .check-radio label input:checked + span:before {
	content: '';
    display: block;
    position: absolute;
    top: 1.75px;
    left: 1.75px;
    width: 12px;
    height: 12px;
    background: #0079bf;
    border-radius: 50%;
}
.tab-search .form-search-check .form-1 .check-radio label input:checked + span{
	border: 1px solid #0088FF;
}
.form-search-check .form-1 .select-all{
	position: absolute;
	right: 0;
	top: 25px;
	display: flex;
}
.form-search-check .form-1 .select-all label span{
	cursor: pointer;
	ext-align: justify;
    text-decoration-line: underline;
    color: #1B2962;
    font-family: Roboto, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-right: 30px;

}
.form-search-check .form-1 .select-all label:last-child span{
	margin-right: 0;
}
.form-search-check .form-1 .select-all label span:hover{
	text-decoration: none;
	color: #0088FF;
}
.list-form-search .submit-search{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.list-form-search button{
	height: 42px;
	font-size: 16px;
    line-height: 19px;
    text-align: center;
    background: #FFFFFF;
    border: 0.5px solid #393939;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 142px;
    cursor: pointer;
    margin: 0 15px;
}
.list-form-search button:last-child{
	width: 314px;
}
.search-checkbox .list-form-search button:hover{
	color: #FFFFFF;
    background: #0088FF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border: 0.5px solid #0088FF;
}
.tab-search div#tu-khoa .form-search-check .input-search-text{
	margin-bottom: 40px;
}
.tab-search div#tu-khoa .form-search-check .input-search-text label{
	font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
.tab-search div#tu-khoa .form-search-check .input-search-text textarea{
	width: 100%;
	border: 0.5px solid #393939;
	box-sizing: border-box;
	height: 70px;
	font-size: 15px;
    line-height: 18px;
    color: #333333;
    padding: 11px 20px;
}
.tab-search div#tu-khoa .form-search-check .input-search-text textarea:placeholder{
	font-size: 15px;
    line-height: 18px;
    color: #888888;
}
/*deltal-seminar*/
.seminar-sidebar{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.seminar-sidebar .info-seminar{
	width: 74.2%;
}
.seminar-sidebar .top-register-seminar h1{
	font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    text-align: justify;
    color: #151515;
    margin-bottom: 40px;
}
.seminar-sidebar .top-register-seminar .info-detail{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.seminar-sidebar .top-register-seminar .info-detail:first-child{
	margin-bottom: 0;
}
.seminar-sidebar .top-register-seminar .info-detail span{
	font-size: 14px;
    line-height: 17px;
    background: #CBE7FF;
    width: 110px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.seminar-sidebar .top-register-seminar .info-detail p{
	font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    color: #444444; 
}
.seminar-sidebar .link-register{
	margin-top: 25px;
	margin-bottom: 40px;
}
.seminar-sidebar .link-register a{
	font-size: 14px;
    line-height: 17px;
    color: #24243F;
    padding: 12px 0 13px 0;
    width: 228px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #FFFFFF;
    border: 0.5px solid #1B2962;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.seminar-sidebar .link-register a:hover{
	background: #0088FF;
	color: #ffffff;
	border: 0.5px solid #0088FF;
}

.seminar-sidebar .bottom-info-seminar .info-person-seminar h2{
	font-size: 20px;
    line-height: 24px;
    color: #333333;
    text-align: justify;
    padding: 14px 20px 12px 20px;
    background: #CBE6FF;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 20px;
}
.seminar-sidebar .bottom-info-seminar .info-person-seminar > div{
	margin-bottom: 28px;
}
.seminar-sidebar .bottom-info-seminar .info-person-seminar p{
	font-size: 14px;
    line-height: 22px;
    color: #444444;
    margin-bottom: 0;
    text-align: justify;
}
.seminar-sidebar .bottom-info-seminar .info-detail-person{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.seminar-sidebar .bottom-info-seminar .info-detail-person .content-info-ps{
	max-width: 458px;
}
.seminar-sidebar .bottom-info-seminar .info-detail-person .img-ps{
	line-height: 0;
}
.seminar-sidebar .bottom-info-seminar .info-person-seminar ul{
	padding-left: 20px;
	margin-bottom: 20px;
}
.seminar-sidebar .bottom-info-seminar .info-person-seminar ul li{
    font-size: 14px;
    line-height: 22px;
    color: #444444;
}
.seminar-sidebar .bottom-info-seminar .info-person-seminar > div:nth-child(3) .content-info-ps,
.seminar-sidebar .bottom-info-seminar .info-person-seminar > div:nth-child(4) .content-info-ps{
	max-width: 100%;
}
.seminar-sidebar .bottom-info-seminar .info-person-seminar > div:nth-child(3) p:first-child{
	font-size: 18px;
	color: #444444;
    line-height: 22px;
}
.seminar-sidebar .bottom-info-seminar .info-person-seminar > div:nth-child(4) p:first-child{
	font-size: 18px;
    line-height: 22px;
    color: #FF2929;
}
/*seeking-partner-sidebar*/
.seeking-partner-sidebar{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.seeking-partner-sidebar .seeking-partner{
	width: 74.2%;
}
.seeking-partner-sidebar .title-seeking-partner{
	text-align: center;
	max-width: 589px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.seeking-partner-sidebar .title-seeking-partner h1{
	font-size: 24px;
    line-height: 29px;
    color: #151515;
    margin-bottom: 20px;
    font-weight: 500;
}
.seeking-partner-sidebar .title-seeking-partner p{
	font-size: 18px;
	line-height: 27px;
    color: #444444;
    margin-bottom: 0;
}
.seeking-partner-sidebar .info-partner{
	margin-bottom: 50px;
}
.seeking-partner-sidebar .info-partner h2{
	font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #151515;
    margin-bottom: 34px;
    font-weight: 500;
}
.seeking-partner-sidebar .info-partner .box-info{
	display: flex;
	justify-content: space-between;
}
.seeking-partner-sidebar .info-partner .box-info h5{
	width: 252px;
	font-size: 18px;
    line-height: 28px;
    color: #333333;
    background: #CBE7FF;
    font-weight: 500;
    border: 1px solid #CECECE;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.seeking-partner-sidebar .info-partner .box-info p{
	width: calc(100% - 5px - 252px );
	font-size: 18px;
    line-height: 30px;
    max-height: auto;
    padding: 9px 20px 6px 14px;
    margin-bottom: 0;
    border: 1px solid #CECECE;
    box-sizing: border-box;
    text-align: justify;
}
.seeking-partner-sidebar .info-partner .box-info p,
.seeking-partner-sidebar .info-partner .box-info h5{
	border-bottom: none;
}
.seeking-partner-sidebar .info-partner .box-info:last-child p,
.seeking-partner-sidebar .info-partner .box-info:last-child h5{
	border-bottom: 1px solid #CECECE;

}
.seeking-partner-sidebar .contact-partner a{
	font-size: 20px;
    line-height: 55px;
    height: 55px;
    text-decoration: none;
    background: #4CA1C6;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    max-width: 280px;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #FFFFFF;
}
.seeking-partner-sidebar .contact-partner a:hover{
	background: #1B2962;
}
.featured-posts .search-partner{
	background: #ffffff;
}
.about-us .intro-company .content>div .tl{
	padding-left: 30px !important;
}
/*search-none*/
.result-search .page-content{
	padding: 0 15px;
}
.img-no-result img{
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.result-search .page-content .title-search,
.result-fluid .title-search{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
    line-height: 29px;
    color: #151515;
}
.result-search .page-content .btn-result,
.result-fluid .btn-result{
	width: 150px;
	text-align: center;
	height: 40px;
	background: #FFFFFF;
    border: 0.5px solid #1B2962;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    color: #151515;
}
.result-search .page-content .btn-result:hover{
	background:  #0088FF;
	color: #ffffff;
	border: 0.5px solid #0088FF;
}
.slide-bottom-post{
	padding-top: 30px;
}
.list-bottom-seminar .top-pg-seminar,
.list-bottom-seminar .lst-pg-seminar{
	background: #ffffff !important;
	padding: 0 !important;
}
.list-bottom-seminar{
	padding: 50px 0 50px 0 !important;
}
#owl-carousel-3 .owl-stage-outer{
	margin-right: -1px;
}
.bottom-partner-detail{
	margin-bottom: 50px;
}
.bottom-partner-detail .search-partner{
	background: #ffffff;
}
.item-it-se{
	min-height: 122px;
}
.semina-home.pc .ct-se-top img{
	width: 100%;
	object-fit: cover;
}
.menu-show.all-display{
	top: 50% !important;
	transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
}
.lst-pg-seminar.list-bottom-seminar .lst-pg-seminar.pd-bt{
	padding-top: 30px !important;
}
.featured-posts.slider-bottom .owl-nav .owl-prev,
.featured-posts.slider-bottom .owl-nav .owl-next{
	top: 34%;
}
.no-scroll{
    overflow:hidden;
    touch-action: none;
    -ms-touch-action: none;
}
.post-slide-moblie.slider-bottom .title-post-popular{
	/*min-height: 88px;*/
	margin-bottom: 14px;
}
.result-fluid{
	padding: 0 15px;
}
.wg-post.result-search,
.wg-post.search-category{
	padding-bottom: 40px;
}
.site-bottom .content-ft-top 
/*==========================================================
	PAGES
==========================================================*/
/* -- terms-of-service && policy --*/
.breadcrumbs a{
	text-decoration: none;
	font-size: 16px;
	line-height: 19px;
	color: #999999;
}
.breadcrumbs li:after{
	content: "\f105";
	margin: 0 10px;
}
.show-list .container > div{
	padding: 0 86px;
}
.show-list{
	padding: 31px 0 60px 0;
}
.show-list .title h1{
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
	text-align: center;
	color: #151515;
	margin-bottom: 29px;
}
.show-list .title p{
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #444444;
	margin-bottom: 30px;
}
.show-list .content .tl{
	padding: 14px 0 12px 20px;
    background: #CBE6FF;
    border-radius: 5px;
    margin-bottom: 20px;
}
.show-list .content h2{
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}
.show-list .content .ct{
	margin-bottom: 17px;
}
.show-list .content p,
.show-list .content ol li{
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #444444;
	margin-bottom: 0;
}
.show-list .content ol{
	margin-left: 20px;
	margin-bottom: 5px;
}
.backTo-top{
	position: fixed;
	border-radius: 50%;
	background: rgba(0, 136, 255, 0.5);
	width: 60px;
	height: 60px;
	right: 80px;
	top: 70%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
	display: none;
	z-index: 1;
}
.backTo-top:hover{
	background: rgba(0, 136, 255, 0.9);
}
.backTo-top span{
	display: block;
	width: 20px;
	height: 20px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: absolute;
    top: 42%;
    left: 31%;
}
.contact .content-contact .title .des{
    max-width: 656px;
    margin: auto;	
}
.contact .content-contact .title p a{
	color: #0F8FFF;
}
/*-- contact --*/
.contact form label,
.contact form input[type=submit]{
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}
.contact form label .red-cl{
	color: #FF5E5E;
}
.contact form select,
.contact form input[type=text],
.contact form input[type=email],
.contact form input[type=tel],
.contact form textarea{
	width: 100%;
	outline: none;
	border: 0.5px solid #393939;
	box-sizing: border-box;
	border-radius: 3px;
	margin-top: 10px;
	color: #252525;
	font-family: 'SVN-Poppins';
    font-weight: 400;
} 
.contact form textarea{
	height: 165px;
	resize: none;
}
.contact form select{
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance:none;
  appearance: none;
}
/*for IE10+*/
.contact form select::-ms-expand {
    display: none;
}
.contact form select,
.contact form input{
	height: 40px;
	padding-left: 20px;
	font-size: 15px;
	line-height: 18px;
	font-style: normal;
}
.contact form select{
	position: relative;
	background: none;
}
.contact form .wpcf7-form-control-wrap.menu:after{
	content: "\f078";
	font-family: "FontAwesome";
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
    z-index: -1;
}
.contact form .agree{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.contact form .btn{
	display: flex;
	align-items: center;
    justify-content: center;
}
.contact form .btn input[type=submit]{
	width: 314px;
	height: 42px;
	background: #0088FF;
	color: #fff;
	border: 0.5px solid #393939;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	cursor: pointer;
}
.contact form .btn input[type=submit]:hover{
	background: #1B2962;	
}
.contact form .btn .wpcf7-spinner{
	position: absolute;
}
.contact form .agree .wpcf7-list-item{
	margin: 0;
}
.contact form .agree label{
	position: relative;
    cursor: pointer;
	font-size: 16px;
	line-height: 19px;
	color: #555555;
    text-align: justify;
    margin-bottom: 0;
    padding-left: 38px;
}
.contact form .agree label:before{
	content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #393939;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
    left: 0;
}
.contact form .agree input{
	padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.contact form .agree input:checked+.wpcf7-list-item-label:after{
	content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 5px;
    height: 12px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
/*-- contact form 7 style checkbox --*/

/*-- about-us --*/
.about-us{
	padding-bottom: 60px;
}
.about-us .show-list{
	padding-bottom: 0;
}
.about-us .title{
	text-align: center;
}
.about-us .title h1,
.about-us .title h2{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	color: #151515;
}
.about-us .content p{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #444444;
	min-height: 154px;
}
.about-us .about{
	margin-top: 40px;
}
.about-us .about .title h1{
	margin-bottom: 30px;
}
.about-us .about .title .img{
	margin-bottom: 35px;
}
.about-us .about .content{
	display: flex;
	margin-bottom: 20px;
}
.about-us .about .content .intro{
	width: 37.2%;
	margin-right: 40px;
}
.about-us .about .content .intro h3{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: justify;
	color: #222222;
	margin-bottom: 18px;
}
.about-us .about .content .intro p{
	margin-bottom: 40px;
}
.about-us .about .content .img img{
	width: 100%;
}
.about-us .about-services{
	margin-bottom: 10px;
}
.about-us .about-services .container > div{
	padding: 0;
}
.about-us .about-services .container .title{
	margin-bottom: 29px;
}
.about-us .about-services .content .tl{
	margin-bottom: 32px;
}
.about-us .about-services .content .ct{
	margin-bottom: 40px;
}
.about-us .intro-company .title{
	margin-bottom: 34px;
}
.about-us .intro-company .content{
	margin-bottom: 50px;
}
.about-us .intro-company .content > div{
	display: flex;
}
.about-us .intro-company .content > div .tl,
.about-us .intro-company .content > div .ct{
	width: 100%;
	padding: ;
	display: flex;
	align-items: center;
	border: 1px solid #CECECE;
	border-bottom: none;
	padding: 15px 18px 13px 30px;
}
.about-us .intro-company .content > div .tl{
	max-width: 252px;
	margin-right: 5px;
	background: #CBE7FF;
}
.about-us .intro-company .content > div:last-child .tl{
	border-bottom: 1px solid #CECECE;
}
.about-us .intro-company .content > div .ct{
	background: #FFFFFF;
	padding-left: 14px;
}
.about-us .intro-company .content > div:last-child .ct{
	border-bottom: 1px solid #CECECE;
}
.about-us .intro-company .content span{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #444444;
}
.about-us .intro-company .btn{
	margin: auto;
}
.about-us .btn{
	width: 228px;
	height: 42px;
	background: #FFFFFF;
	border: 0.5px solid #1B2962;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.about-us .btn:hover a{
    color: #FFFFFF;
}
.about-us .btn:hover{
	background: #0088FF;
    border: 0.5px solid #0088FF;
}
.about-us .btn a{
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #24243F;
	text-decoration: none;
}
.about-us .btn a img{
	width: 58px;
	height: 13px;
	margin-left: 5px;
}
/*-- questions --*/
.questions .container{
	display: flex;
}
.questions .container > div{
	padding: 0;
}
.questions .container .intro{
	max-width: 742px;
	width: 100%;
	margin-right: 30px;
}
.questions .container .intro .content .ct strong{
	font-size: 16px;
	text-align: justify;
	color: #444444;
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 22px;
}
.questions .sidebar-page{
	padding-top: 20px;
}
.questions .sidebar-page #advertisement_widget-2,
.questions .sidebar-page #advertisement_2_widget-2{
	margin-top: 50px;
}
.questions .sidebar-page #advertisement_2_widget-2{
	margin-bottom: 20px;
}
.questions .sidebar-page #advertisement_widget-2 ul li:not(:first-child),
.questions .sidebar-page #category_widget-2,
.questions .sidebar-page #advertisement_2_widget-2 ul li:not(:first-child){
	display: none;
}
/*-- category-thong-tin-kinh-te-viet-nhat --*/
.economic-it-page{
	padding: 40px 0 50px 0;
}
.economic-it-page > .container{
	display: flex;
}
.economic-it-page .lst-economic-it{
	width: 74.2%;
	margin-right: 30px;
}
.economic-it-page .grp-eco-it{
	margin-bottom: 0px;
}
.economic-it-page .grp-eco-it h2{
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #252525;
	margin-bottom: 20px;
}
.economic-it-page .lst-grp-item .top-eco-it{
	margin-bottom: 30px;
}
.economic-it-page .lst-grp-item .top-eco-it .img{
	line-height: 0;
	margin-bottom: 10px;
}
.economic-it-page .lst-grp-item .top-eco-it .img img{
	width: 100%;
}
.economic-it-page .lst-grp-item .top-eco-it .date-posts{
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	margin-bottom: 10px;
}
.economic-it-page .lst-grp-item .top-eco-it h3{
	font-size: 18px;
}
.economic-it-page .lst-grp-item .top-eco-it h3 a{
	font-size: 18px;
	line-height: 21px;
	text-align: justify;
	color: #151515;
	text-decoration: none;
	font-weight: 500;
}
.economic-it-page .lst-grp-item .top-eco-it h3 a:hover{
	color: #1F3CAD;
}
.economic-it-page .lst-grp-item .top-eco-it .des{
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	color: #333333;
	min-height: 72px;
	margin-bottom: 10px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 4; 
   -webkit-box-orient: vertical

}
.economic-it-page .lst-grp-item .item-below-eco .branchs-page{
	display: flex;
	margin-bottom: 25px;
}
.economic-it-page .lst-grp-item .item-below-eco .img{
	max-width: 150px;
	width:100%;
	margin-right: 15px;
}
.economic-it-page .lst-grp-item .item-below-eco .content {
	max-width: calc(100% - 150px);
	width: 100%;
}
.economic-it-page .lst-grp-item .item-below-eco .img img{
/*	min-width: 132px;
	height: 100%;*/
}
.economic-it-page .lst-grp-item .item-below-eco .content .date-posts{
	font-size: 13px;
	line-height: 15px;
	color: #666666;
	margin-bottom: 3px;
}
.economic-it-page .lst-grp-item .item-below-eco .content h3{
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	color: #151515;
	font-weight: 500;
	margin-bottom: 4px;
	/*min-height: 48px;*/
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical
}
.economic-it-page .lst-grp-item .item-below-eco .content h3 a{
	text-decoration: none;
}
.economic-it-page .lst-grp-item .item-below-eco .content .post-tag{
	padding: 0;
}
.economic-it-page .btn-grp-page{
	font-family: Roboto;
	font-weight: 500;
	line-height: 18px;
	text-align: right;
	position: relative;
	padding-right: 25px;
	margin-top: 5px;
	margin-bottom: 40px;
}
.economic-it-page.branchs-page .btn-grp-page:last-child{
	margin-bottom: 0;
}
.economic-it-page.branchs-page .btn-grp-page{
	margin-top: 5px;
}
.economic-it-page.branchs-page .date-posts{
	font-size: 14px !important;
	line-height: 16px !important;
	margin-bottom: 10px !important;
}

.category-nganh .featured-posts.pd-bt h3.title-post-popular{
	min-height: 88px;
	margin-bottom:14px;
}
.economic-it-page .btn-grp-page a{
	font-style: italic;
	text-decoration: none;
	font-size: 15px;
	color: #252525;
	font-family: 'Roboto', sans-serif;
}
.economic-it-page .btn-grp-page a:hover{
	color: #1F3CAD;
}
.economic-it-page .top-eco-it .item-top-eco h3{
	margin-bottom: 10px;
	/*min-height: 63px;*/
	font-weight: 500;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    text-align: justify;

}
.economic-it-page .btn-grp-page a:after{
	content: '\f0da';
	font-family:'FontAwesome';
	background: #252525;
	position: absolute;
	width: 0;
	right: 6px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
    font-style: normal;
}
.lst-economic-it.pc .btn-grp-page:last-child{
	margin-bottom: 0;
}
/*--  Widgets-sidebar --*/
.sidebar-page{
	max-width: 228px;
}
.site-main .sidebar-page .widget>ul{
	padding-left: 0;
}
.sidebar-page li{
	list-style: none;
}
.sidebar-page .widget-title{
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #151515;
	position: relative;
}
.sidebar-page .widget-title:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #393939;
	margin-top: 9px;
	margin-bottom: 30px;
}
.sidebar-page .widget-title:before{
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 1px;
	background: #0088FF;
	bottom: 0;
}
.sidebar-page .group-wg-tags li{
	display: inline-block;
	background: #CBE7FF;
	border-radius: 3px;
	padding: 0 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid transparent;
}
.sidebar-page .group-wg-tags li:hover{
	background: #08f;
	transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.sidebar-page .group-wg-tags a{
	height: 20px;
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 14px;
	color: #252525;
	text-decoration: none;
}
.sidebar-page .group-wg-tags li:hover a{
	color: #fff;
}
.sidebar-page .widget_branch_widget li{
	line-height: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.sidebar-page .widget_branch_widget li a{
	font-size: 13px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	width: 100%;
	height: 42px;
	background: #1b2962;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	text-decoration: none;
	padding-left: 15px;
}
.sidebar-page .widget_branch_widget li a:hover{
	background: #0188ff;
}
.sidebar-page .widget_branch_widget li a img{
	width: 20px;
	margin-right: 15px;
}
.sidebar-page .widget_advertisement_widget ul{
	padding-left: 0; 
}
.sidebar-page .widget_advertisement_widget ul li{
	margin-bottom: 20px;
	font-size: 0;
	text-align: center;
}
.sidebar-page .widget_category_widget .widget-title:after{
	margin-bottom: 20px;
}
.sidebar-page .widget_category_widget .menu-sidebar{
	padding-left: 0;
}
.sidebar-page .widget_category_widget .menu-sidebar li{
	position: relative;
	margin-bottom: 14px;
	padding-left: 20px;
}
.sidebar-page .widget_category_widget .menu-sidebar li a{
	font-size: 14px;
	line-height: 17px;
	color: #393939;
	text-decoration: none;
}
.sidebar-page .widget_category_widget .menu-sidebar li a:before{
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 9px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-65%);
    -moz-transform: translateY(-65%);
	-webkit-transform: translateY(-65%);
	-ms-transform: translateyY(-65%);
	-o-transform: translateY(-65%);
}
.sidebar-page .widget_category_widget .menu-sidebar li a:hover{
	color: #1F3CAD;
}
.sidebar-page .widget_advertisement_2_widget ul{
	padding: 0;
}
.sidebar-page .widget_advertisement_2_widget ul li{
	margin-bottom: 20px;
	line-height: 0;
	text-align: center;
}
/*--  archive-page --*/
.archive-post {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 35px;
}
.archive-post .site-content{
	width: 74.2%;
}
.archive-post .site-content a{
	text-decoration: none;
}
/*--    content-economuy    --*/
.archive-post .site-content .top-eco-it{
	margin-bottom: 30px;
}
.archive-post .site-content .top-eco-it .img{
	line-height: 0;
	margin-bottom: 10px;
	margin-right: 0;
}
.archive-post .site-content .top-eco-it .img img{
	width: 100%;
}
.archive-post .site-content .top-eco-it .date-posts{
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	margin-bottom: 10px;
}
.archive-post .site-content .top-eco-it h3{
	font-size: 18px;
	line-height: 21px;
	text-align: justify;
	color: #151515;
	margin-bottom: 10px;
	/*min-height: 63px;*/
	font-weight: 500;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.archive-post .site-content .top-eco-it .des{
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	color: #333333;
	min-height: 72px;
	margin-bottom: 10px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;

}
.archive-post .site-content .item-cate-eco{
	margin-bottom: 25px;
	display: flex;
}
.archive-post .site-content .item-cate-eco .img-cate-eco{
	max-width: 150px;
    width: 100%;
    margin-right: 15px;
    line-height: 0;
}
.archive-post .site-content .item-cate-eco .img-cate-eco img{
	min-width: 132px;
}
.archive-post .site-content .item-cate-eco .ct-cate-eco .date-posts{
	font-size: 13px;
    line-height: 15px;
    color: #666666;
    margin-bottom: 4px;
}
.archive-post .site-content .item-cate-eco .ct-cate-eco h3,
.archive-post .site-content .item-below-eco.see-more-post h3{
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    color: #151515;
    font-weight: 500;
    margin-bottom: 3px;
    /*min-height: 48px;*/
     overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.archive-post .site-content .item-cate-eco .ct-cate-eco {
  width: 100%;
  max-width: calc(100% - 150px);
}
.archive-post .site-content .item-below-eco.see-more-post .date-posts{
	font-size: 13px;
    line-height: 15px;
    margin-bottom: 3px;
}
.archive-post .site-content .item-cate-eco .ct-cate-eco .lst-cate-post .post-tag{
 	padding: 0;
}
/*--    pagination    --*/
.page-navigation .page-nav{
	display: flex;
    clear: both;
    justify-content: center;
}
.page-navigation .page-nav span,
.page-navigation .page-nav a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin: 0 5px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #444444;
	border: 1px solid #999999;
}
.page-navigation .page-nav span{
	border: 1px solid #0088FF;
	color: #0088FF;
}
.page-navigation .page-nav span:hover,
.page-navigation .page-nav a:hover{
	background: #CBE7FF;
	border: 1px solid #999999;
	color: #0088FF;
}
/*--           single           --*/
.single-page{
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 50px;
}
.single-page .site-content{
	max-width: 712px;
	margin-bottom: 105px;
}
.single-page .site-content article{
	margin-bottom: 15px;
}
.single-page .site-content .post-title{
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	text-align: justify;
	color: #151515;
	margin-bottom: 18px;
}
.single-page .site-content .date-posts{
	color: #999999;
	margin-bottom: 19px;
}
.single-page .site-content .post-thumb{
	margin-bottom: 47px;
}
.single-page .site-content .single-banner{
	background: #FFFFFF;
	border: 0.5px solid #C4C4C4;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 30px;
}
.single-page .site-content .single-banner .content{
	text-align: center;
	margin-bottom: 20px;
}
.single-page .site-content .single-banner .content .ct-top{
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #444444;
	margin-bottom: 10px;
}
.single-page .site-content .single-banner .content .ct-bt p{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #252525;
	margin: 0;
}
.single-page .site-content .single-banner .content .ct-bt p strong{
	color: #E84614;
}
.single-page .site-content .single-banner .banner-btn{
	justify-content: center;
	display: flex;
	margin-bottom: 35px;
}
.single-page .site-content .single-banner .banner-btn a{
	display: flex;
	height: 52px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 40px;
	align-items: center;
    justify-content: center;
    padding: 0 36px;
    text-decoration: none;
}
.single-page .site-content .single-banner .banner-btn a:first-child{
	background: #F19600;
	margin-right: 30px;
}
.single-page .site-content .single-banner .banner-btn a:last-child{
	background: #E84615;
}
.single-page .site-content .single-banner .banner-btn a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.single-page .site-content .single-banner .banner-btn a i:before{
	color: #fff;
	margin-right: 5px;
}
.single-page .site-content .single-banner .banner-contact{
	display: flex;
	align-items: end;
	justify-content: space-between;
}
.single-page .site-content .single-banner .banner-contact .logo{
	margin-right: 65px;
}
.single-page .site-content .single-banner .banner-contact .logo img{
	width: 100%;
}
.single-page .site-content .single-banner .banner-contact .contact{
	padding: 0;
	text-align: center;
}
.single-page .site-content .single-banner .banner-contact .contact > div a{
	font-size: 24px;
	line-height: 29px;
	text-decoration: none;
}
.single-page .site-content .single-banner .banner-contact .contact > div img{
	margin-right: 10px;
}
.single-page .site-content .single-banner .banner-contact .contact a{
	font-style: normal;
	font-weight: normal;
	color: #252525;
}
.single-page .site-content .post-info .entry-content{
	border-bottom: 1px solid #999999;
}
.single-page .site-content .post-info h2 {
	color: #333333;
	background-color: rgba(26, 147, 253, 0.5);
	padding: 13px 20px;
	line-height: 25px;
	font-size: 22px;
}
.single-page .site-content .post-info h3{
	font-style: normal;
	font-size: 20px;
	line-height: 24px;
	text-align: justify;
	color: #333333;
	background: #fff;
	display: flex;
	align-items: center;
	border-left: 5px solid #888;
	border-left-color: rgb(136, 136, 136);
	border-right: 1px solid #ddd;
	border-right-color: rgb(221, 221, 221);
	border-top: 1px solid #ddd;
	border-top-color: rgb(221, 221, 221);
	border-bottom: 1px solid #ddd;
	border-bottom-color: rgb(221, 221, 221);
	padding: 10px 15px;
	border-radius: 0;
	font-weight: 700;
	border-color: rgba(26, 147, 253, 0.5);
}
.single-page .site-content .post-info .entry-content h4{
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: justify;
	color: #333333;
	padding: 9px 10px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-color: rgba(26, 147, 253, 0.5);
}
.single-page .site-content .post-info h5 {
  	color: #333333;
	border-bottom: 2px solid #ddd;
	padding: 5px 10px;
	border-color: rgba(26, 147, 253, 0.5);
	font-size: 16px;
}
.single-page .site-content .post-info h6 {
  	color: #333333;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	border-color: rgba(26, 147, 253, 0.5);
	font-size: 14px;
}
.single-page .site-content .post-info p{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	text-align: justify;
	color: #444444;
}
.single-page .entry-content ul li {
	font-size: 18px;
	line-height: 27px;
	color: #444444;
}
.single-page .site-content .post-info p img{
	display: block;
	margin: 0 auto;
}
.single-page .site-content .post-info #toc_container{
	padding: 25px;
	background: #F6F6F6;
	border: 1px solid rgba(31, 60, 173, 0.4);
	margin-bottom: 27px;
	width: 100% !important;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.single-page .site-content .post-info #toc_container#toc_container.have_bullets.contracted {
  	padding: 15px 30px;
}
.single-page .site-content .post-info #toc_container p.toc_title{
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #333333;
}
table {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #444444;
	border-collapse: collapse;
	width: 100%;
}
td {
	border: 1px solid #ddd;
	padding: 8px;
}
.post-info tr td:first-child {
	width: 15%;
}
tr td:not(:first-child) {
	text-align: justify;
}

.single-page .site-content .post-info #toc_container ul {
	list-style: decimal;
	padding-left: 20px;
}
#toc_container ul ul {
  	margin-left: 1em;
}
.single-page .site-content .post-info #toc_container ul li{
	padding: 5px;
	position: relative;
}
.single-page .site-content .post-info #toc_container ul li:last-child {
  	padding-bottom: 0;
}
.single-page .site-content .post-info #toc_container ul li:before{
	content: "";
	background: none;
	margin: 0;
	width: 0;
	height: 0;
	position: absolute;
    left: -3px;
}
.single-page .site-content .post-info #toc_container ul li a{
	font-size: 18px;
	line-height: 21px;
	text-align: justify;
	color: #444444;
}
.single-page .site-content .post-info #toc_container ul li a:hover{
	color: #1F3CAD;
}
.single-page .site-content .post-info .comment-block{
	padding-top: 20px;
}
.single-page .site-content .post-info .title h4{
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-align: justify;
	color: #333333;
}
.sidebar-page-mobile{
	display: none;
}
.related-posts{
	margin-bottom: 50px;
}
.single-page .site-content .post-info a {
	color: #1F3CAD;
}
.single-page .site-content .post-info h4 a,
.single-page .site-content .post-info h3 a,
.single-page .site-content .post-info h2 a {
  	color: #333333;
}
/*--    seminar    --*/
.lst-pg-seminar{
	padding: 16px 0 50px;
}
.lst-pg-seminar .top-pg-seminar{
	font-style: normal;
	font-weight: normal;
	background: rgba(0,136,255,.1);
	padding: 30px 0 35px;
}
.lst-pg-seminar a{
	text-decoration: none;
}
.lst-pg-seminar .item-seminar-pg{
	padding: 7px 9px 14px;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #999999;
}
.lst-pg-seminar .item-seminar-pg:before{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	background: #A8D6FF;
	height: 69px;
	clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%);
}
.lst-pg-seminar .item-seminar-pg .title{
	position: relative;
	min-height: 62px;
	margin-bottom: 8px;
}
.lst-pg-seminar .item-seminar-pg h5{
	font-size: 16px;
	line-height: 19px;
	text-align: justify;
	color: #252525;
	font-weight: 500;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical
} 
.lst-pg-seminar .item-seminar-pg .title:after{
	display: block;
	content: "";
	background: #999999;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
}
.lst-pg-seminar .item-seminar-pg h5 a{
	font-size: 16px;
	color: #252525;
}
.lst-pg-seminar .item-seminar-pg .lst-it-se{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.lst-pg-seminar .item-seminar-pg .lst-it-se h6{
	min-width: 68px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #CBE7FF;
	border-radius: 1px;
	margin-right: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #252525;
}
.lst-pg-seminar .item-seminar-pg .lst-it-se p{
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	color: #444444;
	margin: 0;
}
.lst-pg-seminar .item-seminar-pg .lst-cate-post .post-tag{
	justify-content: center;
	padding: 0;
	margin-bottom: 11px;
}
.lst-pg-seminar .item-seminar-pg .lst-cate-post .post-tag li a{
	background: #E2E2E2;
	color: #444444;
	border-radius: 1px;
	border: 1px solid #E2E2E2;
}
.lst-pg-seminar .item-seminar-pg .lst-bottom{
	display: flex;
	justify-content: space-between;
}
.lst-pg-seminar .item-seminar-pg .lst-bottom .status-seminar{
	height: 18px;
	padding: 0 5px;
	display: flex;
	align-items: center;
	background: #FF8900;
}
.lst-pg-seminar .item-seminar-pg .lst-bottom .status-seminar.not{
	background: #FF0D00;
}
.lst-pg-seminar .item-seminar-pg .lst-bottom .status-seminar p{
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	margin-bottom: 0;
}
.lst-pg-seminar .item-seminar-pg .lst-bottom .btn-it-se a{
	font-size: 12px;
	line-height: 14px;
	color: #252525;
}
.lst-pg-seminar .item-seminar-pg .lst-bottom .btn-it-se a:after{
	content: '\f0da';
    font-family: 'FontAwesome';
    font-style: normal;
    margin-left: 6px;
    font-size: 15px;
    vertical-align: middle;
}
.lst-pg-seminar #owl-carousel-3 .owl-nav > button{
	position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background: #0088FF;
    opacity: 0.5;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
}
.lst-pg-seminar #owl-carousel-3 .owl-nav .owl-prev{
    left: -20px;
}
.lst-pg-seminar #owl-carousel-3 .owl-nav .owl-next{
    right: -20px;
}
.lst-pg-seminar #owl-carousel-3 .owl-nav i{
	color: #FFFFFF;
    font-size: 17px;
    line-height: 40px;
}
.lst-pg-seminar .list-semina{
	padding-top: 40px;
}
.lst-pg-seminar .list-semina h2{
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #1B2962;
	border-bottom: 1px solid #393939;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
.lst-pg-seminar .list-semina h2:after{
	content: "";
	display: block;
	width: 140px;
	height: 1px;
	background: #0088FF;
	position: absolute;
	bottom: -1px;
}
.lst-pg-seminar .list-semina .row > div{
	margin-bottom: 30px;
}
.lst-pg-seminar .list-semina .page-navigation{
	margin-top: 20px;
}
/*-- search-partners ___template --*/
.top-search-pn a{
	text-decoration: none;
}
.top-search-pn .lst-search-top .img-item-sp img{
	max-width: 132px;
	display: block;
	margin: auto;
	max-height: 102px;

}
.top-search-pn .lst-search-top .ct-item{
	padding: 0 10px 14px;
}
.top-search-pn .lst-search-top .ct-item h3{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: justify;
	color: #252525;
	text-align: center;
	margin-top: 3px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.top-search-pn .lst-search-top .ct-item h3 a{
	font-size: 18px;
	text-align: justify;
	color: #252525;
	font-weight: 500;
}
.top-search-pn .lst-search-top .ct-item .des-item{
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #444444;
	min-height: 54px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical
}
.top-search-pn .lst-search-top .ct-item .btn-sm{
	display: flex;
	justify-content: right;
}
.top-search-pn .lst-search-top .ct-item .btn-sm a{
	font-size: 12px;
	line-height: 14px;
	color: #252525;
}
.top-search-pn .lst-search-top .ct-item .btn-sm a:after{
	content: '\f0da';
    font-family: 'FontAwesome';
    font-style: normal;
    margin-left: 6px;
    font-size: 15px;
    vertical-align: middle;
}
/*--   Tìm kiếm đối tác  --*/
.search-partner {
	background: rgba(0,136,255,.1);
	padding: 25px 0 34px;
	margin-top: 25px;
}
.search-partner .item-search-top{
	background: #FFFFFF;
	border: 1px solid #999999;
	box-sizing: border-box;
}
.search-partner .item-search-top .img-item-sp{
	padding: 6px 0 8px;
}
.search-partner .item-search-top .img-item-sp img{
	border: 1px solid #999999;
	box-sizing: border-box;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
.search-partner .img-item-sp{
	background: #F6F6F6;
}
.search-partner .ct-item{
	padding-top: 3px;
}
.search-partner .ct-item h3{
	margin-bottom: 10px;
}
.search-partner .ct-item .btn-sm{

}
.search-partner #owl-carousel-3 .owl-nav > button{
	position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background: #0088FF;
    opacity: 0.5;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateyY(-50%);
	-o-transform: translateY(-50%);
}
.search-partner #owl-carousel-3 .owl-nav .owl-prev{
	left: -20px;
}
.search-partner #owl-carousel-3 .owl-nav .owl-next{
	right: -20px;
}
.search-partner #owl-carousel-3 .owl-nav i {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 40px;
}
.lst-partner{
	padding-top: 40px;
	padding-bottom: 50px;
}
.lst-partner a{
	text-decoration: none;
}
.lst-partner h2{
	font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #1B2962;
    border-bottom: 1px solid #393939;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.lst-partner h2:after{
	content: "";
    display: block;
    width: 140px;
    height: 1px;
    background: #0088FF;
    position: absolute;
    bottom: -1px;
}
.lst-partner .item-search-top{
	display: flex;
	margin-bottom: 25px;
}
.lst-partner .img-item-sp{
	min-width: 132px;
	margin-right: 15px;
	line-height: 0;
	max-width: 132px;
}
.lst-partner .item-ct h3,
.lst-partner .item-ct h3 a{
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: justify;
	color: #252525;
	font-weight: 500;
	margin-bottom: 5px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.lst-partner .item-ct h3 a:hover{
	color: #1F3CAD;
}
.lst-partner .item-ct .des-item{
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #444444;
	margin-bottom: 7px;
	min-height: 48px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.lst-partner .item-ct .btn-sm a{
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #252525;
}
.lst-partner .item-ct .btn-sm a:after{
	content: '\f0da';
    font-family: 'FontAwesome';
    font-style: normal;
    margin-left: 6px;
    font-size: 15px;
    vertical-align: middle;
}
.lst-partner .item-ct .btn-sm a:hover{
	color: #1F3CAD;
}
.lst-partner .page-navigation{
	margin-top: 16px;
}
/*-- kết quả tìm kiếm (search.php) --*/
.result-search .site-content {
	display: flex;
	justify-content: space-between;
	padding-top: 31px;
} 
.result-search .site-content .lst-post-search{
	margin-right: 30px;
	max-width: 742px;
	width: 100%;
}
.result-search .sidebar-page{
	padding-top: 20px;
}
.result-search h1{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #151515;
	margin-bottom: 30px;
}
.result-search .lst-post-search .cate-search p,
.result-search .lst-post-search .cate-search a{
	margin-bottom: 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
}
.result-search .lst-post-search .cate-search a{
	color: #0088FF;
	margin-left: 10px;
}
.result-search .lst-post-search .cate-search a:hover{
	text-decoration: underline;
}
.result-search .lst-post-search .item-below-eco{
	display: flex;
}
.result-search .lst-post-search .item-below-eco .img{
	min-width: 132px;
	max-width: 150px;
}
.result-search .lst-post-search .item-below-eco .img img{
	margin-right: 0;
}
.result-search .lst-post-search .item-below-eco h3{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	color: #151515;
	/*min-height: 48px;*/
	text-decoration: none;
	margin-bottom: 3px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.result-search .lst-post-search .item-below-eco h3 a{
   text-decoration: none;
}
.result-search .lst-post-search .item-below-eco h3 a:hover{
	color: #1F3CAD;
}
.result-search .lst-post-search .item-below-eco .date-posts{
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 15px;
}
.sb{
	display: inline-block;
}
/*--  result-search err--*/
.result-search
/*-- ngành --*/
.archive-post .item-cate-branch{
	min-height: 370px;
	margin-bottom: 30px;
}
.mobile{
	display: none;
}
.lst-partner .item-ct .des-item.mobile {
  	display: none;
}
/*--  more  --*/
.partners .owl-container .owl-nav{
	display: block !important; 
}
.archive-post .item-cate-branch.branch{
	margin-bottom: 25px;
}
.archive-post .item-cate-branch.branch img{
	width: 100%;
	object-fit: cover;
}
.pd-0-15{
	padding: 0 15px;
}	
/*==========================================================
	FOOTER
==========================================================*/
.site-bottom .content-footer{
	background: #1B2962;
	padding: 7px 5px 0;
}
.site-bottom a{
	color: #fff;
	text-decoration: none;
}
.site-bottom ul li{
	list-style: none;
}
.site-bottom .footer-banner{
	background: #FFFFFF;
	border: 0.5px solid #C4C4C4;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.1);
	padding: 20px;
	font-family: 'SVN-Poppins';
}
.site-bottom .footer-banner .content{
	text-align: center;
	margin-bottom: 25px;
}
.site-bottom .footer-banner .content .ct-top{
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #444444;
	margin-bottom: 10px;
}
.site-bottom .footer-banner .content .ct-bt p{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #252525;
}
.site-bottom .footer-banner .content .ct-bt p strong{
	color: #E84614;
}
.site-bottom .footer-banner .banner-btn{
	justify-content: center;
	display: flex;
	margin-bottom: 35px;
}
.site-bottom .footer-banner .banner-btn a{
	display: flex;
	height: 70px;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 40px;
	align-items: center;
    justify-content: center;
    padding: 0 58px;
}
.site-bottom .footer-banner .banner-btn a:first-child{
	background: #F19600;
	margin-right: 50px;
}
.site-bottom .footer-banner .banner-btn a:last-child{
	background: #E84615;
}
.site-bottom .footer-banner .banner-btn a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.site-bottom .footer-banner .banner-btn a i:before{
	color: #fff;
	margin-right: 10px;
}
.site-bottom .footer-banner .banner-contact{
	display: flex;
	align-items: end;
}
.site-bottom .footer-banner .banner-contact .contact > div,
.single-banner .banner-contact .contact > div{
	display: flex;
	align-items: center;
}
.single-banner .banner-contact .contact > div:first-child{
	margin-bottom: 6px;
}
.site-bottom .footer-banner .banner-contact .logo {
    margin-right: 45px;
}
.site-bottom .footer-banner .banner-contact .logo img{
	width: 100%;
}
.site-bottom .footer-banner .banner-contact .contact{
	display: flex;
	padding: 0;
}
.site-bottom .footer-banner .banner-contact .contact > div:first-child a{
	font-size: 32px;
	line-height: 38px;
	/*margin-right: 30px;*/
	margin-right: 20px;
}
.site-bottom .footer-banner .banner-contact .contact > div:last-child a{
	font-size: 28px;
	line-height: 34px
}
.site-bottom .footer-banner .banner-contact .contact > div img{
	margin-right: 10px;
}
.site-bottom .footer-banner .banner-contact .contact a{
	font-style: normal;
	font-weight: normal;
	color: #252525;
}
.site-bottom .width-30,
.site-bottom .width-60,
.site-bottom .content-ft-bottom{
	background: #101F5E;
}
.site-bottom .width-30 {
	width: 24%;
	margin: 10px 5px 0;
	padding-left: 10px;
}
.site-bottom .width-60{
	width: 49%;
	margin: 10px 5px 0;
	padding-left: 10px;
}
.site-bottom .content-ft-top{
	display: flex;
}
.site-bottom .content-ft-top a{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}
.site-bottom .content-ft-top a:hover{
	text-decoration: underline !important;
}
.site-bottom .content-ft-top > div:first-child:before{
	content: "\e911";
	font-family: 'icomoon';
	color: #fff;
	font-size: 24px;
	margin-right: 10px;
}
.site-bottom .content-ft-top .width-60 ul li{
	display: inline-block;
}
.site-bottom .content-ft-top > div{
	height: 40px;
	display: flex;
	align-items: center;
}
.site-bottom .content-ft-top > div:nth-child(2){
	justify-content: center;
	padding: 0;
}
.site-bottom .content-ft-top .author{
	justify-content: center;
}
.site-bottom .content-ft-top .author a{
	line-height: 0;
}
.site-bottom .content-ft-center{
	display: flex;
	margin-bottom: 10px;
}
.site-bottom .content-ft-center > div{
	min-height: 260px;
}
.site-bottom .content-ft-center .width-30,
.site-bottom .content-ft-center .width-60{
	padding-top: 20px;
	min-height: 225px;
}
.site-bottom .content-ft-center .content-ft-ct-50{
	width: 50%;
}
.site-bottom .content-ft-center .content-ft-ct-50 .top{
	display: flex;
	min-height: 220px;
}
.site-bottom .content-ft-center > div aside .widget-title{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.site-bottom .content-ft-center > div ul{
	padding: 0 25px 10px 15px;
}
.site-bottom .content-ft-center > div ul li{
	padding: 5px 0;
}
.site-bottom .content-ft-center > div ul li a{
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.site-bottom .content-ft-center #nav_menu-4 ul li{
	display: inline-block;
}
.site-bottom .content-ft-center #nav_menu-4 ul li:nth-child(2n+1){
	width: 59%;
}
.site-bottom .ft-full-social{
	padding-right: 5px;
}
.site-bottom .ft_social{
	justify-content: center;
	padding-left: 0;
	background: #101F5E;
	margin-top: 10px;
	margin-left: 5px;
}
.site-bottom .content-ft-center .ft_social > ul{
	display: flex;
	justify-content: center;
	padding: 3px 0;
}
.site-bottom .ft_social li a{
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 6px;
}
.site-bottom .ft_social li a:hover{
	text-decoration: none !important;
}
.site-bottom .ft_social li:nth-child(2) i{
	font-size: 7px;
}
.site-bottom .ft_social li:nth-child(1) a{
	background: #1B7BFD;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.site-bottom .ft_social li:nth-child(2) a{
	background: #0091FF;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.site-bottom .ft_social li:nth-child(3) a{
	background: #C23785;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.site-bottom .ft_social li:nth-child(4) a{
	background: #EF5043;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.site-bottom .ft_social li:nth-child(5) a{
	background: #0073B1;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.site-bottom .ft_social li:nth-child(2n+1){

}
.site-bottom .content-ft-bottom{
	margin: 0 5px;
}
.site-bottom .content-ft-bottom a{
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.site-bottom .content-ft-bottom .content{
	padding: 22px 25px;
	padding-right: 0;
}
.site-bottom .content-ft-bottom .content .item{
	display: inline-block;
}
.site-bottom .content-ft-bottom .content .item:not(:last-child){
	margin-right: 96px;
}
.site-bottom .ft_social_bt{
	display: none;
}
.site-bottom a:hover{
	text-decoration: underline;
}
.site-footer .bn-ft .content{
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.site-footer .btn-show > span{
	display: none;
}
.site-footer .btn-show .show-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 23px;
	background: #0088FF;
	transform: matrix(1, 0, 0, -1, 0, 0);
	position: absolute;
	bottom: 100%;
	cursor: pointer;
	padding-bottom: 3px;
}
.site-footer .btn-show .show-icon i{
	color: #fff;
	font-size: 20px;
}
.site-footer .ct-bn-ft{
	width: 275px;
	height: 95px;
	border-top: 3px solid #0088FF;
	border-left: 1px solid #0088FF;
	background: #fff;
	box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
	z-index: 999;
}
.site-footer .ct-bn-ft.show{
}
.site-footer .ct-bn-ft .ct:before{
	content: "";
	display: block;
	position: absolute;
	width: 139px;
	height: 71px;
	right: 0;
	bottom: -13px;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	background: #A8D6FF;
}
.site-footer .ct-bn-ft .ct-top{
	display: flex;
	align-items: center;
	margin: 13px 0 19px 8px;
}
.site-footer .ct-bn-ft .ct-top img{
	object-fit: contain;
	margin-right: 5px;
}
.site-footer .ct-bn-ft .ct-top p{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #252525;
	margin-bottom: 0;
}
.site-footer .ct-bn-ft .ct-top p span{
	font-weight: 700;
}
.site-footer .ct-bn-ft .ct >div{
	position: relative;
}
.site-footer .ct-bn-ft .ct{
	position: relative;
}
.site-footer .ct-bn-ft .ct >div a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	width: 184px;
	height: 30px;
	background: #FE47FE;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
	border-radius: 32px;
	font-family: Roboto !important;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
.site-footer .copyright{
	background: #1B2962;
	font-size: 12px;
	line-height: 14px;
	padding: 23px 0 22px;
	text-align: center;
	color: #fff;
}
.content-contact textarea{
	font-style: normal;
}
.economic-it-page.page-procedure .btn-grp-page{
	margin-bottom: 0;
}
.economic-it-page.page-procedure .btn-grp-page a:after{
	right: 6px;
}
.sidebar-page #tags_widget-2{
	margin-bottom: 20px !important;
}
.top-search-pn.search-partner.post-slide-moblie{
	padding-bottom: 0 !important;
}
.sidebar-page .widget_advertisement_2_widget ul li:last-child{
	margin-bottom: 0 !important;
}

/*Fix*/
.tag .site-content > .row {
	display: flex;
	flex-wrap: wrap;
}

.D03-001-01-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	background-color: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	height: 100%;
}
.catlist-seminar .row {
	display: flex;
	flex-wrap: wrap;
}
.D03-001-01-list-item a {
	text-decoration: none;
	-webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
	box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
	display: block;
	height: 100%;
	width: 100%;
}
.D03-001-01-list-item__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 160px;
	padding: 0 30px;
	font-size: 18px;
	position: relative;
}
.D03-001-01-list-item__header:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
}
.D03-001-01-list-item__header > div {
	position: relative;
}
.D03-001-01-list-item__header span {
	display: block;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.D03-001-01-list-item__label {
  position: absolute;
  background-color: #ea7a3d;
  color: #fff;
  text-align: center;
  top: 148px;
  left: 30px;
  width: auto;
  height: 22px;
  font-size: 13px;
  line-height: 22px;
  padding: 0 5px;
}
.D03-001-01-list-item__label.D03-001-01-list-item_ex {
  background-color: #E84615;
}
.D03-001-01-list-item__dl {
  color: #45494b;
  padding: 25px 30px 40px;
  min-height: 120px;
}
.D03-001-01-list-item__dl dt {
  font-weight: 700;
}
.D03-001-01-list-item__dl dd, .D03-001-01-list-item__dl dt {
  font-size: 15px;
  line-height: 21px;
}
.D03-001-01-list-item a > span:last-child {
  text-transform: uppercase;
  color: #1B2962;
  text-decoration: none;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.material-icons-outlined {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	display: inline-block;
	line-height: 0.8;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	margin-left: 6px;
	margin-top: -2px;
}
.D03-001-01-list-item:hover {
  -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
  box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.lst-top-seminar .D03-001-01-list-item a,
.lst-top-seminar .D03-001-01-list-item:hover {
	box-shadow: none;
}
.top-register-seminar .taking_cls {
	padding: 0 4px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	background: #FF8900;
	display: inline-block;
	margin-bottom: 13px;
}
.seminar-sidebar .top-register-seminar h1 {
	font-weight: 500;
	text-align: justify;
	color: #151515;
	margin-bottom: 40px;
	font-size: 26px;
	padding-bottom: 20px;
	position: relative;
	line-height: 1.3;
	border-bottom: 3px solid #e9e9e9;
}
.seminar-sidebar .top-register-seminar h1::before {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: "";
	width: 80px;
	height: 3px;
	background-color: #1b2962;
}
.top-register-seminar p {
	color: #444444;
	text-align: justify;
}
.top-register-seminar p,
.seminar-sidebar .bottom-info-seminar .info-person-seminar p {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 20px;
}
.top-register-seminar p:last-child,
.seminar-sidebar .bottom-info-seminar .info-person-seminar p:last-child {
	margin-bottom: 0;
}
.seminar-sidebar .bottom-info-seminar .info-person-seminar ul li {
	font-size: 18px;
	line-height: 27px;
}
.info-seminar .btn-register {
  margin: 30px auto 0;
  cursor: pointer;
  text-align: center;
}
.info-seminar .btn-register a {
  text-decoration: none;
  background-color: #1b2962;
  color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
  display: inline-block;
  font-size: 16px;
  min-width: 320px;
  min-height: 50px;
  padding: 14px 30px 16px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  cursor: pointer;
}
.info-seminar hr {
  height: 1px;
  margin: 30px 0;
  border: 0;
  background-color: #dedede;
}
.btn-end_course {
  font-size: 13px;
  display: inline-block;
  min-width: 120px;
  padding: 0 20px;
  background-color: #1b2962;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 24px;
}
.info-seminar .btn-register a:hover {
  color: #fff;
  opacity: 0.7;
}
.seminar-sidebar .bottom-info-seminar .info-detail-person .content-info-ps.content-info-ps-fw {
  max-width: 100%;
}
.lst-top-seminar.owl-carousel .D03-001-01-list-item {
  border: 0.5px solid #C4C4C4;
}
.lst-top-seminar.owl-carousel .owl-stage {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 990px) {
	.main-menu ul li {
		display: block;
	}
	.main-menu.open .menu-main {
		opacity: 1;
		visibility: visible;
		margin-top: 0;
	}
	.main-menu .sub-menu {
		position: static;
		display: none;
		opacity: 1;
		margin-top: 0;
		visibility: visible;
		background: rgba(255, 255, 255, 0.1);
	}
	.main-menu .sub-menu li a {
		font-size: 13px;
		padding-left: 25px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.main-menu .arrow {
		display: block;
	}
	.mobile-menu {
		display: inline-block;
	}
}

@media only screen and (max-width: 768px) {
	.site-brand,
	.right-header {
		text-align: center;
	}
	.left-thumb .post-thumb {
		float: none;
		width: auto;
		max-width: 400px;
		margin-right: 0;
	}
	.site-footer {
		text-align: center;
	}
	.site-footer .socials {
		padding: 10px 0;
		text-align: center;
	}
}

@media only screen and (max-width: 540px) {
	
}@media only screen and (min-width: 541px){
   .lst-pg-seminar .sidebar-page,
   .page-search-partner .sidebar-page,
   .page-present .sidebar-page,
   .lst-market-mb,
   .about-us .sidebar-page,
   .five-new-post .title-mobile{
      display: none;
   }
}
@media only screen and (min-width: 367px){
   .lst-cate-post-mb{
      display: none;
   }
}
@media only screen and (max-width: 1202px){
   /*header*/
   .main-menu .menu-left{
      width: calc(100% - 92px);
   }
   .main-menu .menu-left .nav-left{
      width: 100%;
   }
   .main-menu .nav-left > ul > .nav-item:first-child{
      display: none;
   }
   .main-menu .logo-home-mobile{
      display: block;
   }
   /*.main-menu .menu-left .nav-left ul{
      overflow-x: auto;
      white-space: nowrap;
   }*/
   /*.main-menu .menu-left .nav-left .dropdown-menu,
   .main-menu .post-li-menu
   {
      display: none;
   }*/
   /*.main-menu{
      overflow: hidden;
   }*/
   .home-header{
      padding-bottom: 10px;
   }
   .main-menu .menu-show{
      width: 980px;
   }
   .search-category-header{
      display: block !important;
   }
   .contact-left-contain{
      display: none;
   }
   /*.find-search*/
   .find-search .form-search input[type="search"]{
      width: 100%;
   }
   .find-search .form-search{
      margin-bottom: 10px;
   }
   /*.search-category-header*/
   .search-category-header ul{
      justify-content: space-between;
   }
   .search-category-header ul li{
      width: calc((100% - 20px) /2);
      margin-right: 0;
   }
   .search-category-header ul li a{
      width: 100%;
   }
   /*.featured-posts-main*/
   .featured-posts .lst-featured-posts .owl-nav .owl-prev,
   .featured-posts .lst-featured-posts .owl-nav .owl-next{
      top: 110px;
   }
   .five-new-post .tab-container{
      padding-left: 10px;
      padding-right: 10px;
   }
   /*.seminar-sidebar*/
   .seminar-sidebar .bottom-info-seminar .info-detail-person .content-info-ps{
      max-width: 420px;
   }
   .site-main.bgr:after{
      top: -69px;
   }
   .lst-partner .item-search-top{
      min-height: 125px;
   }
   .site-main{
      margin-top: 175px;
   }
}
@media only screen and (max-width: 1024px){
   .main-menu .menu-left .nav-left ul{
      overflow-x: auto;
      white-space: nowrap;
   }
   .main-menu .menu-left .nav-left .dropdown-menu,
   .main-menu .post-li-menu
   {
      display: none;
   }
   .main-menu{
      overflow: hidden;
   }
}
@media only screen and (max-width: 992px){
   /*.main-menu*/
   .home-header{
      display: block;
   }
   .main-menu .menu-left .nav-left{
      width: calc(100% - 50px);
   }
   .home-header{
      padding-bottom: 0px;
   }
   .main-menu .menu-main .arrow{
      display: none;
   }
   .home-header img{
      margin: 0 auto;
      display: block;
      margin-bottom: 10px;
   }
   .home-header > div:last-child img{
      width: 100%;
   }
   .main-menu .menu-show{
      height: calc(100% - 40px);
      width: calc(100% - 30px);
      padding-bottom: 38px;
   }
   .menu-header-show{
      overflow-y: scroll !important;
      height: calc(100% - 30px) !important;
      padding-bottom: 20px;
   }
   .menu-all-header .bottom-menu-all > li:last-child{
      margin-bottom: 0 !important;
   }
   .menu-all-header .bottom-menu-all{
      display: block;
   }
   .menu-all-header .bottom-menu-all > li{
      display: block;
      margin-bottom: 30px;
   }
   .menu-all-header .all-category{
      margin-bottom: 0px;
   }
   .menu-header-show{
      padding-top: 25px;
   }
   /*japanbiz la gi*/
   .question-japanbiz .news-about .new{
       display: block;
       margin-bottom: 30px;
   }
   .question-japanbiz .news-about .img-content{
      margin-bottom: 20px;
   }
   .question-japanbiz .news-about .new img{
      margin-right: 0;
      max-width: 100%;
      width: 100%;
   }
   .question-japanbiz .news-about .new:last-child img{
      margin-left: 0;
      max-width: 100%;
   }
   .question-japanbiz .news-about .new p{
      margin-bottom: 0;
   }
   .question-japanbiz .link-goto a{
      margin: 0 auto;
      margin-top: 40px;
   }
   /*.character-web*/
   .character-web .infos-content{
      display: block !important;
   }
   .character-web .infos-content .info{
      margin-right: 0 ;
      margin-bottom: 20px;
      min-height: auto;
   }


   /*về chúng tôi*/
   .about-us .about .content{
      flex-direction: column-reverse;
   }
   .about-us .about .content .intro{
      width: 100%;
   }
   .about-us .about .content .img{
      margin-bottom: 20px;
   }
   .about-us .btn{
      margin: 0 auto;
   }
   .about-us .content p{
      min-height: auto;
   }
   .about-us .about-services .content .ct{
      margin-bottom: 20px;
   }
   .about-us .intro-company .title{
      margin-bottom: 25px;
   }
   /*.post-sidebar*/
   .post-sidebar{
      display: block;
   }
   .post-contain{
      width: 100%;
   }
   .post-contain .img-banner img{
      width: 100%;
   }
   .search-category .container > div{
      display: block;
   }
   .search-category .search-checkbox{
      width: 100%;
   }
   .post-sidebar-main .sidebar-page{
      max-width: 100%;
   }
   .post-sidebar-main .bottom-posts .post-tag{
      margin-top: 5px;
   }
   .post-sidebar-main .bottom-posts  .ct-ibe{
      max-width: calc(100% - 132px - 15px);
   }
   /*.featured-posts-main*/
   .featured-posts .lst-featured-posts .owl-nav .owl-prev,
   .featured-posts .lst-featured-posts .owl-nav .owl-next{
      top: 90px;
   }
   .lst-partner .item-search-top{
      min-height: auto;
   }
   .site-main{
      margin-top: 185px;
   }
   .list-bottom-seminar{
      padding-top: 0 !important;
   }
   .wg-post.lst-pg-seminar.list-bottom-seminar{
      padding-top: 40px !important;
   }
   .main-menu .nav-left > ul > li > a {
      padding: 16px 15px;
   }
}
@media only screen and (max-width: 768px){
   /*.main-menu*/
   .new-post-home .lst-nph .list-right:nth-child(even){
      margin-left: 0px;
   }
   .main-menu .menu-show{
      width: calc(100% - 30px);
   }
   .menu-all-header .top-menu-all{
      display: block;
      margin-bottom: 0;
   }
   .menu-all-header .top-menu-all > li{
      margin-bottom: 30px;
   }
   .menu-all-header .bottom-menu-all > li{
      padding-right: 0 !important;
   }
   .top-pg-seminar,
   .search-partner{
      overflow: hidden;
      padding-bottom: 0 !important;
   }
   .top-pg-seminar .owl-carousel .owl-stage-outer,
   .top-search-pn .owl-carousel .owl-stage-outer{
      overflow: visible;
   }
   .top-pg-seminar .container,
   .top-search-pn .container{
      padding: 0;
      overflow: hidden;
   }
   .top-pg-seminar .lst-top-seminar,
   .top-search-pn .top-search-pn-sld{
      padding-left: 50px;
      padding-right: 50px;
      padding-bottom: 87px;
   }
   .lst-pg-seminar #owl-carousel-3 .owl-nav,
   .search-partner #owl-carousel-3 .owl-nav{
      position: relative;
   }
   .lst-pg-seminar #owl-carousel-3 .owl-nav > button,
   .search-partner #owl-carousel-3 .owl-nav > button{
      width: 30px;
      height: 30px;
      top: 30px;
      transform: translateY(0%);
   }
   .lst-pg-seminar #owl-carousel-3 .owl-nav .owl-prev,
   .search-partner #owl-carousel-3 .owl-nav .owl-prev{
      left: calc((100% - 80px)/2);
   }
   .lst-pg-seminar #owl-carousel-3 .owl-nav .owl-next,
   .search-partner #owl-carousel-3 .owl-nav .owl-next{
      right: calc((100% - 80px)/2);
   }
   .lst-pg-seminar #owl-carousel-3 .owl-nav i,
   .search-partner #owl-carousel-3 .owl-nav i{
      line-height: 30px;
   }
   .lst-pg-seminar .item-seminar-pg:before{
      height: 83px;
   }
   /*về chúng tôi*/
   .about-us .about .content{
      margin-bottom: 20px;
   }
   .about-us .intro-company .content > div{
      display: block;
      margin-bottom: 10px;
   }
   .about-us .intro-company .content > div .tl, .about-us .intro-company .content > div .ct{
      border-bottom: 1px solid #CECECE;
      margin-bottom: 2px;
   }
   .about-us .intro-company .content > div .tl{
      max-width: 100%;
      height: 40px;
      padding-left: 10px;
   }
   .about-us .intro-company .content .tl span{
      font-size: 14px;
      line-height: 17px;
      color: #151515;
   }
   .about-us .show-list{
      padding-top: 10px;
   }
   .about-us .intro-company .content .ct span{
      font-size: 12px;
      line-height: 14px;
      color: #151515;
   }
   .about-us .show-list .content p {
      margin-bottom: 0;
   }
   .five-new-post .item-lst-month .post-tag{
      padding-bottom: 5px;
   }
   .lst-pg-seminar .item-seminar-pg .title{
      min-height: 76px;
      display: flex;
      align-items: center;
   }
   .featured-posts  .lst-featured-posts .owl-nav .owl-prev,
   .featured-posts  .lst-featured-posts .owl-nav .owl-next{
      top: 130px;
   }
   .post-sidebar-main .item-bsh{
      display: flex;
   }
   .post-sidebar-main .item-bsh .img{
      max-width: 200px;
      margin-right: 30px;
   }
   .post-sidebar-main .item-bsh .ct-ibe{
      max-width: calc(100% - 200px - 30px) !important;
   }
   .seminar-sidebar .bottom-info-seminar .info-detail-person{
      display: block;
      margin-bottom: 20px;
   }
   .seminar-sidebar .bottom-info-seminar .info-detail-person .img-ps{
      margin-top: 20px;
   }
   .seminar-sidebar .bottom-info-seminar .info-detail-person .img-ps img{
      display: block;
      margin: 0 auto;
   }
   .seminar-sidebar .bottom-info-seminar .info-detail-person .content-info-ps{
      max-width: 100%;
   }
   .seminar-sidebar .top-register-seminar .info-detail span{
      width: 110px;
      font-size: 12px;
      line-height: 14px;
      color: #252525;
   }
   .seminar-sidebar .top-register-seminar .info-detail p{
      font-size: 12px;
      line-height: 14px;
      color: #444444;
   }
   /*.seminar-sidebar .bottom-info-seminar .info-person-seminar p,
   .seminar-sidebar .bottom-info-seminar .info-person-seminar ul li{
      font-size: 12px;
      line-height: 22px;
   }*/
   .top-register-seminar p,
   .seminar-sidebar .bottom-info-seminar .info-person-seminar p, 
   .seminar-sidebar .bottom-info-seminar .info-person-seminar ul li {
      font-size: 15px;
      line-height: 24px;
   }
   .seminar-sidebar .bottom-info-seminar .info-person-seminar ul,
   .seminar-sidebar .bottom-info-seminar .info-person-seminar p {
      margin-bottom: 15px;
   }
    .seminar-sidebar .bottom-info-seminar .info-person-seminar ul li {
      margin-bottom: 5px;
   }
   .seminar-sidebar .top-register-seminar h1 {
     line-height: 29px;
     font-size: 24px;
   }
   .seminar-sidebar .top-register-seminar .info-detail{
      margin-bottom: 22px;
   }
   .seminar-sidebar .link-register a{
      font-size: 12px;
      line-height: 14px;
      color: #24243F;
   }
   .seminar-sidebar .bottom-info-seminar .info-person-seminar > div{
      margin-bottom: 40px;
   }
   .seminar-sidebar .bottom-info-seminar .info-person-seminar > div:last-child{
      margin-bottom: 20px;
   }

   .list-bottom-seminar .title-grp-page{
      padding: 0 15px;
      border: 0;
   }
   .list-bottom-seminar .title-grp-page > div{
      padding-bottom: 10px;
      border-bottom: 1px solid #393939;
   }
   .about-us .intro-company .content>div .tl{
      padding-left: 10px !important;
   }
   .site-bottom .content-ft-center > div ul{
      padding: 0 0px 10px 0px
   }
   /*.new-post-home*/
   .new-post-home{
      padding-bottom: 30px;
   }
   .new-post-home .lst-nph{
      display: block;
   }
   .new-post-home .nph-left .post-tag{
      margin-bottom: 10px;
   }
   .new-post-home .lst-nph .nph-left{
      max-width: 100%;
      margin-right: 0;
   }
   .new-post-home .lst-nph .nph-right{
      width: 100%;
   }
   .new-post-home .nph-left{
      margin-bottom: 20px;
   }
   .new-post-home .title-post-popular,
   .new-post-home .ct-nph-left p:nth-child(3){
      min-height: auto;
   }
   .five-new-post .tab-container{
      padding: 20px 10px;
   }
   .top-search-pn.search-partner.post-slide-moblie .title-grp-page{
      margin: 0 15px;
   }
}
@media only screen and (max-width: 590px){
   .top-pg-seminar .lst-top-seminar,
   .top-search-pn .top-search-pn-sld{
      padding-left: 30px;
      padding-right: 30px;
   }
   .lst-pg-seminar .list-semina .row > div{
      margin-bottom: 20px;
      width: 100%;
      display: block;
   }
}
@media only screen and (max-width: 540px){
   /*header*/
   .site-main{
      margin-top: 122px;
   }
   .main-menu .menu-left{
      width: calc(100% - 50px);
   }
   .main-menu .menu-left .nav-left{
      width: calc(100% - 36px);
   }
   .ad-home{
      display: none;
   }
   .new-post-home{
      padding-bottom: 0;
   }
   .top-header{
      padding: 4px 0px 5px 0;
   }
   .top-header .contact-header ul li a{
      width:16px;
      height: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 16px;
   }
   .top-header .contact-header ul li a i {
      font-size: 8px;
      line-height: 16px !important;
   }
   .top-header .question-web ul li a{
      font-size: 12px;
      line-height: 14px;
      color: #393939;
      padding: 0 8px;
   }
   .top-header .question-web ul li:before{
      height: 12px;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateyY(-50%);
      -o-transform: translateY(-50%);
   }
   .home-header{
      padding-top: 16px;
   }
   .main-menu .nav-left ul > li > a{
      font-size: 12px;
      line-height: 14px;
      color: #ffffff;
      padding: 8px 5px 7px 5px;
   }
   .logo-home-mobile i {
      font-size: 18px;
      line-height: 29px;
   }
   .main-menu .open-menu-all .icon-menu{
      width: 16px;
      height: 14px;
   }
   .main-menu .menu-header-main .contact-right a{
      padding: 0;
      border-radius: 3px;
      height: 29px;
   }
   .main-menu .menu-header-main .contact-right{
      width: 42px;
      overflow: hidden;
   }
   .main-menu .menu-header-main .contact-right img{
      margin-right: 30px;
      width: 17px;
      height: 17px;
      margin-left: 12px;

   }
   .main-menu .open-menu-all{
      padding: 0 10px;
   }
   .find-search .form-search input[type="search"]{
      height: 30px;
      font-size: 12px;
      line-height: 14px;   
      color: #555555;
      padding: 8px 50px 8px 8px;
   }
   .find-search .form-search button{
      height: 28px;
   }
   .find-search .form-search{
      margin-bottom: 5px;
   }
   .find-search .form-search button i{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateyY(-50%);
      -o-transform: translateY(-50%);
      left: 15px;
   }
   .list-form-search .submit-search{
      padding: 0 9px;
   }
   .list-form-search .submit-search button{
      margin: 0;
   }
   .list-form-search .submit-search button:first-child{
      width: 100px;
      margin-right: 10px;
   }
   .list-form-search .submit-search button:last-child{
      width: 207px;
      margin-left: 10px;
      color: #FFFFFF;
      background: #0088FF;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
      border-radius: 5px;
      border: 0.5px solid #0088FF;
   }
   .tab-search div#list-2 .form-search-check .input-search-text textarea{
      height: 60px;
      padding: 6px 8px;
      color: #333333;
      font-size: 12px;
      line-height: 14px;
   }
   .tab-search .tab-control li a{
      height: 30px;
      line-height: 30px;
      font-size: 12px;
   }
   .search-category-header ul li{
      width: calc((100% - 5px) /2);
      margin-right: 0;
   }
   .search-category-header ul li a{
      height: 30px;
      line-height: 30px;
      font-size: 12px;
      color: #333333;
   }
   .lst-pg-seminar .sidebar-page,
   .page-search-partner .sidebar-page,
   .page-present .sidebar-page,
   .about-us .sidebar-page,
   .economic-it-page .sidebar-page{
      display: block;
      max-width: 100%;
   }
   .economic-it-page .sidebar-page{
      display: block !important;
   }
   .about-us .sidebar-page{
      padding-top: 40px;
   }
   .about-us .intro-company .content{
      margin-bottom: 40px;
   }
   /*ve chung toi*/
   .about-us .about .content .intro h3{
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 17px;
   }
   .about-us .about .content .intro p{
      margin-bottom: 30px;
      font-size: 12px;
      line-height: 22px;
   }
   .about-us .title h2{
      font-size: 18px;
      line-height: 22px;
      color: #151515;
   }
   .show-list .content .tl{
      padding: 9px 10px !important;
      margin-bottom: 20px !important;
   }
   .show-list .content .ct{
      margin-bottom: 0;
   }
   .show-list .content .ct ol li{
      margin-bottom: 0;
   }
   /*japan-biz la gi*/
   .character-web .title-content h2{
      font-size: 18px;
      line-height: 22px;
      color: #151515;
   }
   .character-web .infos-content .info h3{
      font-size: 14px;
      line-height: 17px;
      color: #333333;
      display: flex;
      min-height: 40px;
      align-items: center;
      padding: 0 10px;
      text-align: justify;
   }
   .question-japanbiz .title-about h1{
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 22px;
   }
   .page-present .question-japanbiz{
      padding-top: 30px;
   }
   .question-japanbiz .title-about{
      margin-bottom: 30px;
   }
   .question-japanbiz .news-about .new p,
   .character-web .title-content p{
      font-size: 12px;
   }
   .character-web{
      padding-top: 30px;
      padding-bottom: 20px;
   }
   .question-japanbiz .news-about .new h4,
   .question-japanbiz .news-about .new h2{
      font-size: 14px;
      line-height: 17px;
   }
   .character-web .infos-content .info p{
      font-size: 12px;
      line-height: 22px;
      color: #444444;
   }
   /*featured-posts*/
   /*slide-home*/
   .featured-posts .owl-carousel .owl-stage-outer{
      overflow: visible;
   }
   .featured-posts .container{
      padding: 0;
      overflow: hidden;
   }
   .featured-posts .lst-featured-posts{
      padding: 0px 75px;
      padding-top: 20px;
   }
   .post-slide-moblie .title-grp-page{
      padding: 0;
      border-bottom: 0;
      padding: 0 15px;
   }
   .post-slide-moblie .title-grp-page > div{
      padding-bottom: 5px;
      border-bottom: 1px solid #393939;
   }
   .post-slide-moblie .title-grp-page h2:after{
      top: calc(100% + 5px);
   }
   .featured-posts .title-grp-page h2{
      font-size: 16px;
      line-height: 19px;
      color: #1B2962;
   }
   .partner-searchs .top-search-pn-sld{
      padding-top: 30px;
   }
   .lst-partner .item-ct .des-item{
      margin-bottom: 5px;
   }
   .lst-partner .img-item-sp{
      margin-right: 10px;
      min-width: 114px;
   }
   .lst-partner .img-item-sp img{
      min-height: 88px;
   }
   .lst-pg-seminar .list-semina .row{
      margin: 0 !important;
   }
   .lst-pg-seminar .list-semina h2 {
      font-size: 16px;
      line-height: 19px;
      padding-bottom: 5px;
      margin-bottom: 20px;
   }
   .lst-pg-seminar .list-semina h2:after{
      width: 90%;
   }
   .lst-pg-seminar .item-seminar-pg .title{
      min-height: 62px;
      display: block; 
   }
   .lst-pg-seminar .item-seminar-pg:before{
      height: 69px;
   }
   .form-search-check .form-1 .select-all{
      top: 100%;
   }
   .form-search-check .form-1{
      padding-top: 30px;
   }
   .form-search-check .form-1{
      margin-bottom: 20px;
   }
   .tab-search .tab-control li{
      width: calc((100% /2) - 2px);
   }
   .search-category .search-checkbox .search-title h2{
      font-size: 18px;
      line-height: 22px;
   }
   .search-category .search-checkbox .search-title p{
      font-size: 14px;
      line-height: 24px;
   }
   .tab-search{
      padding-top: 20px;
   }
   .form-search-check .form-1 .form-group{
      margin-right: 15px;
      width: 100%;
   }
   .featured-posts-main .lst-featured-posts .title-post-popular{
      min-height: 40px;
      margin-bottom: 10px;
   }
   .featured-posts-main .lst-featured-posts{
      padding-bottom: 80px;
   }
   .featured-posts-main .lst-featured-posts .owl-nav{
      position: relative;
   }
   .featured-posts-main .lst-featured-posts .owl-nav .owl-prev,
   .featured-posts-main .lst-featured-posts .owl-nav .owl-next{
      top: 30px;
      position: absolute;
   }
   .featured-posts-main .lst-featured-posts .owl-nav .owl-prev{
      left: calc(50% - 40px);
   }
   .featured-posts-main .lst-featured-posts .owl-nav .owl-next{
      right:calc(50% - 40px);
   }
   .five-new-post .lst-fnp > ul > li{
      height: 40px;
      line-height: 40px;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
   }
   .five-new-post .item-lst-week, 
   .five-new-post .item-lst-month{
      margin-bottom: 15px;
      display: flex;
      align-items: flex-start;
   }
   .five-new-post .item-lst-week .count-fnp, 
   .five-new-post .item-lst-month .count-fnp{
      min-width: 30px;
      height: 30px;
      margin-right: 5px;
      margin-left: 5px;
   }
   .five-new-post .item-lst-week .count-fnp p, 
   .five-new-post .item-lst-month .count-fnp p{
      line-height: 30px;
      font-size: 12px;
   }
   .five-new-post .img-item-fnp img{
      object-fit: contain;
   }
   .five-new-post .item-lst-week h5, 
   .five-new-post .item-lst-month h5{
      margin-bottom: 5px;
      padding-right: 6px;
      min-height: 0;
   }
   .five-new-post .item-lst-week .img-item-fnp,
   .five-new-post .item-lst-month .img-item-fnp{
      margin-right: 5px;
    }
   .five-new-post .item-lst-week .post-tag li, 
   .five-new-post .item-lst-month .post-tag li{
      margin-right: 5px !important;
   }
   .five-new-post .item-lst-week .post-tag,  
   .five-new-post .item-lst-month .post-tag{
      margin-bottom: 5px;
   }
   .five-new-post .item-lst-week .date-posts,  
   .five-new-post .item-lst-month .date-posts{
      font-size: 12px;
      line-height: 14px;
   }
   .post-sidebar-main .lst-market-dsk{
      display: none;
   }
   .lst-market-entry .top-procedure .info-post-top h3 a{
      font-size: 16px;
     line-height: 19px;
   }
   .lst-market-entry .top-procedure .info-post-top .date-posts{
      margin-bottom: 4px;
   }
   .lst-market-entry .top-procedure .info-post-top .date-posts span{
      font-size: 14px;
      line-height: 17px;
   }
   .lst-market-entry .top-procedure .info-post-new{
      padding: 16px 6px 10px 8px;
   }
   .lst-market-mb .top-procedure{
      position: relative;
      margin-bottom: 20px;
   }
   .lst-market-mb .info-post-new{
      position: absolute;
      bottom: 0;
      padding: 16px 6px 10px 8px;
      background: linear-gradient(180deg, rgba(111, 111, 111, 0) 0%, #000000 81.56%);
      opacity: 0.8;
   }
   .lst-market-mb .info-post-new .date-posts{
      font-size: 14px;
      line-height: 16px;
      color: #ffffff;
      margin-bottom: 4px;
   }
   .lst-market-mb .info-post-new h3{
      width: 100%;
      text-align: justify;
      line-height: 0;
   }
   .lst-market-mb .info-post-new h3 a{
      font-size: 16px;
      font-weight: 500;
      line-height: 19px;
      color: #FFFFFF;
      text-decoration: none;
      width: 100%;
      overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
   }
   .economic-it .top-et,
   .semina-home .top-post-semina{
      padding-bottom: 20px;
      padding-top: 10px;
   }
   .owl-carousel-content{
      overflow: hidden;
      padding-left: -15px !important;
   }
   .owl-carousel-content .owl-category{
      overflow: hidden;
      padding: 0 75px;
   }
   .economic-it-page .grp-eco-it:last-child{
      margin-bottom: 0;
   }
   .owl-carousel-content .owl-stage-outer{
      overflow: visible;
      padding-left: -15px !important;
      padding-bottom: 50px;
   }
   .owl-carousel-content .item-b-ime,
   .owl-carousel-content .item-bt-et{
      display: block;
   }
   .owl-carousel-content .img{
      max-width: 100% !important;
      margin-right: 0 !important;
   }
   .market-entry,
   .semina-home{
      padding-top: 0;
   }
   .owl-carousel-content .ct-ibe,
   .post-sidebar-main .item-bsh .ct-ibe,
   .economic-it.mobile .ct-ibe 
   {
      max-width: 100% !important;
      padding-top: 10px;
   }
   .owl-carousel-content .ct-ibe h5,
   .post-sidebar-main .item-bsh .ct-ibe  h5,
   .economic-it.mobile .ct-ibe  h5
   {
      margin-bottom: 10px;
   }
   .post-sidebar-main .owl-carousel-content .item-below-eco{
      margin-bottom: 0 !important;
   }
   .post-sidebar-main .lst-economic-it.mobile .grp-eco-it{
      margin-bottom: 0;
   }
   .post-sidebar-main .date-posts{
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 10px;
   }
   .economic-it.mobile,
   .lst-market-mb{
      padding-bottom: 30px;
   }
   .economic-it.mobile .btn-cate-post{
      margin-right: 0px;
   }
   .economic-it.mobile .title-grp-page,
   .semina-home.mobile .title-grp-page,
    .market-entry .title-grp-page,
   .five-new-post .title-grp-page,
   .new-post-home .title-grp-page{
      padding-bottom: 5px;
   }
   .post-sidebar-main .item-bsh .ct-ibe{
      min-height: auto !important;
   }
   .new-post-home{
      padding-top: 30px;
   }
   .new-post-home .lst-nph{
      padding-top: 20px;
   }
   .economic-it.mobile .title-grp-page h2:after,
   .semina-home.mobile .title-grp-page h2:after,
   .market-entry .title-grp-page h2:after,
   .five-new-post .title-grp-page h2:after,
   .new-post-home .title-grp-page h2:after{
      top: calc(100% + 5px);
   }
   .economic-it.mobile .title-grp-page h2,
   .semina-home.mobile .title-grp-page h2,
   .market-entry .title-grp-page h2,
   .five-new-post .title-grp-page h2,
   .new-post-home .title-grp-page h2{
      font-size: 16px;
      line-height: 19px;
   }
   .five-new-post .lst-fnp{
      padding-top: 25px;
   }
   .owl-carousel-content .owl-nav .owl-next,
   .owl-carousel-content .owl-nav .owl-prev{
      width: 30px;
      height: 30px;
      display: block;
      border-radius: 50%;
      position: absolute;
      top: calc(100% - 50px);
      background: rgba(0, 136, 255, 0.5) !important;
   }
   .owl-carousel-content .owl-nav .owl-prev i,
   .owl-carousel-content .owl-nav .owl-next i{
      font-size: 12px;
      line-height: 30px;
      color: #FFFFFF;
   }
   .owl-carousel-content .owl-nav .owl-prev{
      left: calc(50% - 40px);
   }
   .owl-carousel-content .owl-nav .owl-next{
      right: calc(50% - 40px);
   }
   .five-new-post{
      padding-top: 30px;
   }
   .post-sidebar{
      padding-top: 30px;
   }
   .post-sidebar-main .lst-market-entry,
   .post-sidebar-main .economic-it .top-et,
   .post-sidebar-main .top-se-home{
      padding-top: 20px;
   }
   .post-sidebar-main .economic-it .top-et .post-economy{
      padding-top: 10px;
   }
   .post-sidebar-main .economic-it h3 a{
      font-size: 16px;
      line-height: 19px;
   }
   .find-search{
      padding-top: 10px;
   }
   .featured-posts-main{
      padding-top: 25px;
   }
   .semina-home.mobile .post-tag{
      padding-bottom: 0;
      margin-bottom: 10px;
   }
   .semina-home .top-post-semina p{
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4; /* number of lines to show */
              line-clamp: 4; 
      -webkit-box-orient: vertical;
      min-height: 88px;
   }
   .semina-home.mobile h3{
      margin-bottom: 10px;
      min-height: auto;
   }
   .semina-home.mobile h3 a{
      font-size: 16px;
      line-height: 19px;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3; /* number of lines to show */
              line-clamp: 3; 
      -webkit-box-orient: vertical;
   }
   .new-post-home .title-post-popular a{
      font-size: 16px;
      line-height: 19px;
   }
   .new-post-home .list-content .date-posts{
      font-size: 12px;
      line-height: 14px;
   }
   .post-sidebar-main .btn-cate-post{
      margin-top: -18px;
      margin-right: -15px;
   }
   .post-sidebar-main .below-et{
      margin-bottom: 0;
   }
   .lst-market-mb
   .economic-it.mobile .btn-cate-post a,
   .semina-home.mobile .btn-cate-post a{
      right: -40px;
      padding-right: 25px;
   }
   .top-header .contact-header ul li:nth-child(2) a i{
      font-size: 5px;
      line-height: 16px;
   }
   .about-us .about .title h1{
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 20px;
   }
   .about-us .about{
      margin-top: 30px;
   }
   .about-us .about .title .img{
      margin-bottom: 30px;
   }
   .post-sidebar{
      padding-bottom: 30px;
   }
   .economic-it-page .grp-eco-it h2{
      font-size: 16px;
      line-height: 19px;
      color: #252525;
   }
   .archive-post .item-cate-branch .ct-cate-br .post-tag{
      margin-top: 9.87px;
   }
   .archive-post .item-cate-branch .ct-cate-br .date-posts{
      margin-bottom: 5px !important;
   }
   .result-search .lst-post-search .item-below-eco .img{
      max-width: 132px;
   }
   .slide-bottom-post{
      padding-top: 20px !important;
   }
   .slider-bottom .title-grp-page{
      margin-bottom: 0;
   }
   .five-new-post .tab-container{
      padding-left: 0px;
      padding-right: 0px;
   }
   .pd-bt .owl-nav{
      display: none;
   }
   .site-main.bgr:after{
      top: -49px;
   }
   .list-bottom-seminar{
      padding-top: 20px !important;
   }
   .list-bottom-seminar .lst-top-seminar{
      padding-bottom: 60px;
   }
   .list-bottom-seminar .title-grp-page{
      margin-bottom: 20px;
   }
   .list-bottom-seminar .title-grp-page > div h2,
   .bottom-partner-detail .title-grp-page > div h2{
      font-size: 16px;
      line-height: 19px;
      color: #1B2962;
   }
   .list-bottom-seminar .title-grp-page > div h2:after,
   .bottom-partner-detail .title-grp-page > div h2:after{
      top: calc(100% + 5px);
   }
   .list-bottom-seminar .title-grp-page > div,
   .bottom-partner-detail .title-grp-page >div{
      padding-bottom: 5px;
   }
   .list-bottom-seminar .owl-nav{
      display: block;
   }
   .page-search-partner .lst-partner h2{
       font-size: 16px;
       line-height: 19px;
       padding-bottom: 5px;
       margin-bottom: 20px;
   }
   .breadcrumbs li{
      font-size: 12px;
      line-height: 14px;
   }
   .page-search-partner,
   .lst-pg-seminar
   {
      padding-top: 20px;
   }
   .sidebar-page #tags_widget-2 .widget-title:before{
      width: 138px !important;
   }
   .sidebar-page #branch_widget-3 .widget-title:before{
      width: 120px !important;
   }
   .sidebar-page #category_widget-2 .widget-title:before{
      width: 84px !important;
   }
   .search-partner .img-item-sp{
      background: none;
   }
   .lst-partner .item-search-top{
      margin-bottom: 20px;
   }
   .economic-it-page.page-procedure .btn-grp-page{
      padding-right: 40px;
      margin-top: 0;
   }
   .economic-it-page .lst-grp-item .top-eco-it .date-posts{
      margin-bottom: 4px;
   }
   .site-main .post-procedure .content-post .date-posts span{
      font-size: 14px;
      line-height: 16px;
   }
   .economic-it-page.page-procedure .btn-grp-page a:after{
      right: 21px;
   }
   .single-page .site-content .single-banner .banner-btn a i:before{
      font-size: 15px;
      line-height: 22px;
   }
   .single-page .site-content .single-banner .banner-btn a{
      font-size: 18px;
      line-height: 22px;
      height: 50px;
   }
   .post-main-popular{
      padding-top: 18px;
   }
   .bottom-partner-detail{
      padding-top: 35px;
   }
   .bottom-partner-detail .search-partner{
      background: #ffffff;
   }
   .bottom-partner-detail .owl-nav{
      display: none;
   }
   .bottom-partner-detail .top-search-pn-sld{
      padding-bottom: 50px;
   }
   .lst-pg-seminar{
      padding-bottom: 0;
   }
   .lst-pg-seminar .sidebar-page{
      padding-bottom: 50px;
   }
   #owl-carousel-3 .owl-stage-outer{
       margin-right: 0px;
   }
   .item-it-se{
       max-height: 114px;
   }
   .lst-pg-seminar.list-bottom-seminar .lst-pg-seminar.pd-bt{
       padding-top: 0px !important;
   }
   .lst-partner{
      padding-bottom: 40px;
      padding-top: 30px;
   }
   .lst-pg-seminar .list-semina .page-navigation{
      padding-top: 20px;
   }
   .find-search.bgr:after{
      top: 40px;
   }
   .menu-top{
      margin-bottom: 10px;
   }
   .post-sidebar-main .post-sidebar,
   .list-bottom-seminar{
      padding-bottom: 0;
   }
   .lst-pg-seminar.list-bottom-seminar .sidebar-page.sidebar-page-mobile{
      margin-bottom: 0 !important;
   }
   .lst-pg-seminar.list-bottom-seminar{
      padding-bottom: 0 !important;
   }
   .site-main .bottom-posts h5 a{
      font-size: 18px;
      line-height: 21px;
      font-weight: 500;
      color: #151515;
      text-decoration: none;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
      -webkit-box-orient: vertical;
      min-height: 84px;
   }
   .lst-market-mb .top-me{
      padding-top: 20px;
   }
   .economic-it h3,
   .new-post-home .title-post-popular,
   .new-post-home .ct-nph-left p:nth-child(3),
   .economic-it p,
   .semina-home .top-post-semina p,
   .economic-it-page .top-eco-it .item-top-eco h3{
      min-height: auto;
   }
   .five-new-post .item-lst-week h5 a,
   .five-new-post .item-lst-month h5 a{
      font-size: 14px;
      line-height: 17px;  
      color: #151515;
      -webkit-line-clamp: 2;
      line-clamp: 2;
   }
   .economic-it-page{
      padding-top: 30px;
      padding-bottom: 40px;
   }
   .post-sidebar-main .bottom-posts .date-posts{
      margin-bottom: 6px;
   }
   .archive-post .site-content .item-below-eco.see-more-post .date-posts{
      margin-bottom: 5px;
   }
   .archive-post .site-content .item-cate-eco .ct-cate-eco h3,
   .archive-post .site-content .item-below-eco.see-more-post h3{
      font-size: 14px;
      line-height: 17px;
      /*min-height: 51px;*/
   }
   .archive .item-below-eco{
      margin-bottom: 20px;
   }
   .wg-post.lst-pg-seminar.list-bottom-seminar{
      padding-top: 0px !important;
   }
   .top-search-pn.search-partner.post-slide-moblie .title-grp-page{
      margin:0;
   }
   .five-new-post .item-lst-week .title-post-new,
   .five-new-post .item-lst-month .title-post-new{
       width: calc(100% - 130px);
   }
   .seminar-sidebar .bottom-info-seminar .info-person-seminar > div {
      margin-bottom: 30px;
   }
}
@media only screen and (max-width: 480px){
   .bgr-new{
      height: 180px;
   }
}
@media only screen and (max-width: 395px){
   .bgr-new{
      height: 158px;
   }
}
@media only screen and (max-width: 375px){
   .main-menu .menu-left .nav-left {
      width: 88%;
   }
   .bgr-new{
      height: 145px;
   }
}
@media only screen and (max-width: 374px){
    .archive-post .item-cate-branch .ct-cate-br .post-tag li{ 
      margin-right: 3px;
   }
   .search-category-header ul li a{
      font-size: 10px;
   }
   .tab-search .tab-control li a{
      font-size: 10px;
   }
}
@media only screen and (max-width: 366px){
   .top-header{
      display: block;
   }
   .top-header .question-web ul,
   .top-header .contact-header ul{
      justify-content: center;
      align-items: center;
      margin-bottom: 5px;
   }
   .lst-cate-post-mb{
      display: block !important;
   }
   .lst-cate-post-pc{
      display: none;
   }
   .top-header .question-web ul li:before{
      display: none;
   }

}
@media only screen and (max-width: 330px){

   .bgr-new{
      height: 115px;
   }
}@media only screen and (max-width: 1200px) {
	.site-bottom .footer-banner .banner-contact{
		flex-wrap: wrap;
		flex-direction: column-reverse;
    	align-items: center;
	}
	.site-bottom .content-ft-bottom .content{
		padding-left: 0;
	}
	.site-bottom .footer-banner .banner-contact .contact{
		flex-wrap: wrap;
		justify-content: center;
	}
	.single-page .site-content{
		max-width: 660px;
	}
	.site-main .post-tag li a{
		padding: 0 3px;
	}
	.result-search .site-content .lst-post-search{
		margin-right: 25px;
	}
	.site-bottom .content-ft-bottom .content{
		display: flex;
		justify-content: space-around;
	}
	.site-bottom .content-ft-bottom .content .item:not(:last-child){
		margin: 0;
	}
}
@media only screen and (max-width: 1024px){
	.site-bottom .content-ft-center #nav_menu-4 ul li:nth-child(2n+1){
		width: 50%;
	}
	.lst-partner .page-navigation{
		padding-top: 20px;
		margin-top: 0;
	}
}
@media only screen and (max-width: 992px) {
	.site-bottom .content-ft-center #nav_menu-4 ul li{
		width: 100%;
	}
	.economic-it-page .lst-economic-it{
		margin-right: 0;
	}
	.site-bottom .footer-banner .banner-btn{
		flex-wrap: wrap;
	}
  	.site-bottom .footer-banner .banner-btn a{
  		font-size: 18px;
		line-height: 22px;
		width: 65%;
  	}
  	.site-bottom .footer-banner .banner-btn a:first-child{
  		margin-bottom: 15px;
  		margin-right: 0px;
  		padding: 0 30px;
  	}
  	.single-page,
  	.info-seeking-partner .seeking-partner-sidebar,
  	.seminar-sidebar{
  		flex-wrap: wrap;
  	}
  	.single-page .site-content,
  	.info-seeking-partner .seeking-partner-sidebar .seeking-partner,
  	.seminar-sidebar .info-seminar{ 
  		max-width: 100%;
  		width: 100%;
  	}
  	.info-seeking-partner .seeking-partner-sidebar #advertisement_widget-2,
  	.info-seeking-partner .seeking-partner-sidebar #category_widget-2,
  	.info-seeking-partner .seeking-partner-sidebar #advertisement_2_widget-2{
  		display: block;
  	}

  	.wg-post .sidebar-page{
  		max-width: 100%;
  		padding-top: 30px;
  		margin-top: 0;
  	}
  	.wg-post .sidebar-page #branch_widget-3 ul{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-around;
  	}
  	.wg-post .sidebar-page #branch_widget-3 ul li,
  	.wg-post .sidebar-page .widget_advertisement_widget ul li,
  	.wg-post .sidebar-page #advertisement_2_widget-2 ul li{
  		width: 48%;
  	}
  	.wg-post .sidebar-page .widget_advertisement_widget ul,
  	.wg-post .sidebar-page #advertisement_2_widget-2 ul{
  		display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
  	}
  	.archive-post{
  		flex-wrap: wrap;
  	}
  	.archive-post .site-content{
  		width: 100%;
  	}
  	.archive-post .item-cate-branch .img-cate-br img{
  		width: 100%;
  	}
  	.economic-it-page > .container{
  		flex-wrap: wrap;
  	}
  	.economic-it-page .lst-economic-it{
  		width: 100%;
  	}
  	.search-category .search-checkbox{
  		margin-bottom: 70px;
  	}
  	.result-search .site-content{
  		flex-wrap: wrap;
  	}
  	.result-search .site-content .lst-post-search{
  		margin-right: 0;
  		max-width: 100%;
  		padding-bottom: 40px;
  	}
	  .questions .container{
			flex-wrap: wrap;
			justify-content: center;
	  }
	  .questions .container .intro{
	  	margin-right: 0;
	  }
	   .questions .container .sidebar-page{
	   	  display: none;
	   }
}
@media only screen and (max-width: 768px) {
  	.backTo-top{
	  	width: 40px;
	  	height: 40px;
	  	right: 25px;
     	top: 85%;
  	}
  	.backTo-top span{
  		width: 15px;
    	height: 15px;
  	}
  	.show-list .container > div{
  		padding: 0 30px;
  	}
  	.questions .container .intro{
  		padding: 0;
  	}
  	.show-list .container > .sidebar-page{
  		padding: 0;
  	}
  	.site-bottom .footer-banner .banner-contact .contact > div{
  		margin-bottom: 15px;
  	}
	.economic-it-page .lst-economic-it{
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
  .D03-001-01-list-item__dl {
    padding: 25px 20px 40px;
    min-height: 115px;
  }
  .D03-001-01-list-item__header {
    height: 150px;
    padding: 0 20px;
  }
  .D03-001-01-list-item__label {
    top: 140px;
    left: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .lst-partner .item-ct .des-item.pc,
	.pc{
		display: none;
	}
  .lst-partner .item-ct .des-item.mobile,
	.mobile{
		display: block;
	}
	.partners .owl-container .owl-nav{
		display: none !important;
	}
	.show-list .container > div{
  		padding: 0;
  	}
	.show-list .title h1{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.show-list .title p,
	.show-list .content ol li,
	.show-list .content p{
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.show-list .content .tl{
		padding: 11px 10px;
	}
	.show-list .content h2{
		font-size: 14px;
		line-height: 17px;
	}
	.questions .container .intro{
		margin-right: 0;
		margin-bottom: 50px;
	}
	.questions .container .sidebar-page{
		max-width: 100%;
		width: 100%;
	}
	.sidebar-page #branch_widget-3 ul{
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sidebar-page #branch_widget-3 li{
		width: 49%;
		display: inline-block;
	}
	.sidebar-page #advertisement_widget-2 img{
		width: 100%;
	}
	.sidebar-page #advertisement_2_widget-2 img{
		width: 100%;
	}
	.questions .sidebar-page{
		display: none;
	}
	.questions .container .intro .content .ct p{
		font-size: 12px;
		line-height: 22px;
	}
	.questions .container .intro .content .ct strong{
		font-size: 14px;
		line-height: 22px;
	}
	.contact form label, .contact form input[type=submit]{
		font-size: 14px;
		line-height: 17px;
	}
	.single-page{
		padding-top: 30px;
		padding-bottom: 0;
	}
	.single-page .site-content{
		margin-bottom: 20px;
	}
	.single-page .site-content .post-thumb{
		margin-bottom: 30px;
	}
	.single-page .site-content .post-title{
		font-size: 20px;
    line-height: 25px;
	}
  .single-page .site-content .post-info h2 {
    padding: 10px 12px;
    line-height: 22px;
    font-size: 18px;
  }
	.single-page .site-content .date-posts{
		font-size: 12px;
		line-height: 14px;
	}
	.single-page .site-content .single-banner{
		margin-bottom: 50px;
	}
	.single-page .site-content .single-banner .content .ct-top{
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 20px;
	}
	.single-page .site-content .single-banner .content .ct-bt p{
		font-size: 20px;
		line-height: 24px;
	}
	.single-page .site-content .single-banner .banner-btn a{
		width: 100%;
	}
	.single-page .site-content .single-banner .banner-btn a:first-child{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.single-page .site-content .single-banner .banner-btn{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.single-page .site-content .single-banner .content{
		margin-bottom: 27px;
	}
	.single-page .site-content .post-info h3{
		padding: 0 15px;
	}
	.sidebar-page .group-wg-tags li{
		margin-bottom: 5px;
	}
	.single-page .site-content .single-banner .banner-contact{
		flex-direction: column-reverse;
		align-items: center;
	}
	.single-page .site-content .single-banner .banner-contact .logo{
		margin: 0;
	}
	.single-page .site-content .single-banner .banner-contact .contact > div:first-child{
		margin-bottom: 15px;
	}
	.single-page .site-content .single-banner .banner-contact .contact > div:first-child a{
		font-size: 32px;
		line-height: 38px;
	}
	.single-page .site-content .single-banner .banner-contact .contact > div:last-child{
		margin-bottom: 40px;
	}
	.single-page .site-content .single-banner .banner-contact .contact > div:last-child a{
		font-size: 20px;
		line-height: 24px;
	}
	.single-page .site-content .post-info #toc_container{
		margin-bottom: 20px;
    	padding: 17px 10px;
	}
	.single-page .site-content .post-info #toc_container p.toc_title{
		font-size: 16px;
		line-height: 19px;		
	}
	.single-page .site-content .post-info #toc_container ul{
		margin-top: 20px;
	}
	.single-page .site-content .post-info #toc_container ul li{
		line-height: 17px;
	}
	.single-page .site-content .post-info #toc_container ul li a,
	.single-page .site-content .post-info h3{
		font-size: 14px;
		line-height: 17px;
	}
	.single-page .site-content .post-info p{
		font-size: 12px;
	}
	.single-page .site-content .post-info h4{
		font-size: 14px;
	}
	/*--     sidebar-page   --*/
	.wg-post .sidebar-page{
		display: none !important;
	}
	.sidebar-page .widget-title{
		font-size: 16px;
		line-height: 19px;
	}
	.sidebar-page.sidebar-page-mobile{
		display: block !important;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.site-main .sidebar-page .widget_category_widget .menu-sidebar{
		padding-left: 20px;
	}
    .sidebar-page .widget_branch_widget li a{
      	height: 40px;
      	border-radius: 5px;
    }
  	.sidebar-page.sidebar-page-mobile .widget_advertisement_widget ul li,
  	.sidebar-page.sidebar-page-mobile #advertisement_2_widget-2 ul li{
  		width: 100%;
  	}
  	.sidebar-page.sidebar-page-mobile .widget_advertisement_widget ul li img,
  	.sidebar-page.sidebar-page-mobile #advertisement_2_widget-2 ul li img{
  		width: 100%;
  	}
  	.related-posts{
  		margin-bottom: 65px;
  	}
  	.related-posts .owl-nav{
  		display: none;
  	}
  	.seeking-partner-sidebar .title-seeking-partner h1{
  		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
  	}
  	.seeking-partner-sidebar .title-seeking-partner p{
  		font-size: 12px;
  		line-height: 14px;
  	}
  	.seeking-partner-sidebar .info-partner{
  		margin-bottom: 0px;
  	}
  	.seeking-partner-sidebar .info-partner h2{
  		font-size: 18px;
		line-height: 22px;
		margin-bottom: 20px;
  	}
  	.seeking-partner-sidebar .info-partner .box-info h5{
  		font-size: 12px;
		line-height: 14px;
		display: flex;
		align-items: center;
		max-width: 133px;
		width: 100%;
		padding: 0 6px 0 10px;
		border-right: none;
  	}
  	.bottom-partner-detail{
  		margin-bottom: 0;
  	}
  	.seeking-partner-sidebar .info-partner .box-info p{
		font-size: 12px;
		line-height: 20px;	
		width: 100%;	
		padding: 16px 14px;
  	}
  	.seeking-partner-sidebar .seeking-partner .contact-partner{
  		display: none;
  	}
  	.top-search-pn.search-partner{
  		margin-top: 0;
  		padding-top: 0; 
  	}
  	.top-search-pn.search-partner .lst-featured-posts{
  		margin-top: 20px;
  	}
  	.seminar-sidebar{
  		padding-top: 30px;
  	}
  	.seminar-sidebar .top-register-seminar h1{
  		font-size: 16px;
		line-height: 19px;
		margin-bottom: 30px;
  	}
  	.seminar-sidebar .top-register-seminar .info-detail span{
  		width: 45%;
  		margin-right: 15px;
  	}
  	.seminar-sidebar .top-register-seminar .info-detail p{
  		width: 100%;
  	}
  	.seminar-sidebar .link-register{
  		margin-top: 20px;
  		margin-bottom: 40px;
  	}
  	.seminar-sidebar .link-register a{
  		width: 200px;
  		padding: 10px 0 11px 0;
  	}
  	.seminar-sidebar .bottom-info-seminar .info-person-seminar h2{
  		font-size: 14px;
		  line-height: 17px;
  	}
  	.archive-post{
  		padding-top: 30px;
  	}
  	.archive-post .col-xs-6.branch{
  		display: block;
  		width: 100%;
  	}
  	.archive-post .branch-item-post{
  		  display: flex;
  	}
  	.archive-post .item-cate-branch .img-cate-br{
  		margin-right: 10px;
  		width: 119px;

  	}
  	.archive-post .item-cate-branch .img-cate-br img{
  		height: 100%;
  		min-width: 119px;
  	}
  	.archive-post .item-cate-branch h3,
  	.archive-post .item-cate-branch h3 a{
  		 font-size: 14px;
  		 line-height: 17px;
  		 -webkit-line-clamp: 2;
        line-clamp: 2;
        /*min-height: 51px;*/
  	}
  	.archive-post .item-cate-branch .ct-cate-br{
  		padding: 0;
  	}
  	.archive-post .item-cate-branch .ct-cate-br .date-posts{
  		margin-bottom: 5px;
  		font-size: 13px;
  		line-height: 15px;
  	}
  	.archive-post .item-cate-branch .ct-cate-br h3 .mobile{
  		font-size: 14px;
		line-height: 17px;
  	}
  	.branchs-page .pc{
  		display: none;
  	}
  	.branchs-page .mobile{
  		display: block;
  	}
  	.economic-it-page .below-eco-it{
  		overflow: hidden;
  	}
  	.economic-it-page .below-eco-it .owl-container{
  		overflow: hidden;
  		padding: 0 75px;
  	}
  	.economic-it-page .below-eco-it .owl-container .owl-stage-outer{
  		overflow: visible;
  	}
  	 .post-branch-info .img-branchs img{
  		max-height: 190px;
  	}
  	.economic-it-page .owl-nav{
  		display: flex;
  		justify-content: center;
  	}
  	.economic-it-page .owl-nav > button{
  		height: 30px;
  		width: 30px;
	    display: block;
	    border-radius: 50%;
	    background: #0088FF !important;
	    opacity: 0.5;
	    text-align: center;
  	}
  	.economic-it-page .owl-nav > button:first-child{
  		margin-right: 20px;
  	}
  	.breadcrumbs-page .container{
  		display: block;
  	}
  	.economic-it-page .owl-nav > button i{
  		color: #FFFFFF;
	    font-size: 17px;
	    line-height: 30px;
  	}
  	.economic-it-page .grp-eco-it{
  		margin-bottom: 30px;
  	}
    .economic-it-page.branchs-page .grp-eco-it{
      	margin-bottom: 15px;
    }
    .economic-it-page.branchs-page .btn-grp-page{
     	margin-bottom: 30px;
     	margin-top: 0;
    }
    .economic-it-page.branchs-page .grp-eco-it .date-posts{
      	margin-bottom: 6px !important;
      	margin-top: 0 !important;
    }
  	.economic-it-page .btn-grp-page a:after{
  		right: 10px;
  	}
  	.economic-it-page .pc{
  		display: none;
  	}
  	.economic-it-page .mobile{
  		display: block;
  	}
  	.economic-it-page .lst-grp-item .top-eco-it .img{
  		margin: 0;
  	}
  	.economic-it-page .lst-grp-item .top-eco-it .img a{
  		line-height: 0;
  	}
  	.economic-it-page .lst-grp-item .top-eco-it .lst-cate-post.mobile .post-tag{
  		padding: 10px 0;
     	 margin-top: 0;
  	}
  	.economic-it-page .lst-grp-item .top-eco-it h3 a{
  		font-size: 16px;
		  line-height: 19px;
  	}
  	/*.economic-it-page .lst-grp-item .top-eco-it .date-posts{
  		margin-top: 10px;
  	}*/
  	.economic-it-page .lst-grp-item .top-eco-it .des,
  	.archive-post .site-content .top-eco-it .des{
  		line-height: 22px;
  		margin-bottom: 0;
  	}
  	.economic-it-page .lst-grp-item .item-below-eco{
  		flex-wrap: wrap;
  	}
  	.economic-it-page .lst-grp-item .top-eco-it{
  		margin-bottom: 20px;
  	}
  	.economic-it-page .lst-grp-item .item-below-eco .img{
  		max-width: 100%;
  		margin-right: 0;
  	}
    .economic-it-page .lst-grp-item .item-below-eco .content {
      max-width: 100%;
    }
  	.economic-it-page .lst-grp-item .item-below-eco .content .date-posts{
  		margin-top: 10px;
  		margin-bottom: 6px;
  	}
  	.economic-it-page .lst-grp-item .item-below-eco .content h3{
  		font-size: 18px;
  		line-height: 21px;
  		min-height: 84px;
  		overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4; /* number of lines to show */
              line-clamp: 4; 
      -webkit-box-orient: vertical;
  	}
  	.economic-it-page .grp-eco-it{
  		margin-bottom: 30px;
  	}
  	.archive-post .site-content .top-eco-it h3{
  		font-size: 16px;
		  line-height: 19px;
		  min-height: auto;
  	}
  	.page-procedure .grp-eco-it{
  		padding-top: 30px;
  	}
  	.archive-post .site-content .top-eco-it .post-tag{
  		/*padding-top: 10px;*/
  	}
  	.archive-post .site-content .top-eco-it{
  		margin-bottom: 20px;
  	}
  	.archive-post .site-content .item-cate-eco .img-cate-eco{
  		max-width: 119px;
  		line-height: 0;
  	}
  	.archive-post .site-content .item-cate-eco .img-cate-eco img{
  		min-width: 119px;
  	}
  	.archive-post .site-content .item-cate-eco .ct-cate-eco h3{
  		font-size: 14px;
		  line-height: 17px;
		  margin-bottom: 4px;
  	}
  	.archive-post .site-content .item-cate-eco{
  		margin-bottom: 20px;
  	}
  	.archive-post .site-content .item-cate-eco:last-child{
  		margin-bottom: 0;
  	}
  	.archive-post .top-eco-it.mobile .des{
  		min-height: auto;
  		margin-bottom: 10px;
  	}
  	.economic-it-page .slide-top-it .owl-stage-outer{
  		overflow: hidden !important;
  	}
  	.site-main .post-procedure .content-post .title-post-procedure a{
  		font-size: 16px;
		line-height: 19px;
  	}
  	.site-main .post-procedure .content-post{
  		padding: 16px 6px 10px 8px;
  	}
  	.economic-it-page.page-procedure .grp-eco-it h2{
  		font-size: 16px;
		line-height: 19px;
  	}
  	.economic-it-page.page-procedure .grp-eco-it{
  		margin-bottom: 0;
  	}
  	.economic-it-page.page-procedure .top-eco-it{
  		margin-bottom: 20px;
  	}
  	.economic-it-page.page-procedure #owl-home.top-eco-it .owl-nav > button{
  		top: 50%;
  		transform: translateY(-50%);
  		-moz-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateyY(-50%);
	    -o-transform: translateY(-50%);
  		position: absolute;
  	}
  	.economic-it-page.page-procedure #owl-home.top-eco-it .owl-nav > button:first-child{
  		left: 0;
  	}
  	.economic-it-page.page-procedure .below-eco-it .owl-nav{
  		display: none;
  	}
  	.form-search-check .form-1 h3{
  		font-size: 16px;
		line-height: 19px;
  	}
  	.form-search-check .form-1 .select-all label span{
  		 font-size: 14px;
		   line-height: 16px;
		   margin-right: 20px;
  	}
  	.search-category .sidebar-page.sidebar-page-mobile{
  		display: block !important;
  	}
  	.tab-search div#list-2 .form-search-check .input-search-text label{
  		font-size: 16px;
		line-height: 19px;
  	}
  	.result-search .lst-post-search .item-below-eco .date-posts{
  		font-size: 13px;
		 line-height: 15px;
		 margin-bottom: 5px;
  	}
  	.result-search .lst-post-search .item-below-eco h3, 
  	.result-search .lst-post-search .item-below-eco h3 a{
  		font-size: 14px;
		line-height: 17px;
  	}
  	.result-search .lst-post-search .item-below-eco .img{
  		min-width: 119px;
        margin-right: 15px;
  	}
    .result-search .lst-post-search .item-below-eco .img img{
      height: 101px;
      max-width: 119px;
    }
  	.result-search .lst-post-search .item-below-eco .post-tag{
  		margin-top: 10px;
  	}
  	.result-search .lst-post-search .item-below-eco{
  		margin-bottom: 20px;
  	}
  	.result-search .lst-post-search .item-below-eco:last-child{
  		margin-bottom: 0;
  	}
	.breadcrumbs a{
		font-size: 12px;
		line-height: 14px;
	}
	.sidebar-page .widget-title:after{
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.sidebar-page #tags_widget-2{
	   margin-bottom: 25px !important;
  }
  .sidebar-page .widget_advertisement_widget ul li:last-child{
  	margin-bottom: 0;
  }
  .sidebar-page.sidebar-page-mobile #advertisement_2_widget-2 ul li:last-child{
  	margin-bottom: 0;
  }
	.owl-stage-outer{
		overflow: visible;
	}
	.owl-stage-outer .owl-item{
		width: 313px;
	}
	.featured-posts.pd-bt{
		padding-bottom: 40px;
	}
	.page-search-partner{
		padding-bottom: 50px;
	}
	.archive-post .site-content .item-cate-eco .ct-cate-eco .date-posts{
		margin-bottom: 5px;
	}
	.archive-post .site-content .item-cate-eco .ct-cate-eco .lst-cate-post .post-tag{
		margin-top: 4px;
	}
	.lst-pg-seminar .list-semina{
		padding-bottom: 40px;
		padding-top: 30px;
	}

	/*--  liên hệ  --*/
	.contact{
	padding-bottom: 40px;
	}
	.contact form select, 
	.contact form input,
	.contact form textarea{
		padding-left: 8px !important;
		font-size: 12px !important;
		line-height: 14px !important;
		margin-top: 0 !important;
	}
	.contact form .agree{
		justify-content: flex-start;
		margin-bottom: 30px;
	}
	.content-privacy.show-list,
	.content-service.show-list{
		padding-bottom: 40px;
	}
	.content-privacy.show-list .content:last-child p{
		margin-bottom: 0;
	}
	.wpcf7-not-valid-tip{
		margin-top: 6px;
	}
	.featured-posts.partners .lst-featured-posts{
		padding: 20px 30px;
	}
	.featured-posts.partners .container{
		padding: 0 30px;
	}

  /*-- 	chi tiết ngành	--*/
	.archive-post .item-cate-branch.branch{
		margin-bottom: 20px;
		min-height: auto;
	}
	.archive-post .item-cate-branch.branch:last-child{
		margin-bottom: 0;
	}
	/*---  footer  ---*/
	  	.site-main .item-below-eco .img{
  		min-width: 119px;
  	}
  	.site-main .item-below-eco.see-more-post .date-posts{
  		font-size: 13px;
		line-height: 16px;
		margin-bottom: 5px;
  	}
  	.site-main .item-below-eco.see-more-post h3{
  		font-size: 14px;
		line-height: 17px;
  	}
  	.site-main .item-below-eco.see-more-post .post-tag{
  		margin-top: 10px;
  	}
	.site-bottom .footer-banner{
		padding-top: 30px;
		padding-bottom: 30px;
		box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
	}
 	.site-bottom .footer-banner .content .ct-top{
		font-size: 14px;
		line-height: 17px;
	}
	.site-bottom .footer-banner .content .ct-bt p{
		font-size: 20px;
		line-height: 24px;
	}
	.archive-post .site-content .top-eco-it .date-posts{
		margin-bottom: 4px;
	}
	.archive-post .item-below-eco img{
		height: 100%;
	}
	.archive-post .item-below-eco:last-child{
		margin-bottom: 0;
	}
	.archive.tag .archive-post .item-cate-branch{
		display: flex;
	}
	.site-bottom .footer-banner .banner-btn a{
		width: 90%;
	    padding: 0;
	    height: 50px;
	}
	.site-bottom .footer-banner .banner-btn a i{
		font-size: 15px;
	}
	.site-bottom .footer-banner .banner-btn a i:before{
		font-size: 15px;
	}
  	.site-bottom .footer-banner .banner-contact .logo{
  		margin: 0;
  		margin-bottom: 
  	}
  	.site-bottom .footer-banner .banner-contact .contact > div:last-child a{
  		font-size: 20px;
  		line-height: 24px;
  	}
  	.site-bottom .footer-banner .banner-contact .contact > div:last-child a img{
  		width: 20px;
  	}
	.site-bottom .content-ft-top > div:not(.author){
		display: none;
	}
	.site-bottom .content-ft-top .author{
		margin-bottom: 5px;
		width: 100%;
		height: auto;
		padding: 12px 0;
	}
	.site-bottom .content-ft-top .author img{
		width: 115px;
		height: 57px;
	}
	.site-bottom .content-ft-center{
		display: none;
	}
	.site-bottom .content-ft-bottom .content{
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 15px 0 0;
	}
	.site-bottom .content-ft-bottom .content .item{
		width: 50%;
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.site-bottom .content-ft-bottom .content .item:not(:last-child){
	margin-bottom: 15px;
	}
	.site-bottom .ft_social_bt{
		display: flex;
		padding: 14px 0;
		margin-top: 5px;
	}
	.site-bottom .ft_social_bt ul{
	  display: flex;
	  justify-content: center;
	}
	.site-footer .bn-ft .content{
		bottom: 4px;
    	left: 5px;
	}
	.about-us{
		padding-bottom: 50px;
	}
	.content-contact.show-list{
		padding-bottom: 0;
	}
	.contact form .agree input:checked+.wpcf7-list-item-label:after{
		top: 1px !important;
	}
	.questions .list-question.show-list .intro{
		margin-bottom: 0;
	}
	.questions .list-question.show-list{
		padding-bottom: 30px;
	}
	.img-no-result img{
		width: 150px;
		margin-bottom: 20px;
	}
  .lst-pg-seminar div.catlist-seminar .row {
    margin: 0 -15px !important;
  }
  .D03-001-01-list-item__header {
    height: 135px;
  }
  .D03-001-01-list-item__label {
    top: 124px;
  }
  .D03-001-01-list-item__header {
    font-size: 16px;
  }
}

@font-face{
  font-family: 'icomoon';
  src:  url(//japanbiz.vn/wp-content/themes/anothemes/libs/icon/fonts/icomoon.eot?36wwfx);
  src:  url(//japanbiz.vn/wp-content/themes/anothemes/libs/icon/fonts/icomoon.eot?36wwfx#iefix) format('embedded-opentype'),
    url(//japanbiz.vn/wp-content/themes/anothemes/libs/icon/fonts/icomoon.ttf?36wwfx) format('truetype'),
    url(//japanbiz.vn/wp-content/themes/anothemes/libs/icon/fonts/icomoon.woff?36wwfx) format('woff'),
    url(//japanbiz.vn/wp-content/themes/anothemes/libs/icon/fonts/icomoon.svg?36wwfx#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"]{
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Zalo:before{
  content: "\e905";
  color: #fff;
}
.icon-Search:before{
  content: "\e910";
}
.icon-Vaadin_home:before{
  content: "\e911";
  color: #fff;
}
.icon-next:before{
  content: "\e906";
  color: #5ce1e6;
}
.icon-instagram:before{
  content: "\e900";
  color: #fff;
}
.icon-you:before{
  content: "\e901";
  color: #fff;
}
.icon-insta:before{
  content: "\e902";
  color: #fff;
}
.icon-twitter:before{
  content: "\e903";
  color: #fff;
}
.icon-face:before{
  content: "\e904";
  color: #fff;
}