/* base */
body {
    background: #ffffff;
    color: #333333;
    font-family: NunitoSans-Regular;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'NunitoSans-Bold';
    color: #333333;
    font-weight: 1;
    margin: 0;
}
p {
    margin: 0;
    padding: 0;
    font-family: 'NunitoSans-Regular';
    color: #000000;
    font-size: 15px;
    line-height: 150%;
}
a, a:hover {
    text-decoration: none;
    outline: none;
    color: #333333;
}
ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.x-box-full {
    width: 100%;
}
.page-margin-top {
    margin-top: 16px;
}
/* end base */

/*banner */
.banner-top {
    background: #fff2d4;
}
.banner-img {
    width: 100%;
    border-radius: 0 !important;
}
/* end banner */

/* header */
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.header-nav {
    /* background-color: #4749a5; */
	background: rgba(0,134,230,1);
}
.navbar {
    padding: 0 !important;
}
.dropdown-toggle::after {
    transition: transform 0.15s linear; 
}
.nav-item {
    font-weight: 600;
}
.nav-link {
    color: #ffffff !important;
    padding: .7rem 1rem !important;
    font-size: 16px;
}
.nav-link:hover {
    background-color: #0871CE !important;
}
.menu-home {
    background-image: url("../../images_post/icons/menu/home.png");
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 40%;
    padding: 23px 25px !important;
}
.dropdown-menu {
    background-color: #1d7fe8 !important;
    margin-top: 0px !important;
    padding: 0 !important;
}
.dropdown-item {
    color: #ffffff !important;
    padding: .5rem 1.5rem !important;
}
.dropdown-item:hover {
    background-color: #104D8D !important;
}
.header-bottom {
    padding: 5px 0px;
    background-color: #f8f9fa;
}
.header-time {
    position: relative;
    width: 100%;
    font-size: 14px;
}
.header-time label {
    line-height: 28px;
    margin-bottom: 0;
}
.header-search {
    position: relative;
    width: 100%;
    text-align: right;
}
.search-control {
    position: relative;
}
.search-input {
    height: 28px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 100%;
    outline: none;
    padding: 2px 10px 3px 25px;
    font-size: 14px;
    color: #8a8a8a;
}
.nav-link.active {
    background-color: #0871CE !important;
}
.header-search .fa-search {
    position: absolute;
    padding: 7px;
    color: #8a8a8a;
    text-align: center;
    cursor: pointer;
}
/* end header */

/* footer */
.footer_container {
    padding: 32px 0;
    background-color: #104D8D;
    color: #ffffff;
}
.footer_container p {
	font-size: 14px;
}
.footer__content {
	font-size: 14px;
}
.footer__content h4 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 6px;
    color: #ffffff;
}
.footer__content li {
    margin-bottom: 4px;
}
.footer__content i {
    color: #ef9a16;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    padding: 6px;
}
.footer__content .fa-map-marker-alt {
    width: 28px;
    height: 28px;
}
.footer_container p {
    color: #ffffff;
}
/* .footer__cert img {
	width: 180px;
	height: 100px;
} */
/* end footer */

