@charset "utf-8";
* {
  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
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, 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
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  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;
  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: #a50a02;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic
}
figure {
  margin: 0
}
form {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0;
  white-space: normal
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}
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
}
button[disabled], html input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
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
}
button, html, 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%;
  height: auto
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0
}
textarea {
  resize: vertical
}
body, html {
  font-family: roboto, Arial, Helvetica, sans-serif;
  color: #2d2d2d;
  font-size: 14px;
  line-height: 20px;
  overflow-x: hidden;
}
.fbold, b, strong {
  font-weight: 700
}
.fmedium {
  font-weight: 600
}
.text-center {
  text-align: center
}
.text-left {
  text-align: left
}
.align-right, .text-right {
  text-align: right
}
.text-uppercase {
  text-transform: uppercase
}
.bor-top {
  border-top: 1px solid #ddd
}
.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
}
.pt20 {
  padding-top: 20px
}
.pb20 {
  padding-bottom: 20px
}
.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 {
  font-family: Montserrat
}
.f-noto {
  font-family: 'noto serif'
}
.fs11 {
  font-size: 11px;
  line-height: 1.45
}
.fs12 {
  font-size: 12px;
  line-height: 1.45
}
.fs13 {
  font-size: 13px;
  line-height: 1.45
}
.fs14 {
  font-size: 14px;
  line-height: 1.45;
  display: block
}
.fs16 {
  font-size: 16px;
  line-height: 1.45;
}
.fs18 {
  font-size: 18px;
  line-height: 1.45
}
.fs20 {
  font-size: 20px;
  line-height: 1.45
}
.fs22 {
  font-size: 22px;
  line-height: 1.45
}
.fs24 {
  font-size: 24px;
  line-height: 1.45
}
.fs26 {
  font-size: 20px;
  line-height: 1.45
}
.fs28 {
  font-size: 28px;
  line-height: 1.45
}
.fs30 {
  font-size: 30px;
  line-height: 1.45
}
.fs32 {
  font-size: 32px;
  line-height: 1.45
}
.container {
  max-width: 1260px;
  margin: 0 auto
}
.container_head {
  max-width: 1260px;
  margin: 0 auto
}
.col310 {
  width: 310px
}
.col615 {
  width: 615px
}
.thumb_focus {
  margin-top: -20px;
  margin-right: -20px;
  border-radius: 0 5px 0 0
}
.thumb_focus_cate {
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 5px 0 0 0
}
.col730 {
  max-width: 730px;
  position: relative
}
.col365 {
  width: 365px;
  position: relative
}
.col170 {
  width: 170px;
  position: relative
}
.col620 {
  width: 620px;
  position: relative
}
.col480 {
  width: 480px;
  position: relative
}
.col235 {
  width: 200px;
  position: relative
}
.col300 {
  width: 300px;
  position: relative
}
.col810 {
  width: calc(100% - 320px);
  position: relative
}
.col810:before {
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  z-index: -1
}
.fl {
  float: left
}
.fr {
  float: right
}
.d-block {
  display: block
}
.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;
  height: auto
}
.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
}
.thumb150x100 {
  width: 150px;
  height: 100px
}
.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%;
  height: 335px
}
.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
}
.thumb13x90 {
  width: 130px;
  height: 90px !important
}
.thumb220 {
  width: 100%;
  height: 220px
}
.thumb220 img {
  height: 100%
}
.thumb200x200 {
  width: 100%;
  height: 200px
}
.thumb115 {
  height: 115px;
  width: 100%
}
.thumb100 {
  height: 100px;
  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: #A50A02 !important
}
.bg_green2 {
  background: #eaf0e7 !important
}
.bg_red {
  background: #c41727 !important
}
.bg_red2 {
  background: #a50619 !important
}
.bg_purple {
  background: #6f2486 !important
}
.bg_cyan {
  background: #038881 !important
}
.bg_brown {
  background: #945700 !important
}
.bg_gray {
  background: #f0f0f0
}
.bg_white {
  background: #fff
}
.cl_green {
  color: #A50A02 !important
}
.clred {
  color: #c41727 !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::after, .clearfix::before {
  display: table;
  content: "";
  clear: both
}
.h100 {
  height: 100%
}
.header_main {
  padding: 5px 0;
  position: relative
}
.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 {
  background: #f1f1f1;
  border-radius: 3px
}
.txt_search {
  border: none;
  padding: 10px;
  background: #f1f1f1;
  border-radius: 3px 0 0 3px;
  width: 280px;
}
.btn_search {
  background: url(../images/ico-search_box.svg) no-repeat center center;
  border: none;
  background-size: auto 18px;
  padding: 10px 20px;
  width: 40px;
  height: 36px;
  text-indent: -999px
}
.search_main {
  margin-top: 34px
}
.fix_scroll {
  height: 44px
}
.logo_main {
  margin-right: 30px;
  display: inline-block;
  /* height: 60px; */
  background: #fff;
  z-index: 9998
}
.link_logo {
  padding: 10px 0;
  display: inline-block;
  position: relative;
  z-index: 99;
}
.link_logo:hover img {
  fill: red
}
.logo_main img {
  height: 60px;
  display: inline-block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  mix-blend-mode: multiply;
}
.menu_main.fixed-header .logo_main:after {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 44px;
  width: 50px;
  right: -49px
}
.menu_main.fixed-header .logo_main img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 35px;
  display: inline-block
}
.menu_main.fixed-header .link_logo {
  padding: 6px 0;
}
.menu_main.fixed-header .logo_main {
  top: 0;
  height: 44px;
}
.menu_main.fixed-header .logo_main:before {
  height: 44px;
}
.menu_main {
  background: #A50A02;
  position: relative;
  z-index: 99
}
.menu_main.fixed-header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0
}
.list_tag_top_head, .nav_center {}
.icon_social_head {
  line-height: 25px;
  margin-right: 20px;
  padding-top: 5px
}
.icon_social_head svg {
  fill: #979797
}
.icon_social_head:hover svg {
  fill: #A50A02 !important
}
.top_head {}
.menu_main .nav_center a {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  padding: 0 12px;
  display: inline-block;
  line-height: 44px;
  -webkit-transition: all .3s ease 0s;
  -khtml-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: relative
}
.menu_main .nav_center a:last-child:after {
  display: none
}
.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 .nav_center a.active, .menu_main .nav_center a:hover {
  background-color: rgba(0, 0, 0, .2) !important;
  -webkit-transition: all .3s ease 0s;
  -khtml-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.nav_right {
  position: relative;
  padding-left: 10px;
  margin-left: 10px
}
.nav_right:before {
  content: '';
  display: none;
  position: absolute;
  height: 22px;
  width: 2px;
  background: rgba(255, 255, 255, .2);
  left: 0;
  top: 17px
}
.more_menu {
  position: relative;
  width: 34px;
  padding: 0 6px;
  cursor: pointer;
  display: inline-block;
  line-height: 44px;
  text-align: right
}
.more_menu .dot {
  width: 4px;
  height: 4px;
  background-color: #fff;
  -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 .3s ease 0s;
  -khtml-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .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: #fff;
  -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 .3s ease 0s;
  -khtml-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: absolute;
  top: 50%;
  margin-top: -2px
}
.more_menu .dot:after {
  left: 8px;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  -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 .3s ease 0s;
  -khtml-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: absolute;
  top: 50%;
  margin-top: -2px
}
.more_menu .dot:nth-child(n+2) {
  display: none
}
.more_menu.active .dot {
  background: 0 0
}
.more_menu.active .dot:before {
  width: 21px;
  height: 2px;
  border-radius: 0;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .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: .2s;
  -o-transition-delay: .2s;
  transition-delay: .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 .3s ease 0s;
  -khtml-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.category-popup .bg_category-popup {
  background: #fff;
  padding: 10px 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, .3)
}
.list_menu_cate_popup {
  margin: 0 -.6%;
  color: #000
}
.list_menu_cate_popup a {
  color: #2d2d2d;
  padding: 0;
  line-height: inherit;
  float: none;
  font-size: 15px
}
.list_menu_cate_popup a:hover {
  color: #A50A02
}
.list_menu_cate_popup > li {
  width: 15.5%;
  margin: 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: San;
  text-transform: inherit;
  font-weight: 300;
  font-size: 14px
}
.footer_main {
  background: #f4f4f4;
  padding: 0 0 20px;
  font-size: 13px;
  color: #686868
}
.name_company {
  margin-left: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.footer_top {
  margin-bottom: 25px;
  padding: 15px 0
}
.col50per {
  width: 50%
}
.col30per {
  width: 33.3%
}
.col25per {
  width: 25%
}
.footer_bottom {
  padding: 30px 0
}
.footer_bottom, .footer_bottom_right .d-flex {
  margin: 0
}
.footer_bottom, .footer_bottom_right .list_two_news {
  margin: 0 -10px
}
.footer_bottom .col50per {
  padding: 0 10px
}
.footer_bottom p {
  margin-bottom: 0
}
.flag_contact {
  display: inline-block;
  padding: 3px 10px 2px;
  background: #c41727;
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
  position: relative;
  font-weight: 900;
  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 #c41727
}
.back-top {
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  position: fixed;
  bottom: 68px;
  right: 20px;
  display: none;
  opacity: .8;
  background: url(../images/backtop.svg) no-repeat center center #fff;
  background-size: 17px auto;
  -webkit-transition: all .3s ease 0s;
  -khtml-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.back-top:hover {
  background-color: #a50a02;
  -webkit-transition: all .3s ease 0s;
  -khtml-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.head_sick {
  font-family: Montserrat;
  font-weight: 800;
  color: #A50A02;
  border-top: 2px solid #A50A02;
  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: #A50A02;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0
}
.long_form_home {
  margin: 60px 0
}
.list_longform {
  margin: 0 -12px
}
.list_longform .col30per {
  padding: 0 12px
}
.sapo_thumb_news {
  font-size: 14px;
  color: #555
}
.list_two_news {
  margin: 0 -10px
}
.list_two_news .col30per, .list_two_news .col50per, .list_two_news .col70per, .list_two_news .col25per {
  padding: 0 10px
}
.title_thumb_square {
  width: calc(100% - 145px);
  margin-left: 15px;
  display: block;
  overflow: hidden
}
.list_thumb_square li {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px
}
.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% - 245px);
  margin-left: 20px
}
.desc_list_top_home {
  width: calc(100% - 165px);
  margin-left: 15px
}
.foucs_longform, .list_news_home li {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 20px
}
.list_news_home li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}
.hot_trend {
  background: #f4f4f4;
  padding: 20px
}
.hot_trend .d-flex {
  margin: 0 -20px
}
.hot_trend .col50per {
  padding: 0 20px
}
.tag_hot_trend {
  background: #c41727;
  font-size: 10px;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 14px
}
.btn_view_more_list {
  background: #A50A02;
  color: #fff;
  font-weight: 900;
  padding: 14px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 16px
}
.btn_view_more_list:hover {
  background: #A50A02cc;
  color: #fff
}
.head_box_cate_home {
  background: #f2f2f2;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 2px solid #A50A02
}
.head_box_cate_home .link_box_cate {
  background: #A50A02;
  border-top: 3px solid #A50A02;
  padding: 4px 10px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 17px
}
.title_main {
  border-left: 5px solid #A50A02;
  padding-left: 16px;
  line-height: 20px;
  position: relative;
  text-transform: uppercase
}
.title_main:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 20px solid #A50A02;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0
}
.number_hot {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: #c41727;
  font-family: Montserrat;
  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-family: Montserrat;
  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: #c41727
}
.box_ads_brand.box_red .content_brand {
  border-color: #c41727
}
.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: #A50A02;
  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
}
.bread_cump .bread_item {
  margin-left: 20px
}
.bread_cump .bread_item:first-child {
  font-size: 16px;
  color: #A50A02;
  font-family: Montserrat;
  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: 900;
  font-size: 14px;
  line-height: 40px
}
.pagation .pagation_item.active, .pagation .pagation_item:hover {
  background: #A50A02;
  color: #fff;
  border-color: #A50A02
}
.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.next_page:hover, .pagation .pagation_item.pre_page:hover {
  background-color: #f4f4f4
}
.desc_info_topic {
  padding-right: 30px
}
.title-detail {
  font-size: 30px;
  font-weight: 600;
  line-height: 39px
}
.sapo_detail {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  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 em, #content_detail_news i {
  font-style: italic
}
#content_detail_news, #content_detail_news * {
  font-size: 16px;
  line-height: 24px;
  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: San;
  text-align: center;
  margin-bottom: 15px
}
.caption_images * {
  font-family: San;
  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
}
#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 b, #content_detail_news strong {
  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: #A50A02;
  font-weight: 900;
  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
}
.list_col_30per li {
  width: 33.3%;
  padding: 0 15px
}
.list_col_30per {
  margin: 0 -15px
}
.list_expert_live {
  margin: 0 -10px
}
.list_expert_live > li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px
}
.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: #A50A02;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700
}
.btn_question:hover {
  background: #A50A02;
  color: #fff;
  border-color: #A50A02
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 5px;
  height: 20px;
  border-radius: 20%;
  background: #ddd
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0);
  animation-delay: -1.1s
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -.9s
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -.8s
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -.7s
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -.6s
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -.5s
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -.4s
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -.3s
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -.2s
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -.1s
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s
}
@keyframes lds-spinner {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.list_expert_page li {
  margin-bottom: 30px;
  padding-bottom: 30px
}
.list_expert_relate {
  margin: 0 -20px
}
.list_expert_relate li {
  padding: 0 20px;
  margin-bottom: 30px
}
.list_sick_cate {
  margin: 0 -10px
}
.list_sick_cate li {
  width: calc(50% - 20px);
  font-size: 16px;
  font-weight: 900;
  border-top: 1px solid #e5e5e5;
  margin: 0 10px;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 0
}
.list_sick_cate li::before {
  top: 23px
}
.option_hospital {
  margin: 0 -10px
}
.option_hospital .input-form {
  background: #f1f1f1;
  border-radius: 3px;
  line-height: 18px
}
.option_hospital .btn_send_cm {
  line-height: 18px
}
.option_hospital .col1 {
  width: 20%;
  padding: 0 10px
}
.option_hospital .col2 {
  width: 60%;
  padding: 0 10px
}
.option_hospital .col3 {
  width: 20%;
  padding: 0 10px
}
.list_hospital > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5
}
.list_info_hospital li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 25px
}
.list_info_hospital li:last-child {
  margin-bottom: 0
}
.ico-plus {
  background: url(../images/ico_plus.svg) left center no-repeat;
  background-size: 12px auto
}
.ico-address {
  background: url(../images/ico_address.svg) left center no-repeat;
  background-size: 12px auto
}
.ico-call {
  background: url(../images/ico-call.svg) left center no-repeat;
  background-size: 14px auto
}
.ico-link {
  background: url(../images/ico-link.svg) left center no-repeat;
  background-size: 14px auto
}
.ico-mail {
  background: url(../images/ico-mail.svg) left center no-repeat;
  background-size: 14px auto
}
.box_player_video iframe {
  width: 100%;
  height: 450px;
  border: 0
}
.live_tag {
  background: #c41727;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
  line-height: 15px
}
.bg_embed {
  background: #222;
  padding: 10px;
  border-radius: 4px
}
.bg_embed input {
  background: 0 0;
  color: #fff;
  border: none
}
.ico-embed {
  background: url(../images/ico-embed.svg) no-repeat center center;
  background-size: 20px auto;
  display: inline-block;
  width: 20px;
  height: 20px
}
.ico-link {
  background: url(../images/ico-linkw.svg) no-repeat center center;
  background-size: 20px auto;
  display: inline-block;
  width: 20px;
  height: 20px
}
.mh160 {
  max-height: 160px;
  overflow: hidden
}
.list_video_cate {
  margin: 0 -10px
}
.list_video_cate li {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 30px
}
.gradient_video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%)
}
.gradient_video::after {
  content: '';
  background: url(../images/ico-playw.svg) no-repeat center center;
  background-size: 17px auto;
  position: absolute;
  width: 17px;
  height: 25px;
  bottom: 10px;
  left: 12px
}
.list_longform_cate {
  margin-bottom: 60px
}
.list_longform_cate .list_longform li {
  margin-bottom: 50px
}
.content-magazine-pink {
  background: #fdf3f2
}
.detail-content-magazine, .detail-content-magazine * {
  font-family: 'noto serif';
  font-size: 17px;
  line-height: 26px;
  color: #333
}
.detail-content-magazine em, .detail-content-magazine i {
  font-style: italic
}
.detail-content-magazine {
  margin: 40px auto;
  width: 750px
}
.detail-content-magazine p {
  margin-bottom: 25px
}
.photo-default {
  margin: 30px auto
}
.cover-magazine {
  text-align: center
}
.content-magazine-left {
  margin: 10px 0;
  margin-left: -190px;
  margin-right: 40px;
  width: 450px;
  float: left
}
.content-magazine-center {
  margin: 30px auto;
  max-width: 100%;
  text-align: center
}
.content-magazine-center.w1130 {
  width: 1130px;
  margin-left: -190px
}
.content-magazine-right {
  margin: 0 0 10px;
  margin-right: -190px;
  margin-left: 40px;
  width: 450px;
  float: right
}
.author-magazine {
  position: relative;
  margin: 0 auto 15px
}
.author-magazine, .author-magazine * {
  font-family: San
}
.author-wrapper {
  text-align: left;
  border-left: solid 5px #A50A02;
  padding-left: 20px
}
.author-wrapper .credit-text, .author-wrapper label {
  display: inline-block;
  margin-right: 5px;
  font-weight: 900;
  margin-bottom: 0
}
.source-magazine {
  position: absolute;
  right: 0;
  top: 0
}
.publish-date {
  position: absolute;
  right: 0;
  top: 30px
}
.tag_event {
  display: inline-block;
  padding: 0 10px 0 0;
  color: #A50A02;
  text-transform: uppercase;
  margin-right: 5px;
  position: relative;
  font-size: 12px;
  font-weight: 800;
  margin-right: 10px;
  line-height: 18px
}
.tag_event:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  right: 0;
  top: 4px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #A50A02
}
.top_list_event {
  background: #f2f2f2;
  padding: 2px 0;
  box-sizing: border-box
}
.top_list_event .fa-circle:before {
  content: ''
}
.top_list_event ul {
  float: left;
  height: 18px;
  overflow: hidden
}
.top_list_event ul li {
  float: left;
  margin: 0 10px
}
.top_list_event ul li a {
  font-weight: 800;
  font-size: 12px;
  line-height: 18px;
  color: #555
}
.top_list_event ul li a:hover {
  color: #A50A02
}
.top_list_event .fa-circle {
  background: #bbb;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 20px
}
.marquee-with-options {
  width: calc(100% - 110px);
  margin-left: auto;
  overflow-x: hidden
}
#content_detail_news blockquote {
  font-size: 30px;
  line-height: 40px;
  padding-left: 35px;
  border-left: 10px solid #A50A02;
  font-weight: 700
}
.cover_content {
  position: relative;
  width: 100%;
  overflow: hidden
}
.cover_content:after {
  background: rgba(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: san;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all .3s ease 0s;
  -khtml-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.list_sick li {
  width: 14.2%;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px
}
.menu_main_footer {
  border-top: 2px solid #A50A02;
  padding-top: 30px
}
.footer_main .flag_contact:hover {
  color: #fff
}
.main_detail_bg {
  background: url(../images/bglongform.jpg)
}
.main_detail_bg #content_detail_news * {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto
}
.main_detail_bg #content_detail_news .full_images, .main_detail_bg #content_detail_news .full_images * {
  max-width: 100% !important
}
.main_detail_bg #content_detail_news .style-box {
  background: 0 0
}
.main_detail_bg #content_detail_news .style-box.box-right {
  position: relative;
  font-size: 20px;
  line-height: 34px;
  margin-left: 22px;
  padding-top: 25px;
  max-width: 450px;
  margin: 15px 0;
  margin-right: 15%;
  color: #A50A02;
  text-align: left
}
.main_detail_bg #content_detail_news .style-box.box-right:before {
  content: "";
  width: 100%;
  max-width: 150px;
  height: 7px;
  background-color: #A50A02;
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  margin-left: 0 !important
}
.main_detail_bg #content_detail_news .style-box.box-left {
  position: relative;
  font-size: 20px;
  line-height: 34px;
  margin-right: 22px;
  padding-top: 25px;
  max-width: 450px;
  margin: 15px 0;
  margin-left: 15%;
  color: #A50A02;
  text-align: left
}
.main_detail_bg #content_detail_news .style-box.box-left:before {
  content: "";
  width: 100%;
  max-width: 150px;
  height: 7px;
  background-color: #A50A02;
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  margin-left: 0 !important
}
.main_detail_bg #content_detail_news .style-box {
  position: relative;
  font-size: 20px;
  line-height: 34px;
  margin-left: 22px;
  padding-top: 25px;
  max-width: 650px;
  margin: 40px auto;
  color: #A50A02;
  text-align: center
}
.main_detail_bg #content_detail_news .style-box:before {
  content: "";
  width: 100%;
  max-width: 150px;
  height: 7px;
  background-color: #A50A02;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 0
}
.box_attach {
  border: 1px solid #ddd;
  padding: 10px 20px
}
.list_box_attach {
  margin-top: 10px
}
.list_box_attach li {
  background: url(../images/icon_attach.png) left no-repeat;
  padding-left: 25px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px
}
.list_box_attach li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}
.list_box_attach li a {
  color: #444;
  font-size: 13px
}
.list_box_attach li a:hover {
  color: #A50A02
}
.head_attach {
  background: #fff;
  padding: 3px 10px;
  display: inline-block;
  margin-top: -20px;
  border: 1px solid #ddd;
  color: #b92f33;
  font-size: 13px;
  margin-left: 0
}
.time_line_detail {
  position: relative;
  margin: 25px 0
}
.head_time_line_detail {
  background: #A50A02;
  color: #fff !important;
  display: inline-block;
  font-size: 17px !important;
  text-transform: uppercase;
  padding-left: 24px;
  margin-bottom: 14px;
  width: auto;
  padding: 5px 30px
}
.item_time_line_detail {
  position: relative;
  overflow: hidden
}
.line_time_line_detail {
  position: absolute;
  height: 100%;
  border-left: 2px solid #A50A02;
  z-index: 2;
  left: 8px
}
.dot_time_line_detail {
  position: absolute;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #A50A02;
  border-color: #A50A02
}
.dot_time_line_detail:before {
  content: '';
  display: inline-block;
  background: #A50A02;
  border-radius: 50%;
  width: 12px;
  height: 12px
}
.content_time_line_detail {
  position: relative;
  margin-left: 30px;
  margin-top: -4px
}
.hours_time_line_detail {
  color: #A50A02 !important;
  font-size: 18px;
  font-weight: 800
}
.sub_time_line_detail {
  background: #f6f6f6;
  padding: 10px 15px;
  margin: 13px 0
}
.tag_top_head {
  border-radius: 40px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  margin: 6px;
  background: #fff
}
.tag_top_head img {
  margin-right: 5px
}
.icon_top_right {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 11px
}
.icon_top_right a {
  margin-left: 15px
}
.list_news_hot {
  height: 650px
}
.list_news_hot li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-right: 10px
}
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0
}
.scroll-element {
  display: none
}
.scroll-element, .scroll-element div {
  box-sizing: content-box
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block
}
.scroll-element .scroll-arrow, .scroll-element .scroll-bar {
  cursor: default
}
.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: 0;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0
}
.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 6px
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden
}
.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px
}
.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_track {
  opacity: .4
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: none
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191
}
.fix_slide_one {
  display: block
}
.item_slide_one {
  margin-right: 20px;
  width: 260px
}
.fix_slide_one .slick-next, .fix_slide_one .slick-prev {
  top: 80px
}
.bg_hot {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  background: #A50A02;
  padding: 7px 15px 4px;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  position: relative;
  margin: auto
}
.bg_hot:hover {
  color: #fff;
  text-decoration: underline
}
.title_hot {
  text-align: center;
  border-bottom: 3px solid #A50A02
}
.line_bg {
  background: url(../images/pattern.png);
  height: 9px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px
}
.thumb225x150 {
  width: 225px;
  height: 150px
}
.box_video_home {
  background: #333
}
.head_video_home {
  background: #444;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 14px
}
.col60per {
  width: 52%
}
.col40per {
  width: calc(100% - (52% + 20px))
}
.content_video_home {
  padding: 15px
}
.list_thumb_video_home {
  height: 400px
}
.list_thumb_video_home li {
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  margin-bottom: 10px
}
.list_thumb_video_home .title_thumb_square {
  width: calc(100% - 90px);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
  max-height: 58px;
  display: block;
  overflow: hidden
}
.box_trend_news {
  background: #f2f2f2;
  border-top: 3px solid #A50A02;
  padding: 15px
}
.menu_right_bottom {}
.menu_right_bottom a {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin: 0 20px;
  font-size: 12px
}
.list_menu_main a {
  float: none;
  display: block
}
.list_menu_main a:hover {
  background-color: #76a733 !important;
  -webkit-transition: all .2s ease 0s;
  -khtml-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}
