/*------------------------------------------------------------------
[Common]
*/
body {
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #323232; }
  @media (max-width: 991px) {
    body.body-hidden {
      overflow: hidden; } }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: 700;
  font-family: "Merriweather", Arial, sans-serif; }

img {
  max-width: 100%;
  height: auto;
  height: unset;
  width: auto; }

textarea {
  resize: none; }

a {
  color: #323232;
  text-decoration: none; }
  a:hover, a:focus {
    color: #1baf95; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1194px; } }

/*------------------------------------------------------------------
[Buttons]
*/
button {
  cursor: pointer; }
  button:focus {
    outline: none; }

.btn-clear {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent; }

.btn {
  border-radius: 4px;
  min-width: 110px;
  font-size: 13px;
  padding-top: 7px;
  padding-bottom: 7px; }
  @media only screen and (min-width: 768px) {
    .btn {
      min-width: 124px;
      font-size: 16px; } }

.tc-btn-outline-primary {
  border-color: #1baf95;
  background-color: #fff;
  color: #1baf95; }
  .tc-btn-outline-primary:hover, .tc-btn-outline-primary:focus {
    background-color: #1baf95;
    color: #fff; }

.tc-btn-primary {
  border-color: #1baf95;
  background-color: #1baf95;
  color: #fff; }
  .tc-btn-primary:hover, .tc-btn-primary:focus {
    background-color: #14836f;
    color: #fff; }

.tc-btn-dark-blue {
  border-color: #4e69a2;
  background-color: #4e69a2;
  color: #fff; }
  .tc-btn-dark-blue:hover, .tc-btn-dark-blue:focus {
    background-color: #3d5380;
    color: #fff; }

/*------------------------------------------------------------------
[Typo]
*/
.title {
  font-family: "Merriweather", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0; }

.title-line-gradient {
  display: inline-block;
  position: relative;
  padding-bottom: 8px; }
  .title-line-gradient::after {
    content: "";
    background-image: -webkit-linear-gradient(-90deg, #1baf95 0%, #f99d1b 100%);
    background-image: -moz-linear-gradient(-90deg, #1baf95 0%, #f99d1b 100%);
    background-image: -o-linear-gradient(-90deg, #1baf95 0%, #f99d1b 100%);
    background-image: linear-gradient(-90deg, #1baf95 0%, #f99d1b 100%);
    position: absolute;
    height: 2px;
    border-radius: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }

.text-size-16 {
  font-size: 16px; }

/*------------------------------------------------------------------
[Icons]
*/
[class*='ico-'] {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat; }

.ico-email {
  background-image: url(../images/icons/ico-email.svg);
  width: 20px;
  height: 20px; }

.ico-ads {
  background-image: url(../images/icons/ico-ads.svg);
  width: 20px;
  height: 20px; }

.ico-shake-hand {
  background-image: url(../images/icons/ico-shake-hand.svg);
  width: 20px;
  height: 20px; }

.ico-facebook {
  background-image: url(../images/icons/ico-facebook.svg);
  width: 14px;
  height: 14px; }

.ico-tiktok {
  background-image: url(../images/icons/ico-tiktok.svg);
  width: 12px;
  height: 14px; }

.ico-youtube {
  background-image: url(../images/icons/ico-youtube.svg);
  width: 20px;
  height: 14px; }

.ico-home {
  background-image: url(../images/icons/ico-home.svg);
  width: 28px;
  height: 28px; }

.ico-search {
  background-image: url(../images/icons/ico-search.svg);
  background-size: 100% 100%;
  width: 18px;
  height: 18px; }
  @media only screen and (min-width: 992px) {
    .ico-search {
      width: 20px;
      height: 20px; } }

.ico-player-square {
  background-image: url(../images/icons/ico-player-square.svg);
  width: 30px;
  height: 30px; }

.ico-arrow-left {
  background-image: url(../images/icons/ico-arrow-left.svg);
  width: 32px;
  height: 32px; }

.ico-arrow-right {
  background-image: url(../images/icons/ico-arrow-right.svg);
  width: 32px;
  height: 32px; }

.ico-angle-right, .breadcrumb-site .breadcrumb-item + .breadcrumb-item::before {
  background-image: url(../images/icons/ico-angle-right.svg);
  width: 5px;
  height: 10px; }

.ico-player-square-big {
  background-image: url(../images/icons/ico-player-square-big.svg);
  background-size: 100% 100%;
  width: 40px;
  height: 40px; }
  @media only screen and (min-width: 768px) {
    .ico-player-square-big {
      width: 64px;
      height: 64px; } }

.ico-union {
  background-image: url(../images/icons/ico-union.svg);
  width: 21px;
  height: 12px; }

.ico-camera {
  background-image: url(../images/icons/ico-camera.svg);
  width: 32px;
  height: 32px; }

.ico-text {
  background-image: url(../images/icons/ico-text.svg);
  width: 32px;
  height: 32px; }

.ico-photo {
  background-image: url(../images/icons/ico-photo.svg);
  width: 32px;
  height: 32px; }

/*------------------------------------------------------------------
[Header]
*/
.header-site {
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .header-site {
      margin-bottom: 32px; } }

.header-top {
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 24px; }
  .header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }

.navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 10px; }
  @media only screen and (min-width: 1200px) {
    .navbar-brand {
      margin-right: 20px; } }

.btn-search {
  width: 48px;
  height: 48px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 48px; }
  .btn-search i {
    vertical-align: middle; }

.block-search {
  position: relative; }

.form-search {
  height: 48px; }
  @media only screen and (min-width: 992px) {
    .form-search {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 0;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      overflow: hidden; }
      .form-search.show {
        width: 320px;
        overflow: inherit; } }
  .form-search .inner {
    background-color: #fff;
    padding-right: 48px;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height: 100%; }
  .form-search .form-control {
    height: 100%;
    border: none;
    border-radius: 0;
    font-size: 14px; }
    .form-search .form-control:focus {
      box-shadow: none;
      outline: none; }
  .form-search button {
    position: absolute;
    top: 0;
    right: 0; }

.navbar-expand-lg {
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0; }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 500;
    font-family: "Merriweather", Arial, sans-serif;
    padding: 0 6px;
    line-height: 48px;
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 1200px) {
      .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 10px;
        font-size: 13px; } }
    .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link.active {
      color: #f99d1b; }
      .navbar-expand-lg .navbar-nav .nav-link:hover::after, .navbar-expand-lg .navbar-nav .nav-link:focus::after, .navbar-expand-lg .navbar-nav .nav-link.active::after {
        bottom: 0;
        width: 100%; }
    .navbar-expand-lg .navbar-nav .nav-link::after {
      content: "";
      display: block;
      bottom: 0;
      left: 0;
      width: 0;
      background-image: -webkit-linear-gradient(-90deg, #1baf95 0%, #f99d1b 100%);
      background-image: -moz-linear-gradient(-90deg, #1baf95 0%, #f99d1b 100%);
      background-image: -o-linear-gradient(-90deg, #1baf95 0%, #f99d1b 100%);
      background-image: linear-gradient(-90deg, #1baf95 0%, #f99d1b 100%);
      position: absolute;
      height: 2px;
      border-radius: 1px;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
  .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0; }
  .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    top: 120%;
    visibility: hidden; }
  .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible; }

.dropdown-menu-site {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  min-width: 195px;
  padding: 0;
  margin: 0; }
  .dropdown-menu-site .dropdown-item {
    padding: 11px 24px;
    font-family: "Merriweather", Arial, sans-serif;
    font-size: 13px; }
    .dropdown-menu-site .dropdown-item:hover, .dropdown-menu-site .dropdown-item:focus {
      color: #f99d1b;
      background-color: #fff5e7; }

.social-header {
  padding: 0 15px; }
  @media only screen and (min-width: 992px) {
    .social-header {
      padding: 0; } }
  .social-header .list-inline-item:not(:last-child) {
    margin-right: 14px; }

.header-mb {
  padding: 12px 0;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
  z-index: 15; }
  .header-mb .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-mb .logo img {
    max-height: 32px; }
  .header-mb .dropdown-menu-site {
    min-width: 300px; }

.header-right-mobile {
  display: flex; }

.btn-bars, .btn-search-mobile {
  background-color: rgba(0, 0, 0, 0.05);
  width: 32px;
  height: 32px;
  border-radius: 4px; }

.btn-search-mobile {
  margin-right: 8px; }

.btn-bars span {
  width: 18px;
  height: 1px;
  background-color: #323232;
  position: relative;
  display: block;
  margin: 0 auto; }
  .btn-bars span::before, .btn-bars span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #323232; }
  .btn-bars span::before {
    top: -5px; }
  .btn-bars span::after {
    bottom: -5px; }

.header-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 98;
  display: none; }
  .header-mask.show {
    display: block; }

.sidebar-menu {
  position: fixed;
  top: 0;
  left: -300px;
  background-color: #fff;
  width: 300px;
  z-index: 99;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100vh;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .sidebar-menu.show {
    left: 0; }

.sidebar-menu-header {
  height: 55px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px; }
  .sidebar-menu-header img {
    max-height: 32px; }

.btn-close-menu {
  position: relative;
  height: 32px;
  width: 32px; }
  .btn-close-menu::before, .btn-close-menu::after {
    content: "";
    position: absolute;
    background-color: #323232;
    height: 1px;
    width: 26px;
    right: 0;
    left: 0;
    transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    top: 50%; }
  .btn-close-menu::before {
    transform: rotate(45deg);
    margin-top: -2px; }
  .btn-close-menu::after {
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -2px; }

.sidebar-menu-content {
  height: calc(100vh - 55px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 0; }

.navbar-nav-mb {
  display: block; }
  .navbar-nav-mb .nav-link {
    font-size: 13px;
    font-weight: 500;
    font-family: "Merriweather", Arial, sans-serif;
    padding: 8px 15px; }
    .navbar-nav-mb .nav-link:hover, .navbar-nav-mb .nav-link:focus, .navbar-nav-mb .nav-link.active {
      color: #f99d1b; }
  .navbar-nav-mb .dropdown-menu-site {
    box-shadow: none;
    position: static !important;
    width: 100%;
    transform: none !important;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4; }

.btn-open-submenu {
  height: 35px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 0 15px; }

@-webkit-keyframes showStickyMenu {
  from {
    top: -100px; }
  to {
    top: 0; } }
@-moz-keyframes showStickyMenu {
  from {
    top: -100px; }
  to {
    top: 0; } }
@keyframes showStickyMenu {
  from {
    top: -100px; }
  to {
    top: 0; } }
.fixed-header .navbar-expand-lg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  animation: 250ms ease-out 0s normal none 1 running showStickyMenu; }
.fixed-header .header-mb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: 250ms ease-out 0s normal none 1 running showStickyMenu; }

/*------------------------------------------------------------------
[Content]
*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.section-heading {
  border-bottom: 1px solid #39a492;
  margin-bottom: 24px;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .section-heading {
      margin-bottom: 32px; } }

.heading {
  background-color: #39a492; }

.heading-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  line-height: 1.266667;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 30px;
  height: 29px;
  display: flex;
  align-items: center;
  min-width: 172px;
  position: relative; }
  .heading-title::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background-color: #fff; }
  .heading-title::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url(../images/heading-bg.png) no-repeat right top;
    z-index: 1; }
  .heading-title span {
    position: relative;
    z-index: 2; }
  .heading-title a {
    color: inherit; }
  @media only screen and (min-width: 768px) {
    .heading-title {
      font-size: 17px;
      line-height: 1.294117;
      height: 38px; } }

.bg-lighter .heading-title::after {
  background-color: #fcfaf6; }

.gap .container {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .gap .container {
      margin-bottom: 40px;
      padding-bottom: 40px; } }
  .gap .container::after {
    content: '';
    border-top: 1px solid #e4e4e4;
    margin-top: 15px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media only screen and (min-width: 768px) {
      .gap .container::after {
        left: 12px;
        right: 12px; } }

@media (max-width: 767.98px) {
  .line {
    border-bottom: 1px dashed #e4e4e4 !important;
    padding-bottom: 15px;
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .sub-featured {
    margin-top: 32px; } }

.card .card-thumb img {
  border-radius: 4px;
  width: 100%; }
.card .card-thumb a {
  display: block;
  position: relative; }
  .card .card-thumb a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    transition: all 0.25 linear; }
  .card .card-thumb a:hover::before {
    opacity: 1;
    visibility: visible; }
.card .card-title {
  margin-bottom: 0; }
.card.card-custom {
  border: 0;
  border-radius: 0; }
  .card.card-custom .card-title {
    font-size: 16px; }
    @media only screen and (min-width: 768px) {
      .card.card-custom .card-title {
        font-size: 20px; } }
  .card.card-custom .card-body {
    padding: 12px 0 0 0; }
  .card.card-custom .card-text {
    display: none; }
    @media only screen and (min-width: 768px) {
      .card.card-custom .card-text {
        display: block; } }
.card.card-flexiable {
  border: 0;
  flex-direction: row;
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .card.card-flexiable {
      flex-direction: column; } }
  .card.card-flexiable .card-thumb {
    width: 140px;
    height: 80px; }
    @media only screen and (min-width: 768px) {
      .card.card-flexiable .card-thumb {
        width: 100%;
        height: auto;
        margin-bottom: 16px; } }
    .card.card-flexiable .card-thumb img {
      width: inherit;
      height: inherit; }
      @media only screen and (min-width: 768px) {
        .card.card-flexiable .card-thumb img {
          width: 100%;
          height: auto; } }
  .card.card-flexiable .card-body {
    width: calc(100% - 140px);
    padding: 0 0 0 12px; }
    @media only screen and (min-width: 768px) {
      .card.card-flexiable .card-body {
        width: 100%;
        padding-left: 0; } }
  .card.card-flexiable .card-title {
    font-size: 13px;
    line-height: 1.384615;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .card.card-flexiable .card-title {
        font-size: 14px;
        line-height: 1.5; } }
  .card.card-flexiable .card-text {
    margin-top: 12px; }
.card.card-fix {
  border-color: #e4e4e4;
  border-radius: 4px; }
  .card.card-fix .card-thumb {
    height: 105px;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .card.card-fix .card-thumb {
        height: 135px; } }
    .card.card-fix .card-thumb img {
      width: 100%;
      border-radius: 4px 4px 0 0;
      object-fit: cover; }
  .card.card-fix .card-title {
    font-size: 14px;
    line-height: 1.5; }
  .card.card-fix .card-body {
    padding: 10px 14px; }
    @media only screen and (min-width: 768px) {
      .card.card-fix .card-body {
        padding-left: 14px;
        padding-right: 14px; } }
.card.card-main-cate {
  border: 0;
  border-radius: 0; }
  .card.card-main-cate .card-title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0; }
  .card.card-main-cate .card-body {
    padding: 16px 0;
    border-bottom: 1px dotted #e4e4e4;
    margin-bottom: 16px; }

.card-type {
  position: absolute;
  bottom: 8px;
  right: 8px; }

.sub-cate {
  padding-left: 10px;
  display: none;
  font-family: "Merriweather", Arial, sans-serif; }
  @media only screen and (min-width: 768px) {
    .sub-cate {
      display: block; } }
  .sub-cate a {
    color: #7e7e7e;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px;
    padding: 0 10px; }
    .sub-cate a:hover, .sub-cate a:focus, .sub-cate a.active {
      color: #f99d1b; }

.hot-topic-slider {
  position: relative; }
  .hot-topic-slider .swiper-slide {
    width: 185px; }
    @media only screen and (min-width: 768px) {
      .hot-topic-slider .swiper-slide {
        width: 240px; } }

.swiper-arrow--circle .swiper-button-prev,
.swiper-arrow--circle .swiper-button-next {
  width: 32px;
  height: 32px; }
  .swiper-arrow--circle .swiper-button-prev::after,
  .swiper-arrow--circle .swiper-button-next::after {
    width: 32px;
    height: 32px;
    background-position: 0 0;
    background-repeat: no-repeat;
    content: ''; }
.swiper-arrow--circle .swiper-button-prev {
  left: 0; }
  @media only screen and (min-width: 768px) {
    .swiper-arrow--circle .swiper-button-prev {
      left: -16px; } }
  .swiper-arrow--circle .swiper-button-prev::after {
    background-image: url(../images/icons/ico-arrow-left.svg); }
.swiper-arrow--circle .swiper-button-next {
  right: 0; }
  @media only screen and (min-width: 768px) {
    .swiper-arrow--circle .swiper-button-next {
      right: -16px; } }
  .swiper-arrow--circle .swiper-button-next::after {
    background-image: url(../images/icons/ico-arrow-right.svg); }

.list-group-new {
  margin-bottom: 24px; }
  .list-group-new li, .list-group-new .list-group-new-item {
    display: flex;
    margin-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      .list-group-new li, .list-group-new .list-group-new-item {
        margin-bottom: 20px; } }
    .list-group-new li:last-of-type, .list-group-new .list-group-new-item:last-of-type {
      margin-bottom: 0; }
  .list-group-new-thumb {
    width: 140px;
    height: 80px;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .list-group-new-thumb {
        width: 267px;
        height: 150px; } }
    .list-group-new-thumb img {
      max-width: 100%;
      height: auto;
      border-radius: 4px; }
  .list-group-new-body {
    flex: 1 1 auto;
    width: 1%;
    padding-left: 16px; }
  .list-group-new-title {
    font-size: 13px;
    line-height: 1.52941;
    font-weight: bold;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .list-group-new-title {
        font-size: 17px; } }
  .list-group-new-text {
    padding-top: 16px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .list-group-new-text {
        display: block; } }

.hot-news-item {
  display: flex;
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .hot-news-item {
      padding: 22px 0;
      border-bottom: 1px dotted #e4e4e4;
      margin-bottom: 0; }
      .hot-news-item:first-of-type {
        padding-top: 0; }
      .hot-news-item:last-of-type {
        padding-bottom: 0;
        border-bottom-width: 0; } }
  .hot-news-item:last-of-type {
    margin-bottom: 0; }
.hot-news-thumb {
  height: 92px;
  width: 92px; }
  .hot-news-thumb img {
    width: inherit;
    height: inherit;
    border-radius: 4px; }
.hot-news-body {
  flex: 1 1 auto;
  width: 1%;
  padding: 0 0 0 16px; }
.hot-news-title {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0; }

.group > [class*="col-"] {
  margin-bottom: 20px; }
@media only screen and (min-width: 768px) {
  .group > [class*="col-"] {
    border-right: 1px solid #e4e4e4; }
    .group > [class*="col-"]:nth-child(2n + 2) {
      border-right-width: 0; } }
@media only screen and (min-width: 992px) {
  .group > [class*="col-"] {
    border-right: 1px solid #e4e4e4; }
    .group > [class*="col-"]:nth-child(2n + 2) {
      border-right-width: 1px; }
    .group > [class*="col-"]:last-child {
      border-right-width: 0; } }
@media only screen and (min-width: 1200px) {
  .group {
    margin-left: -25px;
    margin-right: -25px; }
    .group > [class*="col-"] {
      padding-left: 25px;
      padding-right: 25px; } }

.player-container iframe, .player-container img {
  width: 100%;
  display: block; }

.player-list-container {
  background-color: #f2f2f2;
  padding: 15px 0 15px 15px;
  border-radius: 4px;
  margin-top: 16px; }
  @media only screen and (min-width: 992px) {
    .player-list-container {
      padding: 24px 0 24px 24px;
      margin-top: 0; } }
.player-list-item {
  margin-bottom: 16px;
  display: flex; }
  .player-list-item:last-of-type {
    margin-bottom: 0; }
.player-list-thumb {
  width: 124px; }
  @media only screen and (min-width: 768px) {
    .player-list-thumb {
      width: 164px; } }
  .player-list-thumb a {
    display: block;
    position: relative; }
  .player-list-thumb img {
    width: 100%;
    height: 70px;
    border-radius: 4px; }
    @media only screen and (min-width: 768px) {
      .player-list-thumb img {
        height: 92px; } }
.player-list-body {
  flex: 1 1 auto;
  width: 1%;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
.player-list-title {
  font-size: 13px;
  line-height: 1.5; }
  @media only screen and (min-width: 768px) {
    .player-list-title {
      font-size: 14px; } }
.player-list-view {
  height: 330px; }

.scroll-bar--bigger .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2);
  width: 6px; }
.scroll-bar--bigger .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.4); }

.in-category {
  color: #1baf95;
  font-size: 13px;
  line-height: 1.5;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .in-category {
      font-size: 14px; } }
  .in-category a {
    color: #1baf95; }

.player-control {
  position: absolute;
  height: 30px;
  left: 8px;
  bottom: 8px;
  display: flex; }
  .player-control .timer {
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #fff;
    padding: 0 8px;
    line-height: 30px; }

.breadcrumb-site {
  margin-bottom: 12px; }
  .breadcrumb-site a {
    color: #1baf95; }
  .breadcrumb-site .breadcrumb-item.active {
    color: #7e7e7e; }
  .breadcrumb-site .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    margin: 5px 12px 0 4px; }

@media only screen and (min-width: 992px) {
  .col-right {
    width: 324px; } }

@media only screen and (min-width: 992px) {
  .col-main {
    width: calc(100% - 324px); } }

.mb-32 {
  margin-bottom: 32px; }

.sidebar-ads a, .sidebar-ads img {
  display: block; }
.sidebar-ads.is-bottom {
  margin-bottom: 30px; }

.sidebar-ads-item:not(:last-child) {
  margin-bottom: 24px; }

.header-sidebar-right {
  margin-bottom: 24px; }

.sidebar-right {
  border: 1px solid #e4e4e4;
  padding: 18px;
  border-radius: 4px;
  margin-bottom: 24px; }

.most-view-video-thumb {
  margin-bottom: 14px;
  border-radius: 4px; }
  .most-view-video-thumb img {
    border-radius: 4px;
    width: 100%; }
  .most-view-video-thumb a {
    display: block;
    position: relative; }

.list-context-linedots li {
  border-top: 1px dotted #e4e4e4;
  padding-top: 14px;
  margin-top: 14px;
  font-family: "Merriweather", Arial, sans-serif; }

.line-gap {
  height: 1px;
  background-color: #e4e4e4;
  margin: 12px -12px 24px; }
  @media only screen and (min-width: 576px) {
    .line-gap {
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    .line-gap {
      margin: 24px 0 36px; } }

.player-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.block-cate:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .block-cate:not(:last-child) {
      padding-bottom: 40px;
      margin-bottom: 40px; } }
.block-cate .card {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .block-cate .card {
      margin-bottom: 40px; } }

.tag-name {
  border-bottom: 1px dotted #e4e4e4;
  font-size: 20px;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: -16px; }
  @media only screen and (min-width: 768px) {
    .tag-name {
      font-size: 25px;
      padding-bottom: 12px;
      margin-bottom: 24px;
      margin-top: 0; } }

.title-video {
  font-size: 20px;
  font-weight: 700;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .title-video {
      font-size: 25px; } }

.header-line-dotted {
  padding-bottom: 5px;
  margin-bottom: 14px;
  border-bottom: 1px dotted #e4e4e4; }
  @media only screen and (min-width: 768px) {
    .header-line-dotted {
      padding-bottom: 8px;
      margin-bottom: 20px; } }

/*------------------------------------------------------------------
[Detail]
*/
.bg-lighter {
  background-color: #fcfaf6; }

.detail {
  max-width: 754px; }
  @media only screen and (min-width: 992px) {
    .detail {
      margin-left: 48px; } }

.section-top {
  margin-top: -16px;
  padding: 12px 0; }
  @media only screen and (min-width: 768px) {
    .section-top {
      margin-top: -32px;
      padding: 16px 0; }
      .section-top .section-heading {
        display: none; } }
  @media only screen and (min-width: 992px) {
    .section-top.bg-lighter .breadcrumb-site {
      padding-left: 48px; } }

.breadcrumb-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .breadcrumb-container .breadcrumb {
    margin-bottom: 0; }
  .breadcrumb-container nav {
    width: 100%;
    display: none; }
    @media only screen and (min-width: 768px) {
      .breadcrumb-container nav {
        flex: 1 1 auto;
        width: 1%;
        display: block; } }
  .breadcrumb-container .entry-time {
    padding-left: 16px;
    text-align: right;
    width: 100%;
    color: #7e7e7e;
    font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .breadcrumb-container .entry-time {
        width: auto;
        font-size: 14px; } }

.entry-relate-slider {
  position: relative;
  margin-bottom: 24px; }
  @media only screen and (min-width: 992px) {
    .entry-relate-slider {
      margin-bottom: 0; } }
  .entry-relate-slider .swiper-slide {
    width: 180px; }
  .entry-relate-slider .card.card-fix .card-thumb {
    height: 100px; }

.section-content {
  margin-bottom: 30px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e4e4e4;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .section-content {
      margin-bottom: 36px;
      padding-bottom: 40px; } }
  .section-content .container {
    position: relative; }

.social-pin {
  width: 48px;
  padding-top: 220px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-bottom: 20px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition-duration: 250ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  z-index: 5;
  display: none; }
  @media only screen and (min-width: 992px) {
    .social-pin {
      display: block; } }
  .social-pin .social-circle {
    flex-direction: column; }
    .social-pin .social-circle li:nth-child(2n+2)::after {
      content: "";
      display: block;
      height: 1px;
      background-color: #ebebeb;
      width: 24px;
      margin: 8px 0 0 3px; }
    .social-pin .social-circle li:last-child::after {
      display: none; }

.social-circle {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 8px; }
  .social-circle a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    color: #7e7e7e;
    border-radius: 100%; }
    .social-circle a:hover {
      background-color: #1baf95;
      color: #fff; }

.entry-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #e4e4e4; }
  @media only screen and (min-width: 768px) {
    .entry-header {
      padding-bottom: 24px;
      margin-bottom: 24px; } }
.entry-title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .entry-title {
      margin-bottom: 30px;
      font-size: 30px; } }
.entry-network {
  display: flex;
  gap: 8px; }
  .entry-network a {
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 8px; }
.entry-network-share {
  background-color: #4167b2; }
.entry-network-like {
  background-color: #1877f2; }
.entry-lead {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .entry-lead {
      font-size: 17px;
      margin-bottom: 24px; } }
.entry-body {
  font-size: 12px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .entry-body {
      font-size: 17px;
      margin-bottom: 40px; } }
  .entry-body figcaption {
    color: #7e7e7e;
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
    font-style: italic; }
    @media only screen and (min-width: 768px) {
      .entry-body figcaption {
        font-size: 14px;
        margin-top: 16px; } }
.entry-relate {
  background-color: #fff;
  border-radius: 4px;
  padding: 14px;
  border: 1px solid #e4e4e4;
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .entry-relate {
      padding: 20px;
      margin-bottom: 24px; } }
  .entry-relate .list-group-new {
    margin-bottom: 0; }
  .entry-relate .list-group-new-thumb {
    width: 140px;
    height: 80px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .entry-relate .list-group-new-thumb {
        width: 180px;
        height: 100px; } }
    .entry-relate .list-group-new-thumb img {
      width: inherit;
      height: inherit; }
.entry-author {
  text-align: right;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .entry-author {
      margin-bottom: 24px; } }
.entry-footer {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4; }
  @media only screen and (min-width: 768px) {
    .entry-footer {
      padding-bottom: 24px; } }

.back-folder, .save {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebebeb;
  color: #7e7e7e;
  border-radius: 100%; }
  .back-folder:hover, .save:hover {
    background-color: #1baf95;
    color: #fff; }

.tags {
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .tags {
      margin-bottom: 32px; } }
  .tags-label {
    color: #7e7e7e;
    font-size: 13px;
    font-weight: normal; }

.tag-item {
  display: inline-block;
  margin-left: 16px;
  font-size: 13px;
  font-weight: normal; }
  .tag-item a {
    color: #1baf95;
    text-decoration: underline; }
    .tag-item a:hover {
      color: #323232; }

.comment-write {
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .comment-write {
      margin-bottom: 32px; } }
.comment-form-label {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .comment-form-label {
      font-size: 22px;
      margin-bottom: 24px; } }
.comment-form {
  padding-left: 10px;
  flex: 1 1 auto;
  width: 1%; }
  @media only screen and (min-width: 768px) {
    .comment-form {
      padding-left: 16px; } }
  .comment-form .form-control {
    border-color: #e4e4e4;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 14px;
    color: #323232;
    margin-bottom: 10px; }
    .comment-form .form-control::-webkit-input-placeholder {
      color: #7e7e7e; }
    .comment-form .form-control:-moz-placeholder {
      color: #7e7e7e;
      opacity: 1; }
    .comment-form .form-control::-moz-placeholder {
      color: #7e7e7e;
      opacity: 1; }
    .comment-form .form-control:-ms-input-placeholder {
      color: #7e7e7e; }
    @media only screen and (min-width: 768px) {
      .comment-form .form-control {
        margin-bottom: 16px; } }
    .comment-form .form-control:focus {
      box-shadow: none;
      outline: none; }
  .comment-form textarea.form-control {
    height: 120px;
    color: #7e7e7e;
    margin-bottom: 8px;
    padding: 14px; }
    @media only screen and (min-width: 768px) {
      .comment-form textarea.form-control {
        height: 80px; } }
  @media only screen and (min-width: 768px) {
    .comment-form .comment-form-buttons {
      padding-top: 24px; } }
.comment-notice {
  color: #7e7e7e;
  font-size: 12px;
  margin-bottom: 16px; }
@media only screen and (min-width: 768px) {
  .comment-editor {
    padding-left: 56px; } }
.comment-editor-heading {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 18px; }
  @media only screen and (min-width: 768px) {
    .comment-editor-heading {
      margin-bottom: 34px; } }
  .comment-editor-heading .title-line-gradient {
    font-size: 17px;
    margin-bottom: 0; }
.comment-editor-filter {
  color: #7e7e7e;
  font-size: 12px; }
  .comment-editor-filter a {
    color: #7e7e7e;
    display: inline-block; }
    .comment-editor-filter a.active {
      font-weight: bold;
      color: #323232; }
    .comment-editor-filter a:hover {
      color: #323232; }
    .comment-editor-filter a + a::before {
      content: '|';
      display: inline-block;
      margin-right: 5px;
      padding-left: 5px; }
.comment-item {
  margin-bottom: 16px; }
  .comment-item:not(:last-child) .comment-item-body {
    padding-bottom: 16px;
    border-bottom: 1px dotted #e4e4e4; }
.comment-item-body {
  width: 1%;
  flex: 1 1 auto;
  padding-left: 16px; }
.comment-item-time {
  margin-left: 10px;
  color: #7e7e7e; }
.comment-item-actions {
  display: flex;
  align-items: center;
  gap: 20px; }
  .comment-item-actions a {
    color: #7e7e7e; }
    .comment-item-actions a:hover {
      color: #1baf95; }

.avatar-placehodler {
  width: 40px;
  height: 40px;
  border-radius: 100%; }

.comments {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .comments {
      margin-bottom: 32px; } }

@media only screen and (min-width: 992px) {
  .author-col-left {
    width: 59.5%; }

  .author-col-right {
    width: 37%;
    margin-left: 3.5%; } }
.author-detail {
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .author-detail {
      margin-bottom: 0; } }

.single-item:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .single-item:not(:last-child) {
      padding-bottom: 20px;
      margin-bottom: 20px; } }
.single-item-thumb {
  width: 60px; }
.single-item-img {
  width: 60px;
  height: 60px;
  border-radius: 100%; }
.single-item-body {
  flex: 1 1 auto;
  width: 1%;
  padding-left: 16px; }
.single-item-title {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: bold; }
.single-item-text {
  color: #7e7e7e; }
.single-item.large {
  align-items: center; }
  .single-item.large .single-item-thumb {
    width: 96px; }
  .single-item.large .single-item-img {
    width: 96px;
    height: 96px; }
  .single-item.large .single-item-title {
    font-size: 20px; }
    @media only screen and (min-width: 768px) {
      .single-item.large .single-item-title {
        font-size: 25px; } }

.author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dotted #e4e4e4; }
  .author .single-item {
    border-bottom-width: 0 !important;
    flex: 1 1 auto;
    width: 1%;
    padding-right: 20px; }
    @media (max-width: 991.98px) {
      .author .single-item {
        width: 100%;
        flex-direction: column;
        padding-right: 0;
        margin-bottom: 0; }
        .author .single-item.large .single-item-body, .author .single-item.large .single-item-thumb {
          width: 100%;
          padding-left: 0;
          text-align: center; }
        .author .single-item.large .single-item-thumb {
          margin-bottom: 10px; } }
  @media only screen and (min-width: 992px) {
    .author .single-item-body {
      display: flex; } }
  .author .author-social {
    width: 100%;
    margin-top: 20px; }
    @media only screen and (min-width: 992px) {
      .author .author-social {
        margin-top: 0; } }
    .author .author-social .social-circle {
      justify-content: center; }
    @media only screen and (min-width: 992px) {
      .author .author-social {
        width: auto; }
        .author .author-social .social-circle {
          justify-content: flex-end; } }

.box {
  margin-bottom: 12px;
  background-color: #f2f2f2;
  padding: 14px;
  border-radius: 4px; }
  @media only screen and (min-width: 768px) {
    .box {
      margin-bottom: 24px; } }
  .box-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      .box-title {
        font-size: 17px;
        margin-bottom: 16px; } }

.most-author .title-line-gradient {
  margin-bottom: 0;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .most-author .title-line-gradient {
      font-size: 17px; } }

.section-category-top {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .section-category-top {
      margin-bottom: 36px; } }

.sidebar-most-viewer .hot-news-item {
  padding: 14px 0; }
  .sidebar-most-viewer .hot-news-item:first-child {
    padding-top: 0; }
.sidebar-most-viewer .hot-news-thumb {
  width: 70px;
  height: 70px; }
.sidebar-most-viewer .hot-news-title {
  font-size: 13px;
  margin-bottom: 8px; }
.sidebar-most-viewer .in-category {
  font-size: 13px;
  font-family: "Merriweather", Arial, sans-serif; }
.sidebar-most-viewer .hot-news-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.main-post-cate {
  background-color: #f2f2f2; }
  @media only screen and (min-width: 768px) {
    .main-post-cate {
      display: flex; } }
  @media only screen and (min-width: 768px) {
    .main-post-cate.d-block {
      min-height: 100%; } }
  .main-post-cate.d-block .main-post-cate-img, .main-post-cate.d-block .main-post-cate-text {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .main-post-cate.d-block .main-post-cate-text {
      padding: 20px; } }
  @media only screen and (min-width: 768px) {
    .main-post-cate.d-block .main-post-cate-expert {
      margin-bottom: 40px; } }

@media only screen and (min-width: 768px) {
  .main-post-cate-img {
    width: 63.5%; } }
.main-post-cate-img img {
  border-radius: 4px; }

.main-post-cate-text {
  padding: 16px; }
  @media only screen and (min-width: 768px) {
    .main-post-cate-text {
      width: 36.5%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 18px; } }

.main-post-cate-title {
  font-size: 16px;
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .main-post-cate-title {
      margin-bottom: 16px; } }

.main-post-cate-expert {
  margin-bottom: 14px; }

.main-post-cate-meta {
  color: rgba(0, 0, 0, 0.5); }
  .main-post-cate-meta .in-category {
    font-family: "Merriweather", Arial, sans-serif;
    font-size: 13px; }

.group-post {
  margin-top: 24px;
  border-top: 1px dotted #e4e4e4;
  padding-top: 24px; }
  @media only screen and (min-width: 768px) {
    .group-post {
      border-top: 1px solid #e4e4e4; } }
  @media only screen and (min-width: 1200px) {
    .group-post .row {
      margin-left: -24px;
      margin-right: -24px; } }
  @media only screen and (min-width: 1200px) {
    .group-post .col-md-4 {
      padding-left: 24px;
      padding-right: 24px; } }
  @media only screen and (min-width: 768px) {
    .group-post .col-md-4:not(:last-child) {
      border-right: 1px solid #e4e4e4; } }
  .group-post .col-md-4:not(:last-child) .list-group-new-item {
    border-bottom: 1px dotted #e4e4e4;
    padding-bottom: 24px;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .group-post .col-md-4:not(:last-child) .list-group-new-item {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; } }
  .group-post .list-group-new-text {
    padding-top: 10px; }
    @media only screen and (min-width: 768px) {
      .group-post .list-group-new-text {
        padding-top: 16px; } }
  .group-post .list-group-new-title {
    font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .group-post.group-post-type2 {
      margin-top: 0;
      border-top: 0;
      padding-top: 0; } }
  .group-post.group-post-type2 .list-group-new-item:not(:last-child) {
    border-bottom: 1px dotted #e4e4e4;
    padding-bottom: 14px;
    margin-bottom: 14px; }
  .group-post.group-post-type2 .list-group-new-text {
    padding-top: 8px; }

.group-tags {
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 13px;
  color: #7e7e7e;
  display: flex;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 12px 0;
  margin-top: 24px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .group-tags {
      margin-top: 48px; } }

.tag-label {
  margin-right: 24px;
  white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .tag-label {
      margin-right: 32px; } }
  .tag-label i {
    margin-right: 10px; }

.tags-slider a {
  color: #1baf95;
  text-decoration: underline;
  font-size: 13px; }
@media only screen and (min-width: 768px) {
  .tags-slider .swiper-container {
    padding-right: 48px; }
    .tags-slider .swiper-container::after {
      content: "";
      display: block;
      top: 0;
      right: 0;
      width: 48px;
      background-color: #fff;
      position: absolute;
      height: 100%;
      z-index: 1; } }
.tags-slider .swiper-slide {
  width: auto !important; }
.tags-slider .swiper-button-prev, .tags-slider .swiper-button-next {
  color: #323232;
  font-size: 18px;
  padding: 0;
  width: auto;
  z-index: 3;
  display: none; }
  @media only screen and (min-width: 768px) {
    .tags-slider .swiper-button-prev, .tags-slider .swiper-button-next {
      display: flex; } }
  .tags-slider .swiper-button-prev::after, .tags-slider .swiper-button-next::after {
    display: none; }
.tags-slider .swiper-button-next {
  right: 0; }
.tags-slider .swiper-button-prev {
  left: auto;
  right: 24px; }

/*------------------------------------------------------------------
[Footer]
*/
.footer-site {
  border-top: 1px solid #e4e4e4;
  margin-top: 32px; }
  @media only screen and (min-width: 768px) {
    .footer-site {
      margin-top: 40px; } }

.footer-bottom {
  background-color: #323232;
  color: #fff;
  padding: 12px 0; }

.footer-center {
  border-top: 1px solid #e4e4e4;
  padding: 24px 0; }
  @media only screen and (min-width: 768px) {
    .footer-center {
      padding: 32px 0;
      display: flex; } }

.logo-footer {
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .logo-footer {
      padding-right: 24px;
      border-right: 1px solid #e4e4e4;
      margin-right: 24px;
      margin-bottom: 0; } }

.about-footer h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .about-footer h3 {
      font-size: 20px;
      margin-bottom: 16px; } }
.about-footer p {
  margin-bottom: 0; }

.footer-top {
  padding: 25px 0; }
  @media only screen and (min-width: 768px) {
    .footer-top {
      padding: 40px 0; } }

.title-footer {
  font-size: 14px;
  color: rgba(50, 50, 50, 0.7);
  margin-bottom: 13px;
  font-weight: normal; }

.block-footer:not(:last-child) {
  border-bottom: 1px dotted #cbcbcb;
  padding-bottom: 22px;
  margin-bottom: 22px; }

.contact-footer ul li {
  padding-left: 32px;
  position: relative; }
  .contact-footer ul li:not(:last-child) {
    margin-bottom: 12px; }
  .contact-footer ul li i {
    position: absolute;
    top: 0;
    left: 0; }

.hotline-footer ul li:not(:last-child) {
  margin-bottom: 12px; }

.download-app a:not(:last-child) {
  margin-right: 6px; }
  @media only screen and (min-width: 768px) {
    .download-app a:not(:last-child) {
      margin-right: 20px; } }
@media only screen and (min-width: 992px) {
  .download-app img {
    max-width: 130px; } }
@media only screen and (min-width: 1200px) {
  .download-app img {
    max-width: unset; } }

.group-links {
  margin: 0; }
  .group-links li:not(:last-child) {
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .group-links li:not(:last-child) {
        margin-bottom: 24px; } }

.group-links-bold {
  font-weight: 700; }
  .group-links-bold:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px dotted #cbcbcb;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .group-links-bold:not(:last-child) {
        padding-bottom: 24px;
        margin-bottom: 24px; } }

@media only screen and (min-width: 768px) {
  .row-group-links .col-lg-2 {
    width: 20%; } }

.line-footer {
  height: 1px;
  background-color: #e4e4e4;
  margin-top: 12px;
  margin-bottom: 22px; }

.dotted-footer {
  border-top: 1px dotted #cbcbcb;
  margin: 16px 0; }
