@charset "utf-8";
/* Reset Css */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-rendering: geometricPrecision;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
     list-style: none; 
    /*margin-left: 30px;*/
}


#content_detail_news ol, #content_detail_news ul {
     list-style: block !important; 
    margin-left: 30px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
 -webkit-appearance: none;
 -moz-appearance: none;
}
input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	max-width: 100%;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
	color: #D0021B
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
 *margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
 *vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
 *overflow: visible;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
 *height: 13px;
 *width: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, button, input, select, textarea {
	color: #222;
}
a {
	text-decoration: none;
	color: #2D2D2D
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
html, body {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #2d2d2d;
	font-size: 14px;
	line-height: 20px;
}
b, strong, .fbold {
	font-weight: 700
}
.text-center {
	text-align: center
}
.text-left {
	text-align: left
}
.text-right, .align-right {
	text-align: right
}
.text-uppercase {
	text-transform: uppercase
}
.bor-top {
	border-top: 1px solid #e5e5e5;
}
.m-auto {
	margin: 0 auto
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr20 {
	margin-right: 20px
}
.ml40 {
	margin-left: 40px
}
.ml30 {
	margin-left: 30px
}
.ml20 {
	margin-left: 20px
}
.mr10 {
	margin-right: 10px
}
.ml10 {
	margin-left: 10px
}
.mr40 {
	margin-right: 40px
}
.mr30 {
	margin-right: 30px
}
.mr15 {
	margin-right: 15px
}
.ml15 {
	margin-left: 15px
}
.pda5 {
	padding: 5px;
}
.pda20 {
	padding: 20px;
}
.pdbt20 {
	padding: 20px 0;
}
.pdbt40 {
	padding: 40px 0;
}
.pdlr20 {
	padding: 0 20px;
}
.d-flex {
	display: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.f-monte {
}
.f-noto {
	font-family: 'Noto Serif'
}
.fs12 {
	font-size: 12px;
	line-height: 16px;
}
.fs13 {
	font-size: 13px;
	line-height: 18px;
}
.fs14 {
	font-size: 14px;
	line-height: 20px;
}
.fs16 {
	font-size: 16px;
	line-height: 20px;
}
.fs18 {
	font-size: 18px;
	line-height: 24px;
}
.fs20 {
	font-size: 20px;
	line-height: 26px;
}
.fs22 {
	font-size: 22px;
	line-height: 28px;
}
.fs24 {
	font-size: 24px;
	line-height: 30px;
}
.fs26 {
	font-size: 20px;
	line-height: 32px;
}
.fs28 {
	font-size: 28px;
	line-height: 34px;
}
.fs30 {
	font-size: 30px;
	line-height: 36px;
}
.fs32 {
	font-size: 32px;
	line-height: 38px;
}
.container {
	width: 1130px;
	margin: 0 auto;
	
}
.col745 {
	width: 745px
}
.col365 {
	width: 365px
}
.col170 {
	width: 170px
}
.col620 {
	width: 620px;
}
.col555 {
	width: 555px
}
.col235 {
	width: 235px
}
.col300 {
	width: 300px
}
.col810 {
	width: 810px
}
.fl {
	float: left
}
.fr {
	float: right
}
.d-block {
	display: block !important;
}
.w100per {
	width: 100%;
}
.ml-auto, .mx-auto {
	margin-left: auto !important;
}
.mr-auto, .mx-auto {
	margin-right: auto !important;
}
.thumbblock {
	display: block;
	overflow: hidden;
	position: relative
}
.thumbblock img {
	min-width: 100%;
	object-fit: cover;
	min-height: 100%;
}
.thumb170x170 {
	width: 170px;
	height: 170px
}
.thumb110x110 {
	width: 100px;
	height: 100px !important
}
.thumb50x50 {
	width: 50px;
	height: 50px !important
}
.thumb64x64 {
	width: 64px;
	height: 64px !important
}
.thumb170x100 {
	width: 170px;
	height: 100px
}
.thumb125 {
	width: 100%;
	height: 125px;
}
.thumb235x140 {
	width: 235px;
	height: 140px
}
.thumb105x105 {
	width: 105px;
	height: 105px !important
}
.thumb140 {
	width: 100%;
	height: 140px
}
.thumb90x60 {
	width: 90px;
	height: 60px
}
.thumb280x180 {
	width: 280px;
	height: 180px
}
.thumb170 {
	width: 100%;
	height: 170px
}
.thumb555x335 {
	width: 100%;
}
.thumb268x160 {
	width: 268px;
	height: 160px
}
.thumb160 {
	width: 100%;
	height: 160px
}
.thumb260 {
	width: 100%;
	height: 260px;
}
.thumb120x70 {
	width: 120px;
	height: 70px
}
.thumb80x80 {
	width: 80px;
	height: 80px !important;
}
.thumb220 {
	width: 100%;
	height: 220px;
}
.thumb200x200 {
	width: 100%;
	height: 200px
}
.thumb115 {
	height: 115px;
	width: 100%
}
.thumb100 {
	height: 150px;
	width: 100%;
}
.thumb60x60 {
	width: 60px;
	height: 60px !important;
}
.thumb200x200_square {
	width: 200px;
	height: 200px !important;
}
.thumb450 {
	width: 100%;
	height: 450px;
}
.radius100 {
	border-radius: 100%
}
.bg_black {
	background: #000 !important
}
.bg_green {
	background: #D0021B !important
}
.bg_green2 {
	background: #EAF0E7 !important
}
.bg_red {
	background: #D0021B!important
}
.bg_red2 {
	background: #A50619 !important
}
.bg_purple {
	background: #6F2486 !important
}
.bg_cyan {
	background: #038881 !important
}
.bg_brown {
	background: #945700 !important
}
.bg_gray {
	background: #f4f4f4
}
.bg_white {
	background: #fff;
}
.cl_green {
	color: #D0021B !important;
}
.clred {
	color: #D0021B!important
}
.cl99 {
	color: #999 !important
}
.cl55 {
	color: #555 !important
}
.cl77 {
	color: #777 !important
}
.clblue {
	color: #2F729B !important
}
.clwhite {
	color: #fff !important
}
.flex-one {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.align-items-end {
	align-items: flex-end
}
.align-items-center {
	align-items: center
}
.justify-content-center {
	justify-content: center
}
.clearfix::before, .clearfix::after {
	display: table;
	content: "";
	clear: both;
}
.h100 {
	height: 100%;
}
/*header*/

.header_main {
	padding: 20px 0 0;
	position: relative;
	/*background-color:#E8E8E8; */
}
.logo_main {
	width: 250px;
	display: inline-block;
	margin: 0 auto;
}
.logo_main img {
	max-height: 80px;
}
.hotline_newspaper {
	margin-left: 45px
}
.phone_newspaper {
	background: url(../images/ico-phone.svg) left center no-repeat;
	background-size: auto 16px;
	display: inline-block;
	padding-left: 20px;
	margin-right: 20px;
	font-size: 13px;
	width: 100px;
}
.mail_newspaper {
	background: url(../images/ico-mail.svg) left center no-repeat;
	background-size: auto 16px;
	display: inline-block;
	padding-left: 20px;
	font-size: 13px
}
.box_search {
	top: 3px;
	background: #F1F1F1;
	border-radius: 3px;
	position: absolute;
	right: 71px;
	border-radius: 40px;
}
.txt_search {
	border: none;
	padding: 8px 15px;
	background: #f1f1f1;
	border-radius: 3px 0 0 3px;
	width: 260px;
	border-radius: 40px;
}
.btn_search {
	background: url(../images/ico-search.svg) no-repeat center center;
	border: none;
	background-size: auto 18px;
	padding: 10px 20px;
	width: 40px;
	height: 36px;
	text-indent: -999px;
}
.fix_scroll {
}
.menu_main {
	position: relative;
	z-index: 99;
	/*background-color:#E8E8E8;*/
}
.menu_main.fixed-header {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0
}
.menu_main a {
	float: left;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	text-transform: uppercase;
	color: #D0021B;
	font-size: 15px;
	padding: 0px 10px;
	display: inline-block;
	line-height: 40px;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.menu_main a.icon_home {
	background: url(../images/ico-home.svg) no-repeat center 11px;
	background-size: auto 16px;
	padding: 10px 20px;
	width: 40px;
	height: 40px;
}
.menu_main a:hover, .menu_main a.active {
	color: #333;
	background-color: rgba(255, 255, 255, 0.2) !important;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.nav_right {
	position: relative;
	padding-left: 10px;
	margin-left: 10px
}
.nav_right:before {
	content: '';
	display: inline-block;
	position: absolute;
	height: 22px;
	width: 2px;
	background: rgba(255, 255, 255, 0.2);
	left: 0;
	top: 9px
}
.more_menu {
	position: relative;
	width: 34px;
	height: 40px;
	cursor: pointer;
}
.more_menu .dot {
	width: 4px;
	height: 4px;
	background-color: #D0021B;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2px;
	margin-top: -2px;
}
.more_menu .dot:before {
	content: "";
	left: -7px;
	width: 4px;
	height: 4px;
	background: #D0021B;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.more_menu .dot:after {
	left: 8px;
	content: "";
	width: 4px;
	height: 4px;
	background: #D0021B;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.more_menu .dot:nth-child(n+2) {
	display: none;
}
.more_menu.active .dot {
	background: transparent;
}
.more_menu.active .dot:before {
	width: 21px;
	height: 2px;
	border-radius: 0;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translate(-15%, 25%) rotate(135deg);
	-ms-transform: translate(-15%, 25%) rotate(135deg);
	transform: translate(-15%, 25%) rotate(135deg);
}
.more_menu.active .dot:after {
	height: 21px;
	width: 2px;
	border-radius: 0;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translate(-390%, -44%) rotate(135deg);
	-ms-transform: translate(-390%, -44%) rotate(135deg);
	transform: translate(-390%, -44%) rotate(135deg);
}
.category-popup {
	width: 100%;
	min-height: 100px;
	position: absolute;
	left: 0;
	z-index: 99;
	clear: both;
	visibility: hidden;
	opacity: 0;
	top: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.category-popup .bg_category-popup {
	background: #fff;
	min-height: 100px;
	padding: 20px 50px;
	position: relative;
	z-index: 9
}
.category-popup.active {
	visibility: visible;
	opacity: 1;
}
.category-popup:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
}
.list_menu_cate_popup {
	margin: 0 -0.6%;
	color: #000
}
.list_menu_cate_popup a {
	color: #D0021B;
	padding: 0;
	line-height: inherit;
	float: none;
	font-size: 15px
}
.list_menu_cate_popup a:hover {
	color: #D0021B
}
.list_menu_cate_popup>li {
	width: 32.3%;
	margin: 10px 0.5%;
}
.list_sub_menu_cate_popup>li {
	margin-bottom: 10px
}
.list_menu_cate_popup .sub_title_cate {
	margin-bottom: 5px
}
.list_menu_cate_popup .sub_title_cate a {
	font-family: 'roboto';
	text-transform: inherit;
	font-weight: 300;
	font-size: 14px
}
/*footer*/

.footer_main {
	background: #f8f8f8;
	padding: 30px 0 0;
	font-size: 14px;
	border-top: 1px solid #ddd;
}
.name_company {
	margin-left: 60px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.footer_top {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.col50per {
	width: 50%
}
.col30per {
	width: 33.3%
}
.col25per {
	width: 25%
}
.footer_bottom, .footer_bottom_right .d-flex {
	margin: 0 -10px
}
.footer_bottom .col50per {
	padding: 0 10px
}
.footer_bottom p {
	margin-bottom: 5px;
	font-size: 12px;
	text-indent: 0;
	margin-left: 0;
	padding-left: 0;
}
.flag_contact {
	display: inline-block;
	padding: 3px 10px 2px;
	background: #D0021B;
	color: #fff;
	text-transform: uppercase;
	margin-right: 15px;
	position: relative;
	font-weight: bold;
	margin: 7px 15px 7px 0;
}
.flag_contact:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: -9px;
	top: 0;
	border-top: 13px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 9px solid #D0021B;
}
.back-top {
	cursor: pointer;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	position: fixed;
	bottom: 68px;
	right: 20px;
	display: none;
	opacity: 0.8;
	background: url(../images/backtop.svg) no-repeat center center rgba(0, 0, 0, 0.2);
	background-size: 17px auto;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.back-top:hover {
	background-color: #D0021B;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/*Main content*/


/*sick home*/

.head_sick {;
	font-weight: 800;
	color: #D0021B;
	border-top: 2px solid #D0021B;
	padding-top: 15px;
	margin-bottom: 20px
}
.section_sick_home {
	margin: 0 -15px
}
.section_sick_home .col50per {
	padding: 0 15px;
}
.list_sick li {
	width: 33.3%;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.list_sick li:before {
	width: 4px;
	height: 4px;
	content: '';
	background: #D0021B;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0;
}
/*long form home*/

.long_form_home {
	margin: 30px 0;
}
.list_longform {
	margin: 0 -12px
}
.list_longform .col30per {
	padding: 0 12px
}
/*top home*/

.sapo_thumb_news {
	font-family: 'Roboto';
}
.list_two_news {
	margin: 0 -10px;
}
.list_two_news .col50per, .list_two_news .col30per {
	padding: 0 10px;
}
.title_thumb_square {
	width: calc(100% - 115px);
	margin-left: 10px;
	max-height: 58px;
	display: block;
	overflow: hidden;
}
.list_thumb_square li {
	margin-bottom: 13px;
	border-bottom: 1px solid #eee;
	padding-bottom: 13px;
}
.list_thumb_square li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}
.section_video_home {
	margin: 0 -12px;
}
.section_video_home .col30per {
	padding: 0 12px;
}
.section_video_home .col25per {
	padding: 0 12px;
}
.icon_video_home {
	background: url(../images/ico-video.svg) no-repeat;
	width: 48px;
	height: 48px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.date_thumb_news {
	background: url(../images/ico-clock.svg) no-repeat left center;
	background-size: 15px 15px;
	padding-left: 25px;
	font-size: 13px;
	line-height: 17px;
}
.desc_list_news_home {
	width: calc(100% - 295px);
	margin-left: 20px;
}
.list_news_home li, .foucs_longform {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.list_news_home li:last-child {
	border-bottom: none;
}
.hot_trend {
	background: #f4f4f4;
	padding: 20px;
}
.hot_trend .d-flex {
	margin: 0 -20px;
}
.hot_trend .col50per {
	padding: 0 20px;
}
.tag_hot_trend {
	background: #D0021B;
	font-size: 10px;
	color: #fff;
	padding: 3px 10px;
	margin-bottom: 10px;
	display: inline-block;
	line-height: 14px;
}
.btn_view_more_list {
	background: #D0021B;
	color: #fff;
	font-weight: bold;
	padding: 14px;
	display: block;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
}
.btn_view_more_list:hover {
	background: #D0021Bcc;
	color: #fff;
}
.head_box_cate_home {
	background: #f2f2f2;
	;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 2px solid #D0021B;
}
.head_box_cate_home .link_box_cate {
	background: #D0021B;
	border-top: 3px solid #D0021B;
	padding: 4px 10px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
}
.title_main {
	border-left: 7px solid #D0021B;
	padding-left: 16px;
	line-height: 24px;
	position: relative;
	text-transform: uppercase;
}
.title_main:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 24px solid #D0021B;
	border-right: 7px solid transparent;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0px;
}
.number_hot {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: #D0021B;
	;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	line-height: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ads_sticky {
	position: sticky;
	top: 60px;
}
.head_box_ads_brand {
	background: #3a8aab;
	;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
}
.content_brand {
	border: 1px solid #ddd;
}
.list_news_brand {
	padding: 10px;
}
.list_news_brand li {
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.list_news_brand li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.desc_brand {
	width: calc(100% - 105px);
	margin-left: 15px;
}
.box_ads_brand.box_blue .head_box_ads_brand {
	background: #1058A8;
}
.box_ads_brand.box_blue .content_brand {
	border-color: #1058A8;
}
.box_ads_brand.box_red .head_box_ads_brand {
	background: #D0021B;
}
.box_ads_brand.box_red .content_brand {
	border-color: #D0021B;
}
.box_input_ques {
	margin: 15px;
	margin: 15px auto;
	width: 90%;
}
.btn_send_ques, .input-form {
	border: none;
	padding: 10px;
	width: 100%;
	display: block;
}
.content_brand_green {
	background: #D0021B;
	color: #fff;
}
.btn_send_ques.bg_yellow {
	background: orange;
	color: #fff;
}
.head_doctor {
	background: url(../images/ico-heartbeat.svg) right center no-repeat;
	padding: 7px 0;
	background-size: auto 36px
}
.head_expert {
	background: url(../images/ico-doctor.svg) right center no-repeat;
	padding: 7px 0;
	background-size: auto 29px
}
.desc_info_doctor {
	width: calc(100% - 90px);
	margin-right: 10px
}
.box_heart .sapo_thumb_news {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	min-height: 140px;
	max-height: 183px;
	overflow: hidden;
}
/*cate*/

.bread_cump .bread_item {
	margin-left: 20px
}
.bread_cump .bread_item:first-child {
	font-size: 16px;
	color: #D0021B;
	;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	background: url(../images/arrow-bread.svg) right no-repeat;
	padding-right: 15px;
	margin-left: 0
}
.bottom_cate {
	border-top: 1px solid #E5E5E5;
	padding-top: 20px
}
.pagation {
	justify-content: center;
	margin: 40px 0 20px
}
.pagation .pagation_item {
	border: 1px solid #E5E5E5;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px
}
.pagation .pagation_item:hover, .pagation .pagation_item.active {
	background: #D0021B;
	color: #fff;
	border-color: #D0021B
}
.pagation .pagation_item.pre_page {
	background: url(../images/pre-page.svg) center center no-repeat;
}
.pagation .pagation_item.next_page {
	background: url(../images/next-page.svg) center center no-repeat;
}
.pagation .pagation_item.pre_page:hover, .pagation .pagation_item.next_page:hover {
	background-color: #f4f4f4
}
.desc_info_topic {
	padding-right: 30px
}
/*Detail news*/

.title-detail {
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	margin: 15px 0 0;
}
.sapo_detail {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 20px;
}
.col1000 {
	max-width: 1000px;
}
.col660 {
	width: 660px
}
#content_detail_news {
	margin-bottom: 30px
}
#content_detail_news p {
	margin-bottom: 15px
}
#content_detail_news i, #content_detail_news em {
	font-style: italic;
}
#content_detail_news, #content_detail_news * {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 26px;
	color: #333;
}
#content_detail_news img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block
}
.caption_images {
	background: #f2f2f2;
	padding: 10px;
	font-family: 'Roboto';
	text-align: center;
	margin-bottom: 15px
}
.caption_images * {
	font-family: 'roboto';
	font-size: 14px;
	font-style: italic
}
.caption_images p {
	margin: 0
}
.link-content-footer {
	border-left: 7px solid #ddd;
	padding-left: 20px;
	margin: 40px 30px;
}
.link-content-footer .fs26 {
	font-size: 26px;
	line-height: 32px
}
#content_detail_news .style-box {
	background: #ffe8e8;
	padding: 20px;
	width: 100%;
	margin: auto;
	margin-bottom: 15px;
	border-radius: 5px;
}
#content_detail_news .style-box table, #content_detail_news .style-box td {
	border: none !important
}
#content_detail_news .style-box.box-right {
	float: right;
	width: 50%
}
#content_detail_news .style-box.box-left {
	float: left;
	width: 50%
}
#content_detail_news table, #content_detail_news td {
	border-color: #ddd !important;
	border: 1px solid;
}
#content_detail_news td a {
    font-size: 14px !important;
    font-style: italic !important;
}
#content_detail_news table {
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 10px;
	background: #f6f6f6;
	margin: auto;
}
#content_detail_news table td {
	padding: 15px
}
#content_detail_news strong, #content_detail_news b {
	font-weight: 800
}
#content_detail_news a {
	color: #1183e4
}
#content_detail_news a:hover {
	text-decoration: underline
}
#content_detail_news .thumb200x200 img {
	object-fit: cover;
	max-width: 100%;
	width: auto;
}
.tag_detail .tag_detail_item {
	color: #2F729B;
	font-size: 15px;
	margin-right: 15px
}
.tag_detail {
	margin-bottom: 30px
}
.list_news_relate_bottom {
	margin: 0 -10px
}
.list_news_relate_bottom>li:first-child {
	width: 55%;
	padding: 0 10px
}
.list_news_relate_bottom>li:last-child {
	width: 45%;
	padding: 0 10px
}
.list_news_relate_bottom li ul li {
	margin-bottom: 30px
}
.list_news_relate_bottom li ul li:last-child {
	margin-bottom: 0
}
.list_topic_bottom_detail {
	margin: 0 -10px
}
.list_topic_bottom_detail li {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 30px
}
.box_input_text {
	border-radius: 3px;
	padding: 10px
}
.box_input_text .input-form {
	border-radius: 4px;
	border: 1px solid #ddd
}
.btn_send_cm {
	background: #D0021B;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	color: #fff
}
.box_input_text .mr-auto {
	margin: 0
}
.box_input_text .mr-auto .input-form {
	width: 230px
}
.list_comment_user li {
	background: #f4f4f4;
	padding: 10px 15px;
	border-radius: 4px;
	margin-bottom: 10px
}
.w50per {
	width: 50%;
	margin: 0 auto
}
.box_input_text.pda20 {
	padding: 20px
}
.mh36 {
	max-height: 36px;
	overflow: hidden
}
.box_question {
	background: #EDF4E5;
	padding: 20px;
	border-radius: 5px
}
.content_ques {
	font-family: 'Noto Serif';
	font-size: 16px;
	line-height: 24px
}
.content_ques p {
	margin-bottom: 15px
}
.btn_question {
	background: #fff;
	padding: 3px 15px;
	display: inline-block;
	color: #D0021B;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 13px;
	font-weight: bold
}
.btn_question:hover {
	background: #D0021B;
	color: #fff;
	border-color: #D0021B
}
/*loading*/