.item_list_menu_main {
  position: relative
}
.item_list_menu_main:hover .sub_list_menu_main {
  opacity: 1;
  visibility: visible;
  top: 100%
}
.sub_list_menu_main {
  position: absolute;
  top: 100%;
  background: #840802;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 20px);
  transition-duration: .2s;
  transition-property: opacity, top, visible;
  transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.item_list_menu_main:hover {
  -webkit-transition: all .2s ease 0s;
  -khtml-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}
.item_list_menu_main:hover > a:not(.icon_home) {
  background: #840802;
}
.menu_main .sub_list_menu_main a {
  float: none;
  white-space: nowrap;
  padding: 3px 15px;
  text-transform: capitalize;
  display: block;
  min-width: 170px;
  line-height: 35px
}
.sub_list_menu_main a:hover {
  text-decoration: underline
}
.sub_list_menu_main .item_list_menu_main {
  border-bottom: 1px dashed rgba(255, 255, 255, .2)
}
.sub_list_menu_main .item_list_menu_main:last-child {
  border-bottom: none
}
.bread_cump {
  border-bottom: 1px solid #ddd
}
.list_bread_cump a {
  display: inline-block;
  padding: 10px 0;
  margin-right: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -1px
}
.list_bread_cump a.active, .list_bread_cump a:hover {
  color: #a50a02;
  border-bottom: 2px solid #a50a02;
}
.list_news_cate {
  height: 420px
}
.view_more {
  background: #A50A02;
  border-radius: 40px;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: 700
}
.view_more:hover {
  color: #fff;
  background: #A50A02b3
}
.author-share-top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px
}
.social_share_post > li {
  display: block;
  position: relative;
  margin-bottom: 15px
}
.social_share_post li svg {
  fill: #666
}
.social_share_post li:hover a {
  border: 2px solid #A50A02
}
.social_share_post li:hover svg {
  fill: #A50A02
}
.social_share_post > li > a {
  width: 32px;
  height: 32px;
  font-size: 21px;
  display: block;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  border: 2px solid #666;
  line-height: 32px;
  border-radius: 50px
}
.sharezalo > a {
  color: #03a5fa
}
.linkshare {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 100%;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  border-radius: 0 3px 3px 0;
  margin-left: 10px;
  display: none;
  z-index: 2
}
.sharezalo > .linkshare {
  background-color: #03a5fa
}
.sharefb > a {
  color: #306199
}
.sharefb > .linkshare {
  background-color: #306199
}
.social_share_post {
  position: sticky;
  top: 60px;
  z-index: 88
}
.social_share_post > li:hover .linkshare {
  display: block
}
.sharezalo > .linkshare:before {
  border-right-color: #03a5fa
}
.linkshare:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid;
  position: absolute;
  right: 100%;
  top: 0
}
.sharefb > .linkshare:before {
  border-right-color: #306199
}
i.icon-zalo {
  background: url(../img/icon-zalo.png) no-repeat center center;
  background-size: 85%;
  display: block;
  width: 32px;
  height: 32px
}
.social_share_post > li.sharezalo a {
  background: #008fe6
}
.icon_fb_detail {
  background: url(../images/icon-fb.png) no-repeat center center;
  width: 9px;
  height: 21px;
  display: inline-block;
  background-size: auto 100%;
  margin: 5px 0
}
.content-detail-right {
  width: calc(100% - 70px)
}
.news-relation-top-detail {
  margin: 15px 0;
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 15px 0
}
.news-relation-top-detail li {
  position: relative;
  padding-left: 15px !important;
  margin-bottom: 7px !important;
  list-style: none !important;
  line-height: 3px;
  margin-left: 0 !important
}
.news-relation-top-detail ul {
  margin-left: 0 !important
}
.news-relation-top-detail li:before {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #ef4136;
  content: '';
  position: absolute;
  top: 6px;
  left: 0
}
.news-relation-top-detail li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0
}
.news-relation-top-detail li a {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  font-family: San
}
.news-relation-top-detail li a:hover {
  color: #ef4136
}
.news-relation-top-detail label {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block
}
.details__content * {
  font-size: 16px;
  line-height: 24px;
  color: #333
}
.details__content .full-img, .details__content div, .details__content p {
  margin-bottom: 20px
}
.details__content .full-img, .details__content div {
  margin-bottom: 0
}
.details__content h2, .details__content h2 strong {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 33px
}
.tags-detail span.tgname {
  font-weight: 900;
  color: #333;
  float: left;
  margin: 5px 10px 5px 0;
  font-size: 13px
}
.list-tags-detail .item-tags-detail {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px
}
.list-tags-detail .item-tags-detail a {
  padding: 5px 20px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  background: #e4e4e4;
  color: #333;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 51px;
  transition: background .3s, color .3s;
  -webkit-transition: background .3s, color .3s;
  -moz-transition: background .3s, color .3s
}
.list-tags-detail .item-tags-detail a:hover {
  background: #A50A02;
  color: #fff
}
.link-source-name {
  font: 600 12px/14px San;
  color: #888;
  box-sizing: border-box;
  background: #f2f2f2;
  border-radius: 100px;
  padding: 9px 11px;
  display: block;
  height: 25px;
}
.link-source-name:hover {
  color: inherit
}
.btn-copy-link-source2 {
  font-size: 11px;
  cursor: pointer
}
.link-source-detail {
  display: none;
  background: rgba(0, 0, 0, .9);
  border-radius: 6px;
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 50px;
  padding: 10px 12px
}
.link-source-detail .sourcelinktop {
  display: flex;
  justify-content: space-between
}
span.link-source-detail-title {
  color: rgba(255, 255, 255, .8);
  font: normal 10px/11px Arial
}
.btn-copy-link-source {
  display: block;
  color: rgba(255, 255, 255, .8);
  margin-left: 20px;
  font: normal 10px/11px San;
  cursor: pointer;
  float: right;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 4px;
  padding: 1px 6px;
  top: -2px;
  position: relative
}
span.btn-copy-link-source {
  float: right;
  font: normal 10px/11px San;
  color: #fff;
  cursor: pointer
}
span.link-source-full {
  font: normal 11px/15px Arial;
  color: #fff;
  display: block;
  margin-top: 5px;
  word-break: break-word
}
span.link-source-full {
  border: 1px solid #fff;
  padding: 2px 6px;
  border-radius: 6px
}
span.link-source-full.active {
  background: #aaa
}
.link-source-detail .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, .9);
  position: absolute;
  bottom: -10px;
  right: 16px
}
.btn-copy-link-source.disable {
  opacity: .3
}
.view_date {
  display: block;
  width: 70px;
  height: 26px;
  font-weight: 900;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: none;
  outline: 0;
  background: #777;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  transition: background .3s;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  cursor: pointer
}
.slt_date {
  height: 26px;
  padding: 0 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 5px
}
.box_player_video {
  height: 395px
}
.bg_300 {
  background: #242424
}
.video_hot_detail {
  padding: 20px 0
}
.list_video_hot_detail {
  height: 600px
}
.list_video_hot_detail li {
  padding: 10px 15px
}
.list_video_hot_detail li a {
  color: #fff
}
.list_video_hot_detail li.active, .list_video_hot_detail li:hover {
  background: #333
}
.view_more_video {
  background: #464646;
  color: #bbb;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 15px;
  border-radius: 5px
}
.view_more_video:hover {
  background: #A50A02;
  color: #fff
}
.list_video_main .col300 {
  background: #fff;
  padding: 20px
}
.list_video_main li {
  margin-bottom: 40px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  background: #f6f6f6
}
.list_video_main li .col_play {
  width: calc(100% - 300px)
}
.tag_list_video a {
  border: 1px solid #ddd;
  padding: 3px 10px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #999;
  margin-right: 7px
}
.tag_list_video a:hover {
  border-color: #A50A02;
  color: #A50A02
}
.col_play {
  height: 410px
}
.bg_event_detail {
  background: #A50A02;
  padding: 1px 10px;
  color: #fff;
  border-radius: 3px
}
.bg_event_detail:hover {
  color: #fff;
  text-decoration: underline
}
.back_topic {
  background: #fff;
  padding: 5px 10px;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #4f4f4f
}
.back_topic:hover {
  background: #f6f6f6
}
.fix_slide_one {
  display: block;
  position: relative
}
.stickyleft {
  width: 120px;
  height: 300px;
  position: fixed;
  top: 420px;
  left: 60px
}
.stickyright {
  width: 120px;
  height: 300px;
  position: fixed;
  top: 420px;
  right: 60px
}
.details__content em {
  font-style: italic
}
.news-relation-thumb {
  background: #f2f2f2;
  padding: 10px;
  margin-top: 20px
}
.news-relation-thumb ul li {
  background: #fff;
  padding: 10px;
  border: none;
  margin-bottom: 10px
}
.news-relation-thumb ul li:last-child {
  margin-bottom: 0
}
.news-relation-thumb .fs14 {
  font-size: 14px !important
}
.share_btn {
  border: 2px solid #1976d2;
  border-radius: 60px;
  text-align: center;
  padding: 4px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #1976d2;
  text-transform: uppercase;
  margin: 15px auto;
  display: inline-block
}
.share_btn img {
  height: 25px
}
.box_bg_white {
  background: #fff;
  padding: 20px;
  border-radius: 5px
}
.list_top_home li {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 13px;
  padding-bottom: 13px
}
.list_top_home li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}
.time_bg {
  background: url(../images/line_wave.svg) no-repeat top left;
  padding-top: 10px;
  background-size: 23px auto
}
.tit_in_thumb .time_bg {
  background: url(../images/line_wave_white.svg) no-repeat top left;
  padding-top: 15px;
  background-size: 23px auto
}
.bg_pink_thumb:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: #ee3ba5;
  background: -webkit-linear-gradient(bottom, rgba(238, 59, 165, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(238, 59, 165, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, rgba(238, 59, 165, 0.7) 0%, rgba(255, 255, 255, 0) 100%)
}
.tit_in_thumb {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #fff
}
.head_box {
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px
}
.head_box a {
  padding: 8px 15px;
  display: inline-block;
  background: #a50a02;
  background-size: auto 100%;
  padding-right: 15px;
  position: relative;
  z-index: 9;
  color: #fff;
}
.head_box:before {
  position: absolute;
  height: 1px;
  width: 100%;
  display: block;
  content: '';
  background: #a50a02;
  bottom: 0;
}
.col70per {
  width: 66.6%
}
.desc_352 {
  width: calc(100% - 352px)
}
.bg_box_trend {
  background: url(../images/bg_box.jpg) center bottom;
  background-size: cover;
  height: 240px;
  color: #fff;
  padding: 20px;
  text-align: center
}
.bg_box_trend a {
  color: #fff
}
.bg_box_trend .time_bg {
  background: url(../images/line_wave_white.svg) center top no-repeat;
  padding-top: 30px
}
.head_box_right {
  text-align: center;
  position: relative;
  margin-bottom: 15px
}
.head_box_right:after {
  height: 2px;
  background: #9c2063;
  background: -webkit-linear-gradient(left, rgba(156, 32, 99, 1) 0%, rgba(223, 23, 114, 1) 51%, rgba(255, 185, 0, 1) 100%);
  background: -o-linear-gradient(left, rgba(156, 32, 99, 1) 0%, rgba(223, 23, 114, 1) 51%, rgba(255, 185, 0, 1) 100%);
  background: linear-gradient(to right, rgba(156, 32, 99, 1) 0%, rgba(223, 23, 114, 1) 51%, rgba(255, 185, 0, 1) 100%);
  content: '';
  display: block;
  margin-top: 10px
}
.head_box_right span {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #a50a02;
}
.list_thumb_square .bg_box_trend {
  height: auto
}
.bg_time_video {
  background: url(../images/play_button.svg) left center no-repeat rgba(0, 0, 0, .4);
  background-size: auto 100%;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 35px;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  padding-right: 10px
}
.box_bg_KOL {
  background: url(../images/bg_top_kol.svg) bottom right no-repeat #fffafd;
  padding-bottom: 13px
}
.btn_more_kol {
  background: url(../images/arrow_more.svg) right center no-repeat;
  background-size: auto 9px;
  font-size: 12px;
  text-transform: uppercase;
  left: 10px;
  display: block;
  padding-right: 25px
}
.thumb40x40 {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px
}
.number_KOL {
  font-size: 18px
}
.list_KOL li {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px
}
.list_KOL li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0
}
.list_KOL li:nth-child(1) .number_KOL {
  color: #A50A02;
  font-weight: 600
}
.list_KOL li:nth-child(2) .number_KOL {
  color: #fea113;
  font-weight: 600
}
.footer_top {
  background: #DDDDDD;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border-color: #A50A02 transparent transparent transparent
}
.lds-ring div:nth-child(1) {
  animation-delay: -.45s
}
.lds-ring div:nth-child(2) {
  animation-delay: -.3s
}
.lds-ring div:nth-child(3) {
  animation-delay: -.15s
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
:root {
  --white: #ffffff;
  --light: #f0eff3;
  --black: #000000;
  --dark-blue: #1f2029;
  --dark-light: #353746;
  --red: #da2c4d;
  --yellow: #f8ab37;
  --grey: #ecedf3
}
[type=checkbox]:checked, [type=checkbox]:not(:checked), [type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
.checkbox:checked + label, .checkbox:not(:checked) + label {
  position: relative;
  width: 55px;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: 8px 0;
  height: 9px;
  border-radius: 5px;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  z-index: 100 !important
}
.checkbox:checked + label:before, .checkbox:not(:checked) + label:before {
  position: absolute;
  font-family: unicons;
  cursor: pointer;
  top: -7px;
  z-index: 2;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear
}
.checkbox:not(:checked) + label:before {
  content: "\eb8f";
  left: 0;
  color: #fff;
  background: #ffb900;
  background: -webkit-linear-gradient(277deg, rgba(255, 185, 0, 1) 0%, rgba(223, 23, 114, 1) 51%, rgba(156, 31, 99, 1) 100%);
  background: -o-linear-gradient(277deg, rgba(255, 185, 0, 1) 0%, rgba(223, 23, 114, 1) 51%, rgba(156, 31, 99, 1) 100%);
  background: linear-gradient(7deg, rgba(255, 185, 0, 1) 0%, rgba(223, 23, 114, 1) 51%, rgba(156, 31, 99, 1) 100%)
}
.checkbox:checked + label:before {
  content: '\eac1';
  left: 30px;
  color: var(--grey);
  background-color: var(--dark-light);
  box-shadow: 0 4px 4px rgb(0 0 0/15%), 0 0 0 1px rgb(26 53 71/7%)
}
.player_video {
  border-radius: 0;
  overflow: hidden
}
.content_detail_images {
  margin: 50px 0
}
.social_share_images_detail > li {
  position: relative;
  margin: 0 5px
}
.social_share_images_detail > li > a {
  width: 32px;
  height: 32px;
  font-size: 21px;
  display: block;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  border: 2px solid #666;
  line-height: 32px;
  border-radius: 50px
}
.social_share_images_detail li svg {
  fill: #666
}
.social_share_images_detail li:hover {
  color: #A50A02
}
.social_share_images_detail li:hover a {
  border: 2px solid #A50A02
}
.social_share_images_detail li:hover svg {
  fill: #A50A02
}
.d-inline-block {
  display: inline-block
}
.embed-responsive-video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}
.embed-responsive-video::before {
  padding-top: 56.25%;
  display: block;
  content: ""
}
.embed-responsive-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.content_gallery_images {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden
}
.detail_images_gallery {
  padding: 30px 20px;
  width: 300px;
  max-height: 650px
}
.detail_images_gallery #content_detail_news {
  max-height: 360px;
  overflow-y: auto
}
.gallery_images {
  background: #252525;
  height: 650px;
  max-width: 820px;
  padding: 10px
}
.gallery_images img {
  display: inline-block !important;
  max-height: 650px
}
.slide_gallery_images {
  height: 650px
}
.item_slide_gallery_images {
  height: 630px !important;
  text-align: center;
  position: relative
}
.info_gallery {
  background: #252525bd;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  color: #fff;
  text-align: left
}
.flex-reverse {
  flex-direction: row-reverse
}
.block_mb {
  display: none !important
}
.none_mb {
  display: block !important
}
.menu_mobile {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: -100%;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  width: 100%;
  z-index: 999
}
.box_media {
  background: #08274E;
  padding: 10px 20px 20px 20px;
  border-top: 3px solid #E50019
}
.box_media * {
  color: #fff
}
ul.tabs {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #079a4a;
}
ul.tabs li {
  background: none;
  color: #079a4a;
  display: inline-block;
  padding: 6px 15px 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
}
ul.tabs li.current {
  background: #079a4a;
  color: #fff;
}
.tab-content {
  display: none;
}
.tab-content.current {
  display: inherit;
}
.top_bar {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
}
.link-source {
  font-style: italic;
  margin-top: 2%;
  display: block;
  text-align: right
}
.link-source-wrapper {
  width: auto;
  display: inline-block !important;
  box-sizing: border-box;
  position: relative;
}
.link-source-name {
  font: 600 12px/14px Arial;
  color: #888;
  box-sizing: border-box;
  background: #ddd;
  border-radius: 100px;
  padding: 9px 11px;
  display: block
}
.link-source-name span {
  color: #444
}
.link-source-name span, span.link-source-detail-title {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}
.link-source-name svg {
  position: relative;
  top: 2px
}
.link-source-detail {
  display: none;
  background: rgba(0, 0, 0, .9);
  border-radius: 6px;
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 50px;
  padding: 10px 12px
}
.link-source-detail.show {
  display: block;
}
.link-source-detail .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, .9);
  position: absolute;
  bottom: -10px;
  right: 16px
}
.link-source-detail .sourcelinktop {
  display: flex;
  justify-content: space-between
}
span.link-source-detail-title {
  color: rgba(255, 255, 255, .8) !important;
  font: normal 10px/11px Arial !important
}
.main-content-detail .footer-content .link span {
  color: #000 !important;
}
.main-content-detail .footer-content .link span.btn-copy-link-source {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .8) !important;
  padding: 2px 5px !important;
  background: none !important;
  border-radius: 5px;
}
.link-source-full, a.link-source-full, span.link-source-full {
  font: normal 11px/15px Arial;
  color: #fff;
  display: block;
  margin-top: 5px;
  word-break: break-word;
  text-align: left;
  cursor: pointer;
}
span.btn-copy-link-source {
  float: right;
  font: normal 10px/11px Arial;
  color: #fff;
  cursor: pointer
}
span.btn-copy-link-source svg {
  position: relative;
  top: 1px
}
.link-source-name .btn-copy-link-source {
  display: none
}
.is-web {
  display: block
}
.is-mob {
  display: none
}
.link-source-name .btn-copy-link-source2 {
  display: block;
  color: #333;
  margin-left: 20px
}
span.btn-copy-link-source2 svg {
  position: relative;
  top: 1px
}
.btn-copy-link-source2 {
  display: block;
  color: rgba(255, 255, 255, .8);
  margin-left: 20px;
  font: normal 10px/11px Arial;
  cursor: pointer;
  float: right
}
.btn-copy-link-source {
  display: block;
  color: rgba(255, 255, 255, .8);
  margin-left: 20px;
  font: normal 10px/11px Arial;
  cursor: pointer;
  float: right;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 4px;
  padding: 1px 6px;
  top: -2px;
  position: relative
}
.link-source-full, a.link-source-full, span.link-source-full {
  border: 1px solid #fff;
  padding: 2px 6px;
  border-radius: 6px
}
.btn-copy-link-source.disable {
  opacity: .3
}
.link-source-full.active, a.link-source-full.active, span.link-source-full.active {
  background: #aaa
}
.knswlic-welax .VCSortableInPreviewMode > div {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0
}
.footer_bottom {}
.footer_bottom_left {
  width: 300px;
  line-height: 20px;
  padding-right: 20px;
  border-right: 1px dotted #666
}
.footer_bottom_left img {
  max-width: 220px;
  mix-blend-mode: multiply;
}
.footer_bottom_right {
  width: calc(100% - 330px);
  margin-left: 30px;
  line-height: 28px
}
.slide_news_top {
  margin-right: -20px
}
.item_slide_news_top {
  margin-right: 20px
}