/* home */
.box {
    /* border: 1px solid #93d8ff; */
    border-radius: 0;
    margin-bottom: 16px;
    overflow: hidden;
}
.box-head {
    padding: 16px 8px;
    /* background-color: #93d8ff; */
	background: rgba(0,134,230,1);
}
.box-head-home {
    padding: 12px 0px 8px 0px;
    /* background-color: #93d8ff; */
    border-bottom: #115EAB solid 1px;
}
.box-head h3 {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    color: #ffffff;
}
.box-head-home h3 {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    color: #115EAB;
}
.box-head-home a {
	color: #115EAB;
}
.box-head a {
	color: #ffffff;
}
.group-box .box-head {
    background-image: url("../../images_post/box_head.jpeg");
    background-position: center;
}
.group-box .box-head h3 {
    color: #990415;
}
img {
    border-radius: 5px;
}
.img-container {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 66% 0 0 0;
}
.img-container img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}
.box-content {
    padding: 10px 0px;
}
.news-first {
    padding: 6px 0 10px; 
}
.news-first-img {
	margin-bottom: 8px;
}
.news-first-title {
    padding-bottom: 0px;
}
.news-first-title h2 {
    font-size: 30px;
    line-height: 100%;
}
.news-first-description {
    margin-top: 0px;
}
.news-first-title h2 a,
.news-first-description p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: #c5c5c5 solid 1px;
}
.news-item-img {
    width: 23%;
}
.news-item-content {
    margin-left: 16px;
    width: calc(77% - 16px);
}
.news-item-img .img-container {
    padding: 73% 0 0 0;
}
.news-item-content h3 {
    font-size: 20px;
    line-height: 130%;
}
.news-item-title {
    font-weight: 1;
    letter-spacing: .02em;
    color: #333333;
    /* display: block; */
    margin-bottom: 4px;
    font-family: 'NunitoSans-Bold';
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item-description {
    font-family: Arial;
    font-size: 13px;
    line-height: 140%;
    color: #444;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.group-box-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid transparent;
    font-weight: bold;
    width: 100%;
    margin-top: 16px;
    border-color: #2B93D2;
    border-radius: 0px;
    position: relative;
}
.group-box-item a {
    color: #2B93D2;
    display: block;
    font-size: 18px;
}
.group-icon {
    display: block;
    float: left;
    margin-right: 10px;
    width: 26px;
    height: 26px;
}
.group-box {
    /* margin-bottom: 10px; */
    margin-bottom: 15px;
}
.fix-scroll-y {
    height: 350px;
    overflow-y: auto;
    padding-right: 5px;
    /* margin-bottom: 1rem; */
}
.list-link li {
    margin-bottom: 15px;
    width: 100%;
	min-height: 36px;
	display: flex;
	align-items: center;
}
.list-link__icon {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 12px;
}
.list-link__icon img {
    width: 35px;
}
.list-link__title {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
	line-height: 20px;
}
.list-link__title a {
    display: flex;
}
.list-post__item {
    margin-bottom: 8px;
}
.list-post__title {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
    display: block;
}
.u-wrap-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.u-wrap-line--two-lines {
    -webkit-line-clamp: 2;
}
.list-post__title i {
    color: #ef9a16;
    font-size: 16px;
}
.post__meta {
    font-family: 'Roboto Condensed';
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.post__meta .meta__item {
    display: flex;
    align-items: center;
    margin-right: 6px;
}
.post__meta i {
    font-size: 14px;
    margin-right: 4px;
    color: #333333;
}
.post__meta .meta__item:last-child {
    margin-right: 0;
}
.list-post__readmore {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: #ef4f55;
}
.news-video {
    padding: 6px 0;
}
.news-video-img {
    width: 100%;
	margin-bottom: 6px;
    
}
news-video-content {
    width: 100%;
}
.news-video-content h3 {
    font-size: 20px;
}
.box-banner img {
    border-radius: 0;
}
.news-home .box-banner img {
    height: auto;
    object-fit: cover;
	max-height: 150px;
}
/* end home */

/* category */
.container-pagination {
	display: flex;
	/* float: right; */
	margin-top: 10px;
    margin-bottom: 20px;
    width: 188px;
    margin-left: auto;
    margin-right: auto;
}
.page-num {
	width: 20px;
	-webkit-appearance: none;
	padding: 0;
	margin: 0 5px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #222;
	min-width: 40px !important;
	max-width: 99.99% !important;
	transition: width 0.25s;
	height: 40px;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	position: relative;
	outline: none;
	background: #fff;
}
.btn-pagination {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	color: #000000;
	justify-content: center;
	align-items: center;
	position: relative;
	display: flex;
	width: 40px;
	/* width: 48px; */
	height: 40px;
	font-size: 18px;
}
.page-num:hover, .btn-pagination:hover {
	/* background-color: #104D8D;
	color: #ffffff; */
	background-color: #F7F7F7;
}
.btn-pagination i {
	font-size: 20px;
}
.text-pagination {
	height: 40px;
	border-radius: 3px;
	line-height: 40px;
	font-size: 15px;
	color: #757575;
	position: relative;
	display: inline-block;
	margin: 0 20px 0 0;
}
.u-photo {
    width: 100%;
    object-fit: cover;
    display: block;
}
.news-category .fix-scroll-y {
    height: 352px;
}
/* end category */

/* detail */
.news-detail .publishtime {
    margin-right: 40px;
}
.social-icons-left {
    position: sticky;
    top: 20px;
    bottom: 20px;
    left: 0;
    width: 48px;
    border: 1px solid #EFEFEF;
}
.social-icons-left li {
    margin: 10px 7px;
}
.social-icons-left .social-icon {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 999px;
}
.facebook-left {
    background-image: url("../../images_post/icons/social/left/facebook.png");
}
.twitter-left {
    background-image: url("../../images_post/icons/social/left/twitter.png");
}
.zalo-share-custom {
    cursor: pointer;
}
.zalo-left {
    background-image: url("../../images_post/icons/social/left/zalo.png");
}
.link-left {
    background-image: url("../../images_post/icons/social/left/link.png");
}
.save-post-success {
    background-color: lightblue !important;
}
.anchor-left {
    background-image: url("../../images_post/icons/social/left/anchor.png");
}
.text-size-left {
	background-image: url("../../images_post/icons/social/left/text_size.png");
}
.content-post {
    font-family: NotoSerif-Regular;
    font-size: 17px;
    color: #333333;
    margin-left: 40px;
    width: calc(100% - 128px);
}
.social-icons-left .social-icon:hover {
    background-color: lightblue;
}
.box-publishtime {
    flex-direction: row-reverse;
}
.content-layout ul {
	list-style: disc;
	margin-left: 40px;
	margin-bottom: 10px;
	line-height: 160%;
}
.content-layout ol {
	list-style: disc;
	margin-left: 40px;
	margin-bottom: 10px;
}
.news-detail .content-post p {
	margin: 2% 0;
	font-family: NotoSerif-Regular;
	font-size: 17px;
	line-height: 160%;
	color: #333333;
}
.news-detail .content-post .detail-title {
	margin-top: 0;
}
.news-detail .info-post {
	margin-top: 20px;
	margin-bottom: 60px;
}
.news-detail .content-post .detail-title {
	font-family: 'NunitoSans-Bold';
	font-size: 32px;
	font-weight: 1;
	line-height: 130%;
	color: #333333;
	padding-top: 0;
	padding-bottom: 0;
}
.news-detail .content-post .detail-description {
	font-family: 'NunitoSans-Bold';
	font-size: 17px;
	font-weight: 1;
	line-height: 160%;
	color: #444444;
	text-align: justify;
}
.news-detail .info-post li {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 400;
	color: #999999;
	float: left;
	font-family: Helvetica Neue;
}
.news-detail .detail-author a {
	color: #666666;
	font-family: 'Arial';
	font-size: 14px;
	font-weight: bold;
}
.news-detail .detail-comments a {
	color: #666666;
}
.news-detail .number-comment {
	color: #E775A4;
}
.news-detail .content-layout p {
	margin: 2% 0;
	padding: 0;
}
.news-detail .content-layout img {
	border-radius: 0;
}
.news-detail p.post-description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news-detail .related-one-news .news-description {
    color: #777;
    display: block;
    font-size: 12px;
    margin: 0 10px 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.news-detail .tinybox.related-news-box[data-type="2"] .related-box ul li {
	padding-bottom: 15px;
}
.news-detail .social-bottom {
	display: flex;
	align-items: center;
}
.news-detail .social-bottom .fb-share-custom .fb-share-btn-custom {
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	position: relative;
	padding-left: 35px;
	float: left;
	background: url(./../../images_post/icons/share/share_facebook.png) no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto;
	width: 150px;
	height: 36px;
	background-size: 100%;
	background-color: #1d9bf0;
	font: normal 12px/28px Roboto-Regular;
	text-align: center;
	padding-top: 4px;
}
.news-detail .social-bottom .fb-like {
	margin-left: 8px;
}
.news-detail .social-bottom .twitter-share {
	margin-left: 8px;
}
.news-detail .social-bottom .zalo-share {
	margin-left: 8px;
}
.news-detail #share_twitter {
	background-color: #1d9bf0;
}
.news-detail .social-bottom .social_icon {
	background-color: #55ACEE;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 36px;
	height: 36px;
}
.social-bottom .twitter-share-button {
	height: 30px !important;
	margin-top: 1px;
}
.news-detail .twitter-bottom
{
	background-image: url("../../images_post/icons/social/bottom/twitter.png");
}
.news-detail .zalo-bottom
{
	background-image: url("../../images_post/icons/social/bottom/zalo.png");
}
.news-detail .detail-tag {
	display: flex;
}
.news-detail .detail-tag .label {
	display: flex;
	background: #F2EFEA;
	padding: 13px 0px 9px 7px;
	padding-right: 20px;
	position: relative;
	font-size: 16px;
	color: #757575;
}
.news-detail .detail-tag .label::before {
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	bottom: -12px;
	right: -11px;
	background: #fff;
	transform: rotate(45deg);
}
.news-detail .detail-tag .label::after {
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	top: -12px;
	right: -11px;
	background: #fff;
	transform: rotate(45deg);
}
.news-detail .tags-icon {
	display: flex;
	background-image: url("../../images_post/icons/tags/tags.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 18px;
}
.news-detail .detail-tag-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.news-detail .detail-tag-list a {
	font-family: RobotoSlab-ExtraBold;
	font-size: 15px;
	line-height: 22px;
	color: #4F4F4F;
	margin-left: 11px;
	position: relative;
	font-weight: 1;
}
.news-detail .detail-tag-list li:nth-child(even) a {
	color: #E775A4;
}
.news-detail .detail-comment {
	border: 1px solid #DADAE3;
	padding: 10px;
}
.news-detail .detail-comment .comment-item {
	display: flex;
	padding-top: 15px;
	border-top: 1px solid #F1F9FF;
	padding-bottom: 10px;
}
.news-detail .detail-comment .comment-item:first-child {
	padding-top: 0;
	border-top: none;
}
.news-detail .detail-comment .comment-item img {
	width: 36px;
	height: 36px;
}
.news-detail .detail-comment .comment-item .comment-item-right {
	margin-left: 8px;
}
.news-detail .detail-comment .comment-item .comment-item-right .comment-info {
	display: flex;
}
.news-detail .detail-comment .comment-item .comment-item-right .comment-info p {
	margin: 0;
}
.news-detail .detail-comment .comment-item .comment-item-right .comment-info .comment-info-bottom {
	display: flex;
}
.news-detail .detail-comment .comment-item .comment-item-right .comment-info .comment-info-name {
	font-family: Arialbd;
	font-size: 14px;
	color: #000000;
	line-height: 100%;
	margin-top: 2px;
}
.news-detail .detail-comment .comment-item .comment-item-right .comment-info .comment-info-day {
	margin-left: 10px;
	font-family: Roboto-Regular;
	font-size: 12px;
	color: #777777;
}
.news-detail .detail-comment .comment-item .comment-item-right .comment-info .comment-info-time {
	margin-left: 10px;
	font-family: Roboto-Regular;
	font-size: 12px;
	color: #777777;
}
.news-detail .detail-comment .comment-reply {
	background-image: url("../../images_post/icons/reply.png");
	background-repeat: no-repeat;
	background-position-y: center;
	background-color: #ffffff;
	border: none;
	font-family: Roboto-Regular;
	font-size: 12px;
	color: #777777;
	margin-left: 10px;
	padding-left: 18px;
	cursor: pointer;
}
.news-detail .detail-comment .comment-item .comment-item-right .comment-content p {
	margin-top: 6px;
	font-family: Arial;
	font-size: 14px;
	color: #444444;
}
.news-detail .txt-bl {
	width: 100%;
	height: 11px;
	background-color: #ffffff;
	margin-top: 8px;
	margin-left: 10px;
	padding-top: 10px;
	resize: none;
	padding-bottom: 26px;
}
.news-detail .btn_bl {
	width: 36px;
	height: 36px;
	background-color: #E775A4;
	background-image: url("../../images_template/binhluan.png");
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	margin-top: 8px;
	cursor: pointer;
}
.news-detail p iframe[allowfullscreen="allowfullscreen"] {
	width: 100%;
}
#like_fb {
	height: 36px;
	color: #fff;
	border: none;
	margin-left: 8px;
	padding-left: 33px;
	padding-right: 15px;
	cursor: pointer;
}
.like-fb {
	background-image: url("../../images_post/icons/like.png");
	background-repeat: no-repeat;
	background-position-x: 16%;
	background-position-y: center;
	background-color: #1d9bf0;
}
.like-fb-success {
	background-image: url("../../images_post/icons/check.png");
	background-repeat: no-repeat;
	background-position-x: 16%;
	background-position-y: center;
	background-color: #4080ff;
}
#share_twitter {
	margin-left: 8px;
}
.tinybox.block-quote[data-type="3"] .q-link {
	width: 90%;
	text-align: left;
}
.dialog-text-login {
	font-size: 22px;
	font-family: NunitoSans-Bold;
	color: #E775A4;
	padding: 0;
	line-height: 140%;
}
.dialog-btn-login {
	background-color: #E775A4;
	border: none;
	height: 40px;
}
.dialog-btn-login:active {
	border: none;
}
.save-post-success {
	background-color: lightblue !important;
}
.tinybox.block-attach-file {
	min-height: 20px !important;
}
.related-news .box {
	width: calc(100% - 40px);
}

.news-detail .detail-tag {
	display: flex;
}
.news-detail .detail-tag .label {
	display: flex;
	background: #F2EFEA;
	padding: 13px 0px 9px 7px;
	padding-right: 20px;
	position: relative;
	font-size: 16px;
	color: #757575;
}
.news-detail .detail-tag .label::before {
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	bottom: -12px;
	right: -11px;
	background: #fff;
	transform: rotate(45deg);
}
.news-detail .detail-tag .label::after {
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	top: -12px;
	right: -11px;
	background: #fff;
	transform: rotate(45deg);
}
.news-detail .tags-icon {
	display: flex;
	background-image: url("../../images_post/icons/tags/tags.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 18px;
}
.news-detail .detail-tag-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.news-detail .detail-tag-list a {
	font-family: RobotoSlab-ExtraBold;
	font-size: 15px;
	line-height: 22px;
	color: #4F4F4F;
	margin-left: 11px;
	position: relative;
	font-weight: 1;
}
.news-detail .detail-tag-list li:nth-child(even) a {
	color: #E775A4;
}

/* tinymce */
.home-detail p iframe[allowfullscreen="allowfullscreen"] {
	width: 100%;
}
.tinybox.block-quote[data-type="3"] .q-link {
	width: 90%;
	text-align: left;
}
.tinybox.block-attach-file {
	min-height: 20px !important;
}
/* end tinymce */

/* end detail */

/* search */
.label-time {
    width: 70px;
}
.box-time-filter {
	margin-left: 10px;
	width: calc(100% - 80px);
}
.label-keywords {
	width: 60px;
}
.box-search-keywords {
	margin-left: 10px;
	width: calc(100% - 70px);
}
.div-tungay, .div-denngay {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.div-search-keywords {
	display: flex;
	flex-wrap: wrap;
}
/* end search */

/* procedures */
.item-file {
	width: 28px;
	height: 28px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-position: center;
	background-size: cover;
	background-image: url(../../images_template/image_file_icons/file.png);
}
.item-file-large {
	width: 40px;
	height: 40px;
}
.procedures-filter {
	background: #ececec;
	margin-bottom: 20px;
	padding: 15px 0;
}
.table-procedures tbody td {
	font-size: 14px;
}
.procedure-name {
	color: #ac0000;
	cursor: pointer;
}
#modal_procedure .modal-dialog {
	max-width: 800px;
	margin: auto;
}
.modal-procedure-name {
	color: #ac0000;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 18px;
	text-align: justify;
}
.title-line {
	background: #6b7b84;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	font-weight: 700;
}
.list_info_pro li {
	font-size: 16px;
	margin-bottom: 0;
	padding: 12px 0;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}
.procedure-field {
	color: #0072bb;
	display: inline-block;
	width: 100%;
}
.content-pupop {
	padding: 15px 0;
}
.content-item {
	padding: 0;
	margin: 0;
}
.btn-procedure {
	width: 102px;
}
#procedure_search {
	float: right;
}
#procedure_delete {
	background-color: #ffffff;
}
#procedure_delete:hover, 
#procedure_delete:focus {
	background-color: #ffffff;
	color: #007bff;
	outline: none;
}
/* end procedures */