#content_detail_news blockquote {
	font-size: 30px;
	line-height: 40px;
	padding-left: 35px;
	border-left: 10px solid #D0021B;
	font-weight: 700;
}
.cover_content {
	position: relative;
	width: 100%;
	/*height: calc(100vh - 150px);*/
	overflow: hidden;
}
.cover_content:after {
	background: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: ''
}
.thumb_cover_content {
	background-color: #2b2b2b;
	color: #FFF;
	position: relative;
	width: 100%;
	z-index: 1
}
.thumb_cover_content img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.cover_content .title-detail {
	width: 50%;
	margin: 0 auto;
	position: absolute;
	transform: translate(-50%, 0);
	bottom: 10%;
	color: #fff;
	left: 50%;
	font-size: 40px;
	z-index: 3;
	line-height: 50px;
}
.author_full {
	font-size: 16px;
	color: #fff
}
.author_full a {
	color: #fff
}
.author_full a:hover {
	text-decoration: underline
}
.menu_main_footer a {
	font-family: 'Roboto Condensed';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.list_sick li {
	width: 14.2%;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.menu_main_footer {
	border-top: 2px solid #D0021B;
	padding-top: 30px
}
.footer_main .flag_contact:hover {
	color: #fff
}
.footer_down {
	background: #D0021B;
	padding: 15px 0;
	margin-top: 30px;
	color: #fff
}
.footer_down a {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	line-height: 14px;
	color: #fff
}
.footer_down a:hover {
	text-decoration: underline
}
.footer_down a:last-child {
	border: none;
}
.social_top img {
	height: 20px
}
.social_top a {
	margin: 0 10px
}
.date_top {
	margin: 20px auto 5px
}
.show_menu_main .container {
	border-top: 3px solid #D0021B;
	border-bottom: 2px solid #c7c7c7;
	/*background: #fff;*/
	background: #E8E8E8;
}
.list_title li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd
}
.list_title li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.box_gocnhin {
	background: #f2f2f2
}
.head_gocnhin {
	padding: 10px;
	border-top: 1px solid #D0021B;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	font-weight: 700;
	color: #D0021B;
	font-size: 20px;
}
.content_gocnhin {
	padding: 15px
}
.title_shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 26px
}
.title_shadow span {
	display: block;
	position: relative;
	z-index: 9
}
.title_shadow:after {
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
.thumb275x155 {
	width: 275px;
	height: 155px
}
.box_gocnhin .col235 {
	width: 205px
}
.title_shadow.fs32 {
	font-size: 30px;
	line-height: 38px
}
.list_five_news {
	margin: 0 -10px
}
.list_five_news .col20per {
	width: 20%;
	padding: 0 10px;
}
.list_two_news .list_title {
	margin: 0 -5px
}
.list_two_news .list_title li {
	width: calc(50% - 30px);
	margin-left: 15px;
	margin-right: 15px
}
.list_two_news .list_title li:last-child {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.box_multimedia {
	background: #fff8e7
}
.col60per {
	width: calc(60% - 20px)
}
.col40per {
	width: 40%
}
.box_multimedia .list_two_news .list_title li {
	border-bottom: none
}
.list_four_news {
	margin: 0 -15px
}
.list_four_news .col25per {
	padding: 0 15px
}
.col25per {
	width: 25%;
}
.head_four_news {
	padding: 10px 0;
	border-top: 1px solid #D0021B;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	font-weight: 700;
	color: #D0021B;
	font-size: 20px;
}
.list_four_news .title_thumb_square {
	width: calc(100% - 74px)
}
.list_company {
	margin: 0 -10px
}
.col16per {
	width: 16.6%;
	padding: 0 10px
}
.tag_bottom_main .hashtag {
	font-weight: bolder;
	color: #7d7d7d;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px
}
.tag_bottom_main .hashtag:hover {
	color: #D0021B
}
.col160 {
	width: 160px
}
.col630 {
	width: 630px
}
.list_news_relation_top {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 30px;
	margin-bottom: 20px
}
.head_relation {
	font-size: 14px;
	border: 1px solid #e2e2e2;
	padding: 5px 10px;
	display: inline-block;
	top: -16px;
	background: #fff;
	margin-left: 15px;
	color: #D0021B;
	position: relative;
}
.list_news_relation_top ul {
	margin: 0px 0 15px;
	margin-left: 20px;
}
.list_news_relation_top ul li {
	padding-left: 15px;
	margin-bottom: 5px;
	position: relative
}
.list_news_relation_top ul li:before {
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 7px;
	content: '';
	display: inline-block;
	background: #D0021B
}
.author-share-top {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
.col555 .list_two_news .list_title li {
	border: none
}
.list_thumb_first li:first-child .title_thumb_square {
	margin-left: 0;
	width: 100%;
	font-size: 20px;
	line-height: 28px
}
.icon_gallery {
	height: 24px;
	display: inline-block;
	margin-left: 15px
}
.icon_gallery img {
	height: 24px
}
.btn_booknews {
	color: #D0021B;	
	padding: 2px 0;
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	text-transform: uppercase
}
.btn_booknews:hover {
	text-decoration: underline
}
.search_main {
	position: relative;
	width: 34px;
	height: 40px;
	cursor: pointer;
	text-align: center
}
.search_main img {
	height: 16px;
}
.box_search {
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden
}
.box_search.active {
	opacity: 1;
	visibility: visible;
	border: 1px solid #ddd;
}
.col235 .title_thumb_square {
	width: calc(100% - 74px)
}
.bg_focus {
	background: #e9dec9;
	padding: 10px;
	margin-bottom: 15px;
}
.bg_focus .col555 {
	width: 535px
}
.market .title, .col300 .title {
	padding-left: 10px;
}
.market .name-des {
	padding-right: 10px;
}
.market {
	margin-bottom: 30px;
}
.market .navi {
	margin-bottom: 6px;
	background: #f4f4f4;
	padding: 6px 10px;
	border-bottom: 1px solid #ddd
}
.market .navi li a {
	font-size: 15px;
	font-weight: bold;
}
.market .navi li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
}
.market .navi li.active a {
	color: #0079e0
}
.market .navi span {
	margin: 0px 17px;
	width: 1px;
	height: 18px;
	background: #dddddd;
	display: inline-block;
	vertical-align: middle;
}
.color-red {
	color: #B21623;
}
.color-green {
	color: #7FC04C;
}
.market .des {
	font-size: 18px;
	margin-bottom: 10px;
}
.market .des span:last-child {
	font-size: 14px;
}
.market .import {
	margin-bottom: 10px;
}
.market .import img {
	margin: auto;
	display: block;
}
.market table {
	font-size: 14px;
}
.market table tr {
	cursor: pointer;
}
.market table tr:first-child td {
	border-top: 1px dotted #bfc1be;
}
.market table td {
	padding: 5px 5px 5px 0px;
	border-bottom: 1px dotted #bfc1be;
}
.market table tr td:first-child {
	padding-left: 5px;/*font-weight: bold;*/
}
.market table tr:hover td {
	background: #0079E0;
}
.market table tr:hover td {
	color: #fff
}
.head_project {
	text-align: center
}
.head_project .title_head_project {
	display: inline-block;
	background: #fff;
	padding: 7px 20px;
	border-radius: 0 0 10px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #0079E0;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 18px
}
.box_project {
	background: url(../images/bg_project.jpg) center center;
	background-size: cover;
	margin: 20px 0
}
.thumb245x145 {
	width: 100%;
	height: 145px
}
.thumb245x145 img {
	object-fit: cover;
	width: 100%
}
.item_slide_project {
	background: #fff;
	padding: 3px;
	margin-bottom: 20px
}
.item_slide_project .f16 {
	font-weight: bold;
	padding: 10px;
	display: block
}
.list_slide_project .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff
}
.list_slide_project .bx-wrapper .bx-pager.bx-default-pager a:hover, .list_slide_project .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0079E0
}
.list_slide_project .bx-wrapper .bx-controls-direction a {
	margin-top: -35px;
}
.list_slide_project .bx-wrapper .bx-next {
	right: -45px
}
.list_slide_project .bx-wrapper .bx-prev {
	left: -45px
}
.list_slide_project li {
	margin: 15px
}
.list_slide_project .slick-prev, .list_slide_project .slick-next {
	top: 49%;
	width: 39px;
	height: 39px;
}
.list_slide_project .slick-prev {
	left: -45px
}
.list_slide_project .slick-next {
	right: -45px
}
.list_slide_project .slick-prev:before, .list_slide_project .slick-next:before {
	font-size: 35px;
}
.head_four_news a:first-child, .head_gocnhin a:first-child {
	color: #D0021B;
	font-weight: bold
}
.head_four_news a {
	font-weight: normal
}
.play_tilte {
	background: url(../images/icon_play_large.png) 10px 4px no-repeat;
	height: 44px;
	display: block;
	position: absolute;
	bottom: 0;
	margin: 10px;
	z-index: 9;
	padding-left: 60px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}