.sub_cate_home a {
  background: none;
  text-transform: none;
  color: #555;
  font-weight: 600;
  font-size: 14px
}
.sub_cate_home a:hover {
  color: #a50a02
}
.right_head {
  flex: 1;
  min-width: 0;
}
.left_head {
  width: max-content; /* hoặc không cần khai báo */
  flex-shrink: 0;
}
.over_scroll {
  white-space: nowrap;
  width: 100%;
  overflow: auto;
  text-align: right;
}
.bread_cump .over_scroll {
  text-align: left
}
.bread_cump .over_scroll a {
  padding: 0 15px
}
@media only screen and (max-width:768px) {
  .news_top_main {
    flex-direction: column-reverse
  }
  .list_two_news_top .col30per {
    display: flex;
    margin-bottom: 15px;
  }
  .list_two_news_top .col30per div {
    margin-top: 0 !important;
  }
  .list_two_news_top .col30per img {
    max-width: 115px;
    margin-right: 15px;
  }
  .is-web {
    display: none
  }
  .is-mob {
    display: block
  }
  .link-source-wrapper {
    float: none
  }
  .link-source-name {
    width: 100%
  }
  .link-source-name .btn-copy-link-source {
    display: block;
    float: right;
    color: #aaa
  }
  .popup-source-container {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    display: none;
    background-color: rgba(22, 22, 22, .5)
  }
  .popup-source {
    position: relative;
    margin: 0 auto;
    top: 25%;
    width: auto;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    margin: 0 10px
  }
  .popup-source .link-source-full {
    padding: 12px 18px;
    margin-top: 0;
    font-size: 14px;
    line-height: 18px
  }
  .popup-source .link-source-detail-title {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px 10px 0 0;
    font: normal 12px/14px SFSemiBold;
    color: #fff;
    padding: 12px;
    text-align: center
  }
  .show-org-link .popup-source-container {
    display: block
  }
}
@media screen and (max-width:1350px) {
  .container_head {
    padding: 6px 15px;
  }
}
@media screen and (max-width:1280px) {
  .menu_main .nav_center a {
    padding: 0 12px
  }
  .col615 {
    width: calc(100% - 320px)
  }
}
@media screen and (max-width:1150px) {
  .container {
    padding: 0 15px
  }
  .col310 {
    width: calc(100% - 470px)
  }
  .thumb150x100 {
    width: 100px;
    height: 70px
  }
  .desc_list_top_home {
    width: calc(100% - 115px)
  }
  .menu_main .nav_center a {
    padding: 0 10px
  }
  .content_gallery_images .flex-one {
    width: calc(100% - 300px)
  }
}
@media screen and (max-width:1090px) {
  .news_focus .mb40 {
    margin-bottom: 15px !important
  }
  .list_top_home .thumb150x100 {
    display: none
  }
  .desc_list_top_home {
    width: 100%;
    margin-left: 0
  }
  .menu_main .nav_center a {
    padding: 0 5px
  }
}
@media screen and (max-width:1024px) {
  .logo_main img {
    height: 30px
  }
  .col615 {
    width: 100%
  }
  .col300.ml20 {
    margin-left: 0
  }
  .block_mb {
    display: block !important
  }
  .none_mb {
    display: none !important
  }
  .menu_main {
    background: #fff;
    border-bottom: 1px solid #A50A02
  }
  .button_menu_mb {
    width: 30px;
    height: 44px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
  }
  .button_menu_mb span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #a50a02;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
  }
  .button_menu_mb.open span {
    /* background: #fff; */
  }
  .button_menu_mb span:nth-child(4) {
    top: 28px
  }
  .button_menu_mb span:nth-child(2), .button_menu_mb span:nth-child(3) {
    top: 19px
  }
  .button_menu_mb span:nth-child(1) {
    top: 10px
  }
  .button_menu_mb.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
  }
  .button_menu_mb.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .button_menu_mb.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .button_menu_mb.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
  }
  .menu_mobile .list_tag_top_head {
    display: block;
    padding: 10px;
    width: 100%;
    margin: 0;
    text-align: center
  }
  .menu_mobile.active {
    top: 44px;
    background: #f0f0f0;
    height: calc(100vh - 44px);
    visibility: visible;
    opacity: 1;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    overflow-y: auto;
    width: 100%;
    z-index: 999
  }
  .menu_mobile .bg_category-popup {
    background: #fff;
    padding: 10px 0;
    position: relative;
    z-index: 9
  }
  .menu_mobile .icon_social {
    margin-right: -1px
  }
  .menu_mobile .footer_top {
    padding: 15px
  }
  .menu_mobile .menu_right_bottom {
    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;
    text-align: left;
    border-top: 0;
    margin-top: 0;
    padding-top: 0
  }
  .menu_mobile .menu_right_bottom a {
    width: 50%;
    margin: 15px 0;
    padding: 0 5px;
    font-size: 15px
  }
  .list_menu_main {
    display: none
  }
  .col810 {
    width: 100%;
    margin-right: 0
  }
  .col300 {
    width: 100%;
    margin-right: 0
  }
  .thumb150x100 {
    width: 115px;
    height: 80px
  }
  .list_top_home .thumb150x100 {
    display: block
  }
  .desc_list_top_home {
    width: calc(100% - 135px);
    margin-left: 10px
  }
  .list_tag_top_head {
    display: none
  }
  .col70per {
    width: 100%
  }
  .col30per .list_top_home .thumb150x100 {
    display: none
  }
  .col30per .list_top_home .desc_list_top_home {
    width: 100%;
    margin-left: 0
  }
  .col30_last {
    width: 100%;
    margin-top: 20px
  }
  .col30_last .list_top_home {
    border-top: 1px dashed #ddd;
    padding-top: 20px
  }
  .col30_last .list_top_home .fs14 {
    font-size: 20px;
    line-height: 26px
  }
  .col30_last_tit {
    width: 100%;
    display: flex;
    margin: 0 -10px;
    margin-top: 20px
  }
  .col30_last_tit .col50per_last_tit {
    width: 50%;
    margin: 0 10px
  }
  .col30_last_tit .col50per_last_tit .list_top_home .fs14 {
    font-size: 20px;
    line-height: 26px
  }
  .col30_last_tit .col50per_last_tit .mb20 {
    margin-bottom: 0 !important
  }
  .list_thumb_square li .fs14 {
    font-size: 18px;
    line-height: 24px
  }
  .col30per .list_top_home .desc_list_top_home .fs14 {
    font-size: 16px;
    line-height: 20px
  }
  .z-bigger {
    display: none
  }
  .content_gallery_images .flex-one {
    width: 100%
  }
  .gallery_images {
    width: 100%;
    max-width: inherit
  }
  .gallery_images {
    height: 600px
  }
  .gallery_images img {
    display: inline-block !important;
    max-height: 600px
  }
  .item_slide_gallery_images {
    height: 580px !important;
    text-align: center;
    position: relative
  }
  .detail_images_gallery {
    width: 100%;
    max-height: inherit
  }
  .detail_images_gallery #content_detail_news {
    max-height: inherit;
    overflow-y: auto
  }
}
@media screen and (max-width:768px) {
  .footer_bottom_left, .footer_bottom_right {
    width: 100%;
    line-height: 20px;
    border: none;
    margin: 0;
    text-align: center;
  }
  .footer_bottom_left img {
    width: 220px;
    margin: 0 auto 20px;
  }
  .top_bar {
    display: none
  }
  .footer_bottom .col50per {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
  }
  .box_bg_white {
    margin: 0 -15px;
    padding: 15px;
    border-radius: 0
  }
  .col615 {
    width: 100%
  }
  .thumb_focus {
    margin: 0;
    border-radius: 0
  }
  .news_focus .list_two_news img {
    display: none
  }
  .news_focus .list_two_news .col50per {
    width: 100%;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
    margin-top: 15px
  }
  .news_focus .list_two_news .tit_in_thumb {
    position: relative;
    color: #000;
    bottom: inherit;
    right: inherit;
    left: inherit;
    font-size: 18px;
    line-height: 24px
  }
  .news_focus .bg_pink_thumb:before {
    display: none
  }
  .col310 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0
  }
  .news_focus .mb40 {
    margin-bottom: 0 !important
  }
  .news_focus .list_two_news {
    margin-top: 0 !important
  }
  .thumb_focus_cate {
    margin: 0;
    border-radius: 0
  }
  .menu_right_bottom a {
    margin: 5px 5px;
  }
  .logo_main:after {
    height: 44px;
    width: 60px;
    position: absolute;
    content: '';
    display: inline-block;
    bottom: 0;
    right: -48px;
    background-size: auto 100%
  }
  .link_logo {
    padding: 4px 0;
    display: inline-block;
    position: relative;
    z-index: 99
  }
  .logo_main:before {
    height: 44px;
    background: #fff;
    width: 100vw;
    position: absolute;
    left: -100vw;
    top: 0
  }
  .logo_main {
    position: absolute;
    margin-right: 30px;
    display: inline-block;
    top: 0;
    height: 44px;
    z-index: 9998
  }
  .logo_main img {
    height: 30px
  }
  .desc_352 {
    width: 100%
  }
  .col25per {
    width: 100%
  }
  .bg_box_trend {
    height: auto
  }
  .time_bg {
    display: none
  }
  .thumb225x150 {
    width: 115px;
    height: 80px
  }
  .sapo_thumb_news {
    display: none
  }
  .desc_list_news_home {
    width: calc(100% - 130px);
    margin-left: 15px
  }
  .list_news_home .fs20 {
    font-size: 16px
  }
  .desc_list_top_home .fs14 {
    font-size: 16px;
    line-height: 20px
  }
  .col40per {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px
  }
  .col60per {
    width: 100%
  }
  .list_thumb_square li .fs14 {
    font-size: 16px;
    line-height: 20px
  }
  .col30per {
    width: 100%;
    margin-bottom: 20px
  }
  .col25per img {
    max-width: 115px;
    margin-right: 15px
  }
  .list_two_news .col25per {
    display: flex;
    margin-bottom: 15px
  }
  .list_two_news .col25per div {
    margin-top: 0 !important
  }
  .list_two_news .col25per .fs14 {
    font-size: 16px;
    line-height: 20px
  }
  .thumb130x90 {
    width: 115px;
    height: 80px
  }
  .title_thumb_square {
    width: calc(100% - 130px)
  }
  .list_thumb_square .bg_pink_thumb {
    width: 100%
  }
  .list_thumb_square .bg_pink_thumb img {
    width: 100%
  }
  .col40per .bg_pink_thumb {
    height: 230px
  }
  .col30per .bg_pink_thumb {
    height: 230px
  }
  .list_thumb_square .bg_pink_thumb {
    height: 230px
  }
  .col40per .bg_pink_thumb img {
    object-fit: cover
  }
  .col30_last_tit {
    display: block
  }
  .col30_last_tit .col50per_last_tit {
    width: 100%;
    margin-bottom: 20px
  }
  .category-popup .bg_category-popup {
    background: #fff;
    padding: 10px 0;
    position: relative;
    z-index: 9
  }
  .content-detail-left {
    text-align: center;
    display: block;
    width: 100%
  }
  .social_share_post {
    position: relative;
    top: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px
  }
  .social_share_post li {
    display: flex;
    align-items: center;
    margin: 0 5px 15px
  }
  .content-detail-right {
    width: 100%;
    margin-left: 0
  }
  .social_share_post > li > a {
    margin: 0 5px
  }
  .head_box:after {
    width: 91%
  }
  .content_detail_images {
    margin: 30px 0
  }
  .gallery_images {
    height: 480px !important
  }
  .slide_gallery_images {
    height: 480px
  }
  .gallery_images img {
    display: inline-block !important;
    max-height: 480px
  }
  .item_slide_gallery_images {
    height: 460px !important;
    text-align: center;
    position: relative
  }
  .list_auto .col25per {
    display: block
  }
}
.list_two_news .col50per {
  padding: 0 10px;
}
.pda10 {
  padding: 10px
}
.list_video_youtube .head_box_right {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
.list_video_youtube .head_box_right img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.list_video_youtube .thumbblock {
  margin-bottom: 8px;
}
.list_video_youtube .icon-play {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
.head_box_right {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.head_box_right:after {
  height: 1px;
  background: #a50a02;
  content: '';
  display: block;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  bottom: -10px;
}
.list_video_youtube li {
  position: relative
}
.list_video_youtube li:after {
  content: '';
  background: #9c2063;
  background: -webkit-linear-gradient(left, rgba(156, 32, 99, 1) 0%, rgba(223, 23, 114, 1) 51%, rgba(255, 185, 0, 1) 100%);
  background: -o-linear-gradient(left, rgba(156, 32, 99, 1) 0%, rgba(223, 23, 114, 1) 51%, rgba(255, 185, 0, 1) 100%);
  background: linear-gradient(to right, rgba(156, 32, 99, 1) 0%, rgba(223, 23, 114, 1) 51%, rgba(255, 185, 0, 1) 100%);
  height: 1px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1px
}
.list_video_youtube li:last-child {
  padding-bottom: 10px;
  margin-bottom: 10px
}
.list_video_youtube .flex-one.fmedium.fs16.ml15 {
  margin-left: 0
}
.list_right_top_news_home {
  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;
}
.list_right_top_news_home li {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.list_right_top_news_home li .flex-one {
  padding: 10px 0
}
@media screen and (max-width: 1024px) {
  .list_green .mt10.flex-one {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
    margin-top: 0 !important
  }
  .list_green .thumb220x140 {
    width: 115px;
    height: 80px;
  }
  .list_right_top_news_home li {
    width: 100%;
    margin: 0;
  }
  .list_right_top_news_home li:nth-child(2n) {
    flex-direction: inherit;
  }
  .list_right_top_news_home li .flex-one {
    padding: 0 10px;
  }
  .list_right_top_news_home li .thumb190x125.ml10 {
    margin-left: 10px
  }
  .list_right_top_news_home li {
    margin-bottom: 15px
  }
  .list_right_top_news_home li .thumb190x125 {
    width: 35%;
    height: auto
  }
  .list_two_news .col50per {
    width: 100%
  }
  .list_video_youtube .w100per {
    width: auto
  }
  .list_video_youtube .flex-one.fmedium.fs16.ml15 {
    margin-left: 10px
  }
}
/*User Comment*/
.title_box {
  display: inline-block;
  position: relative;
  padding: 0 1rem;
  font-weight: bold;
  line-height: 15px;
  font-size: 16px;
  margin-bottom: 0
}
.title_box:before {
  display: block;
  content: '';
  position: absolute;
  width: 4px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #B42F34;
}
.number_cm_news {
  background: url(../images/comment.svg) right center no-repeat;
  padding-right: 30px;
  line-height: 23px;
}
.number_heart_news {
  background: url(../images/heart.svg) right center no-repeat;
  padding-right: 25px;
  margin-left: 15px;
  line-height: 23px;
}
.thumb_user_cm {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: url("../images/user.svg");
  background-size: 35px 35px;
  overflow: hidden;
  margin-right: 10px
}
.content_user_cm {
  background: #F5F7F8;
  border-radius: 10px;
  padding: 15px;
  width: calc(100% - 45px)
}
.like_number {
  background: url("../images/like_cm.svg") left center no-repeat;
  min-width: 14px;
  height: 14px;
  padding-left: 20px;
  display: inline-block
}
.like_number:hover {
  background: url("../images/like_cm_r.svg") left center no-repeat
}
.option_cm a {
  border-right: 1px solid #ddd;
  padding-right: 10px;
  margin-right: 10px
}
.option_cm a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none
}
.icon_rep_cm {
  background: url("../images/Reply.svg") left center no-repeat;
  min-width: 29px;
  height: 14px;
  display: inline-block
}
.icon_rep_cm:hover {
  background: url("../images/Reply_r.svg") left center no-repeat;
}
.icon_report {
  background: url("../images/Flag.svg") left center no-repeat;
  min-width: 24px;
  height: 15px;
  display: inline-block;
  background-size: auto 15px;
}
.icon_report:hover {
  background: url("../images/Flag_r.svg") left center no-repeat;
  background-size: auto 15px;
}
.btn_send_rep_cm {
  width: 25px;
  height: 19px;
  display: inline-block;
  background: url("../images/send_cm.svg") no-repeat;
  cursor: pointer;
  margin-left: 10px;
  border: none
}
.input_rep_cm {
  width: calc(100% - 80px);
  background: #F5F7F8;
  border-radius: 10px;
  padding: 3px
}
.box_rep_cm {
  margin-top: 15px;
  padding-top: 15px
}
.txt_rep {
  width: 100%;
  background: none;
  border: none;
  padding: 10px
}
.box_rep_cm_user {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-left: 45px;
  margin-top: 15px
}
.box_comment_two {
  margin: 20px 0 20px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.box_comment_two .content_user_cm {
  background: none;
  padding: 0
}
.list_user_rep_cm .box_comment_two:last-child {
  border-bottom: none
}
.list_user_rep_cm {
  margin-left: 45px;
  margin-bottom: 20px
}
.list_user_cm .clblue:hover {
  text-decoration: underline
}
.box_comment_one {
  margin-bottom: 15px
}
.btn_send_rep_cm {
  width: 25px;
  height: 19px;
  display: inline-block;
  background: url(../images/send_cm.svg) no-repeat;
  cursor: pointer;
  margin-left: 10px;
  border: none;
}
/*Login*/
.popup_login {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
.popup_login.active {
  display: block;
}
.bg_login {
  background: rgb(0 0 0 / 60%);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.content_popup_login {
  background: #fff;
  border-radius: 10px;
  padding: 20px 0 30px 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 600px;
}
.close_login {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  z-index: 9;
}
.close_login:hover {
  opacity: 1;
}
.close_login:before, .close_login:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}
.close_login:before {
  transform: rotate(45deg);
}
.close_login:after {
  transform: rotate(-45deg);
}
.login-tab > input, .login-tab section > div {
  display: none;
}
#tab1:checked ~ section .tab1, #tab2:checked ~ section .tab2 {
  display: block;
}
#tab1:checked ~ nav .tab1, #tab2:checked ~ nav .tab2 {
  color: red;
}
.login-tab {
  width: 600px;
  margin: 0 auto;
}
.login-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.login-tab ul li label {
  display: block;
  padding: 15px 25px;
  color: #999999;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.login-tab ul li label:hover {
  color: #B42F34;
}
.login-tab ul li label:active {
  background: #ffffff;
  color: #B42F34;
}
.login-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.login-tab section {
  clear: both;
}
.login-tab section .content_tab {
  padding: 20px 50px 0;
  max-width: 600px;
  background: #fff;
  line-height: 1.5em;
  color: #444;
}
#tab1:checked ~ nav .tab1 label, #tab2:checked ~ nav .tab2 label {
  background: white;
  color: #B42F34;
  position: relative;
}
#tab1:checked ~ nav .tab1 label:after, #tab2:checked ~ nav .tab2 label:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #B42F34;
  left: 0;
  bottom: -1px;
}
.tab_log li {
  width: 100%;
  text-align: center;
}
.tab_log {
  display: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  position: relative;
}
.title_login {
  text-align: center;
  position: relative
}
.title_login span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 3
}
.title_login:after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  background: #EEEEEE;
  top: 50%
}
.link_acc_social {
  background: #F2F2F2;
  border-radius: 5px;
  padding: 10px;
  width: 30%
}
.link_acc_social {
  align-items: center;
  justify-content: center
}
.link_acc_social span {
  display: inline-block;
  margin-left: 10px
}
.list_link_acc_social {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px
}
.txt_login {
  border: 1px solid #DDDDDD !important;
  padding: 13px 10px;
  border-radius: 5px;
  width: 100%;
  margin-top: 5px
}
.btn_forgot {
  text-decoration: underline;
  color: #006FC4
}
.btn_login_popup {
  background: #B42F34;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  ;
  display: block;
  margin: 15px 0;
  text-align: center;
  font-weight: bold
}
.btn_login_popup:hover {
  opacity: 0.8;
  color: #fff
}
.btn_update {
  background: #B42F34;
  border-radius: 5px;
  padding: 13px 15px;
  min-width: 230px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.link_blue {
  text-decoration: underline;
  color: #006FC4
}
.title_forgot_pw {
  color: #B42F34;
  font-size: 20px;
  padding: 8px 0 15px 0;
  border-bottom: 1px solid #B42F34;
  font-weight: bold;
  text-align: center
}
.content_forgot_pw {
  padding: 20px 50px 0;
  width: 600px;
}
.login-tab.hidden {
  display: none
}
.forgot_pw.active {
  display: block
}
.forgot_pw {
  display: none
}
.details__content figcaption,
.details__content figcaption * {
    text-align: center;
    font-style: oblique;
    color: #a50a02;
}

.details__content figure,
.details__content img{
  text-align: center;
}
#stickyBox.is-fixed {
    position: fixed;
    top: 20px;
    z-index: 100;
}