@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoeui/segoeui.ttf") format("ttf"), url("../fonts/segoeui/segoeuib.ttf") format("ttf"), url("../fonts/segoeui/segoeuii.ttf") format("ttf"), url("../fonts/segoeui/segoeuil.ttf") format("ttf"), url("../fonts/segoeui/segoeuisl.ttf") format("ttf"), url("../fonts/segoeui/segoeuiz.ttf") format("ttf"), url("../fonts/segoeui/seguibl.ttf") format("ttf"), url("../fonts/segoeui/seguibli.ttf") format("ttf"), url("../fonts/segoeui/seguili.ttf") format("ttf"), url("../fonts/segoeui/seguisb.ttf") format("ttf"), url("../fonts/segoeui/seguisbi.ttf") format("ttf"), url("../fonts/segoeui/seguisli.ttf") format("ttf");
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/arial/arialn.ttf") format("ttf"), url("../fonts/arial/arialnb.ttf") format("ttf"), url("../fonts/arial/arialnbi.ttf") format("ttf"), url("../fonts/arial/arialni.ttf") format("ttf");
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ;
}

a, a:link, a:visited {
  color: #253B45;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #C11201;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

canvas {
  cursor: pointer;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 600;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
input.error, textarea.error {
  border-color: #FF0000;
}

hr {
  width: 100%;
  margin: 10px auto;
  height: 1px;
  background-color: #d2d2d2;
}

sup {
  line-height: 0;
  font-size: 8pt;
}

dl, dd, dt {
  font-weight: normal;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

.color-white {
  color: #FFF;
}

.highlight {
  color: #C11201;
}

.no-data {
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both !important;
}

.hide {
  display: none !important;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #fff;
  position: relative;
  color: #253B45;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
}

.iframe-video {
  width: 100%;
  padding-top: 56.25% !important;
  position: relative;
}
.iframe-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.datepicker.dropdown-menu {
  padding: 0;
  z-index: 233 !important;
}
.datepicker.dropdown-menu .table td, .datepicker.dropdown-menu .table th {
  padding: 5px;
  font-size: 14px;
}
.datepicker.dropdown-menu .datepicker-months tbody tr td, .datepicker.dropdown-menu .datepicker-years tbody tr td {
  display: flex;
  flex-wrap: wrap;
}
.datepicker.dropdown-menu .datepicker-months tbody tr td span, .datepicker.dropdown-menu .datepicker-years tbody tr td span {
  width: 25%;
}

.plyr__video-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.button,
a.button {
  display: block;
  width: fit-content;
  padding: 10px 24px;
  background-color: rgba(37, 59, 69, 0.2);
  text-decoration: none;
  font-weight: 400;
  color: #253B45;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: none;
  border-radius: 18px;
  margin: auto;
}
.button:hover,
a.button:hover {
  color: #fff;
  border-color: #C11201;
  background-color: #c11201;
}

.bg-page {
  background-color: #f7fafd;
}

.bg-gray {
  background-color: #f5f8fa;
}

.section {
  padding: 20px 0;
}

.module {
  width: 100%;
  border: 0;
  margin: 0 auto;
  position: relative;
}

.module-header {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

.module-title {
  position: relative;
  padding: 0;
  width: fit-content;
  margin: auto;
  font-size: 18px;
  color: #253B45;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-title.text-left {
  margin-left: 0;
  align-items: flex-start;
}
.module-title.text-right {
  margin-right: 0;
  align-items: flex-end;
}

.module-content {
  padding: 0;
  position: relative;
}

.box {
  position: relative;
}

.box-header {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

.box-title {
  position: relative;
  width: fit-content;
  padding: 0 0 10px 0;
  margin: auto;
  font-size: 18px;
  color: #253B45;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-title.text-left {
  margin-left: 0;
  align-items: flex-start;
}
.box-title.text-right {
  margin-right: 0;
  align-items: flex-end;
}
.box-title.color-page {
  color: #C11201;
}
.box-title.no-cap {
  text-transform: none;
}
.box-title span {
  font-size: 22px;
}

.box-description {
  text-align: center;
  color: #C11201;
  font-size: 16px;
}

.heading {
  background-color: #253B45;
  background-image: url(../images/heading_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.heading .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.heading .container h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1;
}
.heading .container .content {
  position: relative;
  margin: 0;
  text-align: left;
  z-index: 2;
  text-transform: uppercase;
  font-size: 20px;
}
.heading .container .content a {
  color: #fff;
}
.heading .container .content a:hover {
  text-decoration: underline;
}
.heading .container .content span {
  line-height: 1.5;
}
.heading .container .content span.item_sep {
  opacity: 0.5;
  margin: 0 15px;
}

.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 15px 0 15px;
  text-align: left;
  z-index: 2;
  background: rgba(37, 59, 69, 0.05);
}
.breadcrumbs span.item_sep {
  opacity: 0.5;
  margin: 0 5px;
}
.breadcrumbs.brb-header {
  padding: 25px 0;
}
.breadcrumbs.brb-header .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.breadcrumbs.brb-header .breadcrumbs-header {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.more {
  position: relative;
  height: auto;
}
.more .loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}
.more .readmore {
  text-align: center;
  padding: 0 0 15px 0;
}

#loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9;
}
#loading img {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.notice {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 15px 20px;
  margin: 0;
  text-shadow: initial;
  text-align: left;
  border: 1px solid #dcdcdc;
  color: #253B45;
}
.notice.success {
  border-left: 3px solid #7ad03a;
  background: #f8fdf5;
}
.notice.info {
  border-left: 3px solid #02a0d2;
  background: #f2fafd;
}
.notice.error {
  border-left: 3px solid #bf0000;
  background: #fdf5f5;
}
.notice.warning {
  border-left: 3px solid #ff5722;
  background: #fff2ed;
}

.fblike {
  text-align: left;
  padding: 10px 0;
}

.social-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.social-date .fblike {
  text-align: left;
}
.social-date span.published {
  position: relative;
}
.social-date span.published .fa {
  margin-right: 5px;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slick-slider {
  margin: 0;
  height: 100%;
}
.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
}
.slick-slider > button {
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: rgba(193, 18, 1, 0.3);
  top: calc(50% - 15px);
}
.slick-slider > button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 20px;
  line-height: 1.1 !important;
}
.slick-slider > button.slick-prev:before {
  content: "\f053";
}
.slick-slider > button.slick-next:before {
  content: "\f054";
}
.slick-slider > button:hover, .slick-slider > button:focus {
  background-color: #c11201;
}
.slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
.slick-slider .slick-dots li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  background-color: #b3b3b3;
  border-radius: 10px;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active {
  width: 40px;
}
.slick-slider .slick-dots li.slick-active button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li.slick-active button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #797979;
  width: 40px;
}
.slick-slider .slick-prev {
  left: -10px;
}
.slick-slider .slick-next {
  right: -10px;
}

.slide-for {
  background: #dedede;
  overflow: hidden;
  margin: 0 !important;
}
.slide-for p,
.slide-for div,
.slide-for img {
  margin: 0 !important;
}
.slide-for .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide a {
  display: block;
  width: 100%;
  height: 75%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.slide-for .slick-list .slick-track .slick-slide a img {
  visibility: hidden;
}
.slide-for button {
  top: calc(100% - 50px);
  width: 50px !important;
  height: 50px !important;
  margin: 0;
  background-color: rgba(193, 18, 1, 0.7);
}
.slide-for button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
}
.slide-for button:hover, .slide-for button:focus {
  background-color: #c11201;
}
.slide-for button.slick-next {
  right: 0;
}
.slide-for button.slick-next:before {
  content: "\f054";
}
.slide-for button.slick-prev {
  left: calc(100% - 100px);
}
.slide-for button.slick-prev:before {
  content: "\f053";
}

.slide-nav {
  height: 150px;
  overflow: hidden;
  margin: 0 !important;
}
.slide-nav p,
.slide-nav div,
.slide-nav img {
  margin: 0 !important;
}
.slide-nav .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track .slick-slide {
  position: relative;
  height: 100%;
  cursor: pointer;
  padding: 3px;
  opacity: 0.5;
  transition: 250ms;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center, .slide-nav .slick-list .slick-track .slick-slide:hover {
  opacity: 1;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center .image, .slide-nav .slick-list .slick-track .slick-slide:hover .image {
  border: 1px solid #989898 !important;
}
.slide-nav .slick-list .slick-track .slick-slide span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slide-nav .slick-list .slick-track .slick-slide span img {
  visibility: hidden;
}
.slide-nav > button {
  top: 3px;
  width: 50px;
  height: calc(100% - 6px);
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.slide-nav > button:before {
  font-family: "FontAwesome";
  color: #717171;
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
}
.slide-nav > button:hover, .slide-nav > button:focus {
  background-color: rgb(255, 255, 255);
}
.slide-nav > button:hover:before, .slide-nav > button:focus:before {
  color: #000;
}
.slide-nav > button.slick-next {
  right: 0;
  border-right: 3px solid #d2d2d2;
}
.slide-nav > button.slick-next:before {
  content: "\f054";
}
.slide-nav > button.slick-prev {
  left: 0;
  border-left: 3px solid #d2d2d2;
}
.slide-nav > button.slick-prev:before {
  content: "\f053";
}

/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.menunav {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 850px;
  height: 100%;
  list-style: none;
  position: relative;
  text-align: center;
}
.menunav li {
  padding: 0;
  position: relative;
  height: 100%;
}
.menunav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: #253B45;
  white-space: nowrap;
}
.menunav li a span {
  font-size: 40px;
  background: #8b1207;
  padding: 5px 7px;
  color: #fff;
  border-radius: 10px;
}
.menunav li:hover, .menunav li.active {
  position: relative;
}
.menunav li:hover a, .menunav li.active a {
  color: #C11201;
}
.menunav li:hover a span, .menunav li.active a span {
  background: #C11201;
}
.menunav li.online {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menunav li.online a {
  background-color: #C11201;
  color: #fff;
  width: fit-content;
  height: fit-content;
  border-radius: 18px;
  padding: 5px 24px;
}
.menunav li .menu-header {
  color: #C11201;
  font-weight: 600;
  text-align: left;
  padding: 0 20px;
}
.menunav li:last-child ul.level1 {
  left: initial !important;
  right: 0;
}
.menunav li:last-child ul.level1:before {
  left: initial;
  right: 10px;
}
.menunav ul.level1 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  background: #E8EBEC;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  border-top: 1px solid rgba(37, 59, 69, 0.3);
  box-shadow: 2px 5px 15px rgba(37, 59, 69, 0.3);
}
.menunav ul.level1 li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(37, 59, 69, 0.3);
}
.menunav ul.level1 li a {
  line-height: 35px;
  text-align: left;
  padding: 0 15px;
  font-size: 14px;
  text-transform: none;
  color: #253B45;
  font-weight: normal;
}
.menunav ul.level1 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav ul.level1 li:hover:after, .menunav ul.level1 li.active:after {
  height: 0;
}
.menunav ul.level1:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #adb6ba;
}
.menunav.menu {
  width: calc(100% - 300px);
}
.menunav.menu li.bac-sac {
  padding: 0 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.menunav.menu li:hover ul.level1 {
  transition: 0.3s all ease;
}
.menunav.menu.trt-online {
  max-width: 450px;
}
.menunav li:hover ul.level1 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  left: 0;
}
.menunav li:hover ul.level1 li a {
  padding: 0 15px;
  text-align: left;
}
.menunav li:hover ul.level1 li a .fa {
  margin-right: 8px;
  color: #253B45;
}
.menunav li:hover ul.level1 li.active a, .menunav li:hover ul.level1 li:hover a {
  color: #C11201;
}
.menunav li:hover ul.level1 li.active a .fa, .menunav li:hover ul.level1 li:hover a .fa {
  color: #C11201;
}
.menunav ul.level2 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  background: transparent;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
  background: #E8EBEC;
  top: 0;
  left: 100%;
}
.menunav ul.level2:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #adb6ba;
}
.menunav ul.level2 li {
  width: 100%;
  margin: 0;
}
.menunav ul.level2 li a {
  color: #253B45;
}
.menunav ul.level2 li:hover:after, .menunav ul.level2 li.active:after {
  height: 0;
}
.menunav ul.level1 li:hover ul.level2 {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.3s all ease !important;
}
.menunav ul.level1 li:hover ul.level2 li a {
  color: #253B45;
}
.menunav ul.level1 li:hover ul.level2 li a .fa {
  color: #253B45;
}
.menunav ul.level1 li:hover ul.level2 li.active a, .menunav ul.level1 li:hover ul.level2 li:hover a {
  color: #C11201;
}
.menunav ul.level1 li:hover ul.level2 li.active a .fa, .menunav ul.level1 li:hover ul.level2 li:hover a .fa {
  color: #C11201;
}
.menunav li ul.submenu_inner {
  width: 100%;
  display: flex;
}
.menunav li ul.submenu_inner li.submenu {
  display: block;
  width: 33.3333333333%;
  padding: 0 20px;
  text-align: left;
  border-right: 1px solid #e6e6e6;
}
.menunav li ul.submenu_inner li.submenu a.title {
  font-size: 18px;
}
.menunav li ul.submenu_inner li.submenu:hover {
  background: none;
}
.menunav li ul.submenu_inner li.submenu:last-child {
  border-right: 0;
}
.menunav li ul.submenu_inner:after {
  display: block;
  content: "";
  clear: both;
}
.menunav li ul.submenu_inner li ul.submenu_level {
  display: block;
  position: relative;
}
.menunav li ul.submenu_inner li ul.submenu_level li {
  display: block;
  margin-bottom: 15px;
}
.menunav li ul.submenu_inner li ul.submenu_level li a {
  line-height: 20px;
  font-weight: 100;
}
.menunav li ul.submenu_inner li ul.submenu_level li:hover a, .menunav li ul.submenu_inner li ul.submenu_level li.active a {
  color: #C11201;
}
.menunav .lang-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.menunav .lang-inner .item {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #FFF;
  cursor: pointer;
}
.menunav .lang-inner .item img {
  max-width: initial;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.menunav .lang-inner .item:hover {
  border-color: #57A709;
}

@media only screen and (max-width: 1100px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
header {
  margin: 0 auto;
  background-color: #C11201;
  background-image: linear-gradient(to top, #8a1206, #ff0000);
}
header .header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 20px 0 10px;
}
header .logo {
  display: flex;
  height: 100%;
  align-items: center;
}
header .logo img {
  max-height: 75px;
}
header .header_address {
  color: #fff;
  text-transform: uppercase;
  margin-left: 30px;
  margin-bottom: 4px;
}
header .header_address p {
  font-size: 20px;
}

.main_menu {
  height: 80px;
  z-index: 99;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main_menu .menu_inner {
  height: 80px;
  background: #E8EBEC;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main_menu .menu_inner .menunav li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main_menu .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_menu.stick {
  height: 55px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main_menu.stick .menu_inner {
  position: fixed;
  top: 0;
  height: 55px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.main_menu.stick .menu_inner .menunav li a {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plugin-search {
  width: 280px;
}
.plugin-search .search_label {
  width: 100%;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px 0 0;
  border: 0;
  border-radius: 1000px;
  background: #fff;
  position: relative;
}
.plugin-search .search_label .search_input {
  display: block;
  width: calc(100% - 66px);
  height: 100%;
  border: 0;
  padding: 0 15px;
  margin: 0;
  font-weight: 300;
  box-sizing: content-box;
}
.plugin-search .search_label .search_input:focus {
  box-shadow: none;
}
.plugin-search .search_label .search_submit {
  width: 36px;
  height: 100%;
  background: url("../images/icon-search.svg") no-repeat center;
  padding: 0;
  border: 0;
}

.plugin-cart {
  position: relative;
  display: block;
  padding: 10px;
  border-radius: 50%;
  background: #FFF;
}
.plugin-cart .fa {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #C11201;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plugin-cart .fa:before {
  font-size: 25px;
}
.plugin-cart:hover .fa {
  background-color: #f1f1f1;
}
.plugin-cart.active {
  display: block;
}

.rd-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1009;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rd-panel .rd-panel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
}
.rd-panel .rd-panel_toggle span {
  cursor: pointer;
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  border-radius: 2px;
  position: relative;
  display: block;
  margin: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-panel .rd-panel_toggle span:before, .rd-panel .rd-panel_toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-panel .rd-panel_toggle span:after {
  top: 8px;
}
.rd-panel .rd-panel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  height: 0;
}
.rd-panel .rd-panel_toggle.active span:before, .rd-panel .rd-panel_toggle.active span:after {
  top: 8px;
  width: 35px;
  left: 0;
}
.rd-panel .rd-panel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-panel .rd-panel_toggle.active span:after {
  top: -12px;
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-panel .logo {
  height: 100%;
  padding: 5px;
}
.rd-panel .logo img {
  height: 100%;
  max-width: initial;
}
.rd-panel .plugin-search {
  width: calc(100% - 250px);
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
}
.rd-panel .plugin-search .form_search {
  width: 100%;
  max-width: 500px;
}
.rd-panel .plugin-search .form_search .search_label {
  border: 1px solid #dedede;
}
.rd-panel .online {
  min-width: 80px;
  background-color: #C11201;
  width: fit-content;
  height: fit-content;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  border-radius: 18px;
  margin-right: 5px;
  padding: 5px 10px;
}
.rd-panel .online a {
  color: #fff;
}

.rd-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1008;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-menu .menunav {
  display: block;
}
.rd-menu .menunav li {
  height: auto;
}
.rd-menu .menunav li a {
  text-align: left;
}
.rd-menu .menunav ul.level1:before {
  border: 0;
  top: 0;
  left: 0;
}
.rd-menu .menunav ul.level2:before {
  border: 0;
  top: 0;
  left: 0;
}
.rd-menu ul {
  position: fixed;
  z-index: 99;
  top: 56px;
  margin: 0;
  left: 0;
  bottom: -20px;
  width: 0;
  padding: 24px;
  color: #666;
  background: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
}
.rd-menu ul li {
  line-height: 21px;
}
.rd-menu ul li a:not([href]):not([tabindex]) {
  color: #000;
}
.rd-menu ul li a, .rd-menu ul li .mm-image {
  display: block;
  padding: 0;
  color: #253B45;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
}
.rd-menu ul li ul {
  display: block;
  position: initial;
  width: 100%;
  padding: 0;
  background: transparent;
}
.rd-menu ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: unset;
}
.rd-menu ul li ul li a i {
  width: 20px;
  font-size: 16px;
  padding-left: 5px;
}
.rd-menu ul li ul li ul.submenu_level li a {
  font-weight: 400;
}
.rd-menu ul li ul li:hover a {
  color: #C11201;
}
.rd-menu ul li:hover a, .rd-menu ul li.active a {
  color: #C11201;
}
.rd-menu ul li:hover ul.level1 a, .rd-menu ul li.active ul.level1 a {
  color: #253B45;
}
.rd-menu ul li:hover ul.level1 li.active a, .rd-menu ul li.active ul.level1 li.active a {
  color: #C11201;
}
.rd-menu .has-sub {
  position: relative;
  cursor: pointer;
}
.rd-menu .has-sub:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
}
.rd-menu .has-sub.up:before {
  content: "\f107";
}
.rd-menu .has-sub.down:before {
  content: "\f106";
}
.rd-menu p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rd-menu ul.level1 {
  position: initial;
  visibility: initial;
  opacity: initial;
  background: transparent;
  box-shadow: none;
  display: none;
  border: 0;
  overflow: hidden;
}
.rd-menu ul.level1 li {
  border: 0;
}
.rd-menu ul.level1 li a {
  background: transparent;
  line-height: 30px;
}
.rd-menu.active {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.rd-menu.active ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
}
.rd-menu.active ul li ul {
  width: 100%;
}
.rd-menu .menunav ul.level2 {
  position: initial;
  visibility: visible;
  opacity: 1;
  padding-left: 24px;
  margin-bottom: 0px;
  box-shadow: none;
  background: transparent;
  left: 100%;
}
.rd-menu .menunav ul.level2 li a {
  font-size: 13px;
}

@media only screen and (max-width: 500px) {
  .plugin-search .search_label .search_input {
    padding: 0 0 0 10px;
    width: calc(100% - 50px);
  }
  .plugin-search .search_label .search_submit {
    width: 36px;
  }
  .rd-panel .plugin-search {
    padding-right: 5px;
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 400px) {
  .rd-panel .logo img {
    max-width: 70px;
  }
}
.pagination {
  margin: 20px auto 40px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  background-color: #FAFAFB;
}
.pagination li {
  display: inline-block;
}
.pagination li span, .pagination li a {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 4px;
  font-weight: normal;
  text-decoration: none;
  color: #253B45;
}
.pagination li a:hover {
  border: none;
  background: #C11201;
  color: #fff;
}
.pagination li.active span {
  border: none;
  background: #C11201;
  color: #fff;
}
.pagination .limit {
  margin: 10px auto;
}
.pagination .limit select {
  border-radius: 3px;
  min-width: 50px;
}

.result {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 17px;
}
.result span {
  color: #C11201;
}

/*------------------------------------------------
** Main
**------------------------------------------------*/
.main-body {
  min-height: 400px;
  position: relative;
  z-index: 1;
}
.main-body #center {
  width: 100%;
  max-width: calc(100% - 390px);
  padding-left: 60px;
}

#main {
  display: flex;
  flex-wrap: wrap;
}
#main #center {
  width: calc(100% - 370px);
  padding-right: 30px;
}
#main #sidebar {
  width: 100%;
  max-width: 370px;
  will-change: min-height;
}
#main #sidebar .sidebar__inner {
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
#main #sidebar .sidebar__inner .banner {
  width: 100%;
  padding-bottom: 10px;
}
#main .sidebar {
  padding: 0;
}

