/*------------------------------------------------------------------
[Common]
*/
body {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #1a1a1a; }
  @media only screen and (min-width: 768px) {
    body {
      font-size: "Roboto", sans-serif; } }
  @media (max-width: 991px) {
    body.body-hidden {
      overflow: hidden; } }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 700;
  font-family: "Roboto", sans-serif; }

img {
  max-width: 100%;
  height: auto;
  height: unset;
  width: auto; }

textarea {
  resize: none; }

a {
  color: #1a1a1a;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ef4136; }

.container {
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (min-width: 1400px) {
    .container {
      max-width: 1400px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row.gx-0 {
    margin-left: 0;
    margin-right: 0; }
    .row.gx-0 > * {
      padding-left: 0;
      padding-right: 0; }
  .row > * {
    padding-left: 15px;
    padding-right: 15px; }

.main-content {
  padding-top: 20px; }
  @media only screen and (min-width: 768px) {
    .main-content {
      padding-top: 30px; } }

iframe {
  max-width: 100%; }

/*------------------------------------------------------------------
[Buttons]
*/
button {
  cursor: pointer; }
  button:focus {
    outline: none; }

.btn-clear {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent; }

.btn-custom {
  border-radius: 8px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.625; }
  @media (max-width: 767.98px) {
    .btn-custom {
      font-size: 15px;
      line-height: 1.5; } }

.btn-outline-grey {
  border-color: #d0d0d0;
  background-color: #fff;
  color: #1a1a1a; }
  .btn-outline-grey:hover, .btn-outline-grey:focus {
    background-color: #ef4136;
    border-color: #ef4136;
    color: #fff; }

.btn-black {
  border-color: #000;
  background-color: #000;
  color: #fff; }
  .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black:first-child:active {
    background-color: #000;
    border-color: #000;
    color: #fff; }

.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  font-size: 700; }
  @media only screen and (min-width: 768px) {
    .btn-xs {
      padding: 10px 20px;
      font-size: 13px; } }

/*------------------------------------------------------------------
[Typo]
*/
.font-title {
  font-family: "Roboto", sans-serif; }

.title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 0; }

.title-sz-0 {
  font-size: 27px; }
  @media only screen and (min-width: 768px) {
    .title-sz-0 {
      font-size: 43px; } }

.title-sz-1 {
  font-size: 22px; }
  @media only screen and (min-width: 768px) {
    .title-sz-1 {
      font-size: 30px; } }

.title-sz-2 {
  font-size: 17px; }
  @media only screen and (min-width: 768px) {
    .title-sz-2 {
      font-size: 23px; } }

.title-sz-3 {
  font-size: 15px;
  line-height: 1.4375; }
  @media only screen and (min-width: 768px) {
    .title-sz-3 {
      font-size: 16px; } }

.text-primary-1 {
  color: #ef4136; }

.fw-medium {
  font-weight: 500; }

.text-baby-blue {
  color: #79d6f2 !important; }

/*------------------------------------------------------------------
[Icons]
*/
[class*='ico-'] {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat; }

.ico-video {
  background-image: url(../images/icons/ico-video.svg);
  width: 19px;
  height: 19px; }

.ico-camera {
  background-image: url(../images/icons/ico-camera.svg);
  width: 19px;
  height: 19px; }

.ico-photo {
  background-image: url(../images/icons/ico-photo.svg);
  width: 19px;
  height: 19px; }

.ico-twitter {
  background-image: url(../images/icons/ico-twitter.svg);
  width: 20px;
  height: 20px; }

.ico-facebook {
  background-image: url(../images/icons/ico-facebook.svg);
  width: 20px;
  height: 20px; }

.ico-instagram {
  background-image: url(../images/icons/ico-instagram.svg);
  width: 20px;
  height: 20px; }

.ico-youtube {
  background-image: url(../images/icons/ico-youtube.svg);
  width: 26px;
  height: 18px; }

.ico-linkedin {
  background-image: url(../images/icons/ico-linkedin.svg);
  width: 20px;
  height: 20px; }

.ico-picture-light {
  background-image: url(../images/icons/ico-solid-picture-light.svg);
  width: 16px;
  height: 14px; }

.ico-arrow-right-danger {
  background-image: url(../images/icons/ico-arrow-right-danger.svg);
  width: 7px;
  height: 13px; }

.ico-arrow-down, .tags-droplist .dropdown-toggle::after {
  background-image: url(../images/icons/ico-arrow-down.png);
  width: 9px;
  height: 5px; }

.ico-search {
  background-image: url(../images/icons/ico-search.svg);
  width: 18px;
  height: 18px; }

.ico-solid-player-light {
  background-image: url(../images/icons/ico-solid-player-light.svg);
  width: 13px;
  height: 16px; }

.ico-search-dark {
  background-image: url(../images/icons/ico-search-dark.svg);
  width: 20px;
  height: 20px; }

.ico-arrow-right-blue {
  background-image: url(../images/icons/ico-arrow-right-blue.svg);
  width: 7px;
  height: 13px; }

.ico-picture-dark {
  background-image: url(../images/icons/ico-picture-dark.svg);
  width: 16px;
  height: 14px; }

.ico-bookmark-line {
  background-image: url(../images/icons/ico-bookmark-line.svg);
  width: 12px;
  height: 20px; }

.ico-text {
  background-image: url(../images/icons/ico-text.svg);
  width: 20px;
  height: 12px; }

.ico-share {
  background-image: url(../images/icons/ico-share.svg);
  width: 18px;
  height: 20px; }

.ico-page-prev-n {
  background-image: url(../images/icons/ico-page-prev-n.svg);
  width: 9px;
  height: 16px; }

.ico-page-prev-h, .page-link:hover .ico-page-prev-n, .page-link:focus .ico-page-prev-n, .page-link.active .ico-page-prev-n {
  background-image: url(../images/icons/ico-page-prev-h.svg);
  width: 9px;
  height: 16px; }

.ico-page-prev-d, .page-link.disabled .ico-page-prev-n {
  background-image: url(../images/icons/ico-page-prev-d.svg);
  width: 9px;
  height: 16px; }

.ico-page-next-n {
  background-image: url(../images/icons/ico-page-next-n.svg);
  width: 9px;
  height: 16px; }

.ico-page-next-h, .page-link:hover .ico-page-next-n, .page-link:focus .ico-page-next-n, .page-link.active .ico-page-next-n {
  background-image: url(../images/icons/ico-page-next-h.svg);
  width: 9px;
  height: 16px; }

.ico-page-next-d, .page-link.disabled .ico-page-next-n {
  background-image: url(../images/icons/ico-page-next-d.svg);
  width: 9px;
  height: 16px; }

/*------------------------------------------------------------------
[Header]
*/
.navbar-expand-lg {
  height: 56px;
  padding-top: 6px;
  padding-bottom: 6px; }
  @media only screen and (min-width: 768px) {
    .navbar-expand-lg {
      padding-top: 0;
      padding-bottom: 0;
      height: 64px; } }

.navbar-brand {
  padding: 0; }
  .navbar-brand img {
    max-height: 44px; }
    @media only screen and (min-width: 768px) {
      .navbar-brand img {
        max-height: 50px; } }

@-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 .header-top {
  display: none !important; }
.fixed-header .header-site {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  animation: 250ms ease-out 0s normal none 1 running showStickyMenu; }

.navbar-expand-style-default {
  background-color: #000;
  position: relative; }
  .navbar-expand-style-default .navbar-nav .nav-item:not(:last-child) {
    margin-right: 24px; }
  .navbar-expand-style-default .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .navbar-expand-style-default .navbar-nav .nav-link {
        padding: 22px 0 21px; } }
    .navbar-expand-style-default .navbar-nav .nav-link::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 4px;
      width: 0;
      background-color: #ef4136;
      -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-style-default .navbar-nav .nav-link i {
      vertical-align: middle;
      -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-style-default .navbar-nav .nav-link.active::after {
      width: 100%; }
  .navbar-expand-style-default .mega-menu {
    position: static; }
    @media only screen and (min-width: 992px) {
      .navbar-expand-style-default .mega-menu:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 100%; } }
    .navbar-expand-style-default .mega-menu:hover .nav-link::after {
      width: 100%; }
    .navbar-expand-style-default .mega-menu:hover .nav-link i {
      transform: rotate(180deg); }
    @media only screen and (min-width: 992px) {
      .navbar-expand-style-default .mega-menu .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        top: 120%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        width: 100%;
        left: 0; } }
  @media (max-width: 991px) {
    .navbar-expand-style-default .navbar-collapse {
      display: none; } }
  @media only screen and (min-width: 992px) {
    .navbar-expand-style-default .search-header .dropdown-menu {
      background-color: #000; }
      .navbar-expand-style-default .search-header .dropdown-menu.show {
        border-left: 1px solid #ef4136; } }
  @media (max-width: 991px) {
    .navbar-expand-style-default .container {
      padding-left: 107px; } }
  @media (max-width: 991px) {
    .navbar-expand-style-default .search-header {
      margin-left: 0 !important; } }
  @media (max-width: 991px) {
    .navbar-expand-style-default .navbar-brand {
      margin-left: auto;
      margin-right: auto; } }

.dropdown-mega-menu {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  border: none;
  padding: 35px 0 30px;
  margin: 0;
  border-radius: 0; }
  .dropdown-mega-menu .title-sz-2 {
    margin-bottom: 25px; }

.card-info-h {
  display: flex; }
  .card-info-h:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0; }
  .card-info-h .card-info-img {
    width: 85px;
    flex: 0 0 auto;
    order: inherit; }
    .card-info-h .card-info-img img {
      width: 85px;
      flex: 0 0 auto;
      object-fit: cover; }
  .card-info-h .card-info-body {
    width: calc(100% - 85px);
    flex: 0 0 auto;
    order: inherit;
    padding: 0 30px 0 0; }
  .card-info-h .card-info-title {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.menu-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  .menu-items li {
    width: calc(50% - 8px);
    flex: 0 0 auto; }
  .menu-items a {
    color: rgba(26, 26, 26, 0.8); }
    .menu-items a:hover, .menu-items a:focus {
      color: #ef4136; }

@media only screen and (min-width: 1400px) {
  .row-xxl {
    margin-left: -37px;
    margin-right: -37px; }
    .row-xxl > * {
      padding-left: 37px;
      padding-right: 37px; } }
.row-xxl .col-lg-6:nth-child(1), .row-xxl .col-lg-6:nth-child(2) {
  margin-bottom: 20px; }
  .row-xxl .col-lg-6:nth-child(1) .card-info-h, .row-xxl .col-lg-6:nth-child(2) .card-info-h {
    min-height: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d0d0; }

@media (max-width: 991px) {
  .search-header {
    position: static; } }
.search-header .btn-open-search {
  padding-left: 25px; }
  @media only screen and (min-width: 768px) {
    .search-header .btn-open-search {
      height: 64px; } }
  @media only screen and (min-width: 992px) {
    .search-header .btn-open-search {
      padding-right: 0; } }
.search-header .dropdown-menu {
  margin: 0;
  border: none;
  width: 100%;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 992px) {
    .search-header .dropdown-menu {
      background-color: transparent;
      box-shadow: none;
      width: 0;
      left: auto;
      right: 0;
      top: 0;
      display: block;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      min-width: unset;
      overflow: hidden; }
      .search-header .dropdown-menu.show {
        width: 250px; } }
  .search-header .dropdown-menu .inner {
    position: relative;
    padding-right: 48px; }
    @media only screen and (min-width: 992px) {
      .search-header .dropdown-menu .inner {
        padding: 0 40px 0 0; } }
  .search-header .dropdown-menu .form-control {
    border: none;
    background-color: transparent;
    border-radius: 0;
    color: #1a1a1a;
    height: 48px; }
    .search-header .dropdown-menu .form-control::-webkit-input-placeholder {
      color: #1a1a1a; }
    .search-header .dropdown-menu .form-control:-moz-placeholder {
      color: #1a1a1a;
      opacity: 1; }
    .search-header .dropdown-menu .form-control::-moz-placeholder {
      color: #1a1a1a;
      opacity: 1; }
    .search-header .dropdown-menu .form-control:-ms-input-placeholder {
      color: #1a1a1a; }
    @media only screen and (min-width: 992px) {
      .search-header .dropdown-menu .form-control {
        height: 64px;
        color: #fff;
        padding-right: 0; }
        .search-header .dropdown-menu .form-control::-webkit-input-placeholder {
          color: #fff; }
        .search-header .dropdown-menu .form-control:-moz-placeholder {
          color: #fff;
          opacity: 1; }
        .search-header .dropdown-menu .form-control::-moz-placeholder {
          color: #fff;
          opacity: 1; }
        .search-header .dropdown-menu .form-control:-ms-input-placeholder {
          color: #fff; } }
    .search-header .dropdown-menu .form-control:focus {
      outline: none;
      box-shadow: none; }
  .search-header .dropdown-menu button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    background-color: #000;
    padding: 15px; }
    @media only screen and (min-width: 992px) {
      .search-header .dropdown-menu button {
        padding: 0;
        background-color: transparent; } }

.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  border: none;
  margin-left: 25px; }
  .navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none; }
  .navbar-toggler::before, .navbar-toggler::after {
    content: "";
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .navbar-toggler::before, .navbar-toggler::after, .navbar-toggler span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0; }
  .navbar-toggler::before {
    top: 3px; }
  .navbar-toggler::after {
    bottom: 3px; }
  .navbar-toggler span {
    top: 9px; }
  .navbar-toggler.active span {
    display: none; }
  .navbar-toggler.active::before {
    transform: rotate(45deg);
    top: 9px; }
  .navbar-toggler.active::after {
    transform: rotate(-45deg);
    bottom: 10px; }

.sidebar-menu-mb {
  position: fixed;
  top: 56px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
  width: 100%;
  padding: 15px 0;
  left: -100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  @media only screen and (min-width: 768px) {
    .sidebar-menu-mb {
      top: 64px; } }
  @media (max-width: 991px) {
    .sidebar-menu-mb.show {
      left: 0; } }

.sidebar-menu-default {
  background-color: #fff; }
  .sidebar-menu-default .title-sz-3 {
    margin-bottom: 15px; }

.block-menus:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 15px; }

.header-site-primary .navbar-expand-lg {
  background-color: #ef4136; }
  @media only screen and (min-width: 992px) {
    .header-site-primary .navbar-expand-lg .navbar-nav .nav-item {
      padding: 0 10px; } }
  .header-site-primary .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    position: relative;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    padding: 0; }
    @media only screen and (min-width: 992px) {
      .header-site-primary .navbar-expand-lg .navbar-nav .nav-link {
        text-transform: uppercase;
        font-size: 14px;
        padding: 22px 0 21px; } }
    @media only screen and (min-width: 992px) {
      .header-site-primary .navbar-expand-lg .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 0;
        background-color: #fff;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; } }
    .header-site-primary .navbar-expand-lg .navbar-nav .nav-link.active, .header-site-primary .navbar-expand-lg .navbar-nav .nav-link:hover {
      color: #ef4136; }
      @media only screen and (min-width: 992px) {
        .header-site-primary .navbar-expand-lg .navbar-nav .nav-link.active, .header-site-primary .navbar-expand-lg .navbar-nav .nav-link:hover {
          color: #fff; } }
      @media only screen and (min-width: 992px) {
        .header-site-primary .navbar-expand-lg .navbar-nav .nav-link.active::after, .header-site-primary .navbar-expand-lg .navbar-nav .nav-link:hover::after {
          width: 100%; } }
@media (max-width: 991px) {
  .header-site-primary .navbar-brand {
    margin-left: auto;
    margin-right: auto; } }
.header-site-primary .navbar-brand .active {
  display: none; }
@media (max-width: 991px) {
  .header-site-primary .container {
    padding-left: 107px; } }
@media (max-width: 991px) {
  .header-site-primary .search-header {
    margin-left: 0 !important; } }
@media (max-width: 991px) {
  .header-site-primary .navbar-collapse {
    display: block;
    background-color: #000;
    position: fixed;
    top: 64px;
    bottom: 0;
    left: -100%;
    width: 100%;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: auto;
    height: unset !important;
    padding: 0 12px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .header-site-primary .navbar-collapse.show {
      left: 0; }
    .header-site-primary .navbar-collapse .navbar-nav {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      flex-direction: row;
      border-top: 1px solid #b3b3b3;
      padding-top: 20px;
      margin: 0 auto;
      max-width: 696px; }
      .header-site-primary .navbar-collapse .navbar-nav .nav-item {
        width: calc(50% - 10px);
        flex: 0 0 auto; } }
@media (max-width: 767px) {
  .header-site-primary .navbar-collapse {
    top: 56px; }
    .header-site-primary .navbar-collapse .navbar-nav {
      max-width: 516px; } }
@media (max-width: 575px) {
  .header-site-primary .navbar-collapse .navbar-nav {
    max-width: unset; } }
@media only screen and (min-width: 992px) {
  .header-site-primary .search-header .dropdown-menu {
    background-color: #ef4136; } }
@media (max-width: 991px) {
  .header-site-primary.show-menu .navbar-expand-lg {
    background-color: #000; }
  .header-site-primary.show-menu .navbar-brand .normal {
    display: none; }
  .header-site-primary.show-menu .navbar-brand .active {
    display: block; } }

.header-site-dark .navbar-expand-lg {
  background-color: #0d2e3d; }
  @media (max-width: 991px) {
    .header-site-dark .navbar-expand-lg {
      background-image: -webkit-linear-gradient(85deg, #08384f 0%, #08202b 51%, #083f42 100%);
      background-image: -moz-linear-gradient(85deg, #08384f 0%, #08202b 51%, #083f42 100%);
      background-image: -o-linear-gradient(85deg, #08384f 0%, #08202b 51%, #083f42 100%);
      background-image: linear-gradient(85deg, #08384f 0%, #08202b 51%, #083f42 100%); } }
  .header-site-dark .navbar-expand-lg .container {
    position: relative; }
  .header-site-dark .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    position: relative;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    padding: 0; }
    @media only screen and (min-width: 992px) {
      .header-site-dark .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding: 22px 20px 21px; } }
    @media only screen and (min-width: 992px) {
      .header-site-dark .navbar-expand-lg .navbar-nav .nav-link.active, .header-site-dark .navbar-expand-lg .navbar-nav .nav-link:hover {
        background-color: #275265; } }
@media (max-width: 991px) {
  .header-site-dark .navbar-collapse {
    display: block;
    background-color: #0d2e3d;
    position: fixed;
    top: 64px;
    bottom: 0;
    left: -100%;
    width: 100%;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: auto;
    height: unset !important;
    padding: 0 12px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 0; }
    .header-site-dark .navbar-collapse.show {
      left: 0; }
    .header-site-dark .navbar-collapse .navbar-nav {
      margin: 0 auto;
      max-width: 696px;
      padding-left: 15px;
      padding-right: 15px; }
      .header-site-dark .navbar-collapse .navbar-nav .nav-item {
        border-bottom: 1px solid #275265; }
      .header-site-dark .navbar-collapse .navbar-nav .nav-link {
        text-transform: uppercase;
        padding: 10px 0; } }
@media (max-width: 767px) {
  .header-site-dark .navbar-collapse {
    top: 56px; }
    .header-site-dark .navbar-collapse .navbar-nav {
      max-width: 516px; } }
@media (max-width: 575px) {
  .header-site-dark .navbar-collapse .navbar-nav {
    max-width: unset; } }
.header-site-dark .navbar-toggler {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 2; }

.header-top {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../images/bg/bg-header-top.svg) no-repeat top center;
  background-size: cover;
  position: relative; }
  .header-top::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg/bg-top-header.svg) top right no-repeat;
    background-size: auto 100%; }
  .header-top .container {
    position: relative;
    z-index: 3; }

.search-header-style-2 {
  display: flex;
  align-items: center; }
  .search-header-style-2 i {
    margin-right: 10px; }
  .search-header-style-2 .form-control {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
    width: 62px;
    height: 56px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #fff; }
    .search-header-style-2 .form-control::-webkit-input-placeholder {
      color: #fff; }
    .search-header-style-2 .form-control:-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .search-header-style-2 .form-control::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .search-header-style-2 .form-control:-ms-input-placeholder {
      color: #fff; }
    @media only screen and (min-width: 768px) {
      .search-header-style-2 .form-control {
        height: 64px; } }
    .search-header-style-2 .form-control:focus {
      width: 180px;
      box-shadow: none; }

.search-mobile .inner {
  position: relative;
  padding-right: 36px; }
  .search-mobile .inner .form-control {
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    height: 44px;
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 600; }
    .search-mobile .inner .form-control::-webkit-input-placeholder {
      color: rgba(26, 26, 26, 0.5); }
    .search-mobile .inner .form-control:-moz-placeholder {
      color: rgba(26, 26, 26, 0.5);
      opacity: 1; }
    .search-mobile .inner .form-control::-moz-placeholder {
      color: rgba(26, 26, 26, 0.5);
      opacity: 1; }
    .search-mobile .inner .form-control:-ms-input-placeholder {
      color: rgba(26, 26, 26, 0.5); }
    .search-mobile .inner .form-control:focus {
      box-shadow: none; }
  .search-mobile .inner button {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 36px;
    text-align: right;
    z-index: 2; }

/*------------------------------------------------------------------
[Content]
*/
.section-heading {
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .section-heading {
      margin-bottom: 30px; } }
  .section-heading span {
    color: #ef4136; }
  .section-heading a {
    color: inherit; }
  .section-heading i {
    display: inline-block;
    margin-left: 5px; }

.bg-dark {
  background-color: #1a1a1a; }

.section-mb {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .section-mb {
      margin-bottom: 70px; } }

.section-mb-small {
  margin-bottom: 35px; }
  @media only screen and (min-width: 768px) {
    .section-mb-small {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .section-mb-small .card-info .card-info-img-top img {
      min-height: 125px; } }

.text-meta {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  font-family: "Roboto", sans-serif; }
  @media only screen and (min-width: 768px) {
    .text-meta {
      font-size: 13px;
      line-height: 17px; } }
  .text-meta a {
    color: inherit; }

.text-white-opacity-80 {
  color: rgba(26, 26, 26, 0.8); }

.border-top-c {
  border-top: 1px solid #d0d0d0; }

@media (max-width: 767.98px) {
  .border-bottom-c-sm {
    border-bottom: 1px solid #d0d0d0; } }

.card-info {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .card-info {
      padding-bottom: 0;
      padding-top: 0;
      border-bottom-width: 0; } }
  .card-info.card-info-hoz {
    flex-wrap: nowrap; }
    .card-info.card-info-hoz .card-info-img {
      width: 85px;
      flex: none;
      order: 2; }
      .card-info.card-info-hoz .card-info-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .card-info.card-info-hoz .card-info-body {
      flex: 1 1 auto;
      padding-right: 12px;
      padding-top: 0;
      order: 1; }
    .card-info.card-info-hoz .card-info-img-top {
      width: 100%;
      display: block; }

.card-info-img {
  order: 2;
  width: 39%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .card-info-img {
      order: 1;
      width: 100%; } }
  .card-info-img:hover .icon-media {
    background-color: #ef4136; }
  .card-info-img img {
    width: 100%; }

.card-info-img-top {
  display: block; }

.card-info-body {
  order: 1;
  width: 61%;
  padding-right: 12px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .card-info-body {
      padding-top: 15px;
      padding-right: 0;
      order: 2;
      width: 100%; } }

.card-tags {
  display: flex;
  align-items: center; }
  .card-tags span {
    display: inline-block; }
    .card-tags span + span {
      padding-left: 8px; }
      .card-tags span + span::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 3px;
        height: 3px;
        background-color: #fff;
        border-radius: 100%;
        margin-right: 5px; }

.icon-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #666;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }

/*----- section-top -----*/
@media only screen and (min-width: 992px) {
  .col-top-technology {
    width: 22%; } }

@media only screen and (min-width: 992px) {
  .col-top-main {
    width: 43.4%; } }

@media only screen and (min-width: 992px) {
  .col-top-subs {
    width: 34.6%; } }
@media (max-width: 767.98px) {
  .col-top-subs {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 15px; } }

@media only screen and (min-width: 1200px) {
  .col-top-banner {
    width: 23.5%; }

  .col-top-content {
    width: 76.5%; } }
.top-technology .section-heading {
  margin-bottom: 15px; }
  @media (max-width: 767.98px) {
    .top-technology .section-heading {
      margin-top: 15px; } }
@media (max-width: 767.98px) {
  .top-technology .list-group-alpha li {
    margin-bottom: -1px; } }

@media only screen and (min-width: 768px) {
  .top-main {
    margin-top: -12px; } }
.top-main .card-news .card-news-title {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .top-main .card-news .card-news-title {
      margin-bottom: 5px; } }
@media only screen and (min-width: 768px) {
  .top-main .card-news .card-news-img {
    margin-bottom: 10px; } }
.top-main .card-news.first {
  display: flex;
  flex-direction: column; }
  @media (max-width: 767.98px) {
    .top-main .card-news.first .card-news-img {
      order: 2; }
    .top-main .card-news.first .card-news-content {
      order: 1; } }
.top-main .card-info.card-info-hoz {
  justify-content: space-between; }
  .top-main .card-info.card-info-hoz .card-info-img {
    width: 39%; }
    @media only screen and (min-width: 768px) {
      .top-main .card-info.card-info-hoz .card-info-img {
        width: 48%; } }
  .top-main .card-info.card-info-hoz .card-info-body {
    width: 61%; }
    @media only screen and (min-width: 768px) {
      .top-main .card-info.card-info-hoz .card-info-body {
        width: 42%; } }
  .top-main .card-info.card-info-hoz .card-info-img-top {
    height: auto; }
@media (max-width: 767.98px) {
  .top-main .list-group-alpha > li:first-child {
    padding-top: 0; }
  .top-main .list-group-alpha > li:last-child {
    border-bottom-width: 0;
    padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .top-subs {
    margin-top: -14px; } }
@media (max-width: 767.98px) {
  .top-subs .list-group-alpha > li:last-child {
    border-bottom-width: 0;
    padding-bottom: 0; } }

.list-group-alpha {
  margin-bottom: 0; }
  .list-group-alpha > li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0; }
    .list-group-alpha > li:last-child {
      border-bottom-width: 0; }

.post.gradient .post-img {
  position: relative; }
  .post.gradient .post-img::before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%); }
.post.gradient .post-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px; }
.post.gradient > a {
  display: block;
  position: relative; }
@media only screen and (min-width: 768px) {
  .post.gradient .post-title {
    max-height: 44px;
    overflow: hidden; } }

@media only screen and (min-width: 768px) {
  .card-info-group-sm {
    margin-bottom: -20px; } }
@media only screen and (min-width: 992px) {
  .card-info-group-sm {
    margin-bottom: 0; } }
@media (max-width: 767.98px) {
  .card-info-group-sm > [class*="col-"]:first-child .card-info {
    padding-top: 0; } }
@media (max-width: 767.98px) {
  .card-info-group-sm > [class*="col-"]:last-child .card-info {
    border-bottom-width: 0; } }
@media only screen and (min-width: 768px) {
  .card-info-group-sm .card-info {
    margin-bottom: 20px; } }
@media only screen and (min-width: 992px) {
  .card-info-group-sm .card-info {
    margin-bottom: 0; } }

/*----- section-video -----*/
.shadow-c {
  box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.2); }

.video-player-container {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .video-player-container {
      padding-top: 45px;
      padding-bottom: 50px; } }
  .video-player-container .card-news-expert {
    color: rgba(255, 255, 255, 0.8); }
  .video-player-container .card-news-title a:not(:hover), .video-player-container .card-news-title a:not(:focus) {
    color: inherit; }

.video-related {
  padding: 25px 0; }
  @media only screen and (min-width: 992px) {
    .video-related {
      padding-top: 54px;
      padding-bottom: 50px;
      padding-left: 30px; } }

.video-related-label {
  margin-bottom: 25px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  font-family: "Roboto", sans-serif; }
  @media only screen and (min-width: 992px) {
    .video-related-label {
      margin-bottom: 30px; } }

.video-related-list {
  margin-bottom: 25px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .video-related-list {
      margin-bottom: 30px; } }
  .video-related-list .card-info {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0; }
    .video-related-list .card-info:first-child {
      padding-top: 0; }
    .video-related-list .card-info:last-child::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 85px;
      background-image: -webkit-linear-gradient(rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
      background-image: -moz-linear-gradient(rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
      background-image: -o-linear-gradient(rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
      background-image: linear-gradient(rgba(26, 26, 26, 0) 0%, #1a1a1a 100%); }
      @media only screen and (min-width: 992px) {
        .video-related-list .card-info:last-child::after {
          left: -30px;
          width: calc(100% + 30px); } }
  .video-related-list .card-info-title a {
    color: #fff; }
    .video-related-list .card-info-title a:hover, .video-related-list .card-info-title a:focus {
      color: #ef4136; }

.list-group-circle {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .list-group-circle li {
    padding-left: 15px;
    position: relative; }
    .list-group-circle li::before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      background-color: rgba(26, 26, 26, 0.6);
      border-radius: 100%;
      position: absolute;
      top: 8px;
      left: 0; }
    .list-group-circle li:not(:last-child) {
      margin-bottom: 12px; }

.section-specical {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .section-specical {
      margin-bottom: 70px; } }
  .section-specical .card-info-group-sm .col-12:last-child .card-info {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

.space-b-2 {
  margin-bottom: 2px; }

.space-b-5 {
  margin-bottom: 5px; }

.space-b-10 {
  margin-bottom: 10px; }

.space-b-15 {
  margin-bottom: 15px; }

.space-b-20 {
  margin-bottom: 20px; }

.space-b-30 {
  margin-bottom: 30px; }

.space-b-10-r {
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .space-b-10-r {
      margin-bottom: 10px; } }

.space-b-15-r {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .space-b-15-r {
      margin-bottom: 15px; } }

.space-b-20-r {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .space-b-20-r {
      margin-bottom: 20px; } }

.space-b-25-r {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .space-b-25-r {
      margin-bottom: 25px; } }

.space-b-30-r {
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .space-b-30-r {
      margin-bottom: 30px; } }

.space-all-b-40 {
  margin-bottom: 40px; }

/*------------------------------------------------------------------
[Detail]
*/
.section-detail {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 30px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .section-detail {
      padding-bottom: 45px;
      margin-bottom: 50px; } }

.summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (min-width: 1200px) {
    .summary {
      margin-left: -30px;
      margin-right: -30px; } }
  .summary .summary-content,
  .summary .summary-media {
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (min-width: 1200px) {
      .summary .summary-content,
      .summary .summary-media {
        padding-left: 30px;
        padding-right: 30px; } }

.summary-content {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .summary-content {
      width: 65%; } }
  @media only screen and (min-width: 1200px) {
    .summary-content {
      width: 54%; } }

.summary-media {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .summary-media {
      width: 30%; } }
  @media only screen and (min-width: 1200px) {
    .summary-media {
      width: 25%; } }

.entry-header {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .entry-header {
      margin-bottom: 10px; } }

.entry-title,
.page-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 22px; }
  @media only screen and (min-width: 768px) {
    .entry-title,
    .page-title {
      font-size: 30px; } }
  @media only screen and (min-width: 992px) {
    .entry-title,
    .page-title {
      font-size: 36px; } }

.entry-author {
  width: 100%;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .entry-author {
      width: 1%;
      flex: 1 1 auto;
      min-width: 0;
      padding-right: 15px;
      margin-bottom: 0; } }

.entry-social {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .entry-social {
      width: auto; } }

.entry-body p {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .entry-body p {
      margin-bottom: 20px; } }
  .entry-body p:last-child {
    margin-bottom: 0; }
.entry-body figure {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .entry-body figure {
      margin-bottom: 20px; } }
  .entry-body figure figcaption {
    margin-top: 10px;
    color: rgba(26, 26, 26, 0.8);
    font-size: 16px; }
    @media only screen and (min-width: 768px) {
      .entry-body figure figcaption {
        font-size: 16px; } }
  @media (max-width: 767.98px) {
    .entry-body figure .fig-picture {
      margin-left: -15px;
      margin-right: -15px; } }
  .entry-body figure img {
    width: 100%; }
.entry-body h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .entry-body h2 {
      font-size: 25px;
      margin-bottom: 20px; } }

.entry-related {
  border: 1px solid #d0d0d0;
  background-color: #fff;
  margin-bottom: 18px; }
  @media only screen and (min-width: 768px) {
    .entry-related {
      margin-bottom: 30px; } }
  .entry-related .card-info {
    padding: 15px;
    border-bottom: 1px solid #d0d0d0; }
    .entry-related .card-info:last-child {
      border-bottom-width: 0; }

.card-cms.card-info {
  padding: 15px;
  border: 1px solid #d0d0d0; }
  .card-cms.card-info:not(:last-child) {
    border-bottom: none; }
  .card-cms.card-info .card-info-img-top {
    min-height: 85px; }
    .card-cms.card-info .card-info-img-top img {
      min-height: 85px; }
@media (max-width: 767px) {
  .card-cms .title-sz-3 {
    font-size: 13px; } }
.card-cms .card-info-img img {
  height: 85px; }

.news-other {
  padding: 15px;
  border: 1px solid #d0d0d0; }
  .news-other:not(:last-child) {
    border-bottom: none; }
  .news-other .cover {
    float: right;
    width: 85px;
    height: 85px;
    margin-bottom: 0;
    background-size: cover !important;
    margin-left: 15px; }
  .news-other .inner-tit {
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 15px; }
    @media only screen and (min-width: 768px) {
      .news-other .inner-tit {
        font-size: 16px; } }
  .news-other .summary {
    display: block;
    margin: 0; }
  .news-other .inner-article {
    min-height: 85px; }

.tags {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; }
  @media only screen and (min-width: 768px) {
    .tags {
      margin-bottom: 30px; } }

.tag-label {
  font-size: 15px;
  font-weight: normal;
  color: rgba(26, 26, 26, 0.8);
  font-family: "Roboto", sans-serif; }
  @media only screen and (min-width: 768px) {
    .tag-label {
      font-size: 16px; } }

.tag-item a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  border-radius: 50rem;
  font-weight: normal;
  font-size: 15px;
  font-weight: 600;
  font-family: "Roboto", sans-serif; }
  @media only screen and (min-width: 768px) {
    .tag-item a {
      font-size: 16px; } }
  .tag-item a:hover {
    background-color: #ef4136;
    border-color: #ef4136;
    color: #fff; }

@media (max-width: 767px) {
  .mb-0-sm {
    margin-bottom: 0; } }

.sidebar-right-trending {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .sidebar-right-trending {
      margin-top: 0; } }
  .sidebar-right-trending .section-heading {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .sidebar-right-trending .section-heading {
        margin-bottom: 15px; } }
    .sidebar-right-trending .section-heading .title {
      font-size: 22px;
      font-style: italic;
      display: inline-block;
      border-bottom: 5px solid #ef4136; }
      @media only screen and (min-width: 1200px) {
        .sidebar-right-trending .section-heading .title {
          font-size: 24px; } }
      .sidebar-right-trending .section-heading .title a i {
        display: none; }
  .sidebar-right-trending .row .col-md-6:not(:last-child) .card-info {
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      .sidebar-right-trending .row .col-md-6:not(:last-child) .card-info {
        padding-bottom: 20px;
        border-bottom: 1px solid #d0d0d0; } }
  @media (max-width: 767px) {
    .sidebar-right-trending .row .col-md-6:last-child .card-info {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .sidebar-right-trending .card-info .card-info-img img {
      min-height: 125px; } }

@media only screen and (min-width: 576px) {
  .list-news-cate .card-news {
    min-height: 100%; } }

.section-header-line {
  border-top: 1px solid #ef4136;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .section-header-line {
      margin-bottom: 35px; } }
  .section-header-line .section-title-line {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .section-header-line .section-title-line {
        padding-top: 20px; } }
    .section-header-line .section-title-line::before {
      content: "";
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      background-color: #ef4136;
      position: absolute; }
      @media only screen and (min-width: 768px) {
        .section-header-line .section-title-line::before {
          height: 8px; } }

@media (max-width: 767px) {
  .section-title-line {
    text-transform: uppercase; } }

.section-cate-special {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .section-cate-special {
      margin-bottom: 50px; } }

.block-news-lastest {
  background-color: #f3f3f3;
  padding: 15px;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .block-news-lastest {
      padding: 20px; } }
  @media only screen and (min-width: 992px) {
    .block-news-lastest {
      margin-top: 0; } }
  .block-news-lastest .title {
    padding-left: 10px; }
    @media only screen and (min-width: 768px) {
      .block-news-lastest .title {
        padding-left: 15px; } }
  .block-news-lastest ul li {
    padding-left: 10px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .block-news-lastest ul li {
        padding-left: 15px; } }
    .block-news-lastest ul li:not(:last-child) {
      margin-bottom: 15px; }
    .block-news-lastest ul li::before {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: rgba(26, 26, 26, 0.6);
      position: absolute;
      top: 9px;
      left: 0; }

.card-news-img a {
  display: block;
  position: relative; }
  .card-news-img a:hover .icon-media {
    background-color: #ef4136; }
.card-news-img img {
  width: 100%; }

.card-news-expert {
  color: rgba(26, 26, 26, 0.8);
  margin-bottom: 15px;
  line-height: 1.6; }

.card-news-meta {
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .card-news-meta {
      font-size: 13px; } }
  .card-news-meta .time::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #1a1a1a;
    margin-right: 5px;
    margin-left: 2px;
    vertical-align: middle; }

.section-pad {
  padding-top: 25px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .section-pad {
      padding-top: 45px;
      padding-bottom: 50px; } }

.section-news-in-country {
  background-image: -webkit-linear-gradient(-35deg, #681510 0%, #090101 51%, #a4201a 100%);
  background-image: -moz-linear-gradient(-35deg, #681510 0%, #090101 51%, #a4201a 100%);
  background-image: -o-linear-gradient(-35deg, #681510 0%, #090101 51%, #a4201a 100%);
  background-image: linear-gradient(-35deg, #681510 0%, #090101 51%, #a4201a 100%);
  color: #fff;
  padding-top: 25px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .section-news-in-country {
      padding-top: 45px;
      padding-bottom: 10px; } }
  .section-news-in-country a {
    color: #fff; }
  .section-news-in-country .card-news-expert {
    color: rgba(255, 255, 255, 0.8); }
  .section-news-in-country .space-b-30-r {
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .section-news-in-country .space-b-30-r {
        margin-bottom: 30px; } }
  .section-news-in-country .card-news-meta .time::before {
    background-color: #fff; }

.bg-grey-e4 {
  background-color: #e4e4e4; }

.card-news-bg-white {
  background-color: #fff; }
  .card-news-bg-white .card-news-content {
    padding: 15px; }
    @media only screen and (min-width: 768px) {
      .card-news-bg-white .card-news-content {
        padding: 15px 20px; } }

.block-views-all {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px; }

.section-border-b {
  border-bottom: 1px solid #d0d0d0; }

@media only screen and (min-width: 992px) {
  .col-lg-6-big {
    width: 60%;
    flex: 0 0 auto; } }

@media only screen and (min-width: 992px) {
  .col-lg-6-small {
    width: 40%;
    flex: 0 0 auto; } }

.card-news-h {
  display: flex; }
  .card-news-h:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d0d0; }
    @media only screen and (min-width: 992px) {
      .card-news-h:not(:last-child) {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 30px; } }
  .card-news-h .card-news-img {
    width: 140px;
    flex: 0 0 auto; }
    @media only screen and (min-width: 1200px) {
      .card-news-h .card-news-img {
        width: 210px;
        flex: 0 0 auto; } }
  .card-news-h .card-news-content {
    width: calc(100% - 140px);
    flex: 0 0 auto;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (min-width: 1200px) {
      .card-news-h .card-news-content {
        width: calc(100% - 210px);
        flex: 0 0 auto;
        padding-left: 20px; } }

.section-live .card-news-img {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .section-live .card-news-img {
      margin-bottom: 20px; } }
.section-live .swiper-slide {
  width: 290px; }
  @media only screen and (min-width: 768px) {
    .section-live .swiper-slide {
      width: 370px; } }

.swiper-custom-arrow {
  overflow: inherit; }
  .swiper-custom-arrow .swiper-button-next, .swiper-custom-arrow .swiper-button-prev {
    width: 58px;
    height: 58px;
    background-color: #fff;
    text-align: center;
    line-height: 58px;
    color: #1a1a1a;
    font-size: 14px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    top: 30%;
    display: none; }
    @media only screen and (min-width: 768px) {
      .swiper-custom-arrow .swiper-button-next, .swiper-custom-arrow .swiper-button-prev {
        top: 35%;
        display: block; } }
    .swiper-custom-arrow .swiper-button-next::after, .swiper-custom-arrow .swiper-button-prev::after {
      font-size: 14px; }
  .swiper-custom-arrow .swiper-button-prev {
    left: 0; }
    @media only screen and (min-width: 992px) {
      .swiper-custom-arrow .swiper-button-prev {
        left: -26px; } }
  .swiper-custom-arrow .swiper-button-next {
    right: 0; }
    @media only screen and (min-width: 992px) {
      .swiper-custom-arrow .swiper-button-next {
        right: -26px; } }
  .swiper-custom-arrow .swiper-button-disabled {
    display: none; }

.section-cate {
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .section-cate {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .section-cate {
      margin-top: -20px; } }

.card-news-h-mb {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .card-news-h-mb {
      display: flex; }
      .card-news-h-mb .card-news-img {
        width: 270px;
        flex: 0 0 auto;
        order: 2; }
      .card-news-h-mb .card-news-content {
        width: calc(100% - 270px);
        flex: 0 0 auto;
        padding-right: 20px; } }
  @media (max-width: 767px) {
    .card-news-h-mb .card-news-img {
      width: 140px;
      flex: 0 0 auto; }
    .card-news-h-mb .card-news-content {
      width: calc(100% - 140px);
      flex: 0 0 auto;
      padding-right: 20px; } }

@media only screen and (min-width: 768px) {
  .section-catecm-top {
    margin-bottom: 50px; } }

@media only screen and (min-width: 768px) {
  .row-catecm > [class*="col-"] {
    margin-bottom: 40px; } }

.cate-btn-area {
  padding-top: 25px; }
  @media only screen and (min-width: 768px) {
    .cate-btn-area {
      padding-top: 10px; }
      .cate-btn-area .btn {
        max-width: 358px; } }

@media only screen and (min-width: 768px) {
  .col-catecm-top-subs .card-info + .card-info {
    margin-top: 15px;
    border-top: 1px solid #d0d0d0;
    padding-top: 15px; } }

@media (max-width: 767.98px) {
  .col-catecm-top-main {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 15px; } }

.tags-droplist .dropdown-toggle {
  font-size: 15px;
  border-radius: 16px; }
  .tags-droplist .dropdown-toggle::after {
    border-width: 0;
    vertical-align: middle;
    margin-top: 2px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .tags-droplist .dropdown-toggle.show {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .tags-droplist .dropdown-toggle.show::after {
      transform: rotate(180deg); }
.tags-droplist .dropdown-menu {
  border-color: #d0d0d0;
  border-radius: 0;
  padding: 10px 0;
  position: static !important;
  margin-top: 0 !important;
  transform: none !important; }
  .tags-droplist .dropdown-menu a {
    padding: 6px 20px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 600; }

.author-info {
  border: 1px solid #d0d0d0;
  padding: 15px; }
  @media only screen and (min-width: 768px) {
    .author-info {
      padding: 20px;
      font-size: 13px; } }

@media only screen and (min-width: 1200px) {
  .col-info-author {
    width: 28%;
    flex: 0 0 auto; } }

@media only screen and (min-width: 1200px) {
  .col-main-author {
    width: 72%;
    flex: 0 0 auto; } }

@media only screen and (min-width: 768px) {
  .author-avatar {
    margin-bottom: 10px; } }
.author-avatar .img {
  width: 62px;
  flex: 0 0 auto; }
  .author-avatar .img img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover; }
.author-avatar .text {
  width: calc(100% - 62px);
  flex: 0 0 auto;
  padding-left: 15px; }

.author-expert {
  margin-bottom: 20px; }
  .author-expert p:last-child {
    margin-bottom: 0; }

.list-post-of-author {
  border: 1px solid #d0d0d0;
  margin-bottom: 30px; }
  .list-post-of-author .card-info {
    padding: 15px;
    border-bottom: 1px solid #d0d0d0; }
    @media only screen and (min-width: 768px) {
      .list-post-of-author .card-info {
        padding: 20px; } }
    .list-post-of-author .card-info:last-child {
      border-bottom: none; }

.page-item {
  margin: 0 5px; }

.page-link {
  border: 1px solid #afafaf;
  border-radius: 8px;
  padding: 0 5px;
  text-align: center;
  line-height: 38px;
  min-width: 40px;
  height: 40px;
  font-family: "Roboto", sans-serif;
  color: #1a1a1a; }
  .page-link:hover, .page-link:focus, .page-link.active {
    border-color: #ef4136;
    color: #ef4136;
    background-color: transparent; }
  .page-link.page-link-dots {
    border-color: #fff; }
  .page-link i {
    vertical-align: middle; }

/*------------------------------------------------------------------
[Footer]
*/
.footer-site {
  background-color: #fff; }

.footer-border {
  border-top: 1px solid #d0d0d0;
  padding-top: 30px;
  padding-bottom: 30px; }

.title-footer {
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(26, 26, 26, 0.7); }
  @media only screen and (min-width: 768px) {
    .title-footer {
      font-size: 16px; } }

.group-links {
  margin-bottom: 0; }
  .group-links li {
    font-weight: 700; }
    .group-links li:not(:last-child) {
      margin-bottom: 10px; }

.group-links-with-icon a {
  display: inline-block;
  padding-left: 24px;
  position: relative; }
  .group-links-with-icon a i {
    position: absolute;
    top: 0;
    left: 0; }

.about-footer {
  margin-top: 20px; }
  @media only screen and (min-width: 992px) {
    .about-footer {
      margin-top: 0; } }
  .about-footer p {
    margin-bottom: 5px; }
    .about-footer p:last-child {
      margin-bottom: 0; }

.mt-40 {
  margin-top: 40px; }

.footer-bottom {
  color: rgba(26, 26, 26, 0.8); }

.socials a {
  display: inline-block;
  border: 1px solid #949494;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  width: 42px;
  height: 42px; }
  .socials a i {
    vertical-align: middle; }
  .socials a:hover, .socials a:focus {
    border-color: #7b7b7b; }

.about-us {
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .about-us {
      margin-bottom: 0; } }
  .about-us ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .about-us ul li {
      padding-left: 15px;
      position: relative; }
      .about-us ul li:not(:last-child) {
        margin-bottom: 3px; }
      .about-us ul li::before {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: rgba(26, 26, 26, 0.6);
        position: absolute;
        top: 9px;
        left: 0; }

.theme-dark .main-content {
  background-color: #091f29;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden; }
  .theme-dark .main-content .title {
    color: #fff; }
    .theme-dark .main-content .title a {
      color: #fff; }
      .theme-dark .main-content .title a:hover, .theme-dark .main-content .title a:focus {
        color: #79d6f2; }
  .theme-dark .main-content a {
    color: #fff; }
    .theme-dark .main-content a:hover, .theme-dark .main-content a:focus {
      color: #79d6f2; }
.theme-dark .section-header-line {
  border-top-color: #79d6f2; }
  .theme-dark .section-header-line .section-title-line {
    color: #fff; }
    .theme-dark .section-header-line .section-title-line::before {
      background-color: #79d6f2; }
.theme-dark .block-views-all {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5); }
.theme-dark .card-news-expert {
  color: rgba(255, 255, 255, 0.8); }
.theme-dark .card-news-meta .time::before {
  display: none; }
.theme-dark .card-news-meta .time::after {
  display: block;
  content: "";
  background-color: #79d6f2;
  height: 2px;
  width: 25px;
  margin-top: 5px; }
.theme-dark .icon-media {
  background-color: #79d6f2;
  font-size: 14px;
  color: #091f29;
  width: unset;
  padding: 8px 9px; }
  .theme-dark .icon-media span {
    margin-left: 5px; }
.theme-dark .card-news-img:hover .icon-media {
  background-color: rgba(121, 214, 242, 0.8); }
.theme-dark .tag-label {
  color: rgba(255, 255, 255, 0.8); }
.theme-dark .tag-item a {
  color: #1a1a1a; }
  .theme-dark .tag-item a:hover {
    background-color: #79d6f2;
    border-color: #79d6f2;
    color: #fff; }
@media only screen and (min-width: 992px) {
  .theme-dark .sidebar-right-trending .row .col-md-6:not(:last-child) .card-info {
    border-bottom-color: #79d6f2; } }
.theme-dark .sidebar-right-trending .ico-arrow-right-danger {
  background-image: url(../images/icons/ico-arrow-right-blue.svg); }
.theme-dark .sidebar-right-trending .section-heading .title {
  border-color: #79d6f2; }