.play_large {
	background: url(../images/icon_play_large.png) no-repeat center center;
	width: 45px;
	height: 45px;
	display: inline-block;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%
}
.play_small {
	background: url(../images/icon_play.png) no-repeat center center;
	width: 29px;
	height: 29px;
	display: inline-block;
	bottom: 10px;
	left: 10px;
	position: absolute
}
.list_video_new {
	height: 633px;
	overflow-y: auto
}
.icon_photo_large {
	background: url(../images/icon_photo.png) no-repeat center center;
	width: 39px;
	height: 28px;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 15px
}
.icon_photo_small {
	background: url(../images/icon_photo_small.png) no-repeat center center;
	width: 29px;
	height: 23px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px
}
.info_photo {
}
.info_photo a.fs16 {
	display: inline-block;
	padding: 10px
}
.author_photo {
	border-top: 1px solid #ddd;
	background: #f4f4f4;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%
}
.author_photo span {
	display: inline-block;
	padding: 5px 10px;
	border-right: 1px solid #ddd;
	font-size: 13px
}
.author_photo span:last-child {
	border: none
}
.list_three_photo {
	margin: 0 -10px
}
.list_three_photo .col30per {
	width: calc(33.3% - 20px);
	margin: 0 10px;
	border: 1px solid #eee;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 20px;
}
.title_shadow.fs16 {
	font-size: 16px !important;
	line-height: 22px;
	font-weight: normal
}
.detail_photo {
	height: 480px;
	overflow-y: auto
}
.top_photo {
	background: #f4f4f4;
	padding: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.head_box_cate_home .link_box_cate_2 {
    background: #0079e0;
    border-top: 3px solid #0079e0;
    padding: 4px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
}