.box-main .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box-main .container-wrapper .block {
  display: flex;
  flex-wrap: wrap;
}
.box-main .container-wrapper .block.block-left {
  width: 300px;
  padding-right: 30px;
}
.box-main .container-wrapper .block.block-main {
  width: calc(100% - 300px);
}

/*------------------------------------------------
** Boxes
**------------------------------------------------*/
.box-about .container-wrapper {
  overflow: hidden;
}
.box-about .box-body {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}
.box-about .box-body .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.box-about .box-body .image {
  width: calc(50% - 10px);
  padding: 0;
  text-align: center;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-about .box-body .image img {
  display: none;
}
.box-about .box-body .contentWrapper {
  width: calc(50% - 10px);
}
.box-about .box-body .contentWrapper p {
  margin-bottom: 20px;
}
.box-about .box-body.reverse {
  flex-wrap: wrap;
}
.box-about .box-body.reverse .title {
  margin-top: 20px;
}

@media only screen and (max-width: 1000px) {
  .box-about .box-body .image {
    width: calc(40% - 10px);
  }
  .box-about .box-body .contentWrapper {
    width: calc(60% - 10px);
  }
}
@media only screen and (max-width: 900px) {
  .box-about .box-body .image {
    width: 100%;
    max-width: 600px;
    min-height: 250px;
    margin: 20px auto auto;
  }
  .box-about .box-body .contentWrapper {
    padding: 0;
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
}
.box-column-1x3 .box-body .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-column-1x3 .box-body .inner .item {
  width: calc(33.3333333333% - 20px);
  margin: 0 0px 40px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.box-column-1x3 .box-body .inner .item::before {
  width: calc(100% - 57px);
  height: 4px;
  left: 57px;
  content: "";
  background-color: #C11201;
  top: 26px;
  position: absolute;
}
.box-column-1x3 .box-body .inner .item .number {
  width: 54px;
  height: 54px;
  background-color: #C11201;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.box-column-1x3 .box-body .inner .item:hover {
  transform: translate3d(0, -10px, 0);
}

@media only screen and (max-width: 850px) {
  .box-column-1x3 .box-body .inner .item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .box-column-1x3 .box-body .inner .item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 450px) {
  .box-column-1x3 .box-body .inner .item {
    width: 100%;
  }
}
/*------------------------------------------------
** Typo
**------------------------------------------------*/
.content-detail {
  font-size: 14px;
  line-height: 1.7;
  font-family: "Arial", sans-serif;
}
.content-detail ul,
.content-detail ol {
  text-align: left;
  list-style: initial;
  padding-left: 50px;
}
.content-detail ul li,
.content-detail ol li {
  text-align: left;
  display: list-item;
}
.content-detail h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.content-detail p,
.content-detail div,
.content-detail img {
  margin: 5px 0 15px 0;
}
.content-detail img {
  margin: 5px 0;
}
.content-detail table {
  width: 98%;
  font-size: 14px;
  background-color: #fffdf6;
  border-collapse: collapse;
  margin: 20px auto;
}
.content-detail table tr {
  border: 1px solid #000;
  color: #000;
  background: #e2e2e2;
}
.content-detail table tr:nth-child(2n+1) {
  background: #fff;
}
.content-detail table tr:first-child {
  background: #C11201;
  color: #fff;
  font-weight: bold;
}
.content-detail table tr td {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
.content-detail table tr td ul {
  width: 100%;
  padding: 0;
}
.content-detail table tr td ul li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 10px;
}
.content-detail table tr p {
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.content-detail iframe {
  max-width: 100%;
  width: 100% !important;
}

/*------------------------------------------------
** Components
**------------------------------------------------*/
.news.news-list .module-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  font-family: "Arial", sans-serif;
}
.news.news-list .item {
  width: calc(33.3333333333% - 30px);
  margin: 0 15px 30px;
}
.news.news-list .item .item-wrap {
  width: 100%;
  height: 100%;
}
.news.news-list .item .image-wrap {
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
.news.news-list .item .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.news.news-list .item .image a {
  height: 100%;
  display: block;
  background-color: rgba(193, 18, 1, 0.1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.news.news-list .item .image a img {
  visibility: hidden;
  display: none;
}
.news.news-list .item .title {
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin: 15px 0 10px 0;
}
.news.news-list .item .title a {
  font-weight: 400;
  font-size: 15px;
}
.news.news-list .item .title a span {
  margin-right: 3px;
}
.news.news-list .item .title a .live-animate {
  background: #f00;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  opacity: 1;
  display: inline-block;
  left: 5px;
  top: 0px;
  margin-right: 10px;
}
.news.news-list .item .title a .live-animate::after {
  content: "";
  display: block;
  border: 1px solid #f00;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: -5px;
  left: -5px;
  position: absolute;
  opacity: 1;
  -webkit-animation: circle 2s ease-in-out 0.2s infinite;
  -moz-animation: circle 2s ease-in-out 0.2s infinite;
  animation: circle 2s ease-in-out 0.2s infinite;
}
.news.news-list .item .description {
  margin-top: 10px;
  font-size: 14px;
  color: #253b45;
  font-weight: normal;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.85;
}
.news.news-list .item .published {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(37, 59, 69, 0.5);
}
.news.news-list .item .published p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news.news-list .item .published p.time {
  min-width: 90px;
  margin-right: 9px;
}
.news.news-list .item .published span {
  margin-right: 5px;
}
.news.news-list .item .published a {
  color: rgba(37, 59, 69, 0.5);
  text-align: right;
}
.news.news-list .item .published a:hover {
  color: rgba(193, 18, 1, 0.5);
}
.news.news-list .item:hover .image {
  transform: scale(1.1);
}
.news.news-list .item:hover .content .title a {
  color: #C11201;
}
.news.news-list.category .item {
  width: calc(25% - 30px);
}
.news.news-list.category .item .title a {
  font-weight: 600;
}
.news.news-detail .box-relative .item .published a {
  display: none;
}
.news.news-detail .detail-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news.news-detail .detail-news .box-header {
  margin-bottom: 0;
}
.news.news-detail .detail-news .list-newsest {
  width: 300px;
}
.news.news-detail .detail-news .list-newsest .news.news-list .module-content {
  margin: 0;
}
.news.news-detail .detail-news .list-newsest .news.news-list .module-content .item {
  width: 100%;
  margin: 0 0 20px;
}
.news.news-detail .detail-news .list-newsest .news.news-list .module-content .item .item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news.news-detail .detail-news .list-newsest .news.news-list .module-content .item:last-child {
  margin-bottom: 0;
}
.news.news-detail .detail-news .list-newsest .news.news-list .module-content .item .image-wrap {
  width: 40%;
  min-width: 120px;
}
.news.news-detail .detail-news .list-newsest .news.news-list .module-content .item .content {
  width: calc(60% - 10px);
  max-width: calc(100% - 130px);
}
.news.news-detail .detail-news .list-newsest .news.news-list .module-content .item .content .title {
  margin-top: 5px;
  margin-bottom: 0;
}
.news.news-detail .detail-news .list-newsest .news.news-list .module-content .item .content .description {
  display: none;
  height: 0;
}
.news.news-detail .detail-news .box-detail {
  width: calc(100% - 320px);
}

.news-lastest-views {
  padding-bottom: 0 !important;
}
.news-lastest-views .news.news-list .module-content {
  margin: 0;
}
.news-lastest-views .view-more {
  display: block;
  text-align: right;
  color: #0B3F8E;
  text-decoration: underline;
}
.news-lastest-views .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-lastest-views .container .news-lastest {
  width: calc(66.6666666667% - 10px);
}
.news-lastest-views .container .news-lastest .inner {
  background-color: rgba(37, 59, 69, 0.1);
  padding: 18px;
  border-radius: 5px;
}
.news-lastest-views .container .news-lastest .box-title {
  width: 100%;
  border-bottom: 2px solid #253b45;
}
.news-lastest-views .container .news-lastest .module-content {
  justify-content: space-between;
}
.news-lastest-views .container .news-lastest .item {
  width: 100%;
  margin: 0 0 15px;
}
.news-lastest-views .container .news-lastest .item .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-lastest-views .container .news-lastest .item .item-wrap .image-wrap {
  width: 40%;
  min-width: 120px;
}
.news-lastest-views .container .news-lastest .item .item-wrap .content {
  width: calc(60% - 10px);
  max-width: calc(100% - 130px);
}
.news-lastest-views .container .news-lastest .item .item-wrap .content .title {
  margin: 0;
  height: auto;
}
.news-lastest-views .container .news-lastest .item .item-wrap .content .description {
  display: none;
  height: 0;
}
.news-lastest-views .container .news-lastest .item {
  width: calc(50% - 10px);
}
.news-lastest-views .container .news-lastest .item:first-child {
  width: 100%;
}
.news-lastest-views .container .news-lastest .item:first-child .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-lastest-views .container .news-lastest .item:first-child .item-wrap .image-wrap {
  width: calc(50% - 10px);
}
.news-lastest-views .container .news-lastest .item:first-child .item-wrap .content {
  width: calc(50% - 10px);
  display: block;
}
.news-lastest-views .container .news-lastest .item:first-child .item-wrap .content .title a {
  font-weight: 600;
  font-size: 20px;
}
.news-lastest-views .container .news-lastest .item:first-child .item-wrap .content .description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  height: auto;
  font-size: 14px;
}
.news-lastest-views .container .news-lastest .banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-lastest-views .container .news-lastest .banner a {
  display: block;
  width: calc(50% - 10px);
  overflow: hidden;
}
.news-lastest-views .container .news-lastest .banner a img {
  width: 100%;
  height: 100%;
}
.news-lastest-views .container .news-views {
  width: calc(33.3333333333% - 10px);
}
.news-lastest-views .container .news-views .banner {
  padding-bottom: 30px;
}
.news-lastest-views .container .news-views .banner .image {
  width: 100%;
}
.news-lastest-views .container .news-views .banner .image img {
  width: 100%;
}
.news-lastest-views .container .news-views .banner .image.none {
  display: none;
}
.news-lastest-views .container .news-views .box-title {
  width: 100%;
  border-bottom: 2px solid #253b45;
}
.news-lastest-views .container .news-views .item {
  width: 100%;
  margin: 0 0 20px;
}
.news-lastest-views .container .news-views .item .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-lastest-views .container .news-views .item .item-wrap .image-wrap {
  width: 40%;
  min-width: 120px;
}
.news-lastest-views .container .news-views .item .item-wrap .content {
  width: calc(60% - 10px);
  max-width: calc(100% - 130px);
}
.news-lastest-views .container .news-views .item .item-wrap .content .title {
  margin: 0;
  height: auto;
}
.news-lastest-views .container .news-views .item .item-wrap .content .description {
  display: none;
  height: 0;
}

#news-category .box-header {
  margin: 15px 0 0;
}
#news-category .box-header .box-title {
  width: 100%;
  border-bottom: 1px solid rgba(193, 18, 1, 0.2);
}
#news-category .box-header .box-title.search {
  border: 0;
}

#video-detail #news-category .box-header {
  margin-bottom: 20px;
}

.news-category .news.news-list .module-content {
  margin: 0;
}
.news-category .box-header .box-title {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-bottom: 2px solid #253b45;
}
.news-category .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.news-category .container .item-category {
  width: calc(25% - 20px);
  margin: 0 10px 0px;
  display: flex;
  flex-direction: column;
}
.news-category .container .item-category .box-header .box-title {
  font-size: 16px;
}
.news-category .container .item-category .news.news-list {
  height: 100%;
}
.news-category .container .item-category .news.news-list .module-content {
  height: 100%;
}
.news-category .container .item-category .item {
  width: 100%;
  margin: 0 0 20px;
}
.news-category .container .item-category .item .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-category .container .item-category .item .item-wrap .image-wrap {
  width: 40%;
  min-width: 120px;
}
.news-category .container .item-category .item .item-wrap .content {
  width: calc(60% - 10px);
  max-width: calc(100% - 130px);
}
.news-category .container .item-category .item .item-wrap .content .title {
  margin-top: 5px;
  height: auto;
}
.news-category .container .item-category .item .item-wrap .content .title a {
  font-size: 14px;
}
.news-category .container .item-category .item .item-wrap .content .description {
  display: none;
  height: 0;
}
.news-category .container .item-category .item .item-wrap .content .published a {
  display: none;
}
.news-category .container .item-category:hover .box-title {
  color: #C11201;
  border-color: #C11201;
}

.news-featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
}
.news-featured .box-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(193, 18, 1, 0.2);
}
.news-featured .box-header .box-title {
  padding: 0;
}
.news-featured .box-header #digital-clock {
  line-height: 27px;
  color: rgba(37, 59, 69, 0.8);
}
.news-featured .box-slick {
  display: none;
}
.news-featured .inner-wrapper {
  width: calc(75% - 20px);
}
.news-featured .radio-inner {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news-featured .radio-inner a {
  display: block;
}
.news-featured .news.news-list .module-content {
  display: grid;
  margin: 0;
  grid-template-columns: 60% auto;
  grid-gap: 20px;
}
.news-featured .news.news-list .item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.news-featured .news.news-list .item:first-child {
  grid-row-start: 1;
  grid-row-end: 5;
}
.news-featured .news.news-list .item:first-child .title {
  height: auto;
}
.news-featured .news.news-list .item:first-child .title a {
  font-weight: 600;
  font-size: 20px;
}
.news-featured .news.news-list .item:first-child .description {
  font-size: 14px;
}
.news-featured .news.news-list .item:nth-child(n+2) .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-featured .news.news-list .item:nth-child(n+2) .item-wrap .image-wrap {
  width: 40%;
  min-width: 120px;
}
.news-featured .news.news-list .item:nth-child(n+2) .item-wrap .content {
  width: calc(60% - 10px);
  max-width: calc(100% - 130px);
}
.news-featured .news.news-list .item:nth-child(n+2) .item-wrap .content .title {
  margin: 0px;
  height: auto;
}
.news-featured .news.news-list .item:nth-child(n+2) .item-wrap .content .description {
  display: none;
  height: 0;
}

.banner1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.banner1 a {
  border: 1px solid #f9f9f9;
}

.banner2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.banner2 .item {
  width: calc(50% - 10px);
  overflow: hidden;
}
.banner2 .item img {
  width: 100%;
  height: 100%;
}

.banner3 img {
  width: 100%;
}

.box-relative {
  padding-top: 30px;
}
.box-relative .box-title {
  width: 100%;
  border-bottom: 2px solid #253b45;
}

@media only screen and (max-width: 1200px) {
  .news-category .box-header .box-title {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  .news-featured .box-slick {
    display: block;
  }
  .news-featured .box-slick .news.news-list .module-content {
    margin: 0 -10px;
  }
  .news-featured .box-slick .news.news-list .module-content .item .title a {
    font-weight: 600;
  }
  .news-featured .box-non-slick {
    display: none;
  }
  .news-featured .inner-wrapper {
    width: 100%;
  }
  .news-featured .inner-wrapper .news.news-list .module-content {
    grid-gap: 0;
    grid-template-columns: none;
  }
  .news-featured .inner-wrapper .news.news-list .module-content .item {
    margin: 0 10px 0;
  }
  .news-featured .inner-wrapper .news.news-list .module-content .item:nth-child(n+2) .item-wrap .image-wrap, .news-featured .inner-wrapper .news.news-list .module-content .item:nth-child(n+2) .item-wrap .content {
    width: 100%;
    max-width: 100%;
  }
  .news-featured .inner-wrapper .news.news-list .module-content .item:nth-child(n+2) .item-wrap .image-wrap .description, .news-featured .inner-wrapper .news.news-list .module-content .item:nth-child(n+2) .item-wrap .content .description {
    display: -webkit-box;
    height: initial;
  }
  .news-featured .inner-wrapper .news.news-list .module-content.category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .news-featured .inner-wrapper .news.news-list .module-content.category .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .news-featured .inner-wrapper .news.news-list .module-content.category .item .title a {
    font-weight: 600;
  }
  .news-featured .inner-wrapper .news.news-list .module-content.category .item:nth-child(n+3) {
    width: calc(33.3333333333% - 20px);
  }
  .news-featured .radio-inner {
    display: none;
  }
  .news.news-list.category .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .news-category .container .item-category {
    width: calc(33.3333333333% - 20px);
  }
  .news-lastest-views .view-more {
    text-align: center;
  }
  .news-lastest-views .container .news-lastest {
    width: 100%;
  }
  .news-lastest-views .container .news-lastest .inner {
    margin: 0 -10px;
    padding: 20px 10px 10px;
    border-radius: 0;
  }
  .news-lastest-views .container .news-lastest .banner .item {
    width: calc(50% - 10px);
  }
  .news-lastest-views .container .news-views {
    width: 100%;
    display: none;
  }
  .news-lastest-views .container .news-views .module-content {
    justify-content: space-between;
  }
  .news-lastest-views .container .news-views .item {
    width: calc(50% - 10px);
  }
  .news-lastest-views .container .news-views .item:last-child {
    display: block;
  }
  .news-lastest-views .container .news-views .banner {
    display: flex;
    justify-content: space-between;
  }
  .news-lastest-views .container .news-views .banner .image {
    width: calc(50% - 10px);
  }
  .news-lastest-views .container .news-views .banner .image.none {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .news.news-detail .detail-news .box-detail {
    width: 100%;
  }
  .news.news-detail .detail-news .list-newsest {
    width: 100%;
  }
  .news.news-detail .detail-news .list-newsest .news.news-list .module-content {
    justify-content: space-between;
  }
  .news.news-detail .detail-news .list-newsest .news.news-list .module-content .item {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 850px) {
  .news.news-list.category .first {
    width: 100%;
    margin: 0 10px 30px;
  }
  .news.news-list.category .item {
    margin-bottom: 30px;
  }
  .news.news-list.category .second {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
  }
  .news.news-list.category .second .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .news.news-list.category .second .item .description {
    display: -webkit-box;
  }
  .news.news-list .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 800px) {
  .banner1 .item, .banner2 .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner1 .item:last-child, .banner2 .item:last-child {
    margin-bottom: 0;
  }
  .news-lastest-views .container .news-views .item .item-wrap .image-wrap {
    width: 100%;
  }
  .news-lastest-views .container .news-views .item .item-wrap .content {
    width: 100%;
    max-width: 100%;
  }
  .news-lastest-views .container .news-views .item .item-wrap .content .title {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .news-category .container .item-category {
    width: calc(50% - 20px);
  }
  .news-lastest-views .container .news-lastest .item {
    width: 100%;
  }
  .news-featured .news.news-list .module-content {
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 600px) {
  .news.news-detail .module-title h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .news-lastest-views .container .news-lastest .banner .item {
    width: 100%;
    margin-bottom: 20px;
    max-height: 100%;
  }
  .news-lastest-views .container .news-lastest .banner .item img {
    width: 100%;
  }
  .news-lastest-views .container .news-lastest .item:first-child .item-wrap .image-wrap {
    width: 100%;
  }
  .news-lastest-views .container .news-lastest .item:first-child .item-wrap .content {
    width: 100%;
    max-width: 100%;
  }
  .news-lastest-views .container .news-lastest .item:first-child .item-wrap .content .title {
    height: auto;
  }
  .news-lastest-views .container .news-lastest .item .news-views .item .item-wrap .content .title a {
    font-size: 14px;
  }
  .news-category .container .item-category {
    width: 100%;
  }
  .news-lastest-views .container .news-views .banner {
    flex-wrap: wrap;
  }
  .news-lastest-views .container .news-views .banner .image {
    width: 100%;
  }
  .news-lastest-views .container .news-views .banner .image.none {
    margin-top: 20px;
  }
  .news.news-list.category .first {
    margin: 0 0 20px;
  }
  .news.news-list.category .second .item {
    width: 100%;
    margin: 0 0 30px;
  }
  .news.news-list .module-content {
    margin: 0;
  }
  .news.news-list .item {
    width: 100%;
    margin: 0 0 20px;
  }
  .news-lastest-views .container .news-views .news.news-list .item {
    width: calc(50% - 5px);
  }
  .news-lastest-views .container .news-views .news.news-list .item .published {
    flex-wrap: wrap;
  }
  .news-lastest-views .container .news-views .news.news-list .item .published a {
    margin-left: 0;
  }
  .news-lastest-views .container .news-views .news.news-list .item .published p.time {
    width: 100%;
  }
  .news-lastest-views .container .news-views .news.news-list .item .title a {
    font-size: 14px;
  }
  .news.news-detail .detail-news .list-newsest .news.news-list .module-content .item {
    width: 100%;
  }
  .news-featured .inner-wrapper .news.news-list .module-content.category .item {
    width: 100%;
  }
  .news-featured .inner-wrapper .news.news-list .module-content.category .item .title {
    height: auto;
  }
  .news-featured .inner-wrapper .news.news-list .module-content.category .item:nth-child(n+3) {
    width: 100%;
  }
  .news.news-list.category .item {
    width: 100%;
  }
  .news.news-list.category .item .title {
    height: auto;
  }
  .news-lastest-views .container .news-lastest .item:first-child .item-wrap .content .description {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 350px) {
  .news-featured .box-header #digital-clock {
    font-size: 13px;
  }
}
.introduction-menu {
  margin-top: 20px;
}
.introduction-menu .container {
  border-bottom: 1px solid rgba(37, 59, 69, 0.5);
  display: flex;
  justify-content: space-around;
}
.introduction-menu .container .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.introduction-menu a {
  padding: 20px;
  display: inline-block;
  position: relative;
}
.introduction-menu a:hover, .introduction-menu a.active {
  color: #253B45;
}
.introduction-menu a:hover::after, .introduction-menu a.active::after {
  content: "";
  position: absolute;
  background-color: #253B45;
  width: calc(100% - 40px);
  height: 4px;
  left: 20px;
  bottom: -2px;
}
.introduction-menu a.active {
  font-weight: 600;
}

.introduction .thong-tin-chung {
  margin-bottom: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 200px;
}
.introduction .thong-tin-chung img {
  visibility: hidden;
}
.introduction .thong-tin-chung .content {
  background-image: linear-gradient(to top, rgba(37, 59, 69, 0.95), transparent);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 70%;
  left: 0;
}
.introduction .thong-tin-chung .content p {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  max-width: 800px;
  margin: 30px auto 20px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.95);
}
.introduction .module {
  max-width: 800px;
  margin: auto;
}
.introduction .module.article-thong-tin-chung {
  text-align: justify;
}
.introduction.introduction-staff {
  max-width: 1300px;
  margin: auto;
}
.introduction.introduction-staff .heading-title {
  font-size: 20px;
  font-weight: 600;
  background-color: rgba(37, 59, 69, 0.1);
  width: 100%;
  height: 60px;
  max-width: 519px;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 30px;
}
.introduction.introduction-staff .box-staffs .boss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 80px;
}
.introduction.introduction-staff .box-staffs .boss .person {
  display: flex;
  align-items: center;
  width: 50%;
  max-width: fit-content;
}
.introduction.introduction-staff .box-staffs .boss .person .image {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 3px solid #253b45;
  padding: 1px;
  overflow: hidden;
}
.introduction.introduction-staff .box-staffs .boss .person .image .img {
  border: 1px solid white;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.introduction.introduction-staff .box-staffs .boss .person .info {
  width: calc(100% - 84px);
  position: relative;
}
.introduction.introduction-staff .box-staffs .boss .person .info p {
  padding-left: 15px;
  font-size: 20px;
  line-height: 2;
  text-transform: uppercase;
}
.introduction.introduction-staff .box-staffs .boss .person .info .position {
  font-weight: 700;
  color: #C11201;
}
.introduction.introduction-staff .box-staffs .boss .person .info::before {
  width: 100%;
  max-width: 300px;
  top: 50%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #253b45;
}
.introduction.introduction-staff .box-staffs .boss .person:first-child {
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto;
}
.introduction.introduction-staff .box-staffs .boss .person:first-child .image {
  width: 232px;
  height: 232px;
  padding: 2px;
}
.introduction.introduction-staff .box-staffs .boss .person:first-child .info {
  width: 100%;
  margin-top: 20px;
}
.introduction.introduction-staff .box-staffs .boss .person:first-child .info p {
  line-height: 1.5;
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
}
.introduction.introduction-staff .box-staffs .boss .person:first-child .info::before {
  width: 0;
  height: 0;
}
.introduction.introduction-staff .box-staffs .staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
.introduction.introduction-staff .box-staffs .staff .item {
  width: calc(33.3333333333% - 10px);
  position: relative;
  margin-top: 30px;
}
.introduction.introduction-staff .box-staffs .staff .item .position {
  font-weight: 700;
  color: #C11201;
  font-size: 20px;
  padding-left: 100px;
  text-transform: uppercase;
  position: absolute;
  top: -5px;
  max-width: 340px;
}
.introduction.introduction-staff .box-staffs .staff .item .person {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.introduction.introduction-staff .box-staffs .staff .item .person .image {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 3px solid #253b45;
  padding: 1px;
  overflow: hidden;
}
.introduction.introduction-staff .box-staffs .staff .item .person .image .img {
  border: 1px solid white;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.introduction.introduction-staff .box-staffs .staff .item .person .info {
  width: calc(100% - 84px);
  position: relative;
}
.introduction.introduction-staff .box-staffs .staff .item .person .info p {
  padding-left: 15px;
  font-size: 20px;
}
.introduction.introduction-staff .box-staffs .staff .item .person .info .position_staff {
  text-transform: none;
  font-style: italic;
  font-size: 17px;
}
.introduction.introduction-staff .box-staffs .staff .item .person.person1 {
  margin-bottom: 20px;
}
.introduction.introduction-staff .box-staffs .staff .item .person.person1 .info {
  padding-top: 85px;
}
.introduction.introduction-staff .box-staffs .staff .item .person.person1 .info::before {
  width: 100%;
  max-width: 300px;
  top: 50%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #253b45;
}
.introduction.introduction-mission {
  max-width: 1048px;
  margin: auto;
}

@media only screen and (max-width: 1100px) {
  .introduction.introduction-staff .box-staffs .staff .item .person .info p {
    font-size: 18px;
  }
  .introduction.introduction-staff .box-staffs .staff .item .person .info p.position_staff {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .introduction.introduction-staff .box-staffs .staff .item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 800px) {
  .introduction .thong-tin-chung .content p {
    font-size: 28px;
    margin: 20px auto;
  }
  .introduction.introduction-staff .box-staffs .boss .person {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }
  .introduction.introduction-staff .box-staffs .boss .person:last-child {
    margin-bottom: 0;
  }
  .introduction.introduction-staff .box-staffs .boss .person:first-child {
    margin: 30px auto 40px;
  }
}
@media only screen and (max-width: 700px) {
  .introduction .thong-tin-chung .content p {
    font-size: 24px;
  }
  .introduction.introduction-staff .box-staffs .staff .item {
    width: 100%;
    max-width: 550px;
    margin: 30px auto auto;
  }
  .introduction.introduction-staff .box-staffs .staff .item .position {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .introduction-menu {
    display: none;
  }
  .introduction .thong-tin-chung .content p {
    font-size: 18px;
    margin: 15px auto;
  }
}
@media only screen and (max-width: 500px) {
  .introduction.introduction-staff .box-staffs .staff .item .position {
    font-size: 18px;
  }
  .introduction.introduction-staff .box-staffs .staff .item .person .info p {
    font-size: 17px;
  }
  .introduction .thong-tin-chung .content p {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 450px) {
  .introduction.introduction-staff .box-staffs .staff .item .person .image {
    width: 60px;
    height: 60px;
  }
  .introduction.introduction-staff .box-staffs .staff .item .position {
    padding-left: 70px;
  }
  .introduction.introduction-staff .box-staffs .staff .item .person .info p {
    padding-left: 10px;
  }
  .introduction.introduction-staff .box-staffs .boss .person .image {
    width: 60px;
    height: 60px;
  }
  .introduction.introduction-staff .box-staffs .boss .person .info {
    width: calc(100% - 60px);
  }
  .introduction.introduction-staff .box-staffs .boss .person .info p {
    text-transform: none;
    font-size: 17px;
    padding-left: 10px;
  }
  .introduction.introduction-staff .box-staffs .boss .person .info p.position {
    font-size: 20px;
    text-transform: uppercase;
  }
}
.box-staff .box-header .box-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-staff .box-header .box-title:after {
  display: block;
}
.box-staff .container-wrapper .box-body {
  display: flex;
  flex-wrap: wrap;
}
.box-staff .container-wrapper .box-body .item {
  width: 33.3333333333%;
  padding: 0 15px;
  margin: 0 0 30px 0;
}
.box-staff .container-wrapper .box-body .item .wrap {
  height: 100%;
  overflow: hidden;
  background-color: #ececec;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.box-staff .container-wrapper .box-body .item .wrap .wrap-inner .image {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 125%;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #ccc;
}
.box-staff .container-wrapper .box-body .item .wrap .wrap-inner .image img {
  visibility: hidden;
}
.box-staff .container-wrapper .box-body .item .wrap .wrap-inner .person_info {
  padding: 20px 20px 0;
  height: auto;
  text-align: center;
}
.box-staff .container-wrapper .box-body .item .wrap .wrap-inner .person_info .name {
  font-size: 17px;
  font-weight: 700;
  margin-top: 0;
  color: #C11201;
}
.box-staff .container-wrapper .box-body .item .wrap .subject {
  padding: 20px;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #87b8b9;
  width: 80%;
  left: 10%;
  padding: 20px 0;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact .item-contact {
  margin: 0 10px;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact .item-contact .fa {
  color: #C11201;
  font-size: 20px;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact .item-contact .fa:hover {
  color: #57A709;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact .item-contact.phone .fa {
  font-size: 22px;
  margin-top: 1px;
}
.box-staff.founder .container-wrapper .box-body .item .wrap {
  color: #FFF;
  background-color: #C11201;
  text-align: left;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .wrap-inner {
  position: relative;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .wrap-inner .person_info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 60px 20px 0;
  background: linear-gradient(to top, #C11201 20%, transparent 100%);
  text-align: left;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .wrap-inner .person_info .name {
  color: yellow;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .subject {
  padding: 30px 20px;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .staff-contact {
  position: relative;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .staff-contact .item-contact .fa {
  color: #FFF;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .staff-contact .item-contact .fa:hover {
  color: yellow;
}
.box-staff.staff .container-wrapper .box-body .item .wrap {
  padding-bottom: 66px;
  border-bottom: 6px solid rgba(193, 18, 1, 0.88);
}
.box-staff.staff .container-wrapper .box-body .item .wrap .wrap-inner {
  padding-top: 40px;
}
.box-staff.staff .container-wrapper .box-body .item .wrap .wrap-inner .image {
  width: 60%;
  padding-top: 60%;
  margin: auto;
  border-radius: 50%;
}

@media only screen and (max-width: 1000px) {
  .box-staff .container-wrapper .box-body .item {
    width: 33.3333333333%;
    max-width: 500px;
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  .box-staff .container-wrapper .box-body {
    justify-content: center;
  }
  .box-staff .container-wrapper .box-body .item {
    width: calc(50% - 10px);
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .box-staff .container-wrapper .box-body .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.video.video-list .module-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  font-family: "Arial", sans-serif;
}
.video.video-list .item {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}
.video.video-list .item .item-wrap {
  width: 100%;
  height: 100%;
}
.video.video-list .item .image-wrap {
  overflow: hidden;
  border: 1px solid #E5E5E5;
  position: relative;
}
.video.video-list .item .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.video.video-list .item .image a {
  height: 100%;
  display: block;
  background-color: rgba(193, 18, 1, 0.1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 57.9365079365%;
  overflow: hidden;
  position: relative;
}
.video.video-list .item .image a img {
  visibility: hidden;
  display: none;
}
.video.video-list .item .quantity {
  background-color: #0B3F8E;
  position: absolute;
  top: 0;
  left: 0;
}
.video.video-list .item .quantity span {
  color: #fff;
  font-size: 17px;
  padding: 5px 17px;
}
.video.video-list .item .title {
  padding: 0;
  margin: 10px 0 0;
}
.video.video-list .item .title a {
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}
.video.video-list .item .published {
  margin-top: 10px;
  display: flex;
  font-size: 13px;
  color: rgba(37, 59, 69, 0.5);
}
.video.video-list .item .published p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.video.video-list .item .published p.time {
  min-width: 90px;
  margin-right: 9px;
}
.video.video-list .item .published span {
  margin-right: 5px;
}
.video.video-list .item .published a {
  color: rgba(37, 59, 69, 0.5);
  text-align: right;
}
.video.video-list .item .published a:hover {
  color: rgba(193, 18, 1, 0.5);
}
.video.video-list .item:hover .image {
  transform: scale(1.1);
}
.video.video-list .item:hover .content .title a {
  color: #C11201;
}
.video.video-list .button {
  background-color: transparent;
  text-decoration: underline;
  text-transform: none;
  font-size: 17px;
}
.video.video-list .button:hover {
  color: #C11201 !important;
  text-decoration: none;
}
.video.video-list.list-video-featured {
  background-color: #253B45;
  display: flex;
  min-height: 175px;
}
.video.video-list.list-video-featured .number-video {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #C11201;
}
.video.video-list.list-video-featured .number-video .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.video.video-list.list-video-featured .number-video .inner h4 {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin: 15px 0;
  text-align: center;
}
.video.video-list.list-video-featured .module-content {
  width: calc(100% - 200px);
  margin: 0;
}
.video.video-list.list-video-featured .item {
  width: 33.3333333333%;
  margin: 0;
  padding: 15px;
}
.video.video-list.list-video-featured .item .quantity {
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.video.video-list.list-video-featured .item .content {
  color: #fff;
}
.video.video-list.list-video-featured .item .content .published {
  color: #fff;
  flex-wrap: wrap;
}
.video.video-list.list-video-featured .item .content .published a {
  color: #fff;
}
.video.video-list.list-video-featured .item .content .published p.time {
  min-width: fit-content;
}
.video.video-list.list-video-featured .item .content .title a {
  color: #fff;
  -webkit-line-clamp: 2;
}
.video.video-list.list-video-featured .item:hover, .video.video-list.list-video-featured .item.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.video.video-detail iframe {
  margin-bottom: 20px;
}
.video.video-detail .box-detail {
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.1);
}
.video.video-detail .box-detail .iframe {
  width: 100%;
  height: 100%;
  margin: 0 0 auto;
}
.video.video-detail .box-detail .iframe .h-iframe {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.video.video-detail .box-detail .iframe .h-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video.video-detail .box-detail .info {
  width: calc(100% - 600px);
  padding: 20px;
}
.video.video-detail .box-detail .info .social-date {
  border-bottom: 0;
}
.video.video-detail .content-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video.video-detail .content-banner .content-detail {
  width: calc(66.6666666667% - 20px);
}
.video.video-detail .content-banner .banner {
  width: 33.3333333333%;
  text-align: center;
}
.video.video-detail .content-banner .banner img {
  margin-bottom: 10px;
}
.video.video-detail .box-relative {
  padding-top: 0;
}

.video-online .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-online .heading-title {
  width: 100%;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  background-color: #C11201;
  padding: 0 15px;
}
.video-online .heading-title img {
  margin-right: 5px;
}
.video-online .part32 {
  width: calc(66.6666666667% - 10px);
}
.video-online .part32 .online.off {
  display: none;
}
.video-online .part32 .online {
  padding-top: 56.25%;
  position: relative;
}
.video-online .part32 .online video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-online .part32 .offline {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.video-online .part32 .offline iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-online .part32 .offline iframe.off {
  display: none;
}
.video-online .part32 .offline .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-online .part32 .offline.off {
  display: none;
}
.video-online .part31 {
  width: calc(33.3333333333% - 10px);
  background-color: rgba(37, 59, 69, 0.1);
  overflow: hidden;
}
.video-online .part31 .list-video {
  overflow-y: scroll;
  max-height: 438px;
  min-height: 350px;
}
.video-online .part31 .list-video .inner {
  max-height: calc(33.3333333333vw + 30px);
}
.video-online .part31 .list-video .item {
  font-size: 17px;
  display: flex;
  position: relative;
  border-bottom: 1px solid rgba(37, 59, 69, 0.3);
}
.video-online .part31 .list-video .item .title {
  width: calc(100% - 100px);
  padding-left: 25px;
}
.video-online .part31 .list-video .item .time {
  width: 100px;
  align-items: center;
  display: flex;
  text-align: center;
  padding: 0 10px;
  justify-content: center;
  color: rgba(37, 59, 69, 0.5);
}
.video-online .part31 .list-video .item.active, .video-online .part31 .list-video .item.selected {
  background-color: rgba(193, 18, 1, 0.3);
}
.video-online .part31 .list-video .item.active .time, .video-online .part31 .list-video .item.selected .time {
  color: #fff;
  background-color: #c11201;
}
.video-online .part31 .list-video .item.active.non-selected {
  background-color: rgba(37, 59, 69, 0.1);
}
.video-online .part31 .list-video .item.active.non-selected .title {
  color: rgba(37, 59, 69, 0.5);
}
.video-online .part31 .list-video .item.active.non-selected .time {
  color: rgba(37, 59, 69, 0.5);
  background-color: transparent;
}
.video-online .part31 .list-video .item.not-yet a {
  color: rgba(37, 59, 69, 0.6);
}
.video-online.page-index .part32 {
  position: relative;
}
.video-online.page-index .part32 .off {
  display: none;
}
.video-online.page-index .part32 .replay-video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.video-online.page-index .part32 .replay-video video, .video-online.page-index .part32 .replay-video iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.video-online.page-index .part32 iframe {
  width: 100%;
  height: 100%;
}
.video-online.page-index .part32 .video-live {
  position: relative;
  padding-top: 56.25%;
}
.video-online.page-index .part32 .video-live video {
  position: absolute;
  top: 0;
  left: 0;
}
.video-online.page-index .heading-title {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: transparent;
  background-image: linear-gradient(to right, #C11201, transparent);
  display: none;
}
.video-online.page-index .heading-title.active {
  display: flex;
  align-items: center;
}
.video-online.page-index .part31 {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
.video-online.page-index .part31 .iframe {
  width: 100%;
}
.video-online.page-index .part31 .iframe iframe {
  width: 100%;
}
.video-online.page-index .part31 .list-radio {
  padding: 20px 0 0;
}
.video-online.page-index .part31 .list-radio h4 {
  font-size: 20px;
  padding: 25px 0 30px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
}
.video-online.page-index .part31 .list-radio .item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 5px 20px;
  margin-bottom: 15px;
}
.video-online.page-index .part31 .list-radio .item .title {
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video-online.page-index .part31 .list-radio .item .time {
  color: #fff;
  min-width: 80px;
  text-align: right;
}
.video-online.page-index .part31 .list-radio .item:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.radio-online .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.radio-online .part42 {
  width: calc(57% - 1px);
}
.radio-online .part22 {
  width: 43%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.radio-online .part22 h4 {
  font-size: 20px;
  padding: 25px 0 30px;
  text-transform: uppercase;
}
.radio-online .part22 .inner {
  padding: 10px;
  height: 100%;
  width: 100%;
  background-color: rgba(87, 167, 9, 0.8);
}
.radio-online .part22 .list-radio {
  max-width: 500px;
  margin: auto;
  text-align: left;
}
.radio-online .part22 .list-radio .item {
  font-size: 14px;
  position: relative;
  padding: 5px 25px;
  margin-bottom: 8px;
  display: flex;
}
.radio-online .part22 .list-radio .item .title {
  width: 100%;
  color: #fff;
}
.radio-online .part22 .list-radio .item .time {
  color: #fff;
  min-width: 80px;
  text-align: right;
}
.radio-online .part22 .list-radio .item:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.radio-online .part22 .list-radio .item:hover::before {
  position: absolute;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 5px;
  top: 8px;
  content: "";
  background-image: url("../images/radio-play.svg");
}
.radio-online .part22 .list-radio .item:nth-child(n+4) {
  display: none;
}

.page-video .logo {
  margin: auto;
  text-align: center;
}

.box-video .inner-wrapper {
  background-color: rgba(37, 59, 69, 0.1);
}
.box-video .inner {
  padding: 20px 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-video .inner .module-content {
  margin: 0;
  justify-content: space-between;
}
.box-video .inner .part32 {
  width: calc(50% - 10px);
}
.box-video .inner .part32 .item {
  width: 100%;
  margin: 0;
}
.box-video .inner .part32 .item .title a {
  font-size: 20px;
  -webkit-line-clamp: 3;
}
.box-video .inner .part31 {
  width: calc(50% - 10px);
}
.box-video .inner .part31 .item {
  width: calc(33.3333333333% - 10px);
  margin: 0 0 20px;
}

.video-menu {
  position: relative;
}
.video-menu .main-menu {
  height: 90px;
  display: flex;
  align-items: center;
  background-color: #0B3F8E;
  color: #fff;
  padding: 0 20px;
}
.video-menu .main-menu .logo {
  width: fit-content;
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.video-menu .main-menu .logo img {
  margin-right: 15px;
}
.video-menu .main-menu .sub-menu {
  height: fit-content;
  display: flex;
  align-items: center;
  padding: 20px 10px 0;
  background-color: rgb(202, 207, 216);
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 0;
  opacity: 0;
}
.video-menu .main-menu .sub-menu .inner-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.video-menu .main-menu .sub-menu .inner-menu .level2 {
  padding: 0 0 0 10px;
  top: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  background-color: #cacfd8;
  left: 10px;
  visibility: hidden;
  opacity: 0;
  min-width: 280px;
}
.video-menu .main-menu .sub-menu .inner-menu .level2 .p {
  margin-bottom: 0;
  min-width: initial;
  width: fit-content;
}
.video-menu .main-menu .sub-menu .inner-menu .p {
  position: relative;
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 220px;
  margin-bottom: 25px;
}
.video-menu .main-menu .sub-menu .inner-menu .p a {
  font-size: 16px;
  color: #253B45 !important;
  padding: 0 10px;
  text-transform: none;
  border-radius: 5px;
}
.video-menu .main-menu .sub-menu .inner-menu .p a:hover, .video-menu .main-menu .sub-menu .inner-menu .p a.active {
  background-color: rgba(11, 63, 142, 0.1);
}
.video-menu .main-menu .sub-menu .inner-menu .p span {
  font-size: 15px;
  margin-right: 5px;
}
.video-menu .main-menu .sub-menu .inner-menu .p:last-child {
  margin-bottom: 0;
}
.video-menu .main-menu .sub-menu .inner-menu .p:hover .level2, .video-menu .main-menu .sub-menu .inner-menu .p:focus .level2 {
  visibility: visible;
  opacity: 1;
}
.video-menu .main-menu .menu {
  width: 450px;
  display: flex;
  height: 100%;
}
.video-menu .main-menu .menu.nav-tabs {
  border: 0;
}
.video-menu .main-menu .menu li {
  height: 100%;
  display: flex;
  align-items: center;
}
.video-menu .main-menu .menu li a {
  padding: 0 10px;
  font-size: 17px;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
}
.video-menu .main-menu .menu li a.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.video-menu .main-menu .menu li span {
  margin-right: 5px;
  color: #C11201;
  font-size: 25px;
}
.video-menu .main-menu .menu li:hover a.category-menu {
  background-color: rgba(255, 255, 255, 0.2);
}
.video-menu .main-menu .menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  transform: translateY(0px);
  left: 0;
}

.page-video-index .main-content {
  padding: 0;
}
.page-video-index .module .module-content {
  padding: 0;
}
.page-video-index .module .all .button {
  margin-left: 0;
  padding: 0;
  border-radius: 0;
  text-decoration: none;
}
.page-video-index .module:nth-child(2n) {
  background-color: rgba(37, 59, 69, 0.05);
}

@media only screen and (max-width: 1200px) {
  .video.video-detail {
    padding-top: 0;
  }
  .video.video-detail .box-detail {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 1100px) {
  .radio-online .part22 h4 {
    padding: 20px 0 20px;
  }
  .box-video .inner .part32 {
    max-width: calc(100% - 420px);
  }
  .box-video .inner .part31 .item:nth-child(n+5) {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .video-online.page-index .heading-title {
    background-color: #C11201;
    position: relative;
  }
  .video-online .part32 {
    width: 100%;
    margin-bottom: 30px;
  }
  .video-online .part31 {
    width: 100%;
  }
  .radio-online .part42 {
    width: 100%;
  }
  .radio-online .part22 {
    width: 100%;
  }
  .video.video-detail .box-detail {
    flex-wrap: wrap;
  }
  .video.video-detail .box-detail .iframe {
    width: 100%;
  }
  .video.video-detail .box-detail .info {
    width: 100%;
  }
  .video-online.page-index .part31 .list-radio {
    max-width: 600px;
    margin: auto;
  }
  .video-online.page-index .part31 .inner .iframe {
    padding-top: 56.25%;
  }
  .video-online.page-index .part31 .inner .iframe .h-iframe {
    top: 0;
  }
  .video-menu .sub-menu .tab-pane p {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 900px) {
  .box-video .inner .part32 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .box-video .inner .part32 .item .title a {
    font-size: 20px;
  }
  .box-video .inner .part31 {
    width: 100%;
    min-width: 100%;
  }
  .box-video .inner .part31 .item:nth-child(n+5) {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  .video.video-list .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .page-video-index .module .module-content .item:nth-child(n+4) {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .video-menu .main-menu .logo {
    font-size: 27px;
  }
  .video-menu .main-menu .menu {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .video-menu .main-menu .logo {
    margin-right: 0;
  }
  .video-menu .main-menu .logo span {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .box-video .inner {
    padding: 10px 5px 0;
  }
  .video.video-list.list-video-featured .number-video {
    width: 100px;
    justify-content: center;
  }
  .video.video-list.list-video-featured .number-video .inner h4, .video.video-list.list-video-featured .number-video .inner span {
    display: none;
  }
  .video.video-list.list-video-featured .module-content {
    width: calc(100% - 100px);
  }
  .video-menu .sub-menu {
    padding: 20px 10px 10px 0;
  }
  .video-menu .sub-menu .tab-pane p {
    width: 50%;
    min-width: 140px;
  }
  .video-menu .sub-menu .tab-pane p a {
    margin-left: 0;
    padding: 0 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .video-online .heading-title {
    font-size: 18px;
  }
  .video.video-list .module-content {
    margin: 0;
  }
  .video.video-list .item {
    width: 100%;
    margin: 0 0 20px;
  }
  .page-video-index .module .module-content .item:nth-child(n+4) {
    display: none;
  }
  .box-video .inner .part32 .item .title a {
    font-size: 17px;
  }
  .box-video .inner .part31 .item {
    width: calc(50% - 5px);
  }
  .box-video .inner .part31 .item .title a {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .video-menu .main-menu {
    padding: 0 10px;
  }
  .video-menu .main-menu .menu li a {
    margin: 0;
    font-size: 15px;
    padding: 0 7px;
  }
  .video-menu .main-menu .logo {
    max-width: 50px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 340px) {
  .video-menu .main-menu .menu li a {
    font-size: 13px;
  }
}
.program .content {
  padding-left: 20px;
}
.program .content p {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 7px;
}
.program .content h3 {
  font-weight: 700;
  font-size: 20px;
  color: #253B45;
  margin-bottom: 15px;
}
.program .content h2 {
  font-weight: 700;
  font-size: 20px;
  color: #253B45;
  margin-bottom: 15px;
  position: relative;
}
.program .content h2::before {
  content: "";
  background-color: #253B45;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 11px;
  left: -15px;
}
.program .content .heading-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.program .content h1 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: #C11201;
  margin-bottom: 15px;
  background-color: #fff;
  width: fit-content;
  z-index: 10;
  padding-right: 20px;
}
.program .content h1::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  left: -30px;
  background-color: #C11201;
}
.program .content .line {
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  top: 17px;
  right: 0px;
  background-color: #C11201;
}
.program .content .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.program .content .inner .part1 {
  max-width: 300px;
  width: calc(33.3333333333% - 20px);
  display: flex;
  flex-wrap: wrap;
}
.program .content .inner .part1 h2 {
  width: 100%;
}
.program .content .inner .part1 p {
  width: 100%;
}
.program .content .inner .part2 {
  width: calc(66.6666666667% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  height: fit-content;
}
.program .content .inner .part2 h2 {
  width: 100%;
}
.program .content .inner .part2 .item {
  width: calc(50% - 10px);
  max-width: 300px;
}
.program .list-program .select-date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
.program .list-program .select-date input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  width: 0;
}
.program .list-program .select-date span {
  cursor: pointer;
}
.program .list-program .select-date .table td {
  cursor: pointer !important;
}
.program .list-program h2 {
  margin-left: 10px;
  font-weight: 700;
  font-size: 17px;
}
.program .list-program h2.none {
  font-weight: normal;
}
.program .list-program table {
  width: 100%;
}
.program .list-program table th {
  background-color: rgba(37, 59, 69, 0.7);
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 10px;
  border: 2px solid #fff;
}
.program .list-program table td {
  background-color: rgba(37, 59, 69, 0.1);
  border: 2px solid #fff;
  padding: 7px 10px;
  font-size: 14px;
}
.program .list-program table td.text-center {
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .program .content .inner .part1, .program .content .inner .part2 {
    width: 100%;
    max-width: 100%;
  }
  .program .content .inner .part1 .item, .program .content .inner .part2 .item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .program .list-program table th {
    font-size: 17px;
  }
}
@media only screen and (max-width: 550px) {
  .program .content h2, .program .content h3 {
    font-size: 18px;
  }
  .program .content .inner .part2 .item {
    width: 100%;
    max-width: 100%;
  }
}
/*------------------------------------------------
** Recruitment
**------------------------------------------------*/
#sidebar {
  float: right;
  width: 100%;
  max-width: 300px;
  will-change: min-height;
}
#sidebar .sidebar__inner {
  width: 100%;
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.sidebar {
  padding: 0;
}
.sidebar:before {
  display: block;
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d4d4d4;
}
.sidebar h5 {
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 30px;
}
.sidebar .contactWrapper {
  padding: 0;
}

/*------------------------------------------------
** FOOTER
**------------------------------------------------*/
footer.footer2 {
  padding-top: 50px;
  background-color: rgba(112, 112, 112, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  font-size: 14px;
}
footer.footer2 .footer-info {
  padding: 30px 0;
}
footer.footer2 .footer-info .container-wrapper {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  margin: auto;
}
footer.footer2 .footer-info h3 {
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #253B45;
}
footer.footer2 .footer-info .company {
  width: 33%;
  min-width: 350px;
}
footer.footer2 .footer-info .company p {
  margin-bottom: 15px;
}
footer.footer2 .footer-info .footer-newsletter {
  width: 30%;
  text-align: left;
}
footer.footer2 .footer-info .footer-newsletter .form {
  position: relative;
}
footer.footer2 .footer-info .footer-newsletter .form .notice {
  z-index: 10;
}
footer.footer2 .footer-info .footer-newsletter .form #loading {
  z-index: 10;
}
footer.footer2 .footer-info .footer-newsletter form input {
  background-color: #fff;
  border-color: #253B45;
  height: 50px;
  font-size: 17px;
  border-radius: 0;
}
footer.footer2 .footer-info .footer-newsletter form input.error {
  border-color: #C11201;
}
footer.footer2 .footer-info .footer-newsletter form .button {
  display: block;
  width: fit-content;
  padding: 14px 85px;
  background-color: #253B45;
  color: #fff;
  margin: 20px 0 0 0;
}
footer.footer2 .footer-info .footer-newsletter form .button:hover {
  color: #fff;
  border-color: #C11201;
  background-color: #c11201;
}
footer.footer2 .footer-info .footer-newsletter p {
  margin-bottom: 10px;
}
footer.footer2 .footer-info .footer-newsletter p:last-child {
  margin-bottom: 0;
}
footer.footer2 .footer-info .social-network {
  margin-bottom: 20px;
}
footer.footer2 .footer-info .social-network a {
  margin-right: 20px;
}
footer.footer2 .footer-info .social-network span {
  font-size: 25px;
}
footer.footer2 .footer-info .footer-social {
  width: 30%;
}
footer.footer2 .copyright {
  padding: 10px 0;
  border-top: 1px solid rgba(37, 59, 69, 0.5);
  text-align: center;
}
footer.footer2 .copyright .ohi a {
  font-size: 13px;
  color: rgba(37, 59, 69, 0.8);
}
footer.footer2 .copyright .ohi a:hover {
  color: #c11201;
}

@media only screen and (max-width: 1000px) {
  footer.footer2 {
    padding-top: 0px;
  }
  footer.footer2 .footer-info {
    max-width: 750px;
    margin: auto;
  }
  footer.footer2 .footer-info .container-wrapper {
    justify-content: space-between;
  }
  footer.footer2 .footer-info .company {
    width: 100%;
    margin-bottom: 20px;
  }
  footer.footer2 .footer-info .footer-newsletter {
    width: 47%;
  }
  footer.footer2 .footer-info .footer-newsletter .form {
    position: relative;
  }
  footer.footer2 .footer-info .footer-newsletter form input {
    height: 40px;
  }
  footer.footer2 .footer-info .footer-social {
    width: 47%;
  }
}
@media only screen and (max-width: 500px) {
  footer.footer2 .footer-info .footer-newsletter, footer.footer2 .footer-info .footer-social {
    width: 100%;
  }
  footer.footer2 .footer-info .footer-social {
    margin-top: 40px;
  }
  footer.footer2 .footer-info .company {
    min-width: 100%;
  }
}
/*------------------------------------------------
** Maintain
**------------------------------------------------*/
.page-error {
  width: 100%;
  height: 100%;
  border-top: 10px solid #57A709;
}
.page-error p {
  display: block;
  text-align: center;
  font-size: 24px;
}
.page-error .container-wrapper {
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-error .container-wrapper .image {
  padding-top: 5%;
}
.page-error .container-wrapper .content {
  margin: auto;
}
.page-error .container-wrapper .content h1 {
  font-weight: 700;
  font-size: 15rem;
  line-height: 1;
  color: #57A709;
}
.page-error .container-wrapper .content a.back {
  margin-top: 20px;
  font-size: 25px;
  color: #57A709;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-error .container-wrapper .content a.back .fa {
  font-size: 20px;
}
.page-error .container-wrapper .content a.back:hover {
  color: #253B45;
}
.page-error .container-wrapper .content .note {
  font-size: 16px;
}

.page-maintain {
  width: 100%;
  height: 100%;
  border-top: 10px solid #57A709;
}
.page-maintain p {
  display: block;
  text-align: center;
  font-size: 24px;
}
.page-maintain .container-wrapper {
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-maintain .container-wrapper .image {
  padding-top: 5%;
}
.page-maintain .container-wrapper .content {
  margin: auto;
}
.page-maintain .container-wrapper .content h1 {
  font-weight: 700;
  font-size: 15rem;
  line-height: 1;
  color: #57A709;
}
.page-maintain .container-wrapper .content a.back {
  margin-top: 20px;
  font-size: 25px;
  color: #57A709;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-maintain .container-wrapper .content a.back .fa {
  font-size: 20px;
}
.page-maintain .container-wrapper .content a.back:hover {
  color: #253B45;
}
.page-maintain .container-wrapper .content .note {
  font-size: 16px;
}

/*------------------------------------------------
** MORE
**------------------------------------------------*/
.scroll-to-top {
  position: fixed;
  bottom: 80px;
  right: 29px;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #414C5B;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #ffffff;
  display: none;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top:hover {
  color: #ffffff;
  background: #C11201;
}
.scroll-to-top.active {
  display: flex;
}

.icon_zalo {
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 95px;
  right: 18pt;
  z-index: 99;
  padding: 10px 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #C11201;
}
.icon_zalo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.icon_zalo a img {
  height: 40px;
}
.icon_zalo:hover {
  background: #57A709;
}

.contact-fixed {
  position: fixed;
  right: 18px;
  bottom: 10px;
  z-index: 999;
}
.contact-fixed .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-fixed .inner .phone {
  position: relative;
  /*padding: 3px 20px;*/
  border-radius: 3px;
  font-weight: 600;
  line-height: 0;
  margin: 10px;
  /*border: 1px solid #208f5c;*/
}
.contact-fixed .inner .phone .fa {
  color: #FFF;
  background: #C11201;
  border-radius: 50%;
  padding: 10px;
  margin: 2px 0 0 19px;
  animation: 1s ease-in-out 0s normal none infinite running ring;
  font-size: 35px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
.contact-fixed .inner .phone .number {
  color: #31d256;
}
.contact-fixed .inner .phone .ring {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-circle;
  background-color: #C11201;
  border-radius: 100%;
  height: 85px;
  left: 1px;
  opacity: 0.1;
  position: absolute;
  top: -18px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 85px;
}
.contact-fixed .inner .button {
  padding: 15px 20px;
  border: 1px solid #FFF;
  background: #BF0000;
  color: #FFF;
}

.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow: auto;
}
.popup .popup-inner {
  background: #fff;
  width: 95%;
  max-width: 1100px;
  max-height: 750px;
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.popup .popup-inner .head {
  padding: 30px 20px 0;
}
.popup .popup-inner .head .head_title {
  padding-bottom: 10px;
}
.popup .popup-inner .head .head_title .title {
  font-size: 20px;
}
.popup .popup-inner .head .sub_title {
  font-size: 18px;
}
.popup .popup-inner span.close {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url("../images/popup-close.png") no-repeat center;
}
.popup .popup-inner .inner {
  margin: auto;
  padding: 30px 20px;
  margin: 0 30px;
  overflow-y: scroll;
  border: 1px solid #cccccc;
}
.popup .popup-inner .box-popup {
  padding: 30px 0;
  position: relative;
}
.popup .popup-inner .box-popup .box-inner {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.popup .popup-inner .box-popup .box-inner .text {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #C11201;
  font-weight: 600;
  padding-bottom: 15px;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
}
.overlay-bg img {
  position: fixed;
  top: calc(50% - 58px);
  left: calc(50% - 58px);
  z-index: 20001;
}

/*------------------------------------------------
** Animate
**------------------------------------------------*/
@keyframes zoomIcon {
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.25) skew(1deg);
  }
  30% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  70% {
    opacity: 0.4;
    transform: rotate(0deg) scale(0.75) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
/*------------------------------------------------
** MEDIA ONLY SCREEN
**------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  .main_menu .plugin-search {
    width: 240px;
  }
  .main-body .main-content #center {
    margin: 0;
  }
  .main-body .main-content #sidebar {
    float: initial !important;
    max-width: 100%;
  }
  .main-body .main-content #sidebar .sidebar__inner {
    position: relative !important;
    transform: initial !important;
    top: initial !important;
    left: initial !important;
    width: initial !important;
  }
}
@media only screen and (max-width: 1000px) {
  .page {
    padding-top: 56px;
  }
  .page .rd-menu,
  .page .rd-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page header {
    display: none;
  }
  .page header .header-top {
    height: initial;
    padding: 5px 0;
  }
  .page header .header-top .logo {
    display: none;
  }
  .page header .header-top .header_address {
    width: 100%;
    justify-content: space-evenly;
  }
  .page header .header-top .header_address .item_address {
    margin: 0;
    position: relative;
  }
  .page header .header-top .header_address .item_address .item_text {
    width: calc(100% - 60px);
    max-width: 300px;
  }
  .page header .header-top .header_address .item_address .item_text a {
    display: block;
  }
  .page header .header-top .header_address .item_address .item_text span {
    display: none;
  }
  .page .main_menu {
    display: none;
  }
  .box-main .container-wrapper .block.block-left {
    display: none;
  }
  .box-main .container-wrapper .block.block-main {
    width: 100%; /*padding-top: 40px;*/
  }
}
@media only screen and (max-width: 800px) {
  .breadcrumbs.brb-header .container-wrapper {
    flex-direction: column;
  }
  .breadcrumbs.brb-header .container-wrapper .breadcrumbs-header {
    text-align: center;
  }
  .breadcrumbs.brb-header .container-wrapper .breadcrumbs-nav {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .page header .header-top .header_address {
    flex-direction: column;
  }
  .page header .header-top .header_address .item_address {
    padding-bottom: 6px;
  }
  .page header .header-top .header_address .item_address .item_text p {
    display: flex;
  }
  .page header .header-top .header_address .item_address .item_text p span {
    display: block;
    margin: 0 6px;
  }
}

/*# sourceMappingURL=style.css.map */