.cursor-pointer {
	cursor: pointer;
}

/* list-notify-news */
.marquee-notify-news {
	height: 400px;
}
.box-notify-news {
	max-height: 400px;
	overflow-y: scroll;
}
.list-notify-news {
	padding-left: 14px;
}
.list-notify-news li {
	list-style: disc;
	padding-bottom: 10px;
}
.list-notify-news li a {
	font-family: Helvetica Neue;
  	font-size: 14px;
	display: block;
	line-height: 1.6em;
}
.list-notify-news li a:hover,
.list-notify-news li:hover::marker {
	color: #ca0623;
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
}
.hide-scrollbar {
	scrollbar-width: none;
}

.data-list {
	height: 400px;
	overflow-y: hidden;
}
/* end list-notify-news */

.news-content-full {
	margin-left: 0 !important;
	width: 100% !important;
}

.dropdown-text-size {
	background-color: #fff !important;
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}
.text-size {
	cursor: pointer;
	list-style: none;
	margin: 0;
	white-space: nowrap;
	padding: 6px 44px !important;
	color: #202124 !important;
	font-family: NotoSerif-Regular;
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	user-select: none;
	line-height: 20px;
}
.text-size:hover {
	background-color: #eee !important;
	border-color: #eee !important;
}
.text-size-item {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.text-size-check {
	vertical-align: middle;
}
.size-checked .text-size-item {
	color: #333;
}
.size-checked .text-size-check {
	display: block;
	height: 20px;
	margin-left: -28px;
	position: absolute;
	width: 20px;
	background-image: url('../../images_post/checked.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.item_title a {
	display: flex;
	padding: 8px;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
	margin: 0 1px 10px 1px;
	transition: all .5s;
	color: #337ab7;
}

.item_title a:hover {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.item_title a img {
	width: 33px;
	height: auto;
}

.item_title a p {
	font-size: 14px;
	line-height: 140.49%;
	color: #0857AA;
	margin: 0px;
	padding-left: 15px;
	font-weight: 700;
	font-family: "Arial";
	line-height: 1.42857143;
}

.mgbt-10 {
	margin-bottom: 10px !important;
}

.box-link a {
	display: block;
}

.box-link a img {
	width: 100%; 
	vertical-align: middle;
}